.chef-directory-page {
    font-family: "Nunito Sans", Sans-serif;
    padding: 0 15px;
}

.chef-directory-page-title {
    font-weight: 600;
    font-size: 46px;
    line-height: 63px;
    color: #3A3A3A;
    text-transform: initial;
}

.chef-directory-page-subtitle {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #555555;
}

.chef-directroy-filters {
    display: flex;
    gap: 40px;
    padding-top: 20px;
}

.chef-directroy-filter {
    width: calc(33% - 26px);
}

.chef-directroy-filter-label {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #555555;
    margin-bottom: 10px;
    display: block;
}

.chef-directroy-filter .filter-dropdown {
    padding: 13px;
    height: 48px;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    border-radius: 2px;
    cursor: pointer;
    position: relative;
}

.chef-directroy-filter .filter-dropdow-label {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
}

.chef-directroy-filter .filter-dropdow-label:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #7c8198 transparent transparent transparent;
    position: absolute;
    right: 20px;
    top: 20px;
}

.chef-directroy-filter .filter-dropdow-label span {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #F15941;
    background: #F4D1B6;
    border-radius: 50%;
    display: inline-block;
    padding-top: 1px;
    width: 18px;
    height: 18px;
}

.chef-directroy-filter .filter-dropdown-options {
    display: none;
    position: absolute;
    top: 48px;
    z-index: 10;
    background-color: #ffffff;
    width: 100%;
    left: 0;
    box-shadow: 0px 2px 16px rgba(168, 173, 198, 0.15);
    border-radius: 4px;
    overflow: hidden;
}

.chef-directroy-filter .filter-dropdown-options ul {
    padding: 0;
    margin: 0;
    list-style: none;
    max-height: 360px;
    overflow: auto;
}

.chef-directroy-filter .filter-dropdown-options ul li {
    display: block;
}

.chef-directroy-filter .filter-dropdown-options ul li label {
    display: block;
    padding: 12px 16px;
    background: #FFFFFF;
    border-bottom: 1px solid #EBEBEB;
    font-size: 14px;
    line-height: 18px;
    color: #555;
    cursor: pointer;
}

.chef-directroy-filter .filter-dropdown-options ul li label:hover {
    background-color: #F9F9F9;
}

.chef-directroy-filter .filter-dropdown-options ul li input {
    display: none;
}

.chef-directroy-filter .filter-dropdown-options ul li input:checked + label {
    background-color: #F9F9F9;
}

.chef-directroy-filter .filter-dropdown:focus .filter-dropdown-options {
    display: block;
}

.chef-directroy-filter .filter-dropdown-options ul li label img {
    width: 20px;
    display: inline-block;
    margin-right: 10px;
}

.chef-directory-selected-filters {
    margin: 44px 0;
}

.chef-directory-selected-filters .selected-filter {
    background: #FFF5EC;
    border-radius: 16px;
    display: inline-block;
    padding: 4px 44px 4px 16px;
    margin-right: 5px;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #F45C35;
    position: relative;
}

.chef-directory-selected-filters .selected-filter .remove-filter {
    position: absolute;
    right: 18px;
    top: 8px;
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(../img/icon-close-2.png);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.chef-directory-selected-filters .selected-filter .remove-filter:hover {
    background-color: #fbd8c3;
    border-radius: 5px;
}

.chef-directroy-listings {
    display: flex;
    flex-flow: row wrap;
    gap: 40px;
}

.chef-directroy-listings .chef-directroy-listing {
    width: calc(33% - 26px);
    border: solid 1px #E5E5E5;
    border-radius: 5px;
}

.chef-directroy-listings .chef-directroy-listing .cdl-header {
    background: #F4D1B6;
    position: relative;
    height: 141px;
}

.chef-directroy-listings .chef-directroy-listing .cdl-image {
    width: 148px;
    height: 148px;
    overflow: hidden;
    border-radius: 50%;
    border: solid 5px #ffffff;
    position: absolute;
    bottom: -70px;
    left: 0;
    right: 0;
    margin: auto;
}

.chef-directroy-listings .chef-directroy-listing .cdl-content {
    padding: 90px 32px 32px;
}

.chef-directroy-listings .chef-directroy-listing .cdl-name a {
    font-weight: 600;
    font-size: 28px;
    line-height: 38px;
    color: #3A3A3A;
    text-align: center;
    display: block;
}

.chef-directroy-listings .chef-directroy-listing .cdl-meta {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #3A3A3A;
    flex-wrap: wrap;
}
.chef-directroy-listings .chef-directroy-listing .cdl-meta .cdl-location {
    text-align: center;
    width: 100%;
}

.chef-directroy-listings .chef-directroy-listing  .cdl-rating .avarage_total  {
    display: none;
}

.chef-directroy-listings .chef-directroy-listing  .cdl-rating img {
    display: inline-block;
    vertical-align: baseline;
}

.chef-directroy-listings .chef-directroy-listing .cdl-meta-separator {
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background-color: #CBBCB1;
}

.chef-directroy-listings .chef-directroy-listing .cdl-experiences {
    display: flex;
    flex-flow: row wrap;
}

.chef-directroy-listings .chef-directroy-listing .cdl-experience {
    display: flex;
    flex-flow: column;
    width: 20%;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #555555;
}

.chef-directroy-listings .chef-directroy-listing .cdl-experience img {
    width: 25px;
    margin-bottom: 5px;
}

.chef-directroy-listings .chef-directroy-listing .cdl-description {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #3A3A3A;
    margin-top: 20px;
}

.chef-directroy-listings .chef-directroy-listing .cdl-description a {
    color: #F15941;
    text-decoration: underline;
}

.chef-directroy-nothing-found {
    text-align: center;
    margin: auto;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #555555;
}

.chef-directroy-nothing-found img {
    margin-bottom: 24px;
}

.chef-directroy-pagination {
    text-align: center;
    margin: 40px 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #555555;
}

.chef-directroy-pagination .cdp-content {
    margin-bottom: 16px;
}

.chef-directroy-pagination .cdp-content .page-numbers {
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 3px;
    border-radius: 3px;
    border: solid 1px #EBEBEB;
    color: #333333;
}

.chef-directroy-pagination .cdp-content .page-numbers.current,
.chef-directroy-pagination .cdp-content a.page-numbers:hover {
    background: #F15941;
    color: #ffffff;
}

.chef-directroy-pagination .cdp-content .prev {
    display: inline-block;
    vertical-align: top;
    width: 60px;
    height: 40px;
    border: none;
    margin-right: 10px;
}

.chef-directroy-pagination .cdp-content .page-numbers.prev:hover {
    background-color: transparent;
}

.chef-directroy-pagination .cdp-content .prev .cdp-prev-active {
    display: block;
    height: 40px;
    background-image: url('../img/icon-arrow-left-inactive.png');
    background-position: center;
    background-repeat: no-repeat;
}

.chef-directroy-pagination .cdp-content .page-numbers.prev:hover .cdp-prev-active {
     background-image: url('../img/icon-arrow-left-active.png');
}

.chef-directroy-pagination .cdp-content .next {
    display: inline-block;
    vertical-align: top;
    width: 60px;
    height: 40px;
    border: none;
    margin-left: 10px;
}

.chef-directroy-pagination .cdp-content .page-numbers.next:hover {
    background-color: transparent;
}

.chef-directroy-pagination .cdp-content .next .cdp-next-active {
    display: block;
    height: 40px;
    background-image: url('../img/icon-arrow-right-inactive.png');
    background-position: center;
    background-repeat: no-repeat;
}

.chef-directroy-pagination .cdp-content .page-numbers.next:hover .cdp-next-active {
     background-image: url('../img/icon-arrow-right-active.png');
}

@media (max-width: 991px) {
    .chef-directroy-listings .chef-directroy-listing {
        width: calc(50% - 20px);
    }
}

@media (max-width: 800px) {
    .chef-directroy-listings .chef-directroy-listing .cdl-content {
        padding: 90px 20px 20px;
    }

    .chef-directroy-filters {
        gap: 20px;
    }
}

@media (max-width: 767px) {
    .chef-directroy-listings .chef-directroy-listing {
        width: 100%;
    }

    .chef-directroy-filters {
        gap: 20px;
        flex-flow: column;
    }

    .chef-directroy-filter {
        width: 100%;
    }
}