.main-color {
  color: #ed0000;
}

@font-face {
  font-family: comic;
  src: url(../../Fonts/comic/comic.ttf);
}
body {
  font-family: comic !important;
  transition: ease-in-out 0.5s;
}

html {
  scroll-behavior: smooth;
}

.snowflake {
  position: absolute;
  width: 27px;
  height: 27px;
  background: transparent;
  z-index: 999;
  background-image: url(../../imgs/snow.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* header */
.openmenuu {
  width: 100% !important;
}

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

header {
  background-color: #fff;
  /* required */
}
header .shop-logo {
  width: 140px;
}
@media (max-width: 991px) {
  header .shop-logo {
    width: 120px;
  }
}
@media (min-width: 991px) {
  header .navbar-nav {
    flex-direction: row;
    margin-left: auto;
  }
}
header section.menu-section span.open-menu {
  align-self: center;
  z-index: 5;
}
@media (min-width: 991px) {
  header section.menu-section span.open-menu {
    display: none;
  }
}
header section.menu-section #myNav {
  display: block;
}
@media (min-width: 991px) {
  header section.menu-section #myNav {
    width: 100%;
  }
}
header section.menu-section #overlay-content {
  display: none;
}
@media (min-width: 991px) {
  header section.menu-section #overlay-content {
    display: flex;
  }
}
header section.menu-section nav {
  padding: 10px 0;
}
@media (min-width: 991px) {
  header section.menu-section nav {
    display: flex;
  }
}
header section.menu-section div.mobile-overlay {
  height: 100%;
  width: 0%;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.969);
  overflow-x: hidden;
  transition: width 0.45s;
}
header section.menu-section div.mobile-overlay .overlay-content {
  position: relative;
  top: 10%;
  width: 100%;
  text-align: center;
}
@media (min-width: 991px) {
  header section.menu-section div.mobile-overlay .overlay-content {
    justify-content: flex-end;
  }
}
@media (min-width: 991px) {
  header section.menu-section div.mobile-overlay .overlay-content > div#navbarNavAltMarkup {
    display: flex;
    flex-direction: row;
    width: 95%;
  }
}
@media (min-width: 991px) {
  header section.menu-section div.mobile-overlay .overlay-content {
    display: flex;
  }
}
header section.menu-section div.mobile-overlay .overlay-content .closebtn {
  text-decoration: unset;
  position: fixed;
  top: 10px;
  right: 10%;
  font-size: 26px;
  z-index: 10;
  color: #ed0000;
}
@media (min-width: 991px) {
  header section.menu-section div.mobile-overlay .overlay-content .closebtn {
    display: none;
  }
}
header section.menu-section div.mobile-overlay .overlay-content a.nav-link.active {
  color: #ed0000;
}
header section.menu-section div.mobile-overlay .overlay-content a.nav-link {
  transition: all 0.5s;
  font-weight: bolder;
  color: #ed0000;
}
header section.menu-section div.mobile-overlay .overlay-content a.nav-link:hover {
  color: #ed0000 !important;
}
@media (min-width: 991px) {
  header section.menu-section div.mobile-overlay .overlay-content a.nav-link {
    margin-right: 11px;
    font-size: 14px;
    color: #000;
  }
}
@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay .overlay-content a.nav-link {
    font-size: 17px;
    margin-right: 25px;
    font-weight: bolder;
  }
}
@media (max-width: 991px) {
  header section.menu-section div.mobile-overlay .overlay-content a.nav-link:last-of-type {
    margin-bottom: 20px;
  }
}
header section.menu-section div.mobile-overlay .overlay-content a.btn {
  background-color: #ed0000;
  color: black;
}
header section.menu-section div.mobile-overlay .overlay-content a.login-btn {
  background-color: #ed0000;
  border-radius: 10px !important;
  padding: 8px 15px 8px 15px;
  color: rgb(0, 0, 0);
}
@media (min-width: 991px) {
  header section.menu-section div.mobile-overlay .overlay-content a.login-btn {
    padding: 8px 17px 6px 13px;
  }
}
@media (min-width: 992px) {
  header section.menu-section div.mobile-overlay .overlay-content a.login-btn {
    padding: 14px 25px 13px 19px;
  }
}
header section.menu-section div.mobile-overlay .overlay-content a.login-btn:hover {
  background-color: #D6EAFF;
  color: #ed0000;
}
@media (min-width: 991px) {
  header section.menu-section div.mobile-overlay {
    position: static;
    display: flex !important;
    flex-direction: row;
    background-color: inherit;
  }
}
header section.menu-section .navbar-social .fa {
  color: rgb(0, 0, 0);
}
@media (min-width: 991px) {
  header section.menu-section .navbar-social {
    display: none;
  }
}
@media (max-width: 991px) {
  header section.menu-section .navbar-social {
    display: flex;
    justify-content: center;
  }
}

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

/* section hero */
section.hero-section {
  background-color: rgb(255, 255, 255);
  padding: 80px 0;
}
section.hero-section div.inner-content h2 {
  font-size: 1.2rem;
  margin-bottom: 20px;
  color: rgb(0, 0, 0);
}
@media (min-width: 768px) {
  section.hero-section div.inner-content h2 {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  section.hero-section div.inner-content h2 {
    font-size: 2rem;
  }
}
section.hero-section div.inner-content h2 span.ten-off {
  text-decoration: underline;
  text-decoration-color: #ed0000;
}
section.hero-section div.inner-content p.hero-main-text {
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
@media (min-width: 768px) {
  section.hero-section div.inner-content p.hero-main-text {
    font-size: 0.9rem;
  }
}
@media (min-width: 992px) {
  section.hero-section div.inner-content p.hero-main-text {
    font-size: 1rem;
  }
}
section.hero-section div.inner-content a {
  background-color: #ed0000;
  color: rgb(255, 255, 255);
  border-radius: 12px !important;
  padding-top: 12px;
  width: 210px;
  height: 50px;
  margin-top: 20px;
}
section.hero-section div.inner-content a:hover {
  color: #ed0000;
  border-color: #ed0000;
  background-color: #fff !important;
  box-shadow: #D6EAFF 0px 4px 12px;
}
@media (min-width: 991px) {
  section.hero-section div.inner-content a {
    margin-top: 62px;
  }
}
@media (max-width: 480px) {
  section.hero-section div.inner-content a {
    width: 140px;
  }
}
section.hero-section div.inner-content a .order-now-icon-main {
  width: 30px;
  height: 30px;
  stroke: white;
}
section.hero-section div.inner-content a .order-now-icon-main:hover {
  stroke: #ed0000;
}
section.hero-section div.inner-content div.clip {
  clip-path: polygon(0 0, 100% 0, 95% 99%, 5% 100%);
  border-radius: 30px;
  overflow: hidden;
}
section.hero-section div.inner-content div.clip img {
  background-image: url("../../imgs/hero/Background.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}
@media (min-width: 992px) {
  section.hero-section div.inner-content div.clip img {
    border-radius: 109px 109px 109px 109px;
    padding: 42px;
  }
}

#slider {
  position: relative;
}
#slider img {
  min-height: 320px;
}
@media (max-width: 480px) {
  #slider img {
    min-height: 220px;
  }
}
#slider .carousel-item .order-now {
  position: absolute;
  left: 4%;
  margin: 0 auto;
  top: 14%;
  flex-direction: column;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  #slider .carousel-item .order-now {
    top: 4%;
  }
}
@media (max-width: 576px) {
  #slider .carousel-item .order-now {
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 0;
    margin: auto;
    align-items: center;
    justify-content: center;
  }
}
#slider .carousel-item .order-now h1 {
  padding: 15px;
  background-color: #ed0000;
  color: #fff;
  border-radius: 40px 40px 40px 0;
  text-align: center;
  text-transform: capitalize;
  transition: ease-in-out 0.5s;
  font-weight: bolder;
  max-width: -moz-max-content;
  max-width: max-content;
}
@media (max-width: 991px) {
  #slider .carousel-item .order-now h1 {
    padding: 10px;
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  #slider .carousel-item .order-now h1 {
    font-size: 2rem;
    padding: 6px;
  }
}
@media (max-width: 576px) {
  #slider .carousel-item .order-now h1 {
    font-size: 1.7rem;
    border-radius: 40px;
    padding: 20px;
  }
}
@media (max-width: 480px) {
  #slider .carousel-item .order-now h1 {
    font-size: 1rem;
  }
}
#slider .carousel-item .order-now h2 {
  color: #fff;
  max-width: 500px;
  text-shadow: 1px 1px #000;
  background-color: rgba(0, 0, 0, 0.4117647059);
  padding: 2px 5px;
  border-radius: 10px;
}
@media (max-width: 768px) {
  #slider .carousel-item .order-now h2 {
    max-width: 550px;
  }
}
@media (max-width: 576px) {
  #slider .carousel-item .order-now h2 {
    display: none;
  }
}
#slider .carousel-item .order-now a {
  padding: 15px;
  background-color: #ed0000;
  color: #fff;
  border-radius: 0 40px 40px 40px;
  width: 200px;
  text-align: center;
  text-transform: capitalize;
  transition: ease-in-out 0.5s;
  font-size: 1.5rem;
}
#slider .carousel-item .order-now a:hover {
  background-color: #D6EAFF;
  color: #ed0000;
  text-decoration: none;
}
@media (max-width: 991px) {
  #slider .carousel-item .order-now a {
    font-size: 1.1rem;
    width: 170px;
    padding: 10px;
  }
}
@media (max-width: 576px) {
  #slider .carousel-item .order-now a {
    border-radius: 40px;
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 480px) {
  #slider .carousel-item .order-now a {
    padding: 5px;
  }
}
#slider .carousel-item .order-now2 a img {
  width: 20%;
  position: absolute;
  left: 11%;
  top: 60%;
  cursor: pointer;
}

.heroimage h3 {
  position: absolute;
  top: 40%;
  color: #fff;
  font-weight: bolder;
  font-size: 40px;
}
@media (max-width: 768px) {
  .heroimage h3 {
    font-size: 30px;
  }
}

.menu a {
  color: #000;
}
.menu .ordermenu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: 3%;
  margin-top: 1px;
}
.menu .ordermenu a {
  margin-left: 5%;
  margin-top: 2%;
  color: #000000;
}
.menu .ordermenu .active {
  color: #ed0000;
  font-weight: bold;
}
.menu .media {
  margin-top: 10%;
}
.menu .media img {
  width: 18%;
  height: 18%;
  border-radius: 0 50% 50% 50%;
  border: 1px silod rgba(0, 0, 0, 0.2745098039);
}
.menu .media .media-body {
  margin-top: 1%;
  font-size: 13px;
}
.menu .media .media-body span {
  color: #ed0000;
  direction: rtl;
  text-align: right;
}
.menu .media .media-body h5 {
  font-size: 17px;
}

.bottom-footer {
  background-color: #000;
  margin-top: 10%;
}
.bottom-footer p {
  font-size: 14px;
  opacity: 0.7;
  font-weight: bold;
  color: #fff;
}

.news .textbox {
  margin-top: 4%;
}
.news .textbox p {
  color: rgb(222, 147, 49);
  text-align: center;
}
.news .textbox h6 {
  font-size: 1rem;
  letter-spacing: 2px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 1%;
  width: 40%;
  text-align: center;
  margin: 0 auto;
}

.firstpagemedia .media {
  margin-top: 6%;
}
.firstpagemedia .media p {
  font-size: 13px;
}
.firstpagemedia .media h5 {
  padding-top: -50px;
  font-weight: bolder;
  cursor: pointer;
}
.firstpagemedia .media img {
  width: 13%;
  margin-left: 2%;
  border-radius: 1px;
}
.firstpagemedia .media a {
  color: #000;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 10px 10px 10px;
  transition: all 0.5s;
}
.firstpagemedia .media a:hover {
  font-weight: bolder;
}

.special .mainbox p {
  text-align: center;
  margin-top: 3%;
  color: #000;
  font-weight: bolder;
}
.special .mainbox a {
  color: #000;
  -webkit-text-decoration: #000;
          text-decoration: #000;
}
.special .mainbox img {
  width: 100%;
  transition: all 0.5s;
  margin-bottom: 15px;
}
.special .mainbox img:hover {
  transform: scale(1.04);
}
@media (max-width: 768px) {
  .special .mainbox img {
    width: 90%;
    margin-top: 1%;
    margin-left: 5%;
    box-shadow: 2px 2px 2px 2px rgba(66, 65, 65, 0.144);
  }
}
.special .mainbox .textbox p {
  color: #ed0000;
  text-align: center;
}
.special .mainbox .textbox h6 {
  font-size: 1.5rem;
  letter-spacing: 2px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 1%;
  width: 40%;
  text-align: center;
  font-weight: bolder;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .special .mainbox .textbox h6 {
    width: 100%;
  }
}

.about-us {
  margin: 80px 0;
}
@media (max-width: 767px) {
  .about-us {
    margin: 40px 0;
  }
}
@media (max-width: 576px) {
  .about-us {
    margin: 0;
  }
}
.about-us .mainhero {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
@media (max-width: 991px) {
  .about-us .mainhero {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
}
.about-us .mainhero .rightbox {
  background-color: #ed0000;
  padding: 25px;
}
@media (max-width: 576px) {
  .about-us .mainhero .rightbox {
    background-color: transparent;
  }
}
.about-us .mainhero .rightbox img {
  max-width: 520px;
}
.about-us .mainhero .leftbox {
  text-align: center;
  box-shadow: 10px 7px 10px 7px rgba(147, 147, 147, 0.137);
  margin-top: 6%;
  padding: 3%;
  width: 39%;
  height: 400px;
  margin-right: -500px;
  z-index: 99;
  background-color: #ebf5ff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .about-us .mainhero .leftbox {
    width: 80%;
    margin: 0 auto;
    margin-top: 2%;
  }
}
@media (max-width: 768px) {
  .about-us .mainhero .leftbox {
    width: 100%;
  }
}
.about-us .mainhero .leftbox h5 {
  font-weight: bolder;
}
@media (max-width: 380px) {
  .about-us .mainhero .leftbox h5 {
    font-size: 19px;
    padding: 0;
  }
}
@media (max-width: 380px) {
  .about-us .mainhero .leftbox p {
    margin: 0;
  }
}
.about-us .mainhero .leftbox a {
  color: #ed0000;
  font-weight: bolder;
}
.about-us #carouselExampleControls {
  margin-top: 80px;
  position: relative;
}
@media (max-width: 767px) {
  .about-us #carouselExampleControls {
    margin: 10px 0;
  }
}
.about-us #carouselExampleControls img {
  max-height: 700px;
}
.about-us #carouselExampleControls .textbox {
  position: absolute;
  z-index: 999;
  bottom: 15%;
  left: 30%;
  color: #ed0000;
  font-size: 33px;
  width: -moz-max-content;
  width: max-content;
  padding: 10px;
  margin: auto !important;
  display: inline-table;
}
@media (max-width: 1200px) {
  .about-us #carouselExampleControls .textbox {
    bottom: 9%;
    left: 25%;
  }
}
@media (max-width: 768px) {
  .about-us #carouselExampleControls .textbox {
    bottom: 3%;
    left: 20%;
  }
}
@media (max-width: 380px) {
  .about-us #carouselExampleControls .textbox {
    left: 10%;
  }
}
.about-us #carouselExampleControls .textbox .orderbtn {
  background-color: #ed0000;
  color: #fff;
  border-radius: 30px;
  padding: 10px;
  width: 200px;
  margin: auto;
  font-size: 24px;
  font-weight: bold;
  box-shadow: -3px 5px #fff;
  transition: ease-in-out 0.7s;
}
.about-us #carouselExampleControls .textbox .orderbtn:hover {
  box-shadow: unset;
  background-color: #fff;
  color: #ed0000;
  text-decoration: none;
}
@media (max-width: 991px) {
  .about-us #carouselExampleControls .textbox .orderbtn {
    padding: 6px;
    width: 143px;
  }
}
@media (max-width: 576px) {
  .about-us #carouselExampleControls .textbox .orderbtn {
    font-size: 17px;
    box-shadow: unset;
    width: 120px;
  }
}
@media (max-width: 480px) {
  .about-us #carouselExampleControls .textbox .orderbtn {
    background-color: transparent;
    color: #fff;
    text-shadow: 1px 1px #ed0000;
    font-size: 14px;
    width: 100px;
    padding: 0;
  }
}

.foodname {
  text-align: center;
}
.foodname h3 {
  text-align: center;
  margin-top: 6%;
  font-weight: bolder;
  padding-bottom: 0%;
}

.media {
  text-align: left;
  margin-top: 1%;
  font-size: 12px;
}
.media p {
  font-size: 10px;
}
.media img {
  border-radius: 0 50% 50% 50%;
}
.media a {
  text-align: center;
}

.fullmenu {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 3%;
  align-items: center;
  margin-right: 0%;
}
.fullmenu a {
  background-color: #ed0000;
  padding: 10px;
  border-radius: 12px;
  text-decoration: none;
}

.foodname h3 {
  margin-top: 15%;
}

.menu a {
  color: #000;
  text-decoration: none;
}

section.dl-app {
  background-image: url(../../imgs/dl_app/dl-app-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 600px;
  padding: 90px 0 40px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  section.dl-app {
    background-image: unset;
    padding: 40px 0;
  }
}
section.dl-app .app-mockup {
  max-width: 80%;
}
section.dl-app .app-mockup:hover {
  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);
  }
}
@media (max-width: 991px) {
  section.dl-app .app-mockup {
    max-width: 100%;
  }
}
section.dl-app div.inner-content {
  padding: 0;
  max-width: 516px;
}
section.dl-app div.inner-content div.d-flex {
  justify-content: space-evenly;
}
section.dl-app div.inner-content p {
  color: #ffffff;
}
@media (max-width: 768px) {
  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: poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  line-height: 50px;
  margin-bottom: 25px;
  margin-top: 20px;
  color: #ffffff;
  text-shadow: 3px -3px red;
}
@media (max-width: 991px) {
  section.dl-app div.inner-content h3.dl-ur-app-heading {
    font-size: 25px;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  section.dl-app div.inner-content h3.dl-ur-app-heading {
    color: #000;
    text-shadow: unset;
    font-weight: bolder;
    font-size: 27px;
    line-height: 36px;
    margin-bottom: 30px;
  }
}
@media (max-width: 380px) {
  section.dl-app div.inner-content h3.dl-ur-app-heading {
    font-size: 23px;
  }
}
@keyframes scale-up-center {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
.visitus {
  margin-top: 50px;
}
.visitus .contact {
  min-height: 300px;
  margin: 40px 0;
  padding: 0 0 10px 0;
  background-color: #d6eaff;
}
@media (max-width: 991px) {
  .visitus .contact {
    min-height: 210px;
    margin: 20px 0;
  }
}
.visitus .contact i {
  font-size: 1.5rem;
  text-align: center;
  margin-top: 0%;
  color: #fff;
  background-color: #ed0000;
  padding: 20px 30px;
  border-radius: 0px 0px 50% 50%;
  display: flex;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
}
.visitus .contact P {
  text-align: center;
  color: #000;
  padding: 0 10px;
  margin-bottom: 0.2rem;
}
.visitus .contact P a {
  color: #000;
}
.visitus .contact h6 {
  text-align: center;
  margin-top: 6%;
}

.quoite {
  display: flex;
  width: 100%;
  justify-content: center;
}

.textbox p {
  color: #ed0000;
  text-align: center;
}
.textbox h6 {
  font-size: 1.5rem;
  letter-spacing: 2px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 1%;
  width: 40%;
  text-align: center;
  margin: 0 auto;
  font-weight: bolder;
}
@media (max-width: 576px) {
  .textbox h6 {
    width: 100%;
  }
}

.callus {
  background-color: #ed0000;
  color: #fff;
  text-align: center;
  font-size: 24px;
  margin-top: 70px;
  padding: 45px 15px;
}
.callus .sm-callus {
  display: none;
}
@media (max-width: 768px) {
  .callus .lg-callus {
    display: none;
  }
  .callus .sm-callus {
    display: block;
  }
}

.comments {
  padding-top: 5%;
  background-color: #d6eaff;
  height: 500px;
}

.textbox p {
  color: #ed0000;
  text-align: center;
}
.textbox h6 {
  font-size: 1.5rem;
  letter-spacing: 2px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 1%;
  width: 40%;
  text-align: center;
  margin: 0 auto;
  font-weight: bolder;
}
@media (max-width: 576px) {
  .textbox h6 {
    width: 100%;
  }
}

.comment-section {
  padding: 20px;
  text-align: center;
}
.comment-section .comment-text {
  max-width: 800px;
  text-align: center;
  color: #000;
  font-size: 14px;
  line-height: 31px;
  margin: 0 auto;
}
.comment-section .comment-writter-name {
  margin-top: 35px;
  color: #ed0000;
  margin-bottom: 9px;
  color: #000;
}
.comment-section img {
  width: 25px !important;
  height: 25px;
  margin-right: 2px;
}
.comment-section .star-o {
  margin-left: 2px;
}

/* footer */
footer {
  background-color: #D6EAFF;
  color: rgb(0, 0, 0);
  padding: 50px 0 0 0;
}
footer a {
  color: #fff;
}
footer .contantbox p {
  opacity: 0.7;
  font-size: 14px;
}
footer .contantbox p a {
  color: #fff;
}
footer a.d-flex img.shop-logo {
  max-width: 242px;
  max-height: 50px;
}
footer .footer-header {
  font-size: 38px;
  text-transform: capitalize;
  font-weight: bolder;
}
@media (max-width: 480px) {
  footer .footer-header {
    font-size: 35px;
  }
}
footer .fa {
  color: #ed0000;
  font-size: 1.25rem;
}
footer .list-group.shop-info {
  display: flex;
  flex-direction: row;
}
@media (max-width: 768px) {
  footer .list-group.shop-info {
    flex-direction: column;
  }
}
footer .list-group.shop-info div {
  margin: 0 auto;
}
footer .footer-title {
  margin-bottom: 30px;
}
footer .footer-title span {
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  color: #000000;
}
footer img.dl-app-link {
  margin-bottom: 20px;
  width: 170px;
}
@media (min-width: 768px) {
  footer img.dl-app-link {
    width: 180px;
  }
}
footer h3 {
  font-size: 20px;
  margin-top: 20px;
}
footer .bottom-footer {
  margin-top: 0%;
}
footer .bottom-footer p {
  font-size: 14px;
  opacity: 0.7;
  font-weight: bold;
}
footer .contactus {
  background-color: rgb(255, 255, 255);
  padding: 15px;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
footer .contactus h6 {
  padding-top: 15px;
  color: #ed0000;
  font-weight: bolder;
  text-align: center;
}
footer .contactus p {
  font-weight: normal;
  text-align: center;
  margin-bottom: 0;
  color: #000;
}
footer .contactus a {
  color: #000;
}

.foods-link {
  padding: 0 0 25px 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 #ed0000;
  background-color: #ed0000;
}
@media (max-width: 767px) {
  .foods-link ul li {
    padding: 3px 5px;
  }
}
.foods-link ul li a {
  color: #fff;
}
.foods-link ul li a:hover {
  text-decoration: none;
}
.foods-link ul li:hover {
  background-color: transparent;
}
.foods-link ul li:hover a {
  color: #ed0000;
}

.foods-tags {
  margin-top: 40px;
}
.foods-tags .container {
  border-top: 1px solid #ddd;
}
.foods-tags .foods-link {
  padding-top: 30px;
}
.foods-tags ul {
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
}
.foods-tags ul li {
  list-style: none;
  display: inline-block;
  border: 1px solid #ddd;
  text-transform: capitalize;
  border-radius: 10px;
  padding: 5px 10px;
  margin: 4px;
  background-color: #ffffff;
  color: #000;
  font-size: 12px;
  font-weight: 600;
}
.foods-tags ul li a {
  color: #111 !important;
}
.foods-tags ul li a:hover {
  text-decoration: none;
}
.foods-tags ul li:hover {
  border: 1px solid #111;
  background-color: #ddd;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 59px;
  left: 25px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #ed0000;
  color: white;
  cursor: pointer;
  padding: 6px 11px 6px 11px;
  border-radius: 12px;
}
#myBtn:hover {
  color: #ed0000;
  border: 1px dashed #ed0000;
  background-color: white;
  box-shadow: #D6EAFF 0px 7px 29px 0px;
}

section.social-media {
  padding: 20px 0;
}
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: #ed0000;
  color: white;
}
::selection {
  background-color: #ed0000;
  color: white;
}

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

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

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

.copyright {
  border-top: 1px solid #ed0000;
  color: #000000;
  padding-top: 20px;
  text-align: center;
}
.copyright a.mealzo-link {
  color: #ed0000;
  font-weight: 700;
}/*# sourceMappingURL=style2.css.map */