@charset "UTF-8";
#ff-quick-order .ff-qo-a2c {
  padding: 0.5rem;
  position: sticky;
  top: 43px;
  background-color: #f8f8f6;
  display: flex;
  flex-flow: row wrap;
}
@media only all and (max-width: 47.99rem) {
  #ff-quick-order .ff-qo-a2c {
    top: 58px;
  }
}
#ff-quick-order .ff-qo-a2c:first-child {
  border-bottom: 1px solid #025149;
}
#ff-quick-order .ff-qo-a2c h1 {
  flex: auto;
  font-size: 2.25rem;
  margin: 0;
  line-height: 1em;
  align-self: center;
}
@media only all and (max-width: 47.99rem) {
  #ff-quick-order .ff-qo-a2c h1 {
    font-size: 2rem;
  }
}
#ff-quick-order .ff-qo-a2c .ff-qo-group-toggle {
  margin-right: 0.5rem;
}
#ff-quick-order .ff-qo-a2c .ff-qo-group-toggle.ff-qo-group-active {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
#ff-quick-order .ff-qo-a2c .button {
  padding: 0.3em 1em 0.6rem;
}
@media only all and (max-width: 47.99rem) {
  #ff-quick-order .ff-qo-a2c .button {
    font-size: 1rem;
  }
}
#ff-quick-order .ff-qo-a2c .button i {
  position: relative;
  left: 0.6rem;
  display: none;
}
#ff-quick-order .ff-qo-a2c .button.ff-qo-adding i {
  display: inline-block;
}
#ff-quick-order .ff-qo-group {
  margin-bottom: 1rem;
}
#ff-quick-order .ff-qo-group-header {
  padding: 0.5rem 0.75rem;
  font-size: 0.8rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-bottom: 1px solid #025149;
  background-color: rgba(2, 81, 73, 0.08);
  color: #025149;
}
#ff-quick-order .ff-qo-product {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  border-bottom: 1px solid #025149;
}
#ff-quick-order .ff-qo-product.ff-qo-header {
  background-color: #025149;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-bottom: 2px solid #025149;
}
#ff-quick-order .ff-qo-product.ff-qo-header .ff-qo-variations-header {
  flex: auto;
  text-align: right;
}
#ff-quick-order .ff-qo-product.ff-qo-header .ff-qo-sortable {
  cursor: pointer;
  user-select: none;
}
#ff-quick-order .ff-qo-product.ff-qo-header .ff-qo-sortable:hover {
  opacity: 0.8;
}
#ff-quick-order .ff-qo-product.ff-qo-header .ff-qo-sortable .ff-qo-sort-icon {
  display: inline-block;
  width: 0.6em;
  opacity: 0.4;
}
#ff-quick-order .ff-qo-product.ff-qo-header .ff-qo-sortable .ff-qo-sort-icon::after {
  content: "▴";
}
#ff-quick-order .ff-qo-product.ff-qo-header .ff-qo-sortable.ff-qo-sort-asc .ff-qo-sort-icon {
  opacity: 1;
}
#ff-quick-order .ff-qo-product.ff-qo-header .ff-qo-sortable.ff-qo-sort-asc .ff-qo-sort-icon::after {
  content: "▴";
}
#ff-quick-order .ff-qo-product.ff-qo-header .ff-qo-sortable.ff-qo-sort-desc .ff-qo-sort-icon {
  opacity: 1;
}
#ff-quick-order .ff-qo-product.ff-qo-header .ff-qo-sortable.ff-qo-sort-desc .ff-qo-sort-icon::after {
  content: "▾";
}
#ff-quick-order .ff-qo-product > div {
  padding: 0.75rem;
}
#ff-quick-order .ff-qo-product .ff-qo-product-image {
  flex: 0 0 100px;
}
@media only all and (max-width: 47.99rem) {
  #ff-quick-order .ff-qo-product .ff-qo-product-image {
    flex: 0 0 25%;
  }
}
#ff-quick-order .ff-qo-product .ff-qo-product-image img {
  background-color: #ffffff;
}
#ff-quick-order .ff-qo-product .ff-qo-product-title {
  flex: 1 1 auto;
  font-weight: bold;
  min-width: 150px;
}
@media only all and (max-width: 47.99rem) {
  #ff-quick-order .ff-qo-product .ff-qo-product-title {
    flex: 0 0 75%;
  }
}
#ff-quick-order .ff-qo-product .ff-qo-product-title a {
  color: #025149;
}
#ff-quick-order .ff-qo-product .ff-qo-product-sku {
  flex: 0 0 100px;
  font-size: 0.75rem;
}
@media only all and (max-width: 47.99rem) {
  #ff-quick-order .ff-qo-product .ff-qo-product-sku {
    flex: 0 0 50%;
  }
}
#ff-quick-order .ff-qo-product .ff-qo-product-upc {
  flex: 0 0 140px;
  font-size: 0.75rem;
}
@media only all and (max-width: 47.99rem) {
  #ff-quick-order .ff-qo-product .ff-qo-product-upc {
    flex: 0 0 50%;
  }
}
#ff-quick-order .ff-qo-product .ff-qo-product-categories {
  flex: 0 0 140px;
  font-size: 0.75rem;
}
@media only all and (max-width: 47.99rem) {
  #ff-quick-order .ff-qo-product .ff-qo-product-categories {
    flex: 0 0 35%;
  }
}
#ff-quick-order .ff-qo-product .ff-qo-variations {
  flex: 1 1 auto;
  display: flex;
  flex-flow: row wrap;
  column-gap: 1rem;
  justify-content: flex-end;
}
@media only all and (max-width: 47.99rem) {
  #ff-quick-order .ff-qo-product .ff-qo-variations {
    flex: 0 0 65%;
    flex-flow: column;
    row-gap: 0.5rem;
    align-items: flex-end;
  }
}
#ff-quick-order .ff-qo-product .ff-qo-variations .ff-qo-product-attribute label {
  font-size: 0.75rem;
  font-weight: bold;
}
#ff-quick-order .ff-qo-product .ff-qo-variations .ff-qo-product-attribute select {
  height: 36px;
}
#ff-quick-order .ff-qo-product .ff-qo-variations .ff-qo-product-attribute.ff-qo-pa_shipping-frequency, #ff-quick-order .ff-qo-product .ff-qo-variations .ff-qo-product-attribute.ff-qo-pa_billing-frequency {
  display: none;
}
#ff-quick-order .ff-qo-product .ff-qo-product-price {
  flex: 0 0 100px;
  text-align: right;
}
@media only all and (max-width: 47.99rem) {
  #ff-quick-order .ff-qo-product .ff-qo-product-price {
    flex: 1 1 auto;
    text-align: left;
  }
}
#ff-quick-order .ff-qo-product .ff-qo-product-qty {
  flex: 0 0 80px;
}
#ff-quick-order .ff-qo-product .ff-qo-product-qty input {
  width: 100%;
  height: 36px;
}
#ff-quick-order .ff-qo-product .ff-qo-product-attr {
  flex: 0 0 120px;
  font-size: 0.75rem;
}
@media only all and (max-width: 47.99rem) {
  #ff-quick-order .ff-qo-product .ff-qo-product-attr {
    flex: 0 0 50%;
  }
}

/*# sourceMappingURL=ff-quick-order.css.map */
