.bookly-mobile-step-1 .bookly-form-group[data-type="staff"] > label {
    visibility: hidden;
}

.bookly-mobile-step-1 .bookly-form-group[data-type="staff"] > label.visible {
    visibility: visible;
}

.bookly-mobile-step-1 .bookly-form-group[data-type="staff"] select {
    display: none;
}

.bookly-mobile-step-1 .bookly-form-group[data-type="location"] {
    width: 40%;
}

.bookly-mobile-step-1 .bookly-form-group[data-type="location"] select {
    background: #FFFFFF;
    border: 1px solid #BDBDBD !important;
    border-radius: 2px !important;
    height: 48px !important;
}

.fdmacs-list-wrap {
    background: #F9F9F9;
    border: 1px solid #EBEBEB !important;/*oz-php8.2 fix*/
    border-radius: 2px;
    padding: 9px 22px !important;/*oz-php8.2 fix*/
}

.fdmacs-list-wrap span.placeholder {
    font-size: 15px;
    color: #BDBDBD;
}

.fdmacs-list-wrap .error-msg {
    color: #f45c35;
}

.fdmacs-list-item {/*oz-php8.2 fix*/
    background: #FFFFFF;
    border: 1px solid #EBEBEB !important;
    border-radius: 8px;
    display: flex;
    margin: 10px 0 !important;
    padding: 17px 20px !important;
    align-items: center;
    min-height: 82px;
}

body .bookly-form .bookly-service-step .bookly-nav-steps .bookly-next-step{
	visibility: hidden;
}
body .fdmacs-list-item-select-wrap{
	text-align: right;
    margin-bottom: 20px;
}
body .fdmacs-list-item-select-wrap .fdmacs-list-select-chef-lm svg{/*oz-php8.2 fix*/
	margin-bottom: 8px;
}
body .fdmacs-list-item-select-wrap .fdmacs-list-select-chef-lm{/*oz-php8.2 fix*/
	padding: 5px 15px;
    border: 0;
	color: #ffffff;
    background-color: #f45c35;
}


body .fdmacs-profile-header {
    padding: 33px;
    background: #F4D1B6;
    border-radius: 0px;
}

body .fdmacs-profile-header .container,
body .fdmacs-profile-body .container {
    max-width: 1100px;
    margin: auto;
}

body .fdmacs-profile-back-link {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #3A3A3A;
    padding-left: 25px;
    position: relative;
}

body .fdmacs-profile-back-link:before {
    content: '';
    background-image: url('../img/icon-arrow-left.png');
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 3px;
}

body .fdmacs-profile-header-inner {
   /*  margin-top: 40px; */
    display: flex;
    flex-flow: row;
}

body .fdmacs-profile-image-wrap {
    width: 148px;
    height: 148px;
    overflow: hidden;
    border-radius: 50%;
    border: solid 5px #ffffff;
}

body .fdmacs-profile-details-wrap {
    width: calc(100% - 148px);
    padding-left: 24px;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #555555;
}

body .fdmacs-profile-details-wrap .cdl-name {
    font-weight: 600;
    font-size: 40px;
    line-height: 55px;
    color: #3A3A3A;
    margin-bottom: 13px;
}

body .fdmacs-profile-details-wrap .cdl-meta-separator {
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background-color: #CBBCB1;
}

body .fdmacs-profile-details-wrap .cdl-meta {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 15px;
}

body .fdmacs-profile-details-wrap .cdl-rating span,
body .fdmacs-profile-details-wrap .cdl-experience span {
    font-size: 13px;
    color: rgba(85, 85, 85, 80%);

}
body .fdmacs-profile-details-wrap .cdl-rating span.dashicons  {
    font-size: 20px;
    color: #F15941;
}
body .fdmacs-profile-details-wrap .cdl-rating span a {
    color: rgba(62, 62, 62, 80%);
}
body .fdmacs-profile-details-wrap .cdl-rating span a:hover {
    text-decoration: underline;
}

body .fdmacs-profile-details-wrap .cdl-experiences {
    display: flex;
    flex-flow: row wrap;
    gap: 15px;
    max-width: 700px;
}

body .fdmacs-profile-details-wrap .cdl-experience {
    background: #FFFFFF;
    padding: 4px 15px;
    border-radius: 15px;
    white-space: nowrap;
}

body .fdmacs-profile-details-wrap .cdl-location img {
    margin-right: 8px;
}

body .fdmacs-profile-details-wrap .cdl-rating img {
    display: inline-block;
    vertical-align: baseline;
}

body .fdmacs-profile-body {
    margin: 30px;
}

body .fdmacs-profile-body section {
    margin-bottom: 15px;
    max-width: 768px;
}

body .fdmacs-profile-body section.fdmacs-profile-overview {
    background: #F9F9F9;
    border: 1px solid #EBEBEB;
    border-radius: 4px;
    padding: 32px;
}

body .fdmacs-profile-section-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    color: #3A3A3A;
    margin-bottom: 15px;
}
body .comments-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    color: #3A3A3A;
}

body .fdmacs-profile-section-subtitle {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #3A3A3A;
    margin-bottom: 10px;
}

body .fdmacs-profile-section-text {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #3A3A3A;
}

body .fdmacs-profile-overview-items {
    padding: 10px 0 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-flow: row wrap;
}

body .fdmacs-profile-overview-items li {
    width: 40%;
    font-size: 15px;
    line-height: 22px;
    color: #3A3A3A;
    margin-bottom: 15px;
}

body .fdmacs-profile-overview-items li:last-child {
    margin-bottom: 0;
}
body .fdmacs-profile-overview-items img {
    width: 22px;
    height: auto;
    margin-right: 4px;
}

body .fdmacs-profile-specialties .list-label {
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    margin-right: 10px;
}

body .fdmacs-profile-specialties span.list-item {
    font-size: 15px;
    background: #FFF5EC;
    padding: 4px 16px;
    margin: 0 6px 10px 0;
    display: inline-block;
    border-radius: 16px;
    color: #F45C35;
}

body .fdmacs-profile-section-text .cps-read-more,
body .fdmacs-profile-section-text .cps-read-less {
    color: #F15941;
    text-decoration: underline;
    display: inline-block;
    margin-left: 5px;
    cursor: pointer;
}

body .fdmacs-profile-section-text-inner {
    display: none;
}

body .fdmacs-profile-section-text-inner.visible {
    display: block;
}

body .fdmacs-profile-specialties.hidden {
    display: none;
}

body .fdmacs-profile-body .tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 0;
}

body .fdmacs-profile-body .tooltip .tooltiptext {
    width: 290px;
    height: 64px;
    visibility: hidden;
    background-color: black;
    color: white;
    text-align: left;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    left: -48px;
    font-size: 15px;
    z-index: 1;
    line-height: 23px;
    padding: 10px 20px 20px 20px;
    bottom: 35px;
 }

body .fdmacs-profile-body .tooltip:hover .tooltiptext {
    visibility: visible;
}

body .fdmacs-profile-body .tooltip .tooltiptext:before{
    content:'';
    display:block;
    width: 0;
    height: 0;
    position: absolute;
    left: 45%;
    bottom: -8px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid black;
}

body .fdmacs-profile-body .single-cook_user .comments-area .ast-comment-edit-reply-wrap{
	display:none !important;
}
body .fdmacs-profile-body .single-cook_user .comments-area{
	display:block;
}
body .fdmacs-profile-body .single-cook_user .ast-comment-list .ast-comment-avatar-wrap img{
	border-radius: 50%;
}
body .fdmacs-profile-body .single-cook_user .ast-comment-list li.depth-1{
	padding: 0em 0em 0em 0em;
}

body .fdmacs-profile-modal-inner .fdmacs-profile-body .comments-count-wrapper{
	padding: 0em 0em 0em 0;
}

body .fdmacs-profile-modal-footer{
    position: relative;
    max-width: 830px;
    width: 100%;
    margin: 0px auto;
    left: 0;
    right: 0;
   /*  bottom: 24px; */
    background: white;
    text-align: right;
    z-index: 9;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top: 1px solid #DDD;
    padding: 12px 20px;
}
body .fdmacs-profile-page {
	/* margin-left: -20px;
	margin-right: -20px; */
    max-height: calc(85vh - 127px);
    overflow-x: hidden;
    overflow-y: scroll;
}


.fdmacs-list-item .list-item-select {
    padding-right: 20px;
    width: 40px;
}

.fdmacs-list-item .list-item-select input[type="radio"] {
    display: none;
}

.fdmacs-list-item .list-item-select input[type="radio"] + span {
    display: block;
    width: 20px;
    height: 20px;
    border: 1.3px solid #C7C7C7;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
}

.fdmacs-list-item .list-item-select input[type="radio"]:checked + span {
    border: 1.3px solid #555555;
}

.fdmacs-list-item .list-item-select input[type="radio"]:checked + span:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #555555;
}

.fdmacs-list-item .list-item-image {
    padding-right: 10px;
    width: 65px;
}

.fdmacs-list-item .list-item-image .list-item-image-wrap {
    border-radius: 50%;
    overflow: hidden;
    width: 45px;
    height: 45px;
}

.fdmacs-list-item .list-item-meta {
    width: 20%;
}

.fdmacs-list-item .list-item-meta .item-name {
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    color: #3A3A3A;
    margin: 0;
}

.fdmacs-list-item .list-item-categories {
    width: 50%;
    display: flex;
    flex-flow: row wrap;
}

.fdmacs-list-item .list-item-categories .category-item {
    display: flex;
    flex-flow: column;
    align-items: center;
    min-width: 40px;
    margin: 0 5px;
}

.fdmacs-list-item .list-item-categories .category-item span {
    font-size: 12px;
}

.fdmacs-list-item .list-item-actions {
    width: 18%;
    text-align: right;
}

.fdmacs-list-item .list-item-actions span {
    font-size: 15px;
    line-height: 20px;
    color: #F45C35;
    cursor: pointer;
}

.fdmacs-list-item .item-meta-wrap .item-jobs {
    margin-right: 15px;
    font-size: 13px;
}

.fdmacs-list-item .item-meta-wrap .item-rating {
    font-size: 20px;
    white-space: nowrap;

    .average-rating {  
        margin-bottom: 0;     
        .avarage_total {
            display: none;
        }
    }
}
p.average-rating {
    margin-bottom: 0;
}

.fdmacs-list-item .item-meta-wrap .item-rating img {
    vertical-align: baseline;
    top: 1px;
    position: relative;
}

.fdmacs-list-item .list-item-question {
    margin-right: 0;
    margin-left: auto;
}

.fdmacs-list-item .list-item-question img {
    cursor: pointer;
}

.fdmacs-profile-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(58, 58, 58, 0.6);
    z-index: 100000;
}

.fdmacs-profile-modal-inner {/*oz-php8.2 fix*/
    position: relative;
    max-width: 830px;
    width: 100%;
    max-height: calc(95vh - 105px);
    background-color: #ffffff;
    left: 0;
    right: 0;
    margin: 100px auto 0 !important;
    border-radius: 12px;
    overflow: hidden;
    padding-bottom: 0px !important;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.fdmacs-modal-header {
    height: 152px;
    background: #F3D1B7;
    position: relative;
}

.fdmacs-profile-image {
    width: 148px;
    height: 148px;
    overflow: hidden;
    border-radius: 50%;
    border: solid 5px #ffffff;
    position: absolute;
    bottom: -70px;
    left: 0;
    right: 0;
    margin: auto;
}

.fdmacs-modal-content {
    padding: 100px 60px 60px;
}

.fdmacs-modal-content h2.modal-title {
    font-size: 40px;
    text-align: center;
    margin-bottom: 10px;
}

.fdmacs-modal-content .modal-description {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #3A3A3A;
    margin-top: 25px;
    margin-bottom: 30px;
}

.fdmacs-modal-close {
    display: block;
    width: 40px;
    height: 40px;
    float: right;
    margin: 3px 0px 0 0;
    cursor: pointer;
    background-image: url(../img/icon-close.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    background-color: #f4d1b6;
    border-radius: 10px;
}

.fdmacs-modal-content .modal-rating {
    text-align: center;
    font-size: 15px;
}

.fdmacs-modal-content .modal-rating img {
    vertical-align: baseline;
}

.fdmacs-modal-content .modal-location {
    text-align: center;
    font-size: 15px;
    text-transform: capitalize;
}

.fdmacs-modal-content .modal-specialties {
    font-size: 15px;
    margin-bottom: 30px;
}

.fdmacs-modal-content .modal-specialties span.list-label {
    font-size: 15px;
    font-weight: bold;
    margin-right: 10px;
}

.fdmacs-modal-content .modal-specialties span.list-item {
    font-size: 15px;
    background: #FFF5EC;
    padding: 4px 16px;
    margin: 0 6px 10px 0;
    display: inline-block;
    border-radius: 16px;
    color: #F45C35;
}

.fdmacs-modal-select-chef {
    padding: 8px 31px !important;
    border: none !important;
    border-radius: 4px;
}

.fdmacs-icon-details {/*oz-php8.2 fix*/
    background: #F9F9F9;
    border: 1px solid #EBEBEB !important;
    border-radius: 2px;
    padding: 20px 30px !important;
    margin-top: 20px !important;
    display: none;
}

.fdmacs-icon-details .info-toggle {
    text-align: center;
    margin-bottom: 20px;
    cursor: pointer;
    display: none;
}

.fdmacs-icon-details .info-toggle span {
    font-size: 15px;
    text-decoration: underline;
    display: inline-block;
    margin: 0 5px;
}

.fdmacs-icon-details .info-toggle .icon-down {
    display: none;
}

.fdmacs-icon-details.expanded .info-toggle .icon-down {
    display: inline-block;
}

.fdmacs-icon-details.expanded .info-toggle .icon-up {
    display: none;
}

.fdmacs-icon-details .info-label {
    font-size: 15px;
    font-weight: bold;
}

.fdmacs-icon-details .info-items {
    display: flex;
    flex-flow: row wrap;
}

.fdmacs-icon-details .info-item {
    width: 48%;
    display: inline-block;
    margin: 7px 0;
}

.fdmacs-icon-details .info-item img {
    width: 24px;
}

.fdmacs-icon-details .info-item span {
    font-size: 15px;
}

.fdmacs-icon-details .info-item:nth-child(2n) {
    padding-left: 20px;
}

.fdmacs-tooltip-wrap {
    position: relative;
    display: inline-block;
}

.fdmacs-tooltip-wrap .fdmacs-tooltip {
    display: none;
}

.fdmacs-tooltip-wrap .fdmacs-tooltip.visible {
    display: inline-block;
    position: absolute;
    width: 225px;
    right: -20px;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    bottom: 30px;
    background-color: #4a525a;
    color: #ffffff;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 0 4px #717d89;
}

.fdmacs-tooltip-wrap .fdmacs-tooltip:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 5px 0 5px;
    border-color: #4a525a transparent transparent transparent;
    position: absolute;
    top: 22px;
    margin-left: auto;
    margin-right: 0;
    right: 23px;
    display: inline-block;
}

.bookly-form label.fdmacs-list-label {
    display: none;
}

.fdmacs-profile-modal-close-wrap {/*oz-php8.2 fix*/
    position: fixed;
    max-width: 830px;
    width: 100%;
    margin: -2px auto !important;
    left: 0;
    right: 0;
    z-index: 9;
    border-radius: 10px;
}

.fdmacs-profile-modal-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

@media (min-width: 992px) {
    .bookly-mobile-step-1 .bookly-form-group[data-type="staff"] {
        padding-left: 20px;
    }
}

@media (max-width: 1023px) {
    .fdmacs-icon-details .info-items {
        display: flex;
        flex-flow: column;
    }

    .fdmacs-icon-details .info-item {
        width: 100%;
    }

    .fdmacs-icon-details .info-item:nth-child(2n) {
        padding-left: 0;
    }
}

@media (max-width: 991px) {
    .fdmacs-list-item {
        flex-flow: row wrap;
    }

    .fdmacs-list-item .list-item-categories {
        width: 100%;
        padding-left: 30px;
    }

    .fdmacs-list-item .list-item-actions {
        width: 100%;
        text-align: left;
        padding-left: 44px;
    }

    .fdmacs-list-item .list-item-categories .category-item {
        margin: 10px 4px 3px;
    }

    .fdmacs-list-item .list-item-meta {
        width: 55%;
    }

    .fdmacs-profile-modal-inner {
        margin: 50px auto 10px;
        max-height: calc(94vh - 100px);
        width: calc(100% - 20px);
        overflow: auto;
    }

    .fdmacs-modal-close {
        width: 30px;
        height: 30px;
        margin: 2px 0px 0 0;
        background-size: 15px;
    }

    .fdmacs-profile-modal-close-wrap {
        /* margin: 48px auto; */
    }
	
	body .fdmacs-profile-modal-footer{
		margin-left: 10px;
		margin-right: 10px;
		width: calc(100% - 20px);
		text-align: left;
		border-bottom-right-radius: 10px;
	}
}

@media (max-width: 820px) {
    .fdmacs-modal-close {
        margin-right: 10px;
    }
}

@media (max-width: 767px) {
    .fdmacs-modal-content {
        padding: 100px 30px 30px;
    }

    .bookly-mobile-step-1 .bookly-form-group[data-type="staff"] > label {
        display: none;
    }

    .bookly-mobile-step-1 .bookly-form-group[data-type="staff"] > label.visible {
        display: block;
    }

    .fdmacs-list-item .item-meta-wrap .item-rating {
        display: block;
    }
	
	body .fdmacs-profile-page {
       /*  margin-left: -20px;
        margin-right: -20px; */
    }

    body .fdmacs-profile-header {
        border-radius: 0;
    }

    body .fdmacs-profile-header-inner {
        flex-flow: column;
        justify-content: center;
        align-items: center;
    }

    body .fdmacs-profile-details-wrap {
        padding-left: 0;
        width: 100%;
		text-align:center;
    }

    body .fdmacs-profile-details-wrap .cdl-name {
        text-align: center;
        margin-top: 20px;
    }

    body .fdmacs-profile-details-wrap .cdl-meta,
    body .fdmacs-profile-details-wrap .cdl-experiences {
        justify-content: center;
    }

    body .fdmacs-profile-body {
        margin: 30px 15px;
    }

    body .fdmacs-profile-body section.fdmacs-profile-overview {
        padding: 20px;
    }

    body .fdmacs-profile-overview-items {
        flex-flow: column;
    }

    body .fdmacs-profile-overview-items li {
        width: 100%;
    }
}

@media (max-width: 650px) {
    .fdmacs-icon-details .info-toggle {
        display: block;
        margin: 0
    }

    .fdmacs-icon-details .info-wrap {
        width: 60%;
        margin: auto;
        display: none;
    }

    .fdmacs-icon-details.expanded .info-wrap {
        display: block;
    }

    .fdmacs-icon-details.expanded .info-toggle {
        margin-bottom: 20px;
    }

    .fdmacs-icon-details {
        padding: 15px;
    }

    .bookly-form label.fdmacs-list-label {
        display: block;
        text-align: center;
        font-weight: bold;
        margin-top: 20px;
    }

    .bookly-mobile-step-1 .bookly-form-group[data-type="staff"] > label.visible {
        display: none;
    }
}

@media (max-width: 544px) {
    .fdmacs-list-wrap {
        padding: 9px 18px;
    }

    .fdmacs-list-item .list-item-select {
        padding-right: 15px;
        width: 35px;
    }

    .fdmacs-list-item {
        padding: 17px 15px;
    }

    .fdmacs-list-item .list-item-actions {
        padding-left: 38px;
    }

    .bookly-mobile-step-1 .bookly-box {
        overflow: visible;
    }

    .fdmacs-list-wrap:not(.has-placeholder) {
        margin-left: -22px;
        margin-right: -22px;
    }
	
	body .fdmacs-profile-modal-inner .fdmacs-profile-body .comments-count-wrapper .comments-title{
		padding: 0.5em 1em;
	}
	body .fdmacs-profile-page {
        margin-left: 0px;
        margin-right: 0px;
    }

    body .fdmacs-profile-details-wrap .cdl-experiences {
/*        max-width: 260px;*/
        margin: auto;
    }
}