.breadcrumbWrap {
  display: block !important;
  margin-bottom: 16px;
  text-transform: lowercase;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
  font-size: 14px;
  color: #2b3b17;
  margin-right: 20px;
}
.breadcrumb a {
  color: #899f69;
}
.hc-product-list-page .row {
  margin-left: -15px;
  margin-right: -15px;
}
.hc-product-list-page .search-header {
  margin-bottom: 1.5em;
}
.hc-product-list-page .paging-holder {
  text-align: center;
}
@media (max-width: 991px) {
  .hc-product-list-page .paging-holder {
    -ms-flex-preferred-size: 300px;
        flex-basis: 300px;
  }
  .hc-product-list-page .sortbylabel {
    display: inline-block !important;
  }
  .hc-product-list-page .paging-holder,
  .hc-product-list-page .search-header-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .hc-product-list-page .paging-holder > *,
  .hc-product-list-page .search-header-holder > * {
    margin-right: 10px;
  }
  .hc-product-list-page h1 {
    margin-bottom: 0;
  }
  .hc-product-list-page .paging-holder {
    text-align: left;
  }
}
.hc-product-list-page .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;
}
.sale-price-wrapper .regular-price {
  margin: 0;
  text-decoration: line-through;
  display: block;
}
@media (min-width: 1100px) {
  .hc-list-to-two-up {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .hc-list-to-two-up .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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.hc-list-product .stjr-container .stjr-product-rating-widget {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.hc-list-product .stjr-product-rating {
  opacity: 0.7;
  height: 20px;
}
.hc-list-product .sale-price-wrapper {
  display: inline-block;
}
.hc-list-product .sale-price-wrapper .regular-price {
  display: inline-block;
  margin-right: 5px;
}
.hc-list-product.active .orange-buy-now {
  display: none;
}
.hc-list-product .image {
  -ms-flex-item-align: start;
      align-self: flex-start;
  position: relative;
}
.hc-list-product .image .favorite-wrapper a {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  text-align: center;
  height: 30px;
  border-radius: 15px;
}
.hc-list-product .image .favorite-wrapper a:hover {
  opacity: 1;
}
.hc-list-product .image .favorite-wrapper a img {
  vertical-align: middle;
}
.hc-list-product .details {
  padding: 5px 15px;
  color: #333;
  display: block;
  text-decoration: none;
}
.hc-list-product .details .og-badge {
  font-size: 10px;
  margin-left: 10px;
  position: relative;
  top: -0.3em;
}
.hc-list-product .latinName {
  font-family: 'Outfit', sans-serif;
  display: inline-block;
  font-style: italic;
  font-size: 0.9em;
}
.hc-list-product .sku {
  font-family: 'Outfit', sans-serif;
  font-weight: bold;
  display: inline-block;
  margin-right: 5px;
}
.hc-list-product .name {
  font-size: 1.4em;
  display: inline-block;
  margin-top: 4px;
  text-transform: uppercase;
}
.hc-list-product .name .hcid-line1,
.hc-list-product .name .hcid-line2 {
  display: block;
}
.hc-list-product .name .hcid-line2 {
  margin-top: 10px;
  font-size: 0.7em;
}
.hc-list-product.smaller .sku {
  font-size: 0.8em;
}
.hc-list-product.smaller .name {
  font-size: 1.2em;
  line-height: 1.2em;
}
.hc-list-product.smaller .name .hcid-line2 {
  margin-top: 0;
}
.hc-list-product .form {
  color: #999;
  text-transform: uppercase;
}
.hc-list-product .add {
  margin-left: auto;
  text-align: right;
  position: relative;
  min-width: 200px;
  width: 200px;
}
.hc-list-product .add .hc-variation-quantity,
.hc-list-product .add .hc-variation-select {
  font-size: 16px;
  height: 40px;
}
@media (max-width: 900px) {
  .hc-list-product {
    font-size: 0.8em;
    line-height: 1.3em;
  }
  .hc-list-product .image img {
    max-width: 100px;
    height: auto;
  }
}
@media (max-width: 600px) {
  .hc-list-product .image {
    width: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .hc-list-product .image a.nohover {
    overflow: hidden;
  }
  .hc-list-product .image a.nohover .productImage {
    max-width: none;
    margin-left: calc(-50% - 15px);
  }
  .hc-list-product .hc-stock-button-holder {
    display: none;
  }
  .hc-list-product .stjr-product-rating-widget__num-reviews {
    display: none !important;
  }
  .hc-list-product .stars[title='0.0 star rating'] {
    display: none;
  }
  .hc-list-product .outOfStockWrapper-email .hc-stock-out-of-stock:after {
    display: none;
  }
  .hc-list-product .name {
    line-height: 1em;
    margin: 0.3em 0;
  }
  .hc-list-product .name .hcid-line1 {
    font-size: 0.8em;
    margin-bottom: 0.3em;
  }
  .hc-list-product .name .hcid-line2 {
    margin-top: 0;
    font-size: 0.7em;
  }
  .hc-list-product .add {
    width: 150px;
    min-width: 150px;
    padding-top: 5px;
    margin-right: 0 !important;
    margin-bottom: 45px;
  }
  .hc-list-product .add .hc-variation-quantity,
  .hc-list-product .add .hc-variation-select {
    font-size: 1.2em;
    line-height: 2em;
    height: 2em;
    width: 100%;
    margin-bottom: 3px;
  }
  .hc-list-product .add .hc-product-min-price {
    font-size: 0.9em;
  }
  .hc-list-product .to-bag {
    display: none;
  }
}
@media (max-width: 400px) {
  .hc-list-product .add {
    width: 110px;
    min-width: 110px;
    font-size: 0.8em;
  }
  .hc-list-product .add {
    margin-top: 0;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    margin-left: auto;
    margin-right: auto;
  }
  .hc-list-product .regular-price {
    display: inline;
    font-size: 0.5em;
    margin-right: 3px;
  }
}
.hc-list-product-minimized:nth-child(2n+1) {
  background-color: #eee;
}
.hc-list-product-minimized {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 0 3px 5px;
}
.hc-list-product-minimized a {
  text-decoration: none;
}
.hc-list-product-minimized .name {
  display: inline-block;
  margin-left: 5px;
}
.hc-list-product-minimized .details {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #333;
}
.hc-list-product-minimized .hcid-line2:before {
  content: " - ";
}
.hc-list-product-minimized .add {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hc-list-product-minimized .sku {
  width: 60px;
  display: inline-block;
  font-weight: bold;
}
.hc-list-product-minimized .sale-price-wrapper {
  display: inline-block;
}
.hc-list-product-minimized .hc-add-form {
  display: inline-block;
  width: 200px;
}
.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-list-product-minimized .newoutOfStockWrapper {
  width: 200px;
  margin-right: 150px;
}
.hc-list-product-minimized.active .hc-product-cell-bottom-active {
  visibility: visible;
  display: inline-block;
  height: auto;
}
.hc-list-product-minimized.active .hc-product-cell-bottom-active .hc-grid-add-button {
  border: 0;
  height: 30px;
  padding-top: 0;
  padding-bottom: 0;
}
.hc-list-product-minimized > div:not(.add) {
  margin-right: 5px;
}
.hc-list-product-minimized .sale-price-wrapper .regular-price {
  display: inline-block;
}
.hc-list-product-minimized .hc-variation-quantity,
.hc-list-product-minimized .hc-variation-select {
  border-width: 1px;
}
.hc-list-product-minimized.added:not(.active) .add {
  position: relative;
}
.hc-list-product-minimized.added:not(.active) .add:after {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f058";
  display: inline-block;
  position: absolute;
  right: 20%;
  top: 0.2em;
  font-size: 1.3em;
  color: green;
}
@media (max-width: 900px) {
  .hc-list-product-minimized {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .hc-list-product-minimized .add {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media (max-width: 900px) {
  .hc-list-product-minimized {
    padding: 8px 0 8px 5px;
  }
  .hc-list-product-minimized .add {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.hc-variant-price-line {
  display: block;
}
.hc-variant-price-line .hc-variant-price-label {
  color: #999;
}
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: normal;
  font-size: 0.9em;
  font-family: 'Roboto', sans-serif;
}
.hc-shared-product .out-of-stock .eta-sep {
  color: #ccc;
}
.hc-shared-product .learn-more {
  display: block;
  text-align: center;
  color: #61615f;
  font-size: 0.85em;
  text-decoration: underline;
  text-decoration-color: #aaa;
}
.hc-shared-product .hc-calculated-price,
.hc-shared-product .hc-calculated-price-prefix {
  visibility: hidden;
}
.hc-shared-product .hc-variation-select,
.hc-shared-product .hc-variation-quantity {
  width: 50%;
  border: solid 2px #ccc;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 30px;
  font-size: 13px;
  color: #999;
  padding-left: 5px;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  vertical-align: bottom;
}
.hc-shared-product .active .hc-variation-select,
.hc-shared-product .active .hc-variation-quantity {
  border: solid 2px #000;
  color: #000;
}
.hc-shared-product.active .hc-calculated-price,
.hc-shared-product.active .hc-calculated-price-prefix {
  visibility: visible;
}
.hc-shared-product.active .hc-product-cell-bottom-active {
  opacity: 1;
}
.hc-shared-product.active .hc-product-cell-bottom-active .hc-grid-add-button {
  -webkit-filter: none;
          filter: none;
}
.hc-shared-product .hc-variation-quantity {
  padding-left: 10px;
}
.hc-shared-product .hc-variation-quantity::-webkit-input-placeholder {
  color: #999;
}
.hc-shared-product .hc-variation-quantity::-webkit-input-placeholder,
.hc-shared-product .hc-variation-quantity:-ms-input-placeholder,
.hc-shared-product .hc-variation-quantity::placeholder {
  color: #999;
}
@media (min-width: 601px) {
  .hc-shared-product .hc-add-form:not(.hc-add-form-single) .hc-variation-quantity {
    border-left: 0 !important;
  }
}
.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-shared-product .hc-product-cell-bottom-active .hc-grid-add-button {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.hc-shared-product .hc-grid-add-button {
  border: solid 2px #000;
  color: black;
  background: #fd8424;
  font-size: 13px;
  display: block;
  width: 100%;
  padding: 7px 0;
}
.hc-shared-product .hc-grid-add-button .white {
  color: #fff;
}
.hc-shared-product .hc-product-min-price {
  color: #333;
  font-family: 'Outfit', sans-serif;
  font-style: italic;
  font-size: 0.9em;
  font-weight: bold;
  padding: 5px;
}
.hc-shared-product .hc-quantity-upsell {
  color: #fd8424;
  font-style: italic;
  font-weight: bold;
  font-size: 13px;
  margin-top: 4px;
}
.hcProductGrid .hc-bestsellers-rank {
  float: right;
  font-size: 1.5em;
  color: #fd8424;
  margin-left: 10px;
}
.hcProductGrid .row-product-grid > div {
  padding: 0 7px;
}
.hcProductGrid .hc-product-latin-name {
  font-size: 14px;
  line-height: 16px;
}
.hcProductGrid .hc-product-cell {
  margin-bottom: 50px;
  position: relative;
}
.hcProductGrid .hc-product-cell h2 {
  font-size: inherit;
  color: inherit;
  margin: 0;
  line-height: inherit;
}
.hcProductGrid .hc-product-cell h2 a {
  line-height: inherit;
  margin: 0;
}
.hcProductGrid .hc-product-cell .og-badge {
  float: right;
  margin: 5px;
  font-size: 0.8em;
}
.hcProductGrid .hc-product-cell .hc-product-top-info {
  position: absolute;
  width: 50%;
  top: 0;
  padding: 5px 0 0 5px;
  font-family: 'Outfit', sans-serif;
  /*            text-shadow: 0.07em 0 2px rgba(255, 255,255, .7), 0 0.07em 2px rgba(255, 255,255, .7), -0.07em 0 2px rgba(255, 255,255, .7), 0 -0.07em 2px rgba(255, 255,255, .7);*/
}
.hcProductGrid .hc-product-cell .hc-product-middle {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.6);
}
.hcProductGrid .hc-product-cell .hc-product-sku {
  font-weight: bold;
}
.hcProductGrid .hc-product-cell .hc-product-link {
  text-decoration: none;
  color: inherit;
  font-family: 'Roboto', sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 4px;
  display: block;
  /*            text-shadow: 0.07em 0 2px rgba(255, 255,255, .7), 0 0.07em 2px rgba(255, 255,255, .7), -0.07em 0 2px rgba(255, 255,255, .7), 0 -0.07em 2px rgba(255, 255,255, .7);*/
}
.hcProductGrid .hc-product-cell .hc-product-name {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.hcProductGrid .hc-product-cell .hc-product-form {
  display: block;
  color: #999;
  font-size: 0.75em;
}
.hcProductGrid .hc-product-cell-top {
  border: solid 2px #e1e1e1;
  border-left: solid 2px transparent;
  border-bottom: solid 2px transparent;
  color: #333;
  position: relative;
  padding-bottom: 40px;
  min-height: 265px;
}
.hcProductGrid .hc-product-cell-top:before,
.hcProductGrid .hc-product-cell-top:after {
  content: " ";
  display: table;
}
.hcProductGrid .hc-product-cell-top:after {
  clear: both;
}
.hcProductGrid .hc-product-cell-top:before,
.hcProductGrid .hc-product-cell-top:after {
  content: " ";
  display: table;
}
.hcProductGrid .hc-product-cell-top:after {
  clear: both;
}
.hcProductGrid .productFavorite {
  display: inline-block;
  position: relative;
  top: -2px;
}
.hcProductGrid .hc-product-cell.active.pending .hc-button-text {
  display: none;
}
.hcProductGrid .hc-product-cell.active.pending .hc-loader {
  border: 6px solid #fbbf90;
  /* Light grey */
  border-top: 6px solid #fff;
  /* Blue */
  border-radius: 50%;
  width: 20px;
  height: 20px;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
  margin: 0 auto;
}
.hcProductGrid .hc-out-of-stock-variant {
  margin-bottom: 4px;
}
.hc-shared-product.active.pending .hc-button-text {
  display: none;
}
.hc-shared-product.active.pending .hc-loader {
  border: 6px solid #fbbf90;
  /* Light grey */
  border-top: 6px solid #fff;
  /* Blue */
  border-radius: 50%;
  width: 20px;
  height: 20px;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
  margin: 0 auto;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.outOfStockWrapper-email .hc-stock-out-of-stock {
  position: relative;
}
.outOfStockWrapper-email .hc-stock-out-of-stock:after {
  content: ">";
  font-weight: bold;
  position: absolute;
  right: 0;
  font-size: 1.15em;
  margin-right: -12px;
}
.newoutOfStockWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #e1e1e1;
  border: solid 2px #999;
  color: #666;
  text-decoration: none;
}
.newoutOfStockWrapper .hc-stock,
.newoutOfStockWrapper .hc-stock-button-holder {
  text-align: center;
}
.newoutOfStockWrapper .hc-stock {
  text-transform: uppercase;
  font-size: 12px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-right: 0;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  padding-left: 5px;
  text-transform: lowercase;
  vertical-align: text-bottom;
  font-family: 'Outfit', sans-serif;
  font-style: italic;
  margin-right: 4px;
}
.newoutOfStockWrapper .btn-hc-stock-email {
  font-size: 22px;
  display: block;
  color: #999;
  height: 100%;
  line-height: 30px;
  width: 50px;
}
.fade-text {
  position: relative;
}
.fade-text.loading {
  height: 140px;
}
.fade-text .fade-content {
  display: none;
}
.fade-text.faded .fade-content {
  display: block;
  height: 140px;
  overflow: hidden;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0)));
}
.fade-text.in .fade-content {
  display: block;
}
.fade-text .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;
  font-family: 'Roboto', sans-serif;
}
.header-light-gray {
  font-family: 'Outfit', sans-serif;
  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-grid-pile-bg .hc-product-top-info,
.hc-grid-pile-bg .og-badge {
  position: relative;
  z-index: 2;
}
.hc-grid-pile-bg .bg-image {
  position: relative;
  max-width: 90%;
  right: -30%;
}
.ribbonWrapper {
  margin: 15px 0;
}
.plant-contained,
.breadcrumbWrap,
.plant-library-content {
  max-width: 100%;
  width: 1230px;
  min-width: 300px;
  margin: 0 auto;
  text-align: left;
}
.plant-library-content {
  margin-top: 90px;
  margin-bottom: 90px;
}
.plant-library-content div[style]:not([class]) {
  margin-right: 0 !important;
  margin-left: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.plant-library-content img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.plant-library-content .pad20 {
  padding: 20px !important;
}
.plant-contained,
.breadcrumbWrap,
.plant-library-content {
  padding: 0 15px 0 15px;
}
@media (max-width: 991px) {
  .plant-contained,
  .breadcrumbWrap,
  .plant-library-content {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .herbco-plant-shop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .herbco-plant-shop .herbco-plant-shopping {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 50%;
  }
  .herbco-plant-shop .herbco-plant-hero {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 50%;
    margin-right: 30px;
    border-radius: 5px;
    padding: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  /*    .hc-list-product .add {
        margin-bottom: 0;
    }*/
}
.organic-prompt {
  margin: 30px auto;
}
.herbco-plant-hero {
  background-size: cover;
  background-position: center center;
  padding: 20px;
  color: white;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.8);
}
.herbco-product .herbco-plant-hero {
  background-position: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.herbco-plant-summary {
  text-transform: lowercase;
  font-style: italic;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
  padding: 0 10px;
}
@media (max-width: 992px) {
  .herbco-plant-summary {
    margin-top: 7px;
  }
}
.add .out-of-stock {
  display: block;
}
@media (min-width: 992px) {
  .hc-list-product .image {
    width: 20%;
  }
  .hc-list-product .image img {
    max-width: 100%;
    height: auto;
  }
  .hc-list-product .details {
    font-size: 0.8em;
  }
  .hc-list-product .name .hcid-line2 {
    margin-top: 0em;
  }
  .hc-list-product .name .hcid-line1 {
    line-height: 1em;
    font-size: 0.8em;
  }
  .hc-list-product .name .hcid-line2 {
    font-weight: bold;
    font-size: 0.8em;
  }
}
.orange-buy-now,
.hc-product-min-price br {
  display: none;
}
h1.entityH1 {
  font-size: 40px;
}
h1 .hc-markup-title {
  display: block;
  line-height: 1em;
  margin-top: 10px;
}
h1 .hc-markup-title:after,
h1 .hc-markup-title:before {
  content: " ";
  display: table;
}
h1 .hc-markup-title:after {
  clear: both;
}
h1 .hc-markup-title:after,
h1 .hc-markup-title:before {
  content: " ";
  display: table;
}
h1 .hc-markup-title:after {
  clear: both;
}
h1 .hc-markup-title .hcid-line1,
h1 .hc-markup-title .hcid-prefix {
  display: block;
}
h1 .hc-markup-title .hcid-prefix {
  font-size: 0.4em;
  line-height: 1em;
}
h1.entityH1 {
  text-transform: capitalize;
}
.plantOverview {
  font-size: 28px;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  letter-spacing: normal;
  padding-bottom: 4px;
}
.plantTagline {
  display: block;
  color: #bed39f;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  letter-spacing: normal;
  padding-bottom: 8px;
}
.plantDisclaimer {
  display: block;
  color: #bed39f;
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-style: italic;
  line-height: normal;
  letter-spacing: normal;
  margin-top: 8px;
}
.largeGreen,
.veryLargeGreen {
  color: #9Ba36f;
}
.veryLargeGreen {
  font-size: 4em;
  line-height: 1.1em;
}
.largeGreen {
  font-size: 2em;
  line-height: 1em;
  text-transform: lowercase;
}
.smallGreen {
  font-weight: bold;
  color: #313905;
}
.left {
  float: left;
}
.right {
  float: right;
}
.multi-content .veryLargeGreen {
  font-size: 2em;
  font-family: 'Roboto', sans-serif;
}
.multi-content .largeGreen {
  font-size: 1.8em;
  font-family: 'Roboto', sans-serif;
}
.productSummary {
  padding: 16px;
  background-color: #f5f1ea;
  color: #61615f;
  margin-bottom: 6px;
}
.flex-hc-review-summary {
  margin-bottom: 10px;
  min-height: 25px;
}
.cert-link {
  display: block;
  font-style: italic;
  font-size: 0.8em;
  line-height: 1.2em;
}
.plant-library-content .pseudo-h4 {
  font-size: 30px;
  line-height: 30px;
  font-weight: normal;
  padding: 0px;
  margin: 0px 0px 5px 0px;
  color: #ff8400;
  text-decoration: none;
}
.plant-library-content .pseudo-h5 {
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
  padding: 0px;
  color: #2b3b17;
  margin: 0px 0px 5px 0px;
  text-decoration: none;
}
.plant-library-content .productGuideRightColumn {
  background: #f6f0eb;
  position: relative;
  padding: 20px;
}
@media (max-width: 991px) {
  .plant-library-content {
    margin-top: 0;
  }
  .plant-library-content .productGuideTopContent {
    padding: 15px;
  }
}
.plant-library-content table.evenHeight tr td {
  padding: 7px;
  vertical-align: middle;
  font-size: 15px;
  line-height: 17px;
}
.plant-library-content table.evenHeight tr td:first-child {
  background: #f6d2b6;
  color: #7E4e34;
  font-weight: bold;
  font-style: normal;
}
.plant-library-content .productGuideRightColumn {
  background: #f6f0eb;
  position: relative;
  right: 0;
  padding: 20px;
}
.plant-library-content .productGuideTopContent {
  padding: 20px 5px;
}
.plant-library-content .productGuideTopPicHolder {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .plant-library-content .productGuideRightColumn {
    margin-bottom: 30px !important;
    padding-bottom: 0 !important;
  }
  .plant-library-content .productGuideContents .row > .col-product-guide {
    margin-top: 0px !important;
    margin-bottom: 30px !important;
  }
}
.plant-library-content .productGuideRightColumn {
  margin-bottom: 30px !important;
  padding-bottom: 30px !important;
}
.plant-library-content .productGuideContents .row > .col-product-guide {
  margin-top: 0px !important;
  margin-bottom: 30px !important;
}
.plant-library-content .popOut {
  position: relative;
  max-width: 100%;
  background: #fff;
  padding: 20px 0px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .plant-library-content,
  .diclaimerWrapper {
    padding: 0 15px;
  }
}
.hc-fixed-add-to-cart.affix {
  top: 45px;
  width: 100%;
  max-width: 100%;
  z-index: 190;
  left: 0;
  position: fixed;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hc-fixed-add-to-cart.affix {
    top: 35px;
  }
}
@media (max-width: 767px) {
  .hc-fixed-add-to-cart.affix {
    top: 48px;
  }
}
.hc-fixed-add-to-cart.affix .fixed-outer-container {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
.hc-fixed-add-to-cart.affix .fixed-container {
  margin: 0 0 0 auto;
  width: 600px;
  max-width: 95%;
  position: relative;
}
.hc-fixed-add-to-cart.affix .show-products-button {
  display: none;
}
.hc-fixed-add-to-cart.affix .fixed-products {
  background: white;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  overflow-y: auto;
  max-height: 80VH;
  padding: 15px;
  display: none;
  padding-top: 40px;
}
.hc-fixed-add-to-cart.affix .btn-close-holder {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  right: 0;
  text-align: right;
}
.hc-fixed-add-to-cart.affix .btn-close-holder .btn-close {
  text-decoration: none;
  display: inline-block !important;
  padding: 5px 25px;
  font-size: 1.1em;
  background: white;
  margin-right: 20px;
}
.hc-fixed-add-to-cart.affix .show-products-button {
  display: inline-block !important;
  margin: 0;
  font-size: 1.15em;
  border: solid 10px rgba(255, 255, 255, 0.8);
  border-top: 0;
}
.hc-fixed-add-to-cart.affix.in .show-products-button {
  display: none !important;
}
.hc-fixed-add-to-cart.affix.in .fixed-products {
  display: block;
}
.herbco-badges .ttipholder {
  display: inline-block;
  margin-right: 5px;
}
