*:focus {
    outline: none;
}

body {
    background: #ffffff;
}

.header .container {
    width: 90%;
}

.fixed-header,
.white-header {
    background: #ff0090;
}

.top-bar {
    background: #ff0090;
}

ul.header__right_side {
    padding-left: 60px;
}

ul.header__right_side li a,
.search-login-block a {
    font-size: 14px;
}

.filter-container {
    margin: 60px auto 0;
    width: 90%;
    background: #ffffff;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.filter-container p {
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    margin: 0 25px;
}

.filter-container select {
    height: 41px;
    border: solid 1px #ff0090;
    text-align-last: center;
    font-size: 16px;
    font-weight: 500;
    background: #ffffff;
}

.filter-container .input-wrapper input[type="text"] {
    width: 340px;
    height: 36px;
    border: none;
    border-bottom: 1px solid #ff0090;
    text-indent: 20px;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
}

.filter-container .input-wrapper input[type="text"]::placeholder {
    font-size: 16px;
    font-weight: 500;
}

.filter-container .input-wrapper::before {
    font-family: 'FontAwesome', serif;
    color: #ff0090;
    position: relative;
    left: 10px;
    z-index: 99;
    content: "\f002";
}

.k-checkbox-label:before {
    border-color: #ffffff;
    background: #fff;
    border-radius: 1px
}

.k-checkbox-label:hover:before,
.k-checkbox:checked + .k-checkbox-label:hover:before,
.k-checkbox:checked:hover + .k-checkbox-label:before,
.k-checkbox:hover + .k-checkbox-label:before {
    border-color: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.k-checkbox:checked + .k-checkbox-label:before {
    background-color: #ff0090;
    border-color: #fff;
    color: #fff;
    width: 20px;
    height: 20px;
}

.k-checkbox-label:active:before,
.k-checkbox:active + .k-checkbox-label:before {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #ffffff
}

.k-checkbox:checked + .k-checkbox-label:active:before,
.k-checkbox:checked:active + .k-checkbox-label:before {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #ffffff
}

.k-checkbox:disabled + .k-checkbox-label {
    color: #999
}

.k-checkbox:disabled + .k-checkbox-label:hover:before {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.k-checkbox:checked:disabled + .k-checkbox-label:active:before,
.k-checkbox:checked:disabled + .k-checkbox-label:before,
.k-checkbox:checked:disabled + .k-checkbox-label:hover:before,
.k-checkbox:disabled + .k-checkbox-label:before {
    color: #999;
    background: #f5f5f5;
    border-color: #bfbfbf;
    border-radius: 1px
}

.k-checkbox:focus + .k-checkbox-label:before,
.k-checkbox:focus + .k-checkbox-label:hover:before {
    border-color: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.k-checkbox:indeterminate + .k-checkbox-label:after {
    background: #ff0090;
    border-color: #ff0090;
    border-radius: 0
}

.k-checkbox:indeterminate:hover + .k-checkbox-label:after {
    border-color: #ff0090;
    background-color: #ff0090;
}

.k-checkbox-label:before {
    width: 20px;
    height: 20px;
    background: 0 0
}

.k-checkbox + .k-checkbox-label:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: -webkit-box-shadow 0ms;
    transition: -webkit-box-shadow 0ms;
    transition: box-shadow 0ms;
}

.k-checkbox:focus + .k-checkbox-label:before {
    border-color: #ffffff
}

.k-checkbox:checked + .k-checkbox-label:before,
.k-checkbox:checked + .k-checkbox-label:hover:before,
.k-checkbox:checked:hover + .k-checkbox-label:before {
    border-color: #ffffff;
    width: 20px;
    height: 20px;
}

.k-checkbox:focus + .k-checkbox-label:after {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
}

.k-checkbox + .k-checkbox-label:active:after,
.k-checkbox:active + .k-checkbox-label:after {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
}

.k-checkbox:checked + .k-checkbox-label:active:after,
.k-checkbox:checked + .k-checkbox-label:focus:after,
.k-checkbox:checked:active + .k-checkbox-label:after,
.k-checkbox:checked:focus + .k-checkbox-label:after {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
}

.k-checkbox:disabled + .k-checkbox-label:active:after {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.k-checkbox:indeterminate + .k-checkbox-label:before {
    width: 20px;
    height: 20px;
    border-color: #ff0090;
}

.filter-bar {
    width: 100%;
    height: 54px;
    background: #ff0090;
    display: flex;
    align-items: center;
    justify-content: center;
}

.filter-bar .k-checkbox-label,
.filter-bar .label {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    cursor: pointer;
}

.filter-bar .img {
    cursor: pointer;
}

.filter-bar .filter-item {
    margin-right: 60px;
    position: relative;
}

.filter-bar .filter-item .dropdown {
    display: none;
    z-index: 10;
    position: absolute;
    width: 180px;
    top: 37px;
    left: 8px;
    background-color: #ffffff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

.filter-bar .filter-item .dropdown ul {
    list-style-type: none;
    padding: 0;
}

.filter-bar .filter-item .dropdown ul li {
    padding: 4px 8px;
}

.filter-bar .filter-item .dropdown ul li:first-child {
    padding-top: 8px;
}

.filter-bar .k-checkbox-label,
.filter-bar .label {
    font-size: 14px;
    font-weight: 600;
}

.filter-bar .dropdown .k-checkbox-label,
.filter-bar .dropdown .label {
    font-size: 12px;
    font-weight: 500;
    color: #2c2c2c;
}

.filter-bar .dropdown .k-checkbox-label:before {
    margin-top: 2px;
    margin-left: 3px;
    border-color: #ff0090;
    width: 16px;
    height: 16px;
}

.filter-bar .dropdown .k-checkbox:checked + .filter-bar .dropdown .k-checkbox-label:before,
.filter-bar .dropdown .k-checkbox:checked + .filter-bar .dropdown .k-checkbox-label:hover:before,
.filter-bar .dropdown .k-checkbox:checked:hover + .filter-bar .dropdown .k-checkbox-label:before {
    border-color: #ffffff;
    width: 16px;
    height: 16px;
}

.filter-bar .dropdown .k-checkbox:checked + .filter-bar .dropdown .k-checkbox-label:before,
.filter-bar .dropdown .k-checkbox-label:active:before,
.filter-bar .dropdown .k-checkbox:active + .filter-bar .dropdown .k-checkbox-label:before,
.filter-bar .dropdown .k-checkbox:checked + .filter-bar .dropdown .k-checkbox-label:active:before,
.filter-bar .dropdown .k-checkbox:checked:active + .k-checkbox-label:before,
.filter-bar .dropdown .k-checkbox-label:before,
.filter-bar .dropdown .k-checkbox-label:hover:before,
.filter-bar .dropdown .k-checkbox:checked + .filter-bar .dropdown .k-checkbox-label:hover:before,
.filter-bar .dropdown .k-checkbox:checked:hover + .filter-bar .dropdown .k-checkbox-label:before,
.filter-bar .dropdown .k-checkbox:hover + .filter-bar .dropdown .k-checkbox-label:before {
    border-color: #ff0090;
    width: 16px;
    height: 16px;
}

.filter-bar .btn {
    display: flex;
    justify-content: center;
    align-content: center;
    width: 95px;
    height: 35px;
    border-radius: 3px;
    border: solid 1px #ffffff;
    font-size: 16px;
    font-weight: bold;
    background: #ff0090;
    color: #ffffff;
    margin-left: 50px;
}

.filter-bar .btn:focus {
    outline: none;
    outline-offset: 0;
}

.filter-bar .btn .fa {
    margin-right: 5px;
    margin-top: 3px;
}

.banners {
    height: 174px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    box-shadow: 0 2px 11px 0 #979797;
}

.banners .banner-item {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 15px 30px;
}

.banners .banner-item:first-child {
    border-right: solid 1px #cdcccc;
}

.banners .banner-item h3 {
    font-size: 20px;
    font-weight: 600;
    color: #ff0090;
    padding: 0;
    margin: 0 0 20px;
}

.banners .banner-item p {
    font-size: 15px;
    font-weight: 500;
    color: #2c2c2c;
    margin-bottom: 20px;
}

.banners .banner-item .banner-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    width: 189px;
    height: 32px;
    border-radius: 3px;
    background-image: linear-gradient(to bottom, #ff0090, rgba(247, 107, 28, 0.5));
    font-size: 14px;
    font-weight: 500;
    color: #ffffff
}

.filter-results {
    width: 1340px;
    margin: 20px auto;
}

@media (min-width: 1441px) {
    .filter-results {
        width: 80%;
        margin: 20px auto;
    }
}

.filter-result-details p {
    font-size: 22px;
    font-weight: 500;
    color: #2c2c2c;
    margin-bottom: 30px;
}

.filter-result-details p span.makeup-color {
    font-weight: 600;
    color: #ff0090;
}

.filter-result-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.artist-card {
    position: relative;
    width: 300px;
    height: 400px;
    box-shadow: 0 2px 4px 0 #9b9b9b;
    margin: 0 20px 30px 0;
}

.artist-card img.cover {
    width: 300px;
    height: 209px;
    object-fit: cover;
    background: #ff0090;
}

.artist-card .tag {
    position: absolute;
    top: 0;
    left: 0;
}

.artist-card .tag img {
    height: 29px;
}

.artist-card .content {
    padding: 15px;
    background: #ffffff;
}

.artist-card .upper-header,
.artist-card .lower-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.artist-card .upper-header h3.artist-name {
    width: 90%;
    padding: 0;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #ff0090;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.artist-card .upper-header .artist-rating {
    color: #ffffff;
    width: 60px;
    height: 29px;
    border-radius: 3px;
    display: flex;
    background-color: #ff0090;
    justify-content: center;
    align-items: center;
}

.artist-card .upper-header .artist-rating .fa {
    margin-right: 3px;
}

.artist-card .upper-header .artist-rating .rating-in-number {
    position: relative;
    top: -2px;
}

.artist-card .upper-header .artist-rating .rating-link,
.artist-card .upper-header .artist-rating .rating-link:hover {
    color: #ffffff;
}

.artist-card .lower-header h4.artist-city {
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: #2c2c2c;
}

.artist-card .lower-header .artist-review-count {
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    color: #4a4a4a;
}

.artist-card .artist-card-body {
    border-top: solid 1px #cdcccc;
    border-bottom: solid 1px #cdcccc;
    padding: 10px 0;
}

.artist-card .artist-card-body p {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: #2c2c2c;
}

.artist-card .artist-card-body p .makeup-color {
    font-weight: bold;
    color: #ff0090;
}

.artist-card .artist-card-footer {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.artist-card .artist-card-footer .artist-service {
    padding: 0;
    margin: 0;
}

.artist-card .artist-card-body .rupee {
    font-size: 18px;
}

.artist-card .artist-card-footer .artist-service {
    font-size: 14px;
    font-weight: 500;
    color: #2c2c2c;
}

.artist-card .artist-card-footer .artist-service .fa {
    color: #ff0090;
    font-size: 16px;
    width: 16px;
    margin-right: 5px;
}

.artist-card .artist-card-footer .artist-profile {
    color: #ffffff;
    width: 83px;
    height: 22px;
    border-radius: 3px;
    display: flex;
    background-color: #ff0090;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
}

.filter-results {
    position: relative;
}

.loader-container {
    display: none;
    position: absolute;
    height: 100vh;
    width: 100%;
    background: #ffffffd4;
}

.loader-wrapper {
    position: relative;
    top: 20%;
    left: 50%;
}

.loader {
    border: 8px solid #f3f3f3; /* Light grey */
    border-top: 8px solid #ff0090; /* Blue */
    border-radius: 50%;
    width: 48px;
    height: 48px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.pagination-container {
    text-align: center;
}

.pagination {
    margin: 20px auto;
}

.pagination > li > a, .pagination > li > span {
    color: #ff0090;
    border: none;
}

.show-filters {
    display: none;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    height: 48px;
    background: #ff0090;
    position: fixed;
    bottom: 0vh;
    justify-content: center;
    align-items: center;
    border-radius: 0;
}

.show-filters:hover{
    color: #fff;
}

.filter-bar .mobile-filters {
    display: none;
}

@media (max-width: 767px) {
    .filter-wrapper {
        position: relative;
        display: none;
    }

    .filter-container {
        height: 45vh;
        flex-direction: column;
    }

    .filter-container > p,
    .filter-container > select,
    .filter-container > div {
        margin-bottom: 20px;
    }

    .filter-bar {
        position: relative;
        height: 55vh;
        flex-direction: column;
        justify-content: flex-start;
    }

    .filter-bar .filter-item {
        background: #ffffff;
        width: 100%;
        margin-right: 0;
    }

    .filter-bar .filter-item .filter-selector {
        background: #ff0090;
        padding: 15px 0;
        border-bottom: 1px solid #ffffff;
        width: 100%;
        text-align: center;
    }

    .filter-bar .filter-item .dropdown ul {
        text-align: center;
    }

    .filter-bar .filter-item .dropdown {
        position: static;
        width: 100%;
        background: #ffffff;
        box-shadow: none;
    }

    .filter-bar .reset {
        display: none;
    }

    .filter-bar .mobile-filters {
        position: fixed;
        bottom: 0vh;
        display: flex;
        width: 100%;
        flex-wrap: nowrap;
    }

    .filter-bar .mobile-filters .btn {
        height: 48px;
        width: 50%;
        border-bottom: 0;
        margin-left: 0;
        border-radius: 0;
    }

    .filter-bar .mobile-filters .btn:first-child {
        border-left: 0;
    }

    .filter-bar .mobile-filters .btn:last-child {
        border-right: 0;
    }

    .filter-results {
        width: 80%;
    }

    .filter-result-details {
        text-align: center;
    }

    .filter-result-details p {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .banners {
        margin-top: 80px;
        width: 100%;
        height: inherit;
        box-shadow: none;
        flex-direction: column;
    }

    .banners .banner-item:first-child {
        border-right: none;
    }

    .banners .banner-item {
        width: 80%;
        padding: 5px 0 10px;
    }

    .banners .banner-item .banner-btn{
        width: 100%;
    }

    .banners .banner-item h3,
    .banners .banner-item p{
        display: none;
    }

    .artist-card {
        margin: 0 0 20px 0;
    }

    .filter-result-cards {
        justify-content: center;
    }

    .show-filters {
        display: flex;
    }
}
