.product-desscription-box /* defines padding for the box containing the copy */ {
  padding-top:50px;
}

/* some custom css to target the "view more recipes/reviews" links */
.view-more-link:hover{
    text-decoration: none;
    color: white !important;
}
.view-more-link{
    color: white !important;
}

.product-name {
    text-align: center;
    padding-top: 10px;
}

    .product-name a {
        color: #C51717;
    }

@media (max-width:967px) {
  .product-desscription-box {
    padding-top:0px;
  }
}

.product-image-on-detail-page /* defines the jar size on product detail page */ {
  width:100%;
  height:auto;
  max-width:300px;
  margin-left:auto;
  margin-right:auto;
  margin-top: 50px;
  display:block;
}@media (max-width:967px) {
    .product-image-on-detail-page {
        margin-top: 43px;
    }
}
@media (max-width:767px) {
  .product-image-on-detail-page {
    width:50%;
    margin-top: 50px;
  }
}

.product-padding /* adds padding to the jars on the category landing page */ {
  padding:40px;
}

.product-description-text /* defines the copy size for the product description on detial pages */ {
  font-size:16px;
}

.ingredients-text /* defines the copy size for the ingredients on the detail pages */ {
  font-size:12px;
  margin-top:20px;
}

.view-more-review-block /* defines the block are for View More Reviews */ {
  background-color:#000;
  padding-left:0px;
  margin-left:0px;
  padding-top:7px;
  padding-bottom:0px;
  color:#fff;
}

.view-more-review-block:hover {
  background-color:#468b46;
  padding-left:0px;
  margin-left:0px;
  padding-top:7px;
  padding-bottom:0px;
  color:#fff;
}

.box-product-landing-page {
  /*clear:both;*/
  /*max-width:90%;*/
  /*align-content:center;*/
  /*margin-left:auto;*/
  /*margin-right:auto;*/
  /*margin-top:30px;*/
  /*margin-bottom:30px;*/
  /*background-color:#fff;*/
}

.fancybox-container--ready .fancybox-bg {
  opacity: .57;
}
