.select_city_block {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 40px 0px;
}
.select_city_block_item select {
  width: 300px;
  height: 50px;
  border-radius: 5px;
  padding: 0px 20px;
  border: 1px #ddd solid;
}

.update_delivery {
  width: 100%;
  max-width: 1080px;
  margin: 0px auto;
}

.update_delivery_info {
  width: 100%;
}
.update_delivery_info tr:nth-child(1) {
  border-radius: 4px;
  background: var(--background-gray);
/*  background: #555;
  color: #ffffff;*/
}
.update_delivery_info td {
  text-align: center;
  border-bottom: 1px dotted #ddd;
}
.update_delivery_info td span {
  display: block;
  padding: 15px 10px;
}

/*# sourceMappingURL=style.css.map */
