* {
  padding: 0;
  margin: 0;
}
body {
  font-family: "Montserrat", sans-serif;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

@font-face {
  font-family: "Optima";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/optima/OptimaLTPro-Roman.otf") format("woff");
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Optima";
}

input:focus-visible,
textarea:focus-visible {
  outline: none;
}

.uppercase {
  text-transform: uppercase;
}

.paddingt-default {
  padding-top: 70px;
}
.paddingb-default {
  padding-bottom: 70px;
}
.margint-default {
  margin-top: 70px;
}
.marginb-default {
  margin-bottom: 70px;
}

.border-radius-all {
  border-radius: 7px;
}

.title-style {
  font-size: 35px;
  line-height: 39px;
  color: #591218;
  margin-bottom: 15px;
}

.title-style.white {
  color: #fff;
}

.title-style.dark {
  color: #292929;
}

.title-style--small {
  color: #292929;
  font-size: 25px;
  font-weight: 400;
  line-height: 28px;
}

.title-style--big {
  font-size: 40px;
  font-weight: 400;
  line-height: 56px;
  z-index: 1;
  position: relative;
}

.title-style--bigger {
  font-size: 80px;
  font-weight: 400;
  line-height: 89px;
}

.title-style--bigger span {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  line-height: 48.76px;
}

.title-style--big.brown {
  color: #b05a3f;
}

.txt-style p {
  color: #292929;
  font-size: 16px;
  font-weight: 300;
}

.txt-style.white p {
  color: #fff;
}

.btn--know-more {
  color: #292929;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 0;
  position: relative;
  padding: 0;
}

.btn--know-more::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #b05a3f;
  position: absolute;
  left: 0;
  bottom: -5px;
}

.btn--know-more.white::after {
  background: #fff;
}

.btn--know-more.white {
  color: #fff;
}

.btn--know-more:hover {
  opacity: 0.8;
}

.img__absolute {
  position: absolute;
  height: 100%;
  width: 50%;
  object-fit: cover;
}

.img__absolute.left {
  left: 0;
}

.img__absolute.right {
  right: 0;
}

.woocommerce-page .img__absolute {
  height: 100%;
}

.breadcrumb {
  font-size: 15px;
  font-weight: 300;
  line-height: 18px;
  margin-bottom: 0;
  color: #4d4d4e;
}

.breadcrumb a {
  color: #4d4d4e;
  text-decoration: none;
}

.btn--brown {
  background: #b05a3f;
  border-radius: 8px;
  padding: 8px;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  color: #fff;
  text-transform: uppercase;
  border: none;
  transition: all ease 0.3s;
}

.btn--brown:hover {
  background: #4b4342;
  color: #fff;
}

/* header */

.upbar {
  text-transform: uppercase;
  border-bottom: 1px solid #ebe7e7;
  padding: 8px 30px;
  font-size: 11px;
  letter-spacing: 0.5px;
  background-color: #400308;
  color: #fff;
}

.fixed-top {
  top: 30px;
  transition: all ease 0.4s;
}
.fixed-top.scrolled {
  transition: all ease 0.4s;
  top: -100px;
}

header {
  background: #f7f2ee;
  transition: all ease 0.4s;
  box-shadow: 0px 4px 4px 0px #0000000d;
}

.top-menu {
  background: #591218;
  padding: 30px 0;
}

.top-menu__items {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top-menu__search {
  width: 50%;
}

.top-menu__search form {
  display: flex;
  background: #ffffff;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(85, 85, 85, 0.5);
  padding: 0 15px;
  gap: 10px;
  width: 100%;
}

.top-menu__search input,
.top-menu__search button {
  background: transparent;
  border: none;
  height: 37px;
}

.top-menu__search input {
  width: 95%;
}

.top-menu__search button {
  width: 5%;
}

.top-menu__link {
  position: relative;
}

.top-menu__link a {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  text-decoration: none;
}

.button-style {
  padding: 10px;
  border-radius: 7px;
  background-color: #ffbb51;
  color: #591218 !important;
  font-weight: bold !important;
}

.nav-item,
.menu-item {
  margin: 0 8px;
  position: relative;
}

.menu-item a {
  color: #42180b;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  text-transform: uppercase;
  margin: 0 2px;
  text-decoration: none;
  padding: 0 0.5rem;
}

.menu-item a:hover {
  color: #42180b;
}

.menu-item a.active {
  font-weight: 600;
}

.bag-counter {
  position: absolute;
  bottom: -8px;
  left: -8px;
  width: 19px;
  height: 19px;
  background: #ffbb51;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 600;
  color: #591218;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* MEGAMENU */

.megamenu {
  overflow: hidden;
  background-color: #f7f2ee;
  display: flex;
  width: 100%;
  justify-content: center;
}

.megamenu a:hover {
  transition: all ease 0.3s;
  color: #591218;
  opacity: 0.8;
}

.megamenu__dropdown,
.megamenu__item {
  padding: 15px 0;
}

.megamenu__dropdown:hover .dropdown__content {
  display: block;
}

.dropdown__content {
  display: none;
  position: absolute;
  background-color: #f7f2ee;
  width: 100%;
  left: 0;
  z-index: 1;
  top: 54px;
  border-top: 1px solid #591218;
}

.megamenu__item-link {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: #591218;
  text-decoration: none;
  position: relative;
  padding: 0 30px;
}

.megamenu__item-link.benefit {
  font-weight: 700;
  color: #ad5437;
}

.megamenu__item-link:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 18px;
  background: #591218;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.megamenu li:last-child .megamenu__item-link:after {
  content: none;
}

.dropdown__title {
  font-size: 35px;
  font-weight: 550;
  line-height: 32px;
  color: #591218;
  font-family: "Optima";
  text-decoration: none;
}

.dropdown__see-all {
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  color: #591218;
}

.dropdown__list,
.dropdown__images {
  padding: 30px;
}

.dropdown__links li {
  margin-top: 18px;
}

.dropdown__links li a {
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  color: #591218;
  text-decoration: none;
}

.dropdown__images {
  background: #591218;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

.dropdown__images img {
  height: 100% !important;
  object-fit: cover;
}

.space-menu {
  height: 161px;
}

/* product */

.product__item {
  margin-top: 20px;
  position: relative;
  padding-bottom: 10px;
  border: 2px solid #eff3f5;
}

.product__item img {
  height: 200px;
  object-fit: contain;
}
.product__item a {
  text-decoration: none;
}

.product__item p {
  margin-bottom: 0;
}

.product__item .add_to_cart_button {
  background-color: #39824b;
  color: #ffffff;
  padding: 10px;
  border-radius: 7px;
  width: 100%;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  transition: all ease 0.8s;
}
.product__item .add_to_cart_button:hover {
  background-color: #591218;
  transition: all ease 0.8s;
}

.product--title {
  color: #591218;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  height: 40px;
}
.product--excerpt {
  height: 40px;
}
.product--excerpt p {
  color: #292929;
  font-size: 14px;
  font-weight: 300;
  margin: 0;
}

.product--price .woocommerce-Price-currencySymbol {
  font-size: 16px;
  font-weight: normal;
  margin-right: 3px;
}
.product--price {
  color: #000;
  font-size: 18px;
  font-weight: bold;
}

.custom-qty {
  display: inline-flex;
  align-items: center;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  height: 42px;
}

.custom-qty .qty-btn {
  width: 38px;
  height: 42px;
  border: 0;
  background: #f5f5f5;
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-qty .qty-input {
  width: 42px;
  height: 42px;
  border: 0;
  text-align: center;
  outline: none;
  font-size: 15px;
  -moz-appearance: textfield;
}

.custom-qty .qty-input::-webkit-outer-spin-button,
.custom-qty .qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* product intern */

/* gallery */

.bs-overlay {
  display: inline-block;
  position: relative;
  max-width: 100%;
  vertical-align: middle;
  overflow: hidden;
  margin: 0;
}

.slider-nav-thumbnails .slick-slide {
  cursor: pointer;
  outline: none;
}

.slider-nav-thumbnails .slick-slide.slick-current.slick-active {
  opacity: 1;
}

.slider-nav-thumbnails .slick-slide img {
  margin: 10px;
  background: transparent;
}

.slider-nav-thumbnails .slick-slide.slick-current.slick-active img {
  opacity: 1;
}
.slider-nav-thumbnails img {
  margin: 0 5px;
  opacity: 0.8;
  width: 100px;
  height: 100px;
}

.slider-nav-thumbnails .slick-track {
  width: 100% !important;
}

.product-intern-sub {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #42180b;
}

.product-intern-sub.brown {
  color: #b05a3f;
}

.product-itern__description {
  border-bottom: 1px solid #42180b;
  border-top: 1px solid #42180b;
  padding-top: 15px;
  margin: 15px 0;
}

.product-itern--price {
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
  color: #de9a66;
}

.freight-simulation {
  background: #eeeeee;
  border-radius: 10px;
  padding: 20px;
}

.freight-simulation input {
  border: none;
  border-radius: 10px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 300;
  color: rgba(29, 29, 29, 0.5);
  width: 100%;
}

.product-count p {
  color: #b05a3f;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  margin: 0;
}

.btn--brown.buy {
  width: 35%;
}

.product-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
}

.product-banner__overlay {
  position: absolute;
  width: 100%;
}

.product-banner p {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  z-index: 1;
  position: relative;
}

.product-banner__icon {
  position: absolute;
  left: -78px;
}

.product-benefits-tile {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.product-icons {
  width: 55px;
}

.product-icons.quality {
  width: 48px;
}

.table__img {
  border-radius: 20px;
  background: #fff;
  padding: 20px;
}

/* home */

#mainBanner .carousel-indicators [data-bs-target] {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 2px solid #f7f2ee;
  background: transparent;
  opacity: 1;
}

#mainBanner .carousel-indicators .active {
  background-color: #f7f2ee;
}

.home-category {
  background:
    linear-gradient(270deg, rgba(0, 0, 0, 0.52) 0.83%, rgba(0, 0, 0, 0) 100%),
    url("../images/home-categ-banner.jpg");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 46px 0;
  min-height: 400px;
  display: flex;
  align-items: center;
}

.home-category-overlaid {
  position: relative;
  display: flex;
  align-items: center;
}

.category-home__img {
  width: 80%;
}

.category-home__img.about {
  display: block;
  margin-left: auto;
}

.category-home__card {
  position: absolute;
  background: #f8f8f8;
  padding: 40px 50px;
  width: 35%;
}

.category-home__card.right {
  right: 0;
}

.category-home__card.left {
  left: 0;
}

/* FOOTER */

.footer-instagram h2 {
  font-size: 28px;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 30px;
}

.footer-instagram h2 a {
  color: #4b4342;
  text-decoration: none;
}

.footer-instagram h2:hover {
  opacity: 0.8;
}

.footer-instagram img {
  object-fit: cover;
}

footer a {
  text-decoration: none;
  transition: all ease 0.3s;
}

footer a:hover {
  opacity: 0.8;
}

footer nav ul {
  list-style: url("../images/icon-arrow-right.png");
}

footer li {
  line-height: 28px;
  font-size: 14px;
}

footer nav li {
  font-weight: 300;
}

footer nav li a,
footer nav li a:hover {
  color: #344556;
}

.footer-infos li {
  font-weight: 400;
}

.footer-infos li a {
  color: #292929;
}

.footer-map iframe {
  width: 100%;
  height: 87px;
}

.footer-social {
  background: #ad5437;
  padding: 20px 0;
}

.footer-social ul {
  display: flex;
  gap: 15px;
  justify-content: center;
}

.social__circle {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease 0.3s;
}

.footer-social li:hover .social__circle {
  background: #de9a66;
}

.footer-copyright {
  padding: 15px 0;
}

.footer-copyright p {
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 17px;
  color: #ad5437;
}

/* CATEGORY */

.category-top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.category-select {
  border: 1px solid #b05a3f;
  border-radius: 5px;
  padding: 4px 12px;
  color: #b05a3f;
  font-size: 15px;
  font-weight: 400;
}

.page-link {
  border: none;
  font-size: 14px;
  font-weight: 300;
  line-height: 17px;
  color: #42180b;
  padding: 0 20px;
}

.page-link.active {
  font-weight: 700;
}

.page-link:hover,
.page-link:focus {
  background: transparent;
  color: #42180b;
  border: none;
  font-weight: 700;
  box-shadow: none;
}

/* CONTATO */

aside .nav-link {
  color: #292929;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-transform: unset;
  padding: 5px 0;
}

aside .nav-link:hover {
  color: #292929;
}

aside .nav-link.active {
  font-weight: 600;
}

.contact-form input:not([type="submit"]),
.contact-form textarea {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #5f2411;
  padding: 10px 12px;
  font-size: 14px;
  font-weight: 300;
  color: rgba(29, 19, 29, 0.5);
  margin-bottom: 25px;
}

.contact-form p {
  margin: 0;
}

.contact-form input[type="submit"] {
  width: 318px;
  margin-top: 10px;
}

.contact-form textarea {
  height: 105px;
}

.contact-form .wpcf7-spinner {
  display: block;
}

/* INSTITUCIONAL */

.chocolates-types li {
  margin: 30px 0;
}

.chocolates-types h3 {
  color: #292929;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 15px;
}

.chocolates-types h3::before {
  content: url("../images/icon-check.png");
}

.our-team__img {
  height: 68%;
  object-fit: cover;
  margin: 30px 0;
  width: 100%;
}

@media (max-width: 1200px) and (min-width: 992px) {
  .nav-item {
    margin: 0 4px;
  }

  .menu-item a {
    margin: 0;
    font-size: 12px;
  }
}

@media (max-width: 992px) {
  .top-menu {
    padding: 15px 0;
  }

  .menu-mobile-lines {
    width: 18px;
    height: 3px;
    background: #fff;
    position: relative;
  }

  .menu-mobile-lines::before,
  .menu-mobile-lines::after {
    content: "";
    height: 3px;
    background: #fff;
    right: left;
    position: absolute;
  }

  .menu-mobile-lines::before {
    bottom: 6px;
    width: 25px;
  }

  .menu-mobile-lines::after {
    top: 6px;
    width: 10px;
  }

  .bag-counter {
    background: #42180b;
    color: #fff;
  }

  .top-menu__search {
    width: 100%;
    margin: 12px 0;
  }

  .top-menu__search form {
    padding: 0 2px;
  }

  .top-menu__search input {
    width: 88%;
  }

  .top-menu__search button {
    width: 12%;
  }

  .dropdown-menu.show {
    position: static;
    background: transparent;
    border: none;
    padding: 2px;
  }

  .top-menu__logo {
    width: 25%;
  }

  .top-menu__link img {
    width: 20px;
  }

  .top-menu__link a {
    font-size: 12px;
    line-height: 13px;
  }

  .space-menu {
    height: 176px;
  }

  .category-home__card {
    padding: 25px;
  }

  .table__banner {
    height: 800px !important;
    object-fit: cover;
  }
}

@media (max-width: 768px) {
  .paddingt-default {
    padding-top: 50px;
  }

  .paddingb-default {
    padding-bottom: 50px;
  }

  .margint-default {
    margin-top: 50px;
  }

  .marginb-default {
    margin-bottom: 50px;
  }

  .title-style {
    font-size: 30px;
    line-height: 38px;
  }

  .title-style--small,
  .title-style--bigger span {
    font-size: 22px;
  }

  .title-style--big {
    font-size: 40px;
    line-height: 48px;
  }

  .title-style--bigger {
    font-size: 50px;
    line-height: 48px;
  }

  .category-home__card {
    width: 80%;
    margin-top: -30px;
    z-index: 1;
    position: relative;
  }

  .category-home__img {
    width: 100%;
  }

  .home-category-overlaid {
    flex-direction: column;
  }

  .img__absolute {
    position: unset;
    width: 100%;
    height: 300px;
  }

  .category-select,
  .breadcrumb {
    font-size: 13px;
  }

  .product-banner {
    justify-content: unset;
  }

  .product-banner p {
    font-size: 16px;
    line-height: 20px;
  }

  .product-banner__overlay {
    padding-top: 80px;
  }

  .product-banner__icon {
    left: 0;
  }

  .table__banner {
    height: 495px !important;
  }

  .contact-form input[type="submit"] {
    width: 140px;
  }

  footer nav ul {
    padding-left: 1rem;
  }
}

.whatsapp-float {
  position: fixed;
  bottom: 10px;
  right: 13px;
  z-index: 9999;
  background-color: #25d366;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
  text-decoration: none;
}
.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 2px 4px 16px rgba(0, 0, 0, 0.4);
}
.whatsapp-float__tooltip {
  position: absolute;
  right: 70px;
  background: #25d366;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  padding: 6px 12px;
  border-radius: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
}
.whatsapp-float:hover .whatsapp-float__tooltip {
  opacity: 1;
}

.floating-cart-button {
  bottom: 81px !important;
  right: 17px !important;
}

.cc-page-title {
  font-size: 35px;
  line-height: 39px;
  color: #591218;
  margin-bottom: 15px;
}
