#deliveryDate {
  margin-bottom: 10px;
  width: 45%;
  padding: 6px;
}

#timezone {
  line-height: normal;
  background: 0 0!important;
  border-color: #ccc!important;
  -webkit-appearance: none;
  display: block;
  margin: auto;
  width: 300px;
  max-width: 100%;
  margin-top: 5px;
  padding: 7px;
  border-radius: 2px;
  font-size: 16px;
}
.timezoneSelect {
  position:relative;
  margin-top:1em;
}
.timezoneSelect::before {
    top: 40px;
    content: "▼";
    font-size: 10px;
    position: absolute;
    right: 4px;
    bottom: 0;
    width: 21px;
    height: 19px;
    background-position: center center;
    background-repeat: no-repeat;
    pointer-events: none;
}


.tatsuya-calendar {
    width: 100%;
}

.calendar-body {
    width: 307.88px;
    margin: 10px auto;
  position: relative;
}

.timezoneSelect {
    width: 307.88px;
    margin: 10px auto;
}

.calendar-body label {
    margin-bottom: 10px;
    display: block;
}

span.unspecified {
    display: block;
    position: absolute;
    right: 2px;
    padding-top: 7px;
}

.Cart__NoteContainer {
    margin-bottom: 2em;
}

span.Cart__NoteButton {
    font-size: 1.2em;
    /* border-bottom: 1px solid; */
}