@font-face {
  font-family: "FontJek";
  src: url("../fonts/Fontjek.ttf");
  font-weight: bold; }
@font-face {
  font-family: "AlteHaasGrotesk";
  src: url("../fonts/AlteHaasGroteskRegular.ttf");
  font-weight: 400; }
@font-face {
  font-family: "AlteHaasGrotesk";
  src: url("../fonts/AlteHaasGroteskBold.ttf");
  font-weight: 800; }
html,
body,
p,
span,
ul,
li,
h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
  font-size: 15px;
  color: #885019;
  font-family: "AlteHaasGrotesk", Helvetica, Arial, sans-serif; }
  @media (max-width: 991px) {
    html,
    body,
    p,
    span,
    ul,
    li,
    h1,
    h2,
    h3,
    h4 {
      font-size: 13px; } }

div.content {
  min-height: 85vh; }

ul li {
  list-style: none; }

a {
  color: inherit; }
  a:hover {
    color: inherit; }
  a.btn {
    margin: 15px 0;
    padding: 0;
    padding: 5px 27.5px;
    border-radius: 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.9rem; }
    @media (max-width: 990px) {
      a.btn {
        font-size: 0.78rem;
        padding: 3.5px 15px;
        width: 100%; } }
  a.button-yellow {
    background-color: #ffc43a;
    color: #fff; }
  a.button-brown {
    background-color: #895019;
    color: #fff; }
  a.button-white {
    background-color: #fff;
    color: #895019; }

.slick-slider .slider-arrow {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  z-index: 20;
  cursor: pointer; }
  .slick-slider .slider-arrow:before {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px; }
    @media (max-width: 990px) {
      .slick-slider .slider-arrow:before {
        width: 25px;
        height: 25px; } }
  .slick-slider .slider-arrow.left.first-type {
    left: 15%;
    background-image: url("../img/arrow-left-one.png");
    background-size: contain;
    background-repeat: no-repeat; }
    @media (max-width: 991px) {
      .slick-slider .slider-arrow.left.first-type {
        left: 5%; } }
  .slick-slider .slider-arrow.right.first-type {
    right: 15%;
    background-image: url("../img/arrow-right-one.png");
    background-size: contain;
    background-repeat: no-repeat; }
    @media (max-width: 991px) {
      .slick-slider .slider-arrow.right.first-type {
        right: 5%; } }
  .slick-slider .slider-arrow.left.second-type {
    left: 15%;
    background-image: url("../img/arrow-right-two.png");
    background-size: contain;
    background-repeat: no-repeat;
    transform: scaleX(-1); }
    @media (max-width: 991px) {
      .slick-slider .slider-arrow.left.second-type {
        left: 5%; } }
  .slick-slider .slider-arrow.right.second-type {
    right: 15%;
    background-image: url("../img/arrow-right-two.png");
    background-size: contain;
    background-repeat: no-repeat; }
    @media (max-width: 991px) {
      .slick-slider .slider-arrow.right.second-type {
        right: 5%; } }

header {
  position: fixed;
  width: 100%;
  padding: 10px;
  z-index: 1060;
  transition: 0.33s linear;
  background-color: #ffc43a; }
  header.scrolled {
    background-color: #ffc43a; }
  header .header__logo img {
    width: 70%; }
    @media (min-width: 768px) and (max-width: 990px) {
      header .header__logo img {
        width: 30%; } }
    @media (max-width: 767px) {
      header .header__logo img {
        width: 50%; } }
  header ul li {
    display: inline-block;
    padding-left: 20px;
    text-transform: uppercase;
    font-weight: 600; }
    @media (max-width: 990px) {
      header ul li {
        padding-left: 0;
        display: block; } }
    header ul li:last-child a.nav-link {
      color: #fff;
      background-color: #885019;
      border-radius: 17.5px;
      padding: 5px 25px; }
    header ul li a {
      color: #885019; }
    header ul li.socialmedia {
      padding: 0; }
      @media (max-width: 991px) {
        header ul li.socialmedia {
          width: 35px;
          height: 35px;
          display: inline-block;
          margin-right: 9.5%;
          margin-top: 5%;
          margin-bottom: 5%; } }
      header ul li.socialmedia img {
        width: 35px;
        height: 35px; }
        @media (max-width: 991px) {
          header ul li.socialmedia img {
            width: 100%;
            height: auto; } }
    header ul li.header__buy {
      display: none; }
      @media (max-width: 991px) {
        header ul li.header__buy {
          margin: 0 15% 5% 0; } }
      header ul li.header__buy a.buy {
        margin: 0;
        color: #ffc43a; }
    header ul li.cart {
      position: relative;
      cursor: pointer; }
      header ul li.cart > img {
        width: 35px;
        height: 35px; }
      header ul li.cart span.item-number {
        position: absolute;
        right: -10px;
        top: -10px;
        background-color: #895019;
        color: #ffc43a;
        border-radius: 50%;
        height: 25px;
        width: 25px;
        text-align: center;
        font-size: 1.1rem; }
      header ul li.cart .cart__container {
        position: absolute;
        top: 110%;
        right: 0;
        width: 300px;
        background-color: #ffffff;
        padding: 10px 20px;
        transition: 0.33s linear;
        display: none; }
        header ul li.cart .cart__container span.total {
          text-transform: none;
          font-size: 1.25rem; }
        header ul li.cart .cart__container .cart__item {
          margin: 15px 0;
          border-top: 1px solid #666;
          padding: 15px 0; }
          header ul li.cart .cart__container .cart__item:first-of-type {
            border: none; }
        header ul li.cart .cart__container span.title {
          font-size: 1rem;
          text-align: left;
          text-transform: none;
          line-height: 1.25em; }
        header ul li.cart .cart__container span.quantity {
          font-size: 0.9rem;
          font-weight: 100;
          text-transform: none; }
        header ul li.cart .cart__container a.btn {
          width: 100%;
          color: #fff;
          font-size: 0.9rem; }
  header .header__menu {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    @media (max-width: 991px) {
      header .header__menu {
        align-items: center;
        justify-content: center; } }
    header .header__menu .navbar {
      width: 100%;
      display: flex;
      justify-content: center; }
    header .header__menu--mobile {
      position: absolute;
      top: 99%;
      left: 0;
      width: 100%;
      background-color: #ffc43a; }
      header .header__menu--mobile .navbar {
        padding: 0; }
  header nav .navbar-collapse {
    justify-content: center; }
    header nav .navbar-collapse .navbar-nav {
      width: 100%;
      justify-content: space-between; }
      @media (max-width: 991px) {
        header nav .navbar-collapse .navbar-nav {
          display: block;
          padding: 10px; } }

section {
  padding: 2.5% 0; }
  section:first-child {
    padding-top: 0; }
  section:nth-child(2) {
    padding-top: 0; }

span.title {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 24px;
  padding-bottom: 2.5%; }
  @media (max-width: 991px) {
    span.title {
      font-size: 16px; } }
  span.title .super {
    font-family: "FontJek", arial, sans-serif;
    font-size: 1.5em;
    vertical-align: super;
    color: #885019; }
    span.title .super.light {
      color: #ffc43a; }
  span.title .strong {
    font-family: "FontJek", arial, sans-serif;
    font-size: 2.5em;
    vertical-align: sub;
    color: #ffc43a; }
    span.title .strong.white {
      color: #fff; }
  span.title .normal {
    display: inline-block;
    position: relative;
    font-size: 1em;
    z-index: 2;
    color: #885019; }
    span.title .normal.light {
      color: #ffc43a; }
  span.title .normal:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 30%;
    height: 100%;
    background-image: url("../text-background-yellow.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: -1; }
  span.title .normal.brown:before {
    background-image: url("../text-background-brown.png"); }

div.content {
  padding-top: 4.75%; }
  div.content.homepage {
    padding-top: 0; }

footer {
  background-color: #ffc43a;
  padding: 2% 0; }
  @media (max-width: 990px) {
    footer {
      padding: 20px 0; } }
  footer p {
    font-size: 0.85rem; }
  footer ul {
    display: flex;
    align-items: center;
    justify-content: center; }
  footer ul li {
    display: inline-block;
    margin: 0 5px; }
  footer .footer__logo {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column; }
    @media (max-width: 990px) {
      footer .footer__logo {
        align-items: center;
        flex-direction: row; } }
    footer .footer__logo img {
      width: 45%;
      margin-bottom: 1%; }
      @media (max-width: 990px) {
        footer .footer__logo img {
          width: 25%; } }
    footer .footer__logo p {
      font-size: 0.8rem; }
      @media (max-width: 991px) {
        footer .footer__logo p {
          text-align: center;
          width: 70%; } }
      @media (min-width: 768px) and (max-width: 990px) {
        footer .footer__logo p {
          font-size: 1.5rem; } }
      @media (max-width: 767px) {
        footer .footer__logo p {
          font-size: 0.75rem; } }
  footer .footer__copyright {
    align-self: center;
    color: #fff; }
    @media (max-width: 990px) {
      footer .footer__copyright {
        text-align: center; } }
  footer .footer__socialmedia {
    align-self: center;
    justify-self: center; }
    @media (max-width: 990px) {
      footer .footer__socialmedia {
        margin: 20px 0; } }
    footer .footer__socialmedia img {
      width: 50px;
      height: 50px; }
      @media (max-width: 990px) {
        footer .footer__socialmedia img {
          width: 30px;
          height: 30px; } }
  footer .footer__malindo {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center; }
    footer .footer__malindo:before {
      content: "";
      outline: 2px solid #895019;
      position: absolute;
      left: 0;
      height: 60%;
      top: 20%; }
    footer .footer__malindo .image-container {
      width: 70%;
      margin-left: auto;
      margin-right: auto;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column; }
      @media (max-width: 767px) {
        footer .footer__malindo .image-container {
          width: 100%; } }
      footer .footer__malindo .image-container img {
        margin-bottom: 5%;
        width: 70%; }
        @media (max-width: 767px) {
          footer .footer__malindo .image-container img {
            width: 50%; } }
      footer .footer__malindo .image-container p {
        font-size: 0.8rem;
        text-align: center; }
        @media (max-width: 767px) {
          footer .footer__malindo .image-container p {
            font-size: 0.5rem; } }
  @media (max-width: 990px) {
    footer p {
      font-size: 0.7rem; } }

.modal#cart-in {
  justify-content: center;
  align-items: center; }
  .modal#cart-in .modal-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    height: 120%;
    background-image: url("../register-background.png");
    background-size: 100% 100%;
    z-index: 1; }
    @media (max-width: 990px) {
      .modal#cart-in .modal-background {
        height: 40%; } }
  .modal#cart-in .modal-dialog {
    width: 50%;
    max-width: none;
    padding-top: 10%; }
    @media (max-width: 990px) {
      .modal#cart-in .modal-dialog {
        width: 100%;
        padding: 10px;
        margin-top: 20%; } }
    @media (min-width: 991px) and (max-width: 1441px) {
      .modal#cart-in .modal-dialog {
        width: 90%; } }
    .modal#cart-in .modal-dialog .modal-header {
      padding: 0;
      border: 0; }
      .modal#cart-in .modal-dialog .modal-header button.close {
        right: -5%;
        top: 0; }
        .modal#cart-in .modal-dialog .modal-header button.close span {
          color: #885019;
          font-size: 3rem; }

.modal#my-cart-modal {
  justify-content: center;
  align-items: center; }
  .modal#my-cart-modal.show {
    display: flex !important; }
  .modal#my-cart-modal .modal-dialog {
    width: 50%;
    max-width: none; }
    @media (max-width: 990px) {
      .modal#my-cart-modal .modal-dialog {
        width: 100%;
        padding: 10px;
        margin-top: 20%; } }
    @media (min-width: 991px) and (max-width: 1441px) {
      .modal#my-cart-modal .modal-dialog {
        width: 90%; } }
    @media (max-height: 700px) {
      .modal#my-cart-modal .modal-dialog {
        margin-top: 10%; } }
    .modal#my-cart-modal .modal-dialog .modal-content {
      border: none;
      padding: 2%; }
      .modal#my-cart-modal .modal-dialog .modal-content .modal-header {
        padding: 0; }
        .modal#my-cart-modal .modal-dialog .modal-content .modal-header button.close {
          right: 2%;
          top: 0; }
          .modal#my-cart-modal .modal-dialog .modal-content .modal-header button.close span {
            color: #885019;
            font-size: 3rem; }
      .modal#my-cart-modal .modal-dialog .modal-content .modal-body {
        max-height: 400px;
        overflow-y: scroll;
        padding: 0 5%; }
        @media (max-width: 990px) {
          .modal#my-cart-modal .modal-dialog .modal-content .modal-body {
            max-height: 200px; } }
      .modal#my-cart-modal .modal-dialog .modal-content .cart__item {
        border-top: 2px solid #fdf5ea;
        padding: 2.5% 0; }
        .modal#my-cart-modal .modal-dialog .modal-content .cart__item:first-child {
          border: none; }
      .modal#my-cart-modal .modal-dialog .modal-content span.title {
        font-family: "FontJek", arial, sans-serif;
        font-size: 2.5em;
        vertical-align: super;
        color: #885019; }
        .modal#my-cart-modal .modal-dialog .modal-content span.title.light {
          color: #ffc43a; }
      .modal#my-cart-modal .modal-dialog .modal-content span.product {
        display: block;
        font-size: 1.5rem;
        font-weight: 600;
        line-height: 1.25em; }
        @media (max-width: 990px) {
          .modal#my-cart-modal .modal-dialog .modal-content span.product {
            font-size: 1.2rem; } }
      .modal#my-cart-modal .modal-dialog .modal-content span.excerpt {
        display: block;
        max-width: 60%;
        padding: 2.5% 0;
        font-weight: 400; }
        @media (max-width: 990px) {
          .modal#my-cart-modal .modal-dialog .modal-content span.excerpt {
            max-width: 100%; } }
      .modal#my-cart-modal .modal-dialog .modal-content span.price {
        font-weight: 400;
        position: relative;
        z-index: 2;
        font-size: 1.25rem;
        font-weight: 600; }
        .modal#my-cart-modal .modal-dialog .modal-content span.price:before {
          content: "";
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background-image: url("../text-background-yellow.png");
          background-repeat: no-repeat;
          background-size: 100% 100%;
          z-index: -1; }
      .modal#my-cart-modal .modal-dialog .modal-content .quantity__container {
        float: right; }
        .modal#my-cart-modal .modal-dialog .modal-content .quantity__container span {
          display: inline-block;
          vertical-align: super; }
      .modal#my-cart-modal .modal-dialog .modal-content .quantity {
        position: relative;
        display: inline-block;
        font-size: 2rem;
        color: #885019;
        padding: 0 10px;
        font-weight: 600; }
      .modal#my-cart-modal .modal-dialog .modal-content input[type="number"]::-webkit-inner-spin-button,
      .modal#my-cart-modal .modal-dialog .modal-content input[type="number"]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0; }
      .modal#my-cart-modal .modal-dialog .modal-content input[type="number"] {
        -moz-appearance: textfield; }
      .modal#my-cart-modal .modal-dialog .modal-content .quantity input {
        position: relative;
        float: left;
        width: 40px;
        height: 30px;
        border: none;
        border-right: 1px solid #885019;
        border-left: 1px solid #885019;
        padding: 2px 5px;
        text-align: center;
        font-weight: 600;
        color: #ffc43a;
        background-color: #fdf5ea; }
      .modal#my-cart-modal .modal-dialog .modal-content .quantity input:focus {
        outline: 0; }
      .modal#my-cart-modal .modal-dialog .modal-content .quantity-button {
        float: left;
        position: relative;
        cursor: pointer;
        border-left: 1px solid #eee;
        width: 40px;
        height: 30px;
        text-align: center;
        color: #333;
        font-size: 13px;
        font-family: "Trebuchet MS", Helvetica, sans-serif !important;
        line-height: 1.7;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none; }
      .modal#my-cart-modal .modal-dialog .modal-content .quantity-button.quantity-up {
        float: left;
        top: 0; }
        .modal#my-cart-modal .modal-dialog .modal-content .quantity-button.quantity-up:before {
          content: "+";
          position: absolute;
          top: 0;
          left: 0;
          font-size: 18px;
          width: 100%;
          height: 100%;
          display: flex;
          align-items: center;
          justify-content: center;
          color: #885019; }
      .modal#my-cart-modal .modal-dialog .modal-content .quantity-button.quantity-down {
        content: "-";
        float: left; }
        .modal#my-cart-modal .modal-dialog .modal-content .quantity-button.quantity-down:before {
          content: "-";
          position: absolute;
          top: 0;
          left: 0;
          font-size: 18px;
          width: 100%;
          height: 100%;
          display: flex;
          align-items: center;
          justify-content: center;
          color: #885019; }
      .modal#my-cart-modal .modal-dialog .modal-content .close {
        position: absolute;
        right: 0;
        top: 0;
        font-weight: bold;
        font-size: 2rem;
        color: #ffc43a;
        opacity: 1; }
      .modal#my-cart-modal .modal-dialog .modal-content .modal-footer {
        display: block;
        position: relative; }
        @media (max-width: 990px) {
          .modal#my-cart-modal .modal-dialog .modal-content .modal-footer {
            padding: 0; } }
        .modal#my-cart-modal .modal-dialog .modal-content .modal-footer span.product-button {
          position: absolute;
          top: 10%;
          right: 0; }
        .modal#my-cart-modal .modal-dialog .modal-content .modal-footer span.addproduct {
          text-decoration: underline;
          cursor: pointer; }
        .modal#my-cart-modal .modal-dialog .modal-content .modal-footer .footer__total {
          border-top: 2px solid #ffc43a;
          padding-top: 20px;
          margin-top: 20px; }
          .modal#my-cart-modal .modal-dialog .modal-content .modal-footer .footer__total span {
            text-transform: uppercase;
            font-weight: 400;
            font-size: 1.25rem; }
            .modal#my-cart-modal .modal-dialog .modal-content .modal-footer .footer__total span.total {
              font-size: 1.5rem;
              margin-left: 20px;
              font-weight: bold; }

.modal#register {
  justify-content: center;
  align-items: center;
  background-color: #fdf5ea; }
  .modal#register.show {
    display: flex !important; }
  .modal#register .modal-content {
    position: relative;
    z-index: 2; }
  .modal#register .modal-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    height: 120%;
    background-image: url("../register-background.png");
    background-size: 100% 100%;
    z-index: 1; }
    @media (max-width: 990px) {
      .modal#register .modal-background {
        height: 40%; } }
  .modal#register .modal-dialog {
    position: relative;
    width: 60%;
    max-width: none; }
    @media (max-width: 990px) {
      .modal#register .modal-dialog {
        width: 100%;
        padding: 10px;
        margin-top: 60%; } }
    @media (min-width: 991px) and (max-width: 1441px) {
      .modal#register .modal-dialog {
        width: 90%; } }
    @media (max-height: 700px) {
      .modal#register .modal-dialog {
        margin-top: 10%; } }
    .modal#register .modal-dialog .modal-content {
      border: none;
      padding: 2%; }
  .modal#register .modal-header {
    position: relative;
    border: none;
    padding: 0;
    z-index: 2; }
    .modal#register .modal-header button.close {
      position: absolute;
      right: 0;
      top: -50px; }
      .modal#register .modal-header button.close span {
        color: #885019;
        font-size: 5rem; }
    .modal#register .modal-header .close {
      font-weight: bold;
      font-size: 5rem;
      color: #ffc43a;
      opacity: 1; }
  .modal#register .modal-body {
    position: relative;
    z-index: 2;
    min-height: 0;
    overflow: auto; }
    .modal#register .modal-body .login {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column; }
      @media (max-width: 991px) {
        .modal#register .modal-body .login {
          display: block; } }
    .modal#register .modal-body .text-title {
      font-size: 1.35rem;
      text-align: center;
      text-transform: uppercase;
      border-bottom: 1px solid #666;
      padding-bottom: 5px;
      margin-bottom: 5px;
      font-weight: bold; }
    .modal#register .modal-body span.title {
      color: #885019;
      text-align: left;
      font-weight: 600; }
      .modal#register .modal-body span.title p {
        font-size: 1.5rem; }
        @media (max-width: 990px) {
          .modal#register .modal-body span.title p {
            font-size: 1.25rem; } }
        .modal#register .modal-body span.title p.strong {
          font-size: 4.25rem;
          color: #885019;
          line-height: 1em;
          margin: 10px 0; }
          @media (max-width: 990px) {
            .modal#register .modal-body span.title p.strong {
              font-size: 2.25rem; } }
        .modal#register .modal-body span.title p.small {
          font-size: 1rem; }
    .modal#register .modal-body input {
      display: block;
      width: 100%;
      border: none;
      margin: 10px 0;
      border-bottom: 1px solid #666;
      color: #885019;
      font-weight: 600;
      padding: 10px 0;
      background-color: transparent; }
      .modal#register .modal-body input[type="submit"] {
        background-color: #895019;
        color: #fff;
        margin: 15px 0;
        padding: 0;
        padding: 3.5px 27.5px;
        border-radius: 20px;
        text-transform: uppercase;
        font-weight: 600; }
        @media (max-width: 990px) {
          .modal#register .modal-body input[type="submit"] {
            font-size: 0.9rem;
            padding: 3.5px 15px;
            width: 100%; } }
    .modal#register .modal-body .checkbox input {
      display: inline;
      width: auto;
      margin: 0; }
    .modal#register .modal-body .loginform__separator {
      display: flex;
      justify-content: center;
      align-items: center;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 1.25rem; }

.whatsapp-button {
  position: fixed;
  right: -5rem;
  bottom: 30%;
  width: 200px;
  border: 2px solid #3aaf48;
  border-radius: 15px;
  z-index: 9999999;
  transform: rotate(-90deg);
  cursor: pointer; }
  @media (max-width: 990px) {
    .whatsapp-button {
      bottom: 7rem; } }
  @media (max-width: 767px) {
    .whatsapp-button {
      border: 0; } }
  .whatsapp-button__icon {
    border-radius: 15px;
    background-color: #3aaf48;
    padding: 0 5px;
    width: 25%;
    float: left; }
    @media (max-width: 767px) {
      .whatsapp-button__icon {
        border-radius: 0;
        background-color: transparent; } }
  .whatsapp-button__text {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3aaf48;
    font-size: 1.1rem;
    width: 75%;
    height: 36px;
    float: left; }
    @media (max-width: 767px) {
      .whatsapp-button__text {
        display: none; } }

#ui-datepicker-div {
  z-index: 4214214 !important; }

/*** RECIPE ***/
@media (max-width: 990px) {
  .content.recipe {
    padding-top: 15%; } }

section.recipe__banner {
  position: relative;
  padding: 0; }
  section.recipe__banner .recipe__banner__image {
    margin: 0; }
    section.recipe__banner .recipe__banner__image img {
      width: 100%;
      position: relative; }
      @media (max-width: 990px) {
        section.recipe__banner .recipe__banner__image img {
          height: 150px;
          object-fit: cover;
          object-position: 50%; } }
    section.recipe__banner .recipe__banner__image:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(125, 62, 0, 0.65); }
  section.recipe__banner .recipe__banner__text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }

section.recipe__listtop .recipe__text {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding: 5%; }
  section.recipe__listtop .recipe__text span.title {
    text-align: left;
    color: #885019;
    line-height: 1.25em;
    padding-bottom: 20px;
    font-size: 1.35rem; }
    section.recipe__listtop .recipe__text span.title::first-line {
      text-transform: uppercase;
      font-weight: bold;
      font-size: 1.1em; }
  section.recipe__listtop .recipe__text span.excerpt {
    font-size: 1rem;
    line-height: 1.25em;
    min-height: 55px; }
section.recipe__listtop .recipe__image img {
  width: 100%; }

section.recipe__listbottom .recipe__listbottom__content .recipe__item {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  border: 2px solid #ffc43a;
  margin-top: 20px; }
  section.recipe__listbottom .recipe__listbottom__content .recipe__item img {
    max-height: 160px;
    overflow: hidden;
    width: 100%; }
    @media (min-width: 768px) and (max-width: 990px) {
      section.recipe__listbottom .recipe__listbottom__content .recipe__item img {
        max-height: 220px;
        object-fit: cover;
        object-position: center; } }
    @media (max-width: 767px) {
      section.recipe__listbottom .recipe__listbottom__content .recipe__item img {
        max-height: 85px;
        object-fit: cover;
        object-position: center; } }
  section.recipe__listbottom .recipe__listbottom__content .recipe__item .recipe__title,
  section.recipe__listbottom .recipe__listbottom__content .recipe__item .recipe__excerpt {
    padding: 10px; }
  section.recipe__listbottom .recipe__listbottom__content .recipe__item .recipe__title {
    font-weight: bold;
    min-height: 90px; }
    @media (max-width: 767px) {
      section.recipe__listbottom .recipe__listbottom__content .recipe__item .recipe__title {
        min-height: 115px; } }
  section.recipe__listbottom .recipe__listbottom__content .recipe__item a.btn {
    margin: 15px 0 15px 10px; }
    @media (max-width: 990px) {
      section.recipe__listbottom .recipe__listbottom__content .recipe__item a.btn {
        width: 80%; } }
section.recipe__listbottom ul.pagination {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.5% 0; }
  section.recipe__listbottom ul.pagination li {
    font-size: 1.1rem;
    font-weight: 400;
    margin: 0 5px; }
    section.recipe__listbottom ul.pagination li.active span {
      font-size: 1.5rem;
      color: #ffc43a; }
    section.recipe__listbottom ul.pagination li:first-child {
      margin: 0 15px;
      font-size: 2rem; }
    section.recipe__listbottom ul.pagination li:last-child {
      margin: 0 15px;
      font-size: 2rem; }

/*** END RECIPE ***/
/*** RECIPE DETAIL ****/
.content.recipe-detail {
  padding-top: 7%; }
  @media (min-width: 1400px) {
    .content.recipe-detail {
      padding-top: 5%; } }
  @media (min-width: 768px) and (max-width: 990px) {
    .content.recipe-detail {
      padding-top: 10%; } }
  @media (max-width: 767px) {
    .content.recipe-detail {
      padding-top: 18%; } }

section.recipedetail__banner {
  background-color: #895019;
  max-height: 400px;
  overflow: hidden; }
  section.recipedetail__banner .recipedetail__banner__image img {
    position: relative;
    bottom: 5%;
    width: 80%;
    margin-left: 10%; }
  @media (max-width: 767px) {
    section.recipedetail__banner .recipedetail__banner__image {
      display: none; } }
  section.recipedetail__banner .recipedetail__banner__text {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    section.recipedetail__banner .recipedetail__banner__text span.strong {
      color: #fff;
      text-align: left;
      display: block;
      font-family: arial;
      font-size: 20px; }
      section.recipedetail__banner .recipedetail__banner__text span.strong::first-line {
        font-family: "FontJek", arial, sans-serif;
        vertical-align: sub;
        font-size: 80px;
        line-height: 1.25em; }
    section.recipedetail__banner .recipedetail__banner__text span.normal {
      display: block;
      color: #fff;
      text-align: left; }
      section.recipedetail__banner .recipedetail__banner__text span.normal:before {
        content: none; }

.recipedetail__title {
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
  color: #885019;
  font-weight: bold;
  padding-bottom: 2.5%; }

section.recipedetail__ingredients {
  padding-top: 2.5%; }
  section.recipedetail__ingredients .recipedetail__title {
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    color: #885019;
    font-weight: bold;
    padding-bottom: 2.5%; }
  section.recipedetail__ingredients .recipedetail__ingredients__image span.title {
    text-align: left;
    font-weight: 600;
    padding: 0;
    line-height: 1.25em; }
  section.recipedetail__ingredients .recipedetail__ingredients__image span.type {
    text-transform: uppercase; }
  section.recipedetail__ingredients .recipedetail__ingredients__image span.weight {
    padding: 5% 0; }
  section.recipedetail__ingredients .recipedetail__ingredients__image a.btn {
    background-color: #ffc43a;
    color: #fff; }
    @media (max-width: 990px) {
      section.recipedetail__ingredients .recipedetail__ingredients__image a.btn {
        margin: 15px 0; } }
  section.recipedetail__ingredients .recipedetail__ingredients__text {
    font-size: 1.15rem;
    font-weight: 600; }

section.recipedetail__howto {
  position: relative; }
  section.recipedetail__howto .recipedetail__howto__item {
    position: relative;
    font-size: 1.15rem;
    font-weight: 600; }
    section.recipedetail__howto .recipedetail__howto__item ul li {
      position: relative;
      margin: 50px 0; }
      section.recipedetail__howto .recipedetail__howto__item ul li:nth-child(1):before {
        content: "Step 1";
        position: absolute;
        top: -40px;
        color: #ffc43a;
        font-size: 2rem; }
        @media (max-width: 990px) {
          section.recipedetail__howto .recipedetail__howto__item ul li:nth-child(1):before {
            top: -50px; } }
      section.recipedetail__howto .recipedetail__howto__item ul li:nth-child(2):before {
        content: "Step 2";
        position: absolute;
        top: -40px;
        color: #ffc43a;
        font-size: 2rem; }
        @media (max-width: 990px) {
          section.recipedetail__howto .recipedetail__howto__item ul li:nth-child(2):before {
            top: -50px; } }
      section.recipedetail__howto .recipedetail__howto__item ul li:nth-child(3):before {
        content: "Step 3";
        position: absolute;
        top: -40px;
        color: #ffc43a;
        font-size: 2rem; }
        @media (max-width: 990px) {
          section.recipedetail__howto .recipedetail__howto__item ul li:nth-child(3):before {
            top: -50px; } }
      section.recipedetail__howto .recipedetail__howto__item ul li:nth-child(4):before {
        content: "Step 4";
        position: absolute;
        top: -40px;
        color: #ffc43a;
        font-size: 2rem; }
        @media (max-width: 990px) {
          section.recipedetail__howto .recipedetail__howto__item ul li:nth-child(4):before {
            top: -50px; } }
      section.recipedetail__howto .recipedetail__howto__item ul li:nth-child(5):before {
        content: "Step 5";
        position: absolute;
        top: -40px;
        color: #ffc43a;
        font-size: 2rem; }
        @media (max-width: 990px) {
          section.recipedetail__howto .recipedetail__howto__item ul li:nth-child(5):before {
            top: -50px; } }
      section.recipedetail__howto .recipedetail__howto__item ul li:nth-child(6):before {
        content: "Step 6";
        position: absolute;
        top: -40px;
        color: #ffc43a;
        font-size: 2rem; }
        @media (max-width: 990px) {
          section.recipedetail__howto .recipedetail__howto__item ul li:nth-child(6):before {
            top: -50px; } }
      section.recipedetail__howto .recipedetail__howto__item ul li:nth-child(7):before {
        content: "Step 7";
        position: absolute;
        top: -40px;
        color: #ffc43a;
        font-size: 2rem; }
        @media (max-width: 990px) {
          section.recipedetail__howto .recipedetail__howto__item ul li:nth-child(7):before {
            top: -50px; } }
      section.recipedetail__howto .recipedetail__howto__item ul li:nth-child(8):before {
        content: "Step 8";
        position: absolute;
        top: -40px;
        color: #ffc43a;
        font-size: 2rem; }
        @media (max-width: 990px) {
          section.recipedetail__howto .recipedetail__howto__item ul li:nth-child(8):before {
            top: -50px; } }
      section.recipedetail__howto .recipedetail__howto__item ul li:nth-child(9):before {
        content: "Step 9";
        position: absolute;
        top: -40px;
        color: #ffc43a;
        font-size: 2rem; }
        @media (max-width: 990px) {
          section.recipedetail__howto .recipedetail__howto__item ul li:nth-child(9):before {
            top: -50px; } }
      section.recipedetail__howto .recipedetail__howto__item ul li:nth-child(10):before {
        content: "Step 10";
        position: absolute;
        top: -40px;
        color: #ffc43a;
        font-size: 2rem; }
        @media (max-width: 990px) {
          section.recipedetail__howto .recipedetail__howto__item ul li:nth-child(10):before {
            top: -50px; } }

section.recipedetail__social {
  background-color: #fdf5ea;
  font-weight: 600; }
  section.recipedetail__social .recipedetail__social__socialmedia {
    margin-left: 5%; }
  section.recipedetail__social img {
    width: 40px;
    height: 40px; }
  section.recipedetail__social p.title {
    font-size: 1.5rem;
    padding: 10px 0; }
  section.recipedetail__social .social__detail {
    display: flex;
    align-items: center;
    justify-content: center; }
  section.recipedetail__social .recipedetail__social__comment input[type="text"] {
    width: 100%;
    border: none;
    padding: 10px; }
  section.recipedetail__social .recipedetail__social__comment .comment__item {
    padding: 10px 0; }
    section.recipedetail__social .recipedetail__social__comment .comment__item p.content {
      font-weight: 400; }

/*** END RECIPE DETAIL ***/

/*# sourceMappingURL=recipe.css.map */
