  svg > *, .btn {
  -webkit-transition-duration: 220ms;
  transition-duration: 220ms;
  -webkit-transition-timing-function: cubic-bezier(0.11, 0.73, 0.51, 1);
  transition-timing-function: cubic-bezier(0.11, 0.73, 0.51, 1);
  -webkit-transition-property: color, border-color, background-color, fill;
  transition-property: color, border-color, background-color, fill;
  will-change: color, border-color, background-color, fill;
}
.top__link-text {
  -webkit-transition-duration: 220ms;
  transition-duration: 220ms;
  -webkit-transition-timing-function: cubic-bezier(0.11, 0.73, 0.51, 1);
  transition-timing-function: cubic-bezier(0.11, 0.73, 0.51, 1);
  -webkit-transition-property: padding, font-size, letter-spacing, opacity, width, color;
  transition-property: padding, font-size, letter-spacing, opacity, width, color;
  will-change: padding, font-size, letter-spacing, opacity, width, color;
}
.top__action {
  -webkit-transition-duration: 220ms;
  transition-duration: 220ms;
  -webkit-transition-timing-function: cubic-bezier(0.11, 0.73, 0.51, 1);
  transition-timing-function: cubic-bezier(0.11, 0.73, 0.51, 1);
  -webkit-transition-property: color, border-color, background-color;
  transition-property: color, border-color, background-color;
  will-change: color, border-color, background-color;
}
.recipes__img {
  background-position: 50% 50%;
}
.excerpt__title {
  font-size: 2.6rem;
  color: #004a2c;
  font-weight: 300;
  -webkit-transition-duration: 220ms;
  transition-duration: 220ms;
  -webkit-transition-timing-function: cubic-bezier(0.11, 0.73, 0.51, 1);
  transition-timing-function: cubic-bezier(0.11, 0.73, 0.51, 1);
  -webkit-transition-property: color, border-color, background-color;
  transition-property: color, border-color, background-color;
  will-change: color, border-color, background-color;
}
.excerpt__img {
  display: block;
}
.excerpt__text {
  display: block;
}
.content__heading {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .category__product {
    width: 49.5%;
  }
}
@media only screen and (min-width: 930px) {
  .excerpt__title:hover {
    color: #ab7c36;
  }
  .content__heading {
    margin-bottom: 5rem;
  }
  .excerpt.-default .excerpt__title {
    font-size: 3.7rem;
    margin: 1rem 0;
  }
  .excerpt.-default .excerpt__cont {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 520px;
    padding-right: 7%;
    padding-left: 7%;
    position: relative;
  }
  .excerpt.-default .excerpt__more {
    margin: 0 auto;
  }
  .excerpt.-default .excerpt__text {
    padding: 0;
  }
}
.prod-cont-text p span {
  font-size: inherit!important;
}
.prod-cont-text table {
  width: 100%;
  font-size: inherit!important;
}
.prod-cont-text table td {
  font-size: 1.4rem;
  padding: 7px 10px;
  border: solid 1px #ecd29b;
}
@media only screen and (min-width: 768px) {
  .prod-cont-text table td {
    border: solid 3px #ecd29b;
    font-size: 2.4rem;
    padding: 15px 10px;
  }
  .recipe__desc {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.prod-cont-text table tr:first-child td {
  color: #004a2c;
}
.milestone__text p {
  margin-bottom: 2.4rem;
}
.product__slider-wrap {
  display: block;
  text-align: center;
}
.recipe ul, .prod-cont-text ul {
  list-style-type: none;
}
.recipe ul li, .prod-cont-text ul li {
  position: relative;
}
.recipe ul, .prod-cont-text ul {
  padding: 0;
}
.recipe ul li:before, .prod-cont-text ul li:before {
  content: '';
  position: relative;
  width: .6rem;
  height: .6rem;
  background-color: #464646;
  display: inline-block;
  border-radius: 50%;
  top: -.3rem;
  left: -1rem;
}
.subnav__item {
  padding: 10px 0;
}
@media only screen and (min-width: 1150px) {
  .subnav .subnav__item {
    width: 16.6%;
  }
}
.table-default {
  width: 100%;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  min-width: initial;
  display: block;
}
.table-default tbody {
  min-width: 500px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .table-default {
    overflow: hidden;
    display: table;
  }
}
.excerpt__title {
  font-family: 'Roboto Slab', serif;
  padding-bottom: 2.2rem;
}
@media only screen and (min-width: 768px) {
  .product .excerpt__cont {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .product .excerpt__img, .product .excerpt__description {
    width: 50%;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}

  .gallery img {
    height: auto!important;

  }

  @media only screen and (min-width: 1340px) {
    .top .top__action--search, .top.is-open .top__action--search {
      width: 130px;
    }
  }

  @media only screen and (min-width: 1140px) {
    .top__item .top__link-icon--academy,
     .top.is-open__item .top__link-icon--academy,
      .top__item.is-hidden .top__link-icon--academy,
       .top.is-open__item.is-hidden .top__link-icon--academy,
        .top__item.is-active .top__link-icon--academy,
         .top.is-open__item.is-active .top__link-icon--academy {
width: 3.2rem;
    }
  }

  @media only screen and (min-width: 1140px) {
    .top.is-huge .top__item .top__link-icon--academy, 
    .top.is-open.is-huge .top__item .top__link-icon--academy, 
    .top.is-huge .top__item.is-hidden .top__link-icon--academy, 
    .top.is-open.is-huge .top__item.is-hidden .top__link-icon--academy {
 width: 4.5rem;
 margin-top: 0.9rem
    }
  }



  .top__link-icon--academy {
    width: 4.5rem;
  }

  .top__link-icon--academy svg {
    width: 100%;
    height: auto;
  }

  @media only screen and (min-width: 1140px) {
    .top.is-huge .top__item, .top.is-open.is-huge .top__item, .top.is-huge .top__item.is-hidden, .top.is-open.is-huge .top__item.is-hidden {
      padding: 0 1rem;
    }
  }

  @media only screen and (min-width: 1140px) {
    .top.is-huge .top__actions, .top.is-open.is-huge .top__actions {
      bottom: 2.1rem;
    }
  }

