body {
  font-family: "Spartan", sans-serif;
}

section, footer {
  margin-top: 4rem;
}

.form-switch .form-check-input {
  width: 3em !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='4' fill='%23f66502'/%3e%3c/svg%3e") !important;
}

.form-switch .form-check-input:checked {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='4' fill='%23f66502'/%3e%3c/svg%3e") !important;
}

.form-check-input, .form-check-input:checked {
background-color: white !important;
border-color: #f66502 !important;
}

.top-gradient {
  background: linear-gradient(180deg, #f2f2f2 20%, white 80%);
}

.border-heading {
  position: relative;
  font-size: 2.4rem;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
}
.border-heading:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 140px;
  height: 4px;
  content: "";
  background-color: #febe00;
}

.list-group-item {
  background-color: transparent;
}

.form-check-input {
  margin-top: 0;
}

.btn-primary {
  color: #febe00;
  border-radius: 10rem;
  border: 1px solid #000;
  background-color: #000;
}

@media screen and (min-width: 767px) {
.sticky-top {
  position: relative !important;
}
}
.pac-container {
    background-color: #FFF;
    z-index: 20;
    position: fixed;
    display: inline-block;
    float: left;
    z-index: 1810 !important;

}

.home-search-bill {
  max-height: 55vh;
}

.modal{
    z-index: 1800;
}
.modal-backdrop{
    z-index: 1700;
}​
.navbar {
  font-weight: 600;
}
.navbar .btn {
  position: relative;
  display: flex;
  line-height: 1;
  font-weight: 600;
  align-items: center;
}
.navbar .btn i {
  display: flex;
  font-size: 1rem;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.navbar .btn-login {
  color: #000;
}
.navbar .btn-login i {
  background-color: #febe00;
}
.navbar .btn-login span {
  margin-left: 1rem;
}
.navbar .btn-login:after {
  display: none;
}
.navbar .btn .cart-alert {
  position: absolute;
  top: 8px;
  right: 14px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #febe00;
}
.navbar .navbar-middle .nav-item {
  margin-right: 1rem;
}
.navbar .navbar-middle .nav-item:last-child {
  margin-right: 0;
}

.hero {
  background-image: url("../img/hero.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.hero .container {
  text-align: center;
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.hero .container h1, .hero .container p {
  color: #fff;
}
.hero .container h1 {
  font-size: 4rem;
  margin-bottom: 1rem;
}
.hero .container p {
  font-size: 1.1rem;
  font-weight: 600;
}

footer {
  text-align: center;
  background-color: #f2f2f2;
}
footer .copyright {
  color: #818181;
  font-weight: 500;
  padding-bottom: 1rem;
  text-transform: uppercase;
}

.confirmedBox{
  background-size:cover;
  background-color: #ccc;
  margin-top: 30px;
  position: relative;
  text-align: center;
  font-family: 'Work Sans', sans-serif;
  padding-bottom: 20px;


}

.confirmedBox i{
  font-size: 80px;
  position: relative;
  color: green;
  line-height: 0px;
  height: 43px;
  width: 86px;
  border-radius: 0 0 43px 43px;
  background-color: #fff;
}

.confirmedBox td{
  text-align: left;
}

.confirmedBox h1 {
  font-weight: 600;
  color: darkgreen;
}

.confirmedBoxBody {
  background-color: #eee;
  padding-left:20px;
  padding-bottom: 10px;
  padding-top:10px;
  margin-bottom:20px;

  font-family: 'Work Sans', sans-serif;
}

.confirmedBoxBody h3{
  margin:0;
}
.menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.menu-header h2 {
  margin: 0;
  line-height: 1;
}
.menu-header .btn {
  font-size: 1.6rem;
}
.menu-header .btn:hover {
  color: #febe00;
}
.menu .swiper {
  padding-top: 4px;
  padding-bottom: 6px;
}

.card-title {
  width: 90%;
  overflow: hidden;
}
.card-image {
  position: relative;
  width: 100%;
  height: 100%;
}
.card-image > img {
  width: inherit;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}

.navbar-cart-icon {
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-box {
  margin-bottom: 2.4rem;
}
.contact-box:last-of-type {
  margin-bottom: 0;
}
.contact-box h4 {
  font-size: 1.4rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.contact-box .contact-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.9rem;
}
.contact-box .contact-list li {
  display: block;
  margin-bottom: 0.8rem;
}
.contact-box .contact-list li:last-child {
  margin-bottom: 0;
}
.contact-box .contact-list li i {
  display: inline-block;
  color: #febe00;
  font-size: 1.2rem;
  margin-right: 0.4rem;
}

.modal .modal-content {
  border: none;
  overflow: hidden;
  border-radius: 1rem;
}
.modal .modal-body {
  padding: 1.5rem 1.8rem;
  background: linear-gradient(180deg, white 0%, rgba(177, 177, 177, 0.15) 100%);
}
.modal .modal-header {
  border: 0;
  padding: 0;
}
.modal .modal-header img {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal .modal-footer {
  border: 0;
  display: block;
  justify-content: unset;
}

.tabs {
  overflow: hidden;
  border-radius: 0.8rem;
  background-color: #fff;
}
.tabs .nav {
  position: relative;
}
.tabs .nav:after {
  position: absolute;
  bottom: 0;
  display: block;
  content: "";
  width: 100%;
  height: 5px;
  z-index: 1;
  background-color: #d0d0d0;
}
.tabs .nav-link {
  border: 0;
  color: #353535;
  font-weight: 700;
  font-size: 1.1rem;
  padding: 1.3rem 2rem 1rem;
  border-bottom: 5px solid transparent;
  background-color: transparent;
  z-index: 2;
}
@media (max-width: 768px) {
  .tabs .nav-link {
    font-size: 0.9rem;
  }
}
.tabs .nav-link.active {
  border-bottom-color: #febe00;
}
.tabs .nav-link:hover {
  background-color: #f8f9fa;
  border-bottom-color: #b7b7b7;
}
.tabs .tab-content {
  padding: 2rem;
}
