h1 {
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Xanhmono, Georgia, sans-serif;
  color: #a88a4f;
  font-size: 80px;
  line-height: 80px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

h2 {
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Xanhmono, Georgia, sans-serif;
  color: #a88a4f;
  font-size: 80px;
  line-height: 80px;
  font-weight: 400;
  text-transform: uppercase;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Wrightdeco, 'Times New Roman', sans-serif;
  color: #a88a4f;
  font-size: 17px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
}

p {
  margin-bottom: 10px;
  font-family: Wrightdeco, 'Times New Roman', sans-serif;
  color: #a88a4f;
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
}

a {
  text-decoration: underline;
}

img {
  display: inline-block;
  max-width: 100%;
}

.section {
  min-height: 100vh;
  background-color: #453f24;
}

.section.text-intro {
  position: relative;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

.section.home-product {
  position: relative;
  display: flex;
  min-height: 140vh;
  padding-top: 0px;
  padding-bottom: 90px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

.section.twin {
  display: flex;
  min-height: 140vh;
  padding-top: 50px;
  padding-bottom: 50px;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

.section.values {
  display: flex;
  min-height: 160vh;
  padding-top: 50px;
  padding-bottom: 50px;
  flex-direction: column;
  justify-content: center;
  background-color: #453f24;
  text-align: center;
}

.section.hero {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: auto;
  background-color: #000;
}

.section.twin {
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  justify-content: center;
  background-color: #fff;
}

.section.twin._2 {
  flex-direction: row-reverse;
}

.section.footer {
  position: relative;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  padding: 60px;
  justify-content: center;
  align-items: center;
  background-color: #453f24;
}

.section.style {
  padding: 100px;
  background-color: transparent;
  text-align: center;
}

.section.product-bitter {
  position: relative;
  display: flex;
  padding-right: 10%;
  padding-left: 10%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

.section.product-details {
  background-color: #fff;
}

.section.discover-more {
  margin-top: 30px;
  padding: 10%;
  background-color: #f7f5ef;
  text-align: center;
}

.container {
  display: flex;
  max-width: 860px;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.brief-p {
  max-width: 30ch;
  font-family: Wrightdeco, 'Times New Roman', sans-serif;
  color: #a88a4f;
  font-weight: 400;
  text-align: center;
}

.brief-p.white-c {
  max-width: 26ch;
  color: #fff;
}

.home-product-img {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  height: 75vh;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.li-text {
  margin-bottom: 10px;
  font-family: Wrightdeco, 'Times New Roman', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.li-text.products {
  min-width: 150px;
  padding-left: 5px;
  color: #a88a4f;
}

.product-li {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 40px;
  color: #fff;
  font-size: 24px;
}

.product-li.products {
  padding-top: 4px;
  padding-left: 30px;
  color: #a88a4f;
}

.product-container {
  display: flex;
  min-width: 90%;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 20px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #a88a4f;
}

.twin-left {
  display: flex;
  width: 50%;
  padding-top: 120px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.twin-right {
  width: 50%;
  padding-right: 50px;
  padding-left: 50px;
}

.twin-right.footer {
  max-width: 700px;
  min-width: 600px;
  padding-right: 80px;
  padding-left: 80px;
}

.twin-left-img {
  position: relative;
  z-index: 997;
  display: flex;
  width: 24vw;
  margin-bottom: 25px;
  justify-content: center;
  align-items: center;
}

.twin-left-img.portrait {
  border-radius: 11px;
  background-image: url('../images/BITTER-DETTAGLIO_GUMMY.jpg');
  background-position: 50% 0%;
  background-size: cover;
  transform: perspective(1529px) rotateX(-17deg) rotateY(0deg) rotateZ(0deg) perspective(2000px);
  transform-style: preserve-3d;
}

.values-top-img {
  position: relative;
  z-index: 999;
  width: 80vw;
  max-width: 600px;
  margin-bottom: -10px;
}

.values-gallery-container {
  display: flex;
  width: 90vw;
  height: 35vw;
  flex-direction: row;
  align-items: center;
}

.gallery-col {
  overflow: hidden;
  width: 50%;
  height: 35vw;
  margin-right: 5px;
  margin-left: 5px;
  padding-right: 0px;
  padding-left: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.gallery-col.vertical {
  width: 25%;
  height: 30vw;
}

.gallery-col.vertical._1 {
  background-image: url('../images/BITTER-DETTAGLIO_GUMMY_1.jpg');
  background-position: 43% 20%;
  background-size: 1120px;
}

.gallery-col.vertical._3 {
  background-image: url('../images/BITTER-DETTAGLIO_GUMMY_1.jpg');
  background-position: 50% 61%;
  background-size: 1120px;
}

.gallery-col._2 {
  padding-left: 0px;
  background-image: url('../images/APERITIVO-DETTAGLIO-GUMMY.jpg');
  background-position: 52% 40%;
  background-size: cover;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: flex;
  padding: 20px;
  justify-content: space-between;
  background-color: hsla(0, 0%, 86.7%, 0);
  color: #fff;
}

.left-nav {
  width: 10%;
  margin: 20px 23vw 20px 20px;
}

.left-nav.w--current {
  width: 20%;
  margin: auto;
  clear: left;
}

.nav-link {
  margin-right: 60px;
  margin-left: 60px;
  padding: 0px;
  flex: 0 auto;
  font-family: Wrightdeco, 'Times New Roman', sans-serif;
  color: #a88a4f;
  font-size: 18px;
}

.nav-link:hover {
  color: #c2aa7a;
}

.nav-link.w--current {
  color: #453f24;
}

.centred-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}

.vertical-separator {
  width: 1px;
  height: 500px;
  background-color: #a88a4f;
}

.values-col-box {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  -ms-grid-row-align: center;
  align-self: center;
}

.values-container {
  display: flex;
  width: 80vw;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer-li {
  width: 60%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 0px;
  float: left;
  flex-direction: row;
  color: #fff;
  font-size: 24px;
}

.footer-li.right {
  position: static;
  display: block;
  width: 40%;
}

.horizontal-separator {
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  float: left;
  background-color: #fff;
}

.white {
  width: 100%;
  color: #fff;
  text-align: left;
}

.swatch-2 {
  width: 200px;
  height: 200px;
  background-color: #453f24;
}

.swatch-1 {
  width: 200px;
  height: 200px;
  background-color: #a88a4f;
}

.image-footer {
  padding-right: 60px;
  padding-bottom: 40px;
}

.bitter-bottle {
  position: relative;
  overflow: hidden;
  width: 60%;
}

.productpage-img {
  position: absolute;
  left: 0%;
  top: 30vh;
  right: 0%;
  bottom: auto;
  display: block;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.product-details-title {
  margin-bottom: 0px;
  padding-top: 75px;
  padding-bottom: 75px;
  border-top: 1px solid #a88a4f;
  border-bottom: 1px solid #a88a4f;
  font-size: 100px;
  line-height: 88px;
  text-align: center;
}

.product-details-title.location {
  margin-top: 75px;
}

.recipe-info {
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
}

.recipe-image-box {
  z-index: 998;
  width: 100%;
  height: 100%;
  float: right;
}

.product-col {
  width: 25%;
  min-height: 200px;
  margin-right: 44px;
  margin-left: 44px;
  text-align: center;
}

.product-cols-container {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 14%;
  display: flex;
  width: 100%;
  padding-right: 5%;
  padding-left: 5%;
  flex-direction: row;
  justify-content: space-between;
}

.product-col-img {
  height: 70px;
  margin-bottom: 20px;
}

.product-col-img._2 {
  height: 60px;
  margin-bottom: 37px;
}

.openning-img {
  position: relative;
  z-index: 0;
  max-width: 100vw;
}

.related-box {
  position: relative;
  display: flex;
  width: 23vw;
  justify-content: center;
  align-items: center;
}

.right-nav {
  display: flex;
  width: 20%;
  padding-top: 0px;
  justify-content: flex-end;
  align-items: center;
  font-family: Wrightdeco, 'Times New Roman', sans-serif;
  color: #a88a4f;
  font-size: 18px;
}

.discover-more-title {
  margin-bottom: 90px;
}

.nested-img {
  position: absolute;
  left: auto;
  top: -8%;
  right: -16%;
  bottom: auto;
  z-index: 999;
  width: 165px;
}

.recipe-details {
  margin-bottom: 24px;
  float: right;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.video {
  z-index: 998;
  width: 100%;
  height: 100%;
  max-width: 1000px;
}

.footer-link {
  opacity: 1;
  color: #fff;
  text-decoration: none;
}

.footer-link:hover {
  border-bottom: 1px solid #a88a4f;
  opacity: 1;
}

.values-column {
  padding-right: 30px;
  padding-left: 40px;
}

.product-name {
  position: absolute;
  left: auto;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 998;
  max-width: 65vw;
  margin-top: 4vh;
}

.product-name.bitter {
  max-width: 60vw;
  margin-top: 10vh;
}

.nav-img {
  height: 100px;
  padding-top: 14px;
  padding-left: 20px;
}

.nav-img:hover {
  opacity: 0.75;
  mix-blend-mode: normal;
}

.new-navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  background-color: transparent;
  font-family: Wrightdeco, 'Times New Roman', sans-serif;
  color: #a88a4f;
  font-size: 17px;
  line-height: 21px;
  font-weight: 400;
}

.brand {
  display: inline-block;
  width: 20%;
}

.nav-menu {
  display: inline-block;
  width: 80%;
  height: 100px;
  float: left;
}

.nav-centre {
  display: inline-block;
  width: 65vw;
  height: 100px;
  float: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.nav-right {
  display: inline-block;
  height: 100px;
  padding-top: 35px;
  padding-right: 30px;
  float: right;
  color: #a88a4f;
  text-align: right;
}

.nav-right:hover {
  text-decoration: underline;
}

.nav-right.w--current {
  color: #a88a4f;
  text-decoration: underline;
}

.nav-link-2 {
  width: 30%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 35px;
  color: #a88a4f;
  text-align: center;
}

.nav-link-2:hover {
  text-decoration: underline;
}

.nav-link-2.w--current {
  color: #a88a4f;
  text-decoration: underline;
}

.values-h3 {
  display: inline-block;
  width: auto;
  padding-bottom: 3px;
  border-bottom: 1px solid #a88a4f;
  color: #fff;
}

.product-h3 {
  padding-left: 26px;
  font-size: 18px;
  text-align: left;
}

.button {
  position: relative;
  display: flex;
  overflow: hidden;
  height: 50px;
  min-width: 196px;
  margin-top: 35px;
  padding: 0px 25px 2px;
  justify-content: center;
  align-items: center;
  border: 1px solid #a88a4f;
  border-radius: 2000px;
  transition: all 600ms ease;
  font-family: Wrightdeco, 'Times New Roman', sans-serif;
  color: #a88a4f;
  font-size: 17px;
  text-decoration: none;
}

.button:hover {
  border-color: #fff;
  background-color: #fff;
}

.button.welcome {
  border-color: #fff;
  color: #fff;
}

.button.welcome:hover {
  color: #a88a4f;
}

.button-hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  border-radius: 20000px;
  background-color: #000;
}

.text-button {
  position: relative;
}

.button-g {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 40px;
  height: 50px;
  min-width: 196px;
  margin-top: 35px;
  padding: 0px 25px 2px;
  justify-content: center;
  align-items: center;
  border: 1px solid #a88a4f;
  border-radius: 2000px;
  transition: all 600ms ease;
  font-family: Wrightdeco, 'Times New Roman', sans-serif;
  color: #a88a4f;
  font-size: 17px;
  text-decoration: none;
}

.button-g:hover {
  background-color: #a88a4f;
  color: #fff;
}

.button-g.right {
  clear: right;
}

.recipe-h3 {
  margin-top: 0px;
  text-align: left;
}

.recipe-half {
  width: 50%;
  -ms-grid-row-align: center;
  align-self: center;
}

.recipe-half.img {
  position: relative;
  display: flex;
  height: 400px;
  margin-right: 0px;
  padding-right: 0px;
  padding-left: 15%;
  align-self: flex-end;
}

.recipe-li {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #a88a4f;
  font-family: Wrightdeco, 'Times New Roman', sans-serif;
  color: #a88a4f;
  font-size: 21px;
  line-height: 30px;
  font-weight: 700;
}

.recipe-li.last {
  border-bottom: 1px solid #a88a4f;
}

.recipe-list {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0px;
}

.product-page-container {
  display: block;
  width: 90%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.half-right {
  float: right;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.columns {
  display: flex;
  justify-content: center;
}

.under-image {
  margin-top: 10px;
}

.location-intro {
  display: flex;
  height: 80vh;
  padding: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.map {
  display: flex;
  margin-top: 75px;
  margin-bottom: 75px;
  padding: 50px;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #453f24;
}

.location-info {
  display: block;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}

.text-span {
  font-family: Wrightdeco, 'Times New Roman', sans-serif;
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
}

.consens-content {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: flex;
  width: 100vw;
  height: 100vh;
  padding-right: 40px;
  padding-left: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  background-image: url('../images/01_Bella_Logo.svg');
  background-position: 30% 50%;
  background-size: 31%;
  background-repeat: repeat;
  background-attachment: fixed;
  text-align: center;
}

.conses-container {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #a88a4f;
}

.product-text {
  margin-bottom: 19px;
  padding-left: 26px;
  font-family: Wrightdeco, 'Times New Roman', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
}

.location-gallery {
  display: flex;
  margin-bottom: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.related-img {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 999;
  max-width: 70%;
  opacity: 0;
}

.nested-img-producs {
  position: absolute;
  left: 21%;
  top: -6%;
  right: 10%;
  bottom: 0%;
  z-index: 999;
  width: 21%;
}

.menu-img {
  display: none;
}

.trigger {
  width: 100%;
  height: 50px;
  padding-top: 16px;
  float: left;
  color: #a88a4f;
  font-weight: 700;
  text-align: center;
}

.dropdown-wrapper {
  width: 100%;
  max-width: 400px;
  margin-top: 20px;
  border-bottom: 1px solid #a88a4f;
}

.dropdown-content {
  overflow: hidden;
  width: 100%;
  height: 0px;
}

.dropdown-tex {
  display: inline;
  float: left;
  font-family: Wrightdeco, 'Times New Roman', sans-serif;
  font-size: 17px;
  line-height: 24px;
  text-align: left;
}

.consens-p {
  max-width: 30ch;
  font-family: Wrightdeco, 'Times New Roman', sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

.dropdown-symbol {
  display: none;
  width: 20px;
  height: 100%;
  padding-bottom: 7px;
  float: right;
}

.dropdown-symbol._1 {
  display: block;
  width: 24px;
}

.html-embed-5 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.related-imgg {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 0%;
  height: 100%;
  max-width: none;
}

.related-imgg.bitter {
  right: -30%;
}

.columns-2 {
  display: flex;
  justify-content: center;
}

.section-2 {
  border-radius: 1px;
}

.section-2.hidden {
  display: none;
}

.utility-page-wrap {
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
}

.utility-page-content {
  display: flex;
  width: 260px;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

html.w-mod-js *[data-ix="page-load"] {
  opacity: 0;
}

@media screen and (min-width: 1920px) {
  .section.discover-more {
    background-color: #e7e6e0;
  }

  .recipe-image-box {
    width: 100%;
    min-height: 520px;
  }
}

@media screen and (max-width: 991px) {
  .section.text-intro {
    min-height: auto;
    padding: 100px 50px;
  }

  .section.home-product {
    min-height: 100vh;
  }

  .section.twin {
    display: block;
    min-height: auto;
  }

  .section.footer {
    position: relative;
    z-index: 998;
    display: block;
    min-height: 80vh;
    background-image: url('../images/Bella_Liquori.svg');
    background-position: 50% 102%;
    background-size: contain;
    background-repeat: repeat-x;
  }

  .section.discover-more {
    min-height: auto;
    margin-bottom: 0px;
    padding-bottom: 100px;
  }

  .container {
    max-width: none;
  }

  .brief-p {
    margin-right: auto;
    margin-left: auto;
  }

  .home-product-img {
    height: auto;
    max-width: 550px;
    margin-top: 180px;
  }

  .twin-left {
    width: 100%;
    height: 80vh;
  }

  .twin-left.footer {
    display: none;
    height: auto;
    padding-top: 0px;
  }

  .twin-right {
    display: flex;
    width: 100%;
    height: 80vh;
  }

  .twin-right.footer {
    display: block;
    height: auto;
    min-width: auto;
    padding-right: 0px;
    padding-bottom: 68px;
    padding-left: 0px;
  }

  .twin-left-img {
    width: 53vw;
  }

  .navbar {
    width: 100%;
  }

  .vertical-separator {
    display: none;
  }

  .image-footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .bitter-bottle {
    width: auto;
    height: 100vh;
    max-width: none;
  }

  .product-cols-container {
    bottom: 6%;
    padding-right: 0%;
    padding-left: 0%;
  }

  .nested-img {
    width: 160px;
  }

  .nav-menu {
    z-index: 997;
    display: block;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
  }

  .nav-centre {
    display: block;
    width: 100vw;
    height: auto;
    padding-top: 74px;
  }

  .nav-right {
    width: 100vw;
    height: 20vh;
    padding-top: 50px;
    padding-right: 20px;
    float: none;
    clear: left;
    font-size: 30px;
    text-align: center;
  }

  .nav-link-2 {
    width: 100%;
    height: 20vw;
    padding-top: 50px;
    font-size: 30px;
  }

  .menu-button {
    z-index: 999;
    padding-top: 38px;
    background-color: transparent;
  }

  .menu-button.w--open {
    background-color: #fff;
  }

  .icon {
    color: #a88a4f;
  }

  .product-page-container {
    max-width: none;
  }

  .under-image {
    margin-top: 0px;
  }

  .location-intro {
    padding-bottom: 0px;
    background-position: 50% 70%;
  }

  .consens-content {
    display: none;
  }

  .conses-container {
    max-width: none;
  }

  .location-gallery {
    padding-bottom: 0px;
    background-position: 50% 70%;
  }

  .menu-img {
    position: fixed;
    left: 0%;
    top: 84vh;
    right: 0%;
    bottom: auto;
    display: block;
  }

  .consens-p {
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 60px;
    line-height: 60px;
  }

  h2 {
    font-size: 60px;
    line-height: 60px;
  }

  h3 {
    font-size: 15px;
    line-height: 22px;
  }

  p {
    font-size: 15px;
    line-height: 22px;
  }

  .section.twin {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.values {
    min-height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.footer {
    min-height: auto;
  }

  .section.discover-more {
    min-height: auto;
    padding-top: 60px;
    padding-bottom: 75px;
  }

  .home-product-img {
    max-width: 350px;
    margin-top: 150px;
  }

  .li-text {
    font-size: 15px;
    line-height: 18px;
    text-align: center;
  }

  .li-text.products {
    min-width: auto;
    text-align: left;
  }

  .product-container {
    display: block;
  }

  .twin-left {
    height: auto;
    padding-top: 0px;
  }

  .twin-right {
    height: auto;
    padding-top: 60px;
  }

  .twin-right.footer {
    padding-top: 0px;
    padding-bottom: 25px;
  }

  .gallery-col {
    margin-right: 3px;
    margin-left: 3px;
  }

  .values-col-box {
    padding-top: 0px;
    padding-right: 60px;
    padding-left: 60px;
  }

  .footer-li {
    width: 100%;
  }

  .footer-li.right {
    width: 100%;
  }

  .white {
    text-align: center;
  }

  .product-details-title {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 54px;
    line-height: 49px;
  }

  .recipe-info {
    display: inline-block;
    width: 100%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .recipe-image-box {
    width: 100%;
  }

  .product-col {
    width: 100%;
    min-height: auto;
    margin-right: 0px;
    margin-bottom: 60px;
    margin-left: 0px;
    padding-top: 30px;
    padding-right: 100px;
    padding-left: 100px;
  }

  .product-cols-container {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
    width: 100vw;
    padding-right: 0px;
    padding-left: 0px;
  }

  .nested-img {
    width: 130px;
  }

  .recipe-details {
    display: block;
    width: 100%;
  }

  .nav-menu {
    background-position: 50% 70%;
  }

  .product-h3 {
    font-size: 15px;
    line-height: 18px;
    text-align: center;
  }

  .button {
    width: auto;
    height: 44px;
    max-width: 180px;
    min-width: 165px;
    font-size: 15px;
    line-height: 18px;
  }

  .button.centre {
    margin-right: auto;
    margin-left: auto;
  }

  .text-button {
    font-size: 16px;
  }

  .recipe-half {
    width: 100%;
    height: 410px;
  }

  .recipe-half.auto {
    height: auto;
  }

  .recipe-half.img {
    padding-left: 0%;
  }

  .half-right {
    width: 100%;
    float: left;
  }

  .under-image {
    margin-top: 0px;
  }

  .location-intro {
    height: 76vh;
  }

  .location-info {
    display: inline-block;
    width: 100%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .consens-content {
    background-position: 36% 27%;
  }

  .conses-container {
    margin-top: 90%;
    border-style: none;
  }

  .product-text {
    font-size: 15px;
    line-height: 18px;
    text-align: center;
  }

  .nested-img-producs {
    left: 70%;
    top: -10%;
    right: 0%;
    bottom: auto;
    width: 130px;
  }
}

@media screen and (max-width: 479px) {
  .section.product-bitter {
    overflow: hidden;
  }

  .home-product-img {
    max-width: 210px;
  }

  .nested-img {
    width: 90px;
  }

  .conses-container {
    padding: 20px;
  }

  .nested-img-producs {
    width: 90px;
  }

  .consens-p {
    font-size: 14px;
    line-height: 20px;
  }
}

@font-face {
  font-family: 'Xanhmono';
  src: url('../fonts/XanhMono-Regular.eot') format('embedded-opentype'), url('../fonts/XanhMono-Regular.woff') format('woff'), url('../fonts/XanhMono-Regular.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Wrightdeco';
  src: url('../fonts/wrightdeco-regular.eot') format('embedded-opentype'), url('../fonts/wrightdeco-regular.woff') format('woff'), url('../fonts/wrightdeco-regular.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Wrightdeco';
  src: url('../fonts/wrightdeco-bold.eot') format('embedded-opentype'), url('../fonts/wrightdeco-bold.woff') format('woff'), url('../fonts/wrightdeco-bold.svg') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}