@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,700");
/*Cart*/
#cart {
  margin-top: 2rem;
}

.cart-heading {
  background: #E54C33 !important;
  color: #fff !important;
}

.cart-body {
  text-align: center;
}

.cart-total-amount {
  font-weight: 700;
  padding: 2rem;
  font-size: 1.3rem;
  display: flex;
  border-top: 1px solid hsla(0, 0%, 59%, 0.16);
  border-bottom: 1px solid hsla(0, 0%, 59%, 0.16);
}

.cart-checkout {
  cursor: pointer;
  height: 6rem;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.spacer {
  flex-grow: 1;
  visibility: hidden;
}

.quantityContainer {
  display: flex;
  align-items: center;
}

.quantity {
  width: 5rem;
  height: 2rem;
  margin: 0 0.5rem;
  text-align: center;
  padding: 0;
  font-weight: bold;
}

.quantity-am {
  display: flex;
  align-items: center;
  padding: 1rem;
}

.name {
  width: 80%;
  display: flex;
  align-items: center;
  padding: 1rem;
}

.cart-each-product {
  display: flex;
  color: #2d2d2d;
  justify-content: space-between;
  margin: 1rem 0 0 0;
}

/*//Cart*/
/* Products */
.product-container {
  margin-top: 2rem;
}

.menu-item-container {
  padding: 1rem;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
  position: relative;
  margin: 1rem;
}

.item-name {
  font-size: 1.4rem;
  color: #6b412f;
  letter-spacing: 0.42px;
  font-weight: 700;
  padding-bottom: 0.5rem;
  padding-right: 1.7rem;
}

.item-price-container {
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
}

.nonveg {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 9;
  color: red;
}

.veg {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 9;
  color: #2baf2b;
}

.stepwizard-step p {
  margin-top: 10px;
}

.stepwizard-row {
  display: table-row;
}

.stepwizard {
  display: table;
  width: 100%;
  position: relative;
}

.stepwizard-step button[disabled] {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
  top: 14px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 100%;
  height: 1px;
  background-color: #ccc;
  z-order: 0;
}

.stepwizard-step {
  display: table-cell;
  text-align: center;
  position: relative;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

.festivities-item h3 {
  color: white;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.festivities-item p {
  color: white;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.sitelogo h1 {
  color: red;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 2px 2px 0 #000;
}

html, body {
  height: 100%;
  width: 100%;
  font-family: "Poppins", sans-serif;
  color: #222;
}

.navbar {
  padding: 0.8rem;
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
}

.nav-item {
  padding: 0.5rem;
}

.nav-link {
  color: black !important;
}

.nav-link:hover {
  color: red !important;
}

.carousel-inner img {
  width: 100%;
  height: 100%;
}

.btn-primary {
  background-color: red;
  border: 1px solid #563d7c;
}

.btn-primary:hover {
  background-color: #563d7c;
  border: 1px solid #563d7c;
}

.jumbotron {
  padding: 1rem;
  border-radius: 0;
}

.padding {
  padding-bottom: 2rem;
}

.welcome {
  width: 75%;
  margin: 0 auto;
  padding-top: 2rem;
}

.welcome hr {
  border-top: 2px solid #b4b4b4;
  width: 95%;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}

.fa-code {
  color: #e54d26;
}

.fa-bold {
  color: #563d7c;
}

.fa-css3 {
  color: #2163af;
}

.fa-code, .fa-bold, .fa-css3 {
  font-size: 4em;
  margin: 1rem;
}

.fun {
  width: 100%;
  margin-bottom: 2rem;
}

.gif {
  max-width: 100%;
}

.social a {
  font-size: 4.5em;
  padding: 3rem;
}

.fa-facebook {
  color: #3b5998;
}

.fa-twitter {
  color: #00aced;
}

.fa-google-plus-g {
  color: #dd4b39;
}

.fa-instagram {
  color: #517fa8;
}

.fa-youtube {
  color: #BB0000;
}

.fa-facebook:hover, .fa-twitter:hover, .fa-google-plus-g:hover, .fa-instagram:hover, .fa-youtube:hover {
  color: #d5d5d5;
}

footer {
  background-color: #ffffff;
  color: #000000;
  padding-top: 2rem;
}

hr.light {
  border-top: 1px solid #d5d5d5;
  width: 75%;
  margin-top: 0.8rem;
  margin-bottom: 1rem;
}

footer a {
  color: #d5d5d5;
}

hr.light-100 {
  border-top: 1px solid #d5d5d5;
  width: 100%;
  margin-top: 0.8rem;
  margin-bottom: 1rem;
}

.navbrand-brand img {
  height: 50px;
}

/*---Media Queries --*/
@media (max-width: 992px) {
  .social a {
    font-size: 4em;
    padding: 2rem;
  }
}
@media (max-width: 768px) {
  .display-4 {
    font-size: 200%;
  }
  .social a {
    font-size: 2.5em;
    padding: 1.2rem;
  }
  .partnerLogo {
    width: 85%;
  }
}
@media (max-width: 576px) {
  .display-4 {
    font-size: 160%;
  }
  .social a {
    font-size: 2em;
    padding: 0.7rem;
  }
  .partnerLogo {
    width: 90%;
  }
}
.bg-title {
  background-size: cover !important;
  background-position: center center;
}

.partnerLogo {
  max-width: 200px;
  max-height: 120px;
}

.fa-accessible-icon, .fa-baby-carriage, .fa-flag-checkered, .fa-hiking {
  font-size: 1.2em;
}

/* Subscribe Tab Pages */
/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
  display: none;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

/* Mark the active step: */
.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #4CAF50;
}

/*# sourceMappingURL=markup.css.map */