div.product-details {
  height: 100%; }
  div.product-details:after {
    content: "";
    display: block;
    clear: both;
    height: 0px; }

.spinner-icon.c41 {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px; }
  .spinner-icon.c41 img._360 {
    width: 55px; }

.inner-container.c89 {
  max-width: 960px; }

.modal-contain.c89 {
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999999999;
  display: none;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.59, -0.17, 0.3, 1.67);
  -o-transition: all 0.5s cubic-bezier(0.59, -0.17, 0.3, 1.67);
  transition: all 0.5s cubic-bezier(0.59, -0.17, 0.3, 1.67);
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .modal-contain.c89.open {
    display: block;
    opacity: 1;
    pointer-events: auto; }
  .modal-contain.c89 .inner-container.c89 {
    max-width: 1280px;
    width: 100%;
    height: 100%;
    max-height: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

iframe.360s {
  background: white;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background: white;
  border: 1px solid #656565;
  max-width: 600px;
  height: 600px;
  display: block;
  margin: 0 auto;
  border-radius: 2px; }

#close360 {
  background: white;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
  color: black;
  font-weight: 500;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  line-height: 35px;
  -webkit-box-shadow: 0px 0px 28px 4px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 28px 4px rgba(0, 0, 0, 0.16); }
  #close360:hover {
    background: #f4f4f4;
    color: #6E4A9E; }

.wr360_player {
  height: 600px; }

.wr360_player .container .panning {
  margin-top: 0px !important; }

a#wr360placer_wr360PlayerId1529965631077 {
  display: none !important; }

#wr360image_wr360PlayerId {
  padding: 20px 0px; }

.spinner-contain {
  height: 500px;
  position: relative;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
  -webkit-transition: all 0.7s cubic-bezier(0.59, -0.17, 0.3, 1.67);
  -o-transition: all 0.7s cubic-bezier(0.59, -0.17, 0.3, 1.67);
  transition: all 0.7s cubic-bezier(0.59, -0.17, 0.3, 1.67);
  padding: 20px; }

#content {
  padding: 20px;
  margin-top: 0px;
  padding: 70px 0px;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  max-width: 500px;
  margin: 25px auto; }

@media (min-width: 768px) {
  .spinner-contain {
    width: 100%; } }

.two-column-layout.c30 {
  font-size: 0;
  margin-right: -40px; }

.column.c30 {
  font-size: 1rem;
  width: 50%;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 40px; }

.three-column-layout.c31 {
  font-size: 0;
  margin-right: -30px; }

.column.c31 {
  font-size: 1rem;
  width: 33.3333%;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 30px; }

section.snapshot {
  padding: 0px 0px; }
  section.snapshot .snapshot-title-group {
    display: block;
    min-width: 100%;
    width: 100%; }
    section.snapshot .snapshot-title-group h2.right {
      text-align: center; }
  section.snapshot .snapshot-content {
    display: block;
    width: 100%; }

@media (min-width: 768px) {
  section.snapshot .snapshot-title-group {
    display: block;
    min-width: 240px !important;
    width: 240px;
    padding-right: 25px;
    text-align: left; }
  section.snapshot .snapshot-content {
    display: block;
    width: 100%; } }

.js .slider-single > div:nth-child(1n+2) {
  display: none; }

.js .slider-single.slick-initialized > div:nth-child(1n+2) {
  display: block; }

.slider.slider-single.c41 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #707070;
  border-radius: 2px;
  width: 272px;
  height: 242px;
  margin: 0 auto;
  margin-bottom: 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.product-gallery-slide.c41 {
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }
  .product-gallery-slide.c41.is-clickable {
    cursor: pointer; }

.product-gallery-image.c41 {
  width: 230px;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .product-gallery-image.c41 img {
    max-width: 100%;
    max-height: 100%; }

.slick-track {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.slider-bottom.c41 {
  position: relative; }

.slider-nav.c41 {
  width: 236px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0px;
  font-size: 0;
  z-index: 3;
  position: relative;
  height: auto;
  display: block; }
  .slider-nav.c41:after {
    content: "";
    display: block;
    clear: both;
    height: 0px; }
  .slider-nav.c41 .slick-track {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .slider-nav.c41 button.slick-prev.slick-arrow.slick-disabled {
    display: block; }
  .slider-nav.c41 div.thumb.c41 {
    border: 1px solid white;
    border-radius: 2px;
    padding: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 76px;
    height: 76px;
    margin-left: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .slider-nav.c41 div.thumb.c41:first-child {
      margin-left: 0; }
    .slider-nav.c41 div.thumb.c41:hover {
      border: solid 1px #707070;
      border-radius: 2px; }
    .slider-nav.c41 div.thumb.c41 img {
      max-width: 70px;
      max-height: 70px; }
    .slider-nav.c41 div.thumb.c41.is-active {
      border: solid 1px #707070;
      border-radius: 2px; }
  .slider-nav.c41 .slick-slide {
    cursor: pointer; }

.slider-button-group.c41 {
  z-index: 1; }

span.prevbutton.c41, span.nextbutton.c41 {
  color: #707070;
  cursor: default;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  position: absolute; }
  span.prevbutton.c41.prevbutton.c41, span.nextbutton.c41.prevbutton.c41 {
    left: 0px;
    text-align: left; }
  span.prevbutton.c41.nextbutton.c41, span.nextbutton.c41.nextbutton.c41 {
    right: 0px;
    text-align: right; }
  span.prevbutton.c41 i, span.nextbutton.c41 i {
    font-family: "Font Awesome 5 Pro";
    font-weight: 100;
    font-size: 24px; }
    span.prevbutton.c41 i:hover, span.nextbutton.c41 i:hover {
      font-weight: 900; }

@media (min-width: 480px) {
  .slider.slider-single.c41 {
    width: 352px;
    height: 302px; }
  .slider-nav.c41 {
    width: 316px; }
  .product-gallery-image.c41 {
    width: 310px;
    height: 260px; } }

@media (min-width: 1200px) {
  .slider.slider-single.c41 {
    width: 432px;
    height: 362px; }
  .slider-nav.c41 {
    width: 396px; }
  .product-gallery-image.c41 {
    width: 390px;
    height: 320px; } }

.product-details.c42 {
  margin: 25px 0; }

.details-container.c42 {
  margin-top: 40px; }

.product-details-component.c42 {
  width: 100%;
  height: auto;
  float: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.scientific-name.c42 {
  display: none; }

.product-rating.c42 {
  display: none; }

.quick-highlight.c42 {
  font-family: 'Libre Baskerville', serif;
  padding-bottom: 15px;
  border-bottom: 1px solid #707070;
  margin-bottom: 15px;
  color: black;
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  font-style: normal; }

.product-uses.c42 {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 1.5em; }
  .product-uses.c42 p {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    color: black;
    font-size: 15px; }

.product-how-to-use.c42 {
  margin-top: 20px; }
  .product-how-to-use.c42 span {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: black;
    font-weight: 400;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase; }
  .product-how-to-use.c42 img.product-use-icon.c42 {
    height: 16px;
    width: auto;
    margin-left: 10px;
    margin-bottom: 7px;
    display: inline-block;
    cursor: help; }
  .product-how-to-use.c42 .use-description.c42 {
    font-family: 'Libre Baskerville', serif;
    color: black;
    font-style: italic;
    font-size: 16px;
    text-transform: none; }

.product-shopping-layout.c42 {
  margin: 25px 0 15px 0; }

.product-specs.c42 {
  margin-bottom: 20px; }
  .product-specs.c42 .icon-help {
    font-size: 13px;
    color: #6E4A9E;
    cursor: pointer; }

.product-selection.c42 .input-label-quantity {
  display: none !important; }

.product-add-to-cart button {
  height: auto; }

.product-add-to-cart button::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f217";
  margin-left: 4px;
  font-weight: 700; }

table.item-details.c42 {
  border: solid 1px #707070;
  border-radius: 2px;
  width: 100%;
  table-layout: fixed;
  border-radius: 2px; }
  table.item-details.c42 td.item-label.c42 {
    border-right: 1px solid #707070;
    text-transform: uppercase;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 400;
    overflow: hidden;
    word-wrap: break-word;
    text-align: right; }
  table.item-details.c42 td.item-value.c42 {
    text-align: left;
    padding: 4px 10px; }
  table.item-details.c42 tr {
    border-bottom: 1px solid #707070;
    text-align: center;
    color: black;
    font-weight: 400;
    width: 50%;
    word-break: break-word; }
    table.item-details.c42 tr th.tool-helper {
      position: relative;
      cursor: help; }
      table.item-details.c42 tr th.tool-helper:hover span.ttip {
        visibility: visible;
        opacity: 1;
        left: 50%;
        margin-left: -76px;
        z-index: 999; }
      table.item-details.c42 tr th.tool-helper::after {
        content: '\f059';
        color: #6E4A9E;
        font-size: 11px;
        margin-left: 4px;
        font-family: "Font Awesome 5 Free";
        font-weight: 900; }
    table.item-details.c42 tr td {
      border-right: 1px solid #707070;
      padding: 4px 0px; }
      table.item-details.c42 tr td span.currency-type {
        margin-left: 5px; }

@media (min-width: 980px) {
  .product-details.c42 {
    margin-bottom: 25px;
    display: table; }
  .gallery-container.c42 {
    width: 380px;
    display: table-cell;
    vertical-align: top; }
  .details-container.c42 {
    display: table-cell;
    vertical-align: top;
    padding: 0 0 0 50px;
    margin-top: 0; }
  .product-details-component.c42 {
    display: block; }
  .product-shopping-layout.c42 {
    display: table;
    table-layout: fixed; }
  .product-specs.c42 {
    display: table-cell;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 10px;
    vertical-align: top; }
  .product-selection.c42 {
    display: table-cell;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    vertical-align: top; }
  .product-rating.c42 span {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: black;
    font-weight: 400;
    text-transform: uppercase; }
    .product-rating.c42 span i {
      color: #face09; }
  .product-rating.c42 a {
    color: #6E4A9E;
    font-family: 'Libre Baskerville', serif;
    font-style: italic; }
    .product-rating.c42 a span {
      color: inherit;
      font: inherit; }
    .product-rating.c42 a:hover {
      color: #6E4A9E;
      text-decoration: underline; }
  .scientific-name.c42 {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 15px;
    display: block;
    padding-bottom: 15px;
    border-bottom: 1px solid #707070; }
  .product-how-to-use.c42 {
    margin-bottom: 10px;
    margin-right: 10px; }
  .flexbox-revered.c42 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .option-layout-basic.c42 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  table.item-details.c42 tr th, table.item-details.c42 tr td {
    font-size: 15px; } }

@media (max-width: 1280px) {
  .product-details-component.c42 {
    padding: 0px 0px; } }

@media (min-width: 1200px) {
  .gallery-container.c42 {
    width: 460px; } }

.suggested-products-component.c43 {
  padding: 20px 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
  border-bottom: none; }
  .suggested-products-component.c43:first-child {
    border-top: 1px soild #6E4A9E; }
  .suggested-products-component.c43 h3.center.you-may.c43 {
    color: #4d4d4d;
    text-align: center;
    margin-bottom: 30px;
    font-family: 'Libre Baskerville', serif;
    font-style: italic;
    font-size: 26px; }

.suggested-slider.c43 {
  padding: 0px 30px;
  position: relative;
  max-width: 850px;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 2; }
  .suggested-slider.c43:after {
    content: "";
    display: block;
    clear: both;
    height: 0px; }

.suggested-product.c43 {
  padding: 0px 0px;
  margin: 0px 2.5px;
  width: 150px;
  float: left; }

a.suggested-product-image.c43 {
  padding: 9px;
  border: 1px solid #707070;
  margin-bottom: 15px;
  display: block;
  cursor: pointer;
  border-radius: 2px; }
  a.suggested-product-image.c43:hover {
    border: 1px solid #6E4A9E;
    text-decoration: none; }

.suggested-product-info.c43 h5.c43.center {
  font-size: 14px;
  color: #4d4d4d;
  font-weight: 500;
  margin-bottom: 6px;
  text-align: center;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.suggested-product-info.c43 .whsl-text.c43, .suggested-product-info.c43 .retail-text.c43 {
  font-family: 'Montserrat', sans-serif;
  color: #707070;
  text-align: center;
  padding: 2px 0px;
  font-weight: 300;
  font-size: 13px; }

.suggested-product-info.c43 a.add-to-cart.mobile.c43 {
  display: none; }

.suggested-product-info.c43 a.add-to-cart.white-reversed.c43 {
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin: 0px auto;
  margin-top: 0px;
  padding: 10px 0px;
  color: #6E4A9E;
  text-transform: uppercase;
  font-family: 'Libre Baskerville', serif;
  font-weight: bold;
  font-size: 10px;
  display: block; }
  .suggested-product-info.c43 a.add-to-cart.white-reversed.c43 .type {
    display: inline; }
    .suggested-product-info.c43 a.add-to-cart.white-reversed.c43 .type span {
      display: none; }
  .suggested-product-info.c43 a.add-to-cart.white-reversed.c43 i {
    margin-right: 5px;
    font-size: 13px; }
  .suggested-product-info.c43 a.add-to-cart.white-reversed.c43:hover {
    color: #52288b;
    text-decoration: none; }

.slider-container.c43 {
  position: relative; }

.slider-button-group.c43 {
  position: absolute;
  z-index: 1;
  top: 45px;
  height: 150px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.prevbutton.c43, .nextbutton.c43 {
  color: #707070;
  background: white;
  cursor: pointer;
  position: absolute;
  text-align: center;
  font-size: 3em;
  font-weight: 900; }
  .prevbutton.c43 i, .nextbutton.c43 i {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .prevbutton.c43:hover, .nextbutton.c43:hover {
    color: #6E4A9E;
    border: 1px solid #6E4A9E; }

.prevbutton.c43 {
  left: 0px; }

.nextbutton.c43 {
  right: 0px; }

@media (min-width: 768px) {
  .suggested-products-component.c43 {
    padding: 40px 20px;
    border-bottom: none; }
  .suggested-product.c43 {
    margin: 0px 10px; }
  .suggested-product-info.c43 h5.c43.center {
    font-size: 16px; }
  .suggested-product-info.c43 .whsl-text.c43, .suggested-product-info.c43 .retail-text.c43 {
    font-size: 16px; }
  .suggested-product-info.c43 a.add-to-cart.mobile.c43 {
    display: none; }
  .suggested-product-info.c43 a.add-to-cart.white-reversed.c43 .type {
    display: inline; }
    .suggested-product-info.c43 a.add-to-cart.white-reversed.c43 .type span {
      display: inline-block; }
  .slider-button-group.c43 {
    left: 0; }
  .prevbutton.c43, .nextbutton.c43 {
    font-size: 38px;
    border: none;
    height: 150px;
    width: 35px; }
    .prevbutton.c43:hover, .nextbutton.c43:hover {
      border: none; }
  .prevbutton.c43 {
    left: 0px; }
  .nextbutton.c43 {
    right: 0px; } }

.cms-selected a.suggested-product-image.c43 {
  border: 1px solid #c00 !important; }

.c44.certifications {
  padding: 40px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
  .c44.certifications:after {
    content: "";
    display: block;
    clear: both;
    height: 0px; }

.inner.c44 {
  margin-bottom: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.c44.item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .c44.item:after {
    content: "";
    display: block;
    clear: both;
    height: 0px; }

.c44.image {
  margin-right: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .c44.image img {
    width: 35px;
    max-width: initial; }

.c44.name {
  font-family: 'Montserrat', sans-serif;
  line-height: 1.4em;
  font-size: 14px; }

@media (min-width: 980px) {
  .c44.certifications {
    border-bottom: none; }
  .inner.c44 {
    display: block; }
  .c44.item {
    display: table;
    float: left;
    width: 33.333%; }
  .c44.image {
    float: left;
    display: inline-block; }
    .c44.image img {
      width: 52px; }
  .c44.name {
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px 0 10px;
    width: 100%; } }

.product-reviews.c45 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .product-reviews.c45 h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 34px;
    color: #6E4A9E; }

.summary.c45 {
  margin-bottom: 20px; }

.stats.c45 {
  margin-bottom: 20px; }

.stars.c45 {
  font-size: 22px;
  color: #face09;
  margin-bottom: 15px;
  max-width: 300px; }

.star-category.c45 {
  margin-bottom: 10px; }
  .star-category.c45:after {
    content: "";
    display: block;
    clear: both;
    height: 0px; }

.star-text.c45 {
  font-family: 'Montserrat', sans-serif;
  color: #707070;
  font-size: 16px;
  float: left;
  padding-right: 20px;
  width: auto;
  line-height: 20px; }

.bar.c45 {
  height: 20px;
  width: 200px;
  border: 1px solid #707070;
  display: inline-block;
  float: right; }

.bar-fill.c45 {
  background: #6E4A9E;
  height: 100%;
  width: 0%; }

.review-button.c45 {
  margin-bottom: 10px; }

.sorting.c45 .sort-title.c45 {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: black;
  font-weight: 400;
  line-height: 40px; }

.sorting.c45 .select-option.c45 {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: black;
  font-weight: 400;
  display: inline;
  line-height: 40px; }

.load-more.c45 {
  font-family: 'Libre Baskerville', serif;
  color: #6E4A9E;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 20px; }
  .load-more.c45 a {
    color: inherit; }
    .load-more.c45 a i {
      margin-right: 10px; }
    .load-more.c45 a:hover {
      color: #52288b; }

@media (min-width: 600px) {
  .summary.c45:after {
    content: "";
    display: block;
    clear: both;
    height: 0px; }
  .stats.c45 {
    float: left; }
  .actions.c45 {
    padding-top: 37px;
    float: right; } }

.related-pages.c46:after {
  content: "";
  display: block;
  clear: both;
  height: 0px; }

.related-pages.c46 h3.content {
  display: inline-block;
  border: none;
  color: #4d4d4d; }

.filter-button.c46 {
  border: 1px solid #707070;
  float: right;
  padding: 3px 10px;
  font-family: 'Montserrat', sans-serif;
  color: #707070;
  border-radius: 3px;
  background: white;
  font-size: 16px;
  -webkit-box-shadow: 0px 0px 74px -21px rgba(0, 0, 0, 0.88);
  box-shadow: 0px 0px 74px -21px rgba(0, 0, 0, 0.88); }
  .filter-button.c46 i {
    margin-left: 8px; }

.item.c46 {
  padding: 5px;
  margin-bottom: 15px;
  width: 50%;
  float: left;
  background: white;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }

.image.c46 {
  max-width: 100%;
  float: none;
  height: 230px;
  margin-bottom: 0px;
  overflow: hidden;
  margin-right: 0px; }
  .image.c46 img {
    height: auto; }

.item.c46:nth-child(even) {
  background: white; }

.content.c46 {
  display: none; }

.title.c46 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 18px;
  display: block;
  color: #4d4d4d; }

.date.c46 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #707070; }

.text.c46 {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  margin-top: 10px; }
  .text.c46 a {
    color: #6E4A9E;
    margin-left: 10px; }
    .text.c46 a:hover {
      color: #52288b; }

a.overlay-link.c46 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  z-index: 10; }
  a.overlay-link.c46 i {
    color: white;
    opacity: .9;
    font-size: 24px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

@media (max-width: 767px) {
  .item.c46:nth-child(even) {
    background: white; } }

@media (min-width: 480px) {
  .item.c46:after {
    content: "";
    display: block;
    clear: both;
    height: 0px; }
  .image.c46 {
    float: left;
    display: inline-block;
    width: 45%; }
  .content.c46 {
    width: 55%;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px; } }

@media (min-width: 768px) {
  .items.c46 {
    font-size: 0; }
  .item.c46 {
    width: 50%;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left; }
  .item.c46:nth-child(4n+1), .item.c46:nth-child(4n+2) {
    background: #f4f4f4; }
  .filter-button.c46 {
    display: none; }
  .content.c46 {
    display: inline-block; } }

.seed-to-seal.c47 {
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(0, 0, 0, 0.2); }

.logo.c47 {
  margin-bottom: 20px;
  text-align: center;
  float: left;
  width: 50%;
  margin-right: 20px; }
  .logo.c47 img {
    width: auto;
    max-width: 100%;
    max-height: 300px;
    margin: 0 auto;
    display: block; }

.textblock {
  margin-bottom: 20px;
  width: 100%; }

.content.c47:after {
  content: "";
  display: block;
  clear: both;
  height: 0px; }

.source.c47 {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 50%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .source.c47 .image.c47 {
    margin-right: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 35px;
    min-height: 35px;
    background: white; }
    .source.c47 .image.c47 img {
      width: 35px;
      max-width: initial; }
  .source.c47 .name.c47 {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.4em;
    font-size: 14px;
    text-align: left; }

@media (min-width: 768px) {
  .seed-to-seal.c47 {
    padding: 40px 0;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 1px solid rgba(0, 0, 0, 0.2); }
    .seed-to-seal.c47:after {
      content: "";
      display: block;
      clear: both;
      height: 0px; }
  .logo.c47 {
    float: left;
    width: 25%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 30px; }
  .content.c47 {
    width: 75%;
    float: right;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 30px;
    height: 100%;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .sources.c47 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .sources.c47:after {
      content: "";
      display: block;
      clear: both;
      height: 0px; }
  .source.c47 {
    display: table;
    float: left;
    min-width: 33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%; }
    .source.c47 .image.c47 {
      float: left;
      display: inline-block;
      width: 58px;
      height: 58px; }
      .source.c47 .image.c47 img {
        width: 52px; }
    .source.c47 .name.c47 {
      display: table-cell;
      vertical-align: middle;
      padding: 0 20px 0 10px;
      width: 100%; } }

.video-gallery-c48 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #707070;
  margin-bottom: 20px; }
  .video-gallery-c48:after {
    content: "";
    display: block;
    clear: both;
    height: 0px; }

.video-c48 {
  margin-bottom: 20px;
  overflow-y: hidden; }

.thumbnail-c48 {
  min-height: 100px;
  background: #999;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  cursor: pointer;
  float: left;
  width: 50%;
  margin-right: 10px; }
  .thumbnail-c48 img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto; }

.overlay-c48 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .overlay-c48 i {
    display: block;
    text-align: center;
    color: white;
    font-size: 50px;
    line-height: 1em;
    opacity: 0.5; }

.details-c48 {
  padding: 0px 0; }

.title-c48 {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #4d4d4d;
  margin-top: 0px;
  line-height: 16px;
  margin-bottom: 8px; }

.info-c48 {
  margin-top: 2px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #707070;
  vertical-align: top; }
  .info-c48 span {
    display: inline-block; }

.dot-c48, .date-c48 {
  margin-right: 10px;
  margin-left: 10px;
  font-size: 30px;
  line-height: 16px;
  vertical-align: top; }

span.dot-c48 {
  display: none; }

@media (min-width: 480px) {
  .videos-c48 {
    font-size: 0;
    margin-right: -20px; }
  .video-c48 {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; } }

@media (min-width: 768px) {
  .video-c48 {
    width: 33.33333%; }
  .thumbnail-c48 {
    width: 100%;
    height: 150px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative; }
    .thumbnail-c48 img {
      height: auto;
      width: 100%;
      position: absolute;
      margin-left: auto;
      margin-right: auto;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .overlay-c48:hover {
    background: rgba(0, 0, 0, 0.7); } }

.review.c49 {
  border-bottom: 1px solid #6E4A9E;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 0; }
  .review.c49:after {
    content: "";
    display: block;
    clear: both;
    height: 0px; }

.review-header.c49 {
  margin-bottom: 15px; }

.review-title.c49 {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px; }
  .review-title.c49 .review-stars.c49 {
    color: #face09;
    display: inline-block;
    margin-right: 10px; }
  .review-title.c49 span.text {
    display: inline-block;
    color: #6E4A9E; }

.review-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: black;
  font-weight: 400;
  margin-bottom: 15px; }

.review-helper.c49 {
  font-family: 'Montserrat', sans-serif; }
  .review-helper.c49 .heading.c49 {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: black;
    font-weight: 400; }
  .review-helper.c49 span.option.c49 {
    padding-right: 10px;
    color: #6E4A9E; }
  .review-helper.c49 a {
    color: #6E4A9E;
    font-size: 16px;
    padding: 10px 0px; }
    .review-helper.c49 a:hover {
      color: #52288b;
      text-decoration: underline; }

.review-info.c49 .item {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: black;
  font-weight: 400; }

@media (max-width: 767px) {
  .review-helper.c49 .heading.c49 {
    margin-bottom: 10px; }
  .review-info.c49 {
    padding-top: 10px; } }

@media (min-width: 768px) {
  .review-header.c49:after {
    content: "";
    display: block;
    clear: both;
    height: 0px; }
  .review-title.c49 {
    float: left; }
  .review-info.c49 {
    float: right;
    text-align: right; }
  .review-helper.c49 .heading.c49 {
    display: inline-block;
    padding-right: 20px; } }

.product-content-section.c50 {
  margin-bottom: 0px;
  margin: 20px 0px; }
  .product-content-section.c50.open {
    margin-bottom: 20px; }
    .product-content-section.c50.open .name.c50 a i {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
    .product-content-section.c50.open .product-content-banner.c50, .product-content-section.c50.open .product-content.c50 {
      display: block; }

.name.c50 {
  font-size: 18px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  color: #6E4A9E;
  line-height: 24px;
  text-align: left;
  padding: 10px 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  cursor: default; }
  .name.c50 span.arrow.c50 {
    float: right; }

.name.c50.active span.arrow.c50 i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.name.c50.active:first-child {
  border-top: none; }

.product-content-banner.c50 {
  background-color: #ccc;
  min-height: 50px;
  margin-bottom: 10px; }

h2.heading.c50 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 34px;
  color: #6E4A9E;
  margin-bottom: 25px;
  text-align: center;
  line-height: 34px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px 0px;
  display: none; }
  h2.heading.c50 b, h2.heading.c50 strong {
    font-weight: 500; }
  h2.heading.c50.open {
    display: block; }

.tab-outer.c50,
.tab-container.c50 {
  display: none; }

p.c50 {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: black; }

.product-content-container.c50 {
  margin-bottom: 30px; }

@media (max-width: 979px) {
  .product-content-section.c50 .name.c50 span.arrow.c50 i {
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s; }
  .product-content-section.c50.open .name.c50 span.arrow.c50 i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .product-content-section.c50.open .product-content-banner.c50, .product-content-section.c50.open .product-content.c50 {
    display: block; } }

@media (min-width: 980px) {
  .product-content-section.c50 {
    margin-bottom: 50px; }
  h2.heading.c50 {
    display: block; }
  .name.c50 {
    display: none; }
  .product-content.c50 {
    display: block; }
  .tab-outer.c50 {
    display: block;
    min-height: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 15px; }
  .tab-container.c50 {
    display: block; }
    .tab-container.c50.sticky {
      position: fixed;
      z-index: 54;
      left: 0;
      top: 112px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      padding: 0 30px; }
      .tab-container.c50.sticky .tab-inner.c50 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        max-width: 1280px;
        margin: 0 auto;
        padding-left: 300px;
        height: 0;
        overflow: visible; }
  .tab-nav.c50 {
    display: table;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    .tab-nav.c50 a.tab {
      display: table-cell;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 10px 10px;
      text-align: center;
      background: #f4f4f4;
      font-weight: normal;
      font-size: 16px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
      .tab-nav.c50 a.tab.active {
        background: #6E4A9E;
        color: white;
        font-weight: 500; }
      .tab-nav.c50 a.tab:hover {
        text-decoration: none;
        background: #dedede; } }

.overlay.c51 {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.45); }

.box.c51 {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  background: rgba(0, 0, 0, 0.45);
  border: 1px solid white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.text.c51 {
  font-family: 'Montserrat', sans-serif;
  color: white;
  font-size: 32px;
  font-weight: 200;
  line-height: 38px; }

@media (min-width: 500px) {
  .box.c51 {
    padding: 30px; }
  .overlay.c51 {
    max-width: 300px;
    padding: 30px; } }

.toggle-nav.c52 {
  list-style: none;
  margin: 0 auto;
  margin-bottom: 30px;
  display: block;
  border: 1px solid #707070;
  background: #f4f4f4; }
  .toggle-nav.c52 a.tab {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #4d4d4d;
    color: #6E4A9E;
    text-align: center;
    padding: 20px 25px;
    margin: 0;
    display: block; }
    .toggle-nav.c52 a.tab:hover, .toggle-nav.c52 a.tab.active {
      background: #6E4A9E;
      color: #ffffff; }

@media (min-width: 480px) {
  .toggle-nav.c52 {
    width: 100%; }
    .toggle-nav.c52 a.tab {
      display: table-cell !important;
      padding: 10px 25px;
      vertical-align: middle; }
  .items.c52 {
    display: table;
    margin: 0 auto; } }

/* Fix Wrapping on Quantity Box */
.input-group.c53 {
  font-size: 0;
  white-space: nowrap;
  margin-right: 10px;
  margin-bottom: 10px; }

.input-group-btn.c53, .input-number.c53 {
  float: none !important;
  display: inline-block !important; }

.input-group-btn.c53, .input-group-btn.c53 button, .input-number.c53 {
  height: 37px !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important; }

/* End */
.product-option-container {
  font-size: 0; }

.product-add-region.c53 {
  margin-bottom: 15px; }

.input-label.c53 {
  color: #000;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle; }

.input-label.input-label-quantity.c53 {
  text-align: right;
  padding-right: 10px; }

.input-group.c53 {
  display: inline-block;
  vertical-align: middle; }
  .input-group.c53 input {
    margin: 0; }

.product-option-container.has-options {
  font-size: 0; }
  .product-option-container.has-options .product-option-region.c53,
  .product-option-container.has-options .product-add-region.c53 {
    width: 100%;
    vertical-align: top;
    margin-bottom: 20px; }

.product-option-container .product-quantity.c53,
.product-option-container .product-add-to-cart.c53 {
  display: inline-block;
  vertical-align: top; }

.product-option-container .product-quantity.c53 {
  text-align: left; }

.product-option-group.c53 {
  font-size: 0;
  margin-bottom: -10px;
  margin-right: -10px; }

.product-option.c53 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding-right: 10px;
  padding-bottom: 10px; }

.product-option-button {
  border: solid 1px #707070;
  border-radius: 2px;
  font-size: 14px;
  background: white;
  padding: 8px 15px;
  color: #707070;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer; }
  .product-option-button.active, .product-option-button:hover {
    background: #818181;
    border: 1px solid #818181;
    color: white; }

.product-option-dropdown {
  min-width: 150px;
  margin-left: 0px; }

.product-option-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: black;
  font-weight: 400;
  margin-right: 10px; }

.product-purchasing-group.c53 {
  display: block; }

.product-purchasing-options.c53:after {
  content: "";
  display: block;
  clear: both;
  height: 0px; }

.product-selection.c53 {
  width: 100%;
  float: none; }
  .product-selection.c53 .select-dropdown.c53 {
    width: 100%;
    background: white; }

.quantity-selection.c53 {
  width: 100%;
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .quantity-selection.c53 span {
    display: inline; }
  .quantity-selection.c53 .quantity.c53 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 145px;
    float: right; }
    .quantity-selection.c53 .quantity.c53 input.c53 {
      width: 100%;
      height: 35px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 500;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
      transform: translateY(1px);
      -webkit-appearance: none; }
      .quantity-selection.c53 .quantity.c53 input.c53[type="button"] {
        -webkit-appearance: button;
        cursor: pointer; }
      .quantity-selection.c53 .quantity.c53 input.c53::-webkit-outer-spin-button, .quantity-selection.c53 .quantity.c53 input.c53::-webkit-inner-spin-button {
        -webkit-appearance: none; }
    .quantity-selection.c53 .quantity.c53 button[type='button'] {
      background-color: #eeeeee;
      min-width: 38px;
      width: auto;
      -webkit-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      transition: all 300ms ease;
      outline: none; }
      .quantity-selection.c53 .quantity.c53 button[type='button'].button-minus, .quantity-selection.c53 .quantity.c53 button[type='button'].button-plus {
        font-weight: bold;
        height: 33px;
        padding: 0;
        width: 33px;
        top: 2px;
        position: absolute;
        z-index: 9;
        border: none;
        border-radius: 0px;
        font-size: 16px;
        color: #707070;
        font-family: "Font Awesome 5 Pro"; }
        .quantity-selection.c53 .quantity.c53 button[type='button'].button-minus:hover, .quantity-selection.c53 .quantity.c53 button[type='button'].button-plus:hover {
          background: #d5d5d5; }
        .quantity-selection.c53 .quantity.c53 button[type='button'].button-minus::before, .quantity-selection.c53 .quantity.c53 button[type='button'].button-plus::before {
          color: rgba(0, 0, 0, 0.5);
          font-size: 13px; }
      .quantity-selection.c53 .quantity.c53 button[type='button'].button-minus {
        left: 1px; }
        .quantity-selection.c53 .quantity.c53 button[type='button'].button-minus::before {
          font-family: "Font Awesome 5 Pro";
          content: '\f068';
          position: absolute;
          margin-left: auto;
          margin-right: auto;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
      .quantity-selection.c53 .quantity.c53 button[type='button'].button-plus {
        right: 1px; }
        .quantity-selection.c53 .quantity.c53 button[type='button'].button-plus::before {
          font-family: "Font Awesome 5 Pro";
          content: '\f067';
          position: absolute;
          margin-left: auto;
          margin-right: auto;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.purchase-add-cart.c53 {
  position: relative; }
  .purchase-add-cart.c53 a.button-cta.c53 {
    text-align: center;
    border-radius: 2px;
    font-family: 'Libre Baskerville', serif; }

.product-selection.size.c53 {
  width: 100%;
  padding-right: 0px; }

.product-selection.c53, .quantity-selection.c53 {
  display: inline-block; }

.purchase-add-cart {
  display: block;
  width: 100%; }

.purchase-add-list.c53 {
  display: block;
  margin: 20px 0px;
  width: 100%;
  float: none;
  padding: 0px;
  margin-top: 5px;
  margin-bottom: 10px;
  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; }
  .purchase-add-list.c53 a.c53 {
    text-transform: uppercase;
    color: #6E4A9E;
    font-weight: bold;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    float: none;
    margin: 0px;
    padding: 5px 0px;
    font-family: 'Libre Baskerville', serif; }
    .purchase-add-list.c53 a.c53 i {
      margin-right: 8px;
      float: left;
      line-height: inherit; }
    .purchase-add-list.c53 a.c53:hover {
      color: #52288b;
      text-decoration: underline; }
  .purchase-add-list.c53 a.c53:nth-child(2) {
    float: none; }
  .purchase-add-list.c53 a.c53:first-child {
    margin-top: 0px; }
  .purchase-add-list.c53 a.c53:last-child {
    margin-bottom: 0px; }

.color-selection.c53 {
  padding: 0px;
  margin-bottom: 20px; }
  .color-selection.c53 span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #4d4d4d;
    line-height: 45px; }
  .color-selection.c53 ul.colors.c53 {
    display: table;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0px; }
    .color-selection.c53 ul.colors.c53 li.color.c53 {
      display: inline-block;
      cursor: pointer;
      border: 1px solid transparent;
      padding: 0px 2px;
      cursor: pointer; }
      .color-selection.c53 ul.colors.c53 li.color.c53 img.color-option.c53 {
        display: block;
        margin: 0 auto; }

p.c53 {
  clear: both;
  font-size: 12px;
  line-height: 16px; }

.option-selections.c53 {
  width: 100%;
  margin-bottom: 20px;
  padding-right: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.size-selection.c53 {
  width: 100%;
  margin-bottom: 15px;
  float: none;
  max-width: 100%; }

.option.c53 {
  border: solid 1px #707070;
  border-radius: 2px;
  background: white;
  width: 25%;
  padding: 8px 5px;
  margin: 0px 0;
  margin-bottom: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #707070;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  font-family: 'Montserrat', sans-serif; }
  .option.c53.active, .option.c53:hover {
    background: #818181;
    border: 1px solid #818181;
    color: white; }
  .option.c53.na {
    opacity: .5;
    cursor: not-allowed;
    color: #b3b3b3; }
    .option.c53.na:hover {
      background: white;
      color: #b3b3b3;
      opacity: .5; }

.product-add-to-cart.c53 button.button-cta {
  min-height: 37px; }

@media (min-width: 768px) {
  .product-purchasing-group.c53 {
    width: 50%;
    padding: 0px 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .product-selection.c53 {
    width: 100%;
    margin-right: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .product-option-container.has-options {
    font-size: 0; }
  .product-option-dropdown {
    min-width: 150px; }
  .product-add-region.c53 {
    padding: 0px 0px; }
  .quantity-selection.c53 {
    width: 50%;
    float: right;
    line-height: 35px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .quantity-selection.c53 span {
      font-family: 'Montserrat', sans-serif;
      font-size: 16px;
      line-height: 24px;
      color: black;
      font-weight: 400;
      line-height: 35px;
      display: inline;
      margin-right: 10px; }
    .quantity-selection.c53 .quantity.c53 {
      position: relative; }
  .option.c53 {
    height: 30px;
    max-height: 30px;
    width: 75px;
    padding-top: 3px;
    padding-bottom: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    .option.c53.large {
      width: 50%;
      padding-top: 8px;
      padding-bottom: 6px; }
  .purchase-add-cart {
    display: inline-block;
    margin: 0px;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .purchase-add-list.c53 {
    display: inline-block;
    margin: 0px;
    margin-bottom: 30px;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .purchase-add-cart.c53 {
    display: inline-block; }
    .purchase-add-cart.c53 a.button-cta.c53 {
      text-transform: uppercase; }
  .purchase-add-list.c53 {
    float: right;
    display: inline-block;
    width: 50%; }
    .purchase-add-list.c53 a.c53 {
      display: inline;
      text-align: right;
      margin: 00px 0px;
      float: right;
      font-size: 12px;
      padding: 0px 0px; }
      .purchase-add-list.c53 a.c53 i {
        float: right;
        margin-left: 8px; }
    .purchase-add-list.c53 a.c53:nth-child(2) {
      float: right; }
  .option-selections.c53 {
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%; }
  img.color-option.c53 {
    max-width: 33px;
    width: 33px;
    margin-right: 5px; }
  .color-selection.c53 {
    padding: 0px;
    margin-bottom: 20px;
    width: 100%; }
  .size-selection.c53 {
    width: 50%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .size-selection.c53 .product-purchasing-group.c53 {
      width: 100%; }
    .size-selection.c53 .product-selection.c53 {
      width: 100%; } }

@media (max-width: 1280px) {
  .option-selections.c53 {
    max-width: 100%;
    padding-right: 0px; }
  .quantity-selection.c53 {
    width: 50%;
    clear: left;
    float: none; } }

@media (max-width: 767px) {
  .mobile-toolbar.c54 {
    background: #f4f4f4;
    border-bottom: 1px solid #d9d9d9; }
  .mobile-toolbar-inner.c54 {
    height: 44px;
    padding: 0px 10px;
    line-height: 44px;
    font-size: 14px;
    display: table; }
  .mobile-toolbar-left.c54 {
    display: table-cell;
    width: 100%; }
  .back-button.c54 {
    font-family: 'Montserrat', sans-serif;
    color: #4d4d4d;
    vertical-align: top; }
    .back-button.c54 a {
      display: inline-block;
      color: inherit;
      white-space: nowrap; }
      .back-button.c54 a i {
        margin-right: 8px; }
      .back-button.c54 a i, .back-button.c54 a span {
        display: inline-block;
        vertical-align: top;
        line-height: 44px; }
      .back-button.c54 a span {
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: inline-block;
        width: calc(100vw - 125px); }
  .mobile-toolbar-right.c54 {
    display: table-cell;
    white-space: nowrap;
    font-size: 0;
    vertical-align: top; }
  .mobile-toolbar-share.c54, .mobile-toolbar-search.c54, .mobile-toolbar-close.c54 {
    display: inline-block;
    vertical-align: top;
    padding: 0px 10px;
    margin: 0px 2px;
    font-size: 18px;
    color: #707070;
    text-align: center;
    width: 15px;
    position: relative; }
  .mobile-toolbar-close.c54 {
    display: none; }
  .mobile-share-options.c54 {
    display: none;
    background: white;
    width: 100%;
    border: 1px solid #cccccc;
    z-index: 10;
    border-radius: 30px;
    text-align: center;
    padding: 0px 0px;
    margin: 2px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .mobile-share-options.c54 a {
      margin: 0 2px !important;
      padding: 3px; }
    .mobile-share-options.c54 .dropdown-arrow.c54 {
      display: none; }
  .mobile-product-search.c54 {
    display: none;
    margin-top: 5px;
    line-height: 1em; }
    .mobile-product-search.c54 form {
      margin: 0; }
    .mobile-product-search.c54 input {
      width: 100%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      height: 34px;
      display: block;
      font-size: 16px;
      margin: 0 !important;
      padding-left: 15px; }
  .mobile-toolbar-search.c54 {
    margin-right: 0px; }
  .product-search-results.c54 {
    width: 100%;
    top: 1px; } }

@media (min-width: 768px) {
  .mobile-toolbar.c54 {
    display: none; } }

.ingredients.c55 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid black;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.title.c55 {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: black;
  border-bottom: 3px solid black;
  padding-bottom: 15px;
  margin-bottom: 5px;
  letter-spacing: 2px;
  line-height: 1.2em; }

.item.c55 {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 400;
  color: black;
  padding: 7px 0px;
  border-bottom: 1px solid black;
  letter-spacing: 0px; }

.item.c55:last-child {
  border-bottom: none; }

@media (min-width: 768px) {
  .ingredients.c55 {
    width: 80%;
    padding: 20px; }
  .title.c55 {
    font-size: 28px; }
  .item.c55 {
    font-size: 15px; } }

.filter.c56 {
  margin-bottom: 20px; }
  .filter.c56:after {
    content: "";
    display: block;
    clear: both;
    height: 0px; }
  .filter.c56 a.button-cta.c56 {
    background: none;
    border: 1px solid #707070;
    font-family: 'Montserrat', sans-serif;
    color: black;
    padding: 0px 10px;
    float: right;
    border-radius: 2px; }
    .filter.c56 a.button-cta.c56 i {
      margin-left: 6px; }
  .filter.c56 .filter-dropdown.c56 {
    display: block;
    background: white;
    width: 120px;
    height: auto;
    position: absolute;
    top: 40px;
    left: -50%;
    -webkit-transform: translateX(-55%);
    -ms-transform: translateX(-55%);
    transform: translateX(-55%);
    -webkit-box-shadow: 0px 0px 28px 4px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 28px 4px rgba(0, 0, 0, 0.16);
    border: 1px solid #707070;
    z-index: 10; }
    .filter.c56 .filter-dropdown.c56 .dropdown-arrow.c56 {
      display: inline-block;
      position: absolute;
      top: -15px;
      right: 12px;
      line-height: 0px;
      font-size: 24px;
      color: white; }
    .filter.c56 .filter-dropdown.c56 ul.filter-list.c56 {
      list-style: none;
      padding: 0px 2px;
      margin: 0px; }
      .filter.c56 .filter-dropdown.c56 ul.filter-list.c56 li.action.c56 {
        display: block;
        text-align: center;
        font-family: 'Montserrat', sans-serif;
        font-size: 14px;
        border-bottom: 1px solid #707070; }
        .filter.c56 .filter-dropdown.c56 ul.filter-list.c56 li.action.c56 a {
          color: #4d4d4d;
          display: block;
          padding: 10px 0px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; }
      .filter.c56 .filter-dropdown.c56 ul.filter-list.c56 li.action.c56:last-child {
        border-bottom: none; }

.related-content.c56 h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 34px;
  color: #6E4A9E;
  display: none; }

.related-content.c56 ul.tabs.c56 {
  padding: 0px;
  text-align: center;
  margin-bottom: 30px;
  display: none; }
  .related-content.c56 ul.tabs.c56 li {
    color: #6E4A9E;
    border: 1px solid #6E4A9E;
    border-radius: 2px;
    display: inline-block;
    padding: 5px 15px;
    font-family: 'Libre Baskerville', serif;
    font-style: italic;
    font-weight: 300;
    margin: 0px 10px; }
    .related-content.c56 ul.tabs.c56 li:hover {
      cursor: pointer;
      background: #6E4A9E;
      color: white; }
  .related-content.c56 ul.tabs.c56 li.active {
    color: white;
    background: #6E4A9E; }

.related-content-items.c56:after {
  content: "";
  display: block;
  clear: both;
  height: 0px; }

.related-content-items.c56 .related-item.c56 {
  width: 100%;
  min-height: 125px;
  float: none;
  color: #101010;
  margin: 0 auto;
  margin-bottom: 20px;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .related-content-items.c56 .related-item.c56:hover {
    color: #6E4A9E; }
  .related-content-items.c56 .related-item.c56 .item-thumbnail.c56 {
    height: 115px;
    overflow: hidden;
    background: #b3b3b3;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-bottom: 10px;
    float: left;
    width: 60%; }
  .related-content-items.c56 .related-item.c56 .item-details.c56 {
    padding: 0px;
    float: right;
    width: 40%;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .related-content-items.c56 .related-item.c56 .item-details.c56 ul.item-tags.c56 {
      list-style-type: none;
      padding: 0px;
      margin: 0px;
      margin-bottom: 15px;
      display: none; }
      .related-content-items.c56 .related-item.c56 .item-details.c56 ul.item-tags.c56 li.tag.c56 {
        color: #818181;
        font-size: 9px;
        border: 1px solid #c2c2c2;
        border-radius: 2px;
        display: inline-block;
        padding: 0px 5px;
        font-family: 'Libre Baskerville', serif;
        font-style: italic;
        font-weight: 300;
        margin: 0px;
        margin-right: 4px; }
    .related-content-items.c56 .related-item.c56 .item-details.c56 span.item-title {
      font-family: 'Montserrat', sans-serif;
      font-size: 13px;
      line-height: 17px;
      color: inherit; }

.image-banner.c56 {
  background-image: none; }

@media (min-width: 768px) {
  .filter.c56 {
    display: none; }
  .related-content.c56 h2 {
    display: block; }
  .related-content.c56 ul.tabs.c56 {
    display: block; }
  .related-content-items.c56 .related-item.c56 {
    width: 30%;
    min-height: 270px;
    float: left;
    margin: 0px 1.65%;
    margin-bottom: 30px; }
    .related-content-items.c56 .related-item.c56 .item-thumbnail.c56 {
      min-height: 175px;
      float: none;
      width: 100%; }
    .related-content-items.c56 .related-item.c56 .item-details.c56 {
      float: none;
      width: 100%;
      padding-left: 0px; }
      .related-content-items.c56 .related-item.c56 .item-details.c56 ul.item-tags.c56 {
        display: block; }
      .related-content-items.c56 .related-item.c56 .item-details.c56 span.item-title {
        font-size: 16px;
        line-height: 26px; } }

.snapshot.c57 h2 {
  display: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 34px;
  color: #6E4A9E; }

.image-banner.c57 {
  background-image: none; }

@media (min-width: 768px) {
  .snapshot.c57 h2 {
    display: block; } }

.suggested-uses.c58 h2 {
  display: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 34px;
  color: #6E4A9E; }

.suggested-uses.c58 .image-banner.c58 {
  background-image: none; }

@media (min-width: 768px) {
  .suggested-uses.c58 h2 {
    display: block; } }

.get-to-know.c59 h2 {
  display: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 34px;
  color: #6E4A9E; }

.get-to-know.c59 .image-banner.c59 {
  background-image: none; }

@media (min-width: 768px) {
  .get-to-know.c59 h2 {
    display: block; } }

.heading.c81 {
  font-family: 'Montserrat', sans-serif;
  color: inherit;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.5em; }

.heading.c82 {
  font-family: 'Montserrat', sans-serif;
  color: inherit;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px; }

.text.c82 {
  font-family: 'Montserrat', sans-serif;
  color: inherit;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400; }
  .text.c82 i {
    font-family: 'Montserrat', sans-serif;
    font-style: italic; }

.text.legal.c82 {
  font-size: 12px; }

ul.c83 {
  color: black;
  padding-left: 0px;
  list-style-type: none;
  margin-left: 0px; }

.heading.c83, li.c83 {
  font-family: 'Montserrat', sans-serif;
  color: inherit;
  font-size: 16px;
  line-height: 1.5em; }

.heading.c83 {
  font-weight: 500;
  margin-bottom: 10px; }

li.c83 {
  font-weight: 400;
  padding-left: 15px;
  margin-bottom: 7px;
  position: relative;
  line-height: 1.5em;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: black;
  font-size: 16px;
  font-weight: 300; }

.spacing-wide.c83 li.c83 {
  margin-bottom: 15px; }

li.c83::before {
  display: block;
  position: absolute;
  left: 3px;
  top: 9px;
  content: '';
  border-radius: 50%;
  height: 5px;
  width: 5px;
  background-color: #666; }

.cms-edit.c83 li.c83::before {
  top: 12px; }

.supplement-facts.c85 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid black;
  padding: 10px;
  line-height: 1.2em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.box-header {
  border-bottom: 3px solid black;
  margin-bottom: 5px; }

.title.c85 {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: black;
  letter-spacing: 2px;
  padding-bottom: 0px;
  margin-bottom: 10px;
  line-height: 1.2em; }

.item.c85, .item-header.c85, .serving-size.c85 {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: black;
  border-bottom: 1px solid black;
  letter-spacing: 0px; }

.serving-size.c85 {
  padding-bottom: 7px; }

.item.c85, .item-header.c85 {
  padding: 8px 0px; }
  .item.c85:after, .item-header.c85:after {
    content: "";
    display: block;
    clear: both;
    height: 0px; }

.item-header.c85 {
  font-size: 14px; }

.item-name.c85 {
  width: 80%;
  float: left;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.item-amount.c85 {
  width: 20%;
  float: right;
  text-align: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.item-header.c85 {
  font-weight: bold;
  color: black;
  border-bottom: 2px solid black; }

.item.c85:last-child, .serving-size.c85:last-child {
  border-bottom: none; }

.item.level-1.c85 .item-name.c85 {
  font-weight: 600; }

.item.level-2.c85 {
  font-size: 14px; }
  .item.level-2.c85 .item-name.c85 {
    padding-left: 10px; }

@media (min-width: 768px) {
  .supplement-facts.c85 {
    width: 80%;
    padding: 20px; }
  .title.c85 {
    font-size: 28px; }
  .item.c85, .item-header.c85, .serving-size.c85 {
    font-size: 15px; }
  .item-header.c85 {
    font-size: 17px; }
  .item-amount.c85 {
    float: right; }
  .item.bold.c85 {
    font-size: 17px; }
  .item-name.inner.c85 {
    padding-left: 20px;
    font-size: 14px; }
  .item.level-2.c85 .item-name.c85 {
    padding-left: 15px; } }

.ttip.c86 {
  position: absolute;
  width: 140px;
  color: black;
  background: white;
  text-align: center;
  visibility: hidden;
  border-radius: 2px;
  top: -32px;
  padding: 3px 6px;
  font-size: 10px;
  font-weight: 500;
  line-height: 13px;
  -webkit-box-shadow: 0px 0px 28px 4px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 28px 4px rgba(0, 0, 0, 0.16); }
  .ttip.c86::after {
    content: '';
    position: absolute;
    top: 100%;
    right: 50px;
    margin-left: -4px;
    width: 0;
    height: 0;
    border-top: 4px solid white;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px); }

.floating-cart-outer.c87 {
  display: none;
  width: 100%;
  position: fixed;
  z-index: 1000;
  margin: 0 auto;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

a.floating-item.c87 {
  display: none; }
  a.floating-item.c87:hover {
    text-decoration: none;
    background: #eaeaea; }

span.c87 {
  font-weight: 600;
  margin-right: 10px; }

span.butn.c87 {
  padding: 0px;
  font-family: 'Montserrat', sans-serif;
  text-transform: none;
  line-height: initial;
  text-align: center;
  color: white;
  background: #6E4A9E;
  padding: 5px 14px;
  font-weight: 300;
  border-radius: 2px;
  font-family: 'Libre Baskerville', serif;
  margin-right: 0px; }
  span.butn.c87::after {
    font-family: "Font Awesome 5 Pro";
    content: "\f217";
    margin-left: 4px;
    font-weight: 700; }

span.currency-type {
  margin-left: 5px; }

a.floating-item-mobile.c87 {
  background: #6E4A9E;
  border-radius: 2px;
  width: 100%;
  display: block;
  color: white;
  text-align: center;
  padding: 10px 10px;
  font-family: 'Libre Baskerville', serif;
  font-weight: 300;
  max-width: 80%;
  margin: 0 auto;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 74px -21px rgba(0, 0, 0, 0.88);
  box-shadow: 0px 0px 74px -21px rgba(0, 0, 0, 0.88); }
  a.floating-item-mobile.c87:hover {
    text-decoration: none; }
  a.floating-item-mobile.c87 span.icn.c87 {
    font-weight: 300; }
    a.floating-item-mobile.c87 span.icn.c87::after {
      font-family: "Font Awesome 5 Pro";
      content: "\f07a";
      padding-left: 10px;
      display: inline-block; }

@media (max-width: 979px) {
  .floating-cart-outer.c87 {
    bottom: 20px; } }

@media (min-width: 980px) {
  .floating-cart-outer.c87 {
    top: 117px;
    -webkit-transition: top .3s;
    -o-transition: top .3s;
    transition: top .3s;
    height: 0;
    overflow: visible; }
  body.fixed-product-nav .floating-cart-outer.c87 {
    top: 157px; }
  .floating-cart-inner.c87 {
    height: 0px;
    max-width: 1280px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin: 0 auto;
    padding: 0px 30px; }
  a.floating-item.c87 {
    background: #efefef;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 17px 15px;
    border-radius: 2px;
    text-align: center;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    float: right;
    z-index: 900; }
  a.floating-item-mobile.c87 {
    display: none; } }

.recommended-products.c88 h5 {
  text-align: center;
  font-family: 'Libre Baskerville', serif;
  text-transform: none;
  font-style: italic;
  font-size: 24px; }

.recommended-products.c88 .rec-item-cost-pv {
  display: none !important; }

.recommended-products.c88 #recommendations ul#rec-item-container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.recommended-products.c88 .rec-item-add-to-cart input {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
  border-radius: 2px !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.recommended-products.c88 .rec-item-add-to-cart a, .recommended-products.c88 .rec-item-add-to-cart .prod-added {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
  line-height: 24px; }

.recommended-products.c88 .rec-item-info {
  font-family: 'Montserrat', sans-serif; }

form.add-to-cart {
  padding: 0 !important; }
