.restaurantsMain {
  background: rgba(255, 255, 255, 0.6);
  padding-top: 60px;
}
.restaurantsMain .sectionBg {
  background: #fff;
  padding: 28px;
  box-shadow: 0 0 2em -0.9em #000000;
}
.restaurantsMain .sectionBg h2 {
  font-size: 40px;
  font-weight: bold;
  color: #000;
}
.restaurantsMain .sectionBg .leftSide p {
  color: #666666;
  font-size: 16px;
  line-height: 28px;
}
.restaurantsMain .sectionBg .leftSide a {
  color: #666666;
  font-size: 16px;
  line-height: 28px;
  text-decoration: underline !important;
}
.restaurantsMain .sectionBg .rightSide h3 {
  color: var(--red-color);
  font-weight: 600;
  font-size: 24px;
}
.restaurantsMain .sectionBg .rightSide .accordionBox {
  margin-bottom: 1rem;
}
.restaurantsMain .sectionBg .rightSide .accordionBox button:hover {
  background-color: var(--red-color);
  color: #fff;
  border: none;
}
.restaurantsMain .sectionBg .rightSide .accordionBox button:focus {
  background-color: var(--red-color);
  color: #fff;
  border: none !important;
}
.restaurantsMain .sectionBg .rightSide .accordionBox button:target {
  background-color: var(--red-color);
  color: #fff;
  border: none !important;
}
.restaurantsMain .sectionBg .rightSide .accordionBox button {
  border: none;
}

.buyingOrder {
  background: url(../../../assets/buying-girl.png);
  background-size: cover;
  padding: 40px 0px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}
.buyingOrder h2 {
  font-weight: bold;
  color: #fff;
  font-size: 35px;
  text-align: center;
}
.buyingOrder p {
  color: #fff;
  font-size: 36px;
  font-style: italic;
  text-align: center;
}
.buyingOrder .orderBtn {
  width: 100%;
  text-align: center;
}
.buyingOrder .orderBtn a {
  background: var(--red-color);
  height: auto;
  line-height: normal;
  padding: 11px 28px;
  border: none;
  box-shadow: none;
  font-size: 20px;
  border-radius: 0;
  color: #fff;
  text-align: center;
  font-weight: 600;
  margin-bottom: 0;
  display: block;
  width: auto;
  margin: 0 auto;
  text-transform: uppercase;
  margin-top: 28px;
  display: inline-block;
}
.buyingOrder a {
  color: #fff;
  font-size: 24px;
  display: block;
  text-decoration: none;
  margin: 0 auto;
  max-width: 235px;
  margin-top: 15px;
}
.buyingOrder .orderPrice {
  position: absolute;
  bottom: 0px;
  width: 240px;
  right: 15px;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 30px 30px 0px 0px;
  color: var(--red-color);
  font-size: 33px;
  font-weight: bold;
}

.sectionFaq {
  background: rgba(255, 255, 255, 0.6);
  padding-bottom: 60px;
}
.sectionFaq .faqBg {
  background: #fff;
  padding: 28px;
  box-shadow: 0 0 2em -0.9em #000000;
}
.sectionFaq .faqBg button:hover {
  background-color: var(--red-color);
  color: #fff;
  border: none;
}
.sectionFaq .faqBg button:focus {
  background-color: var(--red-color);
  color: #fff;
  border: none !important;
}
.sectionFaq .faqBg button {
  border: none;
}

@media (max-width: 991px) {
  .container {
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
  .restaurantsMain {
    padding-top: 0px !important;
  }
}/*# sourceMappingURL=forSelling.module.css.map */