/** Shopify CDN: Minification failed

Line 259:4 Expected identifier but found "."
Line 266:4 Expected identifier but found "."
Line 654:4 Expected identifier but found "."
Line 661:4 Expected identifier but found "."
Line 993:4 Expected identifier but found "."
Line 1099:4 Expected identifier but found "."
Line 1159:6 Expected identifier but found "."
Line 1177:6 Expected identifier but found "."
Line 1204:4 Expected identifier but found "."
Line 1304:4 Expected identifier but found "."
... and 14 more hidden warnings

**/


.qoc-top {
  margin-top: 25px;
}
.hc-catalog-form .nav-tabs {
    padding-bottom: 0;
    border-bottom: 0;
}
.hc-catalog-form .nav-tabs {
    display: flex;
    align-items: center;
    column-gap: 15px;
}
@media (max-width: 1000px) {
    .hc-catalog-form .nav-tabs {
        font-size: 13px;
        column-gap: 8px;
    }
}
@media (max-width: 767px) {
    .hc-catalog-form .nav-tabs {
        flex-wrap: wrap;
        row-gap: 8px;
        margin-bottom: 10px;
    }
}
.hc-shared-product .hc-product-cell-bottom-active {
    font-weight: bold;
    font-family: Arial, sans-serif;
    text-align: center;
    padding: 0;
    opacity: 0.5;
}
.hc-list-product-minimized .hc-product-cell-bottom-active {
    position: static;
    display: inline-block;
    visibility: hidden;
    height: 0;
}
.hc-list-product-minimized .hc-product-cell-bottom-active {
    width: 150px;
}
.hc-shared-product.active .hc-product-cell-bottom-active {
    opacity: 1;
}
.hc-list-product-minimized.active .hc-product-cell-bottom-active {
    visibility: visible;
    display: inline-block;
}
.hc-list-product-minimized.added:not(.active) .add {
  position: relative;
}

.nav>li {
    position: relative;
    display: block;
}
.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}
@media (max-width: 767px) {
    .hc-catalog-form .nav-tabs > li {
        flex-basis: calc(50% - 4px);
    }
}

@media (max-width: 767px) {
    .hc-catalog-form .nav-tabs > li a {
        border: solid 1px #ddd;
        border-radius: 5px;
    }
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}


.nav>li>a {
    position: relative;
    display: block;
    padding: 15px 35px 15px 35px;
}
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 8px 8px 0 0;
}

.hc-product-list-page {
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }

  .search-header {
    margin-bottom: 1.5em;
  }

  .paging-holder {
    text-align: center;
  }

  @media (max-width: @screen-sm-max) {
    .paging-holder {
      flex-basis: 300px;
    }

    .sortbylabel {
      display: inline-block !important;
    }

    .paging-holder,
    .search-header-holder {
      display: flex;
      flex-wrap: nowrap;
      align-items: center;

      & > * {
        margin-right: 10px;
      }
    }

    h1 {
      margin-bottom: 0;
    }

    .paging-holder {
      text-align: left;
    }
  }

  .hc-add-form-single .hc-variation-quantity {
    width: 100%;
  }
}

.regular-price {
  color: #888;
  font-weight: normal;
  margin: 0 0 5px 0;
  font-size: 12px;
}

.sale-price-wrapper {
  line-height: 1.1em;
  display: block;
  margin-top: 0.3em;

  .regular-price {
    margin: 0;
    text-decoration: line-through;
    display: block;
  }
}

@media (min-width: 1100px) {
  .hc-list-to-two-up {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    .hc-list-product {
      width: 49%;
    }
  }
}

.hc-list-product {
  border: solid 2px #e1e1e1;
  border-right: solid 2px transparent;
  border-bottom: solid 2px transparent;
  margin-bottom: 15px;
  display: flex;
  align-items: start;

  .stjr-container .stjr-product-rating-widget {
    justify-content: flex-start;
  }

  .stjr-product-rating {
    opacity: 0.7;
    height: 20px;
  }

  .sale-price-wrapper {
    display: inline-block;

    .regular-price {
      display: inline-block;
      margin-right: 5px;
    }
  }

  &.active {
    .orange-buy-now {
      display: none;
    }
  }

  .image {
    align-self: flex-start;
    position: relative;

    .favorite-wrapper a {
      position: absolute;
      top: 0;
      left: 0;
      width: 30px;
      text-align: center;
      height: 30px;
      border-radius: 15px;

      &:hover {
        opacity: 1;
      }

      img {
        vertical-align: middle;
      }
    }
  }

  .details {
    padding: 5px 15px;
    color: #333;
    display: block;
    text-decoration: none;

    .og-badge {
      font-size: 10px;
      margin-left: 10px;
      position: relative;
      top: -0.3em;
    }
  }

  .latinName {
    .gfontserif;
    display: inline-block;
    font-style: italic;
    font-size: 0.9em;
  }

  .sku {
    .gfontserif;
    font-weight: bold;
    display: inline-block;
    margin-right: 5px;
  }

  .name {
    font-size: 1.4em;
    display: inline-block;
    margin-top: 4px;
    text-transform: uppercase;

    .hcid-line1,
    .hcid-line2 {
      display: block;
    }

    .hcid-line2 {
      margin-top: 10px;
      font-size: 0.7em;
    }
  }

  &.smaller {
    .sku {
      font-size: 0.8em;
    }

    .name {
      font-size: 1.2em;
      line-height: 1.2em;

      .hcid-line2 {
        margin-top: 0;
      }
    }
  }

  .form {
    color: #999;
    text-transform: uppercase;
  }

  .add {
    margin-left: auto;
    text-align: right;
    position: relative;
    min-width: 200px;
    width: 200px;

    .hc-variation-quantity,
    .hc-variation-select {
      font-size: 16px;
      height: 40px;
    }
  }

  @media (max-width: 900px) {
    font-size: 0.8em;
    line-height: 1.3em;

    .image img {
      max-width: 100px;
      height: auto;
    }
  }

  @media (max-width: 600px) {

    .image {
      width: 30px;
      display: flex;
      align-items: stretch;

      a.nohover {
        overflow: hidden;

        .productImage {
          max-width: none;
          margin-left: calc(-50% - 15px);
        }
      }
    }

    .hc-stock-button-holder {
      display: none;
    }

    .stjr-product-rating-widget__num-reviews {
      display: none !important;
    }

    .stars[title="0.0 star rating"] {
      display: none;
    }

    .outOfStockWrapper-email .hc-stock-out-of-stock:after {
      display: none;
    }

    .name {
      line-height: 1em;
      margin: 0.3em 0;

      .hcid-line1 {
        font-size: 0.8em;
        margin-bottom: 0.3em;
      }

      .hcid-line2 {
        margin-top: 0;
        font-size: 0.7em;
      }
    }

    .add {
      width: 150px;
      min-width: 150px;
      padding-top: 5px;
      margin-right: 0 !important;
      margin-bottom: 45px;

      .hc-variation-quantity,
      .hc-variation-select {
        font-size: 1.2em;
        line-height: 2em;
        height: 2em;
        width: 100%;
        margin-bottom: 3px;
      }

      .hc-product-min-price {
        font-size: 0.9em;
      }

      .hc-variation-quantity {
      }
    }

    .to-bag {
      display: none;
    }
  }

  @media (max-width: 400px) {
    .add {
      width: 110px;
      min-width: 110px;
      font-size: 0.8em;
    }

    .add {
      margin-top: 0;
      align-self: center;
      margin-left: auto;
      margin-right: auto;
    }

    .regular-price {
      display: inline;
      font-size: 0.5em;
      margin-right: 3px;
    }
  }
}

.hc-variant-price-line {
  display: block;
  .hc-variant-price-label {
    color: #999;
  }
}

a.bulk-contact-link {
  color: #999 !important;
  font-size: 0.8em;
  text-decoration: none;
  text-decoration: underline;
}

.loading {
  display: none;
}

.hc-catalog-form .nav-tabs {
  padding-bottom: 0;
  border-bottom: 0;
}

.tab-content h2.section {
  display: block;
  text-align: center;
  margin: 15px 5px;
}

.hc-catalog-form .nav-tabs {
  display: flex;
  align-items: center;
  column-gap: 15px;
}

.hc-catalog-form .nav-tabs:before {
  display: none;
}

.hc-catalog-form .nav-tabs:after {
  display: none;
}

.hc-catalog-form .nav-tabs > li.download-link > a {
  color: #fff;
  background-color: #9ec862;
  border: 0;
  font-size: 1.2em;
  padding: 0.2em 0.5em;
  border-radius: 10px;
}

.hc-catalog-form .nav-tabs > li.download-link > a svg {
  fill: white;
  stroke: white;
  position: relative;
  top: -2px;
}

.hc-catalog-form .nav-tabs .gap {
  flex-grow: 1;
}

.genericproductlist-top-banner {
  margin-bottom: 2em;
}

@media (max-width: 1000px) {
  .hc-catalog-form .nav-tabs {
    font-size: 13px;
    column-gap: 8px;
  }
}

.hc-product-list-page {
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }

  .search-header {
    margin-bottom: 1.5em;
  }

  .paging-holder {
    text-align: center;
  }

  @media (max-width: @screen-sm-max) {
    .paging-holder {
      flex-basis: 300px;
    }

    .sortbylabel {
      display: inline-block !important;
    }

    .paging-holder,
    .search-header-holder {
      display: flex;
      flex-wrap: nowrap;
      align-items: center;

      & > * {
        margin-right: 10px;
      }
    }

    h1 {
      margin-bottom: 0;
    }

    .paging-holder {
      text-align: left;
    }
  }

  .hc-add-form-single .hc-variation-quantity {
    width: 100%;
  }
}

.regular-price {
  color: #888;
  font-weight: normal;
  margin: 0 0 5px 0;
  font-size: 12px;
}

.sale-price-wrapper {
  line-height: 1.1em;
  display: block;
  margin-top: 0.3em;

  .regular-price {
    margin: 0;
    text-decoration: line-through;
    display: block;
  }
}

@media (min-width: 1100px) {
  .hc-list-to-two-up {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    .hc-list-product {
      width: 49%;
    }
  }
}

.hc-list-product {
  border: solid 2px #e1e1e1;
  border-right: solid 2px transparent;
  border-bottom: solid 2px transparent;
  margin-bottom: 15px;
  display: flex;
  align-items: start;

  .stjr-container .stjr-product-rating-widget {
    justify-content: flex-start;
  }

  .stjr-product-rating {
    opacity: 0.7;
    height: 20px;
  }

  .sale-price-wrapper {
    display: inline-block;

    .regular-price {
      display: inline-block;
      margin-right: 5px;
    }
  }

  &.active {
    .orange-buy-now {
      display: none;
    }
  }

  .image {
    align-self: flex-start;
    position: relative;

    .favorite-wrapper a {
      position: absolute;
      top: 0;
      left: 0;
      width: 30px;
      text-align: center;
      height: 30px;
      border-radius: 15px;

      &:hover {
        opacity: 1;
      }

      img {
        vertical-align: middle;
      }
    }
  }

  .details {
    padding: 5px 15px;
    color: #333;
    display: block;
    text-decoration: none;

    .og-badge {
      font-size: 10px;
      margin-left: 10px;
      position: relative;
      top: -0.3em;
    }
  }

  .latinName {
    .gfontserif;
    display: inline-block;
    font-style: italic;
    font-size: 0.9em;
  }

  .sku {
    .gfontserif;
    font-weight: bold;
    display: inline-block;
    margin-right: 5px;
  }

  .name {
    font-size: 1.4em;
    display: inline-block;
    margin-top: 4px;
    text-transform: uppercase;

    .hcid-line1,
    .hcid-line2 {
      display: block;
    }

    .hcid-line2 {
      margin-top: 10px;
      font-size: 0.7em;
    }
  }

  &.smaller {
    .sku {
      font-size: 0.8em;
    }

    .name {
      font-size: 1.2em;
      line-height: 1.2em;

      .hcid-line2 {
        margin-top: 0;
      }
    }
  }

  .form {
    color: #999;
    text-transform: uppercase;
  }

  .add {
    margin-left: auto;
    text-align: right;
    position: relative;
    min-width: 200px;
    width: 200px;

    .hc-variation-quantity,
    .hc-variation-select {
      font-size: 16px;
      height: 40px;
    }
  }

  @media (max-width: 900px) {
    font-size: 0.8em;
    line-height: 1.3em;

    .image img {
      max-width: 100px;
      height: auto;
    }
  }

  @media (max-width: 600px) {
    .image {
      width: 30px;
      display: flex;
      align-items: stretch;

      a.nohover {
        overflow: hidden;

        .productImage {
          max-width: none;
          margin-left: calc(-50% - 15px);
        }
      }
    }

    .hc-stock-button-holder {
      display: none;
    }

    .stjr-product-rating-widget__num-reviews {
      display: none !important;
    }

    .stars[title="0.0 star rating"] {
      display: none;
    }

    .outOfStockWrapper-email .hc-stock-out-of-stock:after {
      display: none;
    }

    .name {
      line-height: 1em;
      margin: 0.3em 0;

      .hcid-line1 {
        font-size: 0.8em;
        margin-bottom: 0.3em;
      }

      .hcid-line2 {
        margin-top: 0;
        font-size: 0.7em;
      }
    }

    .add {
      width: 150px;
      min-width: 150px;
      padding-top: 5px;
      margin-right: 0 !important;
      margin-bottom: 45px;

      .hc-variation-quantity,
      .hc-variation-select {
        font-size: 1.2em;
        line-height: 2em;
        height: 2em;
        width: 100%;
        margin-bottom: 3px;
      }

      .hc-product-min-price {
        font-size: 0.9em;
      }

      .hc-variation-quantity {
      }
    }

    .to-bag {
      display: none;
    }
  }

  @media (max-width: 400px) {
    .add {
      width: 110px;
      min-width: 110px;
      font-size: 0.8em;
    }

    .add {
      margin-top: 0;
      align-self: center;
      margin-left: auto;
      margin-right: auto;
    }

    .regular-price {
      display: inline;
      font-size: 0.5em;
      margin-right: 3px;
    }
  }
}
.grid__item:nth-child(2n + 1) {
  background-color: #f7f7f8;
}

.hc-button-text {
    display: block;
    margin-top: 5px;
}
.hc-list-product-minimized {
  display: flex;
  padding: 3px 5px 3px 5px;

  a {
    text-decoration: none;
  }

  .name {
    display: flex;
    margin-left: 5px;
  }

  .details {
    flex-grow: 1;
    color: #303233;
    text-align: left;
    display: flex;
  }

  .hcid-line2:before {
    content: " - ";
  }

  .add {
    position: relative;
    z-index: 2;
    display: flex;
    margin: 0px 0 0 0;
  }

  .sku {
    width: 120px;
    display: flex;
    font-weight: 700;
    line-height: 2.1;
    white-space: nowrap;
  }

  .sale-price-wrapper {
    display: flex;
  }

  .hc-add-form {
    display: flex;
    width: 300px;
  }

  .hc-product-cell-bottom-active {
    position: static;
    display: inline-block;
    visibility: hidden;
    height: 0;
  }

  .hc-product-cell-bottom-active {
    width: 150px;
  }

  .newoutOfStockWrapper {
    width: 200px;
    margin-right: 150px;
  }

  &.active .hc-product-cell-bottom-active {
        visibility: visible;
        display: inline-block;

    .hc-grid-add-button {
      border: 0;
      height: 30px;
      padding-top: 0;
      padding-bottom: 0;
    }
  }

  & > div:not(.add) {
    margin-right: 15px;
    line-height: 2.1;
    margin-left: auto;
  }

  .sale-price-wrapper .regular-price {
    display: flex;
  }

  .hc-variation-quantity,
  .hc-variation-select {
    border-width: 1px;
  }
  
  &.added:not(.active) .add {
    position: relative;

    &:after {
            content: "";
            display: flex !important;
            position: absolute;
            right: 14.5%;
            top: 0.3em;
            font-size: 1.3em;
            color: green;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' enable-background='new 0 0 64 64'%3E%3Cpath d='M32,2C15.431,2,2,15.432,2,32c0,16.568,13.432,30,30,30c16.568,0,30-13.432,30-30C62,15.432,48.568,2,32,2z M25.025,50 l-0.02-0.02L24.988,50L11,35.6l7.029-7.164l6.977,7.184l21-21.619L53,21.199L25.025,50z' fill='%2343a047'/%3E%3C/svg%3E");
            background-repeat: no-repeat no-repeat;
            background-position: center center;
            background-size: cover;
            width: 1.2rem;
            height: 1.2rem;
            transition: 0.125s linear;
            transition-property: background-image;
    }
  }

  @media (max-width: 900px) {
    flex-wrap: wrap;

    .add {
      flex-basis: 100%;
    }
  }

  @media (max-width: 900px) {
    padding: 8px 5px 8px 5px;

    .add {
      flex-wrap: nowrap;
      margin: 6px 0 0 0;
    }
  }
}
@media (max-width: 518px) { 
  .hc-list-product-minimized {
    .hc-add-form {
        display: flex;
        width: unset!important;
    }
  }
}
.hc-variant-price-line {
  display: block;
  .hc-variant-price-label {
    color: #999;
  }
}
.js-grid-cart.disabled.hc-grid-add-button.disabled {
    pointer-events: none;
    cursor: none;
    filter: grayscale(100%)!important;
}
a.bulk-contact-link {
  color: #999 !important;
  font-size: 0.8em;
  text-decoration: none;
  text-decoration: underline;
}
.hc-shared-product {
  .out-of-stock {
    font-weight: 500;
    font-size: 0.9em;
    color: #ff8400;
    .archivo;

    .eta-sep {
      color: #ccc;
    }
  }

  .learn-more {
    display: block;
    text-align: center;
    color: #61615f;
    font-size: 0.85em;
    text-decoration: underline;
    text-decoration-color: #aaa;
  }

  .hc-calculated-price,
  .hc-calculated-price-prefix {
    visibility: hidden;
  }

  .hc-variation-select,
  .hc-variation-quantity {
    width: 50%;
    border: solid 1px #ccc;
    box-shadow: none;
    height: 30px;
    font-size: 0.8rem;
    color: #303233;
    font-weight: 500;
    padding-left: 8px;
    text-transform: uppercase;
    vertical-align: bottom;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-right: 6px;
    border-radius: 4px;
  }

  .active {
    .hc-variation-select,
    .hc-variation-quantity {
      border: solid 1px #303233;
      color: #303233;
    }
  }

  &.active {
    .hc-calculated-price,
    .hc-calculated-price-prefix {
      visibility: visible;
    }

    .hc-product-cell-bottom-active {
      opacity: 1;

      .hc-grid-add-button {
        filter: none;
      }
    }
  }

  .hc-variation-quantity {
    padding-left: 10px;

    &::-webkit-input-placeholder,
    &:-ms-input-placeholder,
    &::placeholder {
      color: #999;
    }
  }

  @media (min-width: 601px) {
    .hc-add-form:not(.hc-add-form-single) .hc-variation-quantity {
      /*border-left: 0 !important;*/
    }
  }

  .hc-product-cell-bottom-active {
    font-weight: bold;
    font-family: Arial, sans-serif;
    text-align: center;
    padding: 0;
    opacity: 0.5;

    .hc-grid-add-button {
      filter: grayscale(100%);
    }
  }

  .hc-grid-add-button {
    border: solid 2px #fff;
    color: #fff;
    background: #303233;
    font-size: 13px;
    display: block;
    width: 100%;
    padding: 7px 0;

    .white {
      color: #fff;
    }
  }

  .hc-product-min-price {
    color: #333;
    .gfontserif;
    font-style: italic;
    font-size: 0.9em;
    font-weight: bold;
    padding: 5px;
  }

  .hc-quantity-upsell {
    color: #e44143;
    font-style: italic;
    font-weight: bold;
    font-size: 13px;
    margin-top: 4px;
  }
}

.hcProductGrid {
  .hc-bestsellers-rank {
    float: right;
    font-size: 1.5em;
    color: #e44143;
    margin-left: 10px;
  }

  .row-product-grid > div {
    padding: 0 7px;
  }

  .hc-product-latin-name {
    font-size: 14px;
    line-height: 16px;
  }

  .hc-product-cell {
    h2 {
      font-size: inherit;
      color: inherit;
      margin: 0;
      line-height: inherit;

      a {
        line-height: inherit;
        margin: 0;
      }
    }

    margin-bottom: 50px;
    position: relative;

    .og-badge {
      float: right;
      margin: 5px;
      font-size: 0.8em;
    }

    .hc-product-top-info {
      position: absolute;
      width: 50%;
      top: 0;
      padding: 5px 0 0 5px;
      .gfontserif;
 }

    .hc-product-middle {
      position: absolute;
      width: 100%;
      bottom: 0;
      padding: 5px;
      background-color: rgba(255, 255, 255, 0.6);
    }

    .hc-product-sku {
      font-weight: bold;
    }

    .hc-product-link {
      text-decoration: none;
      color: inherit;
      .gfontnarrow;
      font-size: 22px;
      text-transform: uppercase;
      margin-bottom: 4px;
      display: block;
 }

    .hc-product-name {
      display: block;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
    }

    .hc-product-form {
      display: block;
      color: #999;
      font-size: 0.75em;
    }
  }

  .hc-product-cell-top {
    border: solid 2px #e1e1e1;
    border-left: solid 2px transparent;
    border-bottom: solid 2px transparent;
    .clearfix;
    color: #333;
    position: relative;
    padding-bottom: 40px;
    min-height: 265px;
  }

  .productFavorite {
    display: inline-block;
    position: relative;
    top: -2px;
  }

  .hc-product-cell.active.pending {
    .hc-button-text {
      display: none;
    }

    .hc-loader {
      border: 6px solid #fbbf90; /* Light grey */
      border-top: 6px solid #fff; /* Blue */
      border-radius: 50%;
      width: 20px;
      height: 20px;
      animation: spin 2s linear infinite;
      margin: 0 auto;
    }
  }

  .hc-out-of-stock-variant {
    margin-bottom: 4px;
  }
}

.hc-shared-product.active.pending {
  .hc-button-text {
    display: none;
  }

  .hc-loader {
    border: 6px solid #fbbf90; /* Light grey */
    border-top: 6px solid #fff; /* Blue */
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 2s linear infinite;
    margin: 0 auto;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.outOfStockWrapper-email {
  .hc-stock-out-of-stock {
    position: relative;

    &:after {
      content: ">";
      font-weight: bold;
      position: absolute;
      right: 0;
      font-size: 1.15em;
      margin-right: -12px;
    }
  }
}

.newoutOfStockWrapper {
  display: flex;
  height: 30px;
  align-items: center;
  background: #e1e1e1;
  border: solid 2px #999;
  color: #666;
  text-decoration: none;

  .hc-stock,
  .hc-stock-button-holder {
    text-align: center;
  }

  .hc-stock {
    text-transform: uppercase;
    font-size: 12px;
    flex-grow: 1;
    border-right: 0;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    padding-left: 5px;
    text-transform: lowercase;
    vertical-align: text-bottom;
    .gfontserif;
    font-style: italic;
    margin-right: 4px;
  }

  .btn-hc-stock-email {
    font-size: 22px;
    display: block;
    color: #999;
    height: 100%;
    line-height: 30px;
    width: 50px;
  }
}

.fade-text {
  position: relative;

  &.loading {
    height: 140px;
  }

  .fade-content {
    display: none;
  }

  &.faded {
    .fade-content {
      display: block;
      height: 140px;
      overflow: hidden;
      -webkit-mask-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(0, 0, 0, 1)),
        to(rgba(0, 0, 0, 0))
      );
    }
  }

  &.in {
    .fade-content {
      display: block;
    }
  }

  .btn-unfade {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    width: 120px;
    font-size: 14px;
    padding: 0 10px;
    font-style: normal;
    border-radius: 0;
    height: 28px;
    line-height: 28px;
    .gfontnarrow;
  }
}

.header-light-gray {
  .gfontserif;
  margin-bottom: 40px !important;
  font-style: italic !important;
  color: #9fa09e !important;
  font-size: 24px !important;
}

.hc-grid-pile-bg {
  .bg-image-holder {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
  }

  .hc-product-top-info,
  .og-badge {
    position: relative;
    z-index: 2;
  }

  .bg-image {
    position: relative;
    max-width: 90%;
    right: -30%;
  }
}
.qoc-bottom {
  margin-bottom: 5rem;
}

.hc-product-list-page {
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }

  .search-header {
    margin-bottom: 1.5em;
  }

  .paging-holder {
    text-align: center;
  }

  @media (max-width: @screen-sm-max) {
    .paging-holder {
      flex-basis: 300px;
    }

    .sortbylabel {
      display: inline-block !important;
    }

    .paging-holder,
    .search-header-holder {
      display: flex;
      flex-wrap: nowrap;
      align-items: center;

      & > * {
        margin-right: 10px;
      }
    }

    h1 {
      margin-bottom: 0;
    }

    .paging-holder {
      text-align: left;
    }
  }

  .hc-add-form-single .hc-variation-quantity {
    width: 100%;
  }
}

.regular-price {
  color: #888;
  font-weight: normal;
  margin: 0 0 5px 0;
  font-size: 12px;
}

.sale-price-wrapper {
  line-height: 1.1em;
  display: block;
  margin-top: 0.3em;

  .regular-price {
    margin: 0;
    text-decoration: line-through;
    display: block;
  }
}

@media (min-width: 1100px) {
  .hc-list-to-two-up {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    .hc-list-product {
      width: 49%;
    }
  }
}

.hc-list-product {
  border: solid 2px #e1e1e1;
  border-right: solid 2px transparent;
  border-bottom: solid 2px transparent;
  margin-bottom: 15px;
  display: flex;
  align-items: start;

  .stjr-container .stjr-product-rating-widget {
    justify-content: flex-start;
  }

  .stjr-product-rating {
    opacity: 0.7;
    height: 20px;
  }

  .sale-price-wrapper {
    display: inline-block;

    .regular-price {
      display: inline-block;
      margin-right: 5px;
    }
  }

  &.active {
    .orange-buy-now {
      display: none;
    }
  }

  .image {
    align-self: flex-start;
    position: relative;

    .favorite-wrapper a {
      position: absolute;
      top: 0;
      left: 0;
      width: 30px;
      text-align: center;
      height: 30px;
      border-radius: 15px;

      &:hover {
        opacity: 1;
      }

      img {
        vertical-align: middle;
      }
    }
  }

.quick-order-row.alt-row {
  background-color: #f7f7f8;
}
.quick-order-row {
  background-color: #ffffff;
}

  .details {
    padding: 5px 15px;
    color: #333;
    display: block;
    text-decoration: none;

    .og-badge {
      font-size: 10px;
      margin-left: 10px;
      position: relative;
      top: -0.3em;
    }
  }

  .latinName {
    .gfontserif;
    display: inline-block;
    font-style: italic;
    font-size: 0.9em;
  }

  .sku {
    .gfontserif;
    font-weight: bold;
    display: inline-block;
    margin-right: 5px;
  }

  .name {
    font-size: 1.4em;
    display: inline-block;
    margin-top: 4px;
    text-transform: uppercase;

    .hcid-line1,
    .hcid-line2 {
      display: block;
    }

    .hcid-line2 {
      margin-top: 10px;
      font-size: 0.7em;
    }
  }

  &.smaller {
    .sku {
      font-size: 0.8em;
    }

    .name {
      font-size: 1.2em;
      line-height: 1.2em;

      .hcid-line2 {
        margin-top: 0;
      }
    }
  }

  .form {
    color: #999;
    text-transform: uppercase;
  }

  .add {
    margin-left: auto;
    text-align: right;
    position: relative;
    min-width: 200px;
    width: 200px;

    .hc-variation-quantity,
    .hc-variation-select {
      font-size: 16px;
      height: 40px;
    }
  }

  @media (max-width: 900px) {
    font-size: 0.8em;
    line-height: 1.3em;

    .image img {
      max-width: 100px;
      height: auto;
    }
  }

  @media (max-width: 600px) {
    .image {
      width: 30px;
      display: flex;
      align-items: stretch;

      a.nohover {
        overflow: hidden;

        .productImage {
          max-width: none;
          margin-left: calc(-50% - 15px);
        }
      }
    }

    .hc-stock-button-holder {
      display: none;
    }

    .stjr-product-rating-widget__num-reviews {
      display: none !important;
    }

    .stars[title="0.0 star rating"] {
      display: none;
    }

    .outOfStockWrapper-email .hc-stock-out-of-stock:after {
      display: none;
    }

    .name {
      line-height: 1em;
      margin: 0.3em 0;

      .hcid-line1 {
        font-size: 0.8em;
        margin-bottom: 0.3em;
      }

      .hcid-line2 {
        margin-top: 0;
        font-size: 0.7em;
      }
    }

    .add {
      width: 150px;
      min-width: 150px;
      padding-top: 5px;
      margin-right: 0 !important;
      margin-bottom: 45px;

      .hc-variation-quantity,
      .hc-variation-select {
        font-size: 1.2em;
        line-height: 2em;
        height: 2em;
        width: 100%;
        margin-bottom: 3px;
      }

      .hc-product-min-price {
        font-size: 0.9em;
      }

      .hc-variation-quantity {
      }
    }

    .to-bag {
      display: none;
    }
  }

  @media (max-width: 400px) {
    .add {
      width: 110px;
      min-width: 110px;
      font-size: 0.8em;
    }

    .add {
      margin-top: 0;
      align-self: center;
      margin-left: auto;
      margin-right: auto;
    }

    .regular-price {
      display: inline;
      font-size: 0.5em;
      margin-right: 3px;
    }
  }
}


.hc-markup-title.hc-markup-title-product {
  font-size: 0.9rem;
    color: var(--color-body-text);
    line-height: 2.1;
    font-weight: 500;
    vertical-align: top;
}
.hc-variant-price-line {
  display: block;
  .hc-variant-price-label {
    color: #999;
  }
}

a.bulk-contact-link {
  color: #999 !important;
  font-size: 0.8em;
  text-decoration: none;
  text-decoration: underline;
}

.loading {
  display: none;
}

.hc-catalog-form .nav-tabs {
  padding-bottom: 0;
  border-bottom: 0;
}

.hc-catalog-form .nav-tabs > li > a {
  color: #303233;
  background-color: #fff;
  border: 1px solid #d3d7d9;
  line-height: 1;
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.4em;
  cursor: pointer;
  margin-right: 0;
}

.hc-catalog-form .nav-tabs > li > a.active {
  background: #f7f7f8;
  color: #303233;
  border-bottom-color: transparent;
}

.hc-catalog-form .tab-content {
  border: solid 1px #d3d7d9;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.tab-content h2.section {
  display: block;
  text-align: center;
  margin: 15px 5px;
}

.hc-catalog-form .nav-tabs {
  display: flex;
  align-items: center;
  column-gap: 15px;
}

.hc-catalog-form .nav-tabs:before {
  display: none;
}

.hc-catalog-form .nav-tabs:after {
  display: none;
}

.hc-catalog-form .nav-tabs > li.download-link > a {
  color: #fff;
  background-color: #303233;
  border: 0;
  font-size: 1.2em;
  padding: 0.2em 0.5em;
  border-radius: 10px;
}

.hc-catalog-form .nav-tabs > li.download-link > a svg {
  fill: white;
  stroke: white;
  position: relative;
  top: -2px;
}

.hc-catalog-form .nav-tabs .gap {
  flex-grow: 1;
}

.genericproductlist-top-banner {
  margin-bottom: 2em;
}

@media (max-width: 1000px) {
  .hc-catalog-form .nav-tabs {
    font-size: 13px;
    column-gap: 8px;
  }
}

.quick-order-search-wrapper {
  margin: 0px auto 10px auto;
    max-width: 360px;
    float: right;
    width: 360px;
}

.quick-order-search-input {
    width: 100%;
    padding: 8px;
    border-radius: 8px;
    padding-left: 2.5rem;
    font-weight: 500;
    font-size: 0.95rem;
    height: 2.5rem;
}

@media (min-width: 768px) {
.hc-list-product-minimized {
    transition: .25s linear;
}
.hc-list-product-minimized:hover{
    background-color: hsla(201,7%,47%,.12)
}
}

@media (max-width: 767px) {
  .hc-catalog-form .nav-tabs {
    flex-wrap: wrap;
    row-gap: 8px;
    margin-bottom: 10px;
  }

  .hc-catalog-form .nav-tabs > li {
    flex-basis: calc(50% - 4px);
  }

  .hc-catalog-form .nav-tabs > li a {
    border: solid 1px #ddd;
    border-radius: 8px;
  }
  .hc-catalog-form .nav-tabs > li > a.active {
    background: #303233;
    color: #fff;
  }
  .hc-catalog-form .nav-tabs > li.tab a {
    padding: 12px 15px;
    border-bottom-color: #ddd;
    font-size: 1.2em;
  }
  .quick-order-search-wrapper {
     width: 100%;
     max-width: unset;
     margin: 0px auto 10px auto;
  }
  .hc-catalog-form .nav-tabs > li.gap {
    display: block;
    order: 3;
  }

  .genericproductlist-top-banner {
    margin-bottom: 1em;
  }

  .liFoods {
    order: 2;
  }

  .liHerbs {
    order: 3;
  }
  .hc-list-product-minimized {
    .sku {
        width: unset;
    }
}
}

.hc-product-list-page {
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }

  .search-header {
    margin-bottom: 1.5em;
  }

  .paging-holder {
    text-align: center;
  }

  @media (max-width: @screen-sm-max) {
    .paging-holder {
      flex-basis: 300px;
    }

    .sortbylabel {
      display: inline-block !important;
    }

    .paging-holder,
    .search-header-holder {
      display: flex;
      flex-wrap: nowrap;
      align-items: center;

      & > * {
        margin-right: 10px;
      }
    }

    h1 {
      margin-bottom: 0;
    }

    .paging-holder {
      text-align: left;
    }
  }

  .hc-add-form-single .hc-variation-quantity {
    width: 100%;
  }
}

.regular-price {
  color: #888;
  font-weight: normal;
  margin: 0 0 5px 0;
  font-size: 12px;
}

.sale-price-wrapper {
  line-height: 1.1em;
  display: block;
  margin-top: 0.3em;

  .regular-price {
    margin: 0;
    text-decoration: line-through;
    display: block;
  }
}

@media (min-width: 1100px) {
  .hc-list-to-two-up {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    .hc-list-product {
      width: 49%;
    }
  }
}

.hc-list-product {
  border: solid 2px #e1e1e1;
  border-right: solid 2px transparent;
  border-bottom: solid 2px transparent;
  margin-bottom: 15px;
  display: flex;
  align-items: start;

  .stjr-container .stjr-product-rating-widget {
    justify-content: flex-start;
  }

  .stjr-product-rating {
    opacity: 0.7;
    height: 20px;
  }

  .sale-price-wrapper {
    display: inline-block;

    .regular-price {
      display: inline-block;
      margin-right: 5px;
    }
  }

  &.active {
    .orange-buy-now {
      display: none;
    }
  }

  .image {
    align-self: flex-start;
    position: relative;

    .favorite-wrapper a {
      position: absolute;
      top: 0;
      left: 0;
      width: 30px;
      text-align: center;
      height: 30px;
      border-radius: 15px;

      &:hover {
        opacity: 1;
      }

      img {
        vertical-align: middle;
      }
    }
  }

  .details {
    padding: 5px 15px;
    color: #333;
    display: block;
    text-decoration: none;

    .og-badge {
      font-size: 10px;
      margin-left: 10px;
      position: relative;
      top: -0.3em;
    }
  }

  .latinName {
    .gfontserif;
    display: inline-block;
    font-style: italic;
    font-size: 0.9em;
  }

  .sku {
    .gfontserif;
    font-weight: bold;
    display: inline-block;
    margin-right: 5px;
  }

  .name {
    font-size: 1.4em;
    display: inline-block;
    margin-top: 4px;
    text-transform: uppercase;

    .hcid-line1,
    .hcid-line2 {
      display: block;
    }

    .hcid-line2 {
      margin-top: 10px;
      font-size: 0.7em;
    }
  }

  &.smaller {
    .sku {
      font-size: 0.8em;
    }

    .name {
      font-size: 1.2em;
      line-height: 1.2em;

      .hcid-line2 {
        margin-top: 0;
      }
    }
  }

  .form {
    color: #999;
    text-transform: uppercase;
  }

  .add {
    margin-left: auto;
    text-align: right;
    position: relative;
    min-width: 200px;
    width: 200px;

    .hc-variation-quantity,
    .hc-variation-select {
      font-size: 16px;
      height: 40px;
    }
  }

  @media (max-width: 900px) {
    font-size: 0.8em;
    line-height: 1.3em;

    .image img {
      max-width: 100px;
      height: auto;
    }
  }

  @media (max-width: 600px) {
    .image {
      width: 30px;
      display: flex;
      align-items: stretch;

      a.nohover {
        overflow: hidden;

        .productImage {
          max-width: none;
          margin-left: calc(-50% - 15px);
        }
      }
    }

    .hc-stock-button-holder {
      display: none;
    }

    .stjr-product-rating-widget__num-reviews {
      display: none !important;
    }

    .stars[title="0.0 star rating"] {
      display: none;
    }

    .outOfStockWrapper-email .hc-stock-out-of-stock:after {
      display: none;
    }

    .name {
      line-height: 1em;
      margin: 0.3em 0;

      .hcid-line1 {
        font-size: 0.8em;
        margin-bottom: 0.3em;
      }

      .hcid-line2 {
        margin-top: 0;
        font-size: 0.7em;
      }
    }

    .add {
      width: 150px;
      min-width: 150px;
      padding-top: 5px;
      margin-right: 0 !important;
      margin-bottom: 45px;

      .hc-variation-quantity,
      .hc-variation-select {
        font-size: 1.2em;
        line-height: 2em;
        height: 2em;
        width: 100%;
        margin-bottom: 3px;
      }

      .hc-product-min-price {
        font-size: 0.9em;
      }

      .hc-variation-quantity {
      }
    }

    .to-bag {
      display: none;
    }
  }

  @media (max-width: 400px) {
    .add {
      width: 110px;
      min-width: 110px;
      font-size: 0.8em;
    }

    .add {
      margin-top: 0;
      align-self: center;
      margin-left: auto;
      margin-right: auto;
    }

    .regular-price {
      display: inline;
      font-size: 0.5em;
      margin-right: 3px;
    }
  }
}

.hc-variant-price-line {
  display: block;
  .hc-variant-price-label {
    color: #999;
  }
}

a.bulk-contact-link {
  color: #999 !important;
  font-size: 0.8em;
  text-decoration: none;
  text-decoration: underline;
}

  .hc-grid-add-button {
    border: solid 2px #fff;
    color: #fff;
    background: #303233;
    font-size: 13px;
    display: block;
    width: 100%;
    padding: 7px 0;

    .white {
      color: #fff;
    }
  }

  .hc-product-min-price {
    color: #333;
    .gfontserif;
    font-style: italic;
    font-size: 0.9em;
    font-weight: bold;
    padding: 5px;
  }

  .hc-quantity-upsell {
    color: #e44143;
    font-style: italic;
    font-weight: bold;
    font-size: 13px;
    margin-top: 4px;
  }
}

.hcProductGrid {
  .hc-bestsellers-rank {
    float: right;
    font-size: 1.5em;
    color: #e44143;
    margin-left: 10px;
  }

  .row-product-grid > div {
    padding: 0 7px;
  }

  .hc-product-latin-name {
    font-size: 14px;
    line-height: 16px;
  }

  .hc-product-cell {
    h2 {
      font-size: inherit;
      color: inherit;
      margin: 0;
      line-height: inherit;

      a {
        line-height: inherit;
        margin: 0;
      }
    }

    margin-bottom: 50px;
    position: relative;

    .og-badge {
      float: right;
      margin: 5px;
      font-size: 0.8em;
    }

    .hc-product-top-info {
      position: absolute;
      width: 50%;
      top: 0;
      padding: 5px 0 0 5px;
      .gfontserif;
 }

    .hc-product-middle {
      position: absolute;
      width: 100%;
      bottom: 0;
      padding: 5px;
      background-color: rgba(255, 255, 255, 0.6);
    }

    .hc-product-sku {
      font-weight: bold;
    }

    .hc-product-link {
      text-decoration: none;
      color: inherit;
      .gfontnarrow;
      font-size: 22px;
      text-transform: uppercase;
      margin-bottom: 4px;
      display: block;
 }

    .hc-product-name {
      display: block;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
    }

    .hc-product-form {
      display: block;
      color: #999;
      font-size: 0.75em;
    }
  }

  .hc-product-cell-top {
    border: solid 2px #e1e1e1;
    border-left: solid 2px transparent;
    border-bottom: solid 2px transparent;
    .clearfix;
    color: #333;
    position: relative;
    padding-bottom: 40px;
    min-height: 265px;
  }

  .productFavorite {
    display: inline-block;
    position: relative;
    top: -2px;
  }

  .hc-product-cell.active.pending {
    .hc-button-text {
      display: none;
    }

    .hc-loader {
      border: 6px solid #fbbf90; /* Light grey */
      border-top: 6px solid #fff; /* Blue */
      border-radius: 50%;
      width: 20px;
      height: 20px;
      animation: spin 2s linear infinite;
      margin: 0 auto;
    }
  }

  .hc-out-of-stock-variant {
    margin-bottom: 4px;
  }
}

.hc-shared-product.active.pending {
  .hc-button-text {
    display: none;
  }

  .hc-loader {
    border: 6px solid #fbbf90; /* Light grey */
    border-top: 6px solid #fff; /* Blue */
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 2s linear infinite;
    margin: 0 auto;
  }
}

@media (max-width: 900px) {
    .hc-markup-title.hc-markup-title-product {
    font-size: 0.9rem;
    color: var(--color-body-text);
    line-height: 1.3;
    font-weight: 500;
    vertical-align: top;
    margin-top: 5px;
}
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.outOfStockWrapper-email {
  .hc-stock-out-of-stock {
    position: relative;

    &:after {
      content: ">";
      font-weight: bold;
      position: absolute;
      right: 0;
      font-size: 1.15em;
      margin-right: -12px;
    }
  }
}

.newoutOfStockWrapper {
  display: flex;
  height: 30px;
  align-items: center;
  background: #e1e1e1;
  border: solid 2px #999;
  color: #666;
  text-decoration: none;

  .hc-stock,
  .hc-stock-button-holder {
    text-align: center;
  }

  .hc-stock {
    text-transform: uppercase;
    font-size: 12px;
    flex-grow: 1;
    border-right: 0;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    padding-left: 5px;
    text-transform: lowercase;
    vertical-align: text-bottom;
    .gfontserif;
    font-style: italic;
    margin-right: 4px;
  }

  .btn-hc-stock-email {
    font-size: 22px;
    display: block;
    color: #999;
    height: 100%;
    line-height: 30px;
    width: 50px;
  }
}

.fade-text {
  position: relative;

  &.loading {
    height: 140px;
  }

  .fade-content {
    display: none;
  }

  &.faded {
    .fade-content {
      display: block;
      height: 140px;
      overflow: hidden;
      -webkit-mask-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(0, 0, 0, 1)),
        to(rgba(0, 0, 0, 0))
      );
    }
  }

  &.in {
    .fade-content {
      display: block;
    }
  }

  .btn-unfade {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    width: 120px;
    font-size: 14px;
    padding: 0 10px;
    font-style: normal;
    border-radius: 0;
    height: 28px;
    line-height: 28px;
    .gfontnarrow;
  }
}
.hc-list-product-minimized.active .hc-product-cell-bottom-active .hc-grid-add-button {
    border: 0;
    height: 30px;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 4px;
}
.header-light-gray {
  .gfontserif;
  margin-bottom: 40px !important;
  font-style: italic !important;
  color: #9fa09e !important;
  font-size: 24px !important;
}

.hc-grid-pile-bg {
  .bg-image-holder {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
  }

  .hc-product-top-info,
  .og-badge {
    position: relative;
    z-index: 2;
  }

  .bg-image {
    position: relative;
    max-width: 90%;
    right: -30%;
  }
}
.qoc-bottom {
  margin-bottom: 5rem;
}


