/*Sizes*/
/*Colors*/
*, *:before, *:after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
  font-weight: 400;
}

footer, header, nav, section, main {
  display: block;
}

body {
  line-height: 1;
  text-rendering: optimizeSpeed;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

.header-bg-red {
  background: #F0141E;
  display: flex;
  padding: 0 10px;
  height: 48px;
  align-items: center;
  position: fixed;
  transform: translateZ(0);
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  transition: all 0.3s ease;
  box-sizing: border-box;
  margin-top: 48px;
}

.header-bg-green {
  background: #005150;
  display: flex;
  padding: 0 10px;
  height: 48px;
  align-items: center;
  position: fixed;
  transform: translateZ(0);
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  transition: all 0.3s ease;
  box-sizing: border-box;
  margin-top: 48px;
}
.header-bg-green h1, .header-bg-green p {
  color: #FEC34A !important;
}

.header-bg-black {
  background: #231F20;
  display: flex;
  padding: 0 10px;
  height: 48px;
  align-items: center;
  position: fixed;
  transform: translateZ(0);
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  transition: all 0.3s ease;
  box-sizing: border-box;
  margin-top: 48px;
}
.header-bg-black .logo-rede {
  width: 124px !important;
  height: 14px !important;
}

.header-top {
  margin-top: 0 !important;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 68px;
}
header .logo {
  margin-right: 20px;
}
header .logo-rede {
  display: inline-block;
  width: 78.3px;
  height: 18.57px;
  background-size: cover;
}
header h1 {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  font-family: "bibsregular";
  color: #ffffff;
}
header p {
  line-height: 14px;
  font-style: normal;
  font-size: 8px;
  color: #ffffff;
}

.ragazzo-header {
  background: #FEC34A !important;
}
.ragazzo-header h3 {
  color: #3C3C3C !important;
}
.ragazzo-header p {
  color: #3C3C3C !important;
}

.tendall-header {
  background: #998B5D !important;
}
.tendall-header h3 {
  color: #ffffff !important;
}
.tendall-header p {
  color: #ffffff !important;
}

.download-app {
  background: #FEDA32;
  height: 48px;
  padding: 10px 16px 10px 16px;
}
.download-app .close-button {
  position: absolute;
  cursor: pointer;
}
.download-app .close-button .desk {
  display: none;
}
.download-app .close-button .mob {
  display: block;
}
.download-app h3 {
  margin: 1.5% 10%;
  font-family: bibsbold;
  font-size: 14px;
  line-height: 16px;
  color: #4C4C4C;
}
.download-app p {
  font-family: bibsregular;
  font-size: 8px;
  line-height: 9px;
  color: #4C4C4C;
}
.download-app .download-button {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-top: -10%;
  cursor: pointer;
}
.download-app .download-button .desk {
  display: none;
}
.download-app .download-button .mob {
  display: block;
}

.footer-ragazzo {
  padding: 28px 4%;
  width: 100%;
  position: relative;
  background: #005150 !important;
  overflow: hidden;
  box-sizing: border-box;
  height: 650px !important;
}
.footer-ragazzo .siga {
  display: block;
  margin-left: 5%;
  width: 100%;
  height: 22px;
  color: #FFFFFF;
  margin-bottom: 5%;
}
.footer-ragazzo .siga h3 {
  width: 31% !important;
  font-family: "bibsbold";
  font-size: 10px;
  line-height: 22px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.footer-ragazzo .siga .rede {
  width: 70%;
  float: right;
  margin-top: -6%;
  margin-right: 2%;
}
.footer-ragazzo .siga .rede a {
  display: block;
  width: 25px;
  height: 24px;
  cursor: pointer;
  float: left;
  margin-right: 5%;
}
.footer-ragazzo .siga .rede a .facebook {
  background-image: url("../images/Facebook.png");
  width: 100%;
  height: 100%;
}
.footer-ragazzo .siga .rede a .twitter {
  background-image: url("../images/Twitter.png");
  width: 100%;
  height: 100%;
}
.footer-ragazzo .siga .rede a .instagram {
  background-image: url("../images/Instagram.png");
  width: 100%;
  height: 100%;
}
.footer-ragazzo .siga .rede a .linkedin {
  background-image: url("../images/LinkedIn.png");
  width: 100%;
  height: 100%;
}
.footer-ragazzo .siga .rede a .youtube {
  background-image: url("../images/YouTube.png");
  width: 100%;
  height: 100%;
}
.footer-ragazzo .siga .rede a .whatsapp {
  background-image: url("../images/WhatsApp.png");
  width: 100%;
  height: 100%;
}
.footer-ragazzo .siga .rede a div {
  filter: opacity(0.5);
}
.footer-ragazzo hr {
  width: 89%;
  border: 1px solid #FFFFFF;
  margin-bottom: 5%;
  background: #ffffff;
}
.footer-ragazzo .mascote {
  width: 20px;
  height: 35px;
  top: 15%;
  right: 10%;
  transform: scale(1.6);
  position: absolute;
}
.footer-ragazzo .mascote img {
  width: 20px;
  height: 35px;
}
.footer-ragazzo .nutritional {
  display: grid;
  padding: 0px 17px 17px;
}
.footer-ragazzo .nutritional a {
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-decoration-line: underline;
  width: 145px;
  height: 16px;
  margin-bottom: 8px;
}
.footer-ragazzo .wrapper-content-footer {
  max-width: none;
  margin-right: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  width: auto;
  float: none;
  display: block;
}
.footer-ragazzo .wrapper-content-footer .list-grid {
  overflow: hidden;
}
.footer-ragazzo .wrapper-content-footer .list-grid li {
  zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  padding-left: 0;
}
.footer-ragazzo .wrapper-content-footer .list-grid .list-social {
  padding-top: 0;
}
.footer-ragazzo .wrapper-content-footer .list-grid .list-social li {
  float: left;
  margin-top: 0 !important;
  margin-left: 24px;
}
.footer-ragazzo .wrapper-content-footer .footer-stamps-legal {
  margin-left: 5%;
  width: calc(97% - 115px);
  text-align: left;
  line-height: 13px;
}
.footer-ragazzo .wrapper-content-footer .footer-stamps-legal .copyright {
  display: block;
  font-size: 8px;
  font-family: "bibsregular";
  color: #ffffff;
}
.footer-ragazzo .wrapper-content-footer .footer-stamps-legal .copyright span {
  font-weight: 700;
}

.footer-chu {
  padding: 28px 4%;
  width: 100%;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  margin-top: 10% !important;
  background: #998B5D;
  height: 241px !important;
}
.footer-chu .siga {
  display: block;
  margin-left: 5%;
  width: 100%;
  height: 22px;
  color: #FFFFFF;
  margin-bottom: 5%;
}
.footer-chu .siga h3 {
  width: 30%;
  font-family: "bibsbold";
  font-size: 10px;
  line-height: 22px;
  text-transform: uppercase;
  color: #231F20 !important;
}
.footer-chu .siga .rede {
  width: 70%;
  float: right;
  margin-top: -6%;
}
.footer-chu .siga .rede a {
  display: block;
  width: 25px;
  height: 24px;
  cursor: pointer;
  float: left;
  margin-right: 5%;
}
.footer-chu .siga .rede a .facebook {
  background-image: url("../images/Facebook.png");
  width: 100%;
  height: 100%;
}
.footer-chu .siga .rede a .twitter {
  background-image: url("../images/Twitter.png");
  width: 100%;
  height: 100%;
}
.footer-chu .siga .rede a .instagram {
  background-image: url("../images/Instagram.png");
  width: 100%;
  height: 100%;
}
.footer-chu .siga .rede a .linkedin {
  background-image: url("../images/LinkedIn.png");
  width: 100%;
  height: 100%;
}
.footer-chu .siga .rede a .youtube {
  background-image: url("../images/YouTube.png");
  width: 100%;
  height: 100%;
}
.footer-chu .siga .rede a .whatsapp {
  background-image: url("../images/WhatsApp.png");
  width: 100%;
  height: 100%;
}
.footer-chu .siga .rede a div {
  filter: unset !important;
}
.footer-chu hr {
  width: 89%;
  border: 1px solid #FFFFFF;
  margin-bottom: 5%;
  background: #ffffff;
}
.footer-chu .mascote {
  transform: scale(1.6);
  position: absolute;
  width: 0px !important;
  height: 0px !important;
  right: 22% !important;
  top: 50%;
}
.footer-chu .mascote img {
  width: 35px !important;
  height: 35px !important;
}
.footer-chu .nutritional {
  display: grid;
  padding: 0px 17px 17px;
}
.footer-chu .nutritional a {
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-decoration-line: underline;
  width: 145px;
  height: 16px;
  margin-bottom: 8px;
}
.footer-chu .wrapper-content-footer {
  max-width: none;
  margin-right: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  width: auto;
  float: none;
  display: block;
}
.footer-chu .wrapper-content-footer .list-grid {
  overflow: hidden;
}
.footer-chu .wrapper-content-footer .list-grid li {
  zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  padding-left: 0;
}
.footer-chu .wrapper-content-footer .list-grid .list-social {
  padding-top: 0;
}
.footer-chu .wrapper-content-footer .list-grid .list-social li {
  float: left;
  margin-top: 0 !important;
  margin-left: 24px;
}
.footer-chu .wrapper-content-footer .footer-stamps-legal {
  margin-left: 5%;
  width: calc(97% - 115px);
  text-align: left;
  line-height: 13px;
}
.footer-chu .wrapper-content-footer .footer-stamps-legal .copyright {
  display: block;
  font-size: 8px;
  font-family: "bibsregular";
  color: #231F20 !important;
}

footer {
  padding: 28px 4%;
  width: 100%;
  position: relative;
  background: #F0141E;
  overflow: hidden;
  box-sizing: border-box;
  height: 650px !important;
}
footer .siga {
  display: block;
  margin-left: 5%;
  width: 100%;
  height: 22px;
  color: #FFFFFF;
  margin-bottom: 5%;
}
footer .siga h3 {
  width: 30%;
  font-family: "bibsbold";
  font-size: 10px;
  line-height: 22px;
  text-transform: uppercase;
  color: #FFFFFF;
}
footer .siga .rede {
  width: 70%;
  float: right;
  margin-top: -6%;
}
footer .siga .rede a {
  display: block;
  width: 25px;
  height: 24px;
  cursor: pointer;
  float: left;
  margin-right: 5%;
}
footer .siga .rede a .facebook {
  background-image: url("../images/Facebook.png");
  width: 100%;
  height: 100%;
}
footer .siga .rede a .twitter {
  background-image: url("../images/Twitter.png");
  width: 100%;
  height: 100%;
}
footer .siga .rede a .instagram {
  background-image: url("../images/Instagram.png");
  width: 100%;
  height: 100%;
}
footer .siga .rede a .linkedin {
  background-image: url("../images/LinkedIn.png");
  width: 100%;
  height: 100%;
}
footer .siga .rede a .youtube {
  background-image: url("../images/YouTube.png");
  width: 100%;
  height: 100%;
}
footer .siga .rede a .whatsapp {
  background-image: url("../images/WhatsApp.png");
  width: 100%;
  height: 100%;
}
footer .siga .rede a div {
  filter: opacity(0.5);
}
footer hr {
  width: 89%;
  border: 1px solid #FFFFFF;
  margin-bottom: 5%;
  background: #ffffff;
}
footer .mascote {
  width: 90px;
  height: 70px;
  top: 15%;
  right: 5%;
  transform: scale(1.6);
  position: absolute;
}
footer .mascote img {
  width: 90px;
  height: 70px;
}
footer .nutritional {
  display: grid;
  padding: 0px 17px 17px;
}
footer .nutritional a {
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-decoration-line: underline;
  width: 145px;
  height: 16px;
  margin-bottom: 8px;
}
footer .wrapper-content-footer {
  max-width: none;
  margin-right: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  width: auto;
  float: none;
  display: block;
}
footer .wrapper-content-footer .list-grid {
  overflow: hidden;
}
footer .wrapper-content-footer .list-grid li {
  zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  padding-left: 0;
}
footer .wrapper-content-footer .list-grid .list-social {
  padding-top: 0;
}
footer .wrapper-content-footer .list-grid .list-social li {
  float: left;
  margin-top: 0 !important;
  margin-left: 24px;
}
footer .wrapper-content-footer .footer-stamps-legal {
  margin-left: 5%;
  width: calc(97% - 115px);
  text-align: left;
  line-height: 13px;
}
footer .wrapper-content-footer .footer-stamps-legal .copyright {
  display: block;
  font-size: 8px;
  font-family: "bibsregular";
  color: #ffffff;
}

html {
  font-family: "Livvic", sans-serif;
  font-weight: 400;
}

.container {
  max-width: 100%;
  margin: 0 auto;
}

.d-flex {
  display: flex;
}

h1 {
  text-align: left;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  font-family: "bibsbold";
  color: #ffffff;
}

body {
  background: #504B4C;
}

.menu__list {
  /*display: grid;
  grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
  grid-gap: 0 20px;
  position: relative;*/
}
.menu__list .app-menu-item {
  display: grid;
  grid-template-areas: "title img" "desc img" "features img" "price img";
  height: 100%;
  padding: 15px;
  margin-top: 20px;
  column-gap: 50px;
}
.menu__list .app-menu-item .menu_item__title {
  display: block;
  font-size: 16px;
  margin-bottom: 8px;
  font-family: "bibsbold";
  line-height: 20px;
  color: #FFFFFF;
}
.menu__list .app-menu-item .menu_item__descript_hab {
  margin-bottom: 15px;
  height: 77%;
  color: #FFFFFF;
  font-family: "bibsregular";
  font-size: 12px;
  line-height: 20px;
}
.menu__list .app-menu-item .menu_item__price {
  font-size: 16px;
  font-family: "bibsbold";
  line-height: 20px;
  color: #FFFFFF;
  display: block;
}
.menu__list .app-menu-item .menu_item__image_container {
  padding-left: 0px;
  font-size: 0;
  grid-area: img;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 3px;
  align-content: flex-start;
  justify-content: end;
}
.menu__list .app-menu-item .menu_item__image_container .menu_item__image_container__image {
  background-color: #fff;
  cursor: pointer;
  max-height: 140px;
  margin-bottom: 6px;
  object-fit: cover;
  max-width: 140px;
  width: 104px;
  height: 104px;
  left: 225px;
  border-radius: 8px;
}
.menu__list hr {
  border: 0;
  border-top: 1px solid #9D9D9D;
  width: 92% !important;
}
.menu__list hr:last-child {
  display: none;
}
.menu__list .saiba {
  text-decoration: none;
  cursor: pointer;
  font-family: "bibsbold";
  font-size: 12px;
  line-height: 20px;
  color: #998B5D;
}

.menu-colapsed {
  position: fixed;
  transform: translateZ(0);
  width: 100%;
}

.mm-sticky {
  top: 48px;
}

/*######################*/
/*##### PAGE HOME ######*/
/*######################*/
section.hero-1 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  /*Carousel Banner Hero 1*/
}
section.hero-1 > div {
  flex: 1;
}
section.hero-1 .carousel-banner {
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
}
section.hero-1 .carousel-banner .swiper-slide {
  text-align: center;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
section.hero-1 .carousel-banner .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  margin-top: 48px;
  object-fit: cover;
}
section.hero-1 .carousel-banner #imgtablet, section.hero-1 .carousel-banner #imgtablet2, section.hero-1 .carousel-banner #imgtablet3, section.hero-1 .carousel-banner #imgtablet4, section.hero-1 .carousel-banner #imgtablet5, section.hero-1 .carousel-banner #imgtablet6 {
  display: none;
}
section.hero-1 .carousel-banner #img, section.hero-1 .carousel-banner #img2, section.hero-1 .carousel-banner #img3, section.hero-1 .carousel-banner #img4, section.hero-1 .carousel-banner #img5, section.hero-1 .carousel-banner #img6 {
  display: block;
}
section.hero-1 .carousel-banner .swiper-pagination {
  display: none;
  position: static;
}
section.hero-1 .carousel-banner .swiper-pagination-bullet-active {
  opacity: 1;
  background: #F0141E;
}
section.hero-1 .carousel-banner .control {
  display: none;
}

section.hero-2 {
  display: flex;
  flex-direction: column;
}
section.hero-2 .sticky-wrapper {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
section.hero-2 .sticky-wrapper .menu-sticky {
  overflow-x: scroll;
  overflow-y: hidden;
  z-index: 9997;
  background-color: #998B5D;
}
section.hero-2 .sticky-wrapper .menu-sticky .menu-sticky-list {
  width: max-content;
  /*li:last-child{
    border: none;
  }*/
}
section.hero-2 .sticky-wrapper .menu-sticky .menu-sticky-list li {
  width: 200px;
  float: left;
  clear: none;
  text-align: inherit;
  margin-left: 0%;
  margin-right: 0%;
  font-weight: bolder;
}
section.hero-2 .sticky-wrapper .menu-sticky .menu-sticky-list .menu-sticky-link {
  height: 40px;
  font-family: "bibsbold";
  display: block;
  position: relative;
  background-color: #998B5D;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.hero-2 .sticky-wrapper .menu-sticky .menu-sticky-list .menu-sticky-link .menu-sticky-link-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
section.hero-2 .sticky-wrapper .menu-sticky .menu-sticky-list .menu-sticky-link .menu-sticky-link-wrapper .menu-sticky-link-label {
  display: block;
  font-size: 12px;
  line-height: 14px;
  color: #FFFFFF;
  width: 190px;
}
section.hero-2 .sticky-wrapper .menu-sticky .menu-sticky-list li {
  display: inline-block;
  position: relative;
}
section.hero-2 .sticky-wrapper .menu-sticky .menu-sticky-list li + li {
  padding-left: 1px;
}
section.hero-2 .sticky-wrapper .menu-sticky .menu-sticky-list li + li::before {
  content: "";
  border-left: 1.5px solid #FFFFFF;
  position: absolute;
  height: 50%;
  left: 0;
  top: 25%;
}

section.hero-3 .menu__category__header {
  display: block;
  margin: 0 0px;
  z-index: 1;
  padding: 1rem 10px;
  background-color: #F0141E;
}

section.hero-4 .menu__category__header {
  display: flex;
  margin: 0 0px;
  z-index: 1;
  padding: 9px 16px;
  background-color: #312E28;
  flex-direction: row;
  align-items: flex-start;
  height: 36px;
}

section.hero-5 .menu__category__header {
  display: block;
  margin: 0 0px;
  z-index: 1;
  padding: 1rem 10px;
  background-color: #F0141E;
}

section.hero-6 .menu__category__header {
  display: block;
  margin: 0 0px;
  z-index: 1;
  padding: 1rem 10px;
  background-color: #F0141E;
}

section.hero-7 .menu__category__header {
  display: block;
  margin: 0 0px;
  z-index: 1;
  padding: 1rem 10px;
  background-color: #F0141E;
}

section.hero-8 .menu__category__header {
  display: block;
  margin: 0 0px;
  z-index: 1;
  padding: 1rem 10px;
  background-color: #F0141E;
}

section.hero-9 .menu__category__header {
  display: block;
  margin: 0 0px;
  z-index: 1;
  padding: 1rem 10px;
  background-color: #F0141E;
}

section.hero-10 .menu__category__header {
  display: block;
  margin: 0 0px;
  z-index: 1;
  padding: 1rem 10px;
  background-color: #F0141E;
}

section.hero-11 .menu__category__header {
  display: block;
  margin: 0 0px;
  z-index: 1;
  padding: 1rem 10px;
  background-color: #F0141E;
}

section.hero-12 .menu__category__header {
  display: block;
  margin: 0 0px;
  z-index: 1;
  padding: 1rem 10px;
  background-color: #F0141E;
}

section.hero-13 .content__body {
  display: grid;
  min-height: 100vh;
  padding: 48px 0px;
}
section.hero-13 .content__body .menu-item {
  display: flex;
  flex-direction: column;
}
section.hero-13 .content__body .menu-item .menu-item__image {
  width: 100%;
}
section.hero-13 .content__body .menu-item .menu-item__details {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-left: 7%;
}
section.hero-13 .content__body .menu-item .menu-item__details .menu-item__name, section.hero-13 .content__body .menu-item .menu-item__details .menu-item__price {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5rem;
}
section.hero-13 .content__body .menu-item .menu-item__details .menu-item__name {
  margin-bottom: 12px;
  margin-top: 40px;
  font-family: "bibsbold";
  font-size: 24px;
  line-height: 20px;
  color: #FFFFFF;
}
section.hero-13 .content__body .menu-item .menu-item__details .menu-item__price {
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 20px;
  font-family: "bibsbold";
  color: #FFFFFF;
}
section.hero-13 .content__body .menu-item .menu-item__details .menu-item__description {
  margin-bottom: 12px;
  font-family: "bibsregular";
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
}
section.hero-13 .content__body div.right .saibamais {
  height: 22px;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  text-decoration-line: underline;
  color: #ffffff;
  margin-bottom: 10%;
  cursor: pointer;
}
section.hero-13 .content__body div.right .saibamais:after {
  display: block;
  content: url(/assets/images/icons/chevron-down3.svg);
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
section.hero-13 .content__body div.right .showNutri {
  display: block !important;
}
section.hero-13 .content__body div.right .nutritional {
  background: #FFFFFF;
  padding: 10px;
  display: none;
}
section.hero-13 .content__body div.right .nutritional h1 {
  height: 22px;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  text-decoration-line: underline;
  color: #998B5D;
  margin-top: 3%;
  cursor: pointer;
}
section.hero-13 .content__body div.right .nutritional .row.transparent {
  background-color: transparent !important;
  margin-bottom: 0px !important;
}
section.hero-13 .content__body div.right .nutritional .row {
  display: flex;
  flex-direction: row;
  background-color: #005150;
  border-radius: 42px;
  padding: 12px 16px;
  margin-bottom: 8px;
}
section.hero-13 .content__body div.right .nutritional .row .col {
  flex: 1;
  font-family: "nunito";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}
section.hero-13 .content__body div.right .nutritional .row .lin {
  color: #000000;
  font-size: 16px;
  line-height: 24px;
}
section.hero-13 .content__body div.right .nutritional .row .col:nth-child(1) {
  flex: 0.57;
}
section.hero-13 .content__body div.right .nutritional .row .col:nth-child(2) {
  flex: 0.21;
}
section.hero-13 .content__body div.right .nutritional .row .col:nth-child(3) {
  flex: 0.21;
}
section.hero-13 .content__body div.right p.observation {
  font-family: "Livvic";
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 16px;
  color: #000000;
  margin-top: 31px;
}
section.hero-13 .content__body div.right div.warning {
  display: flex;
  flex-direction: row;
  background-color: #F0EEEE;
  padding: 12px;
  gap: 14px;
  border-radius: 5px;
  margin-top: 31px;
  align-items: center;
  vertical-align: center;
}
section.hero-13 .content__body div.right div.warning div {
  flex: 0.1;
}
section.hero-13 .content__body div.right div.warning div img {
  width: 32px;
  height: 32px;
}
section.hero-13 .content__body div.right div.warning p {
  flex: 0.9;
  font-family: "Livvic";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #000000;
}
section.hero-13 .content__body div.right .menu-item__back-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 0px;
  position: absolute;
  width: 82%;
  height: 36px;
  left: 9%;
  margin-top: 5%;
  /* Primary/Habibs */
  background: #998B5D;
  border-radius: 8px;
}
section.hero-13 .content__body div.right .menu-item__back-button .link--button {
  font-family: "bibsbold";
  font-size: 13px;
  line-height: 15px;
  color: #FFFFFF;
  cursor: pointer;
}
section.hero-13 .content__body div.right .menu-item__back-button .link--button .link__icon--left {
  left: 15%;
}
section.hero-13 .content__body div.right .menu-item__back-button .link--button .link__icon {
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
section.hero-13 .content__body div.right .menu-item__back-button .link--button .link--button {
  border: 1px solid #EAEAEA;
  box-sizing: border-box;
  border-radius: 3px;
  display: block;
  font: 600 14px/18px "Open Sans", sans-serif;
  padding: 14px 0;
  position: relative;
  text-align: center;
}
section.hero-13 .content__body div.right .menu-item__back-button .link--button .icon {
  display: inline-flex;
}
section.hero-13 .content__body div.right .menu-item__back-button .link--button .icon img {
  fill: #F0141E;
  pointer-events: none;
}
section.hero-13 .content__body .saibamais[aria-expanded=true]:after {
  -webkit-transform: rotate(-180deg) !important;
  transform: rotate(-180deg) !important;
}

section.search-area {
  margin-top: 2%;
  /*.xdsoft_autocomplete {
    margin: 0 4.5%;
    /*.xdsoft_autocomplete_hint {
      background: transparent !important;
    }
  }*/
}
section.search-area .xdsoft_autocomplete {
  width: 100% !important;
  margin: 0 auto !important;
}
section.search-area .pl, section.search-area .pr, section.search-area .clearfix {
  zoom: 1;
}
section.search-area .pl:before, section.search-area .pr:before, section.search-area .clearfix:before, section.search-area .pl:after, section.search-area .pr:after, section.search-area .clearfix:after {
  content: "";
  display: table;
}
section.search-area .pl:after, section.search-area .pr:after, section.search-area .clearfix:after {
  clear: both;
}
section.search-area input {
  width: 95%;
  height: 50px;
  margin: 0 auto;
  display: block;
  font-size: 0.9375em;
  line-height: 50px;
  color: #FFFFFF;
  padding: 0 26px;
  border: 1px solid #FFFFFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 36px !important;
  font-weight: bolder;
  font-family: "bibsregular";
  background: url("../images/icons/ellipse.svg") no-repeat scroll 95% 50% !important;
}
section.search-area .wrapper-map {
  position: relative;
}
section.search-area .wrapper-map .progress {
  top: 50%;
  position: absolute !important;
  left: 50%;
  margin-left: -178px;
  transform: rotate(-90deg);
  stroke: #f00;
  z-index: 9999;
  width: 120px;
  display: none;
}
section.search-area .wrapper-map #location-map {
  background: #fff;
  border: none;
  height: 540px;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
section.search-area .wrapper-map .leaflet-container .leaflet-marker-pane img {
  width: auto !important;
}
section.search-area .wrapper-map .lnk-route-maps {
  display: none;
  position: absolute;
  background: #fff;
  padding: 12px;
  bottom: 25px;
  right: 50px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  border-radius: 3px;
  color: #494949;
  text-decoration: none;
}
section.search-area .wrapper-map .box-services {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 270px;
  background: #fff;
  max-height: 542px;
  overflow: hidden;
  padding-bottom: 10px;
  display: none;
}
section.search-area .wrapper-map .box-services h4 {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 0.8125em;
  padding: 15px;
  background-color: #d8232a;
  color: #fff;
  display: block;
  text-align: center;
  text-transform: uppercase;
}
section.search-area .wrapper-map .box-services .lnk-see-list, section.search-area .wrapper-map .box-services .lst-stores a {
  display: block;
  margin: 20px auto;
  padding-bottom: 10px;
  position: relative;
  text-align: center;
  color: #4b4b4b;
  text-decoration: none;
  font-size: 15px;
  margin-bottom: 0;
}
section.search-area .wrapper-map .box-services .lst-stores {
  display: none;
}
section.search-area .container > h2 {
  font-family: "bibsregular";
  font-weight: 900;
  font-size: 24px;
  line-height: 26px;
  text-transform: uppercase;
  text-align: center;
}
section.search-area .stores {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 12px;
  width: 95%;
  margin: 0 5%;
}
section.search-area .item {
  flex: 1;
  padding: 2% 2%;
  background: #FFFFFF;
  text-align: center;
  border-radius: 10px;
  width: 95%;
  margin-top: 3%;
}
section.search-area .item .item-left {
  float: left;
  margin: 4% 0;
}
section.search-area .item .item-left .desk {
  display: none;
}
section.search-area .item .item-left .mob {
  display: block;
}
section.search-area .item .item-center {
  margin: 0% 10%;
  margin-top: 5%;
}
section.search-area .item .item-right {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 32px;
  background: #998B5D;
  border-radius: 4px;
  font-family: "bibsbold";
  font-size: 13px;
  line-height: 14px;
  color: #FFFFFF;
}
section.search-area .item p {
  font-family: "bibsregular";
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  line-height: 14px;
  margin-bottom: 10px;
}
section.search-area .item h3 {
  font-family: "bibsregular";
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.wrapper-center {
  max-width: 100%;
  margin-top: 18%;
  margin-bottom: 2%;
  width: auto;
  float: none;
  display: block;
  box-sizing: border-box;
}
.wrapper-center .title-section {
  color: #FFFFFF;
  margin: 0 0 40px 0;
  font-weight: normal;
  font-family: "bibsregular";
  font-size: 1.1em;
}
.wrapper-center .page-title {
  display: none;
  margin-top: 25%;
  text-align: center;
}

@font-face {
  font-family: "bibsbold";
  font-weight: "normal";
  font-style: normal;
  src: url("/assets/fonts/habibs/Bibsans-Bold.otf");
}
@font-face {
  font-family: "bibsblack";
  font-weight: "normal";
  font-style: normal;
  src: url("/assets/fonts/habibs/Bibsans-Black.otf");
}
@font-face {
  font-family: "bibsregular";
  font-weight: "normal";
  font-style: normal;
  src: url("/assets/fonts/habibs/Bibsans-Regular.otf");
}
#button {
  display: inline-block;
  background-color: #231F20;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #998B5D;
}

#button:hover {
  cursor: pointer;
  background-color: #333;
}

#button:active {
  background-color: #464646;
}

#button.show {
  opacity: 1;
  visibility: visible;
}

/*####################*/
/*## PAGE NOT FOUND ##*/
/*####################*/
section.hero-70 {
  height: 748px;
  background-color: #998B5D;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.hero-70 > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 72px;
}
section.hero-70 > div img {
  width: 130px;
}
section.hero-70 > div h1 {
  font-family: "Livvic";
  font-style: normal;
  font-weight: 900;
  font-size: 40px;
  line-height: 50px;
  align-items: center;
  text-align: center;
  letter-spacing: -0.02em;
  color: #ffffff;
}
section.hero-70 > div a {
  font-family: "Livvic";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  align-items: center;
  text-align: center;
  letter-spacing: -0.02em;
  text-decoration-line: underline;
  text-transform: capitalize;
  color: #ffffff;
}

/*# sourceMappingURL=style-tendall.css.map */
