﻿
:root {
    --btn-bg: #3D3D98;
}

.cycleSlider {
    padding: 40px 0px;
    background: #ECECF5;
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cicoWrap_ab12 {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    max-width: calc(100% - 200px);
}

.cicoTrack_ab12 {
    display: flex;
    transition: transform 0.6s ease-in-out;
    gap: 25px;
}

.cicoCard_ab12 {
    flex: 0 0 calc(25% - 20px);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    background: #fff;
    transition: transform 0.6s ease-in-out;
}

    .cicoCard_ab12 img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

.cicoBtn_ab12 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--btn-bg);
    border: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 10;
    transition: background 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .cicoBtn_ab12:hover {
        background-color: #1f2175;
    }

.cicoPrev_ab12 {
    left: 10px;
}

.cicoNext_ab12 {
    right: 10px;
}

.registered-section::before {
    content: "";
    width: 100vw;
    height: 608px;
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 0;
    border-radius: 0% 0% 50% 50%;
    background: #ffffff;
}

.registered-section {
    text-align: center;
    padding: 0px 0px 100px;
    position: relative;
    background: #ECECF5;
}

@media (max-width: 992px) {
    .cicoCard_ab12 {
        flex: 0 0 calc(33.333% - 20px);
    }

    .cicoWrap_ab12 {
        max-width: calc(100% - 100px);
    }

}
@media (max-width: 991px) {


    .flex-lg-row {
        display: flex;
        flex-direction: column-reverse;
    }
}
@media (max-width: 768px) {
    .cicoCard_ab12 {
        flex: 0 0 calc(50% - 20px);
    }

    .cicoWrap_ab12 {
        max-width: calc(100% - 40px);
    }
}

@media (max-width: 576px) {
    .cicoCard_ab12 {
        flex: 0 0 100%;
    }

    .cicoBtn_ab12 {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }
}

@media(max-width:992px) {
    .Registreer-je-fiets {
        bottom: 0px !important;
    }
}
/* Minimal Quantity Control */
.qty-minimal {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 140px;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 12px;
    background-color: #fff;
    padding: 0 10px;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

    .qty-minimal:hover {
        border-color: #bbb;
        box-shadow: 0 1px 4px rgba(0,0,0,0.05);
    }

.qty-btn {
    background: none;
    border: none;
    color: #222;
    font-size: 22px;
    font-weight: 400;
    width: 32px;
    height: 32px;
    line-height: 1;
    cursor: pointer;
    border-radius: 6px;
    transition: background 0.2s ease;
}

    .qty-btn:hover {
        background: #f3f3f3;
    }

.qty-input {
    border: none;
    background: none;
    font-size: 18px;
    font-weight: 500;
    color: #111;
    text-align: center;
    width: 36px;
    outline: none;
    pointer-events: none;
}

@media (max-width: 576px) {
    .qty-minimal {
        width: 95px;
        height: 42px;
    }

    .qty-btn {
        font-size: 20px;
        width: 28px;
        height: 28px;
    }

    .qty-input {
        font-size: 16px;
        width: 32px;
    }
}

.rz-button.rz-primary.rz-shade-default {
    background-color: #3d3d98!important;
}
.rz-numeric input[type=number], .rz-numeric input[type=text] {
    text-align:center!important;
}
