html {
  height: 100%;
  min-width: 100%; }

html, body {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  overflow-x: hidden;
  hyphens: auto; }

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  background-color: #fff;
  color: #000000;
  width: 100%;
  min-width: 340px; }

h1, h2, p {
  margin: 0; }

a, a:active, a:visited {
  text-decoration: none;
  color: #000000; }

.container {
  width: 100%;
  max-width: 100%;
  display: flex;
  align-content: center;
  flex-direction: column;
  max-width: 850px;
  left: 0;
  right: 0;
  margin: 20px auto; }
  
.body {
  padding-bottom: 80px;
  padding-top: 20px;
  width: 95%; }

.row {
  width: 90%;
  margin: 20px 5%;
  display: block; }

.scrollButton {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  min-width: 70px;
  height: 35px;
  border-radius: 50px;
  background-color: #bf2b00;
  font-size: 9px;
  font-weight: 700;
  color: #fff;
  transition: .4s all ease;
  text-transform: uppercase; }
  .scrollButton * {
    transition: .4s all ease; }
  .scrollButton span {
    padding: 5px; }
  .scrollButton:before {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin: 3.5px;
    display: block;
    content: '';
    background: #e6e6e6;
    /* Old browsers */
    background: -moz-linear-gradient(top, #e6e6e6 0%, #fff 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e6e6e6 0%, #fff 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e6e6e6 0%, #fff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$top-color', endColorstr='$bottom-color',GradientType=0 );
    /* IE6-9 */ }
  .scrollButton.active {
    flex-direction: row-reverse;
    background-color: #34c47e;
    color: #3a3a3a; }

.home {
  padding-top: 0;
  padding-top: 0;
  margin-bottom: 0;
  padding-bottom: 0; }

.home__zone {
  width: 160px;
  height: 45px;
  border-radius: 10px;
  background-color: #e6e6e6;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  font-size: 12px;
  align-items: center;
  cursor: pointer; }
  .home__zone img {
    padding: 5px;
    width: 23px; }

.homeVerticalBarWrapper {
  width: 100%;
  max-width: 850px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: fixed;
  min-height: 100%;
  max-height: 100%;
  pointer-events: none;
  z-index: 2; }
  .homeVerticalBarWrapper * {
    pointer-events: all; }

.homeVerticalBar {
  background-color: #931c19;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  min-height: 200vh;
  width: 14px;
  transition: .6s ease all;
  z-index: 2;
  pointer-events: none; }
  @media (max-width: 576px) {
    .homeVerticalBar {
      min-width: 3%; } }
  .homeVerticalBar__arrow {
    fill: #931c19;
    position: absolute;
    width: 69px;
    right: 13px;
    bottom: 10px;
    fill: #931c19;
    transition: .6s ease all; }
  .homeVerticalBar:hover {
    background-color: #3a3a3a; }
    .homeVerticalBar:hover:before {
      border-left: 5px solid #3a3a3a;
      border-bottom: 3px solid #3a3a3a; }
    .homeVerticalBar:hover:after {
      border-top: 3px solid #3a3a3a;
      border-left: 5px solid #3a3a3a; }
  .homeVerticalBar:hover .homeVerticalBar__arrow, .homeVerticalBar:hover .homeVerticalBar__sum__before, .homeVerticalBar:hover .homeVerticalBar__sum__after {
    fill: #3a3a3a; }
    .homeVerticalBar:hover .homeVerticalBar__arrow svg, .homeVerticalBar:hover .homeVerticalBar__sum__before svg, .homeVerticalBar:hover .homeVerticalBar__sum__after svg {
      transition-duration: .6s;
      fill: #3a3a3a; }
  .homeVerticalBar__sum {
    height: 40px;
    margin-right: 0px;
    position: absolute;
    bottom: 20px;
    right: 0;
    margin-right: 13px;
    background-color: #931c19;
    height: 50px;
    border-radius: 25px 0 0 25px;
    text-align: center;
    min-width: 80px;
    color: #fff;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all ease .6s;
    cursor: pointer; }
    @media (max-width: 576px) {
      .homeVerticalBar__sum {
        margin-right: 3%; } }
    .homeVerticalBar__sum span {
      padding: 0 10px;
      white-space: nowrap; }
    .homeVerticalBar__sum:hover {
      background-color: #3a3a3a; }
      .homeVerticalBar__sum:hover .homeVerticalBar__sum__before svg, .homeVerticalBar__sum:hover .homeVerticalBar__sum__after svg {
        fill: #3a3a3a;
        transition: all ease .6s; }
      .homeVerticalBar__sum:hover ~ .homeVerticalBar {
        background-color: #3a3a3a; }
    .homeVerticalBar__sum__before {
      position: absolute;
      right: 0;
      top: -16px; }
      @media (max-width: 340px) {
        .homeVerticalBar__sum__before {
          display: none; } }
    .homeVerticalBar__sum__after {
      position: absolute;
      right: 0;
      bottom: -23.2px; }
      @media (max-width: 340px) {
        .homeVerticalBar__sum__after {
          display: none; } }
    .homeVerticalBar__sum svg {
      fill: #931c19; }
    .homeVerticalBar__sum__info {
      display: block;
      padding: 10px;
      font-weight: 700;
      font-size: 12px; }
    .homeVerticalBar__sum span {
      display: block; }

.home__logo, .home__logo--small {
  display: flex;
  justify-content: center;
  padding-top: 7px; }
  .home__logo--small {
    padding-top: 10px; }
    .home__logo--small .home__logo__placeholder {
      width: 113px;
      height: 113px; }
      .home__logo--small .home__logo__placeholder:before {
        width: 150px;
        height: 150px;
        margin-top: -20px;
        margin-left: -20px; }

.home__logo-biz {
  position: absolute;
  margin-left: 5px;
  margin-top: 0; }
  .home__logo-biz img {
    width: 45px; }

.home__logo__placeholder {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background-color: #e6e6e6;
  margin-top: 10px;
  overflow: hidden;
  display: flex; }
  .home__logo__placeholder img {
    width: 80%;
    margin: 10%;
    align-self: center;
    justify-self: center; }
  .home__logo__placeholder:before {
    content: '';
    width: 230px;
    height: 230px;
    border: solid 2px #e6e6e6;
    position: absolute;
    margin-top: -32px;
    margin-left: -32px;
    border-radius: 50%; }

.home__location {
  text-align: center;
  margin-top: 50px; }
  .home__location__text {
    font-size: 15px;
    margin: 0; }

.home__info {
  margin-top: 75px; }
  .home__info h2 {
    font-size: 15px;
    font-weight: normal; }
  .home__info h1 {
    font-size: 15px;
    font-weight: 700; }
  .home__info p {
    font-size: 12px; }

.home__status {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px; }

.signature, .signature--tel {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 120px;
  z-index: 1;
  pointer-events: none;
  max-width: 850px;
  margin: 0 auto;
  background-image: url("../img/bg-footer.png");
  background-repeat: repeat-x; }
  .signature img, .signature--tel img {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 190px; }
  .signature--tel img {
    left: auto;
    right: 25px;
    width: auto; }

.topBar {
  background-color: #3a3a3a;
  margin-top: 0;
  border-radius: 0 0 50px 50px;
  height: 135px;
  position: sticky;
  z-index: 3; }
  .topBar__back, .topBar__back--invert {
    display: block;
    position: absolute;
    padding: 5px;
    top: 15px;
    right: 15px; }
    .topBar__back svg, .topBar__back--invert svg {
      fill: white;
      width: 18px; }
    .topBar__back:hover svg, .topBar__back--invert:hover svg {
      fill: #ff9633; }
    .topBar__back--invert {
      top: 20px;
      right: 20px; }
      .topBar__back--invert svg {
        fill: #3a3a3a;
        width: 18px; }
  .topBar__menuButton {
    position: absolute;
    top: 50px;
    width: 27px;
    left: 40px;
    width: 20px;
    padding: 10px;
    width: 20px; }
    .topBar__menuButton div {
      height: 2px;
      width: 100%;
      margin-top: 7px;
      background-color: #fff;
      display: block; }
    .topBar__menuButton div:first-child {
      margin-top: 0; }
  .topBar__logo {
    width: 80px;
    height: 80px;
    margin: 30px auto 0 auto;
    margin-top: 25px; }
    .topBar__logo img {
      width: 100%; }
  .topBar__cart {
    position: absolute;
    top: 50px;
    padding: 10px;
    width: 27px;
    right: 40px; }
    .topBar__cart svg {
      fill: #fff; }
    .topBar__cart__qtd {
      border-radius: 50%;
      color: white;
      background-color: #bf2b00;
      padding: 2px;
      font-weight: 700;
      font-size: 9px;
      position: absolute;
      right: 10px;
      bottom: 10px;
      line-height: 13.5px;
      width: 13.5px;
      text-align: center;
      margin-right: -9px; }
  .topBar__search {
    width: 70%;
    min-height: 30px;
    margin: 10px 15% 10px 15%;
    background-color: #fff;
    border-radius: 18px;
    border: 2px solid #e6e6e6;
    background-image: url("../img/svg/search.svg");
    background-repeat: no-repeat;
    background-position: 10px 5px;
    background-size: 15px;
    position: relative; }
    .topBar__search input {
      position: absolute;
      background-color: transparent;
      width: 70%;
      margin: 0 10% 0 15%;
      top: 0;
      border: 0;
      font-family: 'Poppins', sans-serif;
      font-size: 12px;
      outline: none;
      line-height: 30px; }
    .topBar__search input.title {
      text-align: center;
      text-transform: uppercase;
      font-size: 15px; }
    .topBar__search input:not(:placeholder-shown) {
      text-align: left;
      text-transform: none;
      font-size: 12px; }
    .topBar__search__reset {
      width: 10%;
      text-align: center;
      font-weight: 700;
      color: #bf2b00;
      float: right;
      margin-right: 10px;
      margin-top: 4px;
      border: 0;
      padding: 0 10px;
      border-left: 1px solid #e6e6e6;
      background: transparent;
      font-size: 18px; }

.products__row {
  display: flex;
  flex-direction: row;
  margin: 5px;
  width: 95%; }
.products__categories {
  padding: 2%;
  min-width: 70px;
  width: 18%;
  border-right: 1px solid #e6e6e6;
  padding-right: 16px;
  margin-right: 16px; }
  .products__categories li, .products__categories ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .products__categories li {
    width: 100%;
    height: 37px;
    border-radius: 19px;
    text-align: center;
    margin-bottom: 10px;
    font-size: 9px;
    font-weight: 700; }
    .products__categories li a {
      color: #fff;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
  .products__categories li.color1 {
    background-color: #931c19; }
  .products__categories li.color2 {
    background-color: #3a3a3a; }
  .products__categories li.color3 {
    background-color: #ff9633; }
  .products__categories li.color4 {
    background-color: #bf2b00; }
  .products__categories li.color5 {
    background-color: #34c47e; }
.products__list {
  width: 84%;
  display: flex;
  flex-direction: column; }
  .products__list__title {
    font-size: 16px;
    margin: 0;
    padding: 0;
    line-height: 20px; }
  .products__list__item {
    margin-top: 5px;
    width: 100%;
    display: flex;
    font-size: 9px;
    flex-direction: row; }
    @media (min-width: 576px) {
      .products__list__item {
        font-size: 12px; } }
    .products__list__item__img {
      padding-top: 15px;
      width: 22%;
      margin-right: 3%;
      display: flex;
      align-items: flex-start; }
      .products__list__item__img img {
        width: 100%; }
    .products__list__item:first-child .products__list__item__img, .products__list__item:first-child .products__list__item__info {
      padding-top: 0; }
    .products__list__item__info {
      padding-top: 10px;
      width: 78%;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .products__list__item__info__main h2 {
        font-size: 10.5px; }
        @media (min-width: 576px) {
          .products__list__item__info__main h2 {
            font-size: 15px; } }
      .products__list__item__info__sum {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0;
        padding-top: 10px; }
        @media (min-width: 576px) {
          .products__list__item__info__sum {
            align-self: flex-end;
            padding-bottom: 20px; } }
        .products__list__item__info__sum__price {
          font-weight: 700;
          font-size: 12px;
          float: left; }
          @media (min-width: 576px) {
            .products__list__item__info__sum__price {
              font-size: 15px; } }
        .products__list__item__info__sum__cartControl {
          float: right;
          white-space: nowrap;
          padding-top: 3px; }
          .products__list__item__info__sum__cartControl * {
            float: left; }
          .products__list__item__info__sum__cartControl__units {
            height: 23px;
            text-align: center;
            line-height: 23px;
            font-size: 12px;
            font-weight: 700;
            margin: 0 2px;
            margin-top: -7px;
            width: 20px;
            text-align: center; }
            @media (min-width: 576px) {
              .products__list__item__info__sum__cartControl__units {
                font-size: 15px; } }
          .products__list__item__info__sum__cartControl__remove, .products__list__item__info__sum__cartControl__add {
            margin-top: -7px;
            font-size: 23px;
            line-height: 23px;
            border-radius: 50%;
            width: 23px;
            height: 23px;
            text-align: center;
            font-weight: bold;
            border: 1px solid #e6e6e6;
            background: #e6e6e6;
            /* Old browsers */
            background: -moz-linear-gradient(left, #e6e6e6 0%, #fff 100%);
            /* FF3.6-15 */
            background: -webkit-linear-gradient(left, #e6e6e6 0%, #fff 100%);
            /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to right, #e6e6e6 0%, #fff 100%);
            /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$left-color', endColorstr='$right-color',GradientType=0 );
            /* IE6-9 */
            transition: all ease .6s;
            cursor: pointer; }
          .products__list__item__info__sum__cartControl__remove {
            color: #bf2b00;
            font-family: Verdana, Geneva, Tahoma, sans-serif;
            line-height: 18px; }
            .products__list__item__info__sum__cartControl__remove:hover {
              border: 1px solid #a6a6a6; }
          .products__list__item__info__sum__cartControl__add {
            color: #34c47e; }
            .products__list__item__info__sum__cartControl__add:hover {
              border: 1px solid #a6a6a6; }

.product .products__list__item__img {
  width: 33%; }
.product .products__list__item__info__main h2 {
  font-size: 15px; }
.product__options__title {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 5px; }
.product__options .bizzList__items__cell--1 {
  width: 36%; }
.product__obs {
  margin-top: 0; }
  .product__obs textarea {
    width: 98%;
    font-family: 'Poppins', sans-serif;
    border-color: #e6e6e6;
    border-width: 2px;
    height: 50px;
    border-radius: 10px; }
.product__footer {
  margin-top: 0;
  display: flex;
  justify-content: space-between;
  padding-bottom: 100px;
  font-size: 12px;
  font-weight: bold; }
  .product__footer__keepShopping {
    text-align: center;
    padding-top: 20px;
    max-width: 25%; }
    .product__footer__keepShopping a {
      font-size: 12px;
      color: #bf2b00;
      padding-top: 40px; }
    .product__footer__keepShopping img {
      width: 16px;
      padding: 2px;
      display: block;
      margin: 0 auto; }
  .product__footer__box {
    text-align: center;
    margin: 0 5px; }
    .product__footer__box__title, .register .product__footer__box__title--red, .payment .product__footer__box__title--red {
      padding: 10px;
      text-transform: uppercase; }
    .product__footer__box__value {
      border-radius: 12px;
      padding: 10px;
      border: 2px solid #e6e6e6;
      white-space: nowrap; }

.bizzList__titles {
  display: flex;
  font-size: 12px;
  font-weight: 700;
  padding-bottom: 5px; }
  .bizzList__titles__cell--1 {
    width: 31%; }
  .bizzList__titles__cell--2 {
    width: 31%;
    padding: 0 8%;
    text-align: center; }
  .bizzList__titles__cell--3 {
    width: 25%;
    padding-right: 5%; }
.bizzList__items {
  display: flex;
  font-size: 12px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  align-items: center;
  border-bottom: 1px solid #e6e6e6; }
  .bizzList__items__cell--1 {
    width: 31%; }
  .bizzList__items__cell--2 {
    display: flex;
    align-items: center;
    width: 31%;
    padding: 0 4%;
    text-align: center; }
  .bizzList__items__cell--3 {
    width: 25%;
    text-align: left;
    white-space: nowrap; }
  .bizzList__items__cell--4 {
    width: 5%;
    margin-right: -5%; }
  .bizzList__items__cell__price {
    display: inline-block;
    white-space: nowrap;
    font-size: 9px;
    font-weight: 700; }
  .bizzList__items__cell__remove {
    font-size: 15px;
    padding: 5px;
    color: #931c19;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    display: inline; }
  .bizzList__items .products__list__item__info__sum__cartControl {
    float: none;
    margin: 0 auto;
    display: inline-block; }

.order__product__remove {
  font-size: 15px;
  padding: 5px;
  color: #931c19;
  font-weight: bold;
  min-width: 21px;
  cursor: pointer;
  margin-right: -10px;
  text-align: center; }
.order__product__titles {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700; }
  .order__product__titles div:last-child {
    opacity: 0; }
  .order__product__titles div:nth-child(2) {
    min-width: 50px; }
  .order__product__titles div:nth-child(3) {
    min-width: 80px; }
.order__footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
.order__keepShopping {
  text-align: left;
  font-size: 12px;
  color: #bf2b00;
  font-weight: 700;
  padding: 10px;
  display: block; }
  .order__keepShopping a {
    color: #bf2b00;
    display: block;
    text-align: right;
    display: flex;
    flex-direction: row;
    align-items: center; }
  .order__keepShopping span {
    max-width: 100px; }
  .order__keepShopping img {
    width: 30px;
    padding: 5px;
    margin-bottom: -8px;
    display: block; }
  @media (min-width: 576px) {
    .order__keepShopping.row {
      padding-top: 40px;
      text-align: center; } }
.order__delivery {
  font-size: 12px;
  width: 100%;
  margin-right: 0;
  margin-left: 0; }
  .order__delivery__holder {
    padding: 5px;
    border-radius: 10px;
    background-color: #e6e6e6; }
  .order__delivery__title {
    color: #34c47e;
    font-weight: 700;
    padding-bottom: 2px;
    margin-bottom: 0;
    text-align: center;
    margin-top: 0px; }
  .order__delivery .radioItemStyle--a label {
    font-weight: 400;
    padding-right: 10px; }
    .order__delivery .radioItemStyle--a label:after, .order__delivery .radioItemStyle--a label:before {
      margin-top: 6px;
      margin-bottom: 5px; }
  .order__delivery .radioItemStyle--a {
    background-color: white;
    padding-top: 5px;
    padding-bottom: 5px; }
  .order__delivery__options {
    margin-top: 0;
    padding: 0;
    margin-bottom: 0; }
    @media (min-width: 576px) {
      .order__delivery__options {
        display: flex;
        flex-direction: row;
        justify-content: space-between; } }
  .order__delivery__option {
    width: auto;
    padding: 0;
    margin: 0; }
    @media (min-width: 576px) {
      .order__delivery__option {
        display: flex;
        flex-direction: row;
        min-width: 45%; } }
.order__total {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  border-bottom: 1px #e6e6e6 solid;
  padding-bottom: 7px;
  margin-top: 0; }
  .order__total:first-of-type {
    margin-top: 10px; }
  .order__total span:first-of-type {
    color: #931c19;
    max-width: 100px; }
  .order__total span:last-of-type {
    margin-left: auto; }
  .order__total .register__item, .order__total .register__item--takeaway {
    max-width: 30%; }
  .order__total__value, .order__total__value--bold {
    margin-left: 10px;
    color: #000000;
    font-weight: normal; }
    .order__total__value--bold {
      font-weight: 700; }

.radioItemStyle--a {
  width: 90%;
  position: relative;
  background: #e6e6e6;
  border-radius: 10px;
  margin: 10px 0;
  padding: 10px 5%;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  padding-right: 23px; }
  .radioItemStyle--a input {
    position: absolute;
    width: 100%;
    height: 100%;
    width: 100%;
    opacity: 0;
    margin-right: 23px; }
  .radioItemStyle--a label {
    line-height: 23px;
    white-space: nowrap; }
  .radioItemStyle--a label:before, .radioItemStyle--a label:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    margin: 12px;
    top: 0;
    bottom: 0;
    right: 0;
    display: block;
    background-color: #34c47e;
    border-radius: 50%;
    pointer-events: none; }
  .radioItemStyle--a label:after {
    opacity: 0;
    background-image: url(../img/svg/check.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 70%; }
  .radioItemStyle--a input:checked ~ label:after {
    opacity: 1; }
.radioItemStyle--b, .radioItemStyle--b--red {
  background-color: transparent;
  position: relative;
  display: flex;
  align-items: center;
  max-width: 80%; }
  .radioItemStyle--b input, .radioItemStyle--b--red input {
    position: absolute;
    width: 100%;
    height: 100%;
    width: 100%;
    opacity: 0;
    margin-right: 23px; }
  .radioItemStyle--b label, .radioItemStyle--b--red label {
    padding-left: 40px;
    min-height: 37px;
    display: flex;
    align-items: center; }
  .radioItemStyle--b label:before, .radioItemStyle--b--red label:before, .radioItemStyle--b label:after, .radioItemStyle--b--red label:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    margin: 8px;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    background-color: #34c47e;
    border-radius: 50%;
    pointer-events: none; }
  .radioItemStyle--b label:after, .radioItemStyle--b--red label:after {
    opacity: 0;
    background-image: url(../img/svg/check.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 70%; }
  .radioItemStyle--b input:checked ~ label:after, .radioItemStyle--b--red input:checked ~ label:after {
    opacity: 1; }
  .radioItemStyle--b--red {
    margin-left: 10px; }
    .radioItemStyle--b--red label:before, .radioItemStyle--b--red label:after {
      background-color: #bf2b00; }

.inputStyle--a {
  width: 90%;
  padding: 0 10% 0 0;
  display: block;
  background-color: #e6e6e6;
  border-radius: 10px;
  position: relative; }
  .inputStyle--a__checker, .inputStyle--a__checker--ok {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    margin: 5px 10px;
    top: 0;
    bottom: 0;
    right: 0;
    display: block;
    background-color: #34c47e;
    border-radius: 50%;
    pointer-events: none;
    background-image: url(../img/svg/check.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 70%;
    opacity: 0; }
  .inputStyle--a__checker--ok {
    opacity: 1; }
  .inputStyle--a input {
    background-color: transparent;
    width: 100%; /* modify by BIZ, de 75% para 100% */
    border: 0;
    outline: none;
    line-height: 30px;
    padding-left: 10px; }

.register, .payment {
  margin-top: 0;
  padding-top: 0; }
  .register .row, .payment .row {
    margin-top: 2px;
    margin-bottom: 2px; }
  .register__title {
    font-size: 12px;
    font-weight: bold;
    text-align: center; }
    .register__title p {
      max-width: 60%;
      margin: 0 auto; }
  .register__holder {
    padding-right: 5%;
    display: flex;
    justify-content: space-between;
    flex-direction: row; }
  .register__item, .register__item--takeaway {
    position: relative; }
    .register__item.l50, .l50.register__item--takeaway {
      width: 45%; }
    .register__item.l100, .l100.register__item--takeaway {
      width: 100%; }
    .register__item input, .register__item--takeaway input, .register__item select, .register__item--takeaway select {
      width: 100%;
      line-height: 20px;
      padding: 5px;
      border-radius: 5px;
      font-size: 12px;
      outline: none;
      border: 0.5px solid #e6e6e6;
      background-color: #fff;
      font-family: 'Poppins', sans-serif;
      border-radius: 8px; }
    .register__item select, .register__item--takeaway select {
      min-width: 106%; }
    .register__item label, .register__item--takeaway label {
      font-size: 12px;
      font-weight: 400; }
      .register__item label span, .register__item--takeaway label span {
        font-weight: 400;
        font-size: 9px; }
    .register__item a.register__item__search, .register__item--takeaway a.register__item__search {
      position: absolute;
      right: 0;
      bottom: 0;
      padding: 2px;
      padding-bottom: 0; }
      .register__item a.register__item__search img, .register__item--takeaway a.register__item__search img {
        width: 17px; }
    .register__item--takeaway {
      display: flex;
      flex-direction: row;
      padding-top: 15px;
      align-items: center; }
      .register__item--takeaway input {
        min-width: 30px;
        min-height: 30px;
        background: -#e6e6e6;
        /* Old browsers */
        background: -moz-linear-gradient(left, -#e6e6e6 0%, -#fff 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, -#e6e6e6 0%, -#fff 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, -#e6e6e6 0%, -#fff 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$left-color', endColorstr='$right-color',GradientType=0 );
        /* IE6-9 */
        display: block;
        border: 0;
        color: #bf2b00;
        width: 35px;
        margin-right: 5px; }
      .register__item--takeaway label {
        font-size: 12px;
        display: block;
        white-space: nowrap; }
  .register__login, .register__pass {
    font-size: 12px; }
  .register__pass {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative; }
    .register__pass__holder {
      width: 45%; }
    .register__pass__remember {
      position: absolute;
      margin-bottom: -20px;
      bottom: 0;
      text-decoration: underline;
      right: 0;
      font-size: 9px; }
      .register__pass__remember a:hover {
        color: #931c19; }
  .register .product__footer__box__title--red, .payment .product__footer__box__title--red {
    color: #931c19; }
  .register__totals {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    font-weight: 700;
    font-size: 12px;
    font-weight: 700; }
    .register__totals .product__footer__box__title, .register__totals .register .product__footer__box__title--red, .register .register__totals .product__footer__box__title--red, .register__totals .payment .product__footer__box__title--red, .payment .register__totals .product__footer__box__title--red {
      padding: 0 !important; }
    @media (min-width: 576px) {
      .register__totals.row {
        margin-top: 40px; } }

.thanks .row {
  margin-top: 2px;
  margin-bottom: 2px; }
.thanks__message {
  text-align: center; }
  .thanks__message.row {
    margin-top: 40px; }
  .thanks__message h1 {
    color: #3a3a3a;
    margin: 0 auto;
    font-size: 24px;
    width: 50%; }
.thanks__illustration img {
  width: 100%; }
.thanks__info {
  display: flex;
  justify-content: center;
  align-items: center; }
  .thanks__info__wegotit {
    font-size: 15px;
    line-height: 16px;
    text-align: right;
    font-weight: bold;
    margin-right: 10px; }
    .thanks__info__wegotit span {
      display: block;
      color: #931c19; }
  .thanks__info__disclaimer {
    font-size: 9px;
    width: 100px;
    padding-left: 10px;
    border-left: 2px solid #3a3a3a; }

.conclution {
  padding-top: 0;
  margin-top: 0; 
  position: sticky;}
  .conclution__avatar {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 12px;
    margin-top: 0;
    padding-top: 0;
    text-transform: uppercase;
    margin-bottom: 2px; }
    .conclution__avatar__img {
      width: 70px;
      padding-right: 20px; }
      .conclution__avatar__img img {
        width: 100%; }
  .conclution__title {
    margin-top: 0;
    padding-top: 0; }
    .conclution__title h2 {
      font-size: 12px;
      line-height: 12px;
      text-transform: uppercase; }
  .conclution__address {
    display: flex;
    flex-direction: column;
    margin: 0px 5%;
    position: relative; }
    .conclution__address__holder {
      display: flex;
      flex-direction: row;
      align-items: center;
      font-size: 12px;
      margin-top: 10px; }
      .conclution__address__holder:first-child {
        margin-top: 0; }
    .conclution__address__add {
      position: absolute;
      margin-bottom: -40px;
      bottom: 0;
      left: 0;
      font-size: 12px;
      line-height: 20px;
      display: flex;
      align-items: center; }
      .conclution__address__add:before {
        content: '+';
        font-weight: 700;
        font-size: 30px;
        color: #bf2b00;
        text-decoration: none !important;
        line-height: 30px;
        display: inline-block;
        padding: 5px; }
      .conclution__address__add a {
        text-decoration: underline; }
      .conclution__address__add a:hover {
        color: #931c19; }
    .conclution__address .order__product__remove {
      align-self: right; }
  .conclution__cpf {
    width: auto;
    display: flex;
    flex-direction: row;
    font-size: 12px;
    margin-top: 50px;
    align-items: center;
    font-weight: 700;
    padding: 5px;
    padding-bottom: 10px;
    border: 0.5px #e6e6e6 solid;
    border-radius: 10px; }
    .conclution__cpf__label {
      padding-top: 10px; }

.payment .cc {
  display: flex;
  align-items: flex-end;
  justify-content: last baseline; }
  .payment .cc img {
    width: 80%; }
.payment__approved {
  padding-top: 10px; }

.popup, .popup--regular, .popup--cep, #imgPopup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
  display: none;
  opacity: 0;
  transition: all ease .5s; }
  .popup--cep {
    text-align: left; }
    .popup--cep h2 {
      margin-left: 10px; }
  .popup.active, .active.popup--regular, .active.popup--cep, .active#imgPopup {
    opacity: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
  .popup__blocker {
    z-index: 1;
    width: 100%;
    height: 100%;
    pointer-events: all; }
  .popup__container {
    padding: 20%;
    margin: auto;
    background-color: #e6e6e6;
    border-radius: 35px;
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    padding: 20px;
    font-size: 12px;
    min-width: 230px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.7);
    z-index: 2; }
  .popup h2, .popup--regular h2, .popup--cep h2, #imgPopup h2 {
    font-size: 19px;
    color: #34c47e;
    text-transform: uppercase; }
  .popup__close {
    width: 50px;
    padding: 5px;
    border-radius: 10px;
    color: #fff;
    background-color: #34c47e;
    margin: 10px auto 0px auto;
    display: block;
    transition: all ease .6s;
    text-align: center; }
    .popup__close:hover {
      background-color: #ff9633; }
  .popup__cpf {
    margin-top: 10px;
    position: relative;
    text-align: center; }
    .popup__cpf input {
      background-color: transparent;
      border: 0;
      outline: none;
      text-align: center; }
    .popup__cpf:after, .popup__cpf:before {
      content: "";
      position: absolute;
      width: 20px;
      height: 20px;
      right: 30px;
      top: 0;
      display: block;
      background-color: #34c47e;
      border-radius: 50%;
      pointer-events: none;
      opacity: 0; }
    .popup__cpf:after {
      background-image: url(../img/svg/check.svg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 70%; }
    .popup__cpf.ok:after, .popup__cpf.ok:before {
      opacity: 1; }
  .popup--register__register .radioItemStyle--a {
    background-color: #fff; }

.imgPopuper {
  cursor: pointer; }

#imgPopup img {
  max-width: 90%;
  max-height: 90%; }

.imgPopup__close {
  position: absolute;
  top: 0px;
  right: 0px;
  color: white;
  font-size: 12px;
  font-weight: bold;
  text-shadow: 3px 3px 3px black;
  padding: 20px; }

.products__list__item {
  align-items: flex-start; }

.products__list__item__img {
  width: 30%;
  border-radius: 15px;
  overflow: hidden;
  padding-top: 0;
  margin-top: 15px;
  padding-bottom: 30%;
  position: relative;
  cursor: pointer;
  box-shadow: 2px 3px 4px 1px lightgrey; }

.products__list__item__img img {
  position: absolute;
  width: auto;
  left: -10000%;
  right: -10000%;
  top: -10000%;
  bottom: -10000%;
  margin: auto auto;
  min-width: 1000%;
  min-height: 1000%;
  -webkit-transform: scale(0.1);
  transform: scale(0.1); }

.products__list__item__info {
  width: 70%; }

.products__list {
  width: 100%;
  max-height: 100%; }

#imgPopup img {
  max-width: 600px;
  max-height: auto;
  width: 90%; }

.imgPopup__holder {
  width: 100%; }

.products__list__title {
  padding-top: 20px; }

.products__list__title:first-child {
  padding-top: 10px; }

.products__row {
  flex-direction: column; }

.products__categories {
  width: 100%;
  position: relative;
  border: none;
  padding-left: 0;
  padding-right: 0;
  background: white;
  white-space: nowrap;
  overflow-x: auto;
  max-width: 800px;
  cursor: pointer;
  scroll-behavior: smooth; }

.products__categories:after {
  content: '';
  height: 100%;
  background-image: url("../img/mask-scrool-top.png");
  background-repeat: repeat-y;
  width: 30px;
  top: 0;
  right: 0; }

::-webkit-scrollbar {
  height: 5px; }

.products__categories::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.products__categories::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey; }

.products__categories.stick {
  position: fixed;
  top: 0;
  z-index: 2;
  width: 90%; }

.products__categories li {
  width: auto;
  display: inline-block;
  padding: 10px;
  font-size: 12px;
  height: 20px;
  border-radius: 5px;
  margin-bottom: 0;
  margin-right: 5px;
  background-color: #931c19; }

.products__categories li.active {
  background-color: #34c47e; }

.products__categories li:last-child {
  margin-right: 30px; }

.products__list__item__info__main h2 {
  font-size: 15px; }

.products__list__item__info__main p {
  font-size: 12px; }
  
.sideMenu.open {
  left: 0;
  opacity: 1;
  pointer-events: all; }
  .sideMenu.open:before {
    pointer-events: all;
    opacity: 1; }

.sideMenu {
  transition: all ease .5s;
  position: fixed;
  top: 0;
  opacity: 0;
  left: -320px;
  bottom: 0;
  height: 100vh;
  z-index: 20;
  width: 300px;
  pointer-events: none;
  background-color: #e6e6e6;
  color: #3a3a3a;
  font-weight: 700;
  display: flex;
  flex-direction: column; }
  .sideMenu:before {
    position: absolute;
    z-index: -1;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    bottom: 0;
    left: 300px;
    right: 0;
    display: block;
    content: '';
    opacity: 0; }
  .sideMenu__link {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0; }
  .sideMenu__row, .sideMenu__row--top {
    text-decoration: none;
    color: #3a3a3a;
    font-weight: 700;
    display: block;
    margin: 0 10px;
    padding: 30px 0 30px 50px;
    background-size: 30px;
    background-position-x: 10px;
    background-position-y: center;
    background-repeat: no-repeat;
    border-bottom: 1px solid gray;
    position: relative; }
    .sideMenu__row:hover, .sideMenu__row--top:hover {
      background-color: white; }
    .sideMenu__row:after, .sideMenu__row--top:after {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      background-image: url(../img/svg/menu-arrow.svg);
      background-position-x: left;
      background-position-y: center;
      background-repeat: no-repeat;
      display: block;
      content: '';
      width: 20px;
      background-size: 15px; }
    .sideMenu__row p, .sideMenu__row--top p {
      line-height: 12px; }
    .sideMenu__row--top {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      padding-left: 10px;
      padding-left: 10px;
      border-bottom: 0; }
      .sideMenu__row--top:hover {
        background-color: transparent; }
      .sideMenu__row--top:after {
        content: none; }
      .sideMenu__row--top div {
        width: 25px;
        height: 25px; }
    .sideMenu__row span, .sideMenu__row--top span {
      font-size: 12px;
      font-weight: 400;
      line-height: 24px;
      display: block;
      height: 12px; }

.registrar {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .registrar__box {
    width: 250px;
    height: 250px;
    background-color: #e6e6e6;
    border-radius: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .registrar__box h1 {
      color: #931c19;
      text-align: center;
      padding: 0 20px;
      font-size: 19px;
      text-transform: uppercase;
      margin-top: 30px; }
    .registrar__box__bt, .registrar__box__bt--gray {
      border-radius: 5px;
      padding: 5px 10px;
      display: block;
      color: white;
      background-color: #34c47e;
      margin-top: 40px;
      font-weight: 700;
      font-size: 15px;
      text-transform: uppercase;
      text-align: center; }
      .registrar__box__bt--gray {
        color: #3a3a3a;
        background-color: #e6e6e6;
        margin-top: 20px;
        width: 150px; }
  .registrar__links {
    display: flex;
    flex-direction: column;
    padding-top: 30px;
    justify-content: center;
    align-items: center; }

.status__top {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center; }
.status .radioItemStyle--a {
  background-color: white; }
  @media (max-width: 576px) {
    .status .radioItemStyle--a {
      font-size: 9px;
      padding-bottom: 5px;
      padding-top: 5px; } }
@media (max-width: 576px) {
  .status .order__delivery__title {
    width: 100%;
    max-width: 100% !important; }
  .status__top {
    flex-direction: column;
    display: block; }
  .status .radioItemStyle--a label:before, .status .radioItemStyle--a label:after {
    margin: 8px; } }
.status .order__delivery__title, .status .order__delivery__option {
  max-width: 30%;
  min-width: 100px; }
.status .order__delivery__option {
  width: 30%; }
  @media (min-width: 576px) {
    .status .order__delivery__option {
      display: flex;
      flex-direction: row;
      min-width: auto; } }
  @media (max-width: 575px) {
    .status .order__delivery__option {
      display: inline-block;
      margin: 0 6%; } }
.status__info {
  font-size: 12px; }
  .status__info h2 {
    font-size: 15px;
    color: #931c19;
    margin-top: 20px; }
.status__title {
  font-size: 15px;
  color: #931c19;
  line-height: 0px; }
.status__dica {
  font-size: 12px; }
  .status__dica strong {
    color: #931c19; }
.status__bar, .status__bar--fidelidade {
  background-color: #3a3a3a;
  display: flex;
  justify-content: space-between;
  height: 5px;
  margin-top: 40px; }
  .status__bar__circle {
    background-color: #34c47e;
    width: 20px;
    height: 20px;
    margin-top: -8px;
    border-radius: 50%;
    text-align: center; }
    .status__bar__circle:first-child {
      margin-left: -5px; }
    .status__bar__circle:last-child {
      margin-right: -5px; }
    .status__bar__circle.active {
      background-image: url(../img/svg/check.svg);
      background-position: center;
      background-size: 13px;
      background-repeat: no-repeat; }
    .status__bar__circle span {
      font-size: 9px;
      text-align: center;
      width: 100%;
      margin-top: -15px;
      margin-left: -100%;
      display: block;
      font-weight: 700;
      white-space: nowrap; }
    .status__bar__circle:first-child span {
      margin-left: -3px; }
    .status__bar__circle:nth-child(even) span {
      margin-top: 30px; }

.topBar__logged {
  position: absolute;
  top: 5px;
  left: 5px;
  background-image: url("../img/svg/little-hands.svg");
  background-repeat: no-repeat;
  background-size: 30px;
  line-height: 30px;
  background-position-y: center;
  background-position-x: 5px;
  color: white;
  font-size: 9px;
  padding-left: 40px; }

.status__finalizados {
  display: flex;
  flex-direction: column; }
  .status__finalizados__item {
    border-bottom: 1px solid gray;
    padding: 20px 0; }
  .status__finalizados p {
    font-size: 12px; }
  .status__finalizados small {
    font-size: 9px;
    line-height: 9px; }
  .status__finalizados__info {
    flex-grow: 1; }
  .status__finalizados__info__data {
    font-weight: 700;
    color: #931c19; }
  .status__finalizados__info__numero, .status__finalizados strong {
    color: #931c19; }
  .status__finalizados__base__column {
    text-align: center; }
  .status__finalizados__button {
    text-align: center; }
  .status__finalizados__button a {
    border-radius: 10px;
    background-color: #34c47e;
    padding: 5px 10px;
    color: white !important;
    font-weight: 700;
    font-size: 12px;
    display: block;
    margin: auto;
    white-space: nowrap;
    margin: 5px;
    margin-right: 15px; }
  .acompanhar__entrega__button {
    display: none;
    text-align: center; }
  .acompanhar__entrega__button.active{
    display: block; }
  .acompanhar__entrega__button a {
    border-radius: 10px;
    background-color: #34c47e;
    padding: 5px 10px;
    color: white !important;
    font-weight: 700;
    font-size: 12px;
    display: block;
    margin: auto;
    white-space: nowrap;
    margin: 5px;
    margin-right: 15px; }
  .status__finalizados__top {
    display: flex;
    flex-direction: row;
    justify-items: space-between;
    align-items: center; }
  .status__finalizados__base {
    display: flex;
    justify-content: space-between;
    padding-top: 10px; }
  .status__finalizados__base__column {
    flex-grow: 2; }
  .status__finalizados__base__column:last-child {
    flex-grow: 1;
    padding: 5px; }

.order__finished {
  background-color: #e6e6e6;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px; }
  .order__finished__left, .order__finished__right {
    padding: 10px; }
    .order__finished__left a, .order__finished__right a {
      color: #931c19; }
    .order__finished__left p, .order__finished__right p {
      font-weight: 700;
      color: #34c47e; }

.order__address {
  border-radius: 10px;
  font-size: 9px;
  border: solid 1px gray;
  padding: 10px 0; }
  .order__address p, .order__address h3 {
    padding: 0 10px;
    margin: 0; }
  .order__address h3 {
    font-weight: 700;
    font-size: 12px;
    line-height: 12px; }

.cupons__item {
  border-bottom: 1px solid gray;
  padding-bottom: 5px; }
  .cupons__item__top {
    border: 1px solid gray;
    border-radius: 15px;
    display: flex;
    align-items: center; }
.cupons__value {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: bold;
  margin: 0 10px;
  text-align: center;
  white-space: nowrap; }
  .cupons__value img {
    width: 50px; }
.cupons__description {
  font-size: 12px; }
  .cupons__description p {
    padding: 5px; }
.cupons__base {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .cupons__base__text {
    font-size: 9px; }
.cupons__code {
  margin-left: 10px; }
  .cupons__code p {
    font-size: 15px;
    font-weight: 700;
    white-space: nowrap; }
    .cupons__code p span {
      background-color: #34c47e;
      padding: 0 8px;
      border-radius: 5px;
      color: white;
      margin-left: 5px; }

.fidelidade__conheca {
  background-color: #e6e6e6;
  border-radius: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  justify-content: space-between; }
  .fidelidade__conheca h3 {
    font-size: 12px;
    line-height: 12px;
    padding: 2px 8px;
    color: gray; }
.fidelidade__participar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0px;
  margin-bottom: 0px; }
  .fidelidade__participar__text label {
    font-size: 9px; }
.fidelidade__info h3 {
  color: #931c19;
  font-size: 15px; }
.fidelidade__info p {
  font-size: 12px; }
.fidelidade__bt {
  padding: 2px 5px;
  background-color: #e6e6e6;
  color: #931c19;
  border-radius: 5px;
  font-size: 12px;
  display: inline-block;
  min-width: 120px;
  margin-top: 5px; }
.fidelidade__tabela {
  margin-top: 0; }
  .fidelidade__tabela__titles, .fidelidade__tabela__row {
    display: flex;
    align-items: center;
    font-size: 12px;
    justify-content: space-between;
    border-bottom: 1px solid #e6e6e6;
    padding-top: 5px; }
    .fidelidade__tabela__titles div, .fidelidade__tabela__row div {
      min-height: 25px; }
    .fidelidade__tabela__titles div:first-child, .fidelidade__tabela__row div:first-child {
      width: 38%; }
    .fidelidade__tabela__titles div:nth-child(2), .fidelidade__tabela__row div:nth-child(2) {
      width: 18%;
      text-align: center; }
    .fidelidade__tabela__titles div:nth-child(3), .fidelidade__tabela__row div:nth-child(3) {
      width: 18%;
      text-align: center; }
    .fidelidade__tabela__titles div:nth-child(4), .fidelidade__tabela__row div:nth-child(4) {
      width: 18%;
      text-align: center; }
    .fidelidade__tabela__titles div:nth-child(5), .fidelidade__tabela__row div:nth-child(5) {
      margin-right: -5px;
      min-width: 20px; }
      .fidelidade__tabela__titles div:nth-child(5) a, .fidelidade__tabela__row div:nth-child(5) a {
        max-width: 20px;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        text-align: center;
        font-size: 12px;
        line-height: 20px;
        display: inline-block;
        padding: 0;
        background-color: #e6e6e6;
        color: #3a3a3a; }
  .fidelidade__tabela__titles {
    font-weight: 700; }
  .fidelidade__tabela a {
    border-radius: 5px;
    padding: 0 5px;
    display: inline-block;
    color: white;
    background: #931c19; }
  .fidelidade__tabela a.green {
    background-color: #34c47e; }

.fidelidade__title a {
  max-width: 20px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  display: inline-block;
  padding: 0;
  background-color: #e6e6e6;
  color: #3a3a3a; }

.fidelidade__title {
  margin-top: 0;
  margin-bottom: 0;
  color: #931c19; }

.status__bar--fidelidade {
  margin-right: 15%;
  margin-left: 15%;
  width: 70%; }
  .status__bar--fidelidade .status__bar__circle:first-child {
    margin-left: -20px; }
  .status__bar--fidelidade .status__bar__circle:last-child {
    margin-right: -20px; }
  .status__bar--fidelidade .status__bar__circle span {
    font-size: 9px;
    text-align: center;
    width: 100%;
    margin-top: -20px;
    margin-left: -20%;
    display: block;
    font-weight: 700;
    white-space: nowrap; }
  .status__bar--fidelidade .status__bar__circle:first-child span {
    margin-left: -100% !important; }
  .status__bar--fidelidade .status__bar__circle:nth-child(even) span {
    margin-top: -20px; }  
