.booking .ahb_m2 #fbuilder .slots div.htmlUsed a {
    border: 1px solid #ccc;
    background-color: #e5e5e5;
    color: #b6b6b6;
}

.booking .totalCost {
    margin: 20px 0 10px 0;
    text-align: center;
}

.booking .ahb_m2 #fbuilder a.cancel {
	padding: unset;
	flex:0 0 40%;
}

.booking .ahb_m2 #fbuilder a.cancel:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00d";
    color: #fff;
    background: #e10000;
    border-radius: 0 5px 5px 0;
    visibility: visible;
    position: absolute;
    padding: 4.5px 10px;
	right: 0;
    margin-top: -1px;
    font-size: 15px;
}

.booking span.ahb_list_time {
    flex: 0 0 60%;
}

.booking span.ahb_list_time {
    line-height: 35px;
    margin-left: 5px;
}

.booking .ahb_m2 #fbuilder .usedSlots .ahb_list {
	border-radius: 5px;
    margin-top: 5px;
    border: 1px #c7c7c7 solid;
    height: 35px;
    display: flex;
}

.booking span.ahb_list_service {
    display: none;
}

.booking .ahb_m2 #fbuilder .slots div.currentSelection.htmlUsed a {
    color: #fff;
    background: #1c768f !important;
}

.booking .ahb_m2 #fbuilder .slots div a {
    width: 100%;
    border-radius: 5px;
    background: #ffffff;
    color: #555555;
    border: 1px solid #1c768f;
    text-decoration: none;
    padding: 6px 6px 3px 6px;
}

/* Pages - Booking */

.booking .ahb_m2 #fbuilder .ui-datepicker-header {
    font-size: 16px!important;
	  background-color:#ffffff!important;
    line-height: 45px!important;
    height: 40px!important;
}

.booking .ui-datepicker-prev, .ui-datepicker-next {
    margin: 15px 10px!important;
		width: 8px!important;
    height: 8px!important;
}

.ahb_m2 #fbuilder .ui-datepicker th {
    background: #fbf3f2!important;
    color: #fa991c!important;
}

.ahb_m2 #fbuilder .ui-datepicker table {
    background-color: unset!important;
}

.ahb_m2 #fbuilder .ui-datepicker table {
    border: 1px #e0e0e0  solid!important;
    background-color: unset!important;
}

.ahb_m2 #fbuilder .ui-datepicker-inline {
    max-width: 100%!important;
}

.booking [data-handler="selectDay"] a:after {
    content: "•";
    color: #4ab757;
    position: absolute;
    bottom: -9px;
    left: 16.5px;
    font-size: 45px;
}

.booking [data-handler="selectDay"] {
    position: relative;
}

.ahb_m2 #fbuilder td a {
    border-radius: unset!important;
    width: 100%!important;
}

.ahb_m2 #fbuilder td:not(.ui-datepicker-unselectable) a.ui-state-default.ui-state-active {
    color: #FFF;
    background: #1c768f!important;
}

.ahb_m2 #fbuilder td:not(.ui-datepicker-unselectable) a.ui-state-default.ui-state-active:after{
	display:none;
}

.ahb_m2 #fbuilder .slots div a {
    width: 100%;
    border-radius: 5px;
    background: #ffffff;
    color: #555555;
    border: 1px solid #1c768f;
    text-decoration: none;
    padding: 6px 6px 3px 6px;
}