.node-product_page_banner-form .group-categorization .form-type-select label {
  display: none;
}
.entity-commerce-order .field-name-commerce-customer-shipping .salutation,
.entity-commerce-order .field-name-commerce-customer-billing .salutation{
    margin-right: 6px;
}

.entity-commerce-order {
  margin-bottom: 20px;
}

.entity-commerce-order .field-label {
  color: #96c319;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.2;
  display: block;
  margin: 20px 0 5px;
}

.entity-commerce-order .field-items,
.entity-commerce-order .field-label-above,
.entity-commerce-order .single-checkbox {
  color: #666;
  font-size: 1.15em;
  font-weight: 300;
  line-height: 1.4;
}

.entity-commerce-order .checkout-option .row-title {
  color: #000;
  font-size: 1.05em;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}

.entity-commerce-order .checkout-option {
  font-size: 0.9em;
}

.entity-commerce-order .phone-number-label,
.entity-commerce-order .cur-operator-label,
.entity-commerce-order .cur-subscriber-label,
.entity-commerce-order .cur-number-label {
  color: #000;
  font-weight: 700;
  padding: 5px 0;
}

.entity-commerce-order table td.first {
  color: #000;
  font-size: 1.2em;
  font-weight: 300;
}

@media screen and (min-width: 581px) {
  .entity-commerce-order {
    margin-bottom: 40px;
  }

  .entity-commerce-order .field-label {
    font-size: 1.6em;
    font-weight: 300;
  }
}

/**
 * Orders dashboard
 */
#commerce-order-ui-redirect-form .form-submit {
  margin-top: 2.7em;
}

.view-join-commerce-orders .view-filters {
  max-width: 980px;
}

.view-join-commerce-orders .views-exposed-form .views-exposed-widget {
  min-height: 6em;
  padding: 0.5em 2em 0 0;
}

.view-join-commerce-orders .views-widget-filter-commerce_customer_address_first_name,
.view-join-commerce-orders .views-widget-filter-status,
.view-join-commerce-orders .views-widget-filter-uid,
.view-join-commerce-orders .views-widget-filter-field_product_sub_groups_tid,
.view-join-commerce-orders .views-submit-button {
  clear: left;
}

.view-join-commerce-orders .views-widget-filter-status {
  width: 262px;
}

.views-exposed-form .views-widget-filter-changed .form-item,
.views-exposed-form .views-widget-filter-created .form-item {
  float: left;
}

.views-exposed-form .views-widget-filter-changed .form-item + .form-item,
.views-exposed-form .views-widget-filter-created .form-item + .form-item {
  margin-bottom: 0.5em;
  margin-left: 2em;
  margin-top: -2.75em;
}

.views-exposed-form label {
  font-size: 1.75em;
  padding-bottom: 0.45em;
}

.view-join-commerce-orders .views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 0.5em;
}

.view-join-commerce-orders input.form-autocomplete,
.view-join-commerce-orders input.form-text,
.view-join-commerce-orders input.form-file,
.view-join-commerce-orders textarea.form-textarea,
.view-join-commerce-orders select.form-select {
  max-height: 5em;
}

.view-join-commerce-orders .join-commerce-order-total {
  background-color: #f0f0f0;
  border-radius: 6px;
  color: #4d8f46;
  display: inline-block;
  font-size: 1.2em;
  margin-bottom: 1.5em;
  padding: 0.5em 1em;
}

.view-join-commerce-orders .bef-tree {
  list-style: none;
  margin: 0;
}

.view-join-commerce-orders .bef-tree li {
  list-style: none;
}

.view-join-commerce-orders .bef-tree-depth-0 {
  margin: 0;
}

.view-join-commerce-orders .bef-tree-depth-0 .bef-tree-child {
  display: none;
}