/**
 * Desktop
 */
.reserv-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  color: #3D3D3D;
}
.reserv-wrapper {
  padding-top: 20px;
  display: flex;
  justify-content: flex-start;
}
.reserv-left {
  flex: 0 0 380px;
  max-width: 380px;
}
.reserv-info {
  display: flex;
  justify-content: flex-start;
}
.reserv-image {
  flex: 0 0 100px;
  max-width: 100px;
}
.reserv-image img {
  width: 100px;
  height: auto;
}
.reserv-data {
  padding-left: 24px;
  padding-top: 16px;
  color: #3D3D3D;
}
.reserv-data .-brand {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}
.reserv-data .-name {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  padding-top: 8px;
}
.reserv-data .-sku {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  padding-top: 8px;
  color: #8F8F8F;
}
.reserv-choose {
  padding-top: 16px;
}
.reserv-button {
  padding-top: 16px;
}
.reserv-stores {
  margin-top: 16px;
  max-height: 504px;
  min-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
}
.reserv-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0px;
  color: #8F8F8F;
  padding-top: 16px;
}
.reserv .choices__inner {
  padding-top: 12px;
  padding-bottom: 12px;
}
.reserv-map {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-left: 40px;
}
.reserv-map > div {
  flex: 1;
  height: 100%;
}
.reserv-store {
  cursor: pointer;
  transition: background 180ms ease;
  padding: 20px 24px;
  background: #00000005;
  color: #474747;
}
.reserv-store .-name {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0em;
}
.reserv-store .-address {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  padding-top: 8px;
}
.reserv-store .-schedule {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  color: #adadad;
  padding-top: 16px;
}
.reserv-store:hover,
.reserv-store.active {
  background: #F1C400;
  color: #fff;
}
.reserv-store:hover .-schedule,
.reserv-store.active .-schedule {
  color: #fff;
}
/**
 * Mobile
 */
@media screen and (max-width: 767px) {
  .reserv-wrapper {
    flex-direction: column;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #474747;
  }
  #reserv .close_popup {
    z-index: 999999999;
  }
  #reserv .mobile-filter-back {
    border: none;
    outline: none;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 13px;
    top: 23px;
  }
  .reserv-step {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    flex-direction: column;
  }
  .reserv-step.active {
    display: flex;
  }
  .reserv-title {
    flex: 0 0 70px;
    max-height: 70px;
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .reserv-step-wrapper {
    padding-left: 13px;
    padding-right: 13px;
  }
  .reserv-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    flex-direction: column;
  }
  .reserv-title p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    color: #8F8F8F;
  }
  .reserv-heading {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
  }
  .reserv-info {
    margin-top: 16px;
  }
  .reserv-step-button {
    flex: 0 0 92px;
    max-height: 92px;
    padding: 0 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
  }
  .reserv-step-offers {
    flex: 1;
    overflow-x: hidden;
    overflow-y: auto;
    padding-top: 16px;
  }
  .reserv-offer {
    height: 56px;
    display: flex;
    cursor: pointer;
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 20px;
  }
  .reserv-offer span {
    color: #0000001A;
    padding: 0 10px;
  }
  .reserv-offer.active {
    font-weight: bold;
  }
  .reserv-tabs-nav {
    width: 100%;
    display: flex;
    border-bottom: 1px solid #0000001A;
  }
  .reserv-tabs-nav > div {
    height: 33px;
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    align-items: top;
    justify-content: center;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.02em;
    text-align: center;
    color: #8F8F8F;
    border-bottom: 2px solid #fff;
    text-transform: uppercase;
  }
  .reserv-tabs-nav > div.active {
    border-color: #E7273A;
    color: #474747;
  }
  .reserv-tabs-content {
    flex: 1;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .reserv-tabs-content:not(.active) {
    display: none;
  }
}