@font-face {
    font-family: 'Montserrat';
    src: url('./fonts/montserrat/Montserrat-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
/* Repeat for all Montserrat styles, changing the src, font-weight, and font-style */
@font-face {
    font-family: 'Roboto';
    src: url('./fonts/roboto/Roboto-Regular.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Quicksand';
    src: url('./fonts/quicksand/Quicksand-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
/* Repeat for all Quicksand styles */

/* And Raleway */
@font-face {
    font-family: 'Raleway';
    src: url('./fonts/raleway/Raleway-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
*{

    /*font-family: 'Montserrat' sans-serif !important;*/
}
body {
    /*font-family: 'Quicksand', sans-serif !important;*/
    margin: 0px !important;
    padding: 0px !important;
}
* {
    /*font-family: 'Quicksand', sans-serif !important;*/
    font-family: 'Roboto', sans-serif !important;
    font-family: 'Raleway', sans-serif !important;
}
/* Repeat for all Raleway styles */

.footer .contact-details {
    background-color: #191e24;
    color: #fff;
    padding: 60px;
}

.footer .row {
    align-items: end;
}

.footer .contact-details-col {
    padding-right: 0px;
}

.footer .contact-form {
    background-color: #474747;
    color: #fff;
    padding: 60px;
}

.footer .contact-form-col {
    padding-left: 0px;

}

input[type=submit]:not(:disabled):not(.disabled) {
    cursor: pointer;
    background-color: black;
    border: none;
    color: white;
}

/*.rdw-fields, #wpcf7-f46-p35-o1 .contact-details, .submit-button, .form-message{*/
/*    display:none;*/
/*}*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    -webkit-text-fill-color: black !important;
    caret-color: black !important;
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem;
    transition: background-color 5000s ease-in-out 0s;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill.open-data-rdw-hook:active {
    -webkit-box-shadow: 0 0 0 30px #fbdd76 inset !important;
    -webkit-text-fill-color: black !important;
    caret-color: black !important;
    border: 1px solid #ced4da !important; /* Adjust the border color as needed */
    border-radius: 0.25rem;
    transition: background-color 5000s ease-in-out 0s;
    background-size: contain; /* Adjust if your image needs to cover or contain within the input */
    background-repeat: no-repeat;
}

.open-data-rdw-hook {
    background: url('/wp-content/uploads/2024/03/download.png');
    background-color: #fbdd76 ! important;
    background-position: 0;
    background-repeat: no-repeat;
    background-size: contain;
    border: none !important;
    display: block;
    font-size: 1rem;
    font-weight: 700;
    height: 46px;
    margin-bottom: 8px;
    padding-left: 37px;
    padding-right: 0 !important;
    text-align: center;
}

input[name="aantal_zitplaatsen"],
input[name="brandstof_omschrijving"],
input[name="aantal_cilinders"],
input[name="cilinderinhoud"],
input[name="massa_ledig_voertuig"],
input[name="laadvermogen"],
input[name="toegestane_maximum_massa_voertuig"],
input[name="massa_rijklaar"],
input[name="maximum_massa_trekken_ongeremd"],
input[name="maximum_trekken_massa_geremd"],
input[name="oplegger_geremd"],
input[name="aanhangwagen_autonoom_geremd"],
input[name="aanhangwagen_middenas_geremd"],
input[name="datum_eerste_toelating"],
input[name="datum_eerste_afgifte_nederland"] {
    display: none !important;
}

.rdw-fields, .rdw-fields label {
    display: none;
}

.rdw-fields input {
    border: 1px solid black !important;
}

.number-plate {
    position: relative;
}

#open_rdw-accepted {
    position: absolute;
    top: 36px;
    left: 5px;
    z-index: 444444;
}

#wpcf7-f46-p35-o1 p {
    margin-bottom: 0px !important;
}

.carousel {
    height: 100vh;
}

.carousel-wrapper::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
}

 .navbar-expand-md {
     position: absolute;
     width: 100%;
}
#wrapper-navbar{
    background-color: #000 !important;
}
#wrapper-navbar .bg-primary {
    background-color: #000 !important;
}
#wrapper-navbar .custom-logo-link img{
    width:400px;
    /*margin-left: -18px;*/
    transition: all 0.3s ease;
}

/* Hover Effect */
/*#wrapper-navbar .custom-logo-link img:hover {*/
/*    filter: drop-shadow(0 0 10px rgb(255, 2, 242)); !* Add a blue glow effect *!*/
/*    transform: scale(1.05);*/
/*    !*opacity: 0.95; !* Make the logo slightly transparent *!*!*/
/*}*/
/* Initial logo styles */
#wrapper-navbar .custom-logo-link img {
    width: 400px;
    margin-left: -18px;
    transition: all 0.5s ease; /* Smooth transition for hover effects */
}

/* Initial logo styles */
#wrapper-navbar .custom-logo-link img {
    width: 400px;
    margin-left: -18px;
    transition: transform 1.5s ease; /* Smooth transition for scaling */
}

/* Hover effect with left-to-right animation */
#wrapper-navbar .custom-logo-link img:hover {
    transform: scale(1.05); /* Slightly enlarge the logo */
    animation: galaxyGlow 1.5s infinite; /* Animation for moving galaxy colors */
}

/* Keyframes for galaxy purple-pink glow animation moving from left to right */
@keyframes galaxyGlow {
    0% {
        filter: drop-shadow(-50px 0 15px rgba(255, 0, 242, 0.95)); /* Start left with purple glow */
    }
    50% {
        filter: drop-shadow(0px 0 20px rgba(255, 102, 255, 0.95)); /* Move to center with pink glow */
    }
    100% {
        filter: drop-shadow(50px 0 15px rgba(0, 1, 231, 0.956)); /* End right with deep purple glow */
    }
}


/*#wrapper-navbar.homepage .bg-primary {*/
/*    background-color: transparent !important;*/
/*}*/


/*.add-to-cart-container a:hover {*/
/*    color: #777 !important;*/
/*}*/
/*.container-footer{*/
/*    background-color:gray;*/
/*}*/
.carousel-wrapper {
    position: relative;
    height: 100vh;
    padding: 0px !important;
    padding-bottom: 30px !important;
    margin-top:-100px;
}

/*.carousel-control-prev, .carousel-control-next {*/
/*    display: none !important;*/
/*}*/

.carousel-inner {
    height: 100vh;
}

/*.carousel-indicators {*/
/*    display: none !important;*/
/*}*/

.buysell_wrap {
    position: absolute;
    bottom: 0px;
    padding-top: 120px;
    padding-bottom: 50px;
    background: linear-gradient(to top, #000 30%, transparent);
    z-index: 143321;
    left: 0px;
    min-height: 300px;
    right: 0px;
}
#main-nav{
    z-index: 1000;
}
#main-nav::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
}
#main-menu a{
    text-decoration: none;
    color: #FFF;
    font-size: 16px;
    letter-spacing: .2em;
    transition: ease .3s;
}
/*.homepage .navbar-dark .navbar-brand {*/
/*    color: #fff;*/
/*    z-index: 1111;*/
/*    font-size: 40px;*/
/*    text-transform: capitalize;*/
/*    font-size: 46px;*/
/*    font-weight: 600;*/
/*}*/
.sale_wrap h2{
    color: #ffffff;
    transition: ease .3s;
    text-align: center;
    text-transform: uppercase;
    margin-top: 8px;
    letter-spacing: .2em;
    font-size: 28px;
}
.carousel-wrapper::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2px;
    height: 100%;
    z-index: 2;
    background: linear-gradient(to bottom, rgb(0 0 0 / 79%) 0%, rgba(0, 0, 0, 0%) 24%);
    pointer-events: none;
}
.navbar-dark .navbar-brand {
    color: #fff;
    z-index: 1111;
    font-size: 46px;
    font-weight: 600;
    text-transform: capitalize;
}
.sale_wrap:hover  h2{
    color: #d2d2d2 !important;
}
.sale_wrap:hover{
    text-decoration: none !important;

}

.sale_wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.sale_wrap img {
    transition: ease .3s;
    font-size:46px !important;
    max-width:170px;
}
.sale_wrap:hover img {
    transform: scale(1.2);
}
.main-menu a:hover{
    transform: scale(1.1);
}
#wpcf7-f46-p35-o1{
    margin-left:0px !important;
}
.page-id-35 .wpcf7-form {
    border-radius: 0px !important;
}
hr.wp-block-separator  {
    background-color: transparent;
    border-color: transparent;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
     color: black;
    font-size: 1.3em;
    font-weight: 600;
    min-height: 100px;
}
.woocommerce ul.products li.product a img {
    margin-bottom: 0px;
}
#add_payment_method .cart-collaterals .cart_totals .discount td, .woocommerce div.product .stock, .woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce ul.products li.product .price, .woocommerce-cart .cart-collaterals .cart_totals .discount td, .woocommerce-checkout .cart-collaterals .cart_totals .discount td {
    color: black!important;
    font-size: 1.2em !important;
}
.woocommerce ul.products li.product .button {
    display: inline-block;
    margin-top: 0.5em;
    /* float: right; */
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 1.1em;
    background-color: black;
    border-radius: 0px;
    color: white;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin:0px;
    padding: 15px;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
}
.woocommerce .products ul, .woocommerce ul.products {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px !important;
    margin-left: -15px  !important;

}
.wpcf7.js {
    max-width: 1400px !important;
    margin-left: auto !important;
    margin-right: 15px !important;
}

.woocommerce table.shop_attributes {
    width: 95%;
}

.wpcf7-form {
    background-color: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 3px 15px 16px rgba(0, 0, 1, 0.2);
    background: #f6f6f6;
    /*padding: 40px;*/
    /*border-radius: 0px;*/
    /*box-shadow: 3px 15px 16px rgba(0, 0, 1, 0.2);*/
    /*background: #bababa;*/
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1340px !important;
    }
}

.form-control, .wpcf7 .wpcf7-validation-errors, .wpcf7 input[type=color], .wpcf7 input[type=date], .wpcf7 input[type=datetime-local], .wpcf7 input[type=datetime], .wpcf7 input[type=email], .wpcf7 input[type=file], .wpcf7 input[type=month], .wpcf7 input[type=number], .wpcf7 input[type=range], .wpcf7 input[type=search], .wpcf7 input[type=submit], .wpcf7 input[type=tel], .wpcf7 input[type=text], .wpcf7 input[type=time], .wpcf7 input[type=url], .wpcf7 input[type=week], .wpcf7 select, .wpcf7 textarea {

    border-radius: 0px !important;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    /*padding-top: 54px;*/
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    padding-top: 50px;
}
.wpcf7 .wpcf7-form label {
    width: 100%;
    font-weight: 500;
}
.form-control, .wpcf7 .wpcf7-validation-errors, .wpcf7 input[type=color], .wpcf7 input[type=date], .wpcf7 input[type=datetime-local], .wpcf7 input[type=datetime], .wpcf7 input[type=email], .wpcf7 input[type=file], .wpcf7 input[type=month], .wpcf7 input[type=number], .wpcf7 input[type=range], .wpcf7 input[type=search], .wpcf7 input[type=submit], .wpcf7 input[type=tel], .wpcf7 input[type=text], .wpcf7 input[type=time], .wpcf7 input[type=url], .wpcf7 input[type=week], .wpcf7 select, .wpcf7 textarea {

    margin-top: 5px;
}
.contact-form input, .contact-form textarea{
    border-radius: 0px !important;
}
.product.type-product .entry-summary a {
    color: #0d6eb5 !important;
    font-weight: 500;
}
.post-58 h4{
    font-family: 'Roboto', sans-serif !important;
    font-style: italic;
    font-size: 28px;
    margin-bottom: 30px;
}
/*.main-menu a:hover{*/
/*    transform: scale(1.1);*/
/*    color: #c9c9c9 !important;*/
/*    font-size: 23px !important;*/
/*}*/
/*.navbar-dark .navbar-nav .nav-link:hover{*/
/*    color: #b2b2b2 !important;*/
/*    position: relative;*/
/*    text-decoration: none;*/
/*    overflow: hidden;*/
/*}*/
/*.navbar-dark .navbar-nav .nav-link:hover::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 2px;*/
/*    background-color: white;*/
/*    bottom: 0;*/
/*    left: -100%;*/
/*    transition: left 0.5s ease;*/
/*}*/
/*.navbar-dark .navbar-nav .nav-link:hover::after{*/
/*    left: 0;*/
/*}*/

.navbar-dark .navbar-nav .nav-link {
    position: relative;
    text-decoration: none;
    overflow: hidden;
}


footer .center {
    overflow: hidden;
}
@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0px !important;
        padding-left: 0px !important;
        margin-left:.5rem;
        margin-right:.5rem;
    }
}
#wrapper-navbar .bg-primary {
    box-shadow: 5px 2px 11px rgba(0, 0, 0, 0.5);
}
.custom-select{
    border-radius: 32px !important;
}

/* nav */
.navbar-dark .navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    width: 0%;  /* Initialize width to 0 */
    height: 2px;
    background-color: white;
    bottom: 0;
    left: 0;  /* Keep it at the left edge */
    transition: width 0.5s ease;  /* Animate width */
}

.navbar-dark .navbar-nav .nav-link:hover::after {
    width: 100%;  /* Grow to full width on hover */
}
#wrapper-navbar .container {
    /*max-width: 95% !important;*/
    padding:10px 0px;
}

.navbar-dark .navbar-brand {
    color: #fff;
    z-index: 1111;
    font-size: 40px;
}
.wrapper {
    padding-top: 75px !important;
}

.navbar-expand-md .navbar-collapse {
    z-index: 123123;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgb(255 255 255) !important;
    font-size: 20px !important;
    letter-spacing: .2em;
    transition: ease .3s;
}
.add-to-cart-container a {
    transition: ease .3s;

}

/* floating header
 */
#main-nav.fixed{
    position: fixed;
    top: 0px;
}
#main-nav.fixed .container{
    padding:0px;
}

/* mobile nav */
.navbar-toggler {
    display: none;  /* Hidden by default, will be shown via JS in mobile view */
    border: none;
    background: none;
}
.navbar-toggler i {
    font-size: 28px; /* Adjust size as necessary */
    color: white; /* Match your theme */
}

.navbar-dark .navbar-toggler-icon {
    background-image: none !important;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}
.navbar-dark .navbar-toggler {
    border: none !important;
}
.navbar-dark .navbar-toggler-icon::before {
    content: "\f0c9";
    font-family: 'Font Awesome 6 Free';
    font-weight: 600;
    color: white;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    width: 100%;
    display: block;
    text-align: center;
    transition: transform 0.3s ease, opacity 0.3s ease, color 0.2s ease;
}
/* Toggled State - Cross */
.navbar-dark .navbar-toggler.active .navbar-toggler-icon::before {
    content: "\f00d"; /* Unicode for times */
    color:pink;
    transform: rotate(90deg);
}
@media (max-width: 1200px) {
    #main-menu a{
        font-size: 18px !important;
    }
    /*footer .center .footer-logo a img {*/
    /*    width: 282px;*/
    /*}*/

}
@media (max-width: 1200px) {
    #main-menu a{
        font-size: 18px !important;
    }
    #main-menu a{
        font-size: 16px !important;
    }

}
@media (max-width: 768px) {
    .navbar-toggler {
        display: block; /* Show only on mobile */
    }

    .collapse.navbar-collapse {
        display: none; /* Hide the menu initially in mobile view */
    }

    .collapse.show {
        display: block; /* Show menu when toggled */
    }

    .navbar-nav {
        flex-direction: column; /* Stack the links vertically under the navbar */
    }

    .nav-item {
        margin: 5px 0; /* Space out the links */
    }
    .navbar-nav {
       text-align:center;
    }
    .collapse.show {
        padding: 30px 0px;
    }
    #main-menu a {
        font-size: 20px !important;
    }
    /*footer .center .footer-logo a img {*/
    /*    padding-top: 27px ! important;*/
    /*    width: 172px !important;*/
    /*}*/
    .product-slider{
        padding: 0px 13px;

    }
    .product-slider .slick-prev {
        left: -7px;
    }
    .product-slider .slick-next {
        right: -1px;
    }
    .wrapper .carousel-wrapper {
        position: relative;
        height: 100vh;
        padding: 0px !important;
        padding-bottom: 30px !important;
    }
    .buysell-button {
        display:none;
    }
    .carousel-wrapper {
        position: relative;
        height: 50vh;
        margin-top:0px;
    }
    .carousel-wrapper .w-100{
        position: relative;
        height: 50vh;
        padding: 0px !important;
        padding-bottom: 30px !important;
        /* margin-top: -100px; */
    }
    .buysell_wrap {
        position: absolute;
        bottom: 0px;
        padding-top: 120px;
        padding-bottom: 1px;
        background: none;
        z-index: 143321;
        left: 0px;
        min-height: 300px;
        right: 0px;
    }
    .carousel-wrapper::after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 27px;
        height: 100%;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
        pointer-events: none;
        z-index: 2;
    }
    .sale_wrap h2 {
        margin-top: 18px;
        font-size: 18px;
    }
    .buysell_wrap {
        bottom: 15px;
    }
    .slick-dotted.slick-slider {
        padding-top: 0px;
        margin-top: 15px;
    }
    #wrapper-navbar .custom-logo-link img {
        width: 220px;
    }
}
.carousel-wrapper {
    padding: 0px !important;
    padding-bottom: 30px !important;
}
/* Transform hamburger into cross */
.navbar-toggler.active i {
    transform: rotate(45deg); /* Rotate icon for cross effect */
    transition: transform 0.3s; /* Smooth transition */
}
.slick-initialized .slick-slide {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: left;
    padding: 0px 15px;
}

/* slick pullings */
.slick-prev:before, .slick-next:before {
    color: black !important;
    font-size: 30px !important;
}
.product-slider{
    padding-top:60px;
}
.product-slider h3{
    height: 80px;
    font-size: 18px;
    padding: 20px 0px;
    font-weight:600;
}
.slick-slide img {
    display: block;
    object-fit: cover;
    height: 268px !important;
    width: 100%;
}
.specs{
    /*display: flex;*/
    /*justify-content: left;*/
}
.specs span, .specs p{
    font-size:14px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
}
.product-slider .pricewrap, .product.type-product .price{
    display: block;
    position: relative;
    height:30px;
    width:100%;

}
.product-slider .pricewrap del{
    display:none;
}
.product-slider .slick-dots{
    display:none !important;
}
del .woocommerce-Price-amount{
    right: 135px;
    text-decoration: line-through;
}
.woocommerce-Price-amount{
    position: absolute;
    right: 0px;
    bottom: 0px;
    font-weight: 600;
    font-size: 22px;
}
.slick-dotted.slick-slider {
    margin-top: 60px;
    margin-bottom: -30px !important;
}
.bekijken-button, s .wpcf7-form-control.wpcf7-submit.has-spinner{
    color: white;
    background: black;
    padding: 5px;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    transition: transform 0.3s ease;
}
.bekijken-button:hover, .verkoopservice-wrap input.wpcf7-submit:hover, .add-to-cart-container a:hover , .wpcf7-form-control.wpcf7-submit.has-spinner:hover{
    color: white !important;
    background: #343434 !important;
    background-color: #343434 !important;
}
.bekijken-button:hover{
    padding: 5px;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    font-size: 20px;
    text-decoration: none;
    transition: transform 0.3s ease; !important;
}

/* home */
@media (max-width: 768px){
    .carousel-wrapper .w-100 {

        object-fit: cover;
        height:45vh;
    }
    .carousel-wrapper, .carousel-inner, .carousel {
        height: 45vh;
    }
    .post-58{
        padding:0px 30px;
    }

    .read-more {
        color: #8f8f8f;
        text-decoration: none !important;
        cursor: pointer;
        font-weight: normal;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 10px;
        width: 100%;
        text-align: center;
        position: relative;
    }
    .read-more:hover{
        color: #c1c1c1;
    }


    .read-more:hover {
        text-decoration: underline;
    }

    .more-text {
        display: none;
    }
    .read-more .svg-inline--fa {
        margin-right: 5px;
    }
    .read-more .line {
        flex-grow: 1;
        height: 1px;
        background-color: #ccc; /* Line color */
        margin: 0 10px; /* Space between text and lines */
    }

    .read-more i {
        margin: 0 5px; /* Space around the icon */
    }

    .read-more:hover {
        text-decoration: underline;
    }

    .more-text {
        display: none;
    }
    .read-more{
        margin-top:15px;
    }
    .carousel-indicators {
        display: none !important;
    }
    .container.verkoopservice {
        padding: 60px 30px !important;
    }
    .verkoopservice .testing.container{
        padding: 30px 0px
    }
    .verkoopservice .service-steps{
        margin-bottom:15px;
    }
    .verkoopservice h1{
        font-size: 2.5rem;
    }
    .verkoopservice-wrap .form-container{
        margin-left: -10px;
        margin-right: -10px;
    }

}
.bekijken-button , .woocommerce ul.products li.product .button{
    border-radius: 5px;
    font-size: 20px;
    font-weight: 600;
}
.verkoopservice-wrap .wpcf7-form {
    background:none;

    border-radius: 8px;
    box-shadow: none;
    padding: 0px;
    /* background: #bababa; */
}
.verkoopservice-wrap  .wpcf7-form label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
}
.verkoopservice-wrap wpcf7-form-control-wrap input {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #ced4da;
    border-radius: 5px;
    font-size: 1rem;
}
.verkoopservice-wrap input{
    text-align: left;
    text-indent:60px;
    background-color: #fff !important;
    border: 1px solid #ced4da !important;
    background-image: none;
}
.verkoopservice-wrap .open_rdw-440::before {
    content: '';
    background: url(/wp-content/uploads/2024/03/download.png) no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    left: 0px;
    top: -21px;
    height: 78px;
    width: 48px;
    z-index: 2;
}
.verkoopservice-wrap .open_rdw-440 {
    position: relative;
    margin-top: 15px;
}

.verkoopservice-wrap input.wpcf7-submit{
    width: 100%;
    padding: 1rem!important;
    background-color: #000000 !important;
    color: #fff!important;
    border: none;
    border-radius: 5px!important;
    font-weight: 600!important;
    cursor: pointer;
    transition: background-color 0.3s ease;
    height:100% !important;
    text-indent: 0px;
    font-size: 20px !important;
}
#open_rdw-accepted {
    position: absolute;
    top: 44px;
    left: 16px;
    z-index: 444444;
}
.verkoopservice .product-slider-verkoopservice{
    margin-top:0px;
    padding-top:0px;
}
@media (min-width: 768px){
    .verkoopservice .testing.container{
        padding:0px;
        margin-left: -15px;
        margin-top: 30px;
    }

}

.bekijken-button{
    border-radius:5px;
    font-size: 20px;
    font-weight: 600;
}
.svg-inline--fa .fa-secondary {
    fill: #000000;
}
.svg-inline--fa .fa-primary {
    fill: #dddddd;
    opacity: var(--fa-primary-opacity, 1);
}
.verkoopservice .info-section-terugkoppeling{
    margin-top: 30px;
}
.product-slider-detail{
    margin-top: 0px;
    padding-top: 30px;
}
.type-product h2{
    font-size: 2.5rem;
    font-weight: 600;
    margin-left:15px;
}
.type-product .testing.container{
    margin-bottom: 100px;
    margin-top: 80px !important;
}
.type-product .slick-dotted.slick-slider {
    margin-top: 15px;
}
footer img.logo{
    width: 80%;
    padding-bottom: 30px !important;
    margin-top: -40px;
}
@media (max-width: 768px){
    footer .row{
        align-items:  start !important;
    }
    footer #footer-nav{
        margin-top:40px;
    }
    footer ul {
        list-style: none;
        padding-left: 0px;
    }
    footer .center .contact-box {
        float: none !important;
        text-align: left !important;
    }
    footer .center .address-box {
         float: none !important;
        text-align: left !important;
        margin-top: 20px;
    }
    footer .center .footer-logo a img {
        width: 100% !important;
    }
}
.wpcf7-form-control.wpcf7-textarea .form-control:focus, .wpcf7 .wpcf7-validation-errors:focus, .wpcf7 input[type=color]:focus, .wpcf7 input[type=date]:focus, .wpcf7 input[type=datetime-local]:focus, .wpcf7 input[type=datetime]:focus, .wpcf7 input[type=email]:focus, .wpcf7 input[type=file]:focus, .wpcf7 input[type=month]:focus, .wpcf7 input[type=number]:focus, .wpcf7 input[type=range]:focus, .wpcf7 input[type=search]:focus, .wpcf7 input[type=submit]:focus, .wpcf7 input[type=tel]:focus, .wpcf7 input[type=text]:focus, .wpcf7 input[type=time]:focus, .wpcf7 input[type=url]:focus, .wpcf7 input[type=week]:focus, .wpcf7 select:focus, .wpcf7 textarea:focus {
    color: #495057;
    background-color: #fff;
    outline: 0;
    border-color: #a7a7a7 !important;
    box-shadow: 0 0 0 .1rem rgb(66 66 66 / 25%) !important;
}
.wpcf7-form.invalid .wpcf7-response-output{
    border-color: #dd0000 !important;
    background-color: #ffeaea;
    color: #121212;
}
.wpcf7-form.invalid .wpcf7-response-output::before {
     content: '\f00d';
     font-family: 'Font Awesome 5 Free';
     font-weight: 900;
     color:  #dd0000;
     margin-right: 8px;
     display: inline-block;
 }