input,
input[type="radio"] + label,
input[type="checkbox"] + label:before,
select option,
select {
  width: 100%;
  padding: 0.8em;
  line-height: 1.4;
  background: none;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
select.form-control{
    background: none;
}
input:focus {
  outline: 0;
  border-color: #64ac15;
}
input:focus + .input-icon i {
  color: #053589;
}
input:focus + .input-icon:after {
  border-right-color: #053589;
}
input[type="radio"] {
  display: none;
}
.mt-20{
    margin-top: 20px;
}
input[type="radio"] + label{
  display: inline-block;
  width: 50%;
  text-align: center;
  float: left;
  border-radius: 0;
  cursor: pointer;
}
input[type="radio"] + label:first-of-type {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
input[type="radio"] + label:last-of-type {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
input[type="radio"] + label i {
  padding-right: 0.4em;
}
input[type="radio"]:checked + label,
input:checked + label:before {
  background-color: #a3cef1;
  color: #333;
  border-color: #a3cef1;
}
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + label {
  position: relative;
  display: block;
  padding-left: 1.6em;
}
input[type="checkbox"] + label:before {
  position: absolute;
  top: 0.2em;
  left: 0;
  display: block;
  width: 1em;
  height: 1em;
  padding: 0;
  content: "";
}
input[type="checkbox"] + label:after {
  position: absolute;
  top: 0.45em;
  left: 0.2em;
  font-size: 0.8em;
  color: #fff;
  opacity: 0;
  font-family: FontAwesome;
  content: "\f00c";
}
input:checked + label:after {
  opacity: 1;
}
select {
  height: 3.4em;
  line-height: 2;
}
select:first-of-type {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
select:last-of-type {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
select:focus,
select:active {
  outline: 0;
}
.row{margin-left: 0; margin-right: 0;}
select option {
  color: #333;
}
.input-group {
  margin-bottom: 1em;
  zoom: 1;
  width: 100%;
}
.input-group-addon{border: 1px solid #e5e5e5;}
.input-group:before,
.input-group:after {
  content: "";
  display: table;
}
.input-group:after {
  clear: both;
}
.input-group-icon {
  position: relative;
}
.input-group-icon .input-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 3.4em;
  height: 3.0em;
  line-height: 3.0em;
  text-align: center;
  pointer-events: none;
}
.input-group-icon .input-icon:after {
  position: absolute;
  top: 0.6em;
  bottom: 0.6em;
  left: 3.4em;
  display: block;
  border-right: 1px solid #e5e5e5;
  content: "";
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.input-group-icon .input-icon i {
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.container {
  max-width: 38em;
  padding: 0 10px;
  margin: 0em auto;
  border-radius: 4.2px;
}
.row {
  zoom: 1;
}
.row:before,
.row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
.col-half {
  padding-right: 10px;
  float: left;
}
.col-half:last-of-type {
  padding-right: 0;
}
.col-third {
  padding-right: 10px;
  float: left;
  width: 33.33333333%;
}
.col-third:last-of-type {
  padding-right: 0;
}
.prd-image img{max-width: 100%; max-height: 100px;}
.prd-name{margin-bottom: 20px;}
.title{text-transform: uppercase; font-size: 16px; margin: 0; margin-bottom: 5px;}
.btn{display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.btn-primary { background-color: #397fbb; border-color: #397fbb; color: #fff;}
.btn-primary:hover,.btn-primary:focus,.btn-primary.focus,.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#1d578e;border-color:#1d578e}
.btn-order{padding: 12px 40px; font-size: 16px; text-transform: uppercase; font-weight: 600;width: 100%;}
.alert {
    padding: 5px 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    font-size: 12px; 
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.makeup-radio input[type=radio].css-checkbox {
  position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
}

.makeup-radio input[type=radio].css-checkbox + label.css-label {
  padding-left:21px;
  height:16px; 
  display:inline-block;
  line-height:16px;
  background-repeat:no-repeat;
  background-position: 0 0;
  font-size:16px;
  vertical-align:middle;
  cursor:pointer;
  font-weight: normal;
}

.makeup-radio input[type=radio].css-checkbox:checked + label.css-label {
  background-position: 0 -16px;
}
.makeup-radio label.css-label {
  background-image:url('../images/radio.png');
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.box-lb-center label{width: 100%; font-weight: 500;}
h1.head-tk {
    font-size: 20px;
    text-transform: uppercase;
}
.thankyou-box .icon-tk{
    margin-bottom: 10px;
    font-size: 30px;
    color: green;
}
.thankyou-box {
    text-align: center;
    margin-top: 45px;
}
@media only screen and (max-width: 540px) {
  .col-half {
    width: 100%;
    padding-right: 0;
  }
}
.w-50{
	width: 49%;
}
.mr-5 {
	margin-right:5px;
}
.mb-50{
	margin-bottom:50px;
}
.sticky-queue{
	bottom: 10px !important;
}
.district_load {
	margin-left: 4px;
	margin-bottom: 1em;
}
.mt-10{
	margin-top:10px;
}
.mb-10{
	margin-bottom:10px;
}
.pd-10{
	padding-bottom:10px;
}
.mr-8 {
	margin-right:8px;
}
.ml-2{
	margin-left:2px;
}
.widget-timer{
    text-align: center;
    margin: 20px 0;
}
.timer-label {    font-family: Open Sans, sans-serif;    font-weight: 400;    display: inline;    margin: 0 20px;}
.timer-box {
    background-color: #d0205c;
    display: inline-block;
    margin: 0px 8px;
    padding:6px 10px 6px;
    color: #fff;
}
.timer-values { font-size: 30px !important; }
#HTML496 { width: 48% !important; float: left; left: 0 !important; top: 200px !important; }
#HTML494 { width: 48% !important; float: right; right: 0 !important; top: 200px !important;}
#element-2555 div.timer {
    width: 365px;
    height: 90px;
}
#element-2555 div.timer-labels {
    font-size: 12px;
    color: #ffffff;
}
#element-2555 div.timer-labels div.timer-label {
    font-family: Open Sans, sans-serif;
    font-weight: 400;
}
#element-2555 div.timer-box {
    background-color: #860f0f;
}
#element-2555 span.timer-values {
    font-size: 54px;
    color: rgb(255, 255, 255);
}
#element-2555 div.timer-box {
    background-color: #860f0f;
}
#element-2555 div.colon div {
    background-color: #860f0f;
}
#element-2555 div.colon div {
    background-color: #860f0f;
}
.time-body {
    margin-bottom: 10px;
}
.timer-labels {
    display: inline-block;
}
.colon {
    display: inline-block;
}
.w-100{
  width:100% !important;
}
.booking_time_box{
    width: 50%;
}
.booking_time_box select{
    margin-left: 5px;
}
.booking_time_box select{
    width: 100px;
}
.booking_time_box {
    display: inline;
}
.booking_time_form{
    position: relative;
}
.booking_time_form button{
    height: 35px;
    width: 43px;
    background: transparent;
    border: 0;
    right: -5px;
    top: 3px;
    position: absolute;
}
.booking_time_form input{
    max-width: 185px;
    float: left;
}
.booking_display .booking_time_form button i{
    font-size: 15px;
    color: #999;
}
.booking_display .booking_date_item, .booking_display .booking_time_item{
    display: inline-block;
    width: 50%;
}
.booking_display{
    display: inline-flex;
}
form#frmFchatWebForm {
  height: 100vh;
}
body {
  overflow: auto !important;
  width: calc(100vw - 20px) !important;
  padding-right: 15px !important;
  margin-bottom: 30px;
}
iframe {
  border: none !important;
}
::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb {
  background-color: #000000;
}