/*
Theme Name: Adrem Limburg
Description: Adrem Limburg thema
Theme URI: https://nextlead.nl
Author: Ben - Next Lead
Author URI: https://nextlead.nl
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

.translatepress-nl_NL {
    li.nl {
        display: none !important;
    }
}

.translatepress-en_US {
    li.en {
        display: none !important;
    }
}

.top-bar {
    width: 100%;
    color: #fff;
    font-size: 16px;
    height: 40px;
    background: #2F2F2F;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    z-index: 10;
}

.top-bar .usp-slider {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
}

.lang-switcher ul {
    padding: 0;
    margin: 0;
    a {
        font-weight: 700;
        display: flex;
        gap: 10px;
        align-items: center;
        text-decoration: none !important;
    }
}


.top-bar .lang-switcher {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    min-width: 190px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
    cursor: pointer;
    transition: all 300ms;
    &:hover {
        background: rgba(255, 255, 255, 0.3);
    }
}

.top-bar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-bar a {
    color: #fff;
    text-decoration: none;
}

.top-bar a:hover {
    color: white !important;
    text-decoration: underline;
}

.hamburger {
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0 !important;
    overflow: visible;
    padding: 0 !important;
    border: none !important;
    &:focus {
        background: transparent !important;
    }
}

.hamburger:hover {
    opacity: 1;
    background: inherit !important;
}

.hamburger.is-active:hover {
    opacity: 1; }

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background-color: #ED2F89; }

.hamburger-box {
    width: 50px;
    border: 1px solid #E0E0E0;
    height: 50px;
    display: flex;
    position: relative;
    border-radius: 100px;
    justify-content: center;
    align-items: center; }

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1px;
    margin-left: -1px; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 20px;
    height: 2px;
    background-color: #ED2F89;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }

.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }

.hamburger-inner::before {
    top: -6px; }

.hamburger-inner::after {
    bottom: -6px; }

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
    transition-duration: 0.22s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }

.hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
    transform: rotate(225deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }

.hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

.contact-cta {
    display: none;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #ED2F89;
    align-items: center;
    justify-content: center;
    transition: all 300ms;
    cursor: pointer;
    color: white;
    text-decoration: none;
    &:hover {
        background: #cc2775;
        color: white;
    }
}

.top-bar .menu-right {
    display: flex;
    gap: 20px;
    flex-direction: row;
}

.mobile-only {
    display: none;
    justify-content: center;
    align-items: center;
}

.header-primary .menu-left {
    gap: 40px;
    display: flex;
}

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

    .lang-switcher {
        width: 100% !important;
        background: transparent !important;
    }

    .top-bar .menu-right {
        display: none !important;
    }

    .mobile-only {
        display: flex !important;
    }
    .menu-items {
        display: none !important;
    }
    .contact-cta {
        display: flex;
    }
    .top-bar .usp-slider {
        display: none;
    }
    .header-primary .menu-left, .header-primary .menu-right {
        display: none;
    }
}

@media only screen and (max-width: 1300px) {
    .header-primary .menu-left {
        gap: 30px;
    }
}

@media only screen and (max-width: 1200px) {
    .header-primary .menu-left {
        gap: 20px;
        .menu-label {
            display: none;
        }
    }
}

.header-primary .menu-left a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    height: 79px;
    border-bottom: 2px solid transparent;
    color: #333;
    transition: all 500ms;
    &.is-active {
        border-bottom: 2px solid #ED2F89;
        color: #ED2F89;
    }
    &:hover {
        border-bottom: 2px solid #ED2F89;
    }
}

.header-primary .menu-left a:hover {
    color: #ED2F89;
}

.menu-right-inner {
    gap: 20px;
    display: flex;
    margin-left: 35px;
}

.reservation-block {
    margin-top: -380px;
}

@keyframes slideUp {
    from {
        top: 50px;
        transform: scale(0.95);
    }
    to {
        top: 0;
        transform: scale(1);
    }
}


.hero-top-bar {
    background: #ED882F;
    padding: 10px 0 17px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
    top: 50px;
    z-index: 1;
    animation: slideUp 0.5s ease-out forwards;
}

.reservation-form {
    background: #fff;
    margin-top: -7px;
    padding: 50px;
    border-radius: 10px;
    border: 1px solid #f2f2f2;
    position: relative;
    z-index: 2;
}

.menu-left .menu-label {
    background: #fdeaf3;
    padding: 3px 9px;
    border-radius: 5px;
    color: #ED2F89;
}

.menu-right .kiyoh {
    align-items: center;
    display: flex;
}

.reservation-image-block {
    height: 500px;
    background: url('images/hero.png');
    background-size: cover;
    background-position: center;
}

.reservation-form h2 {
    color: #ED2F89;
    margin: 0;
}

.reservation-form p {
    margin: 0;
}

.pickup-location {
    margin-top: 20px;
}

.pickup-location select {
    margin-top: 5px;
}

.usps-wrapper {
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #EDEDED;

}

.usps-wrapper .usp:hover h3 {
    color: #ED2F89;
}

.usps-wrapper h3 {
    font-size: 16px;
    transition: all 500ms;
    margin-bottom: 0;
    &:nth-child(3) {
        color: #ED2F89 !important;
    }
}

.usps-wrapper p {
    font-size: 14px;
    margin: 0;
    color: #7D7D7D;
}

.usps-wrapper .usp {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;

}

.vinkje-wrapper {
    border: 1px solid #ED2F89;
    padding: 3px;
    border-radius: 305px;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    display: block;
}

.usps-wrapper .usp:last-child {
    margin-bottom: 0;
}

.usps-wrapper .usp .image {
    width: 10%;
}

.usps-wrapper .usp .text {
    width: 90%;
}

.usps-wrapper .usp .image img {
    height: 24px;
}

.next-step-button h3 {
    font-size: 16px;
    margin-top: 25px;
}

/*header {
    position: fixed;
    width: 100%;
    top: 40px;
    z-index: 10;
    background: white;
    display: flex;
    align-items: center;
    height: 80px;
    border-bottom: 1px solid #ededed;
    .logo {
        max-height: 50px;
        &:hover {
            img {
                transform: scale(1.05);
            }
        }
        img {
            transition: all 0.3s cubic-bezier(0.65, 0.05, 0, 1);
            max-width: 100px;
            max-height: 50px;
        }
    }
}*/

.mobile-menu {
    padding: 20px 0;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 120px;
    width: 100vw;
    height: 100dvh;
    background: #f7f7f7;
    z-index: 15;
    transition: all 0.3s cubic-bezier(0.65, 0.05, 0, 1);

    .menu-right {
        a {
            &:last-of-type {
                border-bottom: 1px solid #ededed;
            }
        }
    }

    &.is-active {
        visibility: visible;
        opacity: 1;
    }
    .bottom-bar {
        transition: all 0.5s cubic-bezier(0.65, 0.05, 0, 1);
        bottom: -100px;
        gap: 20px;
        position: fixed;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        background: white;
        padding: 20px;
        box-sizing: border-box;
        border-top: 1px solid #ededed;
        .button {
            width: 100% !important;
            min-width: fit-content !important;
        }
        &.is-active {
            bottom: 0;
        }
    }
    .menu-items-mobile {
        display: flex;
        flex-direction: column;
        img {
            max-height: 50px;
        }

        .left-wrapper {
            display: flex;
            flex-direction: row;
            align-items: center;
            gap: 15px;
        }
        .left-side-mobile {
            display: flex;
            flex-direction: column;
        }
        .menu-label {
            background: #fdeaf3;
            padding: 3px 9px;
            border-radius: 5px;
            color: #ED2F89;
            max-width: fit-content;
        }
        a {
            &.is-active {
                border-left: 2px solid #ED2F89;
            }
            .container {
                display: flex;
                flex-direction: row;
                align-items: center;
                justify-content: space-between;
            }
            border-top: 1px solid #ededed;
            width: 100%;
            background: white;
            padding: 20px 0;
            text-decoration: none;
            color: #ED2F89;
            font-size: 16px;
            font-weight: 600;
            display: flex;
            flex-direction: column;
            span {
                width: 100%;
                color: #111111;
                font-size: 14px;
                font-weight: 400;
            }
        }
    }
}

@media only screen and (max-width: 1024px) {
    .top-bar {
        position: fixed;
        top: 0;
        z-index: 20;
        width: 100%;
    }
    /*header {
        background: white;
        position: fixed;
        width: 100%;
        z-index: 20;
        top: 40px;
    }*/
}

.reservation-section .button {
    font-weight: 600;
    color: white;
    background: #ED2F89;
}

.button {
    height: 50px;
    border-radius: 5px;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 300ms;
    font-weight: 600;
    color: white;
    background: #ED2F89;
    text-decoration: none;
    svg {
        position: relative;
        right: -8px;
        transition: all 200ms;
    }
    &:hover {
        color: white;
        background: #cc2775;
        svg {
            right: -12px;
        }
    }
    &:nth-child(1) {
        background: white;
        border: 1px solid #EDEDED;
        color: #111111;
    svg {
        path {
            fill: #ED2F89;
        }
    }
    }
}

@media only screen and (max-width: 1300px) {
    .kiyoh {
        display: none !important;
    }
}



.reservation-block {
    label {
        font-weight: 600;
        margin-bottom: 15px;
        display: flex;
    }

    .pickup-location {
        position: relative;
    }

    .pickup-location svg {
        position: absolute;
        right: 10px;
        top: 58px;
    }

    .pickup-date-and-time, .return-date-and-time {
        position: relative;
    }

    .custom-date-row {
        margin-top: 30px !important;

    }

    .vehicle-type-wrapper {
        display: none;
    }

    input[type="date"] {
        border: 1px solid #ededed !important;
        border-radius: 5px;
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        margin-right: -1px;
        outline: none !important;
    }

    /* Safari mobile placeholder fix voor date inputs - alleen voor WebKit browsers */
    @supports (-webkit-touch-callout: none) {
        input[type="date"]:not(:valid):not(:focus) {
            color: transparent;
        }
        input[type="date"]:not(:valid):not(:focus)::before {
            content: attr(placeholder);
            color: #999;
            position: absolute;
            pointer-events: none;
        }
        input[type="date"] {
            position: relative;
        }
        input[type="date"]:valid,
        input[type="date"]:focus {
            color: inherit;
        }
        input[type="date"]:valid::before,
        input[type="date"]:focus::before {
            display: none;
        }
    }

    .verhicle-type {
        display: flex;
        justify-content: space-between;
        gap: 20px;
        flex-direction: row;
        align-items: center;
        margin-bottom: 35px;
        .vehicle-selector {
            &:after {
                content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='9.5' fill='white' stroke='%23EDEDED'/%3E%3C/svg%3E%0A");
                left: 10px;
                top: 10px;
                display: flex;
                position: absolute;
            }
            width: 100%;
            position: relative;
            border-radius: 5px;
            background: #F9F9F9;
            border: 1px solid #EDEDED;
            min-height: 100px;
            display: flex;
            font-weight: 600;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 10px;
            padding: 20px;
            box-sizing: border-box;
            transition: all 300ms;
            img {
                max-height: 80px;
            }
        }
        .vehicle-selector:hover {
            cursor: pointer;
            background: rgba(237, 47, 137, 0.1);
            border: 1px solid #ED2F89;
            color: #ED2F89;
            font-weight: 600 !important;
        }
        .vehicle-selector.is-active {
            cursor: pointer;
            background: rgba(237, 47, 137, 0.1);
            border: 1px solid #ED2F89;
            color: #ED2F89;
            font-weight: 600 !important;
            &:after {
                content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='10' fill='%23ED2F89'/%3E%3Cpath d='M8.57083 11.8375L13.5146 6.89375C13.6312 6.77708 13.7674 6.71875 13.9229 6.71875C14.0785 6.71875 14.2146 6.77708 14.3312 6.89375C14.4479 7.01042 14.5062 7.14896 14.5062 7.30937C14.5062 7.46979 14.4479 7.60833 14.3312 7.725L8.97916 13.0917C8.86249 13.2083 8.72638 13.2667 8.57083 13.2667C8.41527 13.2667 8.27916 13.2083 8.16249 13.0917L5.65416 10.5833C5.53749 10.4667 5.48159 10.3281 5.48645 10.1677C5.49131 10.0073 5.55208 9.86875 5.66874 9.75208C5.78541 9.63542 5.92395 9.57708 6.08437 9.57708C6.24479 9.57708 6.38333 9.63542 6.49999 9.75208L8.57083 11.8375Z' fill='white'/%3E%3C/svg%3E%0A");
            }
        }
    }

    #return_time, #pickup_time {
        border-bottom-left-radius: 0 !important;
        border-top-left-radius: 0 !important;
    }

    .pickup-date-and-time svg, .return-date-and-time svg {
        position: absolute;
        right: 8px;
        width: 30px;
        top: 58px;
    }
    select {
        border-radius: 5px;
        border: 1px solid #EDEDED !important;
        height: 50px;
        outline: none !important;
        -webkit-appearance: none;
    }
    button {
        border-radius: 5px !important;
    }

    .col-8 {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .col-4 {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 8px;
        .usps-wrapper {
            height: 100%;
        }
    }
}

@media only screen and (max-width: 1024px) {
    .reservation-form {
        .row {
            display: flex;
            flex-direction: column;
            .col-8, .col-4 {
                min-width: 100% !important;
            }

            .col-4 {
                display: flex;
                flex-direction: column-reverse;
            }

            .usps-wrapper {
                margin-top: 30px;
                .usp {
                    .image {
                        width: auto !important;
                    }
                }
            }
        }
    }
}

@media only screen and (max-width: 768px) {
    .usps-wrapper {
        margin-top: 20px !important;
    }
    .vehicle-selector {
        padding: 10px !important;
    }
    .pickup-location {
        margin-top: 0 !important;
    }
    .custom-date-row {
        display: flex;
        flex-direction: column;
    }
    .reservation-form {
        padding: 30px !important;
    }
    .verhicle-type {
        display: flex;
        flex-direction: column !important;
    }
}

.home .site-main {
    padding-top: 80px;
}

@media only screen and (max-width: 768px) {
    .home .site-main {
        padding-top: -10px !important;
    }
}

.site-main {
    padding-top: 80px;
    .page-header {
        display: none;
    }
}

.vehicles-results {
    margin-top: 150px;
    .results-header {
        h1, h2, h3, h4, h5 {
            color: #ED2F89;
        }
        display: flex;
        flex-direction: row;
        gap: 100px;
        align-items: flex-start;
        justify-content: space-between;
        margin-bottom: 20px;
    }
}

.rental-results {
    display: flex;
    flex-direction: row;
    gap: 30px;
    .filters {
        min-width: 270px;
        border-radius: 10px;
        border: 1px solid #EDEDED;
        box-sizing: border-box;
        padding: 20px;
        height: fit-content;
        position: sticky;
        top: 100px;
    }
    .results {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        column-gap: 20px;
        row-gap: 30px;
        .vehicle-wrapper {
            border: 1px solid #EDEDED;
            border-radius: 5px;
            box-sizing: border-box;
            padding: 20px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
             a {
                 min-height: 100%;
                 display: flex;
                 flex-direction: column;
                 justify-content: space-between;
                 color: inherit;
             }
            .button {
                width: 100%;
                min-width: 100%;
            }
            .vehicle-image {
                object-fit: cover;
                border-radius: 5px;
                overflow: hidden;
                min-height: 144px;
            }

            .vehicle-header {
                margin-top: 15px;
                .comparable {
                    position: relative;
                    margin-top: -5px;
                }
            }

            .rental-specs {
                display: grid;
                grid-template-columns: repeat(2, 1fr);
                column-gap: 20px;
                color: #A3A3A3;
                width: 100%;
                justify-content: space-between;



                .spec {
                    text-overflow: ellipsis;

                    /* Needed to make it work */
                    overflow: hidden;
                    white-space: nowrap;
                }
            }

            .pricing {
                margin-top: 20px;
                font-size: 16px;

                .details-inner {
                    display: flex;
                    flex-direction: row;
                    align-items: center;
                    justify-content: space-between;
                    span.km {
                        color: #A3A3A3;
                    }
                }

                .button {
                    margin-top: 20px;
                    font-size: 16px;
                }
                .price {
                    color: #ED2F89;
                    font-size: 20px;
                    font-weight: 800;
                }
            }

            .vehicle-header h3 {
                color: #ED2F89;
                font-size: 20px;
            }
        }

        .vehicle-wrapper .label-wrapper {
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            position: absolute;
            top: 0;
            left: 0;
        }

        .vehicle-wrapper .extra-label {
            position: relative;
            top: 0;
            height: 30px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-weight: 800;
            min-width: 170px;
            background: #ED2F89;
            padding: 0 20px;
            text-align: center;
            color: white;
            border-radius: 0 0 5px 5px;
        }

        .vehicle-wrapper.best-deal {
            border: 1px solid #ED2F89 !important;
            position: relative;
        }

        .vehicle-wrapper.green-choice {
            border: 1px solid #369641 !important;
            position: relative;

            .extra-label {
                background: #369641 !important;
            }

            .button {
                background: #369641 !important;
                border: 1px solid #369641 !important;
            }

            .vehicle-header {
                h3 {
                    color: #369641 !important;
                }
            }

            .button:hover {
                background: #2e8036 !important;
                border: 1px solid #2e8036 !important;
            }
        }
    }
}

.filter-header {
    color: #ED2F89;
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    padding-bottom: 15px;
    border-bottom: 1px solid #EDEDED;

    .facetwp-reset {
        font-size: 16px !important;
        color: black !important;
        text-decoration: underline !important;
        font-weight: 400 !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .facetwp-facet-reset_filter {
        margin: 0 !important;
        padding: 0 !important;
    }
}

.facetwp-counter {
    display: none;
}

.facetwp-facet {
    margin: 20px 0 !important;
}

.facet-type-wrapper {
    margin-top: 20px;
    margin-bottom: 20px !important;
    border-bottom: 1px solid #EDEDED;
    &:last-of-type {
        border-bottom: none !important;
    }
    .facet-title {
        display: flex;
        margin-bottom: -15px !important;
        font-weight: 600;
    }
}

.facetwp-checkbox {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='23' height='23' rx='4.5' fill='white' stroke='%23EDEDED'/%3E%3C/svg%3E%0A") !important;
    background-size: 28px 22px !important;
    background-position: left center !important;
    padding-left: 36px !important;
    margin-top: 10px; }

.facetwp-checkbox.checked {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='23' height='23' rx='4.5' fill='%23ED2F89' stroke='%23ED2F89'/%3E%3Cpath d='M10.5709 13.8375L15.5146 8.89375C15.6313 8.77708 15.7674 8.71875 15.923 8.71875C16.0785 8.71875 16.2146 8.77708 16.3313 8.89375C16.448 9.01042 16.5063 9.14896 16.5063 9.30937C16.5063 9.46979 16.448 9.60833 16.3313 9.725L10.9792 15.0917C10.8625 15.2083 10.7264 15.2667 10.5709 15.2667C10.4153 15.2667 10.2792 15.2083 10.1625 15.0917L7.65421 12.5833C7.53754 12.4667 7.48164 12.3281 7.4865 12.1677C7.49136 12.0073 7.55212 11.8688 7.66879 11.7521C7.78546 11.6354 7.924 11.5771 8.08441 11.5771C8.24483 11.5771 8.38337 11.6354 8.50004 11.7521L10.5709 13.8375Z' fill='white'/%3E%3C/svg%3E%0A") !important;
}

.noUi-target {
    background: rgba(0, 0, 0, 0.05) !important;
    border-radius: 50px;
    border: none !important;
    padding: 0 4px;
}

.noUi-horizontal {
    height: 7px !important;
}

.noUi-horizontal .noUi-handle {
    width: 20px;
    height: 20px;
    right: -10px;
    top: -7px !important;
}

.noUi-handle {
    border: 5px solid #ed3089 !important;
    background: #FFF;
    cursor: pointer !important;
    border-radius: 100px !important;
}

.facetwp-slider-wrap {
    margin-top: 30px !important;
}

.noUi-connect {
    background: #ed3089 !important;
}

.facetwp-slider-label {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#openFilter {
    display: none;
}

.facetwp-type-slider input[type="button"] {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    color: black !important;
    text-decoration: underline !important;
    font-weight: 400 !important;
    margin: 0 !important;
    padding: 0 !important;
}


@media only screen and (max-width: 1200px) {
    .results {
        display: grid;
        grid-template-columns: repeat(1, 1fr) !important;
        column-gap: 20px;
        row-gap: 30px;
    }
}


@media only screen and (max-width: 1024px) {
    .site-main {
        padding-top: 150px !important;
    }
}

@media only screen and (max-width: 768px) {
    .results {
        display: grid;
        grid-template-columns: repeat(1, 1fr) !important;
        column-gap: 20px;
        row-gap: 20px;
    }
}

.mobile-close {
    display: none;
}


@media only screen and (max-width: 990px) {

    .results-header {
        flex-direction: column !important;
        gap: 0 !important;
    }

    .filter-overlay {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 21;
        background: rgba(0, 0, 0, 0.4);
        width: 100vw;
        height: 100dvh;
        visibility: hidden;
        opacity: 0;
        transition: all 0.5s cubic-bezier(0.65, 0.05, 0, 1);
        &.is-active {
            visibility: visible;
            opacity: 1;
        }
    }

    #openFilter {
        display: flex !important;
    }

    .rental-results {
        .filters {
            position: fixed;
            z-index: 22;
            background: white;
            left: 0;
            top: auto !important;
            bottom: -100vh;
            border-radius: 10px 10px 0 0;
            width: 100%;
            max-height: calc(100dvh - 150px);
            height: 100%;
            overflow: hidden;
            transition: all 0.5s cubic-bezier(0.65, 0.05, 0, 1);

            .mobile-close {
                display: flex;
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                padding: 20px;
                background: white;
                border-top: 1px solid #EDEDED;
                .button {
                    height: 50px;
                    border-radius: 5px;
                    padding: 0 20px;
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                    transition: all 300ms;
                    font-weight: 600;
                    color: white;
                    background: #ED2F89;
                    text-decoration: none;
                    svg {
                        position: relative;
                        right: -8px;
                        transition: all 200ms;
                        path {
                            fill: white !important;
                        }
                    }
                    &:hover {
                        color: white;
                        background: #cc2775;
                        svg {
                            right: -12px;
                            path {
                                fill: white !important;
                            }
                        }
                    }
                }
            }
            .overflow-facets {
                overflow: auto !important;
                max-height: calc(100% - 116px);
            }
        }
        .filters.is-active {
        bottom: 0;
        }
    }
}

.sticky-bar {
    left: 0;
    width: 100vw;
    position: fixed;
    top: 160px;
    background: #F9F9F9;
    height: 120px;
    border-bottom: 1px solid #ededed;
    margin-top: 0 !important;
    z-index: 10;
    transition: top 300ms ease;
    pointer-events: none;
    overflow: hidden;
    .container {
        display: grid;
        grid-gap: 30px;
        align-items: flex-end;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: 1fr;
        justify-content: space-between;
        pointer-events: auto;
    }

    .button {
        height: 50px;
        border-radius: 5px;
        padding: 0 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        transition: all 300ms;
        font-weight: 600;
        color: white;
        background: #ED2F89;
        text-decoration: none;
        svg {
            path {
                fill: white !important;
            }
            position: relative;
            right: -8px;
            transition: all 200ms;
        }
        &:hover {
            color: white;
            background: #cc2775;
            svg {
                right: -12px;
            }
        }
    }
}

.sticky-bar.scrolled {
    top: 95px;
}

@media only screen and (max-width: 768px) {
.sticky-bar.scrolled {
    top: auto !important;
}
}

@media only screen and (max-width: 1200px) {
    .sticky-bar {
        position: relative;
        width: 100%;
        top: auto;
        height: auto;
        background: transparent !important;
        border: none !important;
        display: flex;
        .container {
            padding: 50px;
            box-sizing: border-box;
            display: flex;
            flex-direction: column;
            background: #F9F9F9;
            border-radius: 10px;
            border: 1px solid #ededed;
            .pickup-location {
                width: 100% !important;
            }
        }
    }
}

@media only screen and (max-width: 768px) {
    .sticky-bar {
        width: calc(100% - 20px);
        margin-left: 10px;
        .container {
            padding: 20px !important;
            .next-step-button {
                min-width: 100% !important;
            }
        }
    }

    .vehicles-results {
        margin-top: 20px !important;
    }
}


footer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
    a {
        color: white !important;
        text-decoration: none !important;
        transition: all 300ms;
        margin: 0 !important;
        padding: 0;
        &:hover {
            color: #ED2F89 !important;
        }
    }
}

@media only screen and (max-width: 1024px) {
    footer {
        margin-top: 50px !important;
        .container {
            justify-content: flex-start !important;
            .column {
                width: 100% !important;
            }
        }
    }
}

footer {
    background: #2F2F2F;
}

footer .container {
    color: white;
    display: flex;

    flex-direction: row;
    margin: 0 20px;
    box-sizing: border-box;
    padding: 50px 0;
    border-radius: 10px;
    gap: 30px;
    justify-content: space-between;

    @media screen and (max-width: 1500px) {
        padding: 50px;
    }

    @media only screen and (max-width: 1250px) {
        flex-wrap: wrap;
    }

    @media only screen and (max-width: 768px) {
        padding: 30px;
        gap: 30px;
    }

    .column-links p  {
        line-height: 29px !important;
    }

    .last-column {
        background: rgba(255, 255, 255, 0.1);
        padding: 30px;
        border-radius: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        min-width: 250px !important;
    }


    .logo-full {
        display: flex;
        max-height: 60px;
    }

    .column-contact {
        min-width: 250px;
        margin-right: 50px;
        .details-wrapper {
            margin: 20px 0;
            display: flex;
            flex-direction: row;
            gap: 20px;
            .column {
                gap: 5px;
                min-width: fit-content;
                display: flex;
                flex-direction: column;
            }
        }
        .icons {
            margin-top: 30px;
            display: flex;
            flex-direction: row;
            align-items: center;
            gap: 15px;
            a:not(.bb-logo) {
                width: 50px;
                height: 50px;
                min-width: 50px;
                border-radius: 200px;
                display: flex;
                justify-content: center;
                align-items: center;
                color: white;
                background: #3F3F3F;
                transition: all 300ms;
                &:hover {
                    transform: scale(1.05);
                    background: $red-color;
                }
                svg {
                    max-width: 24px;
                }
            }
        }

        a {
            transition: all 300ms;
            &:hover {
                color: #ED2F89;
            }
        }
        .legal-numbers {
            display: flex;
            flex-direction: column;
            gap: 5px;
        }
    }

    .column-1 {
        max-width: 270px !important;
        min-width: unset;
        line-height: 26px;
        p {
            padding: 0;
            margin: 0;
        }
    }

    .last-column {
        min-width: fit-content;
        margin-right: 20px;
    }

    .column-links {
        a {
            display: flex;
            padding: 0;
            margin: 12px 0;
        }

        br {
            display: none;
            height: 0;
            visibility: hidden;
            max-height: 0;
            overflow: hidden;
            font-size: 0;
        }

    }

    .column {
        h3 {
            font-size: 16px;
            display: flex;
            margin-bottom: 10px;
            color: white;
        }
        a {
            transition: all 300ms;
            &:hover {
                color: #ED2F89;
            }
        }
    }

    .footer__logo {
        margin-bottom: 30px;
        display: flex;
    }

}

.under-footer {

    p {
        margin: 0 !important;
        padding: 0 !important;
    }
    .container {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        align-items: center;
        padding: 15px 50px;
        box-sizing: border-box;
        @media only screen and (max-width: 1250px) {
            flex-wrap: wrap;
        }

        @media only screen and (max-width: 1024px) {
            flex-direction: column;
        }

        .copyright-column {
            font-size: 16px;
            @media only screen and (max-width: 768px) {
                text-align: center;
            }
        }

        .column-legal-links {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: center;
            gap: 20px;

            @media only screen and (max-width: 1024px) {
                margin-bottom: 10px;
            }

            a {
                transition: all 300ms;

                &:hover {
                    text-decoration: underline;
                    color: #ED2F89;
                }
            }
        }

        a {
            color: #111111;
            font-size: 16px;
            text-decoration: none !important;
            transition: all 300ms;
            &:hover {
                color: #ED2F89 !important;
            }
        }

        .payment_methods {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: center;
            gap: 10px;

            @media only screen and (max-width: 1024px) {
                margin-bottom: 20px;
                margin-top: 10px;
            }

            .method-container {
                height: 40px;
                border: 1px solid #EDEDED;
                border-radius: 6px;
                width: 60px;
                display: flex;
                justify-content: center;
                align-items: center;

                img {
                    max-width: 100%;
                    max-height: 80%;
                }
            }
        }
    }
}

.woocommerce-breadcrumb {
    display: none !important;
}


.vehicle-title {
    font-size: 26px;
    margin-bottom: 0;
}

.vehicle-header {
    margin-bottom: 100px;
    display: flex;
    flex-direction: column;
    gap: 0 !important;
    align-items: center;
    .vehicle-image {
        object-fit: cover !important;
        max-height: 184px !important;
        overflow: hidden;
        border-radius: 10px;
        min-width: 480px !important;
        img {
            max-height: 184px !important;
        }
    }
}


.rental-specs {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
    color: #A3A3A3;
    margin-bottom: 20px;
    flex-wrap: wrap;
    row-gap: 10px;


    .spec-value svg {
        height: 16px;
        width: 16px;
        fill: #969696;
        margin-right: 5px;
    }
}

.single .site-main {
    padding-top: 80px;
}

.features {
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
    gap: 30px;
    font-family: sans-serif;
    text-align: center;
    padding: 20px 0;
    flex-direction: row;
}

.feature {
    display: flex;
    align-items: center;
    flex-direction: row !important;
    gap: 20px;
}

.feature svg {
    width: 17px;
    height: 12px;
}

.feature .text-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
}

.feature h3 {
    margin: 0;
    font-size: 16px;
    color: #d12b7d;
    font-weight: 600;
}

.feature p {
    margin: 4px 0 0;
    font-size: 14px;
    color: #757575;
}

.right-side-content {
    max-width: 100%;
}

@media only screen and (max-width: 1200px) {
    .vehicle-header {
        .vehicle-image {
            max-width: 300px !important;
            min-width: 300px !important;
            img {
                width: auto !important;
            }
        }
    }

}

@media only screen and (max-width: 1024px) {
    .vehicle-header {
        display: flex;
        flex-direction: column;
        .vehicle-image {
            max-width: 100% !important;
            min-width: 100% !important;
            img {
                width: auto !important;
            }
        }

        .features {
            margin-top: 20px;
            gap: 10px !important;
            flex-direction: column;
        }
    }
}

.back-button {
    font-weight: 600;
    color: #ED2F89;
    text-decoration: none !important;
    svg {
        transition: all 300ms;
        position: relative;
        left: 0;
    }
    &:hover {
        color: #ED2F89;
        svg {
            position: relative;
            left: -5px;
        }
    }
}


.vehicle-reservation-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    gap: 50px;
    .left-side {
        width: 100%;
    }
    .right-side {
        min-width: 480px;
        h2 {
            font-size: 24px;
            color: #ED2F89;
            margin-bottom: 0;
        }
        .date-container {
            border: 1px solid #EDEDED;
            border-radius: 10px;
            padding: 20px;
            box-sizing: border-box;
            background: #F9F9F9;
            margin-bottom: 20px;

            .block {
                padding: 20px 20px;
                box-sizing: border-box;
                display: flex;
                flex-direction: row;
                gap: 50px;
                &:first-of-type {
                    border-bottom: 1px solid #ededed;
                }

                .details {
                    display: flex;
                    flex-direction: column;
                }

            }

        }

        .summary {
            margin-top: 30px;
            width: 100%;
            min-width: 100%;
            gap: 10px;
            display: flex;
            flex-direction: column;
            .summary-line {
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                align-items: center;
            }
            .total-due {
                font-size: 20px;
            }
        }

        .divider {
            width: 100%;
            height: 1px;
            background: #EDEDED;
            margin: 20px 0;
        }

        .button {
            margin-top: 20px;
        }
    }
}

@media only screen and (max-width: 1200px) {
    .right-side {
        min-width: 300px !important;
    }
}

@media only screen and (max-width: 1024px) {
    .back-button {
        margin-bottom: 30px;
        display: flex;
    }
    .vehicle-reservation-wrapper {
        display: flex;
        flex-direction: column;
    }

    .right-side {
        min-width: 100%;
    }
    }

.borg-item {
    color: #ED2F89;
    padding: 5px 10px;
    border-radius: 5px;
    text-align: center;
    font-weight: 600;
    background: rgba(237, 47, 137, 0.1);
}

.title-reservation {
    color: #ED2F89;
    width: 100%;
    border-bottom: 1px solid #ededed;
    padding-bottom: 20px;
}

.button-green {
    background: #369641 !important;
    color: white !important;
    border: none !important;
    transition: all 300ms;
    text-align: left !important;
    font-weight: 600 !important;
    display: flex !important;
    justify-content: space-between !important;
    flex-direction: row !important;
    border-radius: 5px !important;
    svg {
        position: relative;
        right: -5px;
    }
    svg path {
        fill: white !important;
    }
    &:hover {
        background: #2c7c35 !important;
    }
}

.additional-info {
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
    opacity: 0.6;
    padding: 0 30px;
    box-sizing: border-box;
}

.left-side {
    .accordion-item {
        margin-top: -1px;
        &.first-item {
            border-radius: 10px 10px 0 0 !important;
            .accordion-header {
                border-radius: 10px 10px 0 0 !important;
            }
        }

        border: 1px solid #EDEDED !important;
        border-radius: 0 0 0 0 !important;
        max-height: 1000px !important;
        transition: all 1s cubic-bezier(0.65, 0.05, 0, 1);
        &.is-closed {
            max-height: 69px !important;
            overflow: hidden;
            .accordion-header {
                svg {
                    cursor: pointer;
                    transform: rotate(0deg);
                }
            }
            .accordion-content-inner {
                opacity: 0;
            }
        }
        .accordion-header {
            cursor: pointer;
            border-radius: 0 0 0 0 !important;
            background: #FAFAFA;
            padding: 20px;
            box-sizing: border-box;
            font-size: 18px;
            font-weight: 600 !important;
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
            border-bottom: 1px solid #ededed;
            svg {
                transition: all 300ms;
                cursor: pointer;
                transform: rotate(180deg);
            }
            span.selected {
                margin-left: 10px;
                color: #ED2F89;
                padding: 5px 10px;
                border-radius: 5px;
                text-align: center;
                font-weight: 600;
                background: rgba(237, 47, 137, 0.1)
            }
        }
        .accordion-content-inner {
            transition: all 1s;
            box-sizing: border-box;
            padding: 30px;
            overflow: hidden;
            opacity: 1;
        }

        .accordion-content-inner.two-columns {
            display: flex;
            gap: 30px;
            flex-direction: row;

            .insurance-option {
                cursor: pointer;
                .insurance-title {
                    display: flex;
                    flex-direction: row;
                    align-items: center;
                    gap: 10px;
                    font-weight: 600;
                    &:before {
                        position: relative;
                        top: 3px;
                        content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='9.5' fill='white' stroke='%23EDEDED'/%3E%3C/svg%3E%0A");
                    }
                }
                &.is-active {
                    cursor: pointer;
                    background: rgba(237, 47, 137, 0.1);
                    border: 1px solid #ED2F89;
                    .insurance-title {
                        color: #ED2F89;
                        &:before {
                            content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='10' fill='%23ED2F89'/%3E%3Cpath d='M8.57075 11.8375L13.5145 6.89375C13.6312 6.77708 13.7673 6.71875 13.9228 6.71875C14.0784 6.71875 14.2145 6.77708 14.3312 6.89375C14.4478 7.01042 14.5062 7.14896 14.5062 7.30937C14.5062 7.46979 14.4478 7.60833 14.3312 7.725L8.97908 13.0917C8.86242 13.2083 8.72631 13.2667 8.57075 13.2667C8.4152 13.2667 8.27908 13.2083 8.16242 13.0917L5.65408 10.5833C5.53742 10.4667 5.48151 10.3281 5.48638 10.1677C5.49124 10.0073 5.552 9.86875 5.66867 9.75208C5.78533 9.63542 5.92388 9.57708 6.08429 9.57708C6.24471 9.57708 6.38325 9.63542 6.49992 9.75208L8.57075 11.8375Z' fill='white'/%3E%3C/svg%3E%0A");
                        }
                    }
                }
                width: 100%;
                position: relative;
                border-radius: 5px;
                background: #F9F9F9;
                border: 1px solid #EDEDED;
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                justify-content: flex-start;
                gap: 10px;
                padding: 20px;
                box-sizing: border-box;
                transition: all 300ms;

                ul {
                    list-style-type: none !important;
                    padding: 0;
                    margin: 0;
                    li {
                        display: flex;
                        flex-direction: row;
                        align-items: center;
                        gap: 10px;
                        padding: 0;
                        margin: 0;
                        &:before {
                            position: relative;
                            top: 3px;
                            content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.95842 12.625L15.0209 5.5625C15.1876 5.39583 15.382 5.3125 15.6043 5.3125C15.8265 5.3125 16.0209 5.39583 16.1876 5.5625C16.3543 5.72917 16.4376 5.92708 16.4376 6.15625C16.4376 6.38542 16.3543 6.58333 16.1876 6.75L8.54176 14.4167C8.37509 14.5833 8.18065 14.6667 7.95842 14.6667C7.7362 14.6667 7.54176 14.5833 7.37509 14.4167L3.79176 10.8333C3.62509 10.6667 3.54523 10.4688 3.55217 10.2396C3.55912 10.0104 3.64592 9.8125 3.81259 9.64583C3.97926 9.47917 4.17717 9.39583 4.40634 9.39583C4.63551 9.39583 4.83342 9.47917 5.00009 9.64583L7.95842 12.625Z' fill='%23369641'/%3E%3C/svg%3E%0A");
                        }
                    }
                }

                .own-risk {
                    display: flex;
                    flex-direction: column;
                    width: 100%;
                    padding-bottom: 20px;
                    border-bottom: 1px solid rgba(237, 47, 137, 0.1);
                    .price {
                        font-size: 30px;
                        color: #ED2F89;
                        font-weight: 600 !important;
                    }
                }

                .option-pricing {
                    font-size: 20px;
                    font-weight: 600;
                    margin-top: 10px;
                }



            }
        }
        .inner-insurance-wrapper {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }
    }
}

.right-side {
    .right-side-inner {
        width: 100%;
        position: sticky;
        top: 150px;
        height: auto !important;
        float: left;
    }
}

.select-option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ededed;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 10px;
    gap: 20px;
    .left-side {
        display: flex;
        flex-direction: column;
        min-width: fit-content;
        max-width: fit-content;
        span {
            opacity: 0.6;
        }
    }

    .quantity {
        input[type=number] {
            max-width: 150px;
            border-radius: 10px;
            border: 1px solid #ededed;
            outline: none;
        }
    }

    .pricing {
        display: flex;
        flex-direction: column;
        span {
            opacity: 0.6;
        }
    }
}

.custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
    display: inline-flex;
}

.custom-checkbox + label {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.custom-checkbox + label::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #ededed;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    vertical-align: -7px;
}

.custom-checkbox:checked + label::before {
    border-color: #ED2F89;
    background-color: #ED2F89;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.57075 5.8375L8.5145 0.89375C8.63117 0.777083 8.76728 0.71875 8.92283 0.71875C9.07839 0.71875 9.2145 0.777083 9.33117 0.89375C9.44783 1.01042 9.50617 1.14896 9.50617 1.30937C9.50617 1.46979 9.44783 1.60833 9.33117 1.725L3.97908 7.09167C3.86242 7.20833 3.72631 7.26667 3.57075 7.26667C3.4152 7.26667 3.27908 7.20833 3.16242 7.09167L0.654084 4.58333C0.537417 4.46667 0.481515 4.32812 0.486376 4.16771C0.491237 4.00729 0.552001 3.86875 0.668667 3.75208C0.785334 3.63542 0.923876 3.57708 1.08429 3.57708C1.24471 3.57708 1.38325 3.63542 1.49992 3.75208L3.57075 5.8375Z' fill='white'/%3E%3C/svg%3E%0A");
}

.custom-checkbox:disabled + label::before {
    background-color: black;
}

.extra-upsell {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    .right-side-price {
        font-size: 16px;
        font-weight: 600;
    }
}

@media only screen and (max-width: 500px) {

    .header-left-side {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .accordion-header {
        font-size: 16px !important;
        .selected {
            max-width: 150px !important;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            font-size: 14px !important;
        }
    }
    .accordion-content-inner {
        padding: 20px !important;
    }

    .accordion-content-inner.two-columns, .inner-wrapper-cards {
        flex-direction: column !important;
        gap: 20px !important;
    }
    .vehicle-header {
        margin-bottom: 20px !important;
    }

    .select-option {
        flex-wrap: wrap;
    }


}

body.woocommerce-checkout {
    background: #FAFAFA;
}

.woocommerce form .form-row label {
    float: left;
    width: 100%;
}

.woocommerce-checkout {
    input[type="text"], input[type="email"], input[type="tel"], select, input[type="date"], textarea {
            border-radius: 5px;
            border: 1px solid #EDEDED !important;
            height: 50px;
            outline: none !important;
            -webkit-appearance: none;
    }

    textarea {
        height: auto !important;
        min-height: 200px;
        resize: vertical;
    }

    .postcode-eu-autofill-address {
        background: white;
        border-radius: 5px;
        border: 2px solid #369641;
        margin-top: 20px;
    }

    /* Algemeen styling voor select2-container */
    .select2-container--default .select2-selection--single {
        border-radius: 5px;
        border: 1px solid #EDEDED !important;
        height: 50px;
        line-height: 50px;
        outline: none !important;
        -webkit-appearance: none;
        padding: 0 1rem;
        background-color: #fff;
        box-shadow: none;
    }

    /* Tekst verticaal centreren */
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 50px;
        color: #000;
        padding-left: 0;
    }

    /* Pijltje rechts */
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 50px;
        right: 10px;
    }

    /* Focusstijl uitschakelen */
    .select2-container--default .select2-selection--single:focus,
    .select2-container--default .select2-selection--single:active,
    .select2-container--default .select2-selection--single:focus-visible {
        outline: none !important;
        box-shadow: none !important;
    }

    /* Dropdownlijst styling */
    .select2-container--default .select2-results > .select2-results__options {
        border: 1px solid #EDEDED;
        border-radius: 5px;
        margin-top: 4px;
    }

    /* Hover/focus op een optie */
    .select2-container--default .select2-results__option--highlighted[aria-selected] {
        background-color: #f3f3f3;
        color: #000;
    }

    .select2-search__field {
        height: 30px !important;
    }

    /* Geselecteerde optie */
    .select2-container--default .select2-results__option[aria-selected="true"] {
        background-color: #EDEDED;
        color: #000;
    }

    .select2-dropdown {
        border: 1px solid #EDEDED;
    }

    .payments-wrapper {
        input[type="submit"] {
            display: none !important;
        }
    }

    .right-side {
        min-width: 480px;
        h2 {
            font-size: 24px;
            color: #ED2F89;
            margin-bottom: 0;
        }
        .date-container {
            border: 1px solid #EDEDED;
            border-radius: 10px;
            padding: 20px;
            box-sizing: border-box;
            background: #F9F9F9;
            margin-bottom: 20px;
            background: white;


            .block {
                background: white;
                padding: 20px 20px;
                box-sizing: border-box;
                display: flex;
                flex-direction: row;
                gap: 50px;
                &:first-of-type {
                    border-bottom: 1px solid #ededed;
                }

                .details {
                    display: flex;
                    flex-direction: column;
                }

            }

        }

        .summary {
            margin-top: 30px;
            width: 100%;
            min-width: 100%;
            gap: 10px;
            display: flex;
            flex-direction: column;
            .summary-line {
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                align-items: center;
            }
            .total-due {
                font-size: 20px;
            }
        }

        .divider {
            width: 100%;
            height: 1px;
            background: #EDEDED;
            margin: 20px 0;
        }

        .button {
            margin-top: 20px;
        }
    }

}

#payment .place-order {
    display: none !important;
}


@media only screen and (max-width: 1024px) {
    .right-side {
        min-width: 100% !important;
        max-width: 100% !important;
        .right-side-inner {
            min-width: 100% !important;
        }
    }

    .woocommerce-checkout {

        .woocommerce form .form-row {
            width: 100% !important;
        }


    }
        .alignwide {
            margin-inline: unset !important;
        }
    }

.woocommerce-error {
    background: white !important;
    border-radius: 5px;
    border: 2px solid #b81d23 !important;
    a {
        text-decoration: none;
        color: black;
    }
}

/* Specifieke styling voor woocommerce-error op login/registratie pagina */
.woocommerce-account .woocommerce-error {
    background: #ffc8c8 !important;
    border-radius: 5px;
    padding: 20px 50px;
    border: none !important;
}

.custom-thank-you {
    display: flex;
    flex-direction: row;
    gap: 100px;
}

.woocommerce-order-received {
    address {
        box-shadow: none !important;
        border-radius: 10px !important;
        border: 1px solid #ededed !important;
        background: white;
        padding: 20px !important;
        box-sizing: border-box;
    }
    .right-side-inner {
        min-width: 100%;
    }
    .right-side {
        img {
            border-radius: 10px;
            position: sticky;
            top: 150px;
        }
    }
}

.order_details {
    display: none !important;
}

@media only screen and (max-width: 1024px) {
    .custom-thank-you {
        display: flex;
        flex-direction: column;
        gap: 50px;
    }

}

.woocommerce-account {
    .woocommerce form .form-row label {
        float: none;
    }
}

.vehicle-wrapper svg {
    max-height: 16px;
    max-width: 16px;
    /*color: #ED2F89;*/
    fill: #ED2F89;
}

.right-side-content .vinkje-wrapper {
    padding: 4px 7px;
}

.vinkje-wrapper {
    min-width: 33px !important;
}

/* Vehicles Container Grid */
#vehicles-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
    row-gap: 30px;
}

/* Results Toolbar */
.results-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    gap: 20px;
}

.filter-button {
    height: 50px;
}

.sort-dropdown {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sort-dropdown label {
    font-weight: 600;
    font-size: 14px;
    color: #2F2F2F;
    white-space: nowrap;
}

.sort-dropdown select {
    padding: 10px 15px;
    border: 1px solid #EDEDED;
    border-radius: 5px;
    background: white;
    color: #2F2F2F;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 200px;
}

.sort-dropdown select:hover {
    border-color: #ED2F89;
}

.sort-dropdown select:focus {
    outline: none;
    border-color: #ED2F89;
    box-shadow: 0 0 0 2px rgba(237, 47, 137, 0.1);
}

@media only screen and (max-width: 1200px) {
    #vehicles-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 768px) {
    #vehicles-container {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 20px;
    }

    .results-toolbar {
        flex-direction: column;
        align-items: stretch;
        gap: 15px;
    }

    .filter-button {
        width: 100%;
    }

    .sort-dropdown {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .sort-dropdown select {
        width: 100%;
        min-width: auto;
    }
}

/* Custom Vehicle Filters */
.filter-group {
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
}

.filter-group:last-child {
    border-bottom: none;
}

.filter-title {
    display: block;
    font-weight: 600;
    font-size: 16px;
    color: #2F2F2F;
    margin-bottom: 12px;
}

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

.reset-button {
    background: transparent;
    border: 1px solid #ED2F89;
    color: #ED2F89;
    padding: 8px 16px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.reset-button:hover {
    background: #ED2F89;
    color: white;
}

.checkbox-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.checkbox-group label {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 14px;
    color: #2F2F2F;
    transition: color 0.2s ease;
}

.checkbox-group label:hover {
    color: #ED2F89;
}

.checkbox-group input[type="checkbox"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: #ED2F89;
}

.price-range-display {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #ED2F89;
}

.range-slider {
    width: 100%;
    height: 6px;
    border-radius: 5px;
    background: #e0e0e0;
    outline: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.range-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ED2F89;
    cursor: pointer;
    transition: all 0.2s ease;
}

.range-slider::-webkit-slider-thumb:hover {
    transform: scale(1.2);
    box-shadow: 0 0 10px rgba(237, 47, 137, 0.5);
}

.range-slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ED2F89;
    cursor: pointer;
    border: none;
    transition: all 0.2s ease;
}

.range-slider::-moz-range-thumb:hover {
    transform: scale(1.2);
    box-shadow: 0 0 10px rgba(237, 47, 137, 0.5);
}

/* Smooth transitions for vehicle filtering */
.vehicle-wrapper {
    transition: opacity 0.3s ease, transform 0.3s ease;
    align-self: flex-start;
    height: auto !important;
}

.vehicle-wrapper[style*="display: none"] {
    opacity: 0;
    transform: scale(0.95);
}

#no-results-message {
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.close--button-mobile {
    display: none !important;
}

/* Mobile responsiveness for filters */
@media only screen and (max-width: 768px) {
    .close--button-mobile {
        display: inline !important;
    }

    .filter-group {
        margin-bottom: 20px;
        padding-bottom: 15px;
    }

    .filter-title {
        font-size: 15px;
    }

    .checkbox-group label {
        font-size: 13px;
    }

    .reset-button {
        padding: 6px 12px;
        font-size: 13px;
    }
}

.single .vehicle-header {
    display: flex;
    flex-direction: row;
    gap: 50px !important;
    .vehicle-image {
        max-height: unset !important;
        img {
            max-height: unset !important;
        }
    }
}

.single {
    .back-button {
        display: flex;
        margin-bottom: 30px !important;
    }
    .feature {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media only screen and (max-width: 1200px) {
.single .vehicle-header {
    flex-direction: column !important;
    align-items: flex-start !important;
    .vehicle-image {
        max-width: 100% !important;
    }
}
}

.flex-wrapper-inner {
    display: flex;
    flex-direction: row;
    gap: 50px;
    align-items: center;
}

@media only screen and (max-width: 1024px) {
    .flex-wrapper-inner {
        flex-direction: column;
        gap: 20px;
    }
    .under-features {
        margin-bottom: 50px;
        .features {
            gap: 30px !important;
        }
        .feature {
            flex-direction: row;
        }
    }
}

.under-features {
    min-width: 100%;
    .features {
        justify-content: space-around;
        background: #f9f9f9;
        padding: 30px;
        box-sizing: border-box;
        border-radius: 10px;
        border: 1px solid #ededed;
    }
}

/* Payment methods styling */
.woocommerce-checkout-payment {
    background: #f8f8f8;
    padding: 20px;
    border-radius: 8px;
}

.wc_payment_methods {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.wc_payment_method {
    background: white;
    padding: 0;
    margin-bottom: 10px;
    border-radius: 6px;
    border: 2px solid #e0e0e0;
    transition: all 0.3s;
    position: relative;
}

.wc_payment_method:has(input:checked) {
    border-color: #e91e63;
    background: #fef5f8;
}

.wc_payment_method label {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    font-weight: 500;
    padding: 15px;
    margin: 0;
    width: 100%;
}

/* Verberg originele radio button */
.wc_payment_method input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Custom radio button */
.wc_payment_method label::before {
    content: '';
    width: 20px;
    height: 20px;
    border: 2px solid #ddd;
    border-radius: 50%;
    flex-shrink: 0;
    transition: all 0.3s;
}

.wc_payment_method input:checked + label::before {
    border-color: #e91e63;
    background: #e91e63;
    box-shadow: inset 0 0 0 4px white;
}

.mollie-gateway-icon {
    height: 24px;
    width: auto;
    margin-left: auto;
}

.payment_box {
    padding: 0 15px 15px 15px;
    color: #666;
}

/* Terms & conditions */
.woocommerce-terms-and-conditions-wrapper {
    background: white;
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 15px;
    font-size: 14px;
}

/* Place order button */
#place_order {
    width: 100%;
    padding: 15px;
    font-size: 16px;
    font-weight: bold;
    background: #e91e63;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s;
}

#place_order:hover {
    background: #c2185b;
}

/* Responsive */
@media (max-width: 768px) {
    .woocommerce-checkout-payment {
        padding: 15px;
    }

    .wc_payment_method label {
        font-size: 14px;
        padding: 12px;
    }

    .mollie-gateway-icon {
        height: 20px;
    }
}

.customer_details label {
    margin-bottom: 15px;
}

.woocommerce form .form-row label, .woocommerce-page form .form-row label {
    margin-bottom: 15px !important;
}

.payment_box p {
    margin: 0 !important;
}

.right-side-content {
    position: relative;
    .kiyoh {
        display: flex !important;
        position: absolute;
        right: 0;
        top: 0;
        max-width: 50px;
        iframe {
            width: 60px;
            height: 60px;
        }
    }
}

/* Fix voor show-password input - verwijder ::after die het icoon blokkeert */
.show-password-input::after,
.woocommerce .show-password-input::after,
.woocommerce-page .show-password-input::after {
    display: none !important;
    content: none !important;
}

.elementor-widget-woocommerce-my-account .order_details {
    display: block !important;
}

.elementor-widget-woocommerce-my-account .order_details td {
    color: #333 !important;
}

.elementor-widget-woocommerce-my-account .woocommerce-table--order-details p {
    display: inline-block;
}

/* Styling voor checkout login/register subteksten */
.adrem-checkout-subtext {
    margin-top: -35px;
    margin-bottom: 25px !important;
}

/* Label kleuren voor login/registratie formulieren */
#customer_login label,
#customer_login .form-row label {
    color: #212529;
}
