.theme-color-txt {
    color: #ed0676;
}

.btn.btn-link {
    background: #ed0676;
    color: #fff;
    font-weight: 500;
    margin: 5px 0;
    border-radius: 3px;
}

.nav-justified {
    margin-bottom: 2rem;
}

.nav-pills>li>a {
    white-space: nowrap;
    font-weight: 500;
}

.nav-pills>li.active>a {
    font-weight: 600;
}

#reviews .tab_main {
    padding-top: 2rem;
    width: 100%;
}

#reviews .comments-area {
    width: 100%;
}

#reviews .comment-box {
    display: block;
    display: none;
}

#reviews .tab_main .title, #gallery .tab_main .title {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #ed0676;
    display: flex;
    justify-content: space-between;
}

#reviews .tab_main h3, #gallery .tab_main h3 {
    font-weight: 600;
    font-size: 21px;
    color: #ed0676;
}

#reward .tab_main .title {
    color: #272727;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}

.reward-section {
    width: 100%;
}

.earning-rules, .spending-rules {
    display: grid;
    grid-template-columns: repeat(2, auto);
    column-gap: 1.5em;
    row-gap: 1.5em;
}

.earning-rules .reward-card {
    background-color: #f0e2e8;
}

.spending-rules .reward-card {
    background-color: #f6d596;
}

.reward-card {
    color: #272727;
    border-radius: 10px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    display: flex;
    overflow: hidden;
    width: 100%;
    padding: 3rem;
    justify-content: space-between;
    max-width: 600px;
}

.reward-card p {
    font-size: 14px;
    color: #272727;
    font-weight: 500;
    margin: 4px 0;
}

.reward-card p span {
    font-weight: 600;
}

.reward-card h4 {
    line-height: 1.5;
    margin-bottom: 8px;
}

.reward-card-preview {
    max-width: 70%;
}

.reward-card-info {
    position: relative;
    width: 129px;
    background: #fff;
    border-radius: 50%;
    height: 124px;
    top: 50%;
    transform: translate(0, -50%);
}

.points-circle {
    width: 90%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 6px;
    transform: translate(0, -50%);
}

p.reward-note {
    font-size: 12px;
    font-style: italic;
    font-weight: 500;
    line-height: normal;
    margin-top: 5px;
}

.reward-card-info h4 {
    color: #ed0676;
    text-transform: uppercase;
}

.spending-rules .reward-card-info {
    width: 149px;
    height: 149px;
}

.spending-rules .points-circle {
    top: 55%;
}

.spending-rules .points-circle .progress-text {
    line-height: normal;
    /* font-family: 'Playball', cursive; */
}

#reward .no-data {
    text-align: center;
    width: 100%;
    margin: 1em auto 2.5em;
}

.salon-detail .btn-style-four.active {
    background-color: #272727;
}

.spending-rules-block {
    padding-top: 2em;
    margin-top: 1em;
}

#reward .tab_main {
    padding-bottom: 3em;
}

.gallery-detail-section {
    padding-top: 110px;
    margin-top: 50px;
}

.gallery-detail-section .image-box {
    position: relative;
}

.gallery-detail-section .image-box::before {
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: -moz-linear-gradient(163deg, rgb(231, 63, 116) 0%, rgb(34, 34, 34) 72%);
    background-image: -webkit-linear-gradient(163deg, rgb(231, 63, 116) 0%, rgb(34, 34, 34) 72%);
    background-image: -ms-linear-gradient(163deg, rgb(231, 63, 116) 0%, rgb(34, 34, 34) 72%);
    opacity: 0.560;
}

.gallery-detail-section .image-box img {
    width: 100%;
    height: 100%;
    max-height: 400px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    object-fit: cover;
}

.gallery-detail-section .salon-content-area {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -40%);
    display: flex;
    gap: 2em;
}

.salon-logo {
    width: 150px;
    height: 150px;
}

.salon-logo img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    max-width: 150px;
    max-height: 150px;
}

.salon-info h1 {
    font-size: 36px;
    color: #ffffff;
    line-height: 50px;
    font-weight: 700;
}

.salon-info h5 {
    color: #fff;
    font-weight: 600;
}

.salon-info .bread-crumb {
    display: inline-block;
    padding: 6px 22px;
    margin-top: 8px;
    background: rgba(0, 0, 0, 0.5);
}

.salon-info .bread-crumb li {
    position: relative;
    float: left;
    font-size: 14px;
    line-height: 27px;
    color: #ffffff;
    font-weight: 600;
    cursor: default;
    padding-right: 16px;
    margin-right: 16px;
}

.salon-info .bread-crumb li a {
    color: #ed0676;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.salon-info .bread-crumb li::before {
    position: absolute;
    right: -1px;
    top: 3px;
    height: 21px;
    width: 2px;
    background-color: #ed0676;
    content: "";
}

.salon-info .bread-crumb li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.salon-info .bread-crumb li:last-child::before {
    display: none;
}

.salon-info .rate {
    color: #fff;
    margin: 0;
}

.gallery-detail.salon-detail .rate {
    margin: 0;
}

.mixitup-gallery {
    width: 100%;
}

.mixitup-gallery .gallery-block-two .image-box img {
    height: 200px;
    object-fit: cover;
}

.gallery-block-two:hover .image-box .overlay-box::before {
    opacity: .20;
}

.gallery-block-two .image-box .overlay-box::before {
    background-color: #fff;
}

.gallery-block-two .content-box .icon-box a.lightbox-image:hover {
    background-color: transparent;
}

.gallery-block-two .content-box .icon-box a.lightbox-image {
    width: 100%;
    height: 208px;
    border: none;
    margin: 0;
}

.gallery-block-two .content-box .icon-box a.lightbox-image span.fa {
    display: none;
}


.ratings-summary {
    border-bottom: 1px solid #eee;
    padding: 0 20px 20px;
    margin-bottom: 20px;
}

.rating-overview {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.overall-rating {
    width: 250px;
}

.overall-rating .rate {
    margin: 10px 0 5px;
    width: 150px;
    display: flex;
    justify-content: space-between;
}

.overall-rating .rate .fa {
    font-size: 21px;
    color: #ed0676;
}

.review-info-rate {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.rating-score {
    font-size: 2em;
    font-weight: 500;
    color: #272727;
}

.rating-badge {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    color: #fff;
    position: relative;
    background-color: #ed0676;
    padding: 0 12px 0 4px;
    height: 20px;
    font-size: 14px;
    border-radius: 2px 0 0 2px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.rating-badge::after {
    content: " ";
    position: absolute;
    right: -10px;
    width: 0;
    height: 0;
    border-top: 20px solid #ed0676;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}

.rating-count {
    color: #272727;
    font-size: 14px;
    font-weight: 500;
}

.rating-breakdown {
    width: 100%;
    padding-left: 40px;
    border-left: 1px solid rgba(0, 0, 0, .1);
}

.rating-breakdown .order-list li {
    display: flex;
    align-items: center;
    gap: 1em;
}

.rating-breakdown .order-list li .progress {
    height: 6px;
    background-color: rgba(0, 0, 0, .1);
    border-radius: 8px;
    width: 160px;
    margin: 0;
}

.rating-breakdown .order-list li .progress .progress-bar {
    background-color: #ed0676;
    box-shadow: unset;
}

.rating-breakdown .order-list li .star-value i.fa, .comments-area .filter .rate-count-filter i.fa {
    color: #ed0676;
}

.rating-breakdown .order-list li .rating-hit {
    font-size: 12px;
    color: #272727;
    font-weight: 500;
}

.comments-area .filter .rate-count-filter button {
    color: #272727;
    font-weight: 500;
}

.reviews {
    padding: 0 20px;
}

.reviews .filter .sort-by .ui-selectmenu {
    display: none;
}

.reviews .filter .sort-by {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.reviews .filter .sort-by img {
    width: 21px;
}

.reviews .filter .sort-by span {
    font-size: 14px;
    color: #272727;
    font-weight: 500;
}

.reviews .filter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.filter button, .filter select {
    background-color: #fff;
    border: 1px solid #f1f1f1;
    padding: 5px 16px;
    margin-right: 5px;
    cursor: pointer;
}

.reviews .review {
    display: flex;
    gap: 1rem;
    border-top: 1px solid #eee;
    padding: 10px 0;
}

.reviews .author-thumb img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 5px;
}

.reviews .review-content {
    width: 100%;
}

.reviews .review-content .review-header {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.reviews .review-content .rate {
    margin: 0;
}

.reviews .review-content .rate .fa {
    color: #ed0676;
}

.review-body p {
    font-size: 15px;
    color: #272727;
    line-height: 16px;
    margin-top: 5px;
}

.review-header span {
    font-size: 14px;
    color: rgba(0, 0, 0, .5);
}

.review-header span.review-time {
    font-size: 13px;
}

.title .btn.btn-secondary {
    padding: 0.6rem 1.6rem;
}

.pagination>.active>span, .pagination>.active>span:hover {
    background-color: #ed2c75;
    border-color: #ed2c75;
    font-weight: 700;
    margin: 0 2px;
}

.pagination>li>a, .pagination>.disabled>span {
    color: #272727;
    font-weight: 500;
    margin: 0 2px;
}

.pagination>.disabled>span {
    background-color: #efefef;
}

.comments-area .filter .rate-count-filter button.active {
    border-color: #ed0676;
    background-color: #ffeff4;
}

.sort-by .dropdown {
    width: 150px;
}

.sort-by .dropdown-menu>.active>a {
    background-color: #ed0676;
}

.gallery-detail .info-column .info-list li a svg:hover, .gallery-detail .info-column .info-list li a svg:hover path {
    fill: #ed0676;
}

.salon-detail .btn-style-four:focus {
    color: #fff;
}

#announcements .tab_main {
    padding: 3rem;
}

.card-container {
    width: 100%;
    margin-bottom: 1.5rem;
    padding: 1.5rem 2.5rem;
    background-color: #f6f6f6;
    color: #272727;
    border-radius: 5px;
}

.announcement-name {
    font-weight: 700;
    color: #272727;
    font-size: 18px;
}

.creator {
    display: flex;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 600;
}

.creator span.name {
    color: #ed0676;
}

.creator span.date {
    font-size: 12px;
    font-weight: 500;
    font-style: italic;
    color: #747474;
}

.announcement-message {
    font-size: 13px;
    color: #272727;
    line-height: 20px;
    margin: 0.5rem 0;
    letter-spacing: 0;
    font-weight: 500;
}

a.page-link {
    font-weight: 600;
    text-decoration: underline;
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.pagination>.active>span, .pagination>.active>span:hover {
    background-color: #ed2c75;
    border-color: #ed2c75;
    font-weight: 700;
    margin: 0 2px;
}

.pagination>li>a, .pagination>.disabled>span {
    color: #272727;
    font-weight: 500;
    margin: 0 2px;
}

.profile-page .profile-section {
    padding: 3rem;
}

.pagination>.disabled>span {
    background-color: #efefef;
}

#info .gallery-detail .info-column .info-list li span a, #info .gallery-detail .info-column .info-list li span.rating .rate span {
    color: #272727;
}

#info .gallery-detail .info-column .info-list li span a:hover, #info .gallery-detail .info-column .info-list li span.rating a:hover .rate span {
    color: #ed0676;
}

#info .gallery-detail p.desc {
    text-align: justify;
}

.gm-style .gm-style-iw-d .content {
    padding-bottom: 0;
}

.gm-style .gm-style-iw-d .content a {
    font-size: 14px;
    font-weight: 400;
    color: #272727;
}

.gm-style .gm-style-iw-d .content a:hover {
    color: #ed0676;
}

.pricing-block .price-box .theme-btn {
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #d7d7d7;
}

.pricing-block .price-box .theme-btn:hover {
    border-color: #ed0676;
}

#giftCard h4, #membership h4 {
    margin: 0 0 30px 10px;
}

.pricing-section-two .sec-title {
    margin-bottom: inherit;
}

.pricing-section-two .sec-title .title {
    text-transform: uppercase;
    font-weight: 500;
}

.pricing-section-two .pricing-block .content-box {
    padding: 15px;
}

.pricing-section-two .pricing-block .price-box {
    right: 0;
    top: 0;
    height: 100%;
    border: none;
    border-left: 1px solid #eee;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.pricing-section-two .pricing-block .price-box .first-row {
    display: inline-flex;
    gap: 1rem;
    align-items: center;
    margin-bottom: 10px;
}

.pricing-section-two .pricing-block .price-box .price {
    margin-bottom: 0;
}

.offer-box .image-box img {
    width: 100%;
    max-height: 180px;
    object-fit: cover;
}


@media only screen and (max-width:1024px) {
    .gallery-detail-section {
        padding: 0;
        margin: 0;
    }

    .gallery-detail-section .salon-content-area {
        top: 30%;
        left: 50%;
        transform: translate(-50%, -20%);
    }

    .salon-logo {
        width: 130px;
        height: 130px;
    }

    .salon-logo img {
        max-width: 125px;
        max-height: 125px;
    }

    .salon-info h1 {
        font-size: 32px;
        line-height: 40px;
    }

    .gal-ser {
        padding: 30px 0;
    }

    .salon-detail-page .gallery-detail .info-column .facilities-image {
        width: 35px;
        object-fit: contain;
        height: 35px;
    }

    .gallery-detail .info-column.facilities ul.info-list .info-column {
        padding: 0;
        margin: 0;
    }
}

@media only screen and (max-width:992px) {
    .auto-container {
        max-width: 900px !important;
        margin: auto;
        padding: 0;
    }

    .nav-pills>li>a {
        font-size: 14px;
    }

    .tab-pane .tab_main {
        padding: 2em 1em 1em;
    }

    .policy-section .works_list {
        min-height: 160px;
    }

    .offer-box .image-box img {
        width: 250px;
        max-height: 250px;
        object-fit: cover;
        height: 100%;
    }

    .earning-rules, .spending-rules {
        grid-template-columns: repeat(1, auto);
    }

    .reward-card {
        max-width: 100%;
    }
}

@media only screen and (max-width:768px) {
    .gallery-detail-section .salon-content-area {
        width: 90%;
        margin: auto;
    }

    .salon-info {
        width: calc(100% - 130px);
    }

    .salon-info h1 {
        font-size: 28px;
        line-height: 30px;
        text-align: left;
    }

    .salon-info .bread-crumb {
        padding: 5px 18px;
        margin-top: 5px;
    }

    .nav-justified>li>a {
        text-align: left;
    }

    .tab-pane .tab_main {
        padding: 1em 1em 1em;
    }

    .gallery-detail h3 {
        margin-bottom: 15px;
    }

    .gallery-detail p {
        margin-bottom: 30px;
    }

    .gallery-detail .info-column .info-list li .post-share-options ul.social-icon li {
        margin: 0;
    }

    .gallery-detail-section .image-box {
        height: 260px;
    }

    .pricing-block .content-box {
        margin-bottom: 0;
    }

    .pricing-section-two .pricing-block .price-box {
        border: none !important;
        border-left: none !important;
        padding: 0;
    }

    .pricing-block .price-box .theme-btn {
        padding: 8px 30px;
    }

    .pricing-section-two {
        padding: 15px 0 10px;
    }

    .pricing-block .image-box {
        margin-bottom: 0;
    }

    .salon-detail-page #gallery .tab_main {
        padding: 1em;
    }

    .rating-overview {
        justify-content: space-between;
        flex-direction: column;
        gap: 1rem;
        align-items: start;
    }

    .rating-breakdown {
        padding-left: 0;
        border: none;
    }

    .overall-rating {
        width: 100%;
    }

    .reviews .filter {
        flex-direction: column;
        gap: 1em;
    }


    .rate-count-filter {
        width: 100%;
    }

    .reviews .filter .sort-by {
        width: 100%;
        justify-content: end;
    }
}

@media only screen and (max-width:520px) {
    .salon-detail .btn-style-four {
        padding: 15px 25px;
    }
}

@media only screen and (max-width:479px) {
    .salon-logo {
        width: 115px;
        height: 115px;
    }

    .salon-logo img {
        max-width: 110px;
        max-height: 110px;
    }

    #info .gallery-detail .info-column .info-list li .rating {
        margin-bottom: 0;
    }

    .reward-card {
        padding: 1.5rem;
    }

    .reward-card h4 {
        font-size: 16px;
    }

    .points-circle h4, .points-circle .progress-text {
        font-size: 14px;
    }

    .reward-card-preview {
        max-width: 65%;
    }
}

@media only screen and (max-width: 420px) {
    #announcements .tab_main {
        padding: 2rem;
    }

    .reviews {
        padding: 0;
    }
}

@media only screen and (max-width: 399px) {
    .salon-info h1 {
        font-size: 24px;
    }

    .filter button, .filter select {
        padding: 4px 12px;
        margin-right: 5px;
    }

    .salon-info .bread-crumb li {
        line-height: 20px;
    }

    .gm-ui-hover-effect>span {
        width: 20px !important;
        height: 20px !important;
        margin: 10px !important;
    }

    .gm-style .gm-style-iw-d {
        padding: 10px 25px 0px 0;
    }

    .gm-ui-hover-effect {
        width: 40px !important;
        height: 40px !important;
    }

    .reward-card {
        flex-direction: column;
        align-items: center;
        padding: 2rem;
    }

    .reward-card-preview {
        max-width: 100%;
    }

    .reward-card-info {
        top: 15%;
        transform: translate(0, -25%);
    }

    .reviews .review-content .review-header {
        flex-direction: column;
    }
}

@media only screen and (max-width: 379px) {
    .salon-logo {
        width: 100px;
        height: 100px;
    }

    .salon-logo img {
        max-width: 100px;
        max-height: 100px;
    }

    .salon-info .bread-crumb li {
        font-size: 13px;
    }

    .salon-info .bread-crumb li::before {
        height: 15px;
    }

    .salon-info .bread-crumb {
        padding: 5px 10px;
    }

    .reviews .author-thumb img {
        width: 35px;
        height: 35px;
    }
    .author-thumb {
        width: 12% !important;
    }
    .review-content {
        width: 88% !important;
    }
}

@media only screen and (max-width: 360px) {
    .salon-info h1 {
        font-size: 22px;
    }

    .ratings-summary {
        padding: 0 10px 20px;
    }

    .rating-breakdown .order-list li {
        gap: 0.8em;
    }

    .filter button, .filter select {
        padding: 2px 8px;
        margin-right: 5px;
    }
}

#coupon .product-details, #coupon .product-details .offer-box {
    width: 100%;
}

#coupon .product-details .offer-box.no-data {
    text-align: center;
}

#coupon .product-details .offer-box.no-data p {
    margin-top: 1em;
}

#reviews .no-data {
    text-align: center;
    width: 100%;
    margin: 1em auto 0;
}

#reviews .no-data p {
    font-size: 16px;
    font-weight: 500;
    color: #272727;
}
