.main-color {
  color: #fa0001;
}

@font-face {
  font-family: DoublePorter;
  src: url(../../Fonts/Double_Porter/Double_Porter_1.otf);
}
@font-face {
  font-family: poppins;
  src: url(../../Fonts/poppins/Poppins-Regular.ttf);
}
body {
  font-family: poppins;
  font-size: 14px;
  background-color: #f3f3f3;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  body {
    margin-bottom: 120px;
  }
}

html {
  scroll-behavior: smooth;
}

.snowflake {
  position: absolute;
  width: 27px;
  height: 27px;
  background: transparent;
  z-index: 999;
  background-image: url("https://www.mealzoforbusiness.co.uk/1/heart.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

ul {
  padding: 0;
  list-style: none;
}
ul li {
  list-style: none !important;
}

.main-btn {
  background-color: #fa0001;
  color: #fff;
}
.main-btn:hover {
  color: #fa0001;
  background-color: #fff;
}

.secondary-btn {
  color: #fa0001;
  background-color: #fff;
}
.secondary-btn:hover {
  background-color: #fa0001;
  color: #fff;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.reveal {
  position: relative;
  opacity: 0;
}

.reveal.active {
  opacity: 1;
}
.reveal.active .fade-left {
  animation: fade-left 0.7s ease-in-out;
}
.reveal.active .fade-right {
  animation: fade-right 1s ease-in-out;
}
@keyframes fade-left {
  0% {
    transform: translateX(-150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-right {
  0% {
    transform: translateX(150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.reveal.active .fade-bottom {
  animation: fade-bottom 0.7s ease-in-out;
}
@keyframes fade-bottom {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.top {
  animation: top 0.5s ease-in;
}

@keyframes top {
  0% {
    transform: translateY(-150px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/* header */
.openmenuu {
  width: 100% !important;
}

.displayy {
  display: flex !important;
  justify-content: center;
}

.valentine-section {
  background-color: rgb(99, 0, 0);
  background-image: url(https://www.mealzoforbusiness.co.uk/1/heart-background.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.valentine-section img {
  max-width: 55px;
}
@media (max-width: 480px) {
  .valentine-section img {
    max-width: 35px;
  }
}
.valentine-section marquee {
  color: #fff;
  font-size: 17px;
}
@media (max-width: 480px) {
  .valentine-section marquee {
    font-size: 15px;
  }
}

.valentine-gif {
  max-width: 100px;
}
@media (max-width: 480px) {
  .valentine-gif {
    max-width: 60px;
  }
}

.top-header {
  color: #000;
  background-color: #fff;
  padding: 8px;
}
.top-header p {
  margin-bottom: 0;
  font-size: 16px;
}
@media (max-width: 576px) {
  .top-header p {
    font-size: 15px;
  }
}

header {
  background-color: #000;
}
header .navbar-brand {
  font-size: 1rem !important;
}
header .shop-logo {
  width: 250px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
@media (max-width: 576px) {
  header .shop-logo {
    width: 250px;
  }
}
@media (max-width: 400px) {
  header .shop-logo {
    width: 200px;
  }
}
header .order-btn {
  border: 2px solid #fff;
  background-color: #fff;
  color: #fa0001;
  padding: 14px 20px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  font-weight: bolder;
  font-size: 17px;
}
@media (max-width: 576px) {
  header .order-btn {
    font-size: 20px;
    padding: 14px 40px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
  }
}
@media (max-width: 480px) {
  header .order-btn {
    font-size: 16px;
    padding: 10px 30px;
  }
}
header .order-btn.order-Clarkston {
  color: #fff;
  background-color: #fa0001;
}
header .navbar-light .navbar-toggler {
  color: #fff;
}
header section.menu-section span.open-menu {
  align-self: center;
  z-index: 10;
  width: 130px;
  justify-content: flex-end;
  display: flex;
}
header section.menu-section #myNav {
  display: block;
}
header section.menu-section nav {
  padding: 10px 0;
}
header section.menu-section nav ul {
  padding: 0;
  align-items: center;
  justify-content: center;
}
header section.menu-section nav ul li {
  justify-content: center;
}
header section.menu-section nav ul li .nav-link {
  color: #fff !important;
}

/* section hero */
section.hero-section {
  padding: 50px 0;
}
section.hero-section .food-banner {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
section.hero-section .food-banner img {
  border-radius: 20px;
  margin: 5px;
  box-shadow: 0 4px 10px #e2e2e2;
}

#slider .swiper-button-prev {
  background-color: rgba(255, 244, 160, 0.692);
  height: 60px;
  width: 60px;
  border-radius: 20px;
  color: rgba(0, 0, 0, 0.64);
}
@media (max-width: 768px) {
  #slider .swiper-button-prev {
    display: none;
  }
}
#slider .swiper-button-next {
  background-color: rgba(255, 225, 0, 0.692);
  height: 60px;
  width: 60px;
  border-radius: 20px;
  color: rgba(0, 0, 0, 0.64);
}
@media (max-width: 768px) {
  #slider .swiper-button-next {
    display: none;
  }
}
#slider img {
  width: 100%;
}
#slider .swiper-slide {
  height: 590px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (max-width: 768px) {
  #slider .swiper-slide {
    height: 400px;
  }
}
#slider .swiper-slide .slider-content {
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
}
#slider .swiper-slide .slider-content h2 {
  font-family: DoublePorter;
}
#slider .swiper-slide .slider-content h4 {
  font-size: 5rem;
  font-weight: bold;
  color: rgb(255, 255, 255);
  font-family: DoublePorter;
  font-weight: bolder !important;
}
@media (max-width: 768px) {
  #slider .swiper-slide .slider-content h4 {
    font-size: 3.1rem;
  }
}
@media (max-width: 576px) {
  #slider .swiper-slide .slider-content h4 {
    font-size: 2.5rem;
  }
}
#slider .swiper-slide .slider-content p {
  font-size: 24px;
  font-weight: bold;
  color: rgb(255, 255, 255);
  font-weight: bolder !important;
}
@media (max-width: 576px) {
  #slider .swiper-slide .slider-content p {
    font-size: 1.1rem;
  }
}
#slider .swiper-slide .slider-content a {
  text-decoration: none;
  padding: 17px 30px;
  font-size: 1rem;
  margin: 3px;
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
}
#slider .swiper-slide .slider-content a:hover {
  text-decoration: none;
}
#slider .swiper-slide.swiper-one {
  background-image: url(../../imgs/hero/RedPepper-heroslide1.jpg);
}
#slider .swiper-slide.swiper-two {
  background-image: url(../../imgs/hero/RedPepper-heroslide2.jpg);
}

section.more-about-us-section {
  color: #000;
  padding: 40px 0;
  position: relative;
}
section.more-about-us-section::after {
  position: absolute;
  bottom: 25%;
  right: 5px;
  content: "";
  background-image: url(../../imgs/main/good-vibes.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 180px;
  height: 180px;
  padding: 5px;
  border-radius: 50%;
}
@media (max-width: 1440px) {
  section.more-about-us-section::after {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 1200px) {
  section.more-about-us-section::after {
    display: none;
  }
}
@media (max-width: 991px) {
  section.more-about-us-section::after {
    bottom: 8%;
    right: 3%;
  }
}
@media (max-width: 768px) {
  section.more-about-us-section::after {
    bottom: -2%;
    right: 3%;
  }
}
section.more-about-us-section h3.main-section-heading {
  margin-bottom: 30px;
  text-transform: capitalize;
  font-weight: bolder;
  font-size: 38px;
  color: #fa0001;
}
section.more-about-us-section .more-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50%;
  padding: 20px;
  max-width: 45%;
  box-shadow: 2px 2px 10px rgba(196, 196, 196, 0.4509803922);
  margin-top: 20px;
  background-color: #fa0001;
  transition: ease-in-out 0.7s;
}
section.more-about-us-section .more-content img {
  border-radius: 50%;
}
section.more-about-us-section .more-content .more-header * {
  text-align: center;
}
section.more-about-us-section .more-content .more-header h4 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  font-family: DoublePorter;
}
section.more-about-us-section .more-content .more-header span {
  color: #fff;
  max-width: 270px;
  display: none;
}
@media (max-width: 576px) {
  section.more-about-us-section .more-content .more-header span {
    max-width: 400px;
  }
}
section.more-about-us-section a {
  padding: 14px 35px;
  display: inline-flex;
  font-weight: bolder;
  border-radius: 30px;
  font-size: 18px;
  margin: 8px;
  text-align: center;
  max-width: -moz-max-content;
  max-width: max-content;
  border: 1px solid #fa0001;
}
@media (max-width: 768px) {
  section.more-about-us-section a {
    margin: 8px auto;
  }
}
section.more-about-us-section p {
  font-weight: bolder;
  color: #6c757d;
  font-size: 16px;
}
section.more-about-us-section .main-header {
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-weight: bolder;
  display: inline-flex;
  position: relative;
  color: #000;
  font-family: DoublePorter;
  font-size: 3rem;
}
@media (max-width: 768px) {
  section.more-about-us-section .main-header {
    font-size: 2.5rem;
  }
}
section.more-about-us-section img {
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  margin: auto;
  display: flex;
}

.second-more::before {
  display: none;
}
.second-more::after {
  display: none;
}

/* special to try */
section.special {
  padding: 50px 0;
}
section.special .main-header {
  margin-bottom: 10px;
}
section.special .main-header {
  padding-bottom: 10px;
  margin-bottom: 0;
  font-weight: bolder;
  display: inline-flex;
  position: relative;
  color: #000;
  font-family: DoublePorter;
  font-size: 4rem;
}
@media (max-width: 768px) {
  section.special .main-header {
    margin-bottom: 10px;
    font-size: 3rem;
  }
}
section.special h3.main-header {
  text-align: center;
  font-size: 46px;
  margin-bottom: 52px;
  color: #000;
  text-transform: capitalize;
  font-weight: 800;
}
section.special h3.main-header span {
  color: #fa0001;
}
@media (max-width: 991px) {
  section.special h3.main-header {
    font-size: 70px;
  }
}
@media (max-width: 480px) {
  section.special h3.main-header {
    font-size: 3rem;
  }
}
section.special ul.nav-tabs {
  margin-bottom: 40px;
}
section.special ul.nav-tabs .cat-img {
  width: 40px;
}
section.special ul.nav-tabs a.nav-link {
  color: #fa0001;
  font-size: 12px;
  font-weight: 600;
  border: 2px solid #fa0001;
  border-radius: 0 !important;
  background-color: #fff;
  transition: ease-in-out 0.3s;
}
section.special ul.nav-tabs a.nav-link:hover {
  transform: scale(0.9);
}
section.special ul.nav-tabs a.nav-link.active {
  color: #fff;
  background-color: #fa0001;
}
@media (min-width: 768px) {
  section.special ul.nav-tabs a.nav-link {
    font-size: 1rem;
    margin-right: 5px;
  }
}
@media (max-width: 576px) {
  section.special ul.nav-tabs a.nav-link {
    padding: 0 10px;
  }
}
section.special .swiper {
  padding: 0;
}
section.special .swiper .swiper-slide {
  padding: 20px 0 40px 0;
}
section.special .swiper .swiper-slide .card {
  transition: all 0.5ms ease;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  transition: ease-in-out 0.5s;
  color: #000;
  min-height: 400px;
  border: none;
  box-shadow: 2px 2px 10px #dadada;
}
@media (max-width: 768px) {
  section.special .swiper .swiper-slide .card {
    min-height: 455px;
  }
}
@media (max-width: 480px) {
  section.special .swiper .swiper-slide .card {
    min-height: 380px;
  }
}
section.special .swiper .swiper-slide .card:hover {
  transform: scale(1.04);
}
section.special .swiper .swiper-slide .card img {
  border-radius: 25px;
}
section.special .swiper .swiper-slide .card .card-body {
  text-align: center;
  padding: 10px 20px !important;
}
section.special .swiper .swiper-slide .card .card-body h4 {
  font-weight: lighter;
  color: #444444;
  font-size: 20px;
  text-align: center;
}
section.special .swiper .swiper-slide .card .card-title {
  color: #000;
  text-transform: capitalize;
  font-size: 22px;
  font-weight: bolder;
}
@media (max-width: 1200px) {
  section.special .swiper .swiper-slide .card .card-title {
    font-size: 19px;
  }
}
@media (max-width: 480px) {
  section.special .swiper .swiper-slide .card .card-title {
    font-size: 17px;
  }
}
section.special .swiper .swiper-slide .card a.btn {
  text-transform: capitalize;
  font-weight: bolder;
  color: #fff;
  background-color: #fa0001;
  border-radius: 30px !important;
  box-shadow: #b3b3b3 5px 5px 10px;
  margin-bottom: -20px;
  padding: 10px;
  width: 50%;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  -ms-border-radius: 30px !important;
  -o-border-radius: 30px !important;
}
section.special .swiper-button-prev,
section.special .swiper-button-next {
  background-color: #fa0001;
  border-radius: 5px;
  padding: 25px;
  top: 50%;
  transition: ease-in-out 0.3s;
}
section.special .swiper-button-prev:hover,
section.special .swiper-button-next:hover {
  transform: scale(0.8);
}
@media (max-width: 767px) {
  section.special .swiper-button-prev,
  section.special .swiper-button-next {
    display: none;
  }
}
section.special .swiper-button-prev:after,
section.special .swiper-button-next:after {
  color: #000;
}
section.special .swiper-button-next {
  left: unset;
  right: 0;
}
section.special .swiper-button-prev {
  right: unset;
  left: 0;
}

.menu-banner {
  background-color: #fff;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .menu-banner {
    padding: 40px;
  }
}
.menu-banner video {
  max-width: 100%;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.menu-slider {
  padding: 40px 0;
}
.menu-slider .swiper-wrapper {
  padding: 50px 0;
}
.menu-slider .card {
  border: none;
}
.menu-slider img {
  border-radius: 25px;
}
.menu-slider .swiper-pagination {
  bottom: 0;
}
.menu-slider .swiper-pagination-bullet-active {
  background-color: #fa0001;
}

section.about-us {
  margin: 100px 0;
}
section.about-us div.section-heading-div h3 {
  font-weight: bold;
  font-size: 32px;
  text-align: center;
  margin-bottom: 70px;
  text-transform: capitalize;
  color: #fa0001;
  font-family: DoublePorter;
}
section.about-us div.about-us-content div.shop-name-secoundry h4 {
  font-family: DoublePorter;
  font-size: 24px;
  color: #252525;
  margin-bottom: 24px;
  font-weight: bolder;
}
section.about-us div.about-us-content div.shop-about-text p {
  font-size: 18px;
  letter-spacing: -0.02em;
}
section.about-us div.about-us-content div.read-more-btn a {
  background-color: #fa0001;
  color: #fff;
  border-radius: 20px !important;
  padding-top: 12px;
  width: 210px;
  height: 50px;
  margin-top: 20px;
  transition: all 0.5s ease;
}
section.about-us div.about-us-content div.read-more-btn a:hover {
  color: #fff;
  border-color: #fa0001;
  background-color: #fa0001;
  box-shadow: #000 0px 4px 12px;
  transform: scale(0.9);
}
@media (min-width: 992px) {
  section.about-us div.about-us-content div.read-more-btn a {
    margin-top: 62px;
  }
}

section.peyment-method {
  background-color: #ffffff;
}
section.peyment-method div.row {
  padding: 50px 0;
}
section.peyment-method div.row div.col-10 .methods-container {
  justify-content: space-evenly;
}
section.peyment-method div.row div.col-10 .methods-container > div img {
  width: 70px;
  display: block;
}

/* dwnloap app section */
section.dl-app {
  padding: 0;
  position: relative;
}
section.dl-app .container {
  padding: 40px 30px;
  border-radius: 30px;
}
section.dl-app .app-mockup {
  max-width: 84%;
  animation: app-animation 1s ease-in;
  animation-delay: 0.3s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  animation-direction: alternate;
}
@keyframes app-animation {
  0% {
    transform: translateY(7px);
  }
  100% {
    transform: translateY(-7px);
  }
}
section.dl-app div.inner-content {
  padding: 80px 0 0 0;
  max-width: 516px;
}
@media (max-width: 768px) {
  section.dl-app div.inner-content {
    padding: 0 0 0;
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  section.dl-app div.inner-content {
    padding: 10px 0 0 0;
  }
}
section.dl-app div.inner-content div.d-flex {
  justify-content: space-evenly;
}
section.dl-app div.inner-content p {
  color: #000;
}
section.dl-app div.inner-content a.app-link-dl-container:hover img {
  transform: scale(1.2);
  transition: ease-in-out 0.3s;
}
section.dl-app div.inner-content img.dl-app-link {
  width: 180px;
  margin: 0 10px 0 0;
}
section.dl-app div.inner-content h3.dl-ur-app-heading {
  font-family: DoublePorter;
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 25px;
  margin-top: 20px;
  color: #000;
}
@media (max-width: 991px) {
  section.dl-app div.inner-content h3.dl-ur-app-heading {
    margin: 0;
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  section.dl-app div.inner-content h3.dl-ur-app-heading {
    margin-top: 20px;
    margin-bottom: 20px;
    text-shadow: unset;
    font-size: 3.2rem;
  }
}
@media (max-width: 576px) {
  section.dl-app div.inner-content h3.dl-ur-app-heading {
    margin-top: 0;
    font-size: 2.3rem;
  }
}
@media (max-width: 400px) {
  section.dl-app div.inner-content h3.dl-ur-app-heading {
    font-size: 2rem;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  section.dl-app div.inner-content p {
    max-width: 90%;
    color: #000;
    text-align: center;
    margin: 20px auto;
  }
}
@keyframes scale-up-center {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
section.reviews {
  padding: 80px 0 0 0;
  margin: 16px;
}
@media (max-width: 768px) {
  section.reviews {
    padding: 40px 0 0 0;
  }
}
section.reviews .container {
  background-color: #000;
  border-radius: 34px;
  padding: 40px 0;
}
section.reviews h3 {
  margin-bottom: 40px;
  font-weight: 900;
  font-size: 30px;
  color: #fff;
  font-family: DoublePorter;
  font-size: 4rem;
}
@media (max-width: 768px) {
  section.reviews h3 {
    font-size: 2rem;
  }
}
section.reviews .comment-section {
  padding: 20px;
  text-align: center;
}
section.reviews .comment-section .comment-text {
  max-width: 800px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin: 0 auto;
}
section.reviews .comment-section .comment-writter-name {
  margin-top: 35px;
  color: #fa0001;
  margin-bottom: 9px;
  color: #fff;
}
section.reviews .comment-section .stars {
  text-align: center;
  margin-bottom: 90px;
}
section.reviews img {
  width: 25px !important;
  height: 25px;
  margin-right: 2px;
}
section.reviews .star-o {
  margin-left: 2px;
}

/* footer */
footer {
  color: rgb(255, 255, 255);
  padding: 60px 30px 0 30px;
  background-image: url(../../imgs/hero/Red-Pepper-Clarkston.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 576px) {
  footer {
    padding: 50px 0 20px 0;
  }
}
@media (max-width: 480px) {
  footer {
    padding: 70px 0 15px 0;
  }
}
footer .footer-logo img {
  max-width: 80px;
}
footer .prep {
  background-color: #fa0001;
  color: #000;
  border-radius: 20px;
  padding: 12px 35px;
  font-weight: bolder;
  margin-top: 20px;
}
footer .footer-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #000;
  padding: 10px;
  border-radius: 10px;
  height: 400px;
  box-shadow: 3px 3px 20px #444444;
}
footer .footer-details #openinghour,
footer .footer-details #openinghour-Gorbals {
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  footer .footer-details #openinghour,
  footer .footer-details #openinghour-Gorbals {
    width: 70%;
  }
}
@media (max-width: 480px) {
  footer .footer-details #openinghour,
  footer .footer-details #openinghour-Gorbals {
    width: 90%;
  }
}
footer .footer-header {
  color: #000;
  font-size: 30px;
  margin-bottom: 45px;
}
footer h5 {
  font-size: 3rem;
  margin-bottom: 0;
  font-weight: bolder;
  font-family: DoublePorter;
}
@media (max-width: 1200px) {
  footer h5 {
    font-size: 2rem;
  }
}
@media (max-width: 991px) {
  footer h5 {
    font-size: 2.5rem;
  }
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #fa0001;
}
footer p {
  font-size: 15px;
  margin-bottom: 0;
}
footer .highlight {
  font-size: 30px;
}
footer span {
  font-weight: bolder;
  font-size: 15px;
}
footer a.order-btn {
  font-weight: bolder;
  text-transform: capitalize;
  font-size: 16px;
  padding: 10px 30px;
  background-color: #000;
  border-radius: 30px;
}
footer a.order-btn:hover {
  background-color: #fa0001;
  color: #000;
}
footer iframe {
  margin-left: auto;
  margin-right: auto;
  border-radius: 15px;
}

.foods-link {
  margin: 30px 0;
}
.foods-link ul {
  padding: 10px;
  margin: 0;
}
.foods-link ul li {
  list-style: none;
  display: inline-block;
  border-radius: 18px;
  padding: 5px 15px;
  margin: 5px;
  border: 2px solid #fa0001;
  background-color: #fa0001;
}
.foods-link ul li a {
  color: #000;
}
.foods-link ul li a:hover {
  text-decoration: none;
}
.foods-link ul li:hover {
  background-color: transparent;
}
.foods-link ul li:hover a {
  color: #fa0001;
}

.foods-tags {
  margin: 40px 0;
}
@media (max-width: 991px) {
  .foods-tags {
    margin: 30px 0 70px 0;
  }
}
@media (max-width: 576px) {
  .foods-tags {
    margin: 30px 0;
  }
}
.foods-tags .foods-link {
  padding-top: 20px;
}
.foods-tags ul {
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
}
.foods-tags ul li {
  list-style: none;
  display: inline-block;
  border: 1px solid #cdcdcd;
  text-transform: capitalize;
  border-radius: 10px;
  padding: 5px 10px;
  margin: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  background-color: #000;
}
.foods-tags ul li a,
.foods-tags ul li span {
  color: #fff !important;
  margin-bottom: 0;
  font-size: 13px;
}
.foods-tags ul li a:hover,
.foods-tags ul li span:hover {
  text-decoration: none;
}
.foods-tags ul li:hover {
  border: 1px solid #fa0001;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 80px;
  left: 25px;
  z-index: 3;
  font-size: 18px;
  border: 1px solid #fff;
  outline: none;
  background-color: #fa0001;
  color: #fff;
  cursor: pointer;
  padding: 6px 11px 6px 11px;
  border-radius: 12px;
}
#myBtn:hover {
  color: #fa0001;
  border: 1px solid #fa0001;
  background-color: #fff;
  box-shadow: #000 0px 7px 29px 0px;
}

.fixed-part {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  font-size: 15px;
  border: none;
  outline: none;
  background-color: #fa0001;
  color: #000;
  cursor: pointer;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 2px solid #000;
}
.fixed-part a {
  color: #fff;
}
.fixed-part a.btn {
  border: 2px solid #fff;
  background-color: #fa0001;
  color: #fff;
  padding: 8px 10px;
  border-radius: 20px;
  font-weight: bolder;
  margin: 5px;
  max-width: -moz-max-content;
  max-width: max-content;
}
@media (max-width: 576px) {
  .fixed-part a.btn {
    margin: 5px auto;
  }
}
.fixed-part .order-Gorbals {
  background-color: #fff !important;
  color: #fa0001 !important;
}
.fixed-part p {
  margin-bottom: 0;
  color: #fff;
}
.fixed-part img {
  max-width: 150px;
}

section.social-media {
  background-color: #000;
}
section.social-media h5 {
  color: #fa0001;
}
section.social-media div.icon-holder {
  transition: transform 0.5s ease;
}
section.social-media div.icon-holder:hover {
  transform: translate(0px, -8px);
}

/* Customize  Color Of Selection  */
::-moz-selection {
  background-color: #fa0001;
  color: white;
}
::selection {
  background-color: #fa0001;
  color: white;
}

::-moz-selection {
  background-color: #fa0001;
  color: white;
}

/* Customize  Scrollbar  */
::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-thumb {
  background: #fa0001;
  border-radius: 10px;
}

section.copyright {
  margin-top: 30px;
}
section.copyright .container {
  padding: 5px;
  border-top: 1px solid #fff;
}
section.copyright p {
  line-height: 40px;
  color: #fff;
  margin-bottom: 0;
  font-size: 14px;
  text-align: center;
}
@media (max-width: 480px) {
  section.copyright p {
    font-size: 11px;
    line-height: 20px;
    padding: 5px;
  }
}
section.copyright a.mealzo-link {
  color: #000 !important;
  border-bottom: 1px solid #000;
}
section.copyright a i {
  color: #fff;
}/*# sourceMappingURL=style2.css.map */