/***********************************************************************************************************************
*
*   ORDER BOX STYLES
*
***********************************************************************************************************************/
#order_box select {
  -webkit-appearance: none;
  -moz-appearance: none;
  /* Firefox */
  margin: 0; }
  #order_box select:hover {
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    /* Firefox */ }
#order_box table {
  margin-bottom: 0; }
  #order_box table tr {
    padding: 1px;
    margin: 0; }
    #order_box table tr td {
      padding: 1px;
      margin: 0;
      height: auto; }
      #order_box table tr td.thumb {
        width: 30px;
        border-radius: 0; }
#order_box .list-group-item {
  border-top: 1px solid white; }
  #order_box .list-group-item .input-group .cube {
    border-color: #00b8c8;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }
  #order_box .list-group-item .input-group .quantity-type-quantity {
    border-color: #00b8c8;
    background-color: white;
    border-left: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }
  #order_box .list-group-item .input-group .form-control {
    border-color: #00b8c8;
    box-shadow: none; }
#order_box .row > *,
#order_box .row {
  min-height: 30px;
  line-height: 30px; }
#order_box .row .manufacturer,
#order_box .row .description {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

/*# sourceMappingURL=order_box.css.map */
