input.pc_quantity, input.crate_quantity{
    width:2vw;
    text-align:right;
}

tr.product {
    border-top: 2px solid #c7c5ac;
    margin-top: 3px;
}

input.add_order_button.form-submit {
    background: #96e696;
}

input.remove_order_button.form-submit {
    padding: 3px 10px;
    background: rgba(236, 27, 27, 0.74);
    color: white;
}

td.productname {
    color: cadetblue;
    font-size: LARGE;
}

div.legend{
   border-bottom: 2px solid #c7c5ac;
}

tr.order td {
    background-color: darkkhaki;
    color: white;
}

.wholesale_pg_table tr.pending td{
    color:white; !important
}
#wholesale_order_form_div h2{
margin-top:3vh;
margin-bottom:1vh;
}

input.warn{
    border: 2px solid red;
    border-radius: 7px;
}

#wholesale_order_form_div{
/* width: 150px;*/
overflow: auto;
overflow-x: hidden;
-ms-overflow-: hidden;
height: 70vh;
}

tr.unavailable td {
font-size:smaller;
color:gray;
font-style:italic;
}

tr.unavailable td .form-button-disabled {
font-size:smaller;
background: rgba(128, 128, 128, 0.16);
}

span.product_attribute, span.attribute_legend {
    padding-left: 1%;
    padding-right: 1%;
    display: inline-block;
    font-size:smaller;
   background-color: bisque;
    color: darkgreen;
}

span.attribute_legend {
    width: auto;
}

span.is_organic {
    background-color: bisque;
    color: darkgreen;
}

span.is_own_grown{
    background-color: thistle;
}

.wholesale_summary_table_row td.productname {
    font-size: initial;
}
tr.order.activated td {
    color: navy;
}

tr.order.pending td {
    color:#ffeb3b;
}
#boxmaster-ecobox-checkout-basket-form #edit-submit, #first-delivery-form #edit-submit, #review-confirm-order-form #edit-confirm{
    font-size:30px;
    padding:10px;
    background-color:#65B418;
    color:white;
    background-image:none;
}

#boxmaster-ecobox-shop-register-form label {
    display: inline;
    font-weight: bold;
}

td.itemname{
    color:mediumslateblue;
    font-weight:bold;
}

td.subtotal{
    color:darkorange;
    font-weight:bold;
}