/*
Theme Name: cleanbee
Author: gooldes
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2024.1
Requires at least: 5.2
Tested up to: 6.5
Requires PHP: 7.0
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: cleanbee

cleanbee WordPress Theme 2011-2024
cleanbee is distributed under the terms of the GNU GPL
*/


.popup_time {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 999;
}

.popup-content {
    text-align: center;
}

.popup-content h3 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
}

.popup-content button {
    margin-top: 10px;
    padding: 8px 16px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.popup-content select {
    height: 30px;
    min-width: 80px;
    font-size: 16px;
}

.popup-content label {
    font-size: 16px;
    margin-right: 12px;
}

.popup-content button:hover {
    background-color: #0056b3;
}


.stripe-element {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 10px;
    font-size: 24px;
}

.stripe-row {
    display: flex;
    justify-content: space-between;
}

.stripe-column {
    flex: 1;
    margin-right: 10px;
}

.stripe-column:last-child {
    margin-right: 0;
}

#card-errors {
    color: red;
    margin-top: 10px;
}

#submit {
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 336px;
    width: 336px;
    height: 72px;
    padding: 20px;
    border-radius: 56px;
    background-color: #fde000;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 22px;
    color: #2b2d33;
    margin-top: 24px;
}

#submit:hover {
    background-color: orange;
}


#close-button {
    position: absolute;
    right: 20px;
    top: 20px;
}

.track_status_slider {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    width: auto;
}

.status_item.active .status_item__img:before {
    display: none;
}

.status_item {
    min-width: 130px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 12px;
}

.status_item.active .status_item__img .status_item__img_border {
    width: 80px;
    height: 80px;
    padding: 14px;
    border: 4px solid #b1b1b1;
}

.status_item.active:last-child .status_item__img .status_item__img_border {
    border: 4px solid #40a642;
}

.status_item.active .status_item__img {
    min-height: 90px;
    height: 90px;
}

.track_status__slider .status_item {
    display: none;
}

.track_status__slider .status_item:nth-last-child(-n+3) {
    display: block;
}


.header__logo img, .header__logo picture {
    height: auto;
}

.footer__center_logo img, .footer__center_logo picture {
    height: auto;
}


.u_calendar__cell_link, .u_calendar__cell a, .u_calendar__cell button {
    background: linear-gradient(135deg, #a4ebab, rgba(227, 232, 239, .4));
}

.unavailable .u_calendar__cell_link, .unavailable .u_calendar__cell a, .unavailable .u_calendar__cell button {
    background: linear-gradient(135deg, #e3e8ef, rgba(227, 232, 239, .4));
}

.u_calendar__cell.selected {
    background-color: #fde000; /* Highlight color for selected cells */
}

.u_calendar__cell.selected .u_calendar__cell_link {
    background: none;
}

.u_calendar__cell a {
    display: flex;
    align-items: center;
    justify-content: center;
}

#cleaning-time {
    padding: 12px;
}

.u_calendar__time {
    font-size: 20px;
}

.bl_booking__right .b_advantages__img {
    width: 108px;
    min-width: 108px;
    height: 103px;
}

.b_advantages .b_advantages__texts {
    display: none;
}

#cleaning-time {
    display: flex;
    justify-content: center;
}

#cleaning-time label {
    font-size: 20px;
}

#cleaning-time input {
    margin-right: 6px;
}

.chat {
    z-index: 1000;
    left: 32px;
    right: auto;
}

.index-home__btn-wrap a, .guarantee__btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.customer-slide__rating-item {
    justify-content: flex-start;
}

#parking_type, #city_select {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    transition: .3s;
    width: 100%;
    height: 72px;
    border: 1px solid #75808a;
    border-radius: 8px;
    outline: none;
    color: #2b2d33;
}

p.blockquote__text {
    font-size: 40px;
    font-style: italic;
    font-weight: 400;
    line-height: 48px;
}

.four_block__text_hidden {
    min-height: 214px;
    height: auto;
}

/* Fix images for advantages block
 Created rounded corners */

.bl_advantages__img picture img {
    border-radius: 10px;
}

/*Fix remove list in advantages block */

.bl_advantages__items > ul > li {
    list-style-type: none
}

/*Fix remove list style for stars in rating */

.single-content ol.stars li, .single-content ul.stars li {
    list-style-type: none;
}

/*Fix vertical alignment of stars in customer rating */
/*
.customer-slide__rating-item > ul.stars {
    margin-top: 1em;
    margin-bottom: 1em;
}
*/
/* Add correct margin after paragraph in post content */

.single-content p:not(:last-child) {
    margin-bottom: 20px;
}


/* Add correct margin after lists in gutenberg blocks for lists */

.single-content > .container > .wp-block-list {
    padding-left: 40px;
    margin-bottom: 20px;
}

/* Add correct line-height for lists in gutenberg blocks for lists */

.single-content > .container > .wp-block-list > li {
    line-height: 28px;
}

/* Add margin between items in lists */

.single-content > .container > ol.wp-block-list > li {
    margin-bottom: 10px;
}

/* Set margin above and below h2 and h3 headers */

.single-content > .container > h2, .single-content > .container > h3 {
    margin-bottom: 20px;
    margin-top: 30px
}

/* Fix margin for tables in gutenberg */

.wp-block-table {
    margin-bottom: 30px;
}


.select-city-popup__cities {
    flex-wrap: wrap;
}

.service__items-block {
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 360px;
    justify-content: center;
}

.blockquote__img-wrap img, .blockquote__img-wrap picture {
    object-fit: cover;
    height: 100%;
}

[class*=" wp-block-lazyblock"] {
    margin-bottom: 80px;
}

.single-content p:last-child {
    margin-bottom: 80px;
}

.single-content a {
    display: inline;
    font-size: inherit;
    text-decoration: underline;
}

.wp-block-list li {
    margin-bottom: 8px;
}

.tit50_500 {
    font-size: 50px;
    line-height: normal;
    font-weight: 500;
    color: #2b2d33;
    text-align: center;
    width: 100%;
}

.order_serv .service__items-block {
    justify-content: flex-end;
}

.select-city-popup__btn-wrap {
    margin-left: 0px;
}

.select-city-popup__cities a {
    font-weight: 700;
}

.serv_pop__vopros {
    display: none;
}

.popup_time_buttons {
    display: flex;
}

.popup_time_buttons a {
    margin-right: 20px;
}


.short-content .container {
    max-width: 1100px;
}

.search_cleaners {
    background-color: #c7c7c7;
}

.search_cleaners.active {
    background-color: #fde000;
}

.customer-slide__rating-title {
    width: 55px;
}

.popup_time h2 {
    width: 100%;
    margin-bottom: 40px;
}

.find_rating__labels .u-checkbox__p {
    align-items: flex-start;
    line-height: 24px;
}

.find_rating__labels .u-checkbox__p img, .find_rating__labels .u-checkbox__p picture {
    margin-right: 0px;
    height: 20px;
}

.fancybox__block {
    height: 100%;
}

.fancybox__two-block {
    align-items: stretch;
}

.fancybox__about-clean {
    flex: 1;
}

.fancybox__block {
    flex: 1;
}

.fancybox__block picture, .fancybox__block img, .fancybox__block source {
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
}

.fancybox__block a {
    height: 100%;
}

.header-call-us {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 6px;
}

.header-call-us a {
    margin-left: 6px;
}

.cleaner_description.shortened {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-height: 5.4em;
}

.cleaner_description.expanded {
    white-space: normal;
}

.read-more-link, .hide-link {
    cursor: pointer;
    text-decoration: underline;
}

.cleaner_description span {
    display: inline;
}

.chat.open {
    z-index: 92147483639;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.7);
    }
    100% {
        transform: scale(1);
    }
}

.send-message-button.active {
    animation: pulse 2s infinite;
    position: relative;
    z-index: 999;
}

.send-message-button-unread_bg.active {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0;
    z-index: 998;
}

.message-tooltip {
    display: none;
}

.message-tooltip.active {
    display: block;
    color: #fff;
    position: relative;
    z-index: 999;
    text-align: center;
}

.two_block__left {
    min-height: 300px;
}

.two_block__right {
    height: auto;
}

.fancybox__block {
    width: 100%;
    max-width: 100%;
}

.fancybox__block svg {
    width: 80px;
    height: 80px;
}

/* Explore CTA block */

.explore-cta-block {
    background-color: #f7f7f7;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    margin: 0 0 40px 0;
    width: 80%;
    margin-left: 10%;
}

#static-page > .container .explore-cta-block h2 {
    font-size: 1.1em;
    padding-bottom: 20px;
    text-align: center;
    display: inline-block;
}

#static-page > .container .explore-cta-block p {
    font-size: 1em;
    padding-bottom: 0;
    margin-bottom: 20px;
    color: #666;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.cta-buttons a {
    display: inline-block;
    padding: 15px 25px;
    text-decoration: none;
    border-radius: 50px;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.cta-buttons .secondary-button {
    background-color: #fff;
    color: #333;
    border: 2px solid #333;
}

.cta-buttons .secondary-button:hover {
    background-color: #f3f3f3;
}

.cta-buttons .main-button {
    background-color: #ffcd00;
    color: #333;
    border: 2px solid #ffcd00;
}

.cta-buttons .main-button:hover {
    background-color: #e6b800;
}

.fix-priced-cta {
    max-width: 1090px;
    margin: 0 auto;
    margin-bottom: 64px;
    border: 1px solid #c8ccd0;
    border-radius: 56px;
    padding: 22px 39px;
    position: relative;
    z-index: 10;
    display: none;
    align-items: center;
    justify-content: space-between;

}

.fix-priced-cta-text {
    font-size: 38px;
    margin-right: 40px;
}


#fix-price-order-popup {
    display: none;
}

#fix-price-order-popup .popup__content {
    max-width: 1090px;
    padding: 35px 50px;
}

#fix-price-order-popup .btn_yell_arrow {
    margin-left: auto;
}

#extra-services .icon_item__texts {
    height: 56px;
    min-height: 56px;
    width: 56px;
    padding: 12px;
    background-color: #f2f2f2;
    border-radius: 50%;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    transition: 0.4s;
}

#extra-services .icon_item.active .icon_item__texts {
    background-color: #fde000;
}

#extra-services .icon_item {
    justify-content: center;
    height: 88px;
    width: 88px;
}

#extra-services.icons_quadrate__items ul {
    grid-template-columns: repeat(5, 0fr);
}


#basic-services .icon_item {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.serv_items ul {
    grid-template-columns: repeat(3, 1fr);
}

.u-checkbox .u-check__check:before {
    background-color: #fde000;
    border: 1px solid #fde000;
}

.profile-price-type .tit40 {
    margin-bottom: 80px;
}

.price_type_checkbox {
    display: flex;
    flex-wrap: wrap;
}

.price_type_checkbox .u-checkbox {
    margin-right: 60px;
}

.bl_booking__content {
    margin-top: 80px;
}

.profile-price-type-description {
    color: rgba(241, 39, 39, 1);
    font-size: 24px;

}

.bl_booking .bl_booking_container {
    padding-top: 53px;
    padding-bottom: 43px;
    position: relative;
    z-index: 10;
}

.bl_booking .bl_booking_container:before {
    content: "";
    display: block;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .25);
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    left: -24px;
    right: -24px;
    z-index: -1;
}

.bl_booking__content:before {
    z-index: -10;
}

.popup_time_buttons.d_none {
    display: none;
}

.popup_time_buttons {
    justify-content: center;
}

.popup_time_buttons a:last-of-type {
    margin-right: 0px;
}

.select-price-type {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 30px;
}

.toggle-switch {
    display: inline-flex;
    border: 1px solid #ccc;
    border-radius: 50px;
    padding: 5px;
    position: relative;
    width: auto;
    justify-content: space-between;
}

.toggle-option {
    display: inline-block;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 50px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.toggle-option.active {
    background-color: #fde000;
    color: black;
}

.fixed {
    text-align: center;
}

.time-based {
    text-align: center;
}

.cleaner-item-bottom {
    margin-top: 20px;
}

.fix-price-values {
    display: flex;
    align-items: center;
    border: 1px solid #c8ccd0;
    border-radius: 24px;
    padding: 6.5px 16px;
    width: 100%;

}



.fix-price-values-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 200%;
    /*margin-right: 28px;*/
}

.fix-price-values-item {
    display: flex;
    margin-left: 20px;
    font-size: 16px;
    line-height: 200%;
    align-items: center;
    /*gap: 16px;*/
}

.fix-price-values-item span {
    margin-left: 8px;
    color: rgba(64, 166, 66, 1);
}

.f_item-container {
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
}

.f_item.item_col {
    flex-direction: column;
}

.cleaner-item-bottom {
    display: flex;
    justify-content: space-between;
    gap: 54px;
}

.cleaner-item-bottom .btn_yellow_48 {
    max-width: 232px;
    margin-left: auto;
}

.fixprice-show.d_none {
    display: none;
}

.fixprice-show.d_none {
    display: none;
}

.timebased-show.d_none {
    display: none;
}

.order_details__fixprice-sub {
    display: none;
    margin-bottom: 16px;
    margin-top: 20px;
}

.order_details__fixprice {
    border: 1px solid #40a642;
    border-radius: 24px;
    padding: 8px 24px;
    margin-top: 16px;
    margin-left: 5px;
    margin-right: 5px;
}

.order_details__fixprice .order_serv__left {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.order_serv__left-sub {
    font-size: 15px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-weight: 500;
}
.order_serv__left-price {
    font-weight: 500;
    font-size: 20px;
    color: #40a642;
}

.order_serv__left-price-sub {
    font-weight: 500;
    font-size: 20px;
    color: #2b2d33;
    text-decoration: line-through;
}
.order_serv__left-price-sub span{
    font-weight: 500;
    font-size: 20px;
    color: #2b2d33;
}
.order_serv__left-price-promo {
    font-weight: 500;
    font-size: 20px;
    color: #d80e0e;
}
.order_serv__left-price-promo span{
    font-weight: 500;
    font-size: 20px;
    color: #d80e0e;
}

.order_serv__left-price span {
    font-weight: 500;
    font-size: 20px;
    color: #40a642;
}

#extra-services .fixprice_serv_item.icon_item {
    justify-content: center;
    height: 104px;
    width: 104px;
}

.fixprice_serv_item_price {
    color: rgba(64, 166, 66, 1);
}

#extra-services.icons_quadrate__items ul {
    display: flex;
    flex-wrap: wrap;
}

.f_serv_icon {
    margin-bottom: 20px;
}

.f_serv_title {
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.25);
    background: #fff;
    padding: 8px 16px;
    display: inline-flex;
    border-radius: 24px;
}

.profile__bottom ul {
    margin-top: 20px;
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 1px solid #c8ccd0;
}

.profile__bottom h2 {
    margin-bottom: 8px;
}

.profile__bottom .serv_items {
    padding-right: 30px;
}

.pricesCleaner-body .fix-price-values {
    border: 1px solid red;
}

/* Responsive Design */
@media (max-width: 768px) {

    .explore-cta-block {
        width: 100%;
        margin-left: 0;
    }

    .explore-cta-block h2 {
        font-size: 20px;
    }

    .explore-cta-block p {
        font-size: 14px;
    }

    .cta-buttons a {
        font-size: 14px;
        padding: 10px 20px;
    }

}

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

    .bl_success {
        padding-top: 80px;
    }

    .bl_success__content {
        width: 100%;
        margin: auto;
    }

    .bl_success__content .tit72_500 {
        font-size: 50px;
    }

    .detail1__right {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1600px) {
    /*.fix-price-values{*/
    /*    font-size: 12px;*/
    /*}*/
    /*.fix-price-values-item span{*/
    /*    font-size: 12px;*/
    /*}*/
}

@media only screen and (max-width: 1200px) {
    #extra-services.icons_quadrate__items ul {
        display: flex;
        flex-wrap: wrap;
    }

    .cleaner-item-bottom {
        flex-direction: column;
    }

    .fix-price-values {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 992px) {
    p.blockquote__text {
        text-align: center;
        font-size: 28px;
        line-height: 45px;
    }

    .select-city-popup__btn-wrap {
        margin-right: 0px;
    }

    .select-city-popup__subtitle-wrap {
        display: block;
        margin: auto;
    }

    .serv_items ul {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 768px) {
    p.blockquote__text {
        font-size: 20px;
        line-height: 43px;
    }

    .profile__img img, .profile__img picture {
        max-height: 342px;
    }

    .order_input .btn_yellow {
        height: 64px;
    }

    .bl_order .btn_yellow {
        height: 64px;
    }

    .popup_time_buttons {
        flex-direction: column;
    }

    .popup_time_buttons a {
        margin-bottom: 10px;
    }

    .order_steps ul {
        flex-wrap: wrap;
    }

    #submit {
        max-width: 100%;
        min-width: auto;
    }
    .order_details__fixprice {
        padding: 4px 16px;
    }
}


@media (max-width: 768px) {
    .u_calendar__cell a {
        font-size: 9px;
    }

    .u_calendar__time {
        font-size: 14px;
    }

    .status_item__img:before {
        content: "";
        display: block;
        height: 3px;
        width: 60px;
        background-color: #fde000;
        position: absolute;
        right: 100%;
        transform: translateX(50%);
        top: calc(50% - 2px);
    }

    .status_item.active .status_item__img:before {
        right: 100%;
        transform: translateX(50%);
        background-color: #40a642;
        width: 50px;
    }

    .chat {
        left: 7px;
    }

    .header-call-us {
        display: none;
    }

    .two_block__right {
        height: auto;;
    }

    .f_item-container {
        display: block;
    }



    .cleaner-item-bottom .btn_yellow_48 {
        max-width: 100%;
    }

    .f_serv_title {
        padding: 5.5px 11px;
        font-size: 11px;
    }
}

@media only screen and (max-width: 600px) {
    p.blockquote__text {
        font-size: 23px;
        line-height: 30px;
    }

    .four_block {
        display: none;
    }

    .status_item {
        min-width: 120px;
    }
    #parking_type {
        height: 50px;
        padding: 14px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 425px) {
    .chat {
        left: 0px;
        max-width: 100%;
    }

    .status_item {
        max-width: 90px;
        min-width: 90px;
    }

    .status_item.active .status_item__img .status_item__img_border {
        width: 65px;
        height: 65px;
    }

    .status_item.active .status_item__img {
        min-height: 70px;
        height: 70px;
        margin-bottom: 12px;
    }

    .status_item__texts .txt24, .status_item__texts h4 {
        font-size: 12px;
    }

    .price_type_checkbox label {
        margin-bottom: 12px;
    }

    .fix-price-values-item {
        display: flex;
        flex-direction: column;

        margin-left: 5px;
        font-size: 12px;
        line-height: 108%;
        margin-right: 5px;
        text-align: center;
    }

    .fix-price-values-item span {
        margin-left: 0px;
        margin-top: 6px;
        display: flex;
        font-size: 13px;
    }

    .fix-price-values-title {
        display: flex;
        align-items: center;
        font-size: 11px;
        line-height: 124%;
    }

    .profile__bottom .serv_items ul {
        grid-template-columns: repeat(1, 1fr);
    }

    .bl_booking__body {
        flex-direction: column;
    }

    .order_details__fixprice {
        margin-left: 0;
        margin-right: 0;
    }


}

/* Align rows with sample prices for small devices. Edited by Marat */

@media (max-width: 480px) {
    .fix-price-values-title {
        font-size: 16px;
        line-height: 2em;
        text-align: center;
    }
    .fix-price-values {
        display: block;

    }

    .fix-price-values-item {
        flex-direction: row;
        font-size: 16px;
        line-height: 2em;
    }
    .fix-price-values-item span {
        margin-top: 0;
        font-size: 16px;
        padding-left: 10%;
    }
    .cleaner-item-bottom {
        gap: 27px;
    }

}

/* end of edited block */