/* content better media queries */
:root {
  --primary: #3f6d8c;
  --primary-400: #5d97be;
  --primary-900: #30546b;
  --secondary: #b89b71;
  --gradient-bg: linear-gradient(270deg, #3f6d8c 0%, #5592bc 100%);
}

.offers-box2 .offer-item .offer-header .offer-media.offer-lang .offer-icon {
  background-color: rgba(245, 156, 21, 0.2);
}

.btn-search-form-wrap {
  display: none;
}

.btn-search-icon {
  display: block;
  width: 24px;
  padding: 0;
  background-color: transparent;
  border: none;
  transition: all 0.25s;
  color: #000;
  margin-right: 15px;
}
.btn-search-icon:focus-visible {
  outline: none;
}
.btn-search-icon:hover {
  color: var(--primary);
}

.menu-row {
  display: block;
  margin-left: 0;
  margin-right: 0;
}
.menu-row > div[class^=col] {
  max-width: initial;
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
}

.menu-wrap .menu-item {
  display: flex;
  align-items: center;
  padding-right: 20px;
}
.menu-wrap .menu-item .menu-icon {
  width: 30px;
  max-height: 30px;
  height: auto;
  border-radius: 0;
  background-color: transparent;
  border: none;
  margin-left: 15px;
  margin-right: initial;
  margin-top: 0;
}
.menu-wrap .menu-item .menu-label {
  text-align: initial;
  margin-top: 0;
}

.menu-hr {
  display: none;
}

@media screen and (max-width: 480px) {
  .map-wrap {
    top: 75px;
  }
}

@media screen and (max-width: 480px) {
  .search-box {
    background-color: transparent;
  }
}

@media screen and (max-width: 480px) {
  .offer-types-region {
    bottom: 0;
  }
}

#header .reesfaco-logo > a img {
  border-radius: 50%;
}