.main-color {
  color: #A61E28;
}

@font-face {
  font-family: Quicksand;
  src: url(../../Fonts/Quicksand/Quicksand-Regular.ttf);
}
@font-face {
  font-family: Pacifico;
  src: url(../../Fonts/Pacifico/Pacifico-Regular.ttf);
}
@font-face {
  font-family: Quicksand;
  src: url(../../Fonts/Quicksand/Quicksand-Bold.ttf);
}
body {
  font-family: Quicksand !important;
  overflow-x: hidden;
  background-color: #4f5158;
}

img {
  width: 100%;
}

.delivery {
  background-color: #f3f3f3;
  padding: 80px 0px;
}
.delivery .delivery-imgs img {
  max-width: 300px;
}
@media (max-width: 480px) {
  .delivery .delivery-imgs img {
    max-width: 240px;
  }
}

.homedelivery {
  color: #ED0403;
  font-weight: bolder;
  font-size: 48px;
}
@media (max-width: 480px) {
  .homedelivery {
    color: #ED0403;
    font-weight: bolder;
    font-size: 36px;
  }
}

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

.reveal.active {
  opacity: 1;
}

.active.fade-left {
  animation: fade-left 0.5s ease-in;
}

@keyframes fade-left {
  0% {
    transform: translateX(-150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.dlApp {
  margin: 0 auto;
}

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 {
  justify-content: center;
}

.shop-logo {
  width: 200px;
}

header {
  /* required */
}
header .navbar-brand {
  font-size: 1rem !important;
}
@media (min-width: 768px) {
  header .navbar-nav {
    flex-direction: row;
  }
}
header section.menu-section {
  border-top: 1px solid rgb(226, 226, 226);
}
header section.menu-section span.open-menu {
  align-self: center;
  z-index: 10;
}
@media (min-width: 768px) {
  header section.menu-section span.open-menu {
    display: none;
  }
}
header section.menu-section #myNav {
  display: block;
}
@media (min-width: 768px) {
  header section.menu-section #myNav {
    width: 100%;
  }
}
@media (min-width: 768px) {
  header section.menu-section #overlay-content {
    display: flex;
  }
}
header section.menu-section nav {
  padding: 0;
}
@media (min-width: 768px) {
  header section.menu-section nav {
    display: flex;
  }
}
header section.menu-section div.mobile-overlay {
  height: 100%;
  width: 0%;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  background-color: #2e2e2e;
  overflow-x: hidden;
  transition: width 0.45s;
}
header section.menu-section div.mobile-overlay .closebtn {
  text-decoration: unset;
  position: absolute;
  top: 10px;
  font-size: 20px;
  right: 10%;
  font-size: 26px;
  z-index: 100;
  color: #f5f5f5;
}
@media (min-width: 768px) {
  header section.menu-section div.mobile-overlay .closebtn {
    display: none;
  }
}
header section.menu-section div.mobile-overlay .overlay-content {
  position: relative;
  top: 10%;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  header section.menu-section div.mobile-overlay .overlay-content {
    justify-content: flex-end;
  }
}
@media (min-width: 768px) {
  header section.menu-section div.mobile-overlay .overlay-content > div#navbarNavAltMarkup {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 768px) {
  header section.menu-section div.mobile-overlay .overlay-content {
    display: flex;
  }
}
header section.menu-section div.mobile-overlay .overlay-content a.nav-link.active {
  color: #fff !important;
}
header section.menu-section div.mobile-overlay .overlay-content a.nav-link.active:hover {
  color: #A61E28;
}
header section.menu-section div.mobile-overlay .overlay-content a.nav-link {
  color: #fff;
}
header section.menu-section div.mobile-overlay .overlay-content a.nav-link:hover {
  color: #A61E28;
}
@media (min-width: 768px) {
  header section.menu-section div.mobile-overlay .overlay-content a.nav-link {
    margin-right: 15px;
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  header section.menu-section div.mobile-overlay .overlay-content a.nav-link {
    font-size: 17px;
    padding: 13px 20px;
    font-weight: bolder;
    margin: 0;
    height: 55px;
  }
}
@media (max-width: 768px) {
  header section.menu-section div.mobile-overlay .overlay-content a.nav-link {
    color: #f5f5f5;
  }
}
header section.menu-section div.mobile-overlay .overlay-content a.home {
  border-bottom: 3px solid #d50000;
  background-color: #fde1c7 !important;
  color: #d50000;
}
@media (max-width: 768px) {
  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: #A61E28;
  color: black;
}
@media (min-width: 768px) {
  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;
  }
}
@media (min-width: 768px) {
  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: #A61E28;
}
@media (min-width: 768px) {
  header section.menu-section .navbar-social {
    display: none;
  }
}
@media (max-width: 768px) {
  header section.menu-section .navbar-social {
    display: flex;
    justify-content: center;
    display: none;
  }
}

.big-logo img {
  max-width: 200px;
  max-height: 80px;
}
@media (max-width: 576px) {
  .big-logo img {
    max-width: 170px;
  }
}
@media (max-width: 480px) {
  .big-logo img {
    max-width: 110px;
  }
}
@media (max-width: 380px) {
  .big-logo img {
    max-width: 110px;
  }
}
.big-logo a.header-btn {
  background-color: #A61E28;
  color: #fff;
  border: 1px solid #fff;
  padding: 8px 24px;
  border-radius: 20px;
  margin-left: 10px;
  text-transform: capitalize;
  font-size: 20px;
  text-decoration: none;
}
.big-logo a.header-btn:hover {
  background-color: #4E5157;
  text-decoration: none;
}
@media (max-width: 768px) {
  .big-logo a.header-btn {
    padding: 8px 6px;
    font-size: 10px;
  }
}
.big-logo .account {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 8px;
  border-radius: 18px;
}
@media (max-width: 380px) {
  .big-logo .account {
    padding: 1px;
    font-size: 12px;
  }
}
.big-logo i {
  margin-right: 5px;
  color: #d50000;
}

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

/* section hero */
section.hero-section {
  background-color: rgb(255, 255, 255);
  padding: 80px 0;
}
section.hero-section div.inner-content {
  border: 1px solid rgb(0, 0, 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: 992px) {
  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: #A61E28;
}
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: #A61E28;
  color: rgb(255, 255, 255);
  border-radius: 35px 0 35px 0 !important;
  padding-top: 12px;
  width: 210px;
  height: 50px;
  margin-top: 20px;
}
section.hero-section div.inner-content a:hover {
  color: #A61E28;
  border-color: #A61E28;
  background-color: #fff !important;
  box-shadow: #A71F2A 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: #A61E28;
}
section.hero-section div.inner-content div.clip {
  -webkit-clip-path: polygon(0 0, 100% 0, 95% 99%, 5% 100%);
          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;
  }
}

#headerpage {
  display: block;
}
#headerpage .back-img {
  background-image: url(../../imgs/hero/Heddis-hero.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  text-align: center;
  width: 100%;
  height: 411px;
  padding: 80px 0;
}
#headerpage .back-img h2 {
  color: #fff;
  font-weight: bolder;
  margin-bottom: 20px;
  font-size: 2.3rem;
}
@media (max-width: 768px) {
  #headerpage .back-img h2 {
    font-size: 1.5rem;
    padding-top: 70px;
  }
}
#headerpage .back-img p {
  color: #fff;
  font-weight: bolder;
  margin-bottom: 20px;
}
#headerpage .back-img button {
  background-color: #4f5158;
  border: none;
  color: #fff;
  border-radius: 10px;
  padding: 16px 32px;
}
#headerpage .back-img button:hover {
  background-color: #A61E28;
  border: 1px solid #fff;
  color: #fff;
}
#headerpage .back-img button:hover .fa {
  color: #fff !important;
}
#headerpage .back-img i {
  color: #fff !important;
  margin-left: 5px;
}
@media (max-width: 480px) {
  #headerpage .back-img {
    padding: 20px;
  }
}

.close {
  color: #111 !important;
}

/* more about us section */
section.more-about-us-section {
  margin: 120px 0;
}
section.more-about-us-section img {
  width: 100px;
  margin-bottom: 20px;
}
section.more-about-us-section h3.main-section-heading {
  margin-bottom: 50px;
  text-transform: capitalize;
  font-weight: bolder;
  font-size: 35px;
}
@media (max-width: 768px) {
  section.more-about-us-section h3.main-section-heading {
    font-size: 24px;
  }
}
section.more-about-us-section h4 {
  margin-bottom: 15px;
}
section.more-about-us-section p {
  max-width: 300px;
}

section.special {
  text-align: center;
  padding: 60px 0;
  background-color: #A61E28;
}
section.special h3 {
  margin-bottom: 52px;
  color: #fff;
}
section.special .card {
  transition: 0.6s ease all;
  margin: auto;
  min-height: 480px;
  padding: 0;
  padding-bottom: 20px;
  border-radius: 80px 80px 0 0;
  background-color: transparent;
  border: none;
}
section.special .card:hover {
  transform: scale(1.04);
}
section.special .card:hover .img-holder::after {
  color: #A61E28;
  background-color: #fff;
  font-size: 25px;
}
section.special .card:hover a.btn {
  transition: 0.1s ease all;
  background-color: #9ea1a5;
  color: #fff;
}
section.special .card .img-holder {
  padding: 8px;
  display: flex;
  background-position: center;
  justify-content: center;
  align-items: center;
  background-image: url(../../imgs/hero/hedis-background.png);
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  padding: 15px;
}
section.special .card .img-holder img {
  max-width: 80%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.special .card .card-body {
  padding: 10px;
  min-height: 120px;
}
section.special .card .card-body p {
  font-size: 16px;
  color: #fff;
}
section.special .card div.card-footer {
  background-color: unset !important;
  border: none !important;
  margin-top: 30px;
}
section.special .card div.card-footer a.btn {
  background-color: #4f5158;
  color: #fff;
  border: 1px solid #4f5158;
  border-radius: 5px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-weight: bolder;
  height: 45px;
  margin: 0 auto;
  animation-duration: 1s;
  animation-iteration-count: 1;
}
section.special .card div.card-footer a.btn:hover {
  color: #fff;
  background-color: #A61E28;
}

.SpecialOffer {
  background-image: url(../../imgs/hero/Heddis-hero.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 11% 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
  background-color: #A61E28;
}
@media (max-width: 991px) {
  .SpecialOffer .section-header {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  .SpecialOffer .section-header {
    font-size: 25px;
  }
}
.SpecialOffer p {
  max-width: 800px;
  text-align: center;
  margin: auto;
  font-size: 19px;
}
@media (max-width: 991px) {
  .SpecialOffer p {
    font-size: 16px;
    max-width: 80%;
  }
}
@media (max-width: 768px) {
  .SpecialOffer p {
    max-width: 100%;
  }
}
.SpecialOffer a {
  margin-right: 10px;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 800;
  margin-top: 25px;
  padding: 16px 32px;
  border-radius: 10px;
  background-color: #A61E28;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 767px) {
  .SpecialOffer a {
    font-size: 15px;
    padding: 10px;
    max-width: 200px;
    margin: 20px auto 5px auto;
  }
}
.SpecialOffer a:hover {
  color: #fff;
  background-color: #4E5157;
  border: 1px solid #fff;
}

.Gallery {
  background-color: #000;
  padding: 40px 0;
}
.Gallery .swiper-gallery {
  padding: 40px 0;
}
.Gallery img {
  border-radius: 10px;
  transition: ease-in-out 0.7s;
  background-color: #6f0000;
  padding: 3px;
}
.Gallery img:hover {
  transform: scale(1.1);
}

section.about-us {
  background-color: #f3f3f3;
}
@media (max-width: 1200px) {
  section.about-us div.section-heading-div {
    text-align: center;
  }
}
section.about-us div.section-heading-div h3 {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 10px;
  text-transform: capitalize;
  color: #fff;
}
section.about-us div.section-heading-div p {
  color: #f3f3f3;
}
section.about-us div.about-us-content div.shop-name-secoundry h4 {
  font-family: Quicksand-bold;
  font-size: 24px;
  line-height: 36px;
  color: #252525;
  margin-bottom: 24px;
  font-weight: bolder;
}
section.about-us div.about-us-content div.shop-about-text p {
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.02em;
}
section.about-us div.about-us-content div.read-more-btn {
  background-color: #d50000;
}
section.about-us div.about-us-content div.read-more-btn a {
  background-color: #A61E28;
  color: #fff;
  border-radius: 2px !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: #A61E28;
  background-color: #A61E28;
  box-shadow: #A71F2A 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.about-us img {
  width: 100%;
}
section.about-us .col-12 {
  padding: 0;
}
section.about-us .col-md-6 {
  padding: 0;
}

.read-more-btn1 a {
  background-color: #A61E28;
  color: #fff;
  display: inline-block;
  padding: 16px 32px;
  margin-top: 20px;
  text-decoration: none;
  border-radius: 10px;
}
.read-more-btn1 a .fa {
  color: #fff;
}
.read-more-btn1 a:hover {
  background-color: #4E5157;
  border: 1px solid #fff;
  color: #fff;
}
.read-more-btn1 a:hover .fa {
  color: #fff;
}

section.deals {
  background-color: #A61E28;
}
section.deals div.section-heading-div {
  padding-left: 40px;
}
@media (max-width: 1200px) {
  section.deals div.section-heading-div {
    text-align: center;
  }
}
section.deals div.section-heading-div h3 {
  font-weight: bold;
  font-size: 30px;
  line-height: 48px;
  margin-bottom: 10px;
  text-transform: capitalize;
  color: #fff;
}
section.deals div.section-heading-div p {
  color: #fff;
}
section.deals #openinghour {
  max-width: 80%;
  margin: auto;
}
section.deals div.deals-content div.shop-name-secoundry h4 {
  font-family: Quicksand-bold;
  font-size: 24px;
  line-height: 36px;
  color: #252525;
  margin-bottom: 24px;
  font-weight: bolder;
}
section.deals div.deals-content div.shop-about-text p {
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.02em;
}
section.deals div.deals-content div.read-more-btn a.deals {
  background-color: #A71F2A;
  color: #d50000;
  border-radius: 2px !important;
  padding-top: 12px;
  width: 210px;
  height: 50px;
  margin-top: 20px;
  transition: all 0.5s ease;
}
section.deals div.deals-content div.read-more-btn a.deals:hover {
  color: #fff;
  border-color: #A61E28;
  background-color: #A61E28;
  box-shadow: #A71F2A 0px 4px 12px;
  transform: scale(0.9);
}
@media (min-width: 992px) {
  section.deals div.deals-content div.read-more-btn a.deals {
    margin-top: 62px;
  }
}
section.deals img {
  width: 100%;
}
section.deals .col-12 {
  padding: 0;
}
section.deals .col-md-6 {
  padding: 0;
}

section.contact-us .map {
  padding: 20px;
}
section.contact-us .map div {
  height: 100%;
}
@media (max-width: 768px) {
  section.contact-us .section-heading-div {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  section.contact-us .map {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  section.contact-us .map iframe {
    height: 300px;
  }
}

.fa {
  color: #fff;
}

.read-more-btn2 a.deals {
  background-color: #4f5158;
  color: #fff;
  border-radius: 10px;
  padding: 16px 32px;
  margin-top: 20px;
}
.read-more-btn2 a.deals:hover {
  background: #A61E28;
  color: #fff;
  border: 1px solid #fff;
}
.read-more-btn2 a.deals:hover .fa {
  color: #fff;
}

section.peyment-method {
  background-color: #fff;
}
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 {
  margin: 80px 0;
}
section.dl-app div.inner-content {
  border: 2px solid red;
}
section.dl-app div.inner-content div.d-flex {
  justify-content: space-evenly;
}
section.dl-app div.inner-content a.app-link-dl-container:hover img {
  animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
section.dl-app div.inner-content img.dl-app-link {
  margin-bottom: 50px;
  width: 170px;
}
@media (min-width: 768px) {
  section.dl-app div.inner-content img.dl-app-link {
    margin-bottom: 0;
    width: 150px;
  }
}
section.dl-app div.inner-content h3.dl-ur-app-heading {
  font-family: Quicksand;
  font-style: normal;
  font-weight: bold;
  font-size: 46px;
  line-height: 70px;
  margin-bottom: 56px;
  margin-top: 20px;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  section.dl-app div.inner-content h3.dl-ur-app-heading {
    font-size: 1.9rem;
  }
}
@media (min-width: 992px) {
  section.dl-app div.inner-content h3.dl-ur-app-heading {
    font-size: 2rem;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2021-12-20 14:30:57
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation scale-up-center
 * ----------------------------------------
 */
@keyframes scale-up-center {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
img.store-img {
  width: 30%;
}
@media (max-width: 768px) {
  img.store-img {
    width: 100%;
  }
}

section.reviews {
  padding: 80px 0;
}
@media (max-width: 768px) {
  section.reviews {
    padding: 20px;
  }
}
section.reviews .container {
  background-color: #1628A7;
  border-radius: 16px;
}
section.reviews h3 {
  margin-bottom: 40px;
  font-weight: 900;
  font-size: 33px;
  line-height: 70px;
  color: #fff;
}
@media (max-width: 576px) {
  section.reviews h3 {
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  section.reviews h3 {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  section.reviews h3 {
    font-size: 13px;
  }
}
section.reviews .comment-section .comment-text {
  max-width: 800px;
  min-height: 100px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 31px;
  margin: 0 auto;
}
section.reviews .comment-section .comment-writter-name {
  margin-top: 35px;
  color: #A61E28;
  margin-bottom: 9px;
  color: #fff;
}
section.reviews .comment-section .stars {
  text-align: center;
  margin-bottom: 90px;
}

/* footer */
footer {
  background-color: #ffffff;
  color: rgb(0, 0, 0);
  padding: 0;
}
footer img {
  width: 20%;
}
footer .address-first {
  display: inline-block;
  text-align: center;
  width: 300px;
}
footer .address-first h2 {
  color: #e53d2c;
  font-family: pacifico;
  font-size: 70px;
  margin-bottom: 7px;
}
footer .address-first h3 {
  font-family: Quicksand;
  font-size: 25px;
  font-weight: bolder;
  text-transform: capitalize;
}
footer .address-first b {
  font-family: Quicksand;
}
footer .address-second {
  display: inline-block;
  text-align: center;
  width: 300px;
}
footer .address-second h2 {
  color: #e53d2c;
  font-family: Quicksand;
  font-size: 70px;
  margin-bottom: 7px;
}
footer .address-second h3 {
  font-family: Quicksand;
  font-size: 25px;
  font-weight: bolder;
}
footer .address-second b {
  font-family: Quicksand;
}
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;
  color: #A61E28;
}
@media (max-width: 480px) {
  footer .footer-header {
    font-size: 35px;
  }
}
footer .fa {
  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: #ffffff;
}
footer h3 {
  font-size: 20px;
  margin-top: 20px;
}
footer .footer-content {
  flex-direction: row;
}
@media (max-width: 768px) {
  footer .footer-content {
    flex-direction: column;
    text-align: center;
  }
}
footer .footer-content ul {
  margin-bottom: 50px;
}
footer .footer-content ul h5 {
  margin-bottom: 25px;
}
footer .footer-content ul li {
  list-style: none;
}
footer .footer-content ul li a {
  color: #ddd;
  line-height: 38px;
}
footer .footer-content ul li a:hover {
  text-decoration: none;
  color: #fff;
}
footer .fa {
  color: #000;
}

section.foods-link {
  margin: 50px 0;
}
section.foods-link ul {
  padding: 10px;
  margin: 0;
}
section.foods-link ul li {
  list-style: none;
  display: inline-block;
  border: 1px solid #d9ac83;
  border-radius: 10px;
  padding: 7px;
  margin: 4px;
}
section.foods-link ul li a {
  color: #d9ac83;
}
section.foods-link ul li a:hover {
  text-decoration: none;
}
section.foods-link ul li:hover {
  border: 1px solid #ed3628;
}

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

.contact-us {
  padding-top: 100px;
  padding-bottom: 100px;
}
.contact-us .address-first {
  display: inline-block;
  margin: 40px 0;
  text-align: center;
  width: 300px;
}
.contact-us .address-first h2 {
  color: #e53d2c;
  font-family: pacifico;
  font-size: 70px;
  margin-bottom: 7px;
}
.contact-us .address-first h3 {
  font-family: Quicksand;
  font-size: 25px;
  font-weight: bolder;
  text-transform: capitalize;
}
.contact-us .address-first b {
  font-family: Quicksand;
}
.contact-us .address-second {
  display: inline-block;
  margin: 40px 0;
  text-align: center;
  width: 300px;
}
.contact-us .address-second h2 {
  color: #e53d2c;
  font-family: Quicksand;
  font-size: 70px;
  margin-bottom: 7px;
}
.contact-us .address-second h3 {
  font-family: Quicksand;
  font-size: 25px;
  font-weight: bolder;
}
.contact-us .address-second b {
  font-family: Quicksand;
}
.contact-us a.d-flex img.shop-logo {
  max-width: 242px;
  max-height: 50px;
}
.contact-us .footer-header {
  font-size: 38px;
  text-transform: capitalize;
  font-weight: bolder;
  color: #A61E28;
}
@media (max-width: 480px) {
  .contact-us .footer-header {
    font-size: 35px;
  }
}
.contact-us .fa {
  font-size: 1.25rem;
}
.contact-us .list-group.shop-info {
  display: flex;
  flex-direction: row;
}
@media (max-width: 768px) {
  .contact-us .list-group.shop-info {
    flex-direction: column;
  }
}
.contact-us .list-group.shop-info div {
  margin: 0 auto;
}
.contact-us .footer-title {
  margin-bottom: 30px;
}
.contact-us .footer-title span {
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  color: #ffffff;
}

.cp-text {
  color: #f3f3f3;
}

.social-media-app {
  margin-bottom: 80px;
}

.fixed-part {
  position: fixed;
  bottom: 25px;
  left: 25px;
  z-index: 99;
  display: flex;
  flex-direction: column;
}
.fixed-part #myBtn {
  display: none;
  font-size: 18px;
  border: 1px solid transparent;
  outline: none;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px auto;
  border-radius: 10px;
  width: 50px;
  height: 50px;
}
.fixed-part #myBtn img {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
}
.fixed-part .btn {
  background-color: #A61E28;
  color: #fff;
  border: 1px solid #fff;
  padding: 8px 24px;
  border-radius: 20px;
  margin-left: 10px;
  text-transform: capitalize;
  font-size: 20px;
}
.fixed-part .btn:hover {
  background-color: #4E5157;
}

.appsbottom {
  display: flex;
}
@media (max-width: 768px) {
  .appsbottom {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .social-media-conteiner {
    justify-content: center;
  }
}
.social-media-conteiner i {
  color: #fff;
  background-color: #A61E28;
  border-radius: 50%;
  padding: 10px 13px;
}
.social-media-conteiner .icon-holder.facebook i {
  padding: 10px 13px;
  color: #fff;
}
.social-media-conteiner .icon-holder.instagram i {
  padding: 12px;
  color: #fff;
}
.social-media-conteiner .icon-holder.tiktok {
  padding: 7px 11px;
}
.social-media-conteiner svg.tiktok-social {
  background-color: #A61E28;
  border-radius: 50%;
  min-height: 12px;
  min-width: 12px;
  padding: 10px;
}
.social-media-conteiner div.icon-holder {
  border-radius: 50%;
  background: #A61E28;
  width: 40px;
  height: 40px;
  transition: transform 0.5s ease;
}
.social-media-conteiner div.icon-holder i {
  padding: 12px;
}
.social-media-conteiner div.icon-holder svg {
  fill: #fff;
}
.social-media-conteiner div.icon-holder:hover {
  transform: translate(0px, -8px);
}
.social-media-conteiner div.icon-holder a {
  color: #fff;
}

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

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

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

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

section.copyright {
  background-color: #A61E28;
  color: rgb(255, 255, 255);
}
section.copyright a.weetech-link {
  color: #fff !important;
}

section.imageGallery {
  text-align: center;
  padding: 60px 0;
  background-color: #A61E28;
}
@media (max-width: 991px) {
  section.imageGallery {
    padding: 60px 0;
  }
}
section.imageGallery .card {
  border-radius: 20px;
}
section.imageGallery .card:hover {
  opacity: 0.8;
}
section.imageGallery .card:hover .img-holder::after {
  color: #A61E28;
  background-color: #fff;
}
section.imageGallery .card .img-holder {
  display: flex;
  background-position: center;
  justify-content: center;
  align-items: center;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
}
section.imageGallery .card .img-holder img {
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.imageGallery .card .card-body {
  padding: 10px;
  min-height: 120px;
}
section.imageGallery .card .card-body p {
  font-size: 16px;
  color: #fff;
}

.SpecialOffer {
  background-image: url(../../imgs/hero/hedis-fixed-bg.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 11% 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
  background-color: #A61E28;
}
@media (max-width: 991px) {
  .SpecialOffer .section-header {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  .SpecialOffer .section-header {
    font-size: 25px;
  }
}
.SpecialOffer p {
  max-width: 800px;
  text-align: center;
  margin: auto;
  font-size: 19px;
}
@media (max-width: 991px) {
  .SpecialOffer p {
    font-size: 16px;
    max-width: 80%;
  }
}
@media (max-width: 768px) {
  .SpecialOffer p {
    max-width: 100%;
  }
}
.SpecialOffer a {
  margin-right: 10px;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 800;
  margin-top: 25px;
  padding: 16px 32px;
  border-radius: 10px;
  background-color: #A61E28;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 767px) {
  .SpecialOffer a {
    font-size: 15px;
    padding: 10px;
    max-width: 200px;
    margin: 20px auto 5px auto;
  }
}
.SpecialOffer a:hover {
  color: #fff;
  background-color: #4E5157;
  border: 1px solid #fff;
}

.Gallery {
  background-color: #000;
  padding: 40px 0;
}
.Gallery .swiper-gallery {
  padding: 40px 0;
}
.Gallery img {
  border-radius: 10px;
  transition: ease-in-out 0.7s;
  background-color: #6f0000;
  padding: 3px;
}
.Gallery img:hover {
  transform: scale(1.1);
}/*# sourceMappingURL=style2.css.map */