@font-face {
  font-family: 'luma-icons';
  src: url('../fonts/Luma-Icons.eot');
  src: url('../fonts/Luma-Icons.eot?#iefix') format('embedded-opentype'), url('../fonts/Luma-Icons.woff') format('woff'), url('../fonts/Luma-Icons.ttf') format('truetype'), url('../fonts/Luma-Icons.svg#CreativeBlockBBBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
.makeanappointment-container {
  margin: 0 auto;
  padding: 30px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 14px;
}
.makeanappointment-container input[type="text"],
.makeanappointment-container input[type="password"],
.makeanappointment-container input[type="url"],
.makeanappointment-container input[type="tel"],
.makeanappointment-container input[type="search"],
.makeanappointment-container input[type="number"],
.makeanappointment-container input[type="datetime"],
.makeanappointment-container input[type="email"] {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
.makeanappointment-container select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-size: 30px 60px;
  text-indent: 0.01em;
  text-overflow: '';
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1.42857143;
  box-sizing: border-box;
  background: #fff url(../images/select-bg.svg) no-repeat 100% 45%;
  background-clip: padding-box;
  border: 1px solid #ccc;
  font-size: 14px;
  height: 32px;
  padding: 4px 25px 5px 10px;
  vertical-align: baseline;
  width: 100%;
}
.makeanappointment-container .fieldset {
  border: 0;
  margin: 0 0 40px;
  padding: 0;
}
.makeanappointment-container .fieldset .field {
  margin: 0 0 20px;
}
.makeanappointment-container .fieldset .field .label {
  margin: 0 0 8px;
  display: inline-block;
}
.makeanappointment-container textarea {
  background: #fff;
  background-clip: border-box;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: auto;
  line-height: 1.42857143;
  margin: 0;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
.makeanappointment-container ul > li,
.makeanappointment-container ol > li {
  margin-top: 0px;
  margin-bottom: 10px;
  word-wrap: anywhere;
}
.overflow-hidden {
  overflow: hidden;
}
.makeanappointment-open {
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #1c3241;
  font-weight: 500;
  background: #ffffff;
  box-shadow: none;
  border: solid 1px #1c3241;
  border-radius: 0;
  margin: 0;
  padding: 7px 15px;
  font-size: 14px;
  line-height: 16px;
  box-sizing: border-box;
  vertical-align: middle;
}
.makeanappointment-open:hover {
  background: #1c3241;
  color: #ffffff;
  border-color: #1c3241;
}
.makeanappointment-open:not(.primary) {
  box-shadow: none;
}
.makeanappointment {
  display: block;
  background: #1c3241;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh - 55px);
  z-index: 2;
}
.makeanappointment .content-wrapper.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  overflow: auto;
  background: #ffffff;
}
.makeanappointment .content-wrapper.overlay .makeanappointment-close {
  top: 5px;
  right: 10px;
}
.makeanappointment .content-wrapper.overlay .aside > .title,
.makeanappointment .content-wrapper.overlay .aside .search-form,
.makeanappointment .content-wrapper.overlay .aside .nav-tabs,
.makeanappointment .content-wrapper.overlay .aside hr {
  display: none;
}
.makeanappointment .content-wrapper.success-map .makeanappointment-close:before {
  color: #ffffff !important;
}
.makeanappointment .content-wrapper.success-map .map {
  position: relative;
}
.makeanappointment .content-wrapper.success-map .map .step-back {
  display: block;
  position: absolute;
  top: 18px;
  left: 30px;
}
.makeanappointment .content-wrapper.success-map .map .step-back:before {
  content: '\e621';
  font-family: 'luma-icons', 'serif';
  font-size: 20px;
  line-height: 16px;
  color: #ffffff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  cursor: pointer;
}
.makeanappointment .content-wrapper.success-map .map p.tmp {
  display: none;
}
.makeanappointment .content-wrapper .tab-pane:not(.active) {
  display: none;
}
.makeanappointment .content-wrapper .makeanappointment-close {
  position: fixed;
  top: 13px;
  right: 18px;
  font-size: 15px;
  line-height: 15px;
  color: #ffffff;
  background: none;
  box-shadow: none;
  border: none;
  border-radius: 15px;
  z-index: 2;
  height: 30px;
  width: 30px;
}
.makeanappointment .content-wrapper .makeanappointment-close:before {
  color: #1c3241;
  position: absolute;
  top: 6px;
  right: 6px;
  font-size: 15px;
  line-height: 15px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: '\e616';
  font-family: 'luma-icons', 'serif';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.makeanappointment .content-wrapper .makeanappointment-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.makeanappointment .content-wrapper .aside {
  font-family: 'Porcelanosa', serif;
  background: #ffffff;
}
.makeanappointment .content-wrapper .aside > .title {
  color: #1c3241;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  margin: 0;
  padding: 15px 0;
  text-align: center;
}
.makeanappointment .content-wrapper .aside .search-form {
  margin-bottom: 10px;
  padding: 0 15px;
  z-index: 1;
}
.makeanappointment .content-wrapper .aside .search-form .form-group {
  position: relative;
  text-align: center;
}
.makeanappointment .content-wrapper .aside .search-form .form-group .search-field {
  padding: 25px 60px 25px 15px;
  max-width: 99%;
  margin: 0 auto;
  border: solid 2px #d7d7d7;
}
.makeanappointment .content-wrapper .aside .search-form .form-group .search-field:focus {
  box-shadow: none;
}
.makeanappointment .content-wrapper .aside .search-form .form-group .luma-icon-search {
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 8px;
  border-left: solid 2px #d7d7d7;
  cursor: pointer;
}
.makeanappointment .content-wrapper .aside .search-form .form-group .luma-icon-search:before {
  background: transparent url('../images/search-black.png') no-repeat;
  display: block;
  content: '';
  width: 26px;
  height: 26px;
}
.makeanappointment .content-wrapper .aside .nav-tabs {
  list-style-type: none;
  padding: 0 15px;
  display: -webkit-box;
  display: flex;
  margin: 0;
}
.makeanappointment .content-wrapper .aside .nav-tabs .nav-item {
  width: 50%;
  text-align: center;
  margin: 0;
}
.makeanappointment .content-wrapper .aside .nav-tabs .nav-item a.nav-link {
  padding: 15px 0;
  color: #1c3241;
  border: solid 2px #1c3241;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  display: inline-block;
  width: 98%;
}
.makeanappointment .content-wrapper .aside .nav-tabs .nav-item a.nav-link.active {
  color: #ffffff;
  background-color: #1c3241;
}
.makeanappointment .content-wrapper .aside hr {
  margin: 20px 0 0;
}
.makeanappointment .content-wrapper .aside .store-list {
  list-style-type: none;
  padding: 0 15px;
  height: calc(100vh - 250px);
  overflow: auto;
}
.makeanappointment .content-wrapper .aside .store-list .heading {
  display: none;
}
.makeanappointment .content-wrapper .aside .store-list .store-list-filter {
  display: none;
  background-color: #dedede;
  color: #444;
  padding: 2px 4px;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
}
.makeanappointment .content-wrapper .aside .store-list .store-list-filter .store-list-filter-term {
  display: inline-block;
  margin-left: 5px;
}
.makeanappointment .content-wrapper .aside .store-list .store-list-filter:before {
  color: #1c3241;
  position: absolute;
  top: 5px;
  right: 6px;
  font-size: 15px;
  line-height: 15px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: '\e616';
  font-family: 'luma-icons', 'serif';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.makeanappointment .content-wrapper .aside .store-list .store-item {
  margin-top: 20px;
  margin-bottom: 0;
  padding-bottom: 20px;
  border-bottom: solid 1px #f0f0f0;
  position: relative;
  cursor: pointer;
}
.makeanappointment .content-wrapper .aside .store-list .store-item:before {
  content: '\e608';
  font-family: 'luma-icons', 'serif';
  font-size: 16px;
  line-height: 16px;
  color: #1c3241;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.makeanappointment .content-wrapper .aside .store-list .store-item .store {
  list-style-type: none;
  padding: 0;
  position: relative;
}
.makeanappointment .content-wrapper .aside .store-list .store-item .store .store-name {
  font-family: 'Porcelanosa', serif;
  color: #1c3241;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  max-width: 90%;
}
.makeanappointment .content-wrapper .aside .store-list .store-item .store .store-street,
.makeanappointment .content-wrapper .aside .store-list .store-item .store .store-zip {
  color: #939393;
  font-size: 16px;
  margin: 0;
  text-transform: uppercase;
  max-width: 90%;
}
.makeanappointment .content-wrapper .aside .store-list .store-item .store .store-street span,
.makeanappointment .content-wrapper .aside .store-list .store-item .store .store-zip span {
  text-transform: capitalize;
}
.makeanappointment .content-wrapper .aside .steps-overlay {
  display: none;
  padding: 20px 25px;
  margin: 0;
  color: #939393;
  font-size: 16px;
  min-height: 100vh;
}
.makeanappointment .content-wrapper .aside .steps-overlay p {
  margin: 0;
  line-height: 25px;
}
.makeanappointment .content-wrapper .aside .steps-overlay .heading {
  font-family: 'Lato', sans-serif;
  font-size: 25px;
  color: #1c3241;
  margin-bottom: 30px;
  text-align: center;
}
.makeanappointment .content-wrapper .aside .steps-overlay .title {
  font-family: 'Porcelanosa', serif;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  color: #1c3241;
  margin-bottom: 10px;
}
.makeanappointment .content-wrapper .aside .steps-overlay .step-back {
  position: absolute;
  top: 35px;
  left: 18px;
}
.makeanappointment .content-wrapper .aside .steps-overlay .step-back:before {
  content: '\e617';
  font-family: 'luma-icons', 'serif';
  font-size: 20px;
  line-height: 16px;
  color: #1c3241;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  cursor: pointer;
}
.makeanappointment .content-wrapper .aside .steps-overlay .step-next {
  width: 100%;
  font-size: 16px;
  color: #ffffff;
  background-color: #1c3241;
  padding: 25px 0;
  border: none;
  border-radius: 0;
}
.makeanappointment .content-wrapper .aside .steps-overlay .controls.fixed > .step-next {
  position: absolute;
  bottom: 20px;
  left: 25px;
  width: calc(100vw - 50px);
}
.makeanappointment .content-wrapper .aside .steps-overlay .store {
  margin-bottom: 60px;
}
.makeanappointment .content-wrapper .aside .steps-overlay .store .heading {
  text-transform: uppercase;
}
.makeanappointment .content-wrapper .aside .steps-overlay .store .address .store-street,
.makeanappointment .content-wrapper .aside .steps-overlay .store .address .store-zip {
  text-transform: uppercase;
}
.makeanappointment .content-wrapper .aside .steps-overlay .store .address .store-street span,
.makeanappointment .content-wrapper .aside .steps-overlay .store .address .store-zip span {
  text-transform: capitalize;
}
.makeanappointment .content-wrapper .aside .steps-overlay .store .opening-hours ul {
  list-style-type: none;
  padding: 0;
}
.makeanappointment .content-wrapper .aside .steps-overlay .store .opening-hours ul li {
  margin: 0;
  line-height: 25px;
}
.makeanappointment .content-wrapper .aside .steps-overlay .store > div {
  margin-bottom: 30px;
}
.makeanappointment .content-wrapper .aside .steps-overlay .schedule .datepicker {
  padding-bottom: 10px;
  border-bottom: solid 1px #d7d7d7;
  margin-bottom: 20px;
}
.makeanappointment .content-wrapper .aside .steps-overlay .schedule .datepicker .ui-datepicker {
  box-shadow: none;
  background: transparent;
  padding: 0;
}
.makeanappointment .content-wrapper .aside .steps-overlay .schedule .datepicker .ui-datepicker .ui-datepicker-header {
  padding-bottom: 3px;
}
.makeanappointment .content-wrapper .aside .steps-overlay .schedule .datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  text-align: left;
  margin: 0 12px;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  letter-spacing: 3px;
}
.makeanappointment .content-wrapper .aside .steps-overlay .schedule .datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month {
  margin-right: 5px;
  text-transform: uppercase;
  color: #1c3241;
}
.makeanappointment .content-wrapper .aside .steps-overlay .schedule .datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.makeanappointment .content-wrapper .aside .steps-overlay .schedule .datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  top: 8px;
}
.makeanappointment .content-wrapper .aside .steps-overlay .schedule .datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev span,
.makeanappointment .content-wrapper .aside .steps-overlay .schedule .datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-next span {
  border: none;
}
.makeanappointment .content-wrapper .aside .steps-overlay .schedule .datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev span:before,
.makeanappointment .content-wrapper .aside .steps-overlay .schedule .datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-next span:before {
  font-family: 'luma-icons', 'serif';
  font-size: 16px;
  line-height: 16px;
  color: #1c3241;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  cursor: pointer;
}
.makeanappointment .content-wrapper .aside .steps-overlay .schedule .datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-state-disabled span:before,
.makeanappointment .content-wrapper .aside .steps-overlay .schedule .datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-state-disabled span:before {
  color: #acacac;
  cursor: auto;
}
.makeanappointment .content-wrapper .aside .steps-overlay .schedule .datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  right: 36px;
  left: auto;
}
.makeanappointment .content-wrapper .aside .steps-overlay .schedule .datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev span:before {
  content: '\e617';
}
.makeanappointment .content-wrapper .aside .steps-overlay .schedule .datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  right: 10px;
}
.makeanappointment .content-wrapper .aside .steps-overlay .schedule .datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-next span:before {
  content: '\e608';
}
.makeanappointment .content-wrapper .aside .steps-overlay .schedule .datepicker .ui-datepicker .ui-datepicker-calendar {
  border: none;
  font-size: 14px;
}
.makeanappointment .content-wrapper .aside .steps-overlay .schedule .datepicker .ui-datepicker .ui-datepicker-calendar thead {
  display: none;
}
.makeanappointment .content-wrapper .aside .steps-overlay .schedule .datepicker .ui-datepicker .ui-datepicker-calendar tbody tr td {
  border: none;
  text-align: center;
}
.makeanappointment .content-wrapper .aside .steps-overlay .schedule .datepicker .ui-datepicker .ui-datepicker-calendar tbody tr td a,
.makeanappointment .content-wrapper .aside .steps-overlay .schedule .datepicker .ui-datepicker .ui-datepicker-calendar tbody tr td span {
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 18px;
  text-align: center;
}
.makeanappointment .content-wrapper .aside .steps-overlay .schedule .datepicker .ui-datepicker .ui-datepicker-calendar tbody tr td a.ui-state-hover,
.makeanappointment .content-wrapper .aside .steps-overlay .schedule .datepicker .ui-datepicker .ui-datepicker-calendar tbody tr td span.ui-state-hover {
  background: #a3c5dc;
}
.makeanappointment .content-wrapper .aside .steps-overlay .schedule .datepicker .ui-datepicker .ui-datepicker-calendar tbody tr td a {
  color: #1c3241;
}
.makeanappointment .content-wrapper .aside .steps-overlay .schedule .datepicker .ui-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-today {
  background: transparent;
}
.makeanappointment .content-wrapper .aside .steps-overlay .schedule .datepicker .ui-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-today a:not(.ui-state-active) {
  background: #f0f0f0;
}
.makeanappointment .content-wrapper .aside .steps-overlay .schedule .datepicker .ui-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-current-day a.ui-state-active {
  color: #ffffff;
  background: #ecb746;
  box-shadow: 0 0 5px 0 #ffdb87;
}
.makeanappointment .content-wrapper .aside .steps-overlay .schedule .datepicker .ui-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-week-end a {
  color: #acacac;
}
.makeanappointment .content-wrapper .aside .steps-overlay .schedule .datepicker .ui-datepicker .ui-datepicker-calendar tbody tr td.ui-state-disabled {
  background: transparent;
}
.makeanappointment .content-wrapper .aside .steps-overlay .schedule .datepicker .ui-datepicker .ui-datepicker-calendar tbody tr td.ui-state-disabled span {
  color: #acacac;
}
.makeanappointment .content-wrapper .aside .steps-overlay .schedule .measurements {
  margin-bottom: 20px;
}
.makeanappointment .content-wrapper .aside .steps-overlay .schedule .hours {
  margin-bottom: 30px;
}
.makeanappointment .content-wrapper .aside .steps-overlay .schedule .hours .form-group {
  display: -webkit-box;
  display: flex;
}
.makeanappointment .content-wrapper .aside .steps-overlay .schedule .hours .form-group label,
.makeanappointment .content-wrapper .aside .steps-overlay .schedule .hours .form-group select {
  height: auto;
  padding: 15px;
  border: solid 2px #1c3241;
  color: #1c3241;
  font-size: 16px;
}
.makeanappointment .content-wrapper .aside .steps-overlay .schedule .hours .form-group label {
  width: 65%;
  border-right: none;
}
.makeanappointment .content-wrapper .aside .steps-overlay .schedule .hours .form-group select {
  width: 35%;
  min-width: 130px;
  border-left: none;
  background: #fff url('../images/select-bg.svg') no-repeat 90% 45%;
}
.makeanappointment .content-wrapper .aside .steps-overlay .schedule .hours .form-group select:focus {
  box-shadow: none;
}
.makeanappointment .content-wrapper .aside .steps-overlay .contact .form .fieldset .field .label,
.makeanappointment .content-wrapper .aside .steps-overlay .contact .form .fieldset .field .label:after {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #1c3241;
}
.makeanappointment .content-wrapper .aside .steps-overlay .contact .form .fieldset .field .label {
  padding: 3px 0;
}
.makeanappointment .content-wrapper .aside .steps-overlay .contact .form .fieldset .field .label a {
  font-weight: 700;
  color: #4a4a4a;
}
.makeanappointment .content-wrapper .aside .steps-overlay .contact .form .fieldset .field .control input,
.makeanappointment .content-wrapper .aside .steps-overlay .contact .form .fieldset .field .control textarea {
  padding: 20px;
}
.makeanappointment .content-wrapper .aside .steps-overlay .contact .form .fieldset .field .control input:focus,
.makeanappointment .content-wrapper .aside .steps-overlay .contact .form .fieldset .field .control textarea:focus {
  box-shadow: none;
}
.makeanappointment .content-wrapper .aside .steps-overlay .contact .form .fieldset .field.privacy-policy {
  position: relative;
}
.makeanappointment .content-wrapper .aside .steps-overlay .contact .form .fieldset .field.privacy-policy .label {
  font-size: 14px;
  color: #4a4a4a;
  margin: 0 0 0 25px;
}
.makeanappointment .content-wrapper .aside .steps-overlay .contact .form .fieldset .field.privacy-policy .control input {
  position: absolute;
  top: 8px;
  left: 0;
  margin: 0;
}
.makeanappointment .content-wrapper .aside .steps-overlay .contact .form .fieldset .field.business_type {
  display: none;
}
.makeanappointment .content-wrapper .aside .steps-overlay .contact .form .actions-toolbar {
  margin-bottom: 20px;
}
.makeanappointment .content-wrapper .aside .steps-overlay.step-success {
  background: #d0fbe7;
  color: #707070;
}
.makeanappointment .content-wrapper .aside .steps-overlay.step-success .success .heading {
  margin-top: 30px;
}
.makeanappointment .content-wrapper .aside .steps-overlay.step-success .success .success-message {
  text-align: center;
  margin-bottom: 40px;
}
.makeanappointment .content-wrapper .aside .steps-overlay.step-success .success .appointment.details {
  display: -webkit-box;
  display: flex;
  margin-bottom: 30px;
}
.makeanappointment .content-wrapper .aside .steps-overlay.step-success .success .appointment.details .date {
  padding-right: 25px;
  text-align: left;
}
.makeanappointment .content-wrapper .aside .steps-overlay.step-success .success .appointment.details .date .date-inner {
  text-align: center;
  display: inline-block;
  border: solid 1px #1c3241;
  padding: 10px 20px;
}
.makeanappointment .content-wrapper .aside .steps-overlay.step-success .success .appointment.details .date .date-inner span {
  display: block;
  margin-bottom: 5px;
  font-size: 17px;
}
.makeanappointment .content-wrapper .aside .steps-overlay.step-success .success .appointment.details .date .date-inner span.day {
  font-size: 18px;
}
.makeanappointment .content-wrapper .aside .steps-overlay.step-success .success .appointment.details .date .date-inner span.month-name {
  text-transform: capitalize;
}
.makeanappointment .content-wrapper .aside .steps-overlay.step-success .success .appointment.details .store {
  margin-bottom: 0;
}
.makeanappointment .content-wrapper .aside .steps-overlay.step-success .success .appointment.details .store .name {
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  color: #1c3241;
  margin-bottom: 10px;
}
.makeanappointment .content-wrapper .aside .steps-overlay.step-success .success .appointment.opening-hours {
  padding-top: 30px;
  border-top: solid 1px #b7b7b7;
  margin-bottom: 40px;
}
.makeanappointment .content-wrapper .aside .steps-overlay.step-success .success .appointment.opening-hours ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.makeanappointment .content-wrapper .aside .steps-overlay.step-success .success .appointment.opening-hours ul li {
  margin-bottom: 5px;
}
.makeanappointment .content-wrapper .aside .steps-overlay.step-success .success .contact-us {
  margin-bottom: 40px;
}
.makeanappointment .content-wrapper .map {
  background: #4a4a4a;
  height: 100%;
  min-height: calc(100vh - 250px);
  padding: 25px 40px;
  margin: 0 -15px;
}
.makeanappointment .content-wrapper .map .step-back {
  display: none;
}
.makeanappointment .content-wrapper .map p.tmp {
  color: #d7d7d7;
  padding: 5px 10px;
  border: solid 1px #d7d7d7;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .makeanappointment {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
  }
  .makeanappointment .content-wrapper {
    display: -webkit-box;
    display: flex;
    padding: 40px 30px;
    position: relative;
  }
  .makeanappointment .content-wrapper.overlay {
    position: relative;
    width: auto;
    height: auto;
    background: transparent;
  }
  .makeanappointment .content-wrapper.overlay .aside > .title,
  .makeanappointment .content-wrapper.overlay .aside .search-form {
    display: block;
  }
  .makeanappointment .content-wrapper.success {
    display: block;
  }
  .makeanappointment .content-wrapper.success .makeanappointment-close {
    top: 40px;
    right: 40px;
    background: transparent;
  }
  .makeanappointment .content-wrapper.success .makeanappointment-close:before {
    color: #1c3241;
  }
  .makeanappointment .content-wrapper.success .aside {
    width: 100%;
  }
  .makeanappointment .content-wrapper.success .aside > .title {
    display: none;
  }
  .makeanappointment .content-wrapper.success .aside .search-form {
    display: none;
  }
  .makeanappointment .content-wrapper.success .map:not(.active) {
    display: none;
  }
  .makeanappointment .content-wrapper.success-map .aside {
    display: none;
  }
  .makeanappointment .content-wrapper.success-map .map {
    width: 100%;
    height: 600px;
  }
  .makeanappointment .content-wrapper.success-map .map .step-back {
    top: 25px;
    left: 18px;
  }
  .makeanappointment .content-wrapper.success-map .map .step-back:before {
    content: '\e617';
  }
  .makeanappointment .content-wrapper .tab-pane:not(.active) {
    display: initial;
  }
  .makeanappointment .content-wrapper .makeanappointment-close {
    position: absolute;
    background: #1c3241;
    top: 5px;
    right: 10px;
    font-size: 17px;
    line-height: 17px;
  }
  .makeanappointment .content-wrapper .makeanappointment-close:before {
    color: #ffffff;
    font-size: 17px;
    line-height: 17px;
  }
  .makeanappointment .content-wrapper .aside {
    width: 40%;
  }
  .makeanappointment .content-wrapper .aside #store-list {
    position: relative;
  }
  .makeanappointment .content-wrapper .aside > .title {
    font-size: 25px;
    padding: 30px 0;
  }
  .makeanappointment .content-wrapper .aside .search-form {
    margin-bottom: 10px;
    position: absolute;
    width: 400px;
    top: 70px;
    right: 40px;
  }
  .makeanappointment .content-wrapper .aside .nav-tabs {
    display: none;
  }
  .makeanappointment .content-wrapper .aside hr {
    display: none;
  }
  .makeanappointment .content-wrapper .aside .store-list .heading,
  .makeanappointment .content-wrapper .aside .steps-overlay .heading {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #4a4a4a;
    margin: 0 -20px 10px;
    text-align: center;
    display: block;
    padding: 13px 0;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
  }
  .makeanappointment .content-wrapper .aside .store-list {
    padding: 0 20px;
    margin: 0;
    max-height: 600px;
  }
  .makeanappointment .content-wrapper .aside .steps-overlay {
    padding: 0 20px;
    min-height: 610px;
  }
  .makeanappointment .content-wrapper .aside .steps-overlay .step-back {
    top: 26px;
  }
  .makeanappointment .content-wrapper .aside .steps-overlay .controls.fixed > .step-next {
    width: calc(100% - 50px);
  }
  .makeanappointment .content-wrapper .aside .steps-overlay .store .address {
    margin-top: 30px;
  }
  .makeanappointment .content-wrapper .aside .steps-overlay .contact .form .actions-toolbar .primary {
    float: none;
    display: block;
  }
  .makeanappointment .content-wrapper .aside .steps-overlay.step-success .success {
    text-align: center;
  }
  .makeanappointment .content-wrapper .aside .steps-overlay.step-success .success .heading {
    margin: 0;
    border-top: none;
    border-bottom: none;
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    color: #1c3241;
    padding: 40px 0 20px;
  }
  .makeanappointment .content-wrapper .aside .steps-overlay.step-success .success .success-message {
    max-width: 550px;
    font-size: 15px;
    margin: 0 auto 30px;
  }
  .makeanappointment .content-wrapper .aside .steps-overlay.step-success .success .success-inner {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    max-width: 700px;
    margin: 50px auto 0;
    text-align: left;
  }
  .makeanappointment .content-wrapper .aside .steps-overlay.step-success .success .success-inner > div {
    flex-basis: 50%;
    box-sizing: border-box;
  }
  .makeanappointment .content-wrapper .aside .steps-overlay.step-success .success .success-inner .appointment.details {
    margin-bottom: 0;
    padding: 20px 20px 20px 0;
  }
  .makeanappointment .content-wrapper .aside .steps-overlay.step-success .success .success-inner .appointment.opening-hours {
    border-top: none;
    border-left: solid 1px #ccc;
    margin-bottom: 0;
    padding: 20px 0 20px 50px;
  }
  .makeanappointment .content-wrapper .aside .steps-overlay.step-success .success .success-inner .contact-us {
    padding-right: 20px;
    font-size: 15px;
  }
  .makeanappointment .content-wrapper .aside .steps-overlay.step-success .success .success-inner .contact-us p {
    max-width: 300px;
  }
  .makeanappointment .content-wrapper .aside .steps-overlay.step-success .success .success-inner .controls {
    padding-left: 50px;
    border-left: solid 1px #ccc;
  }
  .makeanappointment .content-wrapper .aside .steps-overlay.step-success .success .success-inner .controls .directions {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 300px;
  }
  .makeanappointment .content-wrapper .map {
    width: 60%;
    height: auto;
    min-height: 100%;
    margin: 0;
  }
  .makeanappointment .content-wrapper .map p.tmp {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .makeanappointment {
    text-align: center;
  }
  .makeanappointment .content-wrapper {
    width: 1024px;
    padding: 40px 30px;
    margin: 0 auto;
    text-align: left;
  }
  .makeanappointment .content-wrapper.overlay {
    width: 1024px;
  }
  .makeanappointment .content-wrapper .aside {
    width: 35%;
  }
  .makeanappointment .content-wrapper .aside .search-form {
    width: 600px;
  }
  .makeanappointment .content-wrapper .map {
    width: 65%;
  }
}
@media only screen and (min-width: 1200px) {
  .makeanappointment .content-wrapper {
    width: 1200px;
  }
  .makeanappointment .content-wrapper.overlay {
    width: 1200px;
  }
  .makeanappointment .content-wrapper .aside .search-form {
    width: 754px;
  }
  .makeanappointment .content-wrapper .aside .steps-overlay .contact .form .fieldset.fieldset-name {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 0;
  }
  .makeanappointment .content-wrapper .aside .steps-overlay .contact .form .fieldset.fieldset-name .field.name {
    flex-basis: 48%;
  }
  .makeanappointment .content-wrapper .aside .steps-overlay .contact .form .fieldset.fieldset-name .field.last-name {
    flex-basis: 48%;
  }
}
@media only screen and (min-width: 1600px) {
  .makeanappointment .content-wrapper {
    width: 1440px;
  }
  .makeanappointment .content-wrapper.overlay {
    width: 1440px;
  }
  .makeanappointment .content-wrapper .aside .search-form {
    width: 870px;
  }
}
