.slider-actions-bottom .slider-buttons .swiper-pagination-bullet-active {
    background-color: var(--black) !important;
}

.slider-actions-bottom {
    padding-bottom: 42px;
}

.slider-actions-bottom .slider-buttons {
    top: 32px;
}

#wa-widget{
    display: block;
    font: 400 normal 15px/1.3 -apple-system, 'Open Sans Condensed';
}
.wa-chat-box{
    display: none;
}
.wa-chat-box-content-send-btn-text{
    margin-left: 10px;
    z-index: 1;
    color: rgb(255, 255, 255);

    font-weight: 400;
    font-size: 16px;
    line-height: 20.8px;
    letter-spacing: 1px;
    text-align: center;
}
.wa-chat-box-content-send-btn-icon{
    width: 16px;
    height: 16px;
    fill: rgb(255, 255, 255);
    z-index: 1;
    flex: 0 0 16px;
}
/* .wa-chat-box-content-send-btn{
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 89px;
    border: none;
    background: #4fce5d!important;
    margin: 13px 12px 5px;
    overflow: hidden;
} */
.wa-chat-box-content-send-btn svg{
    display: none;
}
.wa-chat-box-content-send-btn.whatsapp svg.whatsapp{
    display: inline;
}

.wa-chat-box-send{
    background-color:white;
}
/* .wa-chat-box-content-chat-welcome{
    font-size: 16px;
    line-height: 20px;
    color: rgb(0, 0, 0);

    font-family: 'Open Sans Condensed';
    font-weight: 500;
    font-size: 13px;
    line-height: 15.6px;
    letter-spacing: 0%;
} */
.wa-chat-box-content-chat-time{
    font-size: 12px;
    line-height: 14px;
    margin-top: 4px;
    text-align: right;
    color: #9DA3A7;

    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0%;
    text-align: right;

}
/* .wa-chat-box-content-chat{
    background-color: white;
    display: inline-block;
    margin: 16px 11px;
    max-width: 282px;
    padding: 10px;
    border-radius: 10px;
} */
/* .wa-chat-box-content{
    background: url('/whatsapp/chat-background.png');
} */
/* .wa-chat-bubble-close-btn{
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
} */
/* .wa-chat-box-brand-text{
    margin-left: 10px;
} */
/* .wa-chat-box-brand-name{
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
} */
/* .wa-chat-box-brand-subtitle{
    font-size: 12px;
    line-height: 14px;
    margin-top: 3px;
} */

/* .wa-chat-box-header{
    height: 64px;
    max-height: 64px;
    min-height: 64px;
    background-color: #242424;
    color: white;
    display:flex;
    align-items: center;
} */
/* .wa-chat-box-brand{
    margin-left: 12px;
    width: 36px;
    height: 36px;
    overflow: hidden;
} */
.wa-chat-box{
    background-color:white;
    z-index: 16000160 !important;
    margin-bottom: 84px;
    width: 360px;
    position: fixed !important;
    bottom: 20px !important;
    right: 20px;
    /*border-radius: 10px;*/
    /**/
    box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
    font: 400 normal 15px/1.3 -apple-system, 'Open Sans Condensed';
}
/* #wa-widget-opener{
    margin: 0 0 20px 0 !important;
    padding-left: 0px;
    padding-right: 0px;
    position: fixed !important;
    z-index: 16000160 !important;
    bottom: 0 !important;
    text-align: center !important;
    height: 64px;
    min-width: 64px;
    border-radius: 32px;
    visibility: visible;
    transition: none !important;
    background-color: #4fce5d;
    right: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content:center;
} */
/* #wa-widget-opener svg{
    display: none;
    height: 40px;
    width: 40px;
} */
#wa-widget-opener.whatsapp svg.whatsapp{
    display: inline;
}

.wa-messenger-svg-whatsapp{
    fill: white;
    width: 41px;
    height: 50px;
    stroke: none;
}
.wa-chat-box-poweredby{
    text-align: center;
    font: 400 normal 15px/1.3 -apple-system, BlinkMacSystemFont, Roboto, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin-bottom: 15px;
    font-style: italic;
    font-size: 12px;
    color: #B9B9B9;
}
.wa-chat-box-poweredby a{
    background: radial-gradient(98.63% 91.57% at 52.89% 52.74%, #17E23B 25.19%, #1AEB83 42.62%, #1DF4C5 59.94%, #1EF9EE 72.43%, #1FFBFF 78.85%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    display: inline-block;
    font-style: normal;
    font-weight: 500;
}
@media only screen and (max-width: 600px) {
    .wa-chat-box
    {
        width: auto;
        position: fixed !important;
        right: 20px!important;
        left: 20px!important;
    }
}

@media (max-width: 576px) {
    .dialog-open {
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        display: block;
        position: fixed;
        background-color: #fff;
        z-index: 1110;
        transition: all .3s ease;
        overflow-y: visible;
    }
    .dialog-open .search-block {
        width: 100%;
        padding: 21px 20px !important;
        top: 0;
        bottom: 0;
    }
    .search-block:has(.dialog-open) {
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        position: fixed;
        padding: 0;
        transform: none;
        width: auto;
    }
    .main-search-panel:has(.dropdown-open) {
        min-height: 99vh;
    }
    .dialog-item, .search-block .return-item, .search-block .search-dates, .pickup-return-item label {
        display: none;
    }
    .dialog-open .dialog-item,
    .dialog-open .return-item label,
    .dialog-open .pickup-return-item label,
    .dialog-open .return-item,
    .dialog-open .different-return-location__btn,
    .dialog-open .pickup-date-time,
    .dialog-open .return-date-time,
    .dialog-open .search-dates {
        display: unset;
    }
    .dialog-open .dialog-opener {
        display: none;
    }

    /*html:has(.dialog-open), */html.dialog-opened {
        height: 100% !important;
    }
    /*body:has(.dialog-open), */body.dialog-opened {
        overflow: hidden !important;
        height: inherit;
        height: 100vh !important;
    }
    .dropdown.calendar {
        margin: 0 !important;
        border: none !important;
    }
    .time__select {
        height: 58vh;
    }
    .date-picker-next {
        position: static;
        width: 100% !important;
    }
    .time-return-item {
        right: -15px;
        left: inherit;
    }
    .dropdown.time {
        height: 74vh;
    }
    .time-select-btn {
        margin-top: 10px !important;
    }

    .brands-slider.slider-actions-bottom {
        padding-bottom: 20px !important;
    }
    .brands-slider .swiper-button-prev, .brands-slider .swiper-button-next {
        display: none !important;
    }
    .brands-slider.slider-actions-bottom .swiper-pagination-bullet-active {
        background-color: var(--p-color) !important;
    }
    .brands-slider.slider-actions-bottom .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }

    .swiper-container.slider-actions-bottom .slider-buttons {
        display: none !important;
    }

    .card .card__header h2, .card .card__header h1 {
        zoom: 90%;
    }

    .swiper-car-details .slide {
        width: 290px;
        height: 200px;
        max-height: 200px;
    }

    .ti-review-content {
        overflow: hidden !important;
    }

    .search-card__from.same-location strong {
        display: none;
    }
    .search-card__from.same-location {
        font-weight: 600;
    }
/*     .search-card__text {
        zoom: 140%;
    } */
}

.dropdown-open {
    transform: unset;
    pointer-events: unset;
    opacity: unset;
}
@media (min-width: 568px) {
    .dropdown-open {
        display: unset !important;
    }
}

@media (max-width: 576px) {
    .car-detailed-popup {
        z-index: 1200;
        transition: transform .6s ease;
        pointer-events: none;
        opacity: 0;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .car-detailed-popup, .car-detailed-popup.dropdown-open.closing {
        transform: translateY(100%);
    }
    .car-detailed-popup.dropdown-open {
        transform: translateY(0);
        opacity: 1;
        pointer-events: auto;
    }
    .section-car {
        margin-left: 16px;
        margin-right: 16px;
    }
    .car-detailed-popup section.view {
        padding-bottom: 30px;
    }
    .car-detailed-popup .dropdown__header, .car-detailed-popup .section-car {
        margin-left: 20px;
        margin-right: 20px;
    }
    .section-car .section__title {
        font-weight: 600;
    }

    .dialog-open .dropdown__header.top-header {
        display: unset;
        margin-bottom: 0;
    }
    .dropdown__header.top-header .close {
        background-color: var(--p-btn-bg);
        color: var(--p-btn-color);
        border: 1px var(--p-btn-bg) solid;
        width: 38px;
        height: 38px;
        display: block;
        padding: 5px;
        padding-top: 5px;
    }
}
.bg-white {
    background-color: white;
}
.profile-msg {
    font-weight: 500;
    font-size: 22px;
    color: #999999;
}
.open-add-card {
    margin-bottom: 20px;
    margin-top: 20px;
}
div.form-control {
    height: calc(1.5em + 0.75rem + 2px);
}
.alert {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    display: block;
    color: var(--green);
    margin-bottom: 20px;
}
.search-block__header {
    margin-top: 25px;
}
.dialog-open .search-block__header {
    display: none !important;
}
.two-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    align-items: center;
}

@media (max-width: 576px) {
    .promo {
        font-size: 17px;
    }
    .show-cars {
        font-weight: 700;
        font-size: 19px;
    }
    .search-block__header {
        font-size: 21px;
        font-weight: 700;
        text-align: center;
    }

    .filter-dropdown {
        z-index: 1110 !important;
    }
    .filter-dropdown {
        transition: transform .6s ease;
        pointer-events: none;
        opacity: 0;
        padding: 40px 20px !important;
        border: none !important;
        top: -1px !important;
    }
    .filter-dropdown,.filter-dropdown.dialog-open.closing {
        transform: translateY(100%);
    }
    .filter-dropdown.dialog-open {
        visibility: visible;
        transform: translateY(0);
        opacity: 1;
        pointer-events: auto;
    }
    .filter-section .overlay {
        z-index: 1100;
    }
    x.cart__wrapper {
        max-height: 80vh;
        overflow-y: scroll;
    }
    .section.cart {
        xpadding-top: 70px;
        padding-bottom: 110px;
    }
    .top-panel {
        background: #F8F8F8;
        /*position: fixed;
        z-index: 2000;
        left: 0;
        right: 0;*/
    }
    #book-dialog_buttons {
        background: white;
        z-index: 2000;
        left: 0;
        right: 0;
        position: fixed;
        bottom: -1px;
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom: 26px;
        display: flex;
    }
    .two-buttons {
        display: grid;
        grid-template-columns: 110px 1fr;
        gap: 18px;
        width: 100%;
    }
    .infoblock.payment-message {
        grid-column: 1/-1;
    }
    .popup__close {
        background-color: #FFDB00;
        border-radius: 50%;
        padding: 10px;
        top: -25px;
        right: -3px;
    }
    .popup__title {
        font-size: 24px;
        font-weight: 700;
        color: #242424;
        margin-top: 20px;
    }
    .cart__wrapper h2 {
        display: unset;
    }

    .payment-saved-cards {
        margin-bottom: 10px;
    }
}
.payment-new-cart {
    margin-bottom: -20px;
}
.do-apply-filter.btn-primary:disabled {
    border: none;
    background-color: #F8F8F8;
    color: #CCCCCC;
}
.popup__description {
    margin: 16px 0;
    font-size: 16px;
    line-height: 140%;
    font-weight: 500;
    color: #808080;
}
.popup-body-driver {
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0px;
    text-align: center;
}
.popup-body-driver .svg-icon {
    width: 44px;
    height: 44px;
}
.search-block__header {
    border-bottom: none !important;
}
.filter .svg-icon {
    color: unset;
}
.filter {
    cursor: unset;
}
@media (min-width: 577px) {
    #book-dialog_buttons .btn {
        margin-top: 20px;
    }
    .rental-card {
        margin-bottom: 0;
    }
    .two-buttons {
        gap: 0;
    }
    /*.rental-sidebar {
        position: sticky;
        top: 180px;
        height: max-content;
    }*/
}
.card-d .card__header h1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: .84px;
}
@media (max-width: 600px) {
    .card-d .card__header h1 {
        font-size: 28px;
    }
}
.h1-title, .blog-title {
    text-align: center;
}
@media (max-width: 576px) {
    .h1-title {
        margin-bottom: 30px;
    }
}
.blog-title {
    margin-bottom: 40px;
}
.dropdown-secondary__list li.divider:hover {
    background-color: unset;
}
.cart-steps__link {
    color: #999 !important;
}
.cart-steps__item.is-active .cart-steps__link, .cart-steps__item.is-done .cart-steps__link {
    color: #000 !important;
}
.call-back .btn {
    font-weight: 400;
    padding: 18px 10px 18px 16px;
}
@media (max-width: 821px) {
    .booking-step {
        display: none;
    }
    .booking-step.is-active {
        display: unset;
    }
    .points {
        margin-top: 0;
    }
    .booking-simple {
        padding-bottom: 32px !important;
    }
    .booking-simple .form-block {
        gap: 16px;
    }
    .booking-simple h2 {
        display: block;
    }
    .booking-simple .cart__wrapper {
        gap: 0;
    }
    .rental-sidebar {
        margin-bottom: 10px;
    }
    .call-back__content {
        display: none;
    }
    .book-mob-buttons {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        padding: var(--container-p-m);
        background-color: white;
        z-index: 1000;
    }
    .booking-step.is-active#step1 {
        xmin-height: 150px;
        margin-bottom: 150px;
        display: block;
    }
}
@media (min-width: 577px) {
    .form-row-tel {
        grid-template-columns: 40% 58%;
    }
    .form-row-tel.shorter {
        grid-template-columns: 20% 78%;
    }
}
.rental-card__total p {
    color: unset;
}
.rental-card__total .highlight {
    color: var(--emerald);
}
#billing_info .form-block-title {
    margin-top: 10px;
}

.dialog_voucher {
    margin-top: 30px;
}
.dialog_voucher h3 {
    font-size: 20px;
    color: var(--green);
}
.voucher-code .do-discount {
    margin-top: 15px;
}