/* Single Service */

.single-service-wrapper {
    width: 80%;
    margin: 0 auto;
}

.service-booking a {
    margin: 20px 0 0;
    border-radius: 5px;
    line-height: 54px;
}

.service-booking a::before {
    content: '';
    width: 0;
    height: 100%;
    background-color: #A67C52;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.4s;
    z-index: 1;
}

.service-booking a:hover::before {
    width: 100%;
}

.service-booking a span {
    z-index: 2;
    position: relative;
}

.service-booking a.zalo {
    background: #0898EA !important;
}

.service-booking a i {
    float: left;
    font-size: 25px;
    margin: 0 15px 0 0 !important;
}

.service-booking a i.ico-zalo {
    background: url(../../images/ico-zalo.png) no-repeat;
    width: 30px;
    height: 30px;
    background-size: 100% auto;
    float: left;
    margin: 0 15px 0 0 !important;
}

.service-booking a.zalo::before {
    background-color: #A67C52;
}

.service-content h2 {
    padding-top: 15px;
    border-top: 1px solid rgb(204, 204, 204);
}


/* Booking Service Page */


/* Service Step */

.bookly-progress-tracker {
    display: flex;
    margin-bottom: 20px;
}

.bookly-progress-tracker .active {
    color: #A67C52;
}

.bookly-progress-tracker>div {
    width: auto;
    flex: 1 1 0;
    position: relative;
    padding-bottom: 20px;
}

.bookly-progress-tracker>div .step {
    height: 15px;
    position: absolute;
    width: 100%;
    left: 0;
    background: #bec3c7;
    bottom: 0;
}

.bookly-progress-tracker>div.active .step {
    background: #A67C52;
}

.choose-service-step .bookly-table {
    display: flex;
}

.choose-service-step .bookly-table select,
.choose-service-step .bookly-table input {
    border: 1px solid #eaeaea;
    height: 35px;
    font-size: 14px;
    padding: 0 20px;
    width: 100%;
    margin: 0;
    outline: none !important;
}

.choose-service-step .bookly-table .bookly-form-group {
    width: 50%;
    margin-right: 15px;
}

.choose-service-step .bookly-table .bookly-form-group:last-child {
    margin-right: 0;
}

.choose-service-step .bookly-table .bookly-form-group label {
    font-size: 15px;
    color: #A67C52;
    margin-bottom: 5px;
    display: block;
}

.bookly-nav-steps {
    padding-top: 20px;
    text-align: right;
    display: flex;
    justify-content: space-between;
}

.bookly-nav-steps button {
    background-color: #A67C52 !important;
    border-color: #A67C52 !important;
    color: #fff !important;
    font-size: 15px;
    padding: 5px 30px;
}

.bookly-nav-steps button:disabled {
    background-color: #c7c7c7 !important;
    border-color: #c7c7c7 !important;
    cursor: no-drop;
}


/****************************/

.booking-calendar {
    padding: 30px 100px;
    background-color: #fff;
    font-size: 15px;
}

.booking-calendar .date-grid {
    width: 100%;
}

.booking-calendar .dates-tables {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.booking-calendar .store-name span {
    background: #A67C52;
    color: #fff;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 50px;
}

.booking-calendar .calendar-wrapper {
    display: inline-block;
    width: 100%;
    min-height: 300px;
    position: relative;
    border-radius: 8px;
    box-shadow: 0 1px 8px 0 rgb(0 0 0 / 8%);
    padding: 20px 0;
}

.booking-calendar .calendar-wrapper .oa-bs-loading {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #ccccccd1;
    display: none;
    z-index: 10;
}

.booking-calendar .calendar-wrapper .oa-bs-loading span {
    width: 100%;
    height: 100%;
    background: url("../../images/loading.gif") no-repeat;
    display: block;
    background-size: 33%;
    background-position: center center;
}

.booking-step .service-info-block .btn-backto-time a {
    border: 1px solid #ccc;
    width: 43px;
    height: 43px;
    display: inline-block;
    text-align: center;
    padding: 1px 0;
    font-size: 25px;
    border-radius: 100%;
    transition: all .3s;
}

.booking-step .service-info-block .btn-backto-time a:hover {
    background: #ccc;
}

.booking-step .service-info-block .btn-backto-time {
    margin-bottom: 20px;
}

.booking-calendar .calendar-wrapper .service-name {
    text-align: left;
    font-size: 18px;
    margin-top: 15px;
    font-weight: bold;
}

.booking-calendar .calendar-wrapper .calendar-step .store-name {
    text-align: right;
}

.booking-calendar .calendar-wrapper .calendar-inner {
    display: inline-block;
    width: 86%;
    margin-top: 20px;
    margin-bottom: 30px;
    max-width: 86%;
}

.booking-calendar .calendar-inner .date-tabs {
    display: flex;
    justify-content: space-between;
    border: 1px solid #ddd;
}

.booking-calendar .calendar-inner .date-tabs>a {
    width: 33.3333%;
    text-align: center;
    background: #fff;
    color: #000;
    padding: 5px 0;
}

.booking-calendar .calendar-inner .date-tabs>a.active {
    background: #000;
    color: #fff;
}

.booking-calendar .calendar-inner .date-tabs>a strong {
    text-transform: uppercase;
    font-size: 19px;
}

.booking-calendar .calendar-wrapper .date-panel {
    position: relative;
    border-top: 1px solid #eee;
}

.booking-calendar .btn-action {
    position: absolute;
    top: 40%;
    font-size: 45px;
}

.booking-calendar .btn-action.left {
    left: -42px;
}

.booking-calendar .btn-action.right {
    right: -42px;
}

.booking-calendar .dates-tables .time-item {
    text-align: center;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    color: #000;
    padding: 6.5px 0;
    cursor: pointer;
}

.booking-calendar .dates-tables .time-item.free {
    border-bottom: 4px solid #A67C52;
}

.booking-calendar .dates-tables .time-item.active {
    background: #A67C52;
    color: #fff;
}

.booking-calendar .dates-tables .time-item.notfree {
    border-bottom: 4px solid #bdbdbd;
}

.booking-calendar .dates-tables .time-item div:first-child {
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
}

.booking-calendar .dates-tables .time-item div:last-child {
    font-size: 14px;
}

.booking-calendar .dates-tables .time-item.notfree div {
    color: #c5c5c5;
}

.booking-calendar .booking-step {}

.booking-calendar .booking-step[step="time"], .booking-calendar .booking-step[step="info"] {
    display: flex;
    justify-content: space-between;
}

.booking-step .service-info-block {
    padding: 0 20px;
    border-right: 1px solid #e7e7e7;
    width: 400px;
}

.booking-calendar .calendar-step {
    text-align: center;
}

.store-list .store-item {
    cursor: pointer;
    padding: 10px;
    background: #efefef;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.store-list .store-item:hover {
    background: #72448d;
    color: #fff;
}

.action-button a div {
    float: left;
    font-size: 19px;
    height: 26px;
    margin: 2px 0 0;
}

.action-button a span {
    line-height: 28px;
    display: inline-block;
    font-weight: bold;
}

.action-button a {
    background: #000;
    display: inline-block;
    color: #fff;
    border-radius: 5px;
    padding: 2px 10px;
}

.action-button {
    margin-bottom: 20px;
}

#submitBookingBtn {
    background: #0060e6;
    border-radius: 30px;
    color: #fff;
    height: 45px;
    margin: 0;
}

.success-booking-msg {
    color: green;
    font-style: italic;
    margin-bottom: 0;
    margin-top: 20px;
}

.fail-booking-msg {
    color: red;
    font-style: italic;
    margin-bottom: 0;
    margin-top: 20px;
}


/* Phone Step */

.phone-step .input-phone {
    width: 48%;
    margin: 0 auto;
}

.phone-step .input-phone .input-text {
    display: inline-block;
    width: 100%;
}

.phone-step .input-phone .input-text .icon {
    float: left;
    width: 16%;
}

.phone-step .input-phone .input-text .icon .call-ico {
    background: url(../../images/item_call.png) no-repeat;
    width: 55px;
    height: 55px;
    float: left;
    background-size: 100%;
}

.phone-step .input-phone .input-text .icon .gach-ico {
    background: url(../../images/gachh.png) no-repeat;
    width: 2px;
    background-size: auto 100%;
    height: 55px;
    float: left;
    margin-left: 5px;
}

.phone-step .input-phone .input-text .my-input {
    float: left;
    width: 83%;
    border: 0;
    height: 55px;
    font-size: 19px;
    margin: 0;
    padding: 0 12px;
}

.phone-step .booking-text {
    background-color: #1b1b1b;
    color: #fff;
    text-align: center;
    padding: 20px 30px;
    font-size: 22px;
    margin-top: 20px;
    display: block;
    cursor: pointer;
}

.phone-step .booking-text .booking-text-inner {
    display: inline-block;
}

.phone-step .booking-text span {
    float: left;
    line-height: 30px;
    margin-right: 20px;
}

.phone-step .booking-text .click-ico {
    background: url(../../images/click1.png) no-repeat;
    width: 30px;
    height: 30px;
    background-size: auto 100%;
    float: left;
}

.customer-detail-info {
    margin-bottom: 10px;
    background: #111;
    color: #fff;
    display: flex;
    padding: 3px 15px;
}

.customer-detail-info p {
    margin-bottom: 0;
    line-height: 30px;
    width: 50%;
}

.customer-detail-info p:last-child {
    text-align: right;
    border-left: 1px solid #fff;
}

.customer-detail-info p span {
    font-size: 20px;
    margin-left: 10px;
    font-family: "Playfair Display", sans-serif;
}

.booking-calendar .booking-step[step="info"] .info-form-wrapper {
    padding: 0 20px;
    width: calc(100% - 400px);
}

.booking-calendar .booking-step .form-group {
    display: inline-block;
    width: 100%;
}

.booking-calendar .booking-step .form-control {
    width: 100%;
    padding: 0;
    border: 0;
    height: unset;
}

.booking-calendar .booking-step .form-group .form-control label {
    width: 100%;
    font-weight: bold;
    font-size: 14px;
    margin-top: 15px;
}

.booking-calendar .booking-step .form-group .form-control label span.required {
    color: red;
}

.booking-calendar .booking-step .form-control input {
    width: 100%;
    outline: none !important;
    height: 40px;
    border-radius: 7px;
    border: 1px solid #ccc;
}

.booking-calendar .booking-step .form-control .radio-item label {
    display: flex;
    justify-content: start;
    align-items: center;
    margin: 12px 0 0 0;
}

.booking-calendar .booking-step .form-control .radio-item label input {
    width: 18px;
    height: 18px;
    margin: 0 12px 0 0;
}

.booking-step .booking-blocks {
    display: flex;
    justify-content: space-between;
}

.booking-step .booking-blocks .time-block {
    width: 300px;
    border-left: 1px solid #e7e7e7;
    padding: 0 20px;
}

.booking-step .booking-blocks .calendar-block {
    padding: 0 20px;
}

.booking-step .booking-blocks .calendar-block .date-picker-container {
    margin-bottom: 20px;
    width: 400px;
}

.booking-step .booking-blocks .calendar-block .date-picker-container .datepicker-inline {
    width: 100%;
}

.booking-step .booking-blocks .calendar-block .date-picker-container .datepicker-inline .datepicker-panel[data-view="days picker"] ul:first-child li:nth-child(2),
.booking-step .booking-blocks .calendar-block .date-picker-container .datepicker-inline .datepicker-panel[data-view="months picker"] ul:first-child li:nth-child(2),
.booking-step .booking-blocks .calendar-block .date-picker-container .datepicker-inline .datepicker-panel[data-view="years picker"] ul:first-child li:nth-child(2) {
    width: calc(100% - 124px) !important;
}

.booking-blocks .datepicker-panel > ul > li {
    width: 47px !important;
    height: 47px !important;
    line-height: 47px !important;
    font-size: 15px;
    margin: 0 4px !important;
}

.booking-blocks .datepicker-panel > ul[data-view="days"] > li {
    color: #0060e6;
    background: #EEF5FF;
    border-radius: 100%;
    margin: 4px !important;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
}

.datepicker-panel > ul[data-view="days"] > li.highlighted {
    position: relative;
}

.datepicker-panel > ul[data-view="days"] > li.highlighted::before {
    width: 5px;
    height: 5px;
    background: #0060e6;
    content: '';
    position: absolute;
    border-radius: 100%;
    left: 0;
    right: 0;
    bottom: 4px;
    margin: auto;
}

.datepicker-panel > ul[data-view="days"] > li.highlighted.picked::before {
    background: #fff;
}

.datepicker-panel > ul[data-view="days"] > li.highlighted.picked.disabled::before {
    background: #0060e6;
}

.datepicker-panel > ul > li.disabled, .datepicker-panel > ul > li.disabled:hover {
    background: none !important;
    color: #8c8c8c !important;
}

.datepicker-panel > ul[data-view="days"] > li.picked {
    background: #0060e6;
    color: #fff;
}

.datepicker-panel > ul[data-view="days"] > li:not(.picked):not(.disabled):hover {
    background: #D9E9FF !important;
}

.booking-step .booking-blocks .time-block .time-listing {
}

.booking-step .booking-blocks .time-block .time-listing>span {
    width: 100%;
    text-align: center;
    cursor: pointer;
    margin-bottom: 5px;
    display: inline-block;
    border-radius: 8px;
    border: 2px solid #7eb4ff;
}

.booking-step .booking-blocks .time-block .time-listing>span.disable {
    display: none;
}

.booking-step .booking-blocks .time-block .time-listing>span span {
    display: block;
    font-size: 18px;
    font-family: arial;
    padding: 10px 15px;
    color: #0060e6;
    font-weight: bold;
}

.booking-step .booking-blocks .time-block .time-listing>span.disable span {
    background: #595959a8 !important;
    color: #b9b9b9 !important;
    cursor: no-drop;
}

.booking-step .booking-blocks .time-block .time-listing>span:hover {
    border: 2px solid #0060e6;
}

.booking-step .booking-blocks .time-block .time-listing>span.selected {
    border: 2px solid transparent;
    display: flex;
    justify-content: space-between;
}

.booking-step .booking-blocks .time-block .time-listing>span.selected span {
    width: 48%;
    background: rgb(0 0 0 / 0.6);
    border-radius: 4px;
    color: #fff;
}

.booking-step .booking-blocks .time-block .time-listing>span.selected button {
    width: 48%;
    font-size: 14px !important;
    margin: 0 !important;
    text-transform: none;
    background: #0060e6;
    border-radius: 4px;
    color: #fff;
    display: block;
}

.booking-step .booking-blocks .time-block .time-listing>span button {
    display: none;
}

.btn-back {
    background: url(../../images/ico-back.png) no-repeat #A67C52;
    background-size: 22px auto;
    background-position: 0 center;
}


/* .btn-next {
    background: url(../../images/ico-back.png) no-repeat #A67C52;
    background-size: 22px auto;
    background-position: right 4px;
} */

@media(max-width: 769px) {
    .single-service-wrapper {
        width: 86%;
        margin: 0 auto;
    }
    .phone-step .input-phone {
        width: 60%;
        margin: 0 auto;
    }
    .booking-calendar {
        padding: 0;
    }
    .booking-calendar .calendar-wrapper {
        min-height: auto;
    }
    .booking-calendar .calendar-wrapper .calendar-step .store-name {
        text-align: left;
    }
    .booking-calendar .btn-action {
        display: none;
    }
    .booking-calendar .calendar-wrapper .calendar-inner {
        width: 97%;
    }
    .booking-calendar .booking-step {
        padding: 20px 10px;
    }
    .booking-calendar .calendar-inner .date-tabs>a strong {
        font-size: 17px;
    }
    .booking-calendar .dates-tables .time-item div:first-child {
        font-size: 18px;
    }
    .booking-step .booking-blocks .time-block .time-listing>span {
        
    }

    .booking-step .service-info-block {
        width: 100%;
        display: inline-block;
        border-right: 0;
        margin-bottom: 30px;
        border-bottom: 1px solid #e7e7e7;
        padding-bottom: 20px;
    }
    
    .booking-step .booking-blocks {
        flex: 1;
    }
    
    .booking-calendar .booking-step[step="time"] {
        flex-wrap: wrap;
    }

    .booking-calendar .booking-step[step="info"] .service-info-block {
        border-right: 1px solid #e7e7e7;
        width: 400px;
        border-bottom: 0;
    }

    .booking-step .booking-blocks .time-block {
        width: 50%;
    }
}

@media(max-width: 500px) {
    .bookly-progress-tracker>div {
        font-size: 14px;
    }
    .booking-calendar {
        margin-top: 20px;
    }
    .booking-step .booking-blocks {
        flex-wrap: wrap;
    }
    .booking-step .booking-blocks>.time-block {
        width: 100%;
        margin: 10px 0 0;
        border-top: 1px solid #e7e7e7;
        padding-top: 20px;
        border-left: 0;
    }
    .booking-step .booking-blocks .calendar-block {
        margin: 0 auto;
        padding: 0;
    }
    .booking-step .booking-blocks .calendar-block .date-picker-container {
        width: 100%;
    }
    
    .booking-blocks .datepicker-panel > ul > li {
        width: 40px !important;
        height: 40px !important;
        line-height: 40px;
    }

    .booking-blocks .datepicker-panel > ul[data-view="days"] > li {
        line-height: 40px;
    }

    .booking-calendar .booking-step[step="info"] {
        flex-wrap: wrap;
    }

    .booking-calendar .booking-step[step="info"] .service-info-block {
        border-right: 0;
    }
    
    .booking-calendar .booking-step[step="info"] .info-form-wrapper {
        width: 100%;
        padding-top: 20px;
        border-top: 1px solid #e7e7e7;
    }

    .booking-calendar .booking-step .form-control {
        padding: 0;
    }
}

@media(max-width: 420px) {
    .single-service-wrapper {
        width: 100%;
    }
    .phone-step .input-phone {
        width: 100%;
    }
    .phone-step .input-phone .input-text .icon {
        margin: 4px 0;
    }
    .phone-step .input-phone .input-text .icon .call-ico {
        background-size: 30px;
        width: 30px;
        height: 30px;
    }
    .phone-step .input-phone .input-text .icon .gach-ico {
        height: 30px;
    }
    .phone-step .input-phone .input-text .my-input {
        height: 40px;
        font-size: 16px;
    }
    .customer-detail-info p {
        line-height: 26px;
    }
    .customer-detail-info p span {
        font-size: 17px;
        margin-left: 0;
        display: block;
    }
}