.food-bg {
  background-color: #ccd4dc;
}

.screen-h-10 {
  height: 10vh;
}
.screen-h-20 {
  height: 20vh;
}
.screen-h-30 {
  height: 30vh;
}
.screen-h-40 {
  height: 40vh;
}
.screen-h-50 {
  height: 50vh;
}
.screen-h-60 {
  height: 60vh;
}
.screen-h-70 {
  height: 70vh;
}
.screen-h-80 {
  height: 80vh;
}

header a.family-logo img {
  max-height: 40px;
  top: 0;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

#careers_msg {
  color: #fff;
  text-align: center;
}
.success {
  background-color: var(--blue);
  padding: 2em;
}
.error {
  background-color: var(--yellow);
  padding: 2em;
}

/* page {
  background: white;
  display: block;
  margin: 0 auto;
  margin-bottom: 0.5cm;
  box-shadow: 0 0 0.5cm rgba(0,0,0,0.5);
}
page[size="A4"] {  
  width: 21cm;
  height: 29.7cm; 
} */
/* Family section */
.family-image {
  width: 100%;
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
}
section.food-bg {
  padding: 50px 0px;
}
.family-image img {
  /* height: fit-content; */
  width: 50%;
}
.all-menu-slider {
  padding-right: 0px;
  padding-left: 0px;
}
.all-menu-overlay {
  height: 100%;
  width: 100%;
  z-index: 10;
  position: absolute;
  background: linear-gradient(to bottom, black, white);
  background-size: cover;
}
.grid {
  display: grid;
  grid-gap: 30px;
}

.item-2 {
  grid-column: 2;
}
/* clearfix */
.grid:after {
  content: "";
  display: block;
  clear: both;
}

/* ---- grid-item ---- */

.home-grid {
  height: 100%;
  padding: 1em;
  position: relative;
}
.home-grid .grid-content {
  z-index: 100;
  position: relative;
}
.home-grid .big-section {
  width: 50%;
  height: 100%;
  padding: 10em;
  overflow: hidden;
}
.home-grid .small-section-row {
  height: fit-content;
}
.home-grid .grid-1 {
  width: 100%;
  height: 100%;
  background: #fcbd55;
}

.home-grid .grid-1 img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70%;
  z-index: 0;
}

.home-grid .grid-2 figcaption {
  padding: 2em;
}
.home-grid .grid-2 .grid-item .bg-image {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.home-grid .grid-2 .grid-item .bg-image .cafe-content .portfolio-hover-content {
  align-items: flex-end;
}
.home-grid .grid-3 .grid-item .bg-image {
  height: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-grid .grid-3 .grid-item .cafe-content {
  overflow: hidden;
  padding: 1em;
}
.home-grid .grid-3 .grid-item .cafe-content .cafe-logo {
  width: 5em;
  margin-bottom: 0.5em;
}
.home-grid .grid-3 .grid-item .cafe-content ul {
  height: 2em;
}
.home-grid .grid-3 .grid-item .cafe-content ul li {
  padding: 5px 0.1em;
  margin-left: 10px;
  cursor: pointer;
  font-size: 3em;
}
.home-grid .grid-3 .grid-item .cafe-content ul li:hover {
  transform: scale(1.02);
}
.home-grid .grid-3 .grid-item .cafe-content ul li img {
  height: auto;
  width: 40px;
}
.home-grid .grid-4 .grid-item .bg-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
.home-grid .grid-4 .grid-item .truck-content {
  overflow: hidden;
  padding: 4em 2em;
  justify-content: flex-end;
  display: grid;
}
.stores-section .bg-color-2 {
  bottom: -20px;
  left: 10px;
  width: 280px;
}
.stores-section .bg-color-1 {
  top: -20px;
  right: 10px;
  width: 360px;
}
.stores-section .image-1 {
  z-index: 10;
  top: 10px;
  left: -50px;
  width: 460px;
}

.stores-section .image-1 img {
  display: block;
  width: 100%;
  cursor: pointer;
}
.stores-section .image-1 img:hover {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -ms-filter: blur(5px);
  -o-filter: blur(5px);
  filter: blur(5px);
  opacity: 1;
  transform: scale(1.02, 1.02);
  -webkit-transform: scale(1.02, 1.02);
  -moz-transform: scale(1.02, 1.02);
  -ms-transform: scale(1.02, 1.02);
  -o-transform: scale(1.02, 1.02);
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.stores-section .image-2 {
  z-index: 20;
  bottom: 0px;
  right: -30px;
  width: 380px;
}
.stores-section .hover-option4 .swiper-slide.grid-item figure figcaption {
  transform: translateY(-20px);
  opacity: 0;
}
.stores-section .hover-option4 .swiper-slide.grid-item figure:hover figcaption {
  transform: translateY(0);
  opacity: 1;
}

.family-first {
  padding: 5em;
}
.family-first .logo-img {
  margin-top: 5em;
  width: 100%;
  display: flex;
  margin-bottom: 3em;
}

.family-first img {
  width: 250px;
  margin-left: auto;
  margin-right: auto;
}
.features-list {
  padding: 2em 0;
}
.features-list img {
  width: 150px;
}

.features-list ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.features-list ul li {
  text-align: center;
}

.blog-grid .blog-post .blog-post-images img {
  object-fit: cover;
}

.modal-bg-online {
  background-image: url("../img/home/modal-bg.jpg");
  background-color: #22222285;
  background-blend-mode: multiply;
}
.store-logo-list {
  margin-top: 2em;
}
.store-logo-list li {
  cursor: pointer;
  padding: 2em;
  margin: 0px -4px;
  width: 10em;
  text-align: center;
}
.store-logo-list li a {
  color: white;
  transition: ease 0.3s;
}
.store-logo-list li:hover a {
  color: var(--yellow);
  transition: ease 0.3s;
}
.store-logo-list li img {
  transition: ease 0.3s;
}
.store-logo-list li:hover img {
  transform: scale(1.02);
  transition: ease 0.3s;
}
.store-logo-list li img {
  height: auto;
  margin-bottom: 1em;
}
@media (max-width: 1280px) {
  .family-image img {
    width: 65%;
  }
}

/* Sore locator */

#map {
  height: 75vh;
}

@media (min-width: 1200px) {
  #map {
    height: 78vh;
  }
}
@media (min-width: 1440px) {
  #map {
    height: 76vh;
  }
}
#description {
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
}

#infowindow-content .title {
  font-weight: bold;
}

#infowindow-content {
  display: none;
}

#map #infowindow-content {
  display: inline;
}

.store-navbar .navbar {
  background-color: #fff !important;
}

.store-navbar header nav.navbar.white-link .navbar-nav > li > a,
.store-navbar nav.navbar.bootsnav.white-link ul.nav > li > a,
.store-navbar header nav.navbar.white-link .header-social-icon a,
.store-navbar nav.navbar.bootsnav.white-link .header-social-icon a,
.store-navbar header nav.navbar.white-link .header-searchbar a,
.store-navbar nav.navbar.bootsnav.white-link .header-searchbar a,
.store-navbar header nav.navbar.bootsnav ul.nav.white-link > li > a,
.store-navbar nav.navbar.white-link .heder-menu-button a {
  color: #111;
}

.privacy-navbar header nav.navbar.white-link .navbar-nav > li > a,
.privacy-navbar nav.navbar.bootsnav.white-link ul.nav > li > a,
.privacy-navbar header nav.navbar.white-link .header-social-icon a,
.privacy-navbar nav.navbar.bootsnav.white-link .header-social-icon a,
.privacy-navbar header nav.navbar.white-link .header-searchbar a,
.privacy-navbar nav.navbar.bootsnav.white-link .header-searchbar a,
.privacy-navbar header nav.navbar.bootsnav ul.nav.white-link > li > a,
.privacy-navbar nav.navbar.white-link .heder-menu-button a {
  color: #111;
}

#Store-list li:hover h6 {
  color: var(--yellow);
}

#Store-list span {
  color: #111;
}
#Store-list li {
  position: relative;
  margin-top: 1em;
  padding: 1em;
}
#Store-list .store-icon {
  position: absolute;
  right: 20px;
  top: 0px;
  width: 25px;
}
#Store-list .availability {
  color: var(--blue) !important;
  font-weight: 800;
  font-size: 14px;
}
.loader {
  width: 215px;
  height: 220px;
  background: linear-gradient(0.25turn, transparent, #fff, transparent),
    linear-gradient(#ddd, #ddd), linear-gradient(#ddd, #ddd),
    linear-gradient(#ddd, #ddd);
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 215px 220px, 215px 130px, 100px 15px, 150px 15px;
  background-position: -215px 0, 0 0, 15px 150px, 15px 180px;
  animation: loading 1.5s infinite;
}

@keyframes loading {
  to {
    background-position: 215px 0, 0 0, 15px 150px, 15px 180px;
  }
}

/* Rating Star */

/*  
 *  Pure CSS star rating that works without reversing order
 *  of inputs
 *  -------------------------------------------------------
 *  NOTE: For the styling to work, there needs to be a radio
 *        input selected by default. There also needs to be a
 *        radio input before the first star, regardless of
 *        whether you offer a 'no rating' or 0 stars option
 *  
 *  This codepen uses FontAwesome icons
 */
#full-stars-example {
  /* use display:inline-flex to prevent whitespace issues. alternatively, you can put all the children of .rating-group on a single line */
  /* make hover effect work properly in IE */
  /* hide radio inputs */
  /* set icon padding and size */
  /* set default star color */
  /* set color of none icon when unchecked */
  /* if none icon is checked, make it red */
  /* if any input is checked, make its following siblings grey */
  /* make all stars orange on rating group hover */
  /* make hovered input's following siblings grey on hover */
  /* make none icon grey on rating group hover */
  /* make none icon red on hover */
}
#full-stars-example .rating-group {
  display: inline-flex;
}
#full-stars-example .rating__icon {
  pointer-events: none;
}
#full-stars-example .rating__input {
  position: absolute !important;
  left: -9999px !important;
}
#full-stars-example .rating__label {
  cursor: pointer;
  padding: 0 0.1em;
  font-size: 2rem;
}
#full-stars-example .rating__icon--star {
  color: orange;
}
#full-stars-example .rating__icon--none {
  color: #eee;
}
#full-stars-example
  .rating__input--none:checked
  + .rating__label
  .rating__icon--none {
  color: red;
}
#full-stars-example
  .rating__input:checked
  ~ .rating__label
  .rating__icon--star {
  color: #ddd;
}
#full-stars-example .rating-group:hover .rating__label .rating__icon--star {
  color: orange;
}
#full-stars-example .rating__input:hover ~ .rating__label .rating__icon--star {
  color: #ddd;
}
#full-stars-example
  .rating-group:hover
  .rating__input--none:not(:hover)
  + .rating__label
  .rating__icon--none {
  color: #eee;
}
#full-stars-example
  .rating__input--none:hover
  + .rating__label
  .rating__icon--none {
  color: red;
}

#half-stars-example {
  /* use display:inline-flex to prevent whitespace issues. alternatively, you can put all the children of .rating-group on a single line */
  /* make hover effect work properly in IE */
  /* hide radio inputs */
  /* set icon padding and size */
  /* add padding and positioning to half star labels */
  /* set default star color */
  /* set color of none icon when unchecked */
  /* if none icon is checked, make it red */
  /* if any input is checked, make its following siblings grey */
  /* make all stars orange on rating group hover */
  /* make hovered input's following siblings grey on hover */
  /* make none icon grey on rating group hover */
  /* make none icon red on hover */
}
#half-stars-example .rating-group {
  display: inline-flex;
}
#half-stars-example .rating__icon {
  pointer-events: none;
}
#half-stars-example .rating__input {
  position: absolute !important;
  left: -9999px !important;
}
#half-stars-example .rating__label {
  cursor: pointer;
  /* if you change the left/right padding, update the margin-right property of .rating__label--half as well. */
  padding: 0 0.1em;
  font-size: 2rem;
}
#half-stars-example .rating__label--half {
  padding-right: 0;
  margin-right: -0.6em;
  z-index: 2;
}
#half-stars-example .rating__icon--star {
  color: orange;
}
#half-stars-example .rating__icon--none {
  color: #eee;
}
#half-stars-example
  .rating__input--none:checked
  + .rating__label
  .rating__icon--none {
  color: red;
}
#half-stars-example
  .rating__input:checked
  ~ .rating__label
  .rating__icon--star {
  color: #ddd;
}
#half-stars-example .rating-group:hover .rating__label .rating__icon--star,
#half-stars-example
  .rating-group:hover
  .rating__label--half
  .rating__icon--star {
  color: orange;
}
#half-stars-example .rating__input:hover ~ .rating__label .rating__icon--star,
#half-stars-example
  .rating__input:hover
  ~ .rating__label--half
  .rating__icon--star {
  color: #ddd;
}
#half-stars-example
  .rating-group:hover
  .rating__input--none:not(:hover)
  + .rating__label
  .rating__icon--none {
  color: #eee;
}
#half-stars-example
  .rating__input--none:hover
  + .rating__label
  .rating__icon--none {
  color: red;
}

#full-stars-example-two {
  /* use display:inline-flex to prevent whitespace issues. alternatively, you can put all the children of .rating-group on a single line */
  /* make hover effect work properly in IE */
  /* hide radio inputs */
  /* hide 'none' input from screenreaders */
  /* set icon padding and size */
  /* set default star color */
  /* if any input is checked, make its following siblings grey */
  /* make all stars orange on rating group hover */
  /* make hovered input's following siblings grey on hover */
}
#full-stars-example-two .rating-group {
  display: inline-flex;
}
#full-stars-example-two .rating__icon {
  pointer-events: none;
}
#full-stars-example-two .rating__input {
  position: absolute !important;
  left: -9999px !important;
}
#full-stars-example-two .rating__input--none {
  display: none;
}
#full-stars-example-two .rating__label {
  cursor: pointer;
  padding: 0 0.1em;
  font-size: 2rem;
}
#full-stars-example-two .rating__icon--star {
  color: orange;
}
#full-stars-example-two
  .rating__input:checked
  ~ .rating__label
  .rating__icon--star {
  color: #ddd;
}
#full-stars-example-two .rating-group:hover .rating__label .rating__icon--star {
  color: orange;
}
#full-stars-example-two
  .rating__input:hover
  ~ .rating__label
  .rating__icon--star {
  color: #ddd;
}

.qutation {
  width: 640px;
  margin-left: auto;
  margin-right: auto;
  padding: 5em;
  color: #111 !important;
  background-color: #fcbd55;
}

#menu-section .menu-side-image-1 {
  position: absolute;
  left: -5em;
  top: 30%;
  width: 15%;
}
#menu-section {
  overflow: hidden;
}
#menu-section .menu-side-image-2 {
  position: absolute;
  right: -5em;
  top: 0%;
  width: 20%;
}

#productLists .image-hover-style-4 {
  height: 340px;
}
.detail-image {
  align-items: center;
}

.mehawara .blog-post .blog-box-images a img {
  height: 100%;
  max-width: fit-content;
}

.homepage-products figcaption p {
  width: 200px;
  margin-bottom: 25px;
  color: #fff;
  display: block;
}
.product-page figcaption p {
  width: 200px;
  margin-bottom: 25px;
  color: #fff;
  display: block;
}






/* Additional css */

.home-mt-5{
  margin-top: -2rem;
}

/* Twitter logo change */
.twitter-black{
  margin-bottom: 4px;
  margin-left: 10px;
  width: 13px;
}

.twitter-white{
  margin-bottom: 4px;
  margin-left: 10px;
  width: 13px;
}

.twitter-white-dark{
  padding-bottom: 4px;
  padding-left: 32px;
  width: 7px;

}