@charset "UTF-8";
/* Collection Recipes */
#layout-collections-recipes .collection-wraper {
  padding: 40px 0; }

.proloop-recipes {
  margin-bottom: 32px; }
  .proloop-recipes .proloop-recipes-image {
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 16px;
    position: relative; }
    .proloop-recipes .proloop-recipes-image img {
      border-radius: 16px;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .proloop-recipes .proloop-recipes-image .proloop-recipes-time {
      position: absolute;
      left: 16px;
      top: 16px;
      color: #fff;
      font-size: 16px;
      font-weight: 500;
      background: rgba(0, 0, 0, 0.5);
      padding: 5px;
      border-radius: 8px; }
  .proloop-recipes .proloop--recipes-bua {
    font-size: 14px;
    font-weight: 500;
    color: #EB6100;
    margin-bottom: 8px; }
  .proloop-recipes h3 {
    font-size: 20px; }
  .proloop-recipes:hover .proloop-recipes-image img {
    transform: scale(1.04);
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04); }

/* Trang tổng quan công thức nấu ăn */
.page-recipes-bannertop {
  margin-bottom: 30px;
  text-align: center; }

.page-recipes-slidertop-wrap h2 {
  font-size: 32px;
  margin-bottom: 32px;
  color: #EB6100;
  text-align: center; }

@media (max-width: 767.98px) {
  .page-recipes-slidertop-wrap h2 {
    font-size: 24px; } }

.page-recipes-slidertop:not(.slick-initialized) {
  display: flex;
  display: -ms-flex;
  overflow: hidden;
  white-space: nowrap;
  flex-wrap: nowrap; }
  .page-recipes-slidertop:not(.slick-initialized) .item {
    flex: 0 0 calc(33.333% - 24px);
    max-width: calc(33.333% - 24px);
    margin-right: 24px; }
    @media (max-width: 991.98px) {
      .page-recipes-slidertop:not(.slick-initialized) .item {
        flex: 0 0 100%;
        max-width: 100%; } }

.page-recipes-slidertop .proloop-recipes {
  margin-right: 24px; }

.page-recipes-slidertop .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #EB6100;
  line-height: 48px;
  text-align: center;
  z-index: 99; }
  .page-recipes-slidertop .slick-arrow svg {
    width: 12px;
    height: 24px;
    fill: #fff; }
  .page-recipes-slidertop .slick-arrow.slick-prev {
    left: 48px; }
  .page-recipes-slidertop .slick-arrow.slick-next {
    right: 48px; }
  @media (max-width: 767.98px) {
    .page-recipes-slidertop .slick-arrow {
      width: 30px;
      height: 30px;
      line-height: 30px; } }

.page-recipes-collectioncenter {
  padding-top: 72px; }
  .page-recipes-collectioncenter h2 {
    font-size: 32px;
    margin-bottom: 32px;
    color: #EB6100;
    text-align: center; }
  @media (max-width: 767.98px) {
    .page-recipes-collectioncenter {
      padding-top: 30px; }
      .page-recipes-collectioncenter h2 {
        font-size: 24px; } }

.page-recipes-collectioncenter-btn {
  margin-top: 32px; }
  .page-recipes-collectioncenter-btn a {
    display: inline-block;
    background: #EB6100;
    padding: 8px 12px;
    color: #fff;
    border-radius: 8px;
    font-weight: 500;
    font-size: 16px; }

.page-recipes-banner {
  padding: 72px 0; }
  .page-recipes-banner h2 {
    font-size: 32px;
    margin-bottom: 32px;
    color: #EB6100;
    text-align: center; }
  .page-recipes-banner .page-recipes-bannerlists .banner-item {
    margin-bottom: 30px;
    position: relative; }
    .page-recipes-banner .page-recipes-bannerlists .banner-item .img {
      border-radius: 16px;
      overflow: hidden; }
      .page-recipes-banner .page-recipes-bannerlists .banner-item .img img {
        border-radius: 16px; }
      .page-recipes-banner .page-recipes-bannerlists .banner-item .img:after {
        /*content: '';*/
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 90;
        background: transparent;
        background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.4));
        border-radius: 16px; }
    .page-recipes-banner .page-recipes-bannerlists .banner-item .content {
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 32px;
      right: 0;
      color: #fff;
      z-index: 99; }
      .page-recipes-banner .page-recipes-bannerlists .banner-item .content a {
        color: #fff;
        font-size: 20px;
        display: block;
        text-align: center;
        font-weight: 700; }
  @media (max-width: 767.98px) {
    .page-recipes-banner {
      padding: 30px 0; }
      .page-recipes-banner h2 {
        font-size: 24px; } }

/* Recipes Suggest */
.product-suggest-wrap {
  padding-top: 72px; }
  .product-suggest-wrap h2 {
    font-size: 32px;
    margin-bottom: 32px;
    color: #EB6100;
    text-align: center; }
  @media (max-width: 767.98px) {
    .product-suggest-wrap {
      padding-top: 30px; }
      .product-suggest-wrap h2 {
        font-size: 24px; } }

#product-suggest-list.owl-carousel:not(.owl-loaded) {
  display: flex;
  display: -ms-flex;
  overflow: hidden; }
  #product-suggest-list.owl-carousel:not(.owl-loaded) .item {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    margin-right: 24px; }

#product-suggest-list.owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #EB6100;
  line-height: 38px;
  text-align: center;
  border: 0;
  z-index: 99; }
  #product-suggest-list.owl-carousel .owl-nav button svg {
    width: 12px;
    height: 24px;
    fill: #fff; }
  #product-suggest-list.owl-carousel .owl-nav button.owl-prev {
    left: 18px; }
  #product-suggest-list.owl-carousel .owl-nav button.owl-next {
    right: 18px; }

/* Product Detail */
.product-recipes-banner {
  padding: 52px 0 84px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.recipes-banner-wrap {
  max-width: 480px;
  background: rgba(255, 255, 255, 0.8);
  padding: 24px;
  border-radius: 16px; }
  .recipes-banner-wrap .recipes-banner-tag {
    margin-bottom: 8px;
    color: #EB6100;
    font-weight: 500; }
    .recipes-banner-wrap .recipes-banner-tag span {
      margin-right: 24px;
      display: inline-block;
      padding: 8px; }
      .recipes-banner-wrap .recipes-banner-tag span svg {
        margin-right: 8px;
        display: inline-block;
        vertical-align: sub; }
      .recipes-banner-wrap .recipes-banner-tag span:first-child {
        padding-left: 0; }
  .recipes-banner-wrap h1 {
    font-size: 28px;
    margin-bottom: 8px; }
  .recipes-banner-wrap .recipes-banner-shortdesc {
    color: #707070; }

.product-recipes-desc-wrap {
  padding: 72px 0; }
  .product-recipes-desc-wrap .recipes-description hr {
    position: relative; }
    .product-recipes-desc-wrap .recipes-description hr:after {
      content: '';
      position: absolute;
      right: 0;
      bottom: 20px;
      width: 12px;
      height: 12px;
      background: #C7CED4;
      border-radius: 16px; }
  @media (max-width: 767.98px) {
    .product-recipes-desc-wrap {
      padding: 32px 0; } }

.recipes-gallery-lists {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px; }
  .recipes-gallery-lists .product-gallery img {
    border-radius: 16px; }

.recipes-pro-suggest {
  background: #F0F0F0;
  margin-top: 24px;
  border-radius: 16px;
  padding: 24px; }
  .recipes-pro-suggest h2 {
    font-size: 20px;
    margin-bottom: 24px; }

.recipes-pro-suggest-lists .item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px; }
  .recipes-pro-suggest-lists .item .img {
    flex: 0 0 100px;
    max-width: 100px; }
    .recipes-pro-suggest-lists .item .img img {
      border-radius: 16px; }
  .recipes-pro-suggest-lists .item .content {
    flex: 0 0 calc(100% - 100px);
    max-width: calc(100% - 100px);
    padding-left: 16px; }
    .recipes-pro-suggest-lists .item .content h3 {
      font-size: 16px;
      font-weight: 500;
      margin-bottom: 8px; }
    .recipes-pro-suggest-lists .item .content .content-btn a {
      display: inline-block;
      background: #EB6100;
      color: #fff;
      border-radius: 8px;
      padding: 8px;
      font-weight: 500; }

.product-recipes-related {
  padding: 72px 0; }
  .product-recipes-related h2 {
    margin-bottom: 32px;
    text-align: center;
    font-size: 32px;
    color: #EB6100; }
  @media (max-width: 767.98px) {
    .product-recipes-related {
      padding: 32px 0; } }
