
/*================================== Booking Appointment Css*/

.powered-by-bookly {
    display: none !important;
}

div.timeBooking div.calenderMain .calendar {
    position: static;
    margin: 0px;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
}

div.timeBooking div.calenderMain .ui-datepicker-header {
    height: 50px;
    line-height: 50px;
    color: #b0aead;
    background: #e9e5e3;
    margin-bottom: 10px;
}

div.timeBooking div.calenderMain .ui-datepicker-prev,
div.timeBooking div.calenderMain .ui-datepicker-next {
    width: 20px;
    height: 20px;
    text-indent: 9999px;
    border: 2px solid #b0aead;
    border-radius: 100%;
    cursor: pointer;
    overflow: hidden;
    margin-top: 12px;
    word-wrap: normal;
}

div.timeBooking div.calenderMain .ui-datepicker-prev {
    float: left;
    margin-left: 12px;
}

div.timeBooking div.calenderMain .ui-datepicker-prev:after {
    transform: rotate(45deg);
    margin: -43px 0px 0px 8px;
}

div.timeBooking div.calenderMain .ui-datepicker-next {
    float: right;
    margin-right: 12px;
}

div.timeBooking div.calenderMain .ui-datepicker-next:after {
    transform: rotate(-135deg);
    margin: -43px 0px 0px 6px;
}

div.timeBooking div.calenderMain .ui-datepicker-prev:after,
div.timeBooking div.calenderMain .ui-datepicker-next:after {
    content: "";
    position: absolute;
    display: block;
    width: 4px;
    height: 4px;
    border-left: 2px solid #b0aead;
    border-bottom: 2px solid #b0aead;
}

div.timeBooking div.calenderMain .ui-datepicker-prev:hover,
div.timeBooking div.calenderMain .ui-datepicker-next:hover,
div.timeBooking div.calenderMain .ui-datepicker-prev:hover:after,
div.timeBooking div.calenderMain .ui-datepicker-next:hover:after {
    border-color: #5ed1cc;
}

div.timeBooking div.calenderMain .ui-datepicker-title {
    text-align: center;
}

div.timeBooking div.calenderMain .ui-datepicker-calendar {
    width: 100%;
    text-align: center;
}

div.timeBooking div.calenderMain .ui-datepicker-calendar thead tr th span {
    display: block;
    width: 40px;
    color: #00a8b2;
    margin-bottom: 5px;
    font-size: 13px;
}

div.timeBooking div.calenderMain .ui-state-default {
    display: block;
    text-decoration: none;
    color: #b5b5b5;
    line-height: 40px;
    font-size: 12px;
}

div.timeBooking div.calenderMain .ui-state-default:hover {
    background: rgba(0, 0, 0, .02);
}

div.timeBooking div.calenderMain .ui-state-highlight {
    color: #8dd391;
}

div.timeBooking div.calenderMain .ui-state-active {
    color: #5ed1cc;
}

div.timeBooking div.calenderMain .ui-datepicker-unselectable .ui-state-default {
    color: #eee;
    border: 2px solid transparent;
}

.bt-spinner {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background-color: transparent;
    border: 4px solid #222;
    border-top-color: #009688;
    -webkit-animation: 1s spin linear infinite;
    animation: 1s spin linear infinite;
    display: inline-block;
}

-webkit-to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spinBack {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(-720deg);
        transform: rotate(-720deg);
    }
}

@keyframes spinBack {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(-720deg);
        transform: rotate(-720deg);
    }
}

@-webkit-keyframes spinBorder {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        border-width: 15px;
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        border-width: 3px;
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        border-width: 15px;
    }
}

@keyframes spinBorder {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        border-width: 15px;
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        border-width: 3px;
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        border-width: 15px;
    }
}

div.timeBooking div.calenderMain .ui-datepicker-prev,
div.timeBooking div.calenderMain .ui-datepicker-next {
    border: unset;
}

div.timeBooking div.calenderMain .ui-datepicker-prev:after,
div.timeBooking div.calenderMain .ui-datepicker-next:after {
    width: 8px;
    height: 8px;
}

div.timeBooking div.calenderMain .ui-datepicker-prev:hover:after,
div.timeBooking div.calenderMain .ui-datepicker-next:hover:after {
    border-color: #f9a458;
}

.steps .timeBooking .timeslots ul.inStoreMeeting li input {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    opacity: 0;
}


section.appointmentBooking .topBar ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0 0 0;
    margin: 0 0 0;
    gap: 5px;
}

section.appointmentBooking .topBar ul li {
    list-style: none;
    margin: 0 0 4px;
    font-size: 14px;
    color: #555;
    font-family: "Poppins";
    font-weight: 700;
    line-height: 22px;
    flex: 1;
    text-align: left;
}

section.appointmentBooking .topBar ul li label {
    height: 2px;
    height: 15px;
    width: 100%;
    display: block;
    background: #bec3c7;
    margin-top: 5px;
    overflow: hidden;
}

.action button:hover {
    box-shadow: rgba(50, 50, 93, .25) 0px 13px 27px -5px, rgba(0, 0, 0, .3) 0px 8px 16px -8px;
    color: #fff !important;
}


section.appointmentBooking .topBar ul li.done span {
    border-radius: 0px 5px 5px 0px;
}

span.errorMessage {
    font-size: 12px;
    color: red;
    letter-spacing: .5px;
    font-family: "Poppins";
    font-weight: 400;
}

.step1 .fields p select.error {
    border: 1px solid red !important;
}

section.appointmentBooking {
    width: 100%;
    padding: 150px 0px 120px;
    max-width: 1200px;
    margin: 0 auto;
}

section.appointmentBooking .topBar ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0 0 0;
    margin: 0 0 0;
    gap: 5px;
}

section.appointmentBooking .topBar ul li {
    list-style: none;
    margin: 0 0 4px;
    font-size: 14px;
    color: #fff;
    font-family: "Poppins";
    font-weight: 700;
    line-height: 22px;
    flex: 1;
    text-align: left;
}

section.appointmentBooking .topBar ul li span {
    background: #f9a458;
    display: block;
    width: 0px;
    height: 100%;
    transition: all .4s linear;
}

.topBar {
    margin-bottom: 20px;
}

.step1 .fields {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
}

.step1 .fields p {
    flex: 1;
}

.step1 .fields p select {
    padding: 5px 6px 4px !important;
    font-size: 14px !important;
    line-height: normal !important;
    border: 1px solid silver !important;
    border-radius: 4px !important;
    width: 100% !important;
    height: auto !important;
}

.step1 .fields p label {
    margin: 0 0 4px;
    font-size: 14px;
    line-height: 22px;
    color: #f9a458 !important;
    font-weight: bold;
    font-family: "Poppins";
}

.action button {
    background: #f9a458 !important;
    font-size: 15px;
    line-height: normal;
    font-family: "Poppins";
    font-weight: 700;
    padding: 2px 32px;
    color: #fff !important;
    border-radius: 6px;
    transition: all .3s linear;
    margin-right: 6px;
    position: relative;
    border: 2px solid #f9a458;
}

.action button:hover {
    box-shadow: rgba(50, 50, 93, .25) 0px 13px 27px -5px, rgba(0, 0, 0, .3) 0px 8px 16px -8px;
    color: #fff !important;
}

section.appointmentBooking .topBar ul li.done span {
    border-radius: 0px 5px 5px 0px;
}

span.errorMessage {
    font-size: 12px;
    color: #000;
    letter-spacing: .5px;
    font-family: "Poppins";
    font-weight: 700;
}

.step1 .fields p select.error {
    border: 1px solid #fb082c !important;
}

.steps .notice {
    margin: 0 0 16px;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    font-family: "Poppins";
    font-weight: 400;
}

.steps .timeBooking {
    display: flex;
    align-items: flex-start;
    gap: 34px;
    justify-content: flex-start;
}

.steps .timeBooking .calenderMain {
    width: 35%;
}

.steps .timeBooking .timeslots {
    width: 65%;
}

.steps .timeBooking .timeslots ul.inStoreMeeting {
    padding: 0;
}

.steps .timeBooking .timeslots ul.inStoreMeeting li {
    list-style: none;
    background: transparent;
    cursor: pointer;
    cursor: pointer;
    min-width: 0;
    width: 19.5%;
    margin: 0px 8px 10px 0px !important;
    height: 40px;
    padding: 8.5px;
    font-size: 14px !important;
    line-height: 20px;
    text-align: center;
    float: none !important;
    vertical-align: middle;
    text-transform: none;
    border: 1px solid rgba(204, 204, 204, 100%);
    border-radius: 4px;
    font-family: "Poppins";
    color: #fff;
    font-weight: 400;
    transition: all .3s linear;
    position: relative;
    display: inline-block;
}

.steps .timeBooking .timeslots ul.inStoreMeeting li:hover,
.steps .timeBooking .timeslots ul.inStoreMeeting li:has(input:checked) {
    border: 2px solid #f9a458;
}

div.timeBooking div.calenderMain .ui-datepicker-header {
    background: #fff;
    border-bottom: 1px solid rgba(128, 128, 128, 40%);
}

div#datepicker {
    background: #fff;
    border: 1px solid rgba(128, 128, 128, 40%);
}

div.timeBooking div.calenderMain .ui-datepicker-calendar thead tr th {
    padding: 6px 6px;
    text-align: center;
    font-size: 14px;
    line-height: normal;
    font-weight: 500;
}

div.timeBooking div.calenderMain .ui-datepicker-calendar thead tr th span {
    color: #000;
}

div.timeBooking div.calenderMain .ui-datepicker-title {
    color: #f9a458;
    font-size: 18px;
    font-family: "Poppins";
    font-weight: 500;
}

div.timeBooking div.calenderMain .ui-state-active {
    background: #f9a458;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    height: 44px;
}

section.appointmentBooking table td {
    padding: 0 !important;
    border: unset !important;
    transition: auto;
}

div.timeBooking div.calenderMain .ui-state-default {
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px !important;
    font-family: "Poppins";
}

div.timeBooking div.calenderMain .ui-datepicker-unselectable .ui-state-default {
    background: rgba(128, 128, 128, 10%);
    color: rgba(214, 166, 173, 75%);
}

div.timeBooking div.calenderMain .ui-datepicker-calendar {
    margin-bottom: 0 !important;
}

section.appointmentBooking table td a {
    height: 44px;
    color: #f9a458 !important;
}

.fields p {
    margin-bottom: 10px !important;
}

.fields p label {
    margin: 0 0 5px !important;
    color: #f9a458 !important;
    font-size: 14px;
    line-height: normal;
    font-weight: 700;
    font-family: "Poppins";
}

.fields p input {
    padding: 6px 7px 5px !important;
    font-size: 14px !important;
    line-height: normal !important;
    border: 1px solid silver !important;
    border-radius: 4px !important;
    width: 100% !important;
    height: auto;
    font-family: "Poppins";
    color: grey;
}

.fields p textarea {
    padding: 6px 7px 5px !important;
    font-size: 14px !important;
    line-height: normal !important;
    border: 1px solid silver !important;
    border-radius: 4px !important;
    width: 100% !important;
    height: auto;
    font-family: "Poppins";
    color: grey;
    resize: unset;
    min-height: 160px;
}

.steps .action {
    padding-top: 20px;
    border-top: 1px solid silver !important;
    margin-top: 30px;
}

section.appointmentBooking .topBar ul li.time.active span {
    border-radius: 0px !important;
}

section.appointmentBooking .topBar ul li.details.active span {
    border-radius: 0px !important;
}

.done p {
    color: #000;
    background-color: #fff;
    border-color: #fff;
    padding: 14px 25px;
    border-radius: 5px;
    font-size: 15px;
    font-family: "Poppins";
    line-height: 28px;
    font-weight: 500;
    text-align: center;
    text-transform: none;
    letter-spacing: .5px;
}

section.appointmentBooking .topBar ul li.service label {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

section.appointmentBooking .topBar ul li.done label {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

section.appointmentBooking .topBar ul li.active span {
    width: 100%;
}

.steps .timeBooking .timeslots ul.inStoreMeeting li input {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.steps .timeBooking .timeslots ul.inStoreMeeting li.date {
    background: #f9a458;
    color: #fff;
    border: unset;
}

.steps .timeBooking .timeslots ul.inStoreMeeting li.cross input[type="radio"] {
    display: none;
}

.steps .timeBooking .timeslots ul.inStoreMeeting li span {
    display: none;
}

.steps .timeBooking .timeslots ul.inStoreMeeting li.cross {
    opacity: .3 !important;
    text-decoration: line-through !important;
    border: 1px solid rgba(204, 204, 204, 100%) !important;
}

.steps .timeBooking .timeslots .timeLoaderChecking {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: rgba(255, 255, 255, .77);
    display: flex;
    align-items: center;
    justify-content: center;
}

.steps .timeBooking .timeslots {
    position: relative;
}

.steps .timeBooking .timeslots .timeLoaderChecking span.bt-spinner {
    width: 45px;
    height: 45px;
    border-color: #bec3c7;
    border-top-color: #f9a458;
}

.action button.loader span.bt-spinner {
    visibility: visible;
    opacity: 1;
}

.action button.loader {
    color: transparent;
}

.action button span.bt-spinner {
    visibility: hidden;
    opacity: 0;
    transition: all .3s linear;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 999;
    width: 30px;
    height: 30px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    border-color: #fff;
    border-top-color: #645c5d;
}

body input.error {
    border-color: red !important;
}

.steps .notice b {
    color: #fff !important;
    font-weight: 600;
}
[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    background-color: #64486c;
}

[type=button], [type=submit], button {
    border: 1px solid #fff;
    color: #fff;
}
@media only screen and (max-width: 850px) {
    .step1 .fields {
        flex-direction: column;
        gap: 0;
    }

    .step1 .fields p {
        width: 100%;
    }

    .steps .action {
        margin-top: 15px;
    }

    .steps .notice {
        font-size: 12px;
    }

    .steps .timeBooking {
        flex-direction: column;
        gap: 8px;
    }

    .steps .timeBooking .calenderMain {
        width: 100%;
    }

    .steps .timeBooking .timeslots {
        width: 100%;
    }

    .steps .timeBooking .timeslots ul.inStoreMeeting li {
        width: 32.3%;
        margin: 1.5px 0 1.5px !important;
    }

    .steps .timeBooking .timeslots ul.inStoreMeeting {
        margin-top: 12px;
    }

    section.appointmentBooking {
        padding: 50px 0px 80px !important;
    }

    span.errorMessage {
        font-size: 10px !important;
    }

    section.appointmentBooking .topBar ul li label {
        height: 8px !important;
    }

    section.appointmentBooking .topBar ul li {
        font-size: 13px;
        margin: 0 0 0;
    }

    body.page-id-1306 .page-title .container h1.entry-title {
        font-size: 28px;
        padding-top: 18px;
        margin-bottom: 6px !important;
    }

    .done p {
        font-size: 14px;
        line-height: 22px;
    }
}






/*=========================*/


.booking_duration {
    margin-bottom: 20px;
}
div.appointmentMain {
    background: #2E2926;
}
@media (max-width:700px){
	section.appointmentBooking {
		padding: 120px 20px 80px !important;
	}
	section.appointmentBooking .topBar ul {
		display: block;
	}
	section.appointmentBooking .topBar ul li {
		margin-bottom: 10px;
	}
	.booking_duration button {
		font-size: 12px;
	}
}