/* line 23, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
* {
  box-sizing: border-box;
}

/* line 27, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
body {
  font-family: 'Rubik', sans-serif;
  background: #F7F7F7;
  font-size: 13px;
  line-height: 1.6;
  color: #000000;
  letter-spacing: 0.25px;
}

/* line 37, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
input.has-error {
  background-color: #fce4e4;
  border: 1px solid #cb0000 !important;
  outline: none;
}

/* line 44, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.error-message {
  color: #cb0000;
  margin-top: 5px;
}

/* line 49, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.alert {
  background-color: #fce4e4;
  border-radius: 3px;
  border: 1px solid #cb0000;
  position: relative;
  padding: .75rem 1rem;
  transition: visibility 0s, opacity 0.5s linear;
  z-index: 2;
  max-width: 300px;
}
/* line 59, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.alert.float {
  position: fixed;
  width: 300px;
  left: 50%;
  transform: translateX(-50%);
  top: 20px;
  margin: 0 auto;
}
/* line 68, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.alert.success {
  background-color: #F2FAF7;
  border: 1px solid #66A492;
}
/* line 73, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.alert.info {
  border: none;
  border-radius: 0;
  background-color: #a5d2f9;
}
/* line 79, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.alert.caution {
  background-color: #fef9e4;
  border: 1px solid #FFCC00;
}
/* line 84, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.alert.max {
  max-width: 100%;
}
/* line 88, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.alert .warning {
  display: inline;
}
/* line 92, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.alert .close {
  bottom: 0;
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 0.1rem;
  padding-right: 0.25rem;
}

/* line 102, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.close {
  cursor: pointer;
}
/* line 105, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.close svg {
  fill: #cb0000;
  width: 1.5rem;
  height: 1.5rem;
}

/* line 112, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.modal-overlay {
  z-index: 3;
  width: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.75);
}
/* line 123, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.modal-overlay.open {
  width: 100vw;
}

/* line 128, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.hidden {
  display: none !important;
  transition: 1000ms linear;
}

/* line 133, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.pointer {
  cursor: pointer;
}

/* line 138, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.recommender-modal .modal {
  position: relative;
}
/* line 142, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.recommender-modal .close-icon {
  position: absolute;
  top: 10px;
  right: 10px;
}
/* line 150, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.recommender-modal .item:not(:last-child) .hr {
  border: 1px solid #E0E0E0;
  width: 150px;
  margin: 10px auto;
}
/* line 158, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.recommender-modal .item .img img {
  border-radius: 5px;
  max-width: 100%;
}
/* line 164, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.recommender-modal .item .name {
  margin-top: 1vh;
  font-weight: 700;
  font-size: 15px;
  color: #707070;
}
/* line 171, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.recommender-modal .item .price {
  color: #94000f;
  font-size: 13px;
  font-weight: 500;
}
/* line 177, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.recommender-modal .item .btn {
  margin-top: 1vh;
  max-width: 150px;
  white-space: nowrap;
  padding: 10px 40px;
  background-color: #94000f;
  border: none;
  text-decoration: none;
  color: #F7F7F7;
  border-radius: 3px;
}

/* line 191, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.ro-input {
  border: 1px solid #D8D8D8;
  width: 100%;
  border-radius: 3px;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 400;
  background: white;
  box-sizing: border-box;
}

/* line 202, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.row {
  margin-top: 10px;
  margin-left: -15px;
  margin-right: -15px;
}

/* line 208, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  float: left;
  box-sizing: border-box;
}

/* line 219, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.cards__header, .offers__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 20px;
  line-height: 1;
}
/* line 226, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.cards__header.spaced, .offers__header.spaced {
  margin-bottom: 20px;
}
/* line 230, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.cards__header .title, .offers__header .title {
  font-size: 20px;
  font-weight: 300;
}
/* line 235, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.cards__header .new_card, .offers__header .new_card {
  color: #00a8fa;
  cursor: pointer;
  line-height: 1;
  font-weight: 100;
}
/* line 244, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.cards__body .offer, .offers__body .offer {
  border: 1px solid #D8D8D8;
  border-radius: 3px;
  padding: 15px 10px;
  display: flex;
  justify-content: space-between;
}
/* line 252, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.cards__body .offer .content .title, .offers__body .offer .content .title {
  color: #333333;
  font-size: 19px;
  font-weight: 500;
}
/* line 258, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.cards__body .offer .content .description, .offers__body .offer .content .description {
  color: #333333;
  font-size: 15px;
}
/* line 265, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.cards__body .offer.yellow, .offers__body .offer.yellow {
  background-color: #fef9e4;
}
/* line 269, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.cards__body .offer.green, .offers__body .offer.green {
  background-color: #F2FAF7;
}
/* line 273, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.cards__body .offer.red, .offers__body .offer.red {
  background-color: #fce4e4;
}
/* line 279, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.cards__body .card, .offers__body .card {
  border: 1px solid #D8D8D8;
  border-radius: 3px;
  padding: 15px 10px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
/* line 288, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.cards__body .card img, .offers__body .card img {
  height: 15px;
}

/* line 295, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.restaurant-modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 0;
  max-width: 320px;
  border: none;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  margin: 30px auto;
  padding: 30px 20px;
  background-color: #fff;
  outline: none;
  z-index: 5;
  text-align: center;
}
/* line 313, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.restaurant-modal.open {
  display: block;
  width: 100%;
  overflow: scroll;
  max-height: 600px;
}
/* line 320, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.restaurant-modal.info-modal {
  max-width: 800px;
}
/* line 323, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.restaurant-modal.info-modal.open {
  max-height: 100%;
}
/* line 327, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.restaurant-modal.info-modal .map {
  height: 250px;
}
/* line 331, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.restaurant-modal.info-modal .info-data {
  background-color: #F7F7F7;
}
/* line 334, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.restaurant-modal.info-modal .info-data p, .restaurant-modal.info-modal .info-data hr {
  color: #333333;
}
/* line 340, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.restaurant-modal.info-modal h3 {
  padding: 3px 0;
  line-height: 0.8;
  margin-block-start: 0;
  margin-block-end: 0;
}
/* line 348, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.restaurant-modal.locations-modal {
  padding: 0 20px;
  max-width: 600px;
}
/* line 352, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.restaurant-modal.locations-modal .locations-body {
  padding-top: 20px;
  display: grid;
  grid-template-columns: 50% 50%;
  grid-gap: 10px;
}
@media (max-width: 480px) {
  /* line 352, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
  .restaurant-modal.locations-modal .locations-body {
    grid-template-columns: 1fr;
  }
}
/* line 362, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.restaurant-modal.locations-modal .locations-body a {
  text-decoration: none;
}
/* line 366, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.restaurant-modal.locations-modal .locations-body .card {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  cursor: pointer;
  padding: 15px;
  margin: 10px 0;
  position: relative;
}
/* line 374, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.restaurant-modal.locations-modal .locations-body .card.selected {
  box-shadow: inset 0px 0px 5px #c1c1c1;
  outline: none;
}
/* line 379, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.restaurant-modal.locations-modal .locations-body .card .selected-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
/* line 386, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.restaurant-modal.locations-modal .locations-body .card p {
  font-size: 14px;
  line-height: 2px;
  text-align: left;
  color: black;
  text-decoration: none;
}
/* line 395, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.restaurant-modal.locations-modal .locations-body .locations-map {
  margin: 10px;
}
/* line 401, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.restaurant-modal .close-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  cursor: pointer;
}
/* line 408, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.restaurant-modal .close-icon img {
  height: 25px;
}
/* line 413, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.restaurant-modal h2 {
  font-size: 17px;
  font-weight: 500;
}
/* line 418, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.restaurant-modal p {
  font-size: 14px;
}

/* line 423, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.page-header {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  overflow: hidden;
  padding: 15px 0 0 0;
  transition: 0.3s;
  flex-wrap: wrap;
  align-items: center;
}
/* line 437, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.page-header .header__info {
  padding: 0 20px 0 20px;
}
/* line 442, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.page-header .title {
  color: #5A5A5A;
  order: 1;
  font-family: 'Montserrat', sans-serif;
  position: relative;
  flex-grow: 1;
}
/* line 449, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.page-header .title span {
  font-size: 16px;
  font-weight: 400;
  margin-left: 10px;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}
/* line 457, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.page-header .title > img {
  margin-right: 3px;
}
/* line 462, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.page-header .search-bar {
  order: 2;
  height: 40px;
  margin-right: 100px;
}
/* line 467, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.page-header .search-bar input {
  background-image: url(/assets/search_icon-e68200437e63fc7990b084b43543a02ff45e7e5df77805e1cf3d9b71d4687823.svg);
  background-position: 18px 8px;
  background-repeat: no-repeat;
  background-color: #F7F7F7;
  font-size: 16px;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  border: none;
  padding-left: 65px;
  outline: none !important;
  box-sizing: border-box;
}
/* line 483, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.page-header .header-icons {
  order: 3;
  height: 40px;
  width: 85px;
  margin-right: 10px;
  margin-top: 16px;
}
/* line 490, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.page-header .header-icons .header-btn {
  position: relative;
  padding: 0;
  box-shadow: none;
  cursor: pointer;
  text-transform: none;
  min-width: 0;
  background-color: transparent;
  margin-left: 15px;
}
/* line 500, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.page-header .header-icons .header-btn .badge {
  background-color: #cb0000;
  border-radius: 10px;
  box-sizing: border-box;
  color: white;
  display: inline-block;
  font-family: 'Rubik', sans-serif;
  height: 14px;
  top: -5px;
  position: absolute;
  width: 16px;
  font-size: 10px;
  font-weight: 300;
  text-align: center;
  vertical-align: middle;
  right: -8px;
}
/* line 518, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.page-header .header-icons .header-btn i {
  display: inline-block;
  font-size: 25px;
  vertical-align: middle;
}

/* line 528, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.box {
  display: flex;
  padding: 0 10px;
  cursor: pointer;
  border-bottom: solid 1px #E8E8E8;
  color: #707070;
}
/* line 535, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.box:hover {
  background-color: #F7F7F7;
  border-radius: 9px;
}
/* line 540, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.box:hover .item-data .item-name-price .item-name {
  color: #cb0000;
}
/* line 544, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.box:hover .item-data .item-name-price .item-price {
  color: #cb0000;
}
/* line 548, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.box .item-data {
  display: grid;
  grid-template-columns: auto 100px;
  grid-gap: 10px;
  width: 100%;
  padding: 10px 0px;
}
/* line 555, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.box .item-data .item-image {
  object-fit: cover;
  max-width: 100px;
  background-color: transparent;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 15px;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
}
/* line 568, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.box .item-data .item-name-price {
  display: flex;
  flex-direction: row;
  padding: 0;
}
/* line 573, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.box .item-data .item-name-price .item-name {
  width: 100%;
  margin-bottom: 0.83em;
}
/* line 578, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.box .item-data .item-name-price .item-name, .box .item-data .item-name-price .item-price {
  color: #707070;
  font-size: 15px;
  font-weight: 500;
  margin-top: 0;
  line-height: 1.1;
}
/* line 586, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.box .item-data .item-name-price p {
  font-size: 13px;
  font-weight: 300;
  margin: 0 0 10px;
}

/* line 595, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.form-field {
  position: relative;
  width: 100%;
}

/* line 600, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.container {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  overflow: hidden;
  padding: 0;
}

/* line 611, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.special-offer {
  position: fixed;
  top: 2rem;
  left: 2rem;
  height: 300px;
  cursor: pointer;
  animation: move 6s infinite forwards;
}

@keyframes move {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-25px);
  }
  75% {
    transform: translateY(25px);
  }
  100% {
    transform: translateY(0px);
  }
}
/* line 627, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.flex {
  display: flex;
}

/* line 631, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.flex-row {
  flex-direction: row;
}

/* line 635, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.flex-col {
  flex-direction: column;
}

/* line 639, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.mx-auto {
  margin: 0 auto;
}

/* line 643, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.flex-wrap {
  flex-wrap: wrap;
}

/* line 647, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.items-center {
  align-items: center;
}

/* line 651, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.justify-end {
  justify-content: flex-end;
}

/* line 655, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.justify-between {
  justify-content: space-between;
}

/* line 659, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.justify-evenly {
  justify-content: space-evenly;
}

/* line 663, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.justify-center {
  justify-content: center;
}

/* line 667, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.text-right {
  text-align: right;
}

/* line 671, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.primary-color {
  color: #cb0000;
}

/* line 675, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.primary-color-bg {
  background-color: #cb0000;
}
/* line 678, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.primary-color-bg[disabled] {
  opacity: 0.5;
}

/* line 683, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.select-loc {
  font-size: 10px;
  margin-left: 3px;
  cursor: pointer;
}

/* line 689, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.text-btn {
  cursor: pointer;
}

/* line 693, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 300;
}

/* line 701, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.warning-text {
  color: #94000f;
}

/* line 706, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.clearfix:after {
  content: '';
  clear: both;
}
/* line 711, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.clearfix:before {
  content: '';
  clear: both;
}

/* line 720, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.cart,
.cart .cart-overlay,
.cart .cart-content {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
/* line 732, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.cart {
  width: 0;
  overflow: hidden;
}
/* line 737, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.cart .cart-overlay {
  background-color: rgba(0, 0, 0, 0.2);
  width: 0;
  opacity: 0;
  transition: opacity 0.3s;
}
/* line 744, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.cart .cart-content {
  background-color: #fff;
}
/* line 748, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.cart .cart-content, .cart .cart-footer {
  width: 600px;
  right: -400px;
  transition: right 0.2s;
}
/* line 754, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.cart .cart-content {
  background-color: #fff;
  padding: 15px 35px;
}
/* line 758, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.cart .cart-content .title {
  font-size: 24px;
  font-weight: 700;
}
/* line 764, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.cart .close-btn {
  border: none;
  background: none;
  float: right;
  margin-right: -15px;
}
/* line 770, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.cart .close-btn img {
  height: 25px;
}
/* line 775, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.cart .cart-body {
  flex: 1 1 0%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}
/* line 782, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.cart .cart-items {
  padding-top: 15px;
}
/* line 786, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.cart.is-open {
  width: 100%;
  position: fixed;
}
/* line 790, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.cart.is-open .cart-overlay {
  width: 100%;
  opacity: 1;
}
/* line 795, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.cart.is-open .cart-content, .cart.is-open .cart-footer {
  right: 0;
  overflow: auto;
  text-shadow: none;
}
/* line 801, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.cart.is-open .cart-footer {
  flex-shrink: 0;
  text-align: right;
  width: 100%;
}
/* line 806, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.cart.is-open .cart-footer .fees {
  border-top: solid 1px #e8e8e8;
}
/* line 812, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.cart .no-content {
  height: 100%;
  position: relative;
}
/* line 816, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.cart .no-content p {
  position: absolute;
  top: 50%;
  text-align: center;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
}
/* line 826, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.cart .cart-item {
  padding: 10px 15px;
  font-family: 'Rubik', sans-serif;
  box-sizing: border-box;
}
/* line 831, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.cart .cart-item__data {
  display: grid;
  grid-template-columns: auto 10rem 5rem 5rem;
  grid-gap: 20px;
}
/* line 837, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.cart .cart-item__modifiers {
  width: 50%;
}
/* line 840, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.cart .cart-item__modifiers .mod-description {
  color: #707070;
  font-size: 15px;
  letter-spacing: 0;
  padding-left: 20px;
}
/* line 848, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.cart .cart-item:last-child {
  border-bottom: none;
}
/* line 852, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.cart .cart-item .item-name {
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
}
/* line 857, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.cart .cart-item .item-name button {
  background-color: transparent;
  border: none;
  color: black;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
}
/* line 866, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.cart .cart-item .item-name > h4 {
  margin-block-end: 0;
  margin-block-start: 0;
}
/* line 872, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.cart .cart-item__remove {
  border: none;
  cursor: pointer;
  outline: none;
  background-color: transparent;
}
/* line 877, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.cart .cart-item__remove > img {
  vertical-align: middle;
}
/* line 882, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.cart .cart-item .price {
  color: #cb0000;
  font-size: 15px;
  margin: 0;
}
/* line 888, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.cart .cart-item .item-quantity-modifier {
  font-size: 12px;
}
/* line 892, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.cart .cart-item .item-total {
  font-size: 16px;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
}
/* line 897, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.cart .cart-item .mobile-actions {
  margin-top: 10px;
  clear: both;
}
/* line 902, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.cart .cart-item .controls {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-grow: 1;
  justify-content: center;
}
/* line 909, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.cart .cart-item .controls h3 {
  font-family: 'Rubik', sans-serif;
  padding: 0px 10px;
  font-size: 15px;
  margin: 0;
}
/* line 916, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.cart .cart-item .controls button {
  background-color: #E0E0E0;
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: none;
  color: white;
  font-size: 15px;
  font-weight: 500;
}
/* line 930, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.cart .remove {
  border: none;
  outline: none;
  line-height: 15px;
  font-size: 26px;
  background-color: transparent;
}
/* line 937, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.cart .remove img {
  width: 12px;
}
/* line 942, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.cart .fee {
  display: flex;
  font-size: 15px;
  flex-direction: row;
  justify-content: space-between;
}
/* line 948, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.cart .fee > :first-child {
  font-weight: 400;
  color: #333333;
}
/* line 953, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.cart .fee > :last-child {
  color: #707070;
}
/* line 958, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.cart .cart-total {
  color: #333333;
  font-weight: 700;
  margin: 10px 0;
}
/* line 964, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.cart .checkout {
  background-color: #cb0000;
  border-radius: 5px;
  color: white;
  display: inline-block;
  font-size: 16px;
  font-family: Rubik, sans-serif;
  font-weight: 300;
  padding: 20px 25px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

/* line 979, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.item-modal {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  max-width: 600px;
  height: 0;
  overflow-y: scroll;
  border: none;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  background-color: #fff;
  outline: none;
  position: relative;
  display: flex;
  flex-direction: column;
}
/* line 980, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.item-modal.open {
  width: 100%;
  max-height: 90vh;
  margin-top: 20px;
  height: auto;
}
/* line 1003, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.item-modal.discover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) !important;
}
/* line 1007, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.item-modal .close-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  cursor: pointer;
}
/* line 1014, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.item-modal .close-icon img {
  height: 25px;
}

/* line 1021, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.item-modal .form-body {
  flex: 1 1 0%;
  overflow: auto;
}
/* line 1025, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.item-modal .form-body .item-name {
  padding: 30px 20px 0 20px;
}
/* line 1029, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.item-modal .form-body .item-image {
  height: 211px;
  width: 100%;
  object-fit: cover;
}
/* line 1035, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.item-modal .form-body .item-description {
  padding: 0 20px;
}
/* line 1040, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.item-modal .form-body .item-info h2 {
  font-size: 17px;
}
/* line 1045, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.item-modal .form-body .category-options {
  padding: 10px 40px;
}
/* line 1049, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.item-modal .form-body .category-name {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1;
  color: #707070;
  background-color: #E8E8E8;
  padding: 10px 40px;
  margin: 0;
}
/* line 1059, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.item-modal .form-body .pizza-option {
  margin-bottom: 1em;
}
/* line 1062, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.item-modal .form-body .pizza-option .modifier-name {
  font-size: 15px;
}
/* line 1065, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.item-modal .form-body .pizza-option .modifier-name.selected {
  font-weight: bold;
}
/* line 1071, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.item-modal .form-body .option-name {
  margin-bottom: 5px;
  line-height: 20px;
}
/* line 1075, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.item-modal .form-body .option-name button {
  position: relative;
  border: 1px solid #888888;
  cursor: pointer;
  background: none;
  padding: 0;
  line-height: 12px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  font-size: 12px;
  margin-right: 10px;
}
/* line 1088, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.item-modal .form-body .option-name button.is-checked {
  border-color: #cb0000;
}
@media (max-width: 480px) {
  /* line 1092, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
  .item-modal .form-body .option-name button.is-checked ~ span {
    vertical-align: -3px;
  }
}
/* line 1097, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.item-modal .form-body .option-name button.is-checked::before {
  content: '';
  background-color: #cb0000;
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 50%;
  margin-right: 10px;
}
/* line 1112, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.item-modal .form-body .option-name span {
  color: #888888;
  display: inline-block;
  vertical-align: 6px;
}
/* line 1119, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.item-modal .form-body .size-options {
  padding: 5px 20px;
  font-size: 15px;
}
/* line 1123, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.item-modal .form-body .size-options .option {
  margin: 5px 0;
}
/* line 1127, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.item-modal .form-body .size-options fieldset {
  border: none;
}
/* line 1132, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.item-modal .form-body .note {
  padding: 0 40px;
}
/* line 1135, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.item-modal .form-body .note label {
  width: 100%;
  display: block;
}
/* line 1140, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.item-modal .form-body .note textarea {
  border: 1px solid #ccc;
  border-radius: 5px;
  color: #707070;
  padding: 4px 8px;
  width: 100%;
}
/* line 1150, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.item-modal .form-footer {
  flex-shrink: 0;
  border-top: solid 1px #F7F7F7;
  padding: 20px 40px 20px;
  box-shadow: 0px -4px 21px -16px rgba(84, 84, 84, 0.57);
  -webkit-box-shadow: 0px -4px 21px -16px rgba(84, 84, 84, 0.57);
  -moz-box-shadow: 0px -4px 21px -16px rgba(84, 84, 84, 0.57);
}
/* line 1159, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.item-modal .form-footer .qty-wrapper .controls {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-grow: 1;
  justify-content: center;
}
/* line 1166, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.item-modal .form-footer .qty-wrapper .controls button {
  background-color: #E0E0E0;
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: none;
  color: white;
  font-size: 15px;
  font-weight: 500;
}
/* line 1178, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.item-modal .form-footer .qty-wrapper .controls h3 {
  padding: 0 10px;
  font-size: 15px;
  margin: 0;
}
/* line 1186, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.item-modal .form-footer .sub-total {
  color: white;
  width: 300px;
  height: 45px;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-family: 'Rubik', sans-serif;
  border-radius: 4px;
  border: none;
  justify-content: space-around;
  margin-left: 15px;
}
/* line 1200, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.item-modal .form-footer .sub-total span {
  font-weight: 500;
}

/* line 1207, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.tablet {
  display: none;
}

/* line 1212, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.navigation ul {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0;
  border-bottom: solid 1px whitesmoke;
  margin-block-end: 0;
}
/* line 1219, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.navigation ul li {
  color: #5A5A5A;
  cursor: pointer;
  font-family: 'Rubik', sans-serif;
  font-size: 15px;
  font-weight: 400;
  list-style: none;
  padding-right: 20px;
  padding-left: 20px;
  white-space: nowrap;
}
/* line 1220, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.navigation ul li:first-child {
  padding-left: 20px;
}
/* line 1233, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.navigation ul li:last-child {
  margin-right: 20px;
}
/* line 1237, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.navigation ul li.unavailable li {
  opacity: 0.5;
}
/* line 1242, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.navigation ul li:hover {
  border-bottom: solid 2px #94000f;
}
/* line 1245, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.navigation ul li:active {
  border-bottom: solid 2px #94000f;
  font-weight: 500;
}
/* line 1250, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.navigation ul li.active {
  border-bottom: solid 2px #94000f;
  font-weight: 600 !important;
}

@media (max-width: 480px) {
  /* line 1259, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
  .hide-mobile {
    display: none;
  }

  /* line 1263, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
  .location-info {
    overflow-y: hidden;
    max-height: 500px;
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  }
  /* line 1270, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
  .location-info.hid {
    max-height: 0;
  }

  /* line 1276, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
  .page-header .title {
    display: none;
  }
  /* line 1278, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
  .page-header .title > img {
    display: none;
  }
  /* line 1282, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
  .page-header span {
    font-size: 13px;
  }
  /* line 1286, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
  .page-header .search-bar {
    margin-right: 0;
  }
  /* line 1290, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
  .page-header .header-icons {
    order: 2;
  }

  /* line 1296, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
  .is-open .cart-content, .is-open .cart-footer {
    width: 100%;
  }

  /* line 1301, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
  .item-modal {
    margin: 0;
    left: 0;
    transform: none;
    max-width: 100%;
    height: 0;
    overflow-y: scroll;
  }
  /* line 1309, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
  .item-modal.open {
    height: 100%;
    margin-top: 0;
    max-height: 100vh;
  }
  /* line 1316, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
  .item-modal .item-wrapper:hover {
    background-color: transparent;
  }
  /* line 1320, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
  .item-modal .item-wrapper .item-data {
    display: flex;
    flex-direction: column;
    padding: 0;
    border-bottom: none;
  }
  /* line 1326, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
  .item-modal .item-wrapper .item-data .item-info {
    order: 2;
  }
  /* line 1328, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
  .item-modal .item-wrapper .item-data .item-info h2 {
    margin-bottom: 5px;
    font-size: 17px;
  }
  /* line 1333, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
  .item-modal .item-wrapper .item-data .item-image {
    width: 100%;
    height: 200px;
    order: 1;
  }
  /* line 1338, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
  .item-modal .item-wrapper .item-data .item-price {
    display: none;
  }

  /* line 1346, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
  .cart .cart-content {
    padding: 15px 5px;
  }
  /* line 1349, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
  .cart .close-btn {
    margin-right: -5px;
    line-height: 2.7em;
  }
}
/* line 1356, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.desktop {
  display: none;
}

@media (min-width: 481px) {
  /* line 1361, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
  .desktop {
    display: block;
  }
}
@media (min-width: 481px) {
  /* line 1367, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
  .container {
    box-shadow: rgba(0, 0, 0, 0.05) 0 1px 2px 0;
    margin-top: 35px;
  }

  /* line 1372, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
  .mobile {
    display: none;
  }

  /* line 1377, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
  .page-header .title {
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
  }

  /* line 1385, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
  .navigation ul {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0;
    border-bottom: solid 1px whitesmoke;
  }
  /* line 1391, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
  .navigation ul li {
    list-style: none;
    padding-right: 20px;
    padding-left: 20px;
    cursor: pointer;
  }
  /* line 1397, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
  .navigation ul li:last-child {
    margin-right: 0;
  }
  /* line 1400, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
  .navigation ul li a {
    font-family: 'Rubik', sans-serif;
    color: #5A5A5A;
    font-size: 15px;
    font-weight: 300;
    white-space: nowrap;
  }
  /* line 1409, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
  .navigation ul li.unavailable a {
    opacity: 0.5;
  }
}
/* line 1418, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
[id] {
  scroll-margin-top: 140px;
}

/* line 1422, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.category-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  padding: 0 20px 0 20px;
}
/* line 1435, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.category-wrapper .item-wrapper {
  width: 46%;
  box-sizing: content-box;
}
@media (min-width: 481px) {
  /* line 1435, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
  .category-wrapper .item-wrapper {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  /* line 1445, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
  .category-wrapper .item-wrapper {
    width: 100%;
  }
  /* line 1449, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
  .category-wrapper .tablet {
    display: block;
  }
}

/* line 1455, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.category {
  font-size: 26px;
  color: #424242;
  width: 100%;
  margin-bottom: 0.83em;
}
@media (min-width: 491px) {
  /* line 1462, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
  .category .category-first {
    margin-top: 30px;
  }
}
/* line 1467, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.category .category-description {
  font-size: 14px;
  color: #2a4467;
  font-weight: 200;
  margin-left: 10px;
}
/* line 1474, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.category .category-warning {
  font-size: 14px;
  color: #94000f;
  font-weight: 200;
  margin-left: 10px;
}

/* line 1483, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.session-wrapper, .offer-wrapper {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2);
  overflow: auto;
  padding: 10px;
  display: none;
  top: 0;
}
/* line 1492, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.session-wrapper.open, .offer-wrapper.open {
  display: block;
  width: 100%;
  height: 100%;
}
/* line 1498, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.session-wrapper .session-modal, .session-wrapper .offer-modal, .offer-wrapper .session-modal, .offer-wrapper .offer-modal {
  display: none;
  top: 0;
  left: auto;
  width: 100%;
  max-width: 500px;
  border: none;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  margin: 30px auto;
  padding: 30px 20px;
  background-color: #fff;
  outline: none;
}
/* line 1512, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.session-wrapper .session-modal .social-button, .session-wrapper .offer-modal .social-button, .offer-wrapper .session-modal .social-button, .offer-wrapper .offer-modal .social-button {
  cursor: pointer;
  display: inline-block;
  float: none;
  background: white;
  color: #444;
  width: 190px;
  border-radius: 5px;
  border: thin solid #888;
  white-space: nowrap;
}
/* line 1523, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.session-wrapper .session-modal .social-button.g-button, .session-wrapper .offer-modal .social-button.g-button, .offer-wrapper .session-modal .social-button.g-button, .offer-wrapper .offer-modal .social-button.g-button {
  box-shadow: 1px 1px 1px grey;
  margin-bottom: 9px;
}
/* line 1527, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.session-wrapper .session-modal .social-button.g-button icon, .session-wrapper .offer-modal .social-button.g-button icon, .offer-wrapper .session-modal .social-button.g-button icon, .offer-wrapper .offer-modal .social-button.g-button icon {
  background: url("https://restaurantops.s3-us-west-2.amazonaws.com/website/g-normal.png") transparent 5px 50% no-repeat;
}
/* line 1532, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.session-wrapper .session-modal .social-button.f-button, .session-wrapper .offer-modal .social-button.f-button, .offer-wrapper .session-modal .social-button.f-button, .offer-wrapper .offer-modal .social-button.f-button {
  background-color: #3b5998;
  color: white;
}
/* line 1536, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.session-wrapper .session-modal .social-button.f-button icon, .session-wrapper .offer-modal .social-button.f-button icon, .offer-wrapper .session-modal .social-button.f-button icon, .offer-wrapper .offer-modal .social-button.f-button icon {
  background: url("https://restaurantops.s3-us-west-2.amazonaws.com/website/fb_login.png") transparent 15px 50% no-repeat;
}
/* line 1541, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.session-wrapper .session-modal .social-button icon, .session-wrapper .offer-modal .social-button icon, .offer-wrapper .session-modal .social-button icon, .offer-wrapper .offer-modal .social-button icon {
  display: inline-block;
  vertical-align: middle;
  width: 42px;
  height: 42px;
}
/* line 1550, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.session-wrapper .session-modal .item-info h2, .session-wrapper .offer-modal .item-info h2, .offer-wrapper .session-modal .item-info h2, .offer-wrapper .offer-modal .item-info h2 {
  position: relative;
  font-size: 22px;
  font-weight: 400;
  color: #cb0000;
  margin: 0 0 30px;
  text-align: center;
}
/* line 1558, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.session-wrapper .session-modal .item-info h2:after, .session-wrapper .offer-modal .item-info h2:after, .offer-wrapper .session-modal .item-info h2:after, .offer-wrapper .offer-modal .item-info h2:after {
  position: absolute;
  content: '';
  border-bottom: 1px solid #d6d6d6;
  left: 50%;
  width: 80px;
  margin-left: -40px;
  top: 120%;
}
/* line 1570, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.session-wrapper .session-modal.open, .session-wrapper .offer-modal.open, .offer-wrapper .session-modal.open, .offer-wrapper .offer-modal.open {
  display: block;
}
@media (max-width: 480px) {
  /* line 1498, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
  .session-wrapper .session-modal, .session-wrapper .offer-modal, .offer-wrapper .session-modal, .offer-wrapper .offer-modal {
    margin: 0;
    max-width: 100%;
  }
}
/* line 1579, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.session-wrapper .session-modal .field-group, .session-wrapper .offer-modal .field-group, .offer-wrapper .session-modal .field-group, .offer-wrapper .offer-modal .field-group {
  display: block;
}
/* line 1582, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.session-wrapper .session-modal .field-group .field-group-qty, .session-wrapper .offer-modal .field-group .field-group-qty, .offer-wrapper .session-modal .field-group .field-group-qty, .offer-wrapper .offer-modal .field-group .field-group-qty {
  text-align: center;
}
/* line 1585, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.session-wrapper .session-modal .field-group .field-group-qty label,
.session-wrapper .session-modal .field-group .field-group-qty input, .session-wrapper .offer-modal .field-group .field-group-qty label,
.session-wrapper .offer-modal .field-group .field-group-qty input, .offer-wrapper .session-modal .field-group .field-group-qty label,
.offer-wrapper .session-modal .field-group .field-group-qty input, .offer-wrapper .offer-modal .field-group .field-group-qty label,
.offer-wrapper .offer-modal .field-group .field-group-qty input {
  font-size: 20px;
  display: inline-block;
  margin: 6px 0;
}
/* line 1592, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.session-wrapper .session-modal .field-group .field-group-qty label, .session-wrapper .offer-modal .field-group .field-group-qty label, .offer-wrapper .session-modal .field-group .field-group-qty label, .offer-wrapper .offer-modal .field-group .field-group-qty label {
  font-weight: 200;
  color: #5A5A5A;
  padding: 0 10px;
}
/* line 1598, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.session-wrapper .session-modal .field-group .field-group-qty input, .session-wrapper .offer-modal .field-group .field-group-qty input, .offer-wrapper .session-modal .field-group .field-group-qty input, .offer-wrapper .offer-modal .field-group .field-group-qty input {
  font-weight: 400;
  color: #cb0000;
  width: 85px;
  max-width: 100%;
}
/* line 1606, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.session-wrapper .session-modal .field-group .field-group-btn, .session-wrapper .offer-modal .field-group .field-group-btn, .offer-wrapper .session-modal .field-group .field-group-btn, .offer-wrapper .offer-modal .field-group .field-group-btn {
  margin-top: 25px;
  text-align: center;
  clear: both;
}
/* line 1611, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.session-wrapper .session-modal .field-group .field-group-btn input[type='submit'], .session-wrapper .offer-modal .field-group .field-group-btn input[type='submit'], .offer-wrapper .session-modal .field-group .field-group-btn input[type='submit'], .offer-wrapper .offer-modal .field-group .field-group-btn input[type='submit'] {
  background-color: #cb0000;
  color: #fff;
  border-radius: 5px;
  padding: 8px 30px;
  border: none;
  transition: background-color 0.2s;
  font-size: 16px;
  font-weight: 300;
  display: inline-block;
  float: none;
}
/* line 1621, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.session-wrapper .session-modal .field-group .field-group-btn input[type='submit'][disabled], .session-wrapper .offer-modal .field-group .field-group-btn input[type='submit'][disabled], .offer-wrapper .session-modal .field-group .field-group-btn input[type='submit'][disabled], .offer-wrapper .offer-modal .field-group .field-group-btn input[type='submit'][disabled] {
  opacity: 0.8;
  background-color: #777;
}
/* line 1629, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.session-wrapper .session-modal .field-group .field-group-btn .anchor-link, .session-wrapper .offer-modal .field-group .field-group-btn .anchor-link, .offer-wrapper .session-modal .field-group .field-group-btn .anchor-link, .offer-wrapper .offer-modal .field-group .field-group-btn .anchor-link {
  border-bottom: 1px solid #cb0000;
  color: #cb0000;
  font-size: 16px;
}
/* line 1635, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.session-wrapper .session-modal .field-group .field-group-btn.inline-btn, .session-wrapper .offer-modal .field-group .field-group-btn.inline-btn, .offer-wrapper .session-modal .field-group .field-group-btn.inline-btn, .offer-wrapper .offer-modal .field-group .field-group-btn.inline-btn {
  margin-right: 10px;
}
/* line 1639, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.session-wrapper .session-modal .field-group .field-group-btn.text-link, .session-wrapper .offer-modal .field-group .field-group-btn.text-link, .offer-wrapper .session-modal .field-group .field-group-btn.text-link, .offer-wrapper .offer-modal .field-group .field-group-btn.text-link {
  color: #000;
}
/* line 1643, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.session-wrapper .session-modal .field-group .field-group-btn.anchor-link, .session-wrapper .session-modal .field-group .field-group-btn.text-link, .session-wrapper .offer-modal .field-group .field-group-btn.anchor-link, .session-wrapper .offer-modal .field-group .field-group-btn.text-link, .offer-wrapper .session-modal .field-group .field-group-btn.anchor-link, .offer-wrapper .session-modal .field-group .field-group-btn.text-link, .offer-wrapper .offer-modal .field-group .field-group-btn.anchor-link, .offer-wrapper .offer-modal .field-group .field-group-btn.text-link {
  text-decoration: none;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
}
/* line 1651, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.session-wrapper .session-modal .field-group .field-group-btn.action-btn, .session-wrapper .offer-modal .field-group .field-group-btn.action-btn, .offer-wrapper .session-modal .field-group .field-group-btn.action-btn, .offer-wrapper .offer-modal .field-group .field-group-btn.action-btn {
  width: 100%;
  max-width: 166px;
}
/* line 1656, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.session-wrapper .session-modal .field-group .field-group-btn.fluid-btn, .session-wrapper .offer-modal .field-group .field-group-btn.fluid-btn, .offer-wrapper .session-modal .field-group .field-group-btn.fluid-btn, .offer-wrapper .offer-modal .field-group .field-group-btn.fluid-btn {
  max-width: 100%;
}
/* line 1660, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.session-wrapper .session-modal .field-group .field-group-btn .section-or, .session-wrapper .offer-modal .field-group .field-group-btn .section-or, .offer-wrapper .session-modal .field-group .field-group-btn .section-or, .offer-wrapper .offer-modal .field-group .field-group-btn .section-or {
  font-size: 12px;
  display: block;
  margin-top: 30px;
  color: #cb0000;
  text-transform: uppercase;
  margin-bottom: 5px;
  position: relative;
  padding-top: 25px;
}
/* line 1670, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.session-wrapper .session-modal .field-group .field-group-btn .section-or:before, .session-wrapper .offer-modal .field-group .field-group-btn .section-or:before, .offer-wrapper .session-modal .field-group .field-group-btn .section-or:before, .offer-wrapper .offer-modal .field-group .field-group-btn .section-or:before {
  content: '';
  position: absolute;
  border-top: 1px solid #ccc;
  width: 80%;
  left: 10%;
  top: 0;
}

/* line 1685, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.clover iframe {
  height: 3em !important;
  background-color: white;
}
/* line 1690, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.clover .form-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}
/* line 1695, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.clover .form-row label {
  margin-bottom: 5px;
}
@media (min-width: 600px) {
  /* line 1690, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
  .clover .form-row {
    grid-template-columns: 1fr 1fr 1fr;
  }
  /* line 1701, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
  .clover .form-row.card-details {
    gap: 16px;
  }
}
/* line 1707, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.clover .top-row {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 600px) {
  /* line 1712, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
  .clover .top-row.with-customer {
    grid-template-columns: 1fr 100px;
  }
}
/* line 1718, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.clover .input-errors {
  color: red;
  font-size: 12px;
  margin-top: 4px;
}
/* line 1724, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.clover .field-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 0 !important;
}

/* line 1731, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.square {
  display: flex;
  flex-direction: column;
}
@media (min-width: 299px) {
  /* line 1731, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
  .square {
    display: grid;
    grid-template-columns: auto 75px;
  }
}

/* line 1742, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.offer-wrapper .btn {
  border: none;
  border-radius: 2em;
  color: white;
  width: 100%;
  padding: 10px 50px;
  font-size: 15px;
  font-weight: 600;
  bottom: 0;
  left: 0;
  background-color: #2a4467 !important;
}
/* line 1755, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.offer-wrapper .t-and-s {
  color: #888888;
  display: block;
  text-align: center;
  padding-top: 1em;
}
/* line 1762, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.offer-wrapper .offer-modal {
  position: relative;
}
/* line 1765, /Users/carlos/RubymineProjects/clover_order_poster/app/assets/stylesheets/restaurants.scss */
.offer-wrapper .offer-modal .footer {
  margin-top: 20px;
  background-color: #f9fafb;
  bottom: 0;
  padding: 1rem 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
