.stepwizard-step p {
    margin-top: 0;
    color: #666;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    /*opacity: 1 !important;
    filter: alpha(opacity=100) !important;*/
}

.stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
    opacity: 1 !important;
    color: #bbb;
}


.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-booking-circle {
    color: #fff;
    border: 1px solid #af8c45;
    background-color: #af8c45;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 17px;
}

.booking-breadcrumb {
    padding: 0px;
    background: #D4D4D4;
    list-style: none;
    overflow: hidden;
    margin-top: 20px;
}

.booking-breadcrumb > li + li:before {
    padding: 0;
}

.booking-breadcrumb li {
    float: left;
}

.booking-breadcrumb li.active a {
    background: brown; /* fallback color */
    background: #ffc107;
}

.booking-breadcrumb li.completed a {
    background: brown; /* fallback color */
    background: hsla(153, 57%, 51%, 1);
}

.booking-breadcrumb li.active a:after {
    border-left: 30px solid #ffc107;
}

.booking-breadcrumb li.completed a:after {
    border-left: 30px solid hsla(153, 57%, 51%, 1);
}

.booking-breadcrumb li a {
    color: white;
    font-weight: 700;
    text-decoration: none;
    padding: 10px 0 10px 45px;
    position: relative;
    display: block;
    float: left;
}

.booking-breadcrumb li a:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
    border-bottom: 50px solid transparent;
    border-left: 30px solid hsla(0, 0%, 83%, 1);
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
}

.booking-breadcrumb li a:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
    border-bottom: 50px solid transparent;
    border-left: 30px solid white;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    margin-left: 1px;
    left: 100%;
    z-index: 1;
}

.booking-breadcrumb li:first-child a {
    padding-left: 15px;
}

.booking-breadcrumb li a {
    background: #af8c45;
}

.booking-breadcrumb li a:after {
    border-left-color: #af8c45
}


.funkyradio div {
    clear: both;
    overflow: hidden;
}

.timeInput div {
    clear: none;
    float: left;
    overflow: hidden;
    width: 16%;
}

.funkyradio label {
    width: 100%;
    border-radius: 3px;
    color: #444;
    font-weight: 700;
}

.funkyradio input[type="radio"]:empty {
    display: none;
}

.funkyradio input[type="radio"]:empty ~ label {
    position: relative;
    line-height: 2.5em;
    padding-left: 4em !important;
    margin-top: 2em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.funkyradio input[type="radio"]:empty ~ label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 10px;
    content: '';
    height: 2.5em;
    width: 2.5em;
    background: #D1D3D4;
    border-radius: 3px;
}

@media only screen and (max-width: 320px) {
    .funkyradio input[type="radio"]:empty ~ label:before {
        position: relative;
        left: 0;
    }

    .funkyradio input[type="radio"]:empty ~ label {
        padding-left: 2.5em !important;
    }
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label {
    color: #333;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before {
    content: '\2714';
    text-indent: .9em;
    color: #C2C2C2;
}

.funkyradio input[type="radio"]:checked ~ label {
    color: #000;
}

.funkyradio input[type="radio"]:disabled ~ label {
    color: #ff4444;
}

.funkyradio-warning input[type="radio"]:disabled ~ label:before {
    color: #ff4444;
    background-color: #ff4444;
}

.funkyradio input[type="radio"]:hover:disabled ~ label {
    color: #ff4444;
}

.funkyradio input[type="radio"]:hover:disabled ~ label:before {
    color: #ff4444;
}

.funkyradio input[type="radio"]:checked ~ label:before {
    content: '\2714';
    text-indent: .9em;
    color: #333;
    background-color: #ccc;
}

.funkyradio-warning input[type="radio"]:checked ~ label:before {
    color: #fff;
    background-color: #af8c45;
}

.finish-btn {
    display: inline-block;
    width: 100%;
}

.alert-time {
    margin: 20px 16px 20px 0px;
    background-color: #af8c46;
    color: #fff;
    text-align: center;
}

.btn-time {
    margin: .5em 1em;
}

#timeSelect {
    text-align: center;
}

.img-mobile-book img {
    height: 129px;
    width: 112px;
}

@media only screen and (max-width: 600px) {

    .contact__form--wrapper {
        margin: 13px auto 13px;;
    }

    .book-now-btn {
        width: 100%;
        margin-top: 20px;
    }

    .checkbox-mobile-book {
        min-height: 80px !important;
    }

    .contact__form {
        padding: 10px;
    }

    .booking-breadcrumb {
        display: none;
    }

    .img-mobile-book {
        min-height: 80px !important;
    }

    .img-mobile-book img {
        height: 60px;
        width: 60px;
    }

    .dp-selected {
        /*width: 69% !important;*/
    }

    .dp-nav-left {
        /*width: 15% !important;*/
    }

    .dp-nav-right {
        /*width: 15% !important;*/
    }

    .pagination {
        width: 100% !important;
    }

    .dp-selected {
        border-left: 2px solid #ddd !important;
        border-right: 2px solid #ddd !important;
    }

}

@media only screen and (min-width: 601px) {

    .hero-content.header {
        top: 60%;
    }

    .dp-item {
        /*width: 200px !important;*/
    }

    .dp-selected {
        /*width: 215px !important;*/
    }

    #header {
        height: 76px !important;
        background-color: #252525;
    }

    .contact__form--wrapper {
        margin: 40px auto;
    }
}

.booking-section {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.selected-Time {
    background-color: #317ae2 !important;
    color: #fff;
}

.selected-Time:focus,
.selected-Time:hover {
    color: #fff;
}

.inner-lg {
    padding: 0;
}

.hero-container {
    background: #af8c45;
}

.datepaginator {
    text-align: center;
    font-size: 14px;
}

#paginator-start-end > .pagination {
    display: flex;
    justify-content: center;
}

.dp-item {
    padding: 10px 15px !important;
}


input[name="staff_input"] + label:before, input[name="location_input"] + label:before {
    display: none !important;
}

.funkyradio-warning input.instant-next[name="staff_input"] + label, .funkyradio-warning input.instant-next[name="location_input"] + label {
    margin: 0 !important;
    padding-left: 2em !important;
}

.location-container, .staff-container {
    margin: auto;
    padding-bottom: 15px;
    border-bottom: 1px solid #333;
    margin-bottom: 23px;
    display: flex;
}

@media only screen and (max-width: 415px) {
    .step-small {
        font-size: 45%;
    }
}

.payment-logo-box {
    position: relative;
    width: 100%;
    display: block;
}

.payment-logo-box .payment-logo {
    position: absolute;
    right: 8px;
    top: -38px;
    display: flex;
    justify-content: center;
}

.payment-logo-box .payment-logo-registered {
    top: -9px;
}

.payment-logo-box .payment-logo span:last-child {
    padding-top: 6px;
    font-style: italic;
}


.payment-logo-box .paypal-icon {
    background-image: url("https://app.uppaman.com/app/default/assets/vendor/visiosoft/booking-module/resources/img/paypal.png?v=1710859472");
    width: 100px;
    height: 30px;
    display: block;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-right: 7px;
}


@media only screen and (max-width: 546px) {
    .payment-logo-box .payment-logo {
        right: inherit;
        left: 8px;
        top: 0;
    }
}

#paginator-start-end,
#paginator-start-end ul.pagination li a {
    height: 100px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

#paginator-start-end ul.pagination li a {
    margin: 5px !important;
    -webkit-box-shadow: 0 3px 11px -3px rgba(140,140,140,1);
    -moz-box-shadow: 0 3px 11px -3px rgba(140,140,140,1);
    box-shadow: 0 3px 11px -3px rgba(140,140,140,1);
    border-radius: 3px;
    border: none !important;
}

.dateSelector .pagination.swiper-wrapper li.swiper-slide:last-child {
    position: absolute;
    right: 0px;
    z-index: 2;
}
.dateSelector .pagination.swiper-wrapper li.swiper-slide:first-child {
    position: absolute;
    left: 0px;
    z-index: 2;
}

.dp-item {
    background: #fff !important;
    font-weight: bold;
}

.dp-today {
    color: #000 !important;
}

.dp-no-select {
    font-weight: bold;
}

.dp-selected {
    background: #317ae2 !important;
}

.pagination > li {
    width: auto !important;
}

@media only screen and (min-width: 768px) {
    .selected-options {
        display: none !important;
    }
}
