.header__status-bar {
  height: 62px;
}

.header__search {
  margin-top: -50px;
}

.header__search__mobile {
  margin-top: -25px;
}
.header__info {
  background-image: url("./../images/header-side-img.png");
  background-repeat: no-repeat;
}
.header__mobile {
  background-image: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.4) 100%,
      rgba(0, 0, 0, 0.4) 100%
    ),
    url("./../images/hero-img.png");
  background-repeat: no-repeat;
  background-position: center;
}

.bg-img {
  background-image: url("./../images/hero-img.png");
  background-repeat: no-repeat;
}
.mobile__section {
  background-image: url("./../images/logo-h-faded.png");
  background-repeat: no-repeat;
}
.store-icon {
  cursor: pointer;
  filter: drop-shadow(0px 3px 29px rgba(0, 0, 0, 0.17));
  border-radius: 12px;
  max-width: 100%;
  height: auto;
}

.bg-gradient-1 {
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.5) 40%,
    rgba(255, 255, 255, 0) 100%
  );
}

footer {
  background-image: url("./../images/logo-faded.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}

.all__malls--header {
  width: 100%;
  height: 350px;
  background-image: url("./../images/bg-all-malls.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.input-group {
  direction: rtl !important;
}
.input-group-btn:last-child > .btn {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  border-right-width: 0px !important;
  border-left-width: 1px !important;
}

.input-group .form-control:first-child {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}


/* media mobile*/
@media only screen and (max-width: 600px) {
    .all__malls--header {
        height: 200px;
    }
}
