.sizes {
  border: 3px solid #5e79ec;
  color: #756d65;
  padding: 1rem;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.sizes.red-border {
  border: 2px solid red;
}

.sizes:hover,
.sizes:active,
.sizes.active {
  border: 2px solid #5e79ec;
  background: #5e79ec;
  color: white;
}

.category-list {
  list-style: none;
  padding-left: 0;
  z-index: 1000;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.bicycle-type .full-description {
  display: none;
}

.bicycle-type .disabled {
  cursor: default;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 6, 8, 0.15);
}

.bicycle-type-container {
  min-height: 320px;
  height: auto;
}

.bicycle-type {
  color: #756d65;
  text-decoration: none;
}

.bicycle-type:active,
.bicycle-type:hover {
  color: #756d65;
  text-decoration: none;
}

.full-width {
  width: 100%;
}

.cart {
  width: 100%;
}

.toggle-all-bicycles.hide-bicycles {
  display: none;
}

.reservation__form__label {
  display: block;
  position: relative;
  font-size: 17px;
  font-weight: 900;
  margin-bottom: 17px;
}

.reservation__form__input {
  display: block;
  position: relative;
  width: 100%;
  border: 2px solid #f0f0f0;
  padding: 15px;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 17px;
  resize: vertical;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  outline: 0;
  border-radius: 0.3rem;
}

.reservation__form__input:focus {
  outline: none;
  border: 2px solid #b4c2ff;
}

textarea.reservation__form__input {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}

.reservation__form__label--required {
  font-weight: 400;
  color: #949494;
  font-size: 14px;
}

label.reservation__form__input__validate__error {
  position: absolute;
  top: 49px;
  font-weight: 400;
  color: #f44747;
  font-size: 12px;
  left: 32px;
}

input.reservation__form__input__validate__error {
  border: 2px solid #f44747;
  padding: 25px 15px 10px 15px;
}

.reservation__form__input__validate__valid {
  border: 2px solid #afefb8;
}

.bullet-green {
}

.bull-orange {
  width: 9px;
  height: 9px;
  -webkit-border-radius: 4px 5px 5px 4px/5px 5px 4px 4px;
  -moz-border-radius: 4px 5px 5px 4px/5px 5px 4px 4px;
  border-radius: 4px 5px 5px 4px/5px 5px 4px 4px;
  background-color: #ffff00;
  float: left;
  margin-top: 6px;
  margin-right: 10px;
}

.bull-green {
  width: 9px;
  height: 9px;
  -webkit-border-radius: 4px 5px 5px 4px/5px 5px 4px 4px;
  -moz-border-radius: 4px 5px 5px 4px/5px 5px 4px 4px;
  border-radius: 4px 5px 5px 4px/5px 5px 4px 4px;
  background-color: #7cf53b;
  float: left;
  margin-top: 6px;
  margin-right: 10px;
}

.gm-style .gm-style-iw {
}
