.group:before,
.group:after {
  content: " ";
  display: table;
}

.group:after {
  clear: both;
}

.group {
  *zoom: 1;
}

.menu {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.menu li, .menu a {
  display: inline-block;
}

.search {
  display: none;
}

.top-nav {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
  position: relative;
}

@media (min-width: 768px) {
  .header-top {
    display: flex;
    flex-wrap: wrap;
    height: 98px;
    padding-bottom: 19px;
    padding-top: 19px;
    justify-content: flex-end;
  }
  .site-name {
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
  }
  #header .site-name a img {
    display: block;
    margin: 0 auto;
    max-height: 80px;
  }
}
.homepage-box {
  background-color: transparent;
  border-bottom-color: transparent;
  border-top-color: transparent;
}

.welcome h1 {
  display: none;
}

.delivery-date-badge {
  display: block;
  background-color: #f2f2f2;
  color: #c0392b;
  font-weight: 700;
  font-size: 13px;
  text-align: center;
  padding: 8px 10px;
  margin-top: 10px;
}

#ui-datepicker-div td.ui-datepicker-unselectable.ui-state-disabled {
  opacity: 1;
}
#ui-datepicker-div td.ui-datepicker-unselectable.ui-state-disabled span {
  color: #c0392b;
  font-weight: 700;
}
/*# sourceMappingURL=mlekarnasec.css.map */
