:root {
  touch-action: pan-x pan-y;
}
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: none;
  font-size: 16px;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Raleway", Arial;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul li,
p {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
*:focus {
  outline: 0;
}
.loader.hide {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.loader {
  margin: 0 auto;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  right: 0;
  z-index: 4;
}
.loader .holder {
  display: inline-block;
  position: relative;
  width: 100px;
  height: 110px;
  left: calc(50vw - 80px);
  top: calc(50vh - 80px);
  background-color: rgba(0, 0, 0, 0.5);
  padding: 15px;
  border-radius: 10px;
}
.loader .holder span {
  margin-top: 88px;
  display: block;
  font-size: 0.9em;
  width: 100px;
  text-align: center;
  color: white;
}
.loader .holder .lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  margin: 7px;
  border: 7px solid #41873f;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #41873f transparent transparent transparent;
  margin-left: 20px;
  margin-top: 15px;
}
.loader .holder .lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.loader .holder .lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.loader .holder .lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

.loader svg {
  width: 60px;
  height: 60px;
  padding-top: calc(50vh - 60px);
}
button,
input[type="button"] {
  -webkit-appearance: none;
}
#root {
  max-width: 1000px;
  margin: 0px auto;
}

svg.carrinho {
  margin-top: 4px;
}
svg.ofertas {
  margin-top: 2px;
}
svg.lista {
  margin-top: -1px;
}
svg.menu {
  margin-top: -1px;
}

.slick-track .slick-track {
  display: none;
}
.modal > ul {
  margin: 4vh 0 2vh 0;
}
.modal > ul > li {
  vertical-align: middle;
  margin: 4vw 0;
}
.modal > .menu {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  padding: 15px 0;
}
.modal > .menu.remover {
  flex-flow: column nowrap;
}
.modal > .menu.remover button {
  padding: 10px 15px;
}
.modal > .menu button {
  background-color: #fff;
  color: #41873f;
  text-transform: uppercase;
  font-weight: bold;
  font-family: roboto;
  font-size: 0.9em;
  border: 0;
  margin: 0 10px;
}
.modal > p.title {
  font-family: "Bebas Neue W01 Regular";
  font-size: 1.5em;
}
.modal > p.subtitle {
  padding-top: 20px;
}
.modal.disponivel > .title {
  color: #77bc1f;
  font-family: "Raleway", Arial;
  font-size: 1em;
  padding-bottom: 30px;
}
.modal.disponivel > .menu.inactive button.confirmar {
  opacity: 0.5;
}
.modal.disponivel > .menu {
  padding-top: 30px;
}
.modal.disponivel > .menu button {
  font-family: "Bebas Neue W01 Regular";
  color: #ff8300;
  font-size: 1.25em;
  font-weight: normal;
}
.modal.disponivel > .menu button.confirmar {
  color: #fff;
  background-color: #ff8300;
  border-radius: 5px;
  padding: 5px 15px;
}
.modal.disponivel > .menu-item {
  padding: 10px 0;
}

.modal.maioridade > .title {
  color: #77bc1f;
  font-family: "Raleway", Arial;
  font-size: 1em;
}
.modal.maioridade > .menu.inactive button.confirmar {
  opacity: 0.5;
}
.modal.maioridade > .menu {
  padding-top: 30px;
  display: flex;
  flex-direction: column;
}
.modal.maioridade > .menu button {
  font-family: "Bebas Neue W01 Regular";
  color: #ff8300;
  font-size: 1.25em;
  font-weight: normal;
  padding: 20px 0;
}
.modal.maioridade > .menu button.confirmar {
  color: #fff;
  background-color: #ff8300;
  border-radius: 5px;
  padding: 5px 15px;
}
.modal.maioridade > .menu-item {
  padding: 10px 0;
}

section.has-footer {
  padding-bottom: 8vh;
}

#lists-modal .add-new-li {
  padding-bottom: 4vh;
  padding-top: 0vh;
  background: transparent;
  border: 0;
  font-style: italic;
}
#lists-modal .add-new-li a {
  color: #656565;
  font-style: italic;
  font-weight: 100;
}
#lists-modal .add-new-li-form {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-evenly;
  margin-bottom: 4vh;
}
#lists-modal .add-new-li-form input.txt {
  border: 1px solid #656565;
  box-sizing: border-box;
  border-radius: 3px;
  padding: 3vw;
  font-family: Raleway;
  font-size: 1em;
  width: 58vw;
}
#lists-modal .add-new-li-form button {
  background: transparent;
  border: 0;
}

#obs-modal textarea {
  border: 1px solid #656565;
  box-sizing: border-box;
  border-radius: 3px;
  width: 100%;
  height: 20vh;
  margin: 20px 0px;
  font-family: "Raleway", Arial;
  font-size: 1em;
  padding: 10px;
}

section.capa {
  background-color: #77bc1f;
  min-height: 100vh;
}
section.capa img.welcome {
  width: 40vw;
  height: auto;
  max-width: 400px;
  margin: 0 auto;
  display: block;
  padding-top: 43vh;
}
section.capa img.fruits {
  width: 100vw;
  height: 77vh;
}

section.escolha-loja {
  background-color: #f8f7f2;
}
section.escolha-loja button.btn {
  display: block;
  border: 0;
  border-radius: 50px;
  background-color: #388743; /* #ff8300; */
  color: #fff;
  padding: 10px;
  font-size: 1rem;
  margin: 20px 0 0;
  width: -webkit-fill-available;
  height: 42px;
}
section.escolha-loja button.btn i {
  margin-right: 10px;
}
section.escolha-loja button.btn.active {
  background-color: #ff8300;
}
section.escolha-loja div.container {
  background-color: #fff;
  width: auto;
  display: flex;
  flex-flow: column;
}
section.escolha-loja div.container .header {
  margin: 20px;
}
section.escolha-loja div.container .header .title {
  display: flex;
  align-items: center;
  text-align: left;
  color: #41873f;
}
section.escolha-loja div.container .header .title img {
  width: 32px;
  height: 42px;
  margin-right: 30px;
}
section.escolha-loja div.container .header .title p {
  max-width: 265px;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5em;
}
section.escolha-loja div.header div.search-cep {
  position: relative;
  margin-top: 15px;
}
section.escolha-loja div.header div.search-cep .MuiFormControl-root {
  width: 100%;
}
section.escolha-loja div.header div.search-cep .MuiFormControl-root .MuiInputLabel-outlined {
  transform: translate(14px, 12px);
}
section.escolha-loja div.header div.search-cep .MuiFormControl-root .MuiInputLabel-outlined.MuiInputLabel-shrink {
  transform: translate(14px, -6px) scale(0.75);
}
section.escolha-loja div.header div.search-cep fieldset {
  border-radius: 10px;
  border: 1px solid #F8D78F;
}
section.escolha-loja div.header div.search-cep .Mui-focused fieldset {
  border-color: #FCB23B;
}
section.escolha-loja div.header div.search-cep input {
  padding: 10px 15px;
  color: #555555;
}
section.escolha-loja div.header div.search-cep i {
  position: absolute;
  top: 12px;
  right: 12px;
  color: #FCB23B;
}
section.escolha-loja div.container .search {
  display: block;
  margin: 0;
  padding: 20px;
  background-color: #F8F7F2;
}
section.escolha-loja div.container .search input {
  border: 1px solid #ababab;
  box-sizing: border-box;
  border-radius: 3px;
  width: 95vw;
  margin: 0 auto 0 auto;
  display: block;
  padding: 3vw;
  font-family: "Raleway", "FontAwesome";
  height: 30px;
  border: 0;
  color: #656565;
}
section.escolha-loja div.container .search .MuiFormControl-marginNormal {
  margin: 0;
  background-color: white;
  border-radius: 10px;
}
section.escolha-loja div.container .search .MuiFormControl-marginNormal .MuiInputBase-input {
  color: #555555;
}
section.escolha-loja div.container .search .MuiFormControl-marginNormal .MuiInputBase-root fieldset {
  border-color: #F8D78F;
  border-radius: 10px;
}
section.escolha-loja div.container .search .MuiFormControl-marginNormal .MuiInputBase-root.Mui-focused fieldset {
  border-color: #FCB23B;
  border-width: 1px;
}
section.escolha-loja div.container .search .MuiAutocomplete-endAdornment .MuiAutocomplete-popupIndicator svg {
  visibility: hidden;
}
section.escolha-loja div.container .search .MuiAutocomplete-endAdornment .MuiAutocomplete-popupIndicator .MuiIconButton-label:before {
  content: '\f002';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 16px;
  position: absolute;
  color: #FCB23B;
}
section.escolha-loja div.container .search .MuiAutocomplete-endAdornment .MuiAutocomplete-popupIndicatorOpen {
  transform: rotate(0)!important;
}

section.escolha-loja div.container .search .MuiInputLabel-outlined {
  transform: translate(14px, 17px) scale(1);
  width: 85%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
section.escolha-loja div.container .search .MuiInputLabel-outlined.MuiInputLabel-shrink {
  transform: translate(14px, -6px) scale(0.75);
  width: auto;
}

section.escolha-loja div.container .search .btn-group {
  margin-top: 10px;
  display: flex;
}
section.escolha-loja div.container .search .btn-group button {
  flex: 1;
  height: 42px;
  background: #FFFFFF;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
  font-weight: bold;
  color: #388743;
  border: 1px solid transparent;
  box-sizing: border-box;
}
section.escolha-loja div.container .search .btn-group button:first-child {
  border-radius: 50px 0 0 50px;
}
section.escolha-loja div.container .search .btn-group button:last-child {
  border-radius: 0 50px 50px 0;
}
section.escolha-loja div.container .search .btn-group button.active {
  background: rgba(113, 188, 53, 0.05);
  border: 1px solid rgba(113, 188, 53, 0.5);
}


section.escolha-loja div.stores-alerts {
  padding: 0 20px;
  font-size: 16px;
  text-align: center;
  color: #333333;
}
section.escolha-loja div.stores-alerts p {
  margin-bottom: 10px;
}


section.escolha-loja div.container .menu {
  display: table;
  vertical-align: middle;
  height: 5vh;
  margin-top: 2vh;
}
section.escolha-loja div.container .menu li {
  text-transform: uppercase;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 50vw;
}
section.escolha-loja div.container .menu li.active {
  color: #77bc1f;
  border-bottom: 2px solid #77bc1f;
}
section.escolha-loja div .floater {
  text-align: center;
  position: absolute;
  z-index: 2;
  width: 100%;
  display: none;
}
section.escolha-loja div .floater button {
  background: rgba(65, 135, 63, 0.95);
  box-shadow: 0px 4px 4px rgba(65, 135, 63, 0.2);
  border-radius: 100px;
  height: 35px;
  width: 35px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Raleway";
  font-size: 0.8em;
  margin: 2px;
  display: inline-block;
  margin-top: 3vw;
  border: 0;
}

section.escolha-loja div .floater button.filtro {
  background: rgba(65, 135, 63, 0.95);
  width: auto;
  padding: 0 15px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Raleway";
  display: inline-flex;
  align-items: center;
  margin: 3vw 5px;
}
section.escolha-loja div .floater button.filtro i {
  font-size: 1.1em;
}
section.escolha-loja div .floater button.filtro span {
  text-align: left;
  font-size: 0.8em;
  line-height: 1em;
}

section.escolha-loja div .floater button.filtro.inactive {
  background: #656565;
  color: #fff;
}

section.escolha-loja div#maps {
  display: none;
}
section.escolha-loja div#stores {
  background-color: #f8f7f2;
  padding: 0vh;
  display: block;
  min-height: 77vh;
}
section.escolha-loja div#stores ul {
  padding: 10px 0;
}
section.escolha-loja div#stores ul li {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  width: 90vw;
  border-radius: 8px;
  background-color: #fff;
  font-weight: 500;
  margin: 10px 20px;
  padding: 15px 20px;
  width: auto;
  transition: all .3s;
  cursor: pointer;
}
section.escolha-loja div#stores ul li:hover,
section.escolha-loja div#stores ul li:active {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
}
section.escolha-loja div#stores ul li p {
  display: block;
  margin: 10px auto 0;
  color: #303030;
  font-size: .9rem;
}
section.escolha-loja div#stores ul li p.title {
  margin-top: 0;
  color: #41873f;
  font-size: 1rem;
}
section.escolha-loja div#stores ul li p.store-hours {
  display: none;
  background-color: #f8f7f2;
  border-radius: 0 0 10px 10px;
  color: #656565;
  padding: 2vh 2vh;
}
section.escolha-loja #map {
  height: 77vh;
  width: auto;
  z-index: 1;
}

section {
  background-color: #f8f7f2;
}
section.white-bg {
  background-color: #fff;
}
section .store {
  background-color: #f8f7f2;
  color: #41873f;
}
section .store p {
  text-align: center;
  padding: 10px;
  color: #41873f;
}
section .store p a {
  color: #41873f;
}
section.content .store p a {
  color: #fff;
}
section .store p i.marker {
  font-size: 0.7em;
}
section .search {
  position: relative;
  padding: 15px 0;
  background-color: #fff;
  min-height: 45px;
  font-family: "Raleway, FontAwesome" !important;
}
section .search input {
  font-family: "Raleway, Arial, FontAwesome";
}
section .search img.logo {
  width: 30px;
  height: 40px;
  margin-left: 20px;
  display: inline-block;
  vertical-align: middle;
}
section .search #search {
  width: calc(100% - 120px);
  border: 1px solid #ababab;
  border-radius: 3px;
  margin-left: 20px;
  height: 40px;
  padding: 0 15px;
  display: inline-block;
  /* max-width: 600px; */
}
section .search.page #search {
  width: 82.5vw;
}
section .search .form {
  position: relative;
  transition: all .3s;
}
section .search.active {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 1000px;
  background: white;
  height: 100vh;
  z-index: 999999;
}
section .search .form button {
  border-radius: 100%;
  background-color: transparent;
  border: 0;
  padding: 5px 5px;
  position: absolute;
  top: 10px;
  right: 6.5vw;
  color: #ababab;
}
section .search .search-result {
  position: relative;
  background: white;
  width: 100%;
  padding: 0 20px 20px 20px;
  box-sizing: border-box;
  z-index: 1;
  display: none;
}
section .search .search-result.active {
  display: block;
}
section .search .search-result h2,
section .search .search-result a {
  font-family: "Raleway", Arial;
}
section .search .search-result h2 {
  font-size: 16px;
  margin-top: 30px;
}
section .search .search-result ul li {
  margin: 5px 0;
}
section .search .search-result ul li a {
  color: #000000;
}
section .search .search-result ul.result-product li a {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
section .search .search-result ul.result-product li a .photo {
  margin-right: 5px;
}
section .search .search-result ul.result-product li a .photo img {
  width: 50px;
}
section .search .search-result ul.result-product li a p:first-child {
  margin: 0 0 5px;
  line-height: 1.2em;
  max-height: 2.4em;
  overflow: hidden;
  text-overflow: ellipsis;
}
section .search .search-result ul.result-product li a p.current {
  text-transform: uppercase;
  font-size: 12px;
}
section .search .search-result ul.result-product li a p span {
  font-family: "Bebas Neue W01 Regular";
  font-size: 20px;
  color: #77bc1f;
  line-height: .8em;
}
section .search .search-result ul.result-product li a p.original span {
  font-size: 16px;
  color: #303030;
  text-decoration: line-through;
}
section .search .search-result ul.result-product li:nth-child(1n+3) {
  display: none;
}

section.home div.banners div.item img {
  width: 100vw;
  max-width: 1000px;
}
section.home div.banners .slick-slide {
  height: auto;
}
section.home div.banners .slick-dots li button:before {
  color: #77bc1f;
  font-size: 10px;
}
section.home div.banners .slick-dots li.slick-active button:before {
  color: #77bc1f;
}
section.home div.categories {
  margin: 3vh 0 3vh 0;
}
section.home div.categories .slick-slide {
  height: auto;
}
section.home div.categories .slick-list {
  padding: 0 0!important;
}
section.home div.categories div.item {
  display: block;
  padding: 0;
  text-align: center;
  margin: 0;
}
section.home div.categories div.item .ico {
  border-radius: 50%;
  width: 60px;
  padding-top: 60%;
  background: center center no-repeat;
  background-size: contain;
  max-width: 100px;
  margin: 0 auto;
}
section.home div.categories div.item img {
  border-radius: 100px;
  margin: 0 auto;
  padding: 0;
  width: 14vw;
}
section.home div.categories div.item p {
  /* width: 20vw; */
  text-align: center;
  font-size: 0.8em;
  margin: 0;
  padding: 0;
  min-height: 1vh;
  margin-top: 1vh;
  color: #303030;
  transition: all .3s;
}
section.home div.categories div.item:hover p {
  color: #ff8300;
}
section.home ul.menu {
  display: flex;
  flex-flow: row nowrap;
  margin: 3vh 0 0 0;
}
section.home ul.menu li {
  flex: 1 1 auto;
  text-align: center;
}

div.product-group {
  margin-top: 0;
}
div.product-group div.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
div.product-group div.header h2 {
  font-family: "Bebas Neue W01 Regular";
  display: inline-block;
  margin-left: 20px;
  vertical-align: middle;
  width: 57vw;
  margin-right: 20px;
  font-weight: 100;
}
div.product-group div.header div.more {
  display: inline-block;
  color: #77bc1f;
  text-transform: uppercase;
  vertical-align: middle;
  padding-left: 0vw;
  cursor: pointer;
  margin: 0 20px;
}
div.product-group div.header div.more a {
  color: #77bc1f;
}
div.product-group div.products {
  background-image: url("/assets/images/listras-amarela.svg");
  background-size: auto 100%;
  padding: 25px 0;
  margin-bottom: 30px;
}
div.product-group div.products.content {
  background-image: url("/assets/images/listras-verde.svg");
}
div.product-group div.products.bem-querer {
  background-image: url("/assets/images/listras-bem_querer.svg");
}
div.product-group div.products.bf {
  background-image: url("/assets/images/listras-bf.svg");
}
div.product-group div.products.nobg {
  background-image: none;
}
div.product-group div.products.gray-bg {
  background-image: none;
  background-color: #f8f7f2;
}

div.product-group div.products .slick-list {
  padding: 0 10px;
}
div.product-group div.products .items {
  position: relative;
}
div.product-group div.products .items.list {
  display: flex;
  flex-flow: row wrap;
  margin-left: 0 !important;
  justify-content: space-around;
}
div.product-group div.products .items:first-of-type {
  margin-left: 0;
}
div.product-group div.products .items .bemQuerer {
  position: absolute;
  top: 3px;
  left: 4px;
}
div.product-group div.products .items .photo {
  text-align: center;
}
div.product-group div.products .items .photo img {
  display: inline;
  width: 90px;
  height: 90px;
}
div.product-group div.products .items .item {
  width: 38vw!important;
  max-width: 150px!important;
  min-width: 134px;
  padding: 10px 0 0 0;
  background: #fff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  /* height: 34vh; */
  height: 320px;
  margin: 0 6px;
  min-height: 320px;
  display: flex !important;
  justify-content: space-between;
  flex-flow: column nowrap;
  background-size: 300%;
  background-position: center;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
div.product-group div.products .items .item.content {
  padding: 0;
  justify-content: flex-end;
}
div.product-group div.products .items p.none {
  font-size: 1.2em;
  text-align: center;
  padding-bottom: 16vh;
}
div.product-group div.products .items p.none.title {
  font-size: 1.5em;
  padding-top: 13vh;
  padding-bottom: 4vh;
}
div.product-group div.products .items.list .item {
  margin-bottom: 9vw;
}
div.product-group div.products .items .item.content a.empty {
  width: 100%;
  height: 13vh;
}
div.product-group div.products .items .item.content div.box {
  display: flex;
  justify-content: flex-end;
  flex-flow: column nowrap;
  color: #fff;
  text-shadow: 0px 0px 3px #666;
  padding-bottom: 5px;
  background: linear-gradient(
    179.74deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 20.73%,
    rgba(0, 0, 0, 0.75) 100%
  );
  transition: all .3s;
}
div.product-group div.products .items .item.content:hover div.box {
  padding-bottom: 10px;
}
div.product-group div.products .items .item.content div.box p.title {
  margin: 0 15px;
}
div.product-group div.products .items .item.content div.box p.title a {
  color: #fff;
}
div.product-group div.products .items .item.content div.box div.menu {
  display: flex;
  justify-content: center;
  margin-top: 2vw;
}
div.product-group div.products .items .item.content div.box div.menu p {
  flex: 3 1 auto;
}
div.product-group div.products .items .item.content div.box div.menu > * {
  flex: 0 1 auto;
  color: #fff;
}
div.product-group div.products .items .item.content div.box div.menu button {
  background: transparent;
  border: 0;
}
div.product-group div.products .items .item.content div.box div.menu p.type {
  color: #fff;
  display: inline;
  margin: 15px 15px 15px;
  font-size: 0.7em;
  text-transform: capitalize;
}
div.product-group div.products .items .item.content div.box div.menu i.icon {
  font-size: 1.5em;
  display: inline;
  text-align: right;
  margin-right: 10px;
  transition: all .3s;
}
div.product-group div.products .items .item.content div.box div.menu i.icon:hover {
  color: #ff8300;
}
div.product-group div.products .items .item p.category {
  font-size: 0.75em;
  text-align: center;
  margin: 3vw 0 2vw 0;
  color: #303030;
}
div.product-group div.products .items .item p.name {
  font-size: 0.8em;
  text-align: center;
  margin: 1vw 0 2vw 0;
  padding: 0 2vw;
  color: #303030;
  height: 6em;
  overflow: hidden;
}

div.product-group div.products .items .item .prices-discount {
  font-family: "Bebas Neue W01 Regular";
  display: flex;
  flex-flow: row nowrap;
  padding-left: 10px;
}
div.product-group div.products .items .item .prices-discount .values .original {
  font-size: 0.95em;
  text-decoration-line: line-through;
  color: #303030;
}
div.product-group div.products .items .item .prices-discount .values .current {
  font-size: 1.2em;
  color: #77bc1f;
}
div.product-group div.products .items .item .prices-discount .values .perKg {
  color: #bbb;
  font-size: 0.75em;
}
div.product-group
  div.products
  .items
  .item
  .prices-discount
  .values
  .current
  span {
    color: #303030;
    font-family: Raleway, arial;
    font-size: 0.45em;
}
div.product-group div.products .items .item .prices-discount .discount {
  margin: 0 0 0 auto;
  background-color: orange;
  height: 15px;
  padding: 5px 8px 5px 7px;
  border-radius: 20px 0 0 20px;
  color: #fff;
  font-size: 0.9em;
}
div.product-group div.products .items .item .prices-regular .current {
  font-family: "Bebas Neue W01 Regular";
  font-size: 1.25em;
  color: #77bc1f;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 6px;
}
div.product-group div.products .items .item .prices-regular .perKg {
  color: #bbb;
  font-size: 0.75em;
  text-align: center;
}
div.product-group div.products .items .item .prices-regular .current span {
  color: #303030;
  font-family: Raleway, arial;
  font-size: 0.6em;
}
div.product-group div.products .items .item .qty {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  margin-top: 1vw;
  margin-bottom: 2vw;
}
div.product-group div.products .items .item .qty button {
  color: #41873f;
  margin-bottom: 2px;
  font-size: 2em;
  background-color: transparent;
  border: 0;
  width: 5px;
  margin: 0;
  padding: 0;
  max-width: 45px;
}
div.product-group div.products .items .item .qty button.zero {
  color: #ababab;
  margin-bottom: 2px;
}
div.product-group div.products .items .item .qty button.more {
  margin-bottom: 0;
  background-color: transparent;
  border: 0;
}
div.product-group div.products .items .item .qty > * {
  flex: 1 1 auto;
  text-align: center;
  font-size: 3em;
  vertical-align: middle;
}
div.product-group div.products .items .item .qty .current {
  font-family: "Bebas Neue W01 Regular";
  font-size: 1.7em;
  background-color: #e9e9e9;
  border-radius: 150px;
  padding: 2.5vw 0vw;
  text-align: center;
  margin: 10px 0;
  display: inline-block;
  max-width: 48px;
}
div.product-group div.products .items .item .qty .current.active {
  background-color: #41873f;
  color: #fff;
}
div.product-group div.products .items .item.more > div {
  display: flex;
  flex-flow: column wrap;
}
div.product-group div.products .items .item.more > img {
  margin-top: 6vh;
}
div.product-group div.products .items .item.more a {
  text-align: center;
  margin-top: 10vh;
  text-transform: uppercase;
  color: #77bc1f;
}
div.product-group div.products .items .item.more {
  justify-content: space-around;
}

footer.menu {
  padding-top: 1vw;
  position: fixed;
  width: 100vw;
  bottom: 0;
  background-color: #fff;
  box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.1);
  height: 70px;
  z-index: 3;
  max-width: 1000px;
}
footer.menu > div {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-evenly;
}
footer.menu > div a {
  margin-top: 5px;
}

footer.context-menu {
  background-color: rgba(119, 188, 31, 0.95);
  padding: 1vh;
  border-radius: 100vw;
  width: 50px;
  height: 50px;
  text-align: center;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  position: fixed;
  bottom: 200px;
  right: 5vw;
  vertical-align: middle;
  padding-bottom: 7px;
  padding-top: 10px;
  box-sizing: border-box;
  transition: all .3s;
  cursor: pointer;
}
footer.context-menu:hover {
  background-color: #388743;
}
footer.context-menu > .close {
  display: none;
}
footer.context-menu > .open {
  margin: 2.5px;
  height: 23px;
}
footer.context-menu.feedback {
  color: #fff;
  font-size: 1.4em;
  right: unset;
  left: 20px;
}

footer.context-menu-window {
  display: none;
  position: fixed;
  bottom: 250px;
  right: 17px;
  background-image: url("/assets/images/icons/floating-menu-box.svg");
  padding: 0vh;
  width: 200px;
  height: 106px;
  background-size: 100% 100%;
}
footer.context-menu-window div {
  padding: 13px 0px;
  text-transform: uppercase;
  font-size: 0.7em;
  vertical-align: middle;
  margin: 2px 11px;
}
footer.context-menu-window div button {
  color: #303030;
  background: transparent;
  border: 0;
  font-family: "Raleway", Arial;
  text-transform: uppercase;
  font-size: 0.9em;
}
footer.context-menu-window div button.tirar {
  color: #77bc1f;
}
footer.context-menu-window div:first-of-type {
  border-bottom: 1px solid #c4c4c4;
}
footer.context-menu-window .icon {
  font-size: 1.6em;
  vertical-align: middle;
  margin-right: 4px;
}
footer.context-menu-window #btn-favorite-remove {
  color: #77bc1f;
  display: none;
}

footer.context-menu-window div svg {
  vertical-align: middle;
  margin-right: 4px;
}
footer.product-menu {
  background: rgba(65, 135, 63, 0.95);
  box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  font-family: "Bebas Neue W01 Regular";
  display: inline-flex;
  width: 100vw;
  flex-flow: row nowrap;
  justify-content: space-around;
  align-items: center;
  position: fixed;
  bottom: 74px;
  height: 65px;
}
footer.product-menu > p {
  align-items: center;
  font-size: 2.1em;
}
footer.product-menu > .items {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-evenly;
  align-items: center;
  width: 140px;
}
footer.product-menu > .items .qty {
  font-size: 1.3em;
  color: #41873f;
  background-color: #fff;
  border-radius: 50px;
  width: 45px;
  text-align: center;
  margin: 0;
  padding: 0;
  max-width: 45px;
  line-height: 44px;
}
footer.product-menu > .items > * {
  flex: 0 0 33%;
}
footer.product-menu > .items > button {
  color: #fff;
  font-size: 2em;
  vertical-align: middle;
  margin: 0;
  border: 0;
  background-color: transparent;
  max-width: 20px;
  width: 20px;
  padding: 0;
}

section.menu {
  background-color: #f8f7f2;
  height: 100vh;
}
section.menu div.header {
  height: 25vh;
  background: url("/assets/images/login-header.png") center center no-repeat;
  background-size: cover;
}
section.menu div.header .back {
  padding-left: 5vw;
  padding-top: 5vw;
  cursor: pointer;
  width: 30px;
}
section.menu ul {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-evenly;
  height: 60vh;
  margin-top: 0vh;
  margin-left: 15vw;
}
section.menu ul li a {
  color: #41873f;
  text-transform: uppercase;
  font-family: "Bebas Neue W01 Regular";
  font-size: 1.5em;
}
section.menu ul li a svg {
  vertical-align: middle;
  margin-right: 10px;
}
section.menu ul li span {
  color: #ababab;
  font-family: "Bebas Neue W01 Regular";
  font-size: 1.25em;
  display: block;
  margin-left: 10vw;
}
section.menu ul li p.thin {
  font-family: "Bebas Neue W01 Regular";
  margin-left: 38px;
  color: #41873f;
  font-size: 1.25em;
}

section .main-menu {
  display: table;
  vertical-align: middle;
  height: 30px;
}
section .main-menu li {
  text-transform: uppercase;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 50vw;
  border-bottom: 2px solid #e9e9e9;
  cursor: pointer;
}
section .main-menu li.active {
  color: #77bc1f;
  border-bottom: 2px solid #77bc1f;
}

section.orders .order {
  font-family: "Roboto";
  background-color: white;
  padding: 20px;
  margin-top: 20px;
}
section.orders .order p {
  padding: 3px 0;
}
section.orders .order p.status {
  margin-top: 10px;
  color: #77bc1f;
  border: 1px solid #77bc1f;
  padding: 5px 20px;
  border-radius: 10px;
  display: inline-block;
}
section.orders .order p.status.danger {
  color: red;
  border: 1px solid red;
}

section.orders .order .title {
  font-size: 1.25em;
  color: #41873f;
}

section ul.arrow-list {
  padding: 4vh 0;
}
section ul.arrow-list li {
  background-color: #fff;
  margin: 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  padding: 10px 20px;
  margin: 10px 0;
  cursor: pointer;
}
section ul.arrow-list li a {
  color: #303030;
}
section ul.arrow-list li button {
  background: transparent;
  border: 0;
}
section ul.arrow-list li.saved > div > * {
  display: inline-block;
  vertical-align: middle;
}
section ul.arrow-list li.saved > div {
  display: inline-block;
  vertical-align: middle;
}
section ul.arrow-list li > div p span {
  font-style: italic;
}
section ul.arrow-list li > div.more {
  display: block;
  text-align: center;
  align-self: center;
}

section.escolha-loja .main-menu {
  display: table;
  background: #F8F7F2;
}
section.escolha-loja .main-menu li {
  text-transform: uppercase;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 50vw;
  border-bottom: 2px solid #e9e9e9;
}
section.escolha-loja .main-menu li.active {
  color: #77bc1f;
  border-bottom: 2px solid #77bc1f;
}

section .current-search {
  margin-top: 10vw;
  margin-bottom: 7vw;
  display: flex;
  flex-flow: row nowrap;
}
section .current-search .back {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  cursor: pointer;
}
section .current-search p {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 0 10px;
  font-weight: bold;
  font-size: 1.2em;
}
section .current-search p.second {
  color: #77bc1f;
  display: block;
  padding-top: 5vw;
  padding-left: 10vw;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  transition: all .3s;
}
section .current-search p.second:hover {
  color: #388743;
}

section.product .current-search p.second {
  padding-left: 0;
  font-size: .85em;
}

section.category .main-button, section.home .main-button  {
  background: #ff8300;
  border-radius: 5px;
  color: #fff;
  font-family: "Bebas Neue W01 Regular";
  font-size: 1.5em;
  margin: 20px;
  width: -webkit-fill-available;
  padding: 10px 20px;
  border: 0;
  z-index: 2;
  transition: all .3s;
}

section.category .current-search p {
  font-family: "Bebas Neue W01 Regular";
  font-size: 1.5em;
  font-weight: 100;
}
section.category .current-search p.second {
  color: #77bc1f;
  display: block;
  padding-top: 3vw;
  padding-left: 0vw;
  text-transform: uppercase;
  font-weight: 500;
}
section.category div.subcategories .slick-list {
  padding-left: 15px;
}
section.category div.subcategories div.item {
  padding: 5px 10px;
  background-color: #f8f7f2;
  border-radius: 3px;
  display: inline-block;
  text-transform: uppercase;
  margin: 0 3px;
  height: auto;
  width: auto !important;
}
section.category div.subcategories div.item a {
  font-size: 0.9em;
  color: #656565;
}

section.product {
  padding-bottom: 120px;
  position: relative;
}
section.product > .item {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
section.product > .item .bemQuerer {
  position: absolute;
  left: 10px;
}
section.product > .item .photo {
  margin-left: 10px;
}
section.product > .item .photo img {
  width: 30vw;
  margin-left: 10px;
}
section.product > .item .prices-discount {
  width: 60vw;
  display: flex;
  font-family: "Bebas Neue W01 Regular";
  justify-content: space-between;
}
section.product > .item .prices-discount .values {
  display: block;
    align-self: flex-end;
    padding-left: 0vw;
}
section.product > .item .prices-discount .values .original {
  text-decoration-line: line-through;
  color: #303030;
}
section.product > .item .prices-discount .values .current {
  color: #77bc1f;
  font-size: 2.2em;
  margin-top: 1vw;
  white-space: nowrap;
}
section.product > .item .prices-discount .values .perKg {
  color: #bbb;
  font-size: 0.75em;
  margin-top: 2vw;
}
section.product > .item .prices-discount .discount {
  background-color: #ff8300;
  text-align: left;
  color: #fff;
  border-radius: 100px 0 0 100px;
  font-size: 1.3em;
  padding: 5px 15px 4px 10px;
  align-self: center;
}
section.product > .item .prices-discount .values .current span {
  font-family: "Raleway", Arial;
  color: #303030;
  font-size: 0.4em;
  margin-left: 5px;
}
section.product > .item .prices-regular {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  margin-bottom: 30px;
  margin-top: 50px;
  font-family: "Bebas Neue W01 Regular";
  width: 60vw;
}
section.product > .item .prices-regular .perKg {
  color: #bbb;
  font-size: 0.75em;
}
section.product > .item .prices-regular .current {
  font-size: 2.125em;
  color: #77bc1f;
  margin-right: 30px;
}
section.product > .item .prices-regular .current span {
  font-family: "Raleway";
  font-size: 0.47em;
  color: #303030;
}

section.product button.obs {
  font-size: 0.9em;
  color: #77bc1f;
  display: block;
  margin: 20px 20px;
  padding: 15px 0;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #77bc1f;
  box-sizing: border-box;
  border-radius: 3px;
  width: -webkit-fill-available;
  transition: all .3s;
}
section.product button.obs:hover {
  background-color: #388743;
  border-color: #388743;
  color: #fff;
}

section.product ul.seals {
  list-style-type: none;
  width: auto;
  text-align: center;
}
section.product ul.seals li {
  text-align: center;
  display: inline-block;
}
section.product ul.seals li img {
  width: 80px;
  height: 80px;
  margin: 20px;
}

section.product div.icons {
  width: 90vw;
  margin: 0 auto;
}
section.product div.icons div.icon {
  width: 44vw;
  display: inline-block;
  vertical-align: middle;
  font-size: 0.7em;
}
section.product div.icons div.icon img {
  vertical-align: middle;
  margin: 1vw;
}

section.product div.product-descriptor {
  margin: 20px;
}
section.product div.product-descriptor p.title {
  font-family: "Bebas Neue W01 Regular";
  display: inline-block;
  vertical-align: middle;
  width: 90vw;
  font-size: 1.5em;
  margin-bottom: 1vh;
}
span.less {
  text-transform: uppercase;
  color: #77bc1f;
  cursor: pointer;
  font-size: .9em;
  transition: all .3s;
}
span.less:hover {
  color: #388743;
}
section.product div.product-descriptor p.description table {
  padding: 2vh 0;
  width: 100%;
}
section.product div.product-descriptor p.description table td {
  border-top: 1px solid #ababab;
  font-size: 0.75em;
  padding: 2vw;
}
section.product div.product-descriptor p.description table th {
  font-size: 0.85em;
}
section.product div.product-descriptor p.description table th.col-1 {
  width: 50vw;
}
section.product div.product-descriptor p.description table th.col-2 {
  width: 20vw;
}
section.product div.product-descriptor p.description table th.col-2 {
  width: 20vw;
}
section.product div.product-descriptor p.description table td:nth-child(2) {
  text-align: center;
}
section.product div.product-descriptor p.description table td:nth-child(3) {
  text-align: center;
}
section.product div.product-descriptor p.description table tr > * {
  padding: 1vh 1vw;
}

section.content {
  padding-bottom: 200px;
}
section.content .store {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  color: #fff;
  z-index: 1;
  position: absolute;
  top: 0;
  width: 100vw;
}
section.content .main-image {
  margin-top: 0px;
  z-index: 0;
}
section.content .main-image img {
  width: 100vw;
}
section.content .main-content {
  /* width: 90vw;
  margin: 0 auto;
  max-width: 900px; */
  margin: 0 20px;
}
section.content .main-content p {
  margin: 2vw 0;
}
section.content .main-content p.title {
  color: #77bc1f;
  margin-top: 4vw;
}
section.content .main-content ul {
  list-style-type: none;
}
section.content .main-content ul li {
  margin-left: 5vw;
}
section.content .main-content ul li::before {
  font-size: 1.5em;
  content: "â€¢ ";
  color: #77bc1f;
  vertical-align: sub;
}
section.content .current-search p {
  font-family: "Bebas Neue W01 Regular";
  text-transform: uppercase;
  font-weight: normal;
}

section.lists {
  min-height: calc(100vh - 90px);
  padding-bottom: 120px;
}
section.lists .header {
  background-color: #fff;
  padding: 4vw;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
section.lists .header .floater {
  position: absolute;
  right: 10px;
  top: 55px;
  box-shadow: 0px 0px 5px #ccc;
}
section.lists .header .floater .item {
  display: block;
  background-color: #fff;
  padding: 10px;
}
section.lists .header .floater .item a {
  color: #303030;
  font-size: 0.8em;
}
section.lists .header button {
  background: transparent;
  border: 0;
}
section.lists .header .title {
  font-family: "Bebas Neue W01 Regular";
  font-size: 1.5em;
}
section.lists .header .title i {
  cursor: pointer;
}
section.lists .header .title a {
  color: #303030;
}
section.lists .header .icon {
  margin-top: 1vw;
}
section.lists ul.items {
  padding-bottom: 40px;
}
section.lists .main-button {
  background: #ff8300;
  border-radius: 5px;
  color: #fff;
  font-family: "Bebas Neue W01 Regular";
  font-size: 1.5em;
  margin: 20px;
  width: -webkit-fill-available;
  padding: 10px 20px;
  border: 0;
  z-index: 2;
  transition: all .3s;
}
section.lists .main-button:hover {
  background-color: #FCB23B;
}
section.lists .main-button.sec {
  background: #77bc1f;
  bottom: 140px;
}

section.lists .store {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}
section.lists .store button {
  border: 1px solid #77bc1f;
  box-sizing: border-box;
  border-radius: 5px;
  background-color: transparent;
  font-family: Roboto;
  color: #77bc1f;
  padding: 2vw 5vw;
  margin-left: 105px;
}
section.lists .store button div {
  margin-left: 10px;
}
section.lists .store button > * {
  display: inline-block;
  vertical-align: middle;
}
section.lists .store p span {
  font-weight: bold;
}
section.lists .store a {
  padding: 2vh;
  color: #77bc1f;
}

section.lists ul.items li.item {
  overflow: hidden;
  background-color: white;
  margin: 5px 0;
  padding: 10px;
  transition: all 1s;
}
section.lists ul.items li.item .product {
  position: relative;
  margin-left: 0;
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  transition: 0.5s;
}
section.lists ul.items li.item.menu .product {
  margin-left: -80%;
}
section.lists ul.items li.item .actions {
  position: absolute;
  top: 0;
  left: 100%;
  width: 80%;
  height: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
}
section.lists ul.items li.item .actions > div {
  width: 22vw;
  font-size: 0.875em;
  color: #fff;
  text-align: center;
  padding-top: 5vh;
}
section.lists ul.items li.item .actions button {
  width: 31%;
  border: 0;
  color: #fff;
  font-family: Roboto;
  font-size: 11px;
}
section.lists ul.items li.item .actions button img,
section.lists ul.items li.item .actions button svg {
  padding-bottom: 5px;
  display: block;
  margin: 0 auto;
}
section.lists ul.items li.item .actions .rem {
  background-color: #eb5757;
}
section.lists ul.items li.item .actions .add {
  background-color: #f2994a;
}
section.lists ul.items li.item .actions .obs {
  background-color: #f2c94c;
}
section.lists ul.items li.item .product .info {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
section.lists ul.items li.item .product .info .photo {
  width: 23vw;
  max-width: 150px;
  margin-left: 10px;
  margin-top: 10px;
}
section.lists ul.items li.item .product .info .photo img {
  width: 23vw;
  max-width: 60px;
}
section.lists ul.items li.item .product .info .details {
  margin-left: 15px;
  font-size: 0.775em;
  font-family: Roboto, Arial;
  width: 55vw;
  margin-top: 10px;
  margin-bottom: 10px;
}
section.lists ul.items li.item .product .info .details .upper {
  color: #9f9f9f;
}
section.lists ul.items li.item .product .info .details .middle {
  margin: 5px 0;
  max-width: 200px;
}
section.lists ul.items li.item .product .info .details .bottom {
  font-family: "Bebas Neue W01 Regular";
  font-size: 1.6em;
  line-height: .8em;
  color: #77bc1f;
  margin-top: 7px;
}
section.lists ul.items li.item .product .info .details .bottom span {
  font-family: "Raleway";
  font-size: 12px;
  color: #000000;
}
section.lists ul.items li.item .product .info .details .bottom small {
  text-decoration-line: line-through;
  color: #666666;
  font-size: 15px;
}
section.lists ul.items li.item .product .info .menu {
  display: flex;
  align-items: center;
}
section.lists ul.items li.item .product .info .menu .items {
  display: flex;
  flex-flow: row nowrap;
  flex-direction: column;
  margin: 0 10px;
  padding-right: 10px;
  border-right: 1px solid #CCC;
  height: 100%;
  align-items: center;
}
section.lists ul.items li.item .product .info .menu .items > div {
  display: flex;
}
section.lists ul.items li.item .product .info .menu .total {
  display: flex;
  align-items: center;
  padding-top: 10px;
  margin-bottom: 10px;
}
section.lists ul.items li.item .product .info .menu .total .price {
  font-family: "Bebas Neue W01 Regular";
  font-size: 1.2em;
  line-height: 14px;
  text-align: center;
  white-space: nowrap;
  margin-top: 10px;
}
section.lists ul.items li.item .product .info .menu .total .price span {
  font-family: "Raleway";
  font-size: 0.6em;
}
section.lists ul.items li.item .product .info .menu .total .sale {
  background: #ffb151;
  color: white;
  padding: 3px 5px 3px 8px;
  border-radius: 20px 0 0 20px;
  font-family: "Bebas Neue W01 Regular";
  font-size: 14px;
  transform: translateX(10px);
}
section.lists ul.items li.item .product .info .menu .items button {
  vertical-align: middle;
  line-height: 9vw;
  font-size: 1.5em;
  color: #303030;
  border: 0;
  background: transparent;
  width: 20px;
}
section.lists ul.items li.item .product .info .menu .qty {
  background: #e9e9e9;
  border-radius: 100px;
  width: 9vw;
  text-align: center;
  height: 9vw;
  vertical-align: middle;
  line-height: 9vw;
  margin: 0;
  font-family: Roboto, Arial;
}
section.lists ul.items li.item .product .info .menu .qty.alert {
  background-color: red;
  color: white;
}
section.lists ul.items li.item .product .info .menu .icon {
  cursor: pointer;
  transition: all .5s;
}
section.lists ul.items li.item.menu .product .info .menu .icon {
  transform: rotate(180deg);
}
section.lists ul.items li.item .notes .notes-title {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  padding-top: 10px;
  border-top: 1px solid #c4c4c4;
  cursor: pointer;
}
section.lists ul.items li.item .notes .notes-title .detail {
  font-size: 0.875em;
}
section.lists ul.items li.item .notes .notes-text {
  padding: 15px 0;
  font-size: 0.75em;
}
section.lists ul.items li.item .notes .notes-text i {
  font-size: 0.8em;
}

section.lists .store-pickup {
  font-size: 0.875em;
  padding: 30px 20px;
  background-color: #f8f7f2;
}
section.lists .store-pickup p.title {
  color: #41873f;
}

section.lists.payment div.hours {
  padding: 0 20px;
}

section.lists .order-status {
  background-color: transparent;
}
section.lists .order-status .title {
  font-family: "Bebas Neue W01 Regular";
  color: #656565;
  text-align: center;
  font-size: 1.25em;
  margin: 20px 0;
}
section.lists .order-status .title span {
  color: #77bc1f;
}
section.lists .order-status .status {
  display: flex;
  margin: 30px 20px;
}
section.lists .order-status .status .circle {
  text-align: center;
  flex: 1;
}
section.lists .order-status .status .circle img {
  padding: 15px;
  background-color: #ababab;
  border-radius: 37%;
  width: 30px;
}
section.lists .order-status .status .circle img.active {
  background-color: #77bc1f;
}

section.lists .cards {
  padding: 5vw 0;
}
section.lists .cards > div {
  display: inline-block;
  border: 1px solid #656565;
  border-radius: 3px;
  width: 70vw;
  margin: 2vw 10vw;
  padding: 3vw 5vw 1vw 5vw;
}
section.lists .cards.paymentDelivery > div {
  text-align: center;
  padding-bottom: 2vw;
}
section.lists .cards > div.active {
  border: 1px solid #41873f;
}
section.lists .cards > div.active > div {
  font-weight: bold;
}
section.lists .cards > div > div {
  display: inline-block;
  line-height: 28px;
}
section.lists .cards > div > div.flags {
  float: right;
}
section.lists .cards > div > div.flags img {
  padding-left: 3px;
}

section.lists .hours h2 {
  margin: 0;
  font-size: 1em;
  color: #77bc1f;
  text-align: center;
  padding-top: 2vh;
}
section.lists .hours .days {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-top: 20px;
  color: #303030;
}
section.lists .hours .days .day {
  text-align: center;
  font-family: "Bebas Neue W01 Regular";
  font-size: 1.25em;
  padding: 1vw 2vw;
}
section.lists .hours .days .day span {
  font-size: 1.5em;
}
section.lists .hours .days .day.active {
  color: #41873f;
  border-bottom: 2px solid #41873f;
}
section.lists .hours .hours li {
  justify-content: start;
  margin-left: 0;
  margin-top: 10px;
}
section.lists .hours .hours li.active {
  color: #41873f;
  font-weight: bold;
}

section.lists > .total {
  font-family: "Roboto";
  font-size: 0.9em;
  width: 90vw;
  margin: 0 auto;
  margin-bottom: 40px;
}
section.lists .total p {
  padding: 3px 0;
}
section.lists .total p span {
  float: right;
}
section.lists .total p > span {
  width: 90px;
}
section.lists .total p small {
  display: block;
  margin-right: 100px;
  font-weight: 300;
  font-size: 0.8em;
}
section.lists .total .discount {
  color: #41873f;
}
section.lists .total .total {
  font-weight: bold;
}
section.lists .empty-cart {
  text-align: center;
  font-size: 1.25em;
}
section.lists .empty-cart p {
  padding: 20px 0;
}
section.lists .empty-cart a {
  color: #000;
  font-weight: bold;
}
section.lists .empty-cart p.title {
  font-size: 1.25em;
  padding-top: 20vh;
}

section.lists .field-icon img {
  width: 50px;
  padding-top: 13px;
  padding-left: 5px;
  height: 30px;
}

section.lists.payment button {
  bottom: 10px;
  position: relative;
  margin-top: 40px;
}
section.lists.payment button:hover {

}
section.lists.payment {
  padding-bottom: 10px;
}

section.help {
  min-height: calc(100vh - 90px);
  padding-bottom: 90px;
}
section.help .header {
  background-color: #fff;
  padding: 4vw;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
section.help .header .floater {
  position: absolute;
  right: 10px;
  top: 55px;
  box-shadow: 0px 0px 5px #ccc;
}
section.help .header .floater .item {
  display: block;
  background-color: #fff;
  padding: 10px;
}
section.help .header .floater .item a {
  color: #303030;
  font-size: 0.8em;
}
section.help .header button {
  background: transparent;
  border: 0;
}
section.help .header .title {
  font-family: "Bebas Neue W01 Regular";
  font-size: 1.5em;
}
section.help .header .title a {
  color: #303030;
}
section.help .header .icon {
  margin-top: 1vw;
}
section.help .bullet {
  display: inline-block;
  width: calc(100% - 20px);
  cursor: pointer;
  padding-right: 20px;
  box-sizing: border-box;
}
section.help .bullet:hover {
  color: #388743;
}
section.help i.bullet {
  width: 20px;
}

section.help .faq {
  margin: 0 20px;
}
section.help .faq .form {
  position: relative;
}
section.help .faq .form i {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 14px;
}
section.help input.query {
  width: 100%;
  padding: 8px;
  border-radius: 3px;
  border: 1px solid #656565;
  box-sizing: border-box;
}

section.help h3 {
  color: #41873f;
}
section.help dl {
  font-size: 0.875em;
}
section.help dt {
  font-weight: 600;
  margin-top: 20px;
}
section.help dd {
  font-weight: normal;
  margin: 10px 0;
}
section.help dd p {
  padding-top: 5px;
  padding-bottom: 5px;
}

section.help .ouvidoria p {
  width: 80vw;
  display: block;
  margin: 0 auto;
  color: #41873f;
  text-align: center;
  padding: 30vh 0;
}
section.help .ouvidoria p strong {
  font-weight: bold;
  font-size: 1.2em;
  padding-top: 2vh;
}
section.help .ouvidoria button,
section.help .assuntoMensagem button {
  background: #41873f;
  border-radius: 3px;
  border: 0;
  color: #fff;
  width: 300px;
  margin: 0 auto;
  display: block;
  padding: 10px;
  text-transform: uppercase;
  font-family: "Bebas Neue W01 Regular";
  font-size: 1.1rem;
  font-weight: normal;
  margin-top: 4vh;
}

section.help .content > * {
  margin: 20px;
}

section.inspire div.subcategories {
  margin-top: -15px;
  text-align: center;
}
section.inspire div.subcategories div.item button {
  background-color: transparent;
  border: 1px solid #77bc1f;
  color: #77bc1f;
  border-radius: 3px;
  text-transform: uppercase;
  padding: 7px 15px;
}
section.inspire div.subcategories div.item button.active {
  background-color: #77bc1f;
  color: #fff;
}

section.login {
  height: 100vh;
  padding-bottom: 130px;
}
section.login .header {
  height: 45vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
section.login .header .back {
  padding-top: 5vw;
  padding-left: 5vw;
  cursor: pointer;
  width: 30px;
}

section.login h1 {
  font-family: "Bebas Neue W01 Regular";
  color: #41873f;
  text-align: center;
  margin-top: 40px;
}
section.login button {
  font-family: "Bebas Neue W01 Regular";
  text-align: center;
  background-color: #ff8300;
  border: 0;
  border-radius: 5px;
  color: #fff;
  width: 80vw;
  display: block;
  padding: 10px;
  font-size: 1.5em;
  margin: 0 auto;
  margin-top: 35px;
}
section.login .subActions {
  width: 80vw;
  display: block;
  margin: 0 auto;
  margin-top: 15px;
}
section.login .subActions a {
  color: #41873f;
  font-weight: bold;
  text-decoration: underline;
  font-size: 0.9em;
}
section.login .subActions .left {
  float: left;
}
section.login .subActions .right {
  float: right;
}
section.login .back a {
  padding: 20px;
  display: block;
}

section.cadastro {
  padding-bottom: 150px;
}
section.cadastro .back {
  position: absolute;
  left: 0;
  padding-left: 20px;
  width: 100%;
  box-sizing: border-box;
}
section.cadastro .back > div {
  cursor: pointer;
}
section.cadastro .header {
  position: sticky;
  top: 0;
  height: 30px;
  background-color: white;
  background-size: 100vw;
  background-repeat: no-repeat;
  padding: 15px 0 10px;
  border-bottom: 1px solid #C4D534;
  z-index: 9;
}
section.cadastro h1 {
  position: absolute;
  left: 50%;
  top: 0;
  margin: 0;
  white-space: nowrap;
  font-family: "Bebas Neue W01 Regular";
  font-weight: 400;
  color: #41873f;
  text-align: center;
  transform: translateX(-50%);
}
section.cadastro .features {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 15px;
  margin: 20px;
  background: #FFFFFF;
  border: 1px solid #F2F1EC;
  box-sizing: border-box;
  border-radius: 8px;
}
section.cadastro .features > div:last-child {
  border-left: 1px solid #F7F6F1;
  padding-left: 15px;
  margin-left: 15px;
}
section.cadastro .features > div .bemquerer {
  width: 100px;
}
section.cadastro .features > div p:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  color: #388743;
  position: relative;
  width: 20px;
  margin-left: -20px;
  display: inline-block;
}
section.cadastro .features > div p {
  padding-left: 20px;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.03em;
  color: #B3542C;
  margin: 5px auto;
}
section.cadastro .steps {
  margin: 20px;
}
section.cadastro .steps .steps-nav {
  display: flex;
  justify-content: space-around;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}
section.cadastro .steps .steps-nav:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 16px;
  background: #C4D534;
}
section.cadastro .steps .steps-nav .step-nav {
  position: relative;
}
section.cadastro .steps .steps-nav .step-nav .icon {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 30px;
  font-size: 12px;
  color: #C4D534;
  background: #FFFFFF;
  border: 1px solid #C4D534;
  border-radius: 88px;
  box-sizing: border-box;
  margin: 0 auto 5px;
}
section.cadastro .steps .steps-nav .step-nav.active .icon {
  color: #388743;
  border: 2px solid #C4D534;
  box-shadow: 0px 0px 8px rgba(196, 213, 52, 0.5);
}
section.cadastro .steps .steps-nav .step-nav h2 {
  margin: 0;
  font-family: "Bebas Neue W01 Regular";
  font-size: 14px;
  line-height: 20px;
  color: #388743;
}
section.cadastro .MuiFormControl-root:not(.MuiTextField-root) {
  display: block;
  margin: 10px 0px;
}
section.cadastro .MuiFormControl-root .MuiTextField-root {
  width: 100%;
}
section.cadastro .MuiFormControl-root .MuiTextField-root .MuiInputBase-input {
  background-color: white;
  color: #555555;
}
section.cadastro .MuiFormControl-root .MuiTextField-root fieldset {
  border-color: #CCCCCC;
}
section.cadastro .MuiFormControl-root .MuiTextField-root .Mui-focused fieldset {
  border-color: #555555;
  border-width: 1px;
}

section.cadastro .content .step {
  display: none;
}
section.cadastro .content .step.active {
  display: block;
}

section.cadastro button.next,
section.cadastro input.action {
  display: block;
  border: 0;
  border-radius: 50px;
  background-color: #388743; /* #ff8300; */
  color: #fff;
  padding: 10px;
  font-size: 1rem;
  margin: 20px auto;
  width: -webkit-fill-available;
  height: 48px;
}
section.cadastro button.next i {
  margin-left: 20px;
}

section.cadastro .regras-senha, section.login .regras-senha {
  margin-top: 60px;
  margin-left: 40px;
  width: 270px;
  margin: 30px auto;
}
section.cadastro .product-descriptor {
  width: 90vw;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
section.cadastro .check-field {
  position: relative;
  margin: 35px 20px 20px;
  padding-left: 25px;
  box-sizing: border-box;
}
section.cadastro .check-field input {
  position: absolute;
  left: 0;
}
section.cadastro .check-field a {
  color: #388743;
}
#politica-modal {
  font-size: 0.75em;
}

section.carrinho button.sec {
  background: #ddd !important;
  color: #41873f;
}

.MuiSnackbar-anchorOriginBottomCenter {
  bottom: 70px !important;
}
.MuiSnackbar-anchorOriginBottomCenter.product {
  bottom: 139px !important;
}
.MuiSnackbarContent-root {
  flex-grow: 1.2 !important;
  background-color: rgba(119, 188, 31, 0.95) !important;
  border-radius: 0 !important;
}
.MuiSnackbar-root {
  left: 0 !important;
  right: 0 !important;
}

#newapp .MuiDialog-container {
  background: #cbf1c2!important;
}
#newapp .MuiPaper-root {
  background: rgb(45,114,38);
  background: linear-gradient(135deg, rgba(45,114,38,1) 0%, rgba(176,222,88,1) 100%);
  overflow: initial;
  color: white;
}
#newapp .MuiPaper-root .MuiDialogContent-root {
  background: url("/assets/images/newapp.png") right 20px bottom 50px no-repeat;
  background-size: 180px auto;
  width: 215px;
}
#newapp .MuiPaper-root .MuiDialogContent-root p {
  font-size: 14px;
}
#newapp .MuiPaper-root .MuiDialogContent-root p.center {
  margin: 170px 0 10px;
  text-align: center;
}
#newapp .MuiPaper-root a.modal.disponivel {
  display: block;
  color: white;
}
#newapp .MuiPaper-root .menu {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate( 50%,-50%);
}
#newapp .MuiPaper-root .menu button {
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
}

@media only screen and (min-width: 360px) {
  section .search .search-result ul.result-product li:nth-child(1n+3) {
    display: unset;
  }
  div.product-group div.products .items .item {
    margin: 0 10px;
  }
  section.escolha-loja div.container .title p br {
    display: none;
  }
  section.escolha-loja div .floater button.filtro {
    padding: 0 15px;
  }
  div.product-group div.products .items .item .prices-discount .values .current span {
    font-size: 0.5em;
  }
}

@media only screen and (min-width: 500px) {
  body {
    background-color: #41873f;
  }
  #root {
    background-color: white;
    min-height: 100vh;
  }
  section.content {
    padding-bottom: 60px;
  }
  section.escolha-loja div.container .title p {
    font-size: 1.3em;
  }
  section.escolha-loja div .floater button.filtro {
    margin-top: 15px;
  }
  section.escolha-loja div .floater button.filtro i,
  section.escolha-loja div .floater button.filtro span {
    font-size: 1.2em;
  }
  section.escolha-loja div .floater button.filtro span br {
    display: none;
  }
  /* section .search #search {} */
  button {
    cursor: pointer;
  }
  .MuiSnackbar-root {
    max-width: 1000px;
  }
  div.product-group div.header h2 {
    width: 600px;
  }
  div.product-group div.products .items .item {
    max-width: 200px!important;
    height: 380px;
    /* min-height: 460px; */
    padding-top: 15px;
  }
  div.product-group div.products .items .item .prices-discount {
    padding-left: 15px;
  }
  section .current-search {
    margin: 50px 0 20px;
  }
  section.category .current-search {
    margin: 2vw 0 0 0;
  }
  div.product-group div.products .items .item p.name {
    height: 70px;
    margin: 15px 0;
    padding: 0 15px;
    transition: all .3s;
  }
  div.product-group div.products .items .item:hover p.name {
    color: #77bc1f;
  }
  div.product-group div.products .items .item .qty .current {
    padding: 10px 0;
  }
  div.product-group div.products .items .item .qty {
    margin: 0;
  }
  div.product-group div.products .items .item .prices-discount {
    padding-left: 15px;
  }
  div.product-group div.products .items .item .prices-discount .discount {
    padding: 5px 20px 5px 10px;
  }

  .MuiSnackbar-anchorOriginBottomCenter {
    left: 50% !important;
    width: 100%;
  }

  
  footer.product-menu {
    max-width: 1000px;
    bottom: 65px;
  }
  footer.context-menu {
    width: 50px;
    height: 50px;
    position: fixed;
    right: calc(calc(calc(100vw - 1000px) / 2) + 50px);
  }
  footer.context-menu-window {
    right: calc(calc(calc(100vw - 1000px) / 2) + 50px);
  }
  footer.menu {
    padding-top: 5px;
    height: 60px;
  }
  footer.menu #carrinhoIcone {
    cursor: pointer;
  };

  div.product-group div.products .items .photo img {
    width: 140px;
    height: 140px;
  }
  div.product-group div.products .items .item p.category {
    margin: 10px 0 10px 0;
  }
  div.product-group div.products .items .item.content div.box div.menu {
    margin-top: 5px;
  }

  section .search img.logo {
    width: 30px;
  }
  section .search.page #search {
    width: -webkit-fill-available;
    margin-right: 20px;
  }

  section.cadastro .product-descriptor {
    max-width: 1000px;
  }
  section.cadastro {
    position: relative;
  }
  section.cadastro .description {
    padding: 25px;
  }
  section.cadastro .features {
    margin: 0 auto;
    justify-content: center;
  }
  section.cadastro .steps {
    max-width: 400px;
    margin: 20px auto;
  }
  section.cadastro .check-field.politica {
    width: 400px;
    margin: 30px auto;
  }

  section.content .main-image {
    float: right;
    margin: 20px;
    margin-top: 140px;
  }
  section.content .main-image img {
    max-width: 400px;
  }

  section.category div.subcategories div.item {
    padding: 1vw 1vw;
  }

  section .search .form button {
    top: 10px;
    right: 30px;
  }

  section.content .current-search .back {
    margin-left: 0;
  }
  section.content .current-search p {
    margin-left: 1vw;
  }
  section.content .current-search {
    margin: 0 20px;
    padding-top: 80px;
  }
  section.content .current-search p.second {
    padding-top: 2vw;
  }

  section.content .store {
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.4) 0%,
      rgba(0, 0, 0, 0) 100%
    );
    max-width: 1000px;
  }
  section.content .store p a {
    color: #666;
  }

  section.escolha-loja #maps,
  section.escolha-loja #stores {
    position: relative;
  }
  section.escolha-loja div .floater {
    max-width: 1000px;
    right: 10px;
  }
  section.escolha-loja div.container .search input {
    padding: 10px;
  }
  section.escolha-loja div .floater button {
    height: 40px;
    width: 40px;
    margin-left: auto;
    margin-top: 10px;
  }

  section.help .header {
    padding: 20px;
  }
  section.help dd {
    animation: 2s;
  }
  section.help .ouvidoria p {
    padding: 30vh 0 0;
  }

  section.home div.categories {
    margin: 30px 0;
  }
  section.home div.categories div.item img {
    width: 100px;
    margin: 0;
  }
  section.home div.categories div.item p {
    width: auto;
  }

  section.lists .header {
    padding: 20px;
    position: relative;
  }
  section.lists ul.arrow-list li {
    padding: 2vw;
  }
  section.lists .header .floater {
    right: 30px;
    top: 65px;
  }
  section.lists .store button {
    padding: 1vw 2vw;
  }
  section.lists .main-button {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding: 1vw;
    display: block;
  }
  section.lists ul.items li.item .product .info .menu .qty {
    width: 40px;
    line-height: 40px;
    height: 40px;
    margin: 0 10px;
  }
  section.lists ul.items li.item .product .info .menu .items {
    margin-top: 10px;
  }
  section.lists ul.items li.item .product .info .menu .items button {
    line-height: 40px;
  }
  section.lists ul.items li.item .product .info {
    padding-bottom: 1vw;
    margin-top: 0vw;
  }
  section.lists ul.items li.item .product .info .details {
    margin-top: 10px;
  }
  section.lists ul.items li.item .product .info .photo {
    margin-left: 50px;
    width: auto;
  }
  section.lists ul.items li.item.menu .actions svg {
    display: block;
    margin: 0 auto;
  }
  section.lists ul.items li.item .product .notes {
    padding-top: 1vw;
  }
  section.lists .cards > div {
    width: 600px;
    margin: 20px auto;
    padding: 20px;
    display: block;
  }
  section.lists .total {
    max-width: 400px;
  }
  section.lists .hours .hours li {
    margin-top: 20px;
  }

  section.login {
    padding-bottom: 0;
  }
  section.login .header {
    height: 30vh;
  }
  section.login button,
  section.login .subActions {
    width: 300px;
  }

  section.menu ul li span {
    margin-left: 38px;
  }

  section.product > .item {
    justify-content: flex-start;
  }
  section.product button.obs {
    padding: 20px 0;
    width: -webkit-fill-available;
    margin: 40px 20px 60px;
  }
  section.product div.product-descriptor p.title {
    width: 800px;
  }
  section.product > .item {
    position: relative;
  }
  section.product > .item .bemQuerer {
    left: 20px;
    top: 10px;
  }
  section.product > .item .photo {
    margin-left: 20px;
  }
  section.product > .item .photo img {
    width: 30vw;
    padding-left: 0;
    max-width: 200px;
    margin-left: 0;
  }
  section.product > .item .prices-regular {
    margin: 0 20px 0 20px;
    align-self: center;
  }
  section.product > .item .prices-regular .perKg {
    margin-top: 5px;
    font-size: 18px;
  }
  section.product > .item .prices-discount {
    position: relative;
    align-self: flex-start;
    padding-top: 90px;
    padding-left: 20px;
    width: -webkit-fill-available;
  }
  section.product > .item .prices-discount .values .perKg {
    margin-top: 5px;
    font-size: 18px;
  }
  section.product > .item .prices-discount .values .original {
    font-size: 18px;
  }
  section.product > .item .prices-discount .values .current {
    margin-top: 5px;
  }
  section.product > .item .prices-discount .discount {
    position: absolute;
    top: 30px;
    border-radius: 50px;
    padding: 5px 10px;
    left: 10px;
  }

  .add-new-li-form input.txt {
    padding: 1vw;
  }

  .MuiSnackbar-anchorOriginBottomCenter.product {
    bottom: 130px !important;
  }

  footer.context-menu.feedback {
    left: calc(calc(calc(100vw - 1000px) / 2) + 50px);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 0;
  }
  footer.context-menu.feedback > svg {
    margin-top: 5px!important;
    width: 40px!important;
    margin-left: 3px!important;
  }
  
  section.escolha-loja div.container .header .title {
    justify-content: center;
  }
  section.escolha-loja div.container .header .title img {
    margin-right: 20px;
  }
  section.escolha-loja div.container .header .title p {
    max-width: 100%;
  }

  .modal > ul > li {
    margin: 10px 0;
  }
  .modal > ul > li label {
    margin-left: 5px;
  }
  #lists-modal .add-new-li-form input.txt {
    padding: 10px;
  }

  div.product-group div.products {
    margin-bottom: 0;
  }
  div.product-group div.products .items.list {
    justify-content: center;
  }
  div.product-group div.products .items.list .item {
    margin-bottom: 20px;
  }

  section.lists.payment button {
    width: 500px;
  }
  section.lists.payment div.hours {
    width: 500px;
    margin: 0 auto;
  }
  section.lists .cards {
    padding: 20px 0;
  }
  section.lists .cards.paymentDelivery > div {
    width: 500px;
    box-sizing: border-box;
  }
  section.lists .cards.paymentDelivery > div p:first-child {
    margin-bottom: 10px;
  }

  section.lists ul.items li.item .product .info .menu .total .sale {
    margin-right: -11px;
  }

  .slick-slider .slick-arrow {
    z-index: 999;
  }
  .slick-slider .slick-arrow:before, 
  .slick-slider .slick-arrow:before {
    color: #41873f;
    font-size: 30px;
  }
  .slick-slider .slick-prev {
    left: 20px;
  }
  .slick-slider .slick-next {
    right: 20px;
  }
  section.home div.categories div.item .ico {
    width: 100%;
    padding-top: 60%;
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes bounceOutDown {
  10% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  20%,
  25% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  10% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  20%,
  25% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

/* Disable zoom */
/*** Styles added to fix the issue with zoom in on iphone ***/
/* iPhone < 5: */
@media screen and (device-aspect-ratio: 2/3) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"] {
    font-size: 16px;
  }
}

/* iPhone 5, 5C, 5S, iPod Touch 5g */
@media screen and (device-aspect-ratio: 40/71) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"] {
    font-size: 16px;
  }
}

/* iPhone 6, iPhone 6s, iPhone 7 portrait/landscape */
@media screen and (device-aspect-ratio: 375/667) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"] {
    font-size: 16px;
  }
}

/* iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus portrait/landscape */
@media screen and (device-aspect-ratio: 9/16) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"] {
    font-size: 16px;
  }
}