h2 {
  color: black;
}
h2.small {
  font-size: 16px;
}
h2.price {
  font-size: 14px;
}
h2.price ~ div {
  font-weight: 500;
}
.scroller {
  overflow-y: scroll;
  /* Hide scrollbar for Chrome, Safari and Opera */
  height: 700px;
  width: 610px;
  /* Hide scrollbar for IE, Edge and Firefox */
  /*-ms-overflow-style: none;*/
  /* IE and Edge */
  /*scrollbar-width: none;*/
  /* Firefox */
}
/*.scroller::-webkit-scrollbar {
  display: none;
}*/
.storage-item {
  max-width: 600px;
  border-radius: 3px;
  color: black;
  border: 2px solid black;
  overflow: hidden;
  margin-bottom: 10px !important;
  height: 120px;
  background:white !important;
}
.storage-item .row {
  height: 100%;
}
.storage-item .row > div {
  height: 100%;
}
.storage-item h2 {
  font-weight: 500;
  font-size: 18px;
}
.storage-item h2 ~ p {
  color: #6c6c6c;
  font-weight: 500;
}
.storage-item img {
  object-fit: cover;
}
.storage-item .w-40 {
  width: 40%;
}
.storage-item .w-60 {
  width: 60%;
}
.storage-item .title {
  border-bottom: 1px solid black;
  border-left: 1px solid black;
  height: auto;
  position: relative;
}
.storage-item .title .icon {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: auto;
}
.storage-item .attribute {
  border-right: 1px solid black;
  border-left: 1px solid black;
  height: 100%;
  color: #6c6c6c;
  font-weight: 500;
}
#map.map-talalatok {
  position: relative;
  left: -15px;
  width: calc(100% + 15px);
}
.italic {
  font-style: italic;
}
.pm-0 {
  padding: 0px;
  margin: 0px;
}
.m-0 {
  margin: 0px;
}
.small-font {
  font-size: 10px;
}
.bg-yellow {
  background-color: #f8941d;
}
.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex.start {
  justify-content: flex-start;
}
.height-70 {
  height: 60%;
}
a.talalatok-link,
.talalatok-link {
  text-decoration: none;
  transition: 0.2s ease-in-out;
}
a.talalatok-link .storage-item,
.talalatok-link .storage-item {
  transform: scale(0.98);
  transition: transform 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
a.talalatok-link:hover,
.talalatok-link:hover {
  transition: 0.2s ease-in-out;
}
a.talalatok-link:hover .storage-item,
.talalatok-link:hover .storage-item {
  transform: scale(1);
  border-color: #f8941d;
  transition: transform 0.2s ease-in-out, border-color 0.2s ease-in-out;
  border-width: 4px;
  height:150px;
}
.talalatok-text {
  font-size: 1.05rem;
  text-align: left !important;
  margin-top: 5px !important;
  margin-left: 0.5%;
}
#map {
  width: 100%;
  height: 800px;
}
@media (max-width: 1200px) {
  .storage-item .img-container img {
    width: auto !important;
    height: 120px !important;
  }
}
@media (max-width: 991px) {
  .storage-item {
    overflow: visible;
    height: auto;
    border: none;
  }
  .storage-item .img-container img {
    width: 100% !important;
    height: auto !important;
  }
  .storage-item .content-container {
    border: 1px solid black;
  }
  .storage-item .title {
    border-left: none;
  }
  .storage-item .attribute {
    border-left: none;
  }
  #map.map-talalatok {
    position: relative;
    left: -15px;
    width: calc(100% + 30px);
	max-height: 300px !important;
  }
  .scroller {
    overflow-y: visible;
    /* Hide scrollbar for Chrome, Safari and Opera */
    height: auto;
    /* Hide scrollbar for IE, Edge and Firefox */
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }
  .scroller::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 576px) {
  #maxText {
    text-align: left !important;
  }
  #minText {
    text-align: left !important;
  }
  #meretText {
    text-align: left !important;
  }
  .talalatok-text {
    font-size: 1.05rem;
    text-align: left !important;
    margin-top: 5px !important;
  }
  .storage-item {
    overflow: hidden;
    border: 1px solid black;
  }
  .storage-item .attribute {
    border-right: none;
    border-bottom: 1px solid black;
  }
  .storage-item .img-container {
    height: auto !important;
  }
  .storage-item .img-container img {
    transform: scale(1.5);
    height: 100% !important;
  }
}
