/* # theme SKIN VARIATIONS
================================================== */

body.theme {
  background-image:none;
  background-color:#edd47c;
  color: #666666;
}
.theme .nav-pills > li.active > a, .theme .nav-pills > li.active > a:hover,
.theme .nav-pills > li.active > a:focus {
  color: #dfb44a;
  border-color: #dfb44a;
}

.theme .nav-pills > li.active > a .step-ico {
  background-color: #dfb44a;
}
.theme a, .theme h1, .theme .h1, .theme h2, .theme .h2, .btn-back, .book-price-value {
  color: #dfb44a;
}
.theme a:hover, .theme a:focus {
  color: #edd47c;
}
.theme .btn-primary {
  background-color: #666666;
  border-color: #666666;
  color: #dfb44a;
}
.theme .btn-primary:focus, .theme .btn-primary:hover {
  background-color: #666666eb;
  border-color: #dfb44afa;
  color: #dfb44afa;
}

input:focus-visible {
  outline: 2px solid #dfb44a;
}
.theme .room-price-value {
  color: #dfb44a;
}

input[type='radio'] {
  accent-color: #8f8f9d;
}
.theme .ui-state-hover, .theme .ui-state-active{
  background-color: #dfb44a;
  color: #fff!important;
}

.theme .ui-datepicker .ui-datepicker-current-day .ui-state-active
{
  background-color: #dfb44a;
  color: #fff!important;
}

.theme .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus{
  background-color: #dfb44a;
}
