
/* product search facets */
.view-products .facets-widget-links {
  width: 100%;
  clear: both;
}
.view-products .facets-widget-links .facet-item {
  margin: 0 20px 0 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
  display: inline;
}

.view-products .facets-widget-links .facet-item a:hover{
  padding-bottom: 6px;
  color: #000;
  border-bottom-style: solid !important;
  border-bottom-width: 2px !important;
  font-weight: 400;
  text-decoration: none;
}
.view-products .facets-widget-links .facet-item a.is-active {
  padding-bottom: 6px;
  color: #000;
  border-bottom-style: solid !important;
  border-bottom-width: 5px !important;'
  font-weight: 400;
  text-decoration: none;
}

.view-products .facets-widget-links .facet-item:before,
.view-products .facets-widget-links .facet-item__status {
  display: none;
}

.view-products .facets-widget-links .item-list__links {
  float: left;
}

.view-products .facets-widget-links h3 {
  display: block !important;
  width: 200px;
  float: left;
  padding: 15px 10px 15px 0;
  text-align: left;
  color: rgba(69,69,69,0.52);
  font-size: 22px;
  font-weight: normal;
  line-height: 34px;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
}

.view-products .view-content {
  clear: both;
}

body .view-commerce-cart-form table th:first-of-type,
body .view-sof-checkout-order-summary table th:first-of-type {
  width: auto;
}

table .views-field-purchased-entity {
  max-width: 200px;
}

table .views-field-edit-quantity {
  max-width: 50px;
  text-align: center;
}

table .views-field-remove-button {
  max-width: 80px;
  text-align: center;
}

table .views-field-field-description,
table .views-field-field-description p,
table .views-field-field-description .body-text{
  font-size: 14px;
}

table .views-field-field-description {
  max-width: 300px;
}

table .views-field-total-price__number {
  max-width: 100px;
  text-align: right;
}

table .view-sof-checkout-order-summary .views-field-total-price__number {
  max-width: 50px;
}

table .view-sof-checkout-order-summary .views-field-unit-price__number {
  max-width: 50px;
}
