select {
  visibility: hidden;
}

.show .btn {
  color: #9A9A9A !important;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}
.bootstrap-select .btn {
  color: #9A9A9A;
  font-size: 140%;
  height: 50px;
  line-height: 18px;
  box-shadow: none;
  outline: none !important;
  border-radius: 0;
  border: 1px solid #9A9A9A !important;
  padding: 14px 15px;
  background: #ffffff !important;
}
.bootstrap-select .btn.dropdown-toggle:focus {
  outline: none !important;
}
.bootstrap-select .dropdown-menu {
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid #9A9A9A;
  background: #ffffff;
  box-shadow: none;
  min-width: 0 !important;
  max-width: 100% !important;
  width: 100%;
  top: 3px !important;
  border-top: 1px solid #9A9A9A !important;
}
.bootstrap-select .dropdown-menu li:not(:first-child) {
  border-top: 1px solid #9A9A9A;
}
.bootstrap-select .dropdown-menu li.dropdown-divider, .bootstrap-select .dropdown-menu li.dropdown-header {
  display: none;
}
.bootstrap-select .dropdown-menu li a {
  padding: 15px;
}
.bootstrap-select .dropdown-menu li .selected {
  background: #f4f4f4;
}
.bootstrap-select .dropdown-menu > .inner {
  max-height: 230px !important;
}
.bootstrap-select .dropdown-menu ul {
  border-top: none !important;
}
.bootstrap-select.dropup .dropdown-menu {
  border-bottom: none;
}
.bootstrap-select:not(.dropup) .dropdown-menu {
  border-top: none;
}
.bootstrap-select .dropdown-item {
  padding: 7px 15px;
  font-weight: normal;
  color: #9A9A9A;
  background: transparent;
  font-size: 140%;
  line-height: 20px;
  white-space: normal;
}
.bootstrap-select .dropdown-item.selected, .bootstrap-select .dropdown-item.active, .bootstrap-select .dropdown-item:active {
  background-color: rgba(0, 0, 0, 0.2);
  cursor: default;
}
.bootstrap-select .bs-searchbox {
  border: 1px solid #9A9A9A;
  border-top: none;
  padding: 3px 5px;
}
.bootstrap-select .form-control {
  display: block;
  width: 100%;
  padding: 3px 10px;
  font-size: 120%;
  line-height: 16px;
  color: #666666;
  background-color: #ffffff;
  border: 1px solid #9A9A9A;
  border-radius: 0;
  outline: none;
  box-shadow: none;
}
.bootstrap-select.has-error .btn {
  border-color: #b94a48 !important;
}
.bootstrap-select.has-error .dropdown-toggle::after,
.bootstrap-select.has-error ~ .placeholder_block {
  color: #b94a48;
}
.bootstrap-select.filled + .placeholder_block {
  font-size: 120%;
  line-height: 16px;
  top: -8px;
}
.bootstrap-select:after {
  color: #9A9A9A;
}

.billing_address {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -15px;
  margin-right: -15px;
  max-width: 870px;
}
.billing_address select {
  width: 100%;
}

.save_changes_button {
  width: 100%;
  padding: 22px;
  border: none;
  background: #000000;
  color: #ffffff;
  font-size: 160%;
  line-height: 1.2em;
}

.web .save_changes_button:hover {
  color: #333333;
}

.touch .save_changes_button {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}
.touch .save_changes_button:active {
  color: #333333;
}

.web .save_changes_button {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.bootstrap-select .dropdown-item {
  -o-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

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