.mobile-market-popup.show {
  display: block;
  top: 41px;
  padding-bottom: 41px;
  overflow: scroll;
}
.mobile-market-popup {
  position: fixed;
  top: 100%;
  z-index: 850;
  width: 100%;
  height: calc(100% - 50px);
  background-color: white;
  padding: 20px;
  overflow-y: scroll;
}
.mobile-market-popup .section-more-info {
  flex-wrap: wrap-reverse;
}
.mobile-market-popup .section-time-benefits {
  flex-wrap: wrap;
}
.mobile-market-popup .section-time-benefits-left,
.mobile-market-popup .section-mm-info,
.mobile-market-popup .section-more-info-left {
  margin-right: 0px;
}
.mobile-market-popup .section-time-benefits-left {
  margin-bottom: 15px;
}
.mobile-market-popup .market-info-details {
  margin-bottom: 20px;
}
.mobile-market-popup .section-more-info-left {
  flex: 1 1 100%;
}
.mobile-market-popup button {
  width: 100%;
}
@media all and (min-width: 350px) {
  .mobile-market-popup.show {
    display: block;
    top: 44px;
    padding-bottom: 44px;
  }
  .mobile-market-popup.show.lower {
    top: 240px;
    padding-bottom: 240px;
  }
}
@media all and (min-width: 768px) {
  .mobile-market-popup,
  .mobile-market-popup.show {
    display: none !important;
  }
}
