.extrabox {
  margin-top: 6px;
}

.extra-productbar {
  width: 100%;
}

.extra-productbar-left {
  float: left;
}

.extra-productbar-right {
  float: right;
  margin-right: 40px;
}

.carousel-item-extra {
  max-width: 100%;
  height: auto
}

.extra-description {
  padding-left: 10px;
  padding-right: 10px;
}

.extra-selectbox {
  background-color: #f1eeee;
}

.extra-selectbox > div {
  padding-right: 10px;
}

.extra-label {
  font-size: 1.1em;
  font-weight: bold;
  padding-top: calc(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  margin-bottom: 0;
  line-height: 1.5;
  /* white-space: nowrap; */
}
.extra-payablewithbonus {
    font-size: 1.0em;
    font-weight: bold;
    white-space: nowrap;
}

.extra-input {
  font-size: 1.1em;
  padding-top: calc(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  margin-bottom: 0;
  line-height: 1.5;
}

.extra-openperiod {
  margin-bottom: 0;
  width: 100% !important;
}

.extra-total {
  position: relative;
  display: inline;
  margin-right: 10px;
  top: 20px;
  font-weight: bold;
  font-size: 1em;
}

@media (max-width: 767px) {
  .extra-total {
    top: 15px;
  }
}

@media (max-width: 575px) {
  .extra-total {
    top: 10px;
  }
}

.extra-itemprice {
  display: inline-block;
  float: right;
}

@media(max-width: 575px) {
  .extra-itemprice {
    float:none;
  }
}

.bootstrap-select .btn {
  background-color: #fff;
  border: solid 1px #cdced0;
  color: #004278;
  font-weight: 200;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.bootstrap-select .dropdown-menu {
  /*margin: 5px 0 0;*/
}

select::-ms-expand {
  /* for IE 11 */
  display: none;
}

.select-deliverydate {
  background-image: none;
  background-color: #fff;
  border: 1px solid;
  border-radius: 0;
}

  .select-deliverydate span {
    position: relative;
    top: -5px;
  }

.extrabook-button {
  background-color: #00BFFF;
  color: white;
}

.extras_roomchange {

}

.extras-room-row {
    background-color: #a8a0a0;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.extras-rooms-label {
    font-weight: 700;
}

.extras-rooms-dropdown {
    max-width: 99%;
    min-width: 99%;
}