@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;
  -webkit-transform: scaleX(-1);
          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;
  -webkit-transition: 0.33s linear;
  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;
  -webkit-transition: 0.33s linear;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 991px) {
  header .header__menu {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

header .header__menu .navbar {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header nav .navbar-collapse .navbar-nav {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer ul li {
  display: inline-block;
  margin: 0 5px;
}

footer .footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 990px) {
  footer .footer__logo {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            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 {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  color: #fff;
}

@media (max-width: 990px) {
  footer .footer__copyright {
    text-align: center;
  }
}

footer .footer__socialmedia {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column-align: 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal#my-cart-modal.show {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fdf5ea;
}

.modal#register.show {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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;
  -webkit-transform: rotate(-90deg);
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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;
}

/*** PRODUCT ****/
.content.product {
  padding-top: 0;
}

section.product__quality {
  position: relative;
  background-color: #fdf5ea;
  padding-top: 7.5%;
}

@media (min-width: 768px) and (max-width: 990px) {
  section.product__quality {
    padding-top: 15%;
  }
}

@media (max-width: 767px) {
  section.product__quality {
    padding-top: 25%;
  }
}

section.product__quality .container {
  position: relative;
}

section.product__quality .top-section {
  position: relative;
  z-index: 4;
}

section.product__quality .top-section .quality__image {
  position: relative;
  z-index: 4;
}

section.product__quality .bottom-section {
  position: relative;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: #fdf5ea;
}

@media (max-width: 990px) {
  section.product__quality .bottom-section {
    position: relative;
  }
}

section.product__quality .bottom-section ul.quality__text li {
  position: relative;
  display: inline-block;
  width: 50%;
  float: left;
  margin: 20px 0;
}

@media (max-width: 990px) {
  section.product__quality .bottom-section ul.quality__text li {
    width: 100%;
    float: none;
  }
}

section.product__quality .bottom-section ul.quality__text li:before {
  content: attr(data-number);
  position: absolute;
  top: -70%;
  left: 0;
  z-index: -1;
  font-size: 4em;
  font-weight: bold;
  color: rgba(249, 201, 125, 0.75);
}

section.product__quality .bottom-section ul.quality__text li span {
  padding-left: 5%;
}

section.product__quality .bottom-section ul.quality__text li span.title {
  text-align: left;
  line-height: 1.25em;
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
}

section.product__quality .bottom-section ul.quality__text li span.content {
  font-size: 1rem;
  font-weight: 400;
  -webkit-appearance: textfield;
}

section.product__quality .bottom-section .quality__button {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

section.product__list {
  padding: 2.5% 0;
}

section.product__list .product__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 2px solid #ffc43a;
  margin: 15px 0;
}

section.product__list .product__item .product__item__title,
section.product__list .product__item .product__item__excerpt {
  padding: 0 20px;
}

@media (max-width: 990px) {
  section.product__list .product__item .product__item__title,
  section.product__list .product__item .product__item__excerpt {
    padding: 0 5px;
  }
}

section.product__list .product__item .product__item__title {
  font-size: 1.5rem;
  width: 100%;
  text-align: center;
  font-weight: 800;
  padding-top: 10px;
  padding-bottom: 0;
  line-height: 1.25em;
  min-height: 70px;
}

@media (min-width: 768px) and (max-width: 990px) {
  section.product__list .product__item .product__item__title {
    min-height: 40px;
  }
}

@media (max-width: 767px) {
  section.product__list .product__item .product__item__title {
    min-height: 110px;
  }
}

section.product__list .product__item .product__item__type {
  font-size: 1rem;
  width: 100%;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  padding: 5px 20px;
  min-height: 55px;
}

@media (max-width: 990px) {
  section.product__list .product__item .product__item__type {
    padding: 5px;
    min-height: 50px;
  }
}

section.product__list .product__item .product__item__excerpt {
  text-align: center;
  font-weight: 400;
  padding-top: 5px;
  min-height: 215px;
}

@media (max-width: 990px) {
  section.product__list .product__item .product__item__excerpt {
    min-height: 145px;
    padding: 0 8%;
  }
}

@media (max-width: 767px) {
  section.product__list .product__item .product__item__excerpt {
    min-height: 290px;
  }
}

section.product__list .product__item a.btn {
  margin: 15px 0;
  padding: 0;
  padding: 5px 27.5px;
  border-radius: 20px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.9rem;
  margin: 15px 0;
  width: 90%;
  margin-left: 5%;
}

section.product__list .product__item a.btn.button-yellow {
  background-color: #ffc43a;
  color: #fff;
}

@media (max-width: 990px) {
  section.product__list .product__item a.btn {
    font-size: 0.78rem;
    padding: 3.5px 15px;
    width: 100%;
  }
}

@media (max-width: 990px) {
  section.product__list .product__item a.btn {
    width: 80%;
    margin: 15px 0 15px 10px;
    font-size: 0.55rem;
  }
}

section.product__list .product__item button.btn {
  margin: 15px 0;
  padding: 0;
  padding: 5px 27.5px;
  border-radius: 20px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.9rem;
  margin: 15px 0;
  width: 90%;
  margin-left: 5%;
}

section.product__list .product__item button.btn.button-yellow {
  background-color: #ffc43a;
  color: #fff;
}

@media (max-width: 990px) {
  section.product__list .product__item button.btn {
    font-size: 0.78rem;
    padding: 3.5px 15px;
    width: 100%;
  }
}

@media (max-width: 990px) {
  section.product__list .product__item button.btn {
    width: 80%;
    margin: 15px 0 15px 10px;
    font-size: 0.55rem;
  }
}

/*** END PRODUCT ****/
/*# sourceMappingURL=product.css.map */