.card-deck .recipe-card{
  margin-bottom:.9375rem;
}

@media (max-width:767.98px){
  .card-deck .recipe-card{
    border-top:.0625rem solid #cccaca;
    border-left:0;
    border-bottom:0;
    min-width:100%;
  }
}

.card-deck .recipe-card.product-card .recipe_card_link{
  padding:1.875rem 1.875rem 0;
}

@media (min-width:992px) and (max-width:1199.98px){
  .card-deck .recipe-card.product-card .recipe_card_link{
    padding:1.875rem 1.875rem 0;
  }
}

.card-deck .recipe-card.product-card .card-body{
  text-align:center;
  border:0;
}

.card-deck .recipe-card.product-card .card-body .card-title{
  border:0;
}

.card-deck .recipe-card.easy-meal-card .card-body .bottom-col-wrap .col .description .description-term{
  font-family:Intro_Bold;
  font-weight:400;
}

.card-deck .recipe-card .overlay{
  background:rgba(0, 133, 114, .7);
}

.card-deck .recipe-card .overlay span.button{
  background-color:#fff;
  border:.125rem solid #fff;
  color:#de3318;
  font-weight:700;
  margin:0 auto;
  outline:none;
  overflow:hidden;
  position:relative;
  z-index:1;
  line-height:1rem;
  padding-top:.9375rem;
  padding-bottom:.9375rem;
}

.card-deck .recipe-card .overlay span.button,.card-deck .recipe-card .overlay span.button:before{
  -webkit-transition:-webkit-transform 1s cubic-bezier(.07, .51, .12, 1);
  transition:-webkit-transform 1s cubic-bezier(.07, .51, .12, 1);
  -o-transition:-o-transform 1s cubic-bezier(.07, .51, .12, 1);
  -moz-transition:transform 1s cubic-bezier(.07, .51, .12, 1), -moz-transform 1s cubic-bezier(.07, .51, .12, 1);
  transition:transform 1s cubic-bezier(.07, .51, .12, 1);
  transition:transform 1s cubic-bezier(.07, .51, .12, 1),-webkit-transform 1s cubic-bezier(.07, .51, .12, 1),-moz-transform 1s cubic-bezier(.07, .51, .12, 1),-o-transform 1s cubic-bezier(.07, .51, .12, 1);
}

.card-deck .recipe-card .overlay span.button:before{
  background:#de3318;
  content:"";
  height:100%;
  left:0;
  position:absolute;
  -webkit-transform:translateX(-100%) skew(-45deg);
     -moz-transform:translateX(-100%) skew(-45deg);
       -o-transform:translateX(-100%) skew(-45deg);
          transform:translateX(-100%) skew(-45deg);
  -webkit-transform-origin:0 0;
     -moz-transform-origin:0 0;
       -o-transform-origin:0 0;
          transform-origin:0 0;
  top:0;
  width:150%;
  z-index:-1;
}

.card-deck .recipe-card .overlay span.button.hover,.card-deck .recipe-card .overlay span.button:hover{
  color:#fff !important;
}

.card-deck .recipe-card .overlay span.button.hover:before,.card-deck .recipe-card .overlay span.button:hover:before{
  -webkit-transform:translateX(0) skew(-45deg);
     -moz-transform:translateX(0) skew(-45deg);
       -o-transform:translateX(0) skew(-45deg);
          transform:translateX(0) skew(-45deg);
}

.card-deck .recipe-card .card-body{
  border-right:none;
  border-bottom:.0625rem solid #ddd;
}

.card-deck .recipe-card .card-body .card-title{
  font-size:1.5rem;
  line-height:1.75rem;
  padding:1.875rem 0;
  font-family:Intro_Bold,sans-serif;
  color:#118471;
  border-right:none;
  border-bottom:none;
}

@media (max-width:1600px){
  .card-deck .recipe-card .card-body .card-title{
    font-size:1.25rem;
  }
}

.card-deck .recipe-card .card-body .bottom-col-wrap .col .description .description-term{
  font-family:Intro_Bold;
  font-weight:400;
}

.fl-module-collection .component_collection .recipe-card .card-body .index{
  font-family:Intro_Bold,sans-serif;
  color:#008571;
}

.archive_products.whats_new .card-deck .fl-module-recipe_card{
  min-width:33.33%;
  max-width:33.33%;
  border-bottom:.0625rem solid transparent;
  border-right:.0625rem solid #cccaca;
  -webkit-border-radius:0;
     -moz-border-radius:0;
          border-radius:0;
  margin:0 0 5.3125rem;
}

.archive_products.whats_new .card-deck .fl-module-recipe_card:first-child,.archive_products.whats_new .card-deck .fl-module-recipe_card:nth-child(3n+4){
  border-left:.0625rem solid #cccaca;
}

@media (min-width:768px) and (max-width:991.98px){
  .archive_products.whats_new .card-deck .fl-module-recipe_card:first-child,.archive_products.whats_new .card-deck .fl-module-recipe_card:nth-child(3n+4){
    border-left:none;
  }
}

@media (min-width:768px) and (max-width:991.98px){
  .archive_products.whats_new .card-deck .fl-module-recipe_card:nth-child(odd){
    border-left:.0625rem solid #cccaca;
  }
}

@media (min-width:768px) and (max-width:991.98px){
  .archive_products.whats_new .card-deck .fl-module-recipe_card{
    min-width:50%;
    max-width:50%;
    margin:0 0 3.125rem;
  }
}

@media (max-width:767.98px){
  .archive_products.whats_new .card-deck .fl-module-recipe_card{
    border-right:0;
    border-bottom:.0625rem solid #cccaca;
    min-width:100%;
    max-width:100%;
    margin:0;
  }
  .archive_products.whats_new .card-deck .fl-module-recipe_card:first-child{
    border-top:.0625rem solid #cccaca;
  }
  .archive_products.whats_new .card-deck .fl-module-recipe_card:first-child,.archive_products.whats_new .card-deck .fl-module-recipe_card:nth-child(3n+4){
    border-left:0;
  }
}

.archive_products .whats-new-cards .card-deck .fl-module-recipe_card{
  margin:0 0 4.375rem;
}

.archive_products .card-deck .recipe-card .overlay .container{
  overflow:hidden;
}

.archive_products .card-deck .fl-module-recipe_card{
  min-width:33.33%;
  max-width:33.33%;
  border-bottom:.0625rem solid transparent;
  border-right:.0625rem solid #cccaca;
  -webkit-border-radius:0;
     -moz-border-radius:0;
          border-radius:0;
  margin:0 0 5.3125rem;
}

@media (min-width:768px) and (max-width:991.98px){
  .archive_products .card-deck .fl-module-recipe_card{
    min-width:50%;
    max-width:50%;
  }
}

@media (max-width:767.98px){
  .archive_products .card-deck .fl-module-recipe_card{
    border-right:0;
    min-width:100%;
    max-width:100%;
  }
}

.archive_products .card-deck .card-img-top{
  -moz-background-size:auto 70%;
       background-size:auto 70%;
  background-repeat:no-repeat;
  max-height:15rem;
}

@media (max-width:767.98px){
  .archive_products .card-deck .card-img-top{
    max-height:17.5rem;
    background-size:auto 90%;
    -webkit-background-size:auto 90%;
    -moz-background-size:auto 90%;
  }
}
