:root {
  --received-gift-color: #8ecf1d;
  --received-gift-border: #8ecf1d33;
  --received-gift-transparent: #8ecf1d0d;
  --main-color: #d80f16 !important;
  --wallet-color: #d80f16;
  --second-main-color: #ff66001a;
  --giftcard-color: #ff66001a;
  --product-tag: #ffb000;
  --vegan: #348634;
  --no-gluten: #ff7426;
  --spicy: #c8313e;
  --kosher: #d80f16;
  --rest-score: #348634;
  --warning: #fe7171;
  --widget-order: #5cb731;
  --first_section_bg: #00000000;
  --font-family: "Montserrat", sans-serif;
  --border-radius: 5px;
}

/* Main Page Restaurant Tab Styles */
.mainpage.restaurantTab {
  background: #000;
}

.mainpage.restaurantTab .main-section {
  background: #000;
}
