/* recipes */
ul.ingredients {
  list-style: none;
}
article.recipe .single-content ul,
article.recipe .single-content ol {
  margin-left: 20px;
  padding-left: 20px;
}
article.recipe .single-content ol {
  margin-left: 40px;
}
article.recipe .single-content ul li,
article.recipe .single-content ol li {
  padding-bottom: 14px;
}
ul.ingredients + h3 {
    padding-top: 20px;
}
article.recipe ul.brand-icons {
    list-style: none;
    margin: 0;
    padding: 0;
}
article.recipe ul.brand-icons li {
    display: inline-block;
    margin: 0 4px;
    font-weight: bold;
    padding: 4px 10px;
    background: #f3f3f3;
    text-transform: uppercase;
    font-size: 14px;
}
article.recipe ul.brand-icons li:first-of-type {
    margin-left: 0;
}

.products-list a.product {
  text-align: center;
  display: block;
  margin-bottom: 20px;
}
.products-list a.product:hover {
  text-decoration: none;
}
.products-list a.product h5 {
  font-size: 16px;
  font-weight: bold;
  color: #525252;
}
.products-list a.product img {
  max-height: 260px;
  margin: auto auto;
  display: block;
}
.products-list a.product .btn.btn-cta {
  color: #fff;
}
.recipes-carousel .owl-controls {
  top: -335px !important;
}
