.floatleft {
  float: left;
}
.floatright {
  float: right;
}
.alignleft {
  float: left;
  margin-right: 10px;
}
.alignright {
  float: right;
  margin-left: 10px;
}
.aligncenter {
  display: block;
  margin: 0 auto;
}
a,
a:active,
a:focus,
a:active {
  text-decoration: none !important;
}
a:focus,
button:focus {
  outline: 0px solid;
}
img {
  max-width: 100%;
}
.fix:after {
  content: "";
  display: table;
  clear: both;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0 0 15px;
}
.column {
  width: 960px;
  margin: 0 auto;
  display: block;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  color: #000;
  font-size: 18px;
}
.container-fluid {
  max-width: 1450px;
}
.main-menu ul li a {
  color: #494e57 !important;
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.right-side-links a {
  color: #1b1b1b;
  padding: 0px 15px;
  display: inline-block;
  text-decoration: underline !important;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 10px;
}
.banner-area {
  background-image: url(../images/banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
  color: #fff;
  padding-top: 160px;
  padding-bottom: 180px;
}
.banner-area h2 {
  font-size: 80px;
  font-weight: 900;
  margin-bottom: 50px;
  line-height: 1;
}
.banner-area p {
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 50px;
}
.banner-area a {
  background-color: #66cccc;
  color: #fff;
  display: inline-block;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  padding: 10px 25px;
}
.header-area {
  background-color: #fff;
}
.res-lists li {
  display: inline;
}
.res-lists li a {
  display: inline-block;
  background-color: #1b1b1b;
  color: #fff;
}
.res-lists-li {
  color: #fff;
}
.header-area {
  padding: 30px 0;
  font-weight: 700;
}
.right-side-links a.login-link {
  background-color: #1b1b1b;
  color: #fff;
  text-decoration: none !important;
}
ul.res-lists {
  margin-bottom: 100px;
}
ul.res-lists li {
  display: inline;
}
ul.res-lists li a {
  display: inline-block;
  padding: 13px 20px;
  min-width: 225px;
  font-weight: 700;
  border-radius: 16px;
  margin-left: 15px;
  margin-right: 15px;
}
ul.res-lists li a.active {
  background-color: #494e57;
}
.restaurant-location {
  padding-top: 125px;
}
.single-restaurant-area {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 83%;
  box-shadow: 0px 0px 3px #00000029;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 30px;
  cursor: pointer;
}
.single-restaurant-area p {
  color: #707070;
}
.single-icons-restaurant-area {
  width: 100%;
  min-height: 170px;
  max-height: 170px;
  box-shadow: 0px 0px 3px #00000029;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 30px;
}
.single-icons-restaurant-area p {
  color: #707070;
}
.single-rest-logo {
  width: 25%;
  float: left;
}
.single-rest-info h4 {
  font-size: 15px;
  color: #000000;
  font-weight: 900;
  margin-bottom: 5px;
}
.single-rest-info {
  width: 75%;
  float: left;
  padding-left: 3%;
}
.single-rest-info p {
  font-size: 15px;
}
.single-rest-name h4 {
  font-size: 15px;
  color: #000000;
  font-weight: 900;
  margin-bottom: 5px;
}
.container-icons {
  height: 90%;
  display: flex;
  gap: 10px;
}
#icon-delivery div {
  margin-top: 5px;
}
.single-rest-icon {
  min-height: 60%;
  width: 100%;
  max-height: 100px;
  box-shadow: 0px 0px 3px #00000029;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: unset;
  cursor: pointer;
}
.single-rest-icon img {
  width: 30%;
  height: 30%;
  min-width: 23px;
  min-height: 23px;
  margin-top: 15px;
}
.single-rest-icon p {
  font-size: 15px;
  text-align: center;
}
.active {
  display: block;
}
.hide {
  display: none !important;
}
.food-area {
  background-image: url(../images/back1.png);
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 120px;
}
.service-list-area {
  margin-top: 220px;
}
.food-details h2 {
  font-size: 62px;
  color: #1b1b1b;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 60px;
}
.food-details p {
  font-size: 30px;
  color: #1b1b1b;
}
.single-service-area {
  background: #ffffff;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  padding: 30px;
}
.single-service-area h5 {
  color: #494e57;
  font-size: 22px;
  margin-top: 30px;
  margin-bottom: 10px;
  font-weight: 900;
}
.single-service-area p {
  margin-bottom: 0px;
  color: #494e57;
}
.single-service-icon {
  margin-top: -60px;
}
.footer-area {
  background-color: #000;
  padding: 100px 0;
  color: #fff;
}
.footer-area h2 {
  font-size: 90px;
  font-weight: 900;
  margin-bottom: 50px;
  margin-top: 50px;
}
.footer-area p {
  margin-bottom: 50px;
}
.food-image {
  position: absolute;
  top: 30px;
  left: 0px;
  margin-left: -20%;
}
.footer-bottom-back-color {
  width: 100%;
  height: 100px;
  background-color: #1b1b1b;
}
.popup-max-style {
  max-width: 500px;
  margin: 32px auto;
  width: 100%;
}
.popup-max-style p {
  color: #000;
}
.popup-max-style p strong {
  font-weight: 900;
}
button.popup-close {
  position: absolute;
  right: 20px;
  top: 20px;
  opacity: 1 !important;
  z-index: 999;
}
button.send {
  min-width: 100%;
  height: 50px;
  background-color: #494e57;
  color: #fff;
  font-weight: 700;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border: 0px;
  cursor: pointer;
  margin-bottom: 15px;
  max-width: 450px;
}
button.send.black-back {
  background-color: #000;
}
.single-image-popup {
  width: 100%;
}
.search-box-area {
  box-shadow: 0px 0px 6px #0000001a;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  position: relative;
}
.search-box-area button {
  position: absolute;
  left: 10px;
  top: 10px;
  background-color: transparent;
  border: 0px;
  padding: 0px;
  cursor: pointer;
}
.search-box-area input {
  outline: 0px;
  border: 0px;
  width: 100%;
  padding-left: 40px;
  height: 52px;
  border-radius: 10px;
}
.search-box-area input:focus .search-bar .search-ajax-result {
  display: none !important;
}
.single-search-result-area {
  box-shadow: 0px 0px 6px #0000001a;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  margin-top: 20px;
  padding: 10px 40px;
}
.single-search-more-result {
  border-bottom: 1px solid #f1f1f3;
  border-radius: 10px;
  margin-top: 20px;
  padding: 10px 40px;
}
.single-search-result-area::before {
  content: "";
  background-image: url(../images/Shape.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 10px;
  top: 10px;
  width: 22px;
  height: 22px;
}
.single-search-more-result::before {
  content: "";
  background-image: url(../images/location.svg);
  background-repeat: no-repeat;
  position: absolute;
  left: 10px;
  top: 10px;
  width: 22px;
  height: 22px;
}
.single-search-result-area h5,
.single-search-more-result h5 {
  color: #707070;
  font-size: 18px;
  margin-bottom: 5px;
}
.single-search-result-area p,
.single-search-more-result p {
  color: #c1c2c9;
}
button.backButton {
  background-color: transparent;
  border: 0px;
  position: absolute;
  top: 10px;
  left: 0px;
}
.map-popup-heading {
  margin-bottom: 30px;
  text-align: left;
}
.popup-map-style {
  padding: 20px;
}
.popup-map {
  min-height: 400px;
}
.map-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.map-container img {
  position: absolute;
  width: 40px;
  height: 45px;
  left: 50%;
}
.map-popup-heading {
  background-color: transparent;
  box-shadow: 0px 0px 6px #0000001a;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  cursor: pointer;
  width: 100%;
  text-align: left;
  padding: 5px 40px;
  position: relative;
  min-height: 65px;
}
.map-popup-heading button {
  background-color: transparent;
  border: unset;
  text-align: left;
  position: relative;
  min-height: 65px;
}

.map-popup-heading::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 20px;
  background-image: url(../images/back.png);
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
}
.map-full button {
  position: absolute;
  bottom: 30px;
  left: 20%;
}
button.searchCross {
  right: 14px;
  left: auto;
  font-size: 25px;
  color: #c1c2c9;
}
.form-inputs input {
  height: 50px;
  border-radius: 10px;
}
.form-inputs h5 {
  font-weight: 900;
  color: #000000;
  font-size: 20px;
  margin-bottom: 30px;
}
a.forgot-pass {
  text-decoration: underline !important;
  color: #000000;
  cursor: pointer;
}
button.black-green {
  background-color: #66cccc;
}
.form-inputs input.phoneInput {
  border-radius: 30px;
  text-align: center;
  font-size: 25px;
  color: #000000;
  font-weight: 700;
  margin: 0px 5px;
}
.form-inputs input.phoneInput.aes-back {
  background-color: #f5f5f5;
}
.checkbox-style input[type="checkbox"] {
  display: none;
}
.checkbox-style label {
  padding-left: 40px;
  position: relative;
  cursor: pointer;
}
.checkbox-style label::before {
  content: "";
  width: 24px;
  height: 24px;
  border: 1px solid #c1c2c9;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.checkbox-style input[type="checkbox"]:checked + label:before {
  background-image: url(../images/checkmark-circle.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #66cccc;
}
.radio-style input[type="radio"] {
  display: none;
}
.radio-style label {
  padding-left: 40px;
  position: relative;
  cursor: pointer;
}
.radio-style label::before {
  content: "";
  width: 24px;
  height: 24px;
  border: 1px solid #c1c2c9;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.radio-style input[type="radio"]:checked + label:before {
  background-image: url(../images/checkmark-circle.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #66cccc;
}
.tram-area {
  max-height: 500px;
  text-align: left;
  padding: 20px;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  margin-bottom: 27px;
  font-size: 16px;
  color: #1b1b1b;
  overflow-x: hidden;
  overflow-y: scroll;
}
.tram-heading {
  font-size: 20px;
  color: #000000;
  margin-bottom: 40px;
  font-weight: 900;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.toogle-check input:checked + .slider {
  background-color: #66cccc;
}
.toogle-check input:focus + .slider {
  box-shadow: 0 0 1px #66cccc;
}
.toogle-check input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
p.pass-note {
  font-size: 16px;
  color: #c1c2c9;
}
p.price {
  font-size: 17px;
  color: #000000;
  font-weight: 900;
}
.latest-orders-area h2,
#container-restaurantes-indisponiveis h2 {
  font-size: 20px;
  color: #000000;
  font-weight: 900;
  margin-bottom: 50px;
}
.latest-orders-area {
  padding: 40px 0;
}
.shadow {
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #f2f2f2;
}
.gray-back {
  background-color: #fcfcfc;
}
.sub-banner-area {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.search-ajax-result {
  position: absolute;
  z-index: 999;
  background-color: #fff;
  width: 100%;
  padding: 20px;
  left: 0px;
  top: 60px;
  box-shadow: 0px 0px 3px #00000029;
  display: none;
}
.search-result-not-fond button {
  border: 0px;
  padding: 0px;
  cursor: pointer;
}
.search-result-not-fond {
  position: absolute;
  left: 0px;
  top: 60px;
  width: 100%;
  max-height: 200px;
  background-color: #fff;
  box-shadow: 0px 0px 6px #00000029;
  border-radius: 14px;
  color: #cecece;
  text-align: center;
  padding: 50px;
}
header.login-header {
  padding: 40px 0;
  box-shadow: 0px 3px 6px #00000021;
  margin-bottom: 6px;
}
#searchOption {
  cursor: pointer;
  border: 0px;
  padding: 0px;
  position: relative;
  color: #494e57;
  background-color: transparent;
  min-height: 55px;
  display: flex;
  gap: 10px;
  align-items: center;
  text-align: center;
}
#searchOption p {
  margin-top: 10px;
}
#searchOption::before {
  content: "";
  width: 12px;
  position: absolute;
  background-image: url(../images/arrow-down.png);
  background-repeat: no-repeat;
  right: -30px;
  bottom: 20px;
  height: 8px;
}
#searchOption.arrow-down::before {
  content: "";
  transform: rotate(180deg);
}
.search-option-area {
  box-shadow: 0px 0px 6px #00000029;
  border-radius: 14px;
  padding: 20px;
  background-color: #fff;
  position: absolute;
  width: 95%;
  left: 0px;
  top: 60px;
  z-index: 9999;
  display: none;
}

.single-search-select-area {
  box-shadow: 0px 0px 6px #0000001a;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  padding: 20px;
  margin-top: 20px;
  padding-right: 85px;
}
.single-search-select-area h4 {
  font-size: 18px;
  color: #000000;
  font-weight: 900;
  margin-bottom: 5px;
}
.single-search-select-area p {
  color: #707070;
}
.checkbox-search-select {
  position: absolute;
  top: 20px;
  right: 25px;
}
.checkbox-search-select label {
  padding-left: 40px;
  position: relative;
  cursor: pointer;
}
.checkbox-search-select label::before {
  content: "";
  width: 24px;
  height: 24px;
  border: 1px solid #c1c2c9;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.checkbox-search-select input[type="checkbox"]:checked + label:before {
  background-image: url(../images/checkmark-circle.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #66cccc;
}
.user-own-link {
  text-align: right;
  margin-top: 10px;
}
.user-own-link ul li {
  display: inline;
}
.user-own-link ul li a {
  display: inline-block;
  color: #c1c2c9;
  font-size: 12px;
  padding: 0px 20px;
  text-align: center;
  line-height: 2;
  position: relative;
}
.user-own-link ul li a span {
  width: 23px;
  height: 23px;
  background: #66cccc;
  border-radius: 12px;
  display: inline-block;
  color: #fff;
  position: absolute;
  top: -11px;
  right: 10px;
}
.custom-modal {
  max-width: 690px;
  border: 1px solid #00000000;
  margin-right: 0;
  margin-top: 0px;
}
.product-popup-area {
  padding: 40px 30px;
  position: relative;
}
.product-popup-area h3 {
  font-size: 40px;
  color: #0d0d0d;
  font-weight: 900;
}
.single-product-price-area {
  border-top: 1px solid #c1c2c969;
  padding-top: 20px;
}
.single-product-price-area p strong {
  color: #000000;
  font-weight: 700;
}
.pp-bottom-area {
  border-top: 1px solid #c1c2c969;
  padding-top: 20px;
  border-bottom: 1px solid #c1c2c969;
  padding-bottom: 20px;
}
.pp-top-area {
  padding-bottom: 20px;
}
.product-popup-area h5 {
  color: #c1c2c9;
  font-weight: 900;
  font-size: 18px;
}
.product-popup-area h4 {
  color: #66cccc;
  font-weight: 900;
  font-size: 24px;
}
.count-button {
  box-shadow: 0px 0px 6px #00000029;
  border-radius: 10px;
  padding: 7px;
  max-width: 115px;
  position: relative;
}
.count-button button {
  border: 0px;
  background-color: transparent;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}
.count-button button.mins {
  position: absolute;
  left: 10px;
  top: 3px;
  font-size: 38px;
  line-height: 0.8;
}
.count-button button.plus {
  position: absolute;
  right: 5px;
  top: 4px;
  color: #66cccc;
}
.count-button span {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-weight: 600;
}
.cupon-area {
  padding-top: 20px;
  padding-bottom: 35px;
}
.cupon-area input {
  border: 1px solid #ebebeb;
  height: 50px;
  border-radius: 14px;
  padding-left: 15px;
  width: 70%;
  float: left;
}
.cupon-area button {
  background-color: #1b1b1b;
  color: #fff;
  height: 50px;
  border: 0px;
  float: right;
  width: 150px;
  border-radius: 14px;
  cursor: pointer;
}
.same-product-card {
  margin-top: 50px;
}
.order-place-button {
  margin-top: 30px;
}
.order-choice-check-box {
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
}
.single-order-check {
  box-shadow: 0px 0px 3px #00000029;
  border-radius: 10px;
  margin-top: 15px;
  padding: 10px 0;
}
.single-order-check label {
  padding-left: 40px;
  position: relative;
  cursor: pointer;
  margin-bottom: 0px;
  width: 100%;
  font-weight: 900;
}
.single-order-check label::before {
  content: "";
  width: 24px;
  height: 24px;
  border: 1px solid #c1c2c9;
  border-radius: 50%;
  position: absolute;
  top: 1px;
  right: 25px;
}
.single-order-check input[type="radio"]:checked + label:before {
  background-image: url(../images/checkmark-circle.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #66cccc;
}
.order-choice-options input {
  display: none;
}
.order-choice-options label {
  box-shadow: 0px 0px 4px #00000029;
  width: 100%;
  height: 38px;
  border-radius: 8px;
  margin-top: 20px;
  padding-left: 0px;
  text-align: center;
  color: #707070;
  line-height: 2;
  font-weight: 400;
}
.order-choice-options label:before {
  display: none;
}
.order-choice-options {
  padding: 10px 40px;
}
.order-choice-options p {
  margin-bottom: 5px;
}
.order-choice-options input[type="radio"]:checked + label {
  background-color: #66cccc;
  color: #fff;
}
.delivery-list .card-header {
  background-color: transparent;
  border: 0px;
}
.delivery-list .card {
  border: 0px;
  box-shadow: 0px 0px 3px #00000029;
  margin-top: 15px;
}
.product-madero {
  background-color: #fcfcfc;
  padding-top: 40px;
}
.product-madero h2 {
  font-size: 1.8rem;
  font-weight: 900;
  color: #000000;
  margin-bottom: 10px;
}
.contact-number-area p {
  /* min-height: 100px; */
  position: relative;
  color: #707070;
  box-shadow: 0px 0px 3px #00000029;
  border-radius: 16px;
  background-color: #fff;
  padding: 20px 30px;
  margin-bottom: 0px;
  margin-top: 20px;
  display: flex;
  font-size: 16px;
  align-items: center;
  justify-content: space-between;
}

.product-delivery-details {
  margin-top: 50px;
  padding-bottom: 100px;
}
.product-delivery-details h3 {
  font-size: 20px;
  font-weight: 900;
  color: #000000;
  margin-bottom: 50px;
}
.delivery-list .card-header button {
  width: 100%;
  text-align: left;
  color: #000000;
  font-weight: 900;
  position: relative;
}
.delivery-list .card-header button:before {
  content: "";
  position: absolute;
  background-image: url(../images/arrow-down.png);
  background-repeat: no-repeat;
  width: 12px;
  height: 8px;
  right: 0px;
  top: 13px;
  transform: rotate(-180deg);
}
.delivery-list .card-header button.collapsed:before {
  transform: rotate(0deg);
}
.card-body table {
  color: #c1c2c9;
  font-weight: 400;
  font-size: 1rem;
}
.text-underline {
  text-decoration: underline !important;
}
.single-select-option button.dropdown-toggle {
  box-shadow: 0px 0px 3px #00000029;
  border-radius: 9px;
  height: 44px;
  border: 0px;
  padding: 5px 10px;
  font-weight: 900;
  width: 100%;
  cursor: pointer;
  background-color: transparent;
}
.single-select-option {
  display: inline-block;
  margin-left: 15px;
}
.single-select-option img {
  margin-right: 10px;
}
.single-select-option button {
  font-weight: 900;
}
.all-foods-links {
  padding: 50px 0;
}
.all-foods-links a {
  color: #000000;
  width: 7.3%;
  display: inline-table;
  padding: 0px 5px;
}
.all-foods-links a img {
  margin-bottom: 15px;
}
.single-poduct-list {
  padding: 25px 0px;
  border-bottom: 1px solid #f1f1f3;
}
.single-poduct-list h3 {
  font-size: 24px;
  color: #c1c2c9;
  font-weight: 900;
  text-decoration: line-through;
}
.single-poduct-list h4 {
  color: #000000;
  font-weight: 700;
  font-size: 20px;
  margin: unset;
}
.single-poduct-list h5 {
  font-size: 22px;
  color: #000000;
  font-weight: 900;
}
.single-poduct-list p {
  color: #707070;
}
.products-list-area {
  padding-bottom: 100px;
}
.max-width-1450 {
  max-width: 1350px;
}
.single-product-popup {
  padding: 30px;
}
.single-product-popup h2 {
  font-size: 24px;
  color: #000000;
  font-weight: 700;
}
.single-product-popup h4 {
  font-size: 20px;
  color: #000000;
  font-weight: 900;
  margin-bottom: 0px;
}
.single-product-popup h2 {
  font-size: 30px;
  color: #000000;
  font-weight: 900;
  margin-bottom: 50px;
  margin-top: 20px;
}
.single-product-popup h2 sub {
  font-size: 12px;
  color: #c1c2c9;
  text-decoration: line-through;
}
.single-product-popup p {
  color: #707070;
}
.product-extra-add-area strong {
  font-weight: 900;
  color: #000;
}
.max-height-pro-dis {
  max-height: 350px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.tab-buttons-area ul li {
  display: inline;
}
.tab-buttons-area ul li a {
  display: inline-block;
  width: 100%;
  color: #000000;
  font-weight: 600;
  box-shadow: 0px 0px 4px #00000029;
  border-radius: 16px;
  background-color: #fff;
  margin-bottom: 20px;
  padding: 20px 30px;
  position: relative;
}
.tab-buttons-area ul li a:before {
  content: "";
  position: absolute;
  background-image: url(../images/arrow-down.png);
  background-repeat: no-repeat;
  right: 15px;
  top: 30px;
  width: 12px;
  height: 8px;
  transform: rotate(-90deg);
}
.profile-area {
  padding-top: 90px;
  background-color: #fcfcfc;
  padding-bottom: 100px;
}
.profile-area h2 {
  font-size: 40px;
  font-weight: 900;
  color: #000000;
  margin-bottom: 50px;
}
.tab-body-area {
  box-shadow: 0px 0px 4px #00000029;
  border-radius: 16px;
  background-color: #fff;
  padding: 30px;
  min-height: 675px;
}
.single-notifay-area {
  box-shadow: 0px 0px 3px #00000029;
  border-radius: 10px;
  padding-top: 20px;
  padding-bottom: 5px;
  padding-left: 50px;
  padding-right: 20px;
  color: #707070;
  margin-bottom: 20px;
}
.single-notifay-area h5 {
  font-size: 18px;
  font-weight: 900;
  position: relative;
}
.single-notifay-area h5::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 3px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
}
.single-notifay-area h5.blue-color::before {
  background-color: #66cccc;
}
.single-notifay-area h5.red-color::before {
  background-color: #ea7600;
}
.tab-body-area h4 {
  font-weight: 900;
  color: #000000;
  font-size: 20px;
  margin-bottom: 30px;
}
.single-my-cards-area {
  border: 1px solid #ebebeb;
  border-radius: 10px;
  padding-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
/* .single-my-cards-area::before {
  content: "";
  position: absolute;
  background-image: url(../images/delete.png);
  background-repeat: no-repeat;
  right: 30px;
  top: 30px;
  width: 30px;
  height: 30px;
} */
.single-my-cards-area h5 {
  color: #000000;
  font-weight: 700;
  font-size: 18px;
}
.single-my-cards-area p {
  color: #000000;
}
button.bottom-full-width {
  bottom: 20px;
  left: 5%;
  max-width: 90%;
}
p.address-color {
  font-size: 17px;
  color: #707070;
}
.changePassword {
  height: 40px;
  max-width: 140px;
  background-color: #66cccc;
  border: 0px;
  cursor: pointer;
  color: #fff;
  font-weight: 700;
  border-radius: 11px;
  position: absolute;
  right: 5px;
  top: 5px;
}
.checkbox-color-black label {
  color: #000;
  font-weight: 500;
}
.choice-area p {
  color: #000;
}
.choice-area input {
  display: none;
}
.choice-area label {
  padding-left: 30px;
  position: relative;
  cursor: pointer;
}
.choice-area label::before {
  content: "";
  width: 24px;
  height: 24px;
  border: 1px solid #c1c2c9;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.choice-area input[type="radio"]:checked + label:before {
  background-image: url(../images/checkmark-circle.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #66cccc;
}
.max-width-single-pro-popup {
  max-width: 450px;
}
.checkbox-color-black label::before {
  border-radius: 5px;
}
.single-extra p {
  color: #000;
  font-weight: 500;
}
.single-extra p span {
  color: #707070;
  font-weight: 400;
}
.complete-order p strong {
  font-weight: 900;
  color: #000;
}
.single-product-cofirm {
  margin-bottom: 20px;
}
.single-product-cofirm p {
  color: #707070;
  margin-bottom: 0px;
  font-size: 0.9rem;
}
.single-product-cofirm h3 {
  font-size: 0.9rem;
  font-weight: 900;
  color: #000000;
}
.single-product-cofirm h3 span {
  color: #c1c2c9;
  text-decoration: line-through;
  margin-right: 15px;
}
.single-product-cofirm h5 {
  font-size: 0.9rem;
  color: #000000;
  font-weight: 900;
}
.single-product-cofirm button {
  background-color: #66cccc;
  max-width: 120px;
  height: 44px;
  width: 100%;
  border-radius: 16px;
  color: #fff;
  border: 0px;
  cursor: pointer;
  margin-top: 20px;
}
.complete-my-order {
  background-color: #fcfcfc;
  padding: 90px 0;
}
.complete-my-order h2 {
  font-size: 40px;
  font-weight: 900;
  margin-bottom: 50px;
}
.com-my-order-left {
  box-shadow: 0px 0px 6px #00000029;
  border-radius: 14px;
  background-color: #fff;
  padding: 20px 40px;
}
.com-my-order-left h5 {
  font-size: 20px;
  color: #c1c2c9;
  font-weight: 900;
}
.com-my-order-left h6 {
  font-size: 24px;
  color: #c1c2c9;
  font-weight: 900;
}
.com-my-order-left h4 {
  font-size: 24px;
  color: #66cccc;
  font-weight: 900;
}
.price-total-area p {
  color: #c1c2c9;
}
.com-my-order-right {
  box-shadow: 0px 0px 6px #00000029;
  border-radius: 14px;
  padding: 20px 40px;
  background-color: #fff;
  min-height: 700px;
}
.side-bar-single {
  box-shadow: 0px 0px 6px #0000001a;
  border: 1px solid #ebebeb;
  border-radius: 14px;
  padding: 15px;
  padding-left: 50px;
}
.side-bar-single:before {
  background-image: url(../images/checkmark-circle.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #66cccc;
  content: "";
  width: 24px;
  height: 24px;
  border: 1px solid #c1c2c9;
  border-radius: 50%;
  position: absolute;
  top: 17px;
  left: 15px;
}
.unchecked:before {
  background-color: unset;
}
.side-bar-single p {
  margin: 0px;
  color: #707070;
}
.side-bar-single p strong {
  margin: 0px;
  color: #000000;
  font-weight: 600;
}
button.edit-link {
  width: 20px;
  height: 20px;
  border: 0px;
  cursor: pointer;
  padding: 0px;
  background-color: transparent;
}
.select-restaurant-location {
  box-shadow: 0px 0px 4px #00000029;
  border-radius: 10px;
  padding: 15px;
}
.com-my-order-right h3 {
  color: #000000;
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 40px;
  font-weight: 900;
}
.spacing {
  padding: 20px;
}
.single-side-bar-block {
  box-shadow: 0px 0px 3px #00000029;
  border-radius: 10px;
  padding: 15px;
}
.single-side-bar-block strong {
  font-weight: 900;
  color: #000;
}
.single-side-bar-block p {
  color: #707070;
}
.single-card-cridcard {
  box-shadow: 0px 0px 3px #00000029;
  border-radius: 10px;
  padding: 15px;
}
.single-card-cridcard strong {
  font-weight: 900;
  color: #000;
}
.select-restaurant-location p {
  color: #707070;
}
.select-restaurant-location p strong {
  color: #000;
}
.time-date-select-area .single-order-check label,
.time-date-select-area .order-choice-options {
  padding-left: 20px;
  padding-right: 20px;
}
.time-left p {
  color: #c1c2c9;
  font-weight: 700;
  margin: 0px;
}
.payment-mathod-option .card-header {
  background-color: transparent;
  border: 0px;
  padding: 0px;
  border-radius: 0px;
}
.payment-mathod-option .card {
  box-shadow: 0px 0px 4px #00000029;
  border-radius: 8px;
  border: 0px;
  margin-bottom: 20px;
}
.payment-mathod-option .card button.btn-link {
  font-size: 16px;
  font-weight: 900;
  height: 53px;
  position: relative;
  color: #000000;
  width: 100%;
  text-align: left;
  padding-left: 50px;
}
.payment-mathod-option .card button.btn-link:before {
  content: "";
  width: 24px;
  height: 24px;
  border: 1px solid #c1c2c9;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: 10px;
  background-image: url(../images/checkmark-circle.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #66cccc;
}
.payment-mathod-option .card button.btn-link.collapsed:before {
  background-image: none;
  background-color: transparent;
}
button.addButton {
  background-color: transparent;
  border: 0px;
  padding: 0px;
  cursor: pointer;
  color: #494e57;
  font-size: 18px;
}
button.addButton img {
  margin-right: 10px;
}
.pix-area input {
  border: 1px solid #ebebeb;
  border-radius: 10px;
  width: 100%;
  height: 44px;
}
.pix-area button {
  background: #1b1b1b;
  border-radius: 10px;
  color: #fff;
  width: 123px;
  height: 44px;
  border: 0px;
  cursor: pointer;
  font-weight: 700;
  position: absolute;
  right: 0px;
  top: 0px;
}
.card-edit-area {
  border: 1px solid #ebebeb;
  border-radius: 10px;
  padding: 20px;
  font-size: 16px;
  max-width: 300px;
  padding-right: 40px;
}
.card-edit-area button {
  position: absolute;
  right: 15px;
  top: 30px;
}
h3.sobre-heading {
  font-weight: 900;
  color: #000;
  font-size: 20px;
  margin-bottom: 50px;
}
h3.check-heading-madero:before {
  content: "";
  width: 24px;
  height: 24px;
  border: 1px solid #c1c2c9;
  border-radius: 50%;
  position: absolute;
  top: 1px;
  left: -30px;
  background-image: url(../images/checkmark-circle.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #66cccc;
}
h3.check-heading-jeronimo:before {
  content: "";
  width: 24px;
  height: 24px;
  border: 1px solid #c1c2c9;
  border-radius: 50%;
  position: absolute;
  top: 1px;
  left: -30px;
  background-image: url(../images/checkmark-circle.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fcbf3a;
}
h3.check-heading-chicken:before {
  content: "";
  width: 24px;
  height: 24px;
  border: 1px solid #c1c2c9;
  border-radius: 50%;
  position: absolute;
  top: 1px;
  left: -30px;
  background-image: url(../images/checkmark-circle.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #ea7600;
}
h3.check-heading-cafe:before {
  content: "";
  width: 24px;
  height: 24px;
  border: 1px solid #c1c2c9;
  border-radius: 50%;
  position: absolute;
  top: 1px;
  left: -30px;
  background-image: url(../images/checkmark-circle.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #000000;
}
h3.check-heading-italy:before {
  content: "";
  width: 24px;
  height: 24px;
  border: 1px solid #c1c2c9;
  border-radius: 50%;
  position: absolute;
  top: 1px;
  left: -30px;
  background-image: url(../images/checkmark-circle.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #0ad652;
}
.confirmado-text-area {
  padding-left: 20px;
  padding-right: 20px;
}
p.phone-nub {
  position: relative;
  color: #707070;
  box-shadow: 0px 0px 3px #00000029;
  border-radius: 16px;
  background-color: #fff;
  padding: 30px;
  margin-bottom: 0px;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.complete-my-order h1 {
  font-size: 40px;
  color: #66cccc;
  font-weight: 900;
}
.right-border-color::before {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  background-color: #66cccc;
  width: 50px;
  height: 100%;
  box-shadow: 0px -2px 6px #00000029;
  border-radius: 0px 12px 12px 0px;
}
.right-border-color::after {
  content: "";
  position: absolute;
  right: 13px;
  background-image: url(../images/white-arrow.png);
  background-repeat: no-repeat;
  width: 17px;
  height: 28px;
  top: 25px;
}
.com-my-order-right.right-border-color.position-relative {
  padding-right: 75px;
}
.org-color {
  color: #ea7600 !important;
}
.org-border-color.right-border-color::before {
  background-color: #ea7600 !important;
}
.madero-color.right-border-color::before {
  background-color: #66cccc !important;
}
.chicken-color.right-border-color::before {
  background-color: #ea7600 !important;
}
.jeronimo-color.right-border-color::before {
  background-color: #fcbf3a !important;
}
.madero-color-modal-carrinho
  #container-opcionais
  input[type="checkbox"]:checked
  + label:before,
.madero-color-modal-carrinho
  #container-obrigatorios-complemento
  input[type="checkbox"]:checked
  + label:before,
.madero-color-modal-carrinho
  #container-obrigatorios
  input[type="radio"]:checked
  + label:before,
.madero-color-modal-carrinho
  #container-obrigatorios-complemento
  input[type="radio"]:checked
  + label:before,
.madero-color-modal-carrinho .complementos button,
.madero-color-modal-carrinho #add-sacola,
.madero-color-modal-carrinho #add-sacola-complemento {
  background-color: #66cccc !important;
}
.madero-color-modal-carrinho
  #container-extras
  .plus
  .madero-color-modal-carrinho
  #container-extras-complemento
  .plus,
.madero-color-modal-carrinho #btn-plus-item-complemento,
.madero-color-modal-carrinho #btn-plus-item {
  color: #66cccc !important;
}
.jeronimo-color-modal-carrinho
  #container-opcionais
  input[type="checkbox"]:checked
  + label:before,
.jeronimo-color-modal-carrinho
  #container-obrigatorios-complemento
  input[type="checkbox"]:checked
  + label:before,
.jeronimo-color-modal-carrinho
  #container-obrigatorios
  input[type="radio"]:checked
  + label:before,
.jeronimo-color-modal-carrinho
  #container-obrigatorios-complemento
  input[type="radio"]:checked
  + label:before,
.jeronimo-color-modal-carrinho .complementos button,
.jeronimo-color-modal-carrinho #add-sacola,
.jeronimo-color-modal-carrinho #add-sacola-complemento {
  background-color: #fcbf3a !important;
}
.jeronimo-color-modal-carrinho #container-extras .plus,
.jeronimo-color-modal-carrinho #container-extras-complemento .plus,
.jeronimo-color-modal-carrinho #btn-plus-item-complemento,
.jeronimo-color-modal-carrinho #btn-plus-item {
  color: #fcbf3a !important;
}
.chicken-color-modal-carrinho
  #container-opcionais
  input[type="checkbox"]:checked
  + label:before,
.chicken-color-modal-carrinho
  #container-obrigatorios-complemento
  input[type="checkbox"]:checked
  + label:before,
.chicken-color-modal-carrinho
  #container-obrigatorios
  input[type="radio"]:checked
  + label:before,
.chicken-color-modal-carrinho
  #container-obrigatorios-complemento
  input[type="radio"]:checked
  + label:before,
.chicken-color-modal-carrinho .complementos button,
.chicken-color-modal-carrinho #add-sacola,
.chicken-color-modal-carrinho #add-sacola-complemento {
  background-color: #ea7600 !important;
}
.chicken-color-modal-carrinho #container-extras .plus,
.chicken-color-modal-carrinho #container-extras .plus,
.chicken-color-modal-carrinho #container-extras #btn-plus-item-complemento,
.chicken-color-modal-carrinho #btn-plus-item {
  color: #ea7600 !important;
}
.jeronimo-color-modal-sacola #container-itens-sacola .itens-sacola .plus,
.jeronimo-color-modal-sacola
  #container-itens-sacola
  .itens-sacola
  .valor-produto-sacola {
  color: #fcbf3a !important;
}
.jeronimo-color-modal-sacola .single-product-price-area #btn-finalizar-pedido {
  background-color: #fcbf3a !important;
}
.jmadero-color-modal-sacola #container-itens-sacola .itens-sacola .plus,
.jmadero-color-modal-sacola
  #container-itens-sacola
  .itens-sacola
  .valor-produto-sacola {
  color: #66cccc !important;
}
.jmadero-color-modal-sacola .single-product-price-area #btn-finalizar-pedido {
  background-color: #66cccc !important;
}
.chicken-color-modal-sacola #container-itens-sacola .itens-sacola .plus,
.chicken-color-modal-sacola
  #container-itens-sacola
  .itens-sacola
  .valor-produto-sacola {
  color: #ea7600 !important;
}
.chicken-color-modal-sacola .single-product-price-area #btn-finalizar-pedido {
  background-color: #ea7600 !important;
}
.order-id-area span {
  width: 91px;
  background: #585858;
  border-radius: 8px;
  display: inline-block;
  color: #fcfcfc;
  text-align: center;
  margin: 5px;
  padding: 7px 0;
}
.order-id-area span.ready-order {
  background: #ea7600;
}
.price-total-area p strong {
  font-weight: 900;
}
.order-time-list p {
  color: #c1c2c9;
  font-weight: 700;
  position: relative;
  padding-left: 30px;
}
.order-time-list p.o-name {
  color: #000000;
}
.order-time-list p.o-name::before {
  content: "";
  width: 24px;
  height: 24px;
  border: 1px solid #fcbf3a;
  border-radius: 50%;
  position: absolute;
  top: 1px;
  left: 0px;
  background-image: url(../images/checkmark-circle.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fcbf3a;
}
button.gray-button {
  background-color: #ebebeb;
  color: #000;
}
.right-border-color.yallow-border-color::before {
  background-color: #fcbf3a !important;
}
.my-requests {
  background-color: #fcfcfc;
  padding: 50px 0;
}
.my-requests h2 {
  font-size: 40px;
  font-weight: 900;
  margin-bottom: 50px;
}
.single-request {
  box-shadow: 0px 0px 4px #00000029;
  border-radius: 8px;
  background-color: #fff;
  margin-bottom: 30px;
}
.req-top-area {
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
}
.req-middle-area {
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 15px;
  border-top: 1px solid #f1f1f3;
}
.req-top-area p {
  color: #707070;
}
.req-top-area p strong {
  color: #000000;
  font-weight: 900;
  font-size: 20px;
}
.req-middle-area p {
  color: #494e57;
  font-weight: 700;
}
.req-middle-area p img {
  margin-right: 5px;
}
.req-middle-area p strong {
  color: #000000;
  font-weight: 700;
}
button.req-link {
  background: #fcbf3a;
  border-radius: 0px 0px 8px 8px;
  color: #000000;
  font-weight: 700;
  height: 44px;
  width: 100%;
  border: 0px;
  padding: 0px;
  cursor: pointer;
}
.feedback-area h5 {
  font-style: 20px;
  font-weight: 900;
  color: #000000;
}
.feedback-area p {
  color: #494e57;
}
.feedback-area textarea {
  max-width: 336px;
  width: 100%;
  height: 125px;
  background: #fcfcfc;
  border: 1px solid #66cccc;
  border-radius: 10px;
  padding-left: 10px;
  padding-top: 10px;
  color: #c1c2c9;
}
button.delete-button {
  background-color: transparent;
  padding: 0px;
  border: 0px;
  width: 22px;
  height: 28px;
  cursor: pointer;
}
.upload-button {
  background-color: transparent;
  border: 0px;
  padding: 0px;
  cursor: pointer;
}
.benefit-cards label {
  padding-left: 50px;
}
.benefit-cards label img {
  margin-right: 10px;
}
.benefit-cards label::before {
  left: 15px;
}
.upload-button img {
  margin-right: 5px;
}
.user-nub-area {
  background-image: url(../images/Union.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 40px;
  padding-left: 24px;
  padding-right: 20px;
  padding-bottom: 10px;
}
.user-nub-area input {
  color: #c1c2c9;
  border: 0px;
  float: left;
  max-width: 250px;
  width: 100%;
  height: 30px;
  outline: 0px;
}
.user-nub-area button {
  background: #1b1b1b;
  border-radius: 10px;
  color: #fff;
  font-weight: 700;
  width: 103px;
  height: 30px;
  float: left;
  border: 0px;
  cursor: pointer;
}
.cupon-area button {
  height: 44px;
}
#img-item-prato {
  min-width: 100%;
  min-height: 100%;
}
.category-item {
  /* min-width: 100px; */
  /* width: auto !important; */
  font-weight: 700;
  border-radius: 10px;
  background-color: #1b1b1b80;
  cursor: pointer;
}
.category-item p {
  padding: 5px;
  margin-top: unset;
  margin-bottom: unset;
  text-align: center;
  color: #fff;
}
.category-item.active {
  background-color: #1b1b1b;
}
#img-complemento-prato {
  min-width: 100%;
  min-height: 100%;
}
.title-additional-bag {
  height: 55px;
}
.mensage {
  position: absolute;
  top: 100px;
  right: 5px;
  padding: 10px;
  z-index: 10;

  opacity: 0;

  display: flex;
  align-items: center;
  gap: 10px;

  background-color: red;
  border-radius: 6px;
}
.mensage > button {
  border: none;
  height: 100%;
  min-width: 25px;
  min-height: 25px;
  border-radius: 100%;
  background-color: #fff;
  cursor: pointer;
  font-weight: 300;
}
.mensage > strong {
  color: #fff;
  font-size: 1.5rem;
}
.additional-bag {
  min-height: 200px;
  max-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 125px;
  font-size: .9rem;
}
.subtitle {
  color: #707070 !important;
}
.modal-loading {
  max-width: 300px;
  margin: auto;
}

.spinner {
  margin: 15px auto 0 auto;
  text-align: center;
}
.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.dropdown-item {
  box-shadow: 5px 0px 3px #00000029;
  margin-bottom: 10px;
}
.back-menu-hiden {
  background-color: transparent;
  border: 0px;
  display: none;
}
.rede {
  color: #fff !important;
}
.opacity {
  opacity: 0.5;
  pointer-events: none;
}
.single-logo {
  min-width: 100px;
  min-height: 80px;
  max-height: 80px;
  background-color: #d5c06b;
}
.single-logo img {
  padding: 10px;
  min-height: 80px;
  max-height: 80px;
}
.title-about {
  font-family: "Lato-Black";
  color: #d5c06b !important;
}
.mapa-madero {
  width: 100%;
  height: 100%;
  background-color: #1b1d24;
  padding: 3vw;
  margin-top: 5vw;
  border-radius: 3vw;
  box-shadow: 0px 0px 5px 0px #00000029;
}
.mapa-madero img {
  width: 100%;
  height: 100%;
}
.atencao {
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: justify;
}
.atencao h3 {
  font-size: 1rem;
}
.texto {
  height: auto;
  margin-bottom: 9px;
  text-align: justify;
}
.texto p {
  font-size: 1rem;
  margin-top: 10px;
}
.texto span {
  width: 100%;
  margin-top: 1px;
  color: #707070;
  display: block;
  font-size: 1rem;
}
.titulo-tabela {
  width: 100%;
  text-align: center;
  background-color: #796c6c26;
  font-size: 1.5rem;
}
.tabela {
  width: 100%;
}
.tabela span {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.tabela p {
  font-size: 0.9rem;
}
.delete-icon {
  position: absolute;
  top: 20px;
  right: 30px;
}
.info-pix {
  height: 40px;
}
.uncheck-status {
  color: #c1c2c9 !important;
}
.titulo {
  font-size: 2rem;
}
.modal {
  overflow-y: auto !important;
}
#div-codigo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.btn-confirmar-qr-code {
  width: 17%;
}
.input-qr-code {
  width: 80%;
  margin-bottom: 15px;
}
.btn-loading {
  opacity: 0.5;
  display: none;
}
.gray-text {
  color: gray;
  text-align: center;
}
.color-madero {
  color: #66cccc !important;
}
.color-jeronimo {
  color: #fcbf3a !important;
}
.chicken-color {
  color: #ea7600 !important;
}
.background-madero {
  background-color: #66cccc !important;
}
.background-jeronimo {
  background-color: #fcbf3a !important;
}
.background-color {
  background-color: #ea7600 !important;
}
.check-madero .payment-mathod-option .card button.btn-link:before {
  background-color: #66cccc !important;
}
.check-jeronimo .payment-mathod-option .card button.btn-link::before {
  background-color: #fcbf3a !important;
}
.check-chicken .payment-mathod-option .card button.btn-link:before {
  background-color: #ea7600 !important;
}
.check-madero .payment-mathod-option .card button.btn-link.collapsed:before {
  background-image: none !important;
  background-color: transparent !important;
}
.check-jeronimo .payment-mathod-option .card button.btn-link.collapsed:before {
  background-image: none !important;
  background-color: transparent !important;
}
.check-chicken .payment-mathod-option .card button.btn-link.collapsed:before {
  background-image: none !important;
  background-color: transparent !important;
}
.form-search {
  display: flex;
  align-items: center;
}
.form-search p {
  margin: 0 10px 0 0;
  font-size: 1.5rem;
  cursor: pointer;
}
.product-area {
  display: flex;
  gap: 10px;
}
.container-nome-venda-sugestiva {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.fechado {
  opacity: 0.5;
}
#container-banners {
  position: relative;
  height: 400px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
  border-radius: 15px;
}

#container-banners .swiper-banner .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 15px;
}
.paginacao-banner-madero {
  --swiper-theme-color: #66cccc;
}
.paginacao-banner-jeronimo {
  --swiper-theme-color: #fcbf3a;
}
.paginacao-banner-chicken {
  --swiper-theme-color: #ea7600;
}