/*footer*/

/* Voordelen sectie styling */
.voordelen-section {
    background-color: #87ceeb;
    color: #ffffff;
    padding: 0;
    margin: 0;
}

.voordelen-section .container {
    max-width: 100%;
    padding: 0;
    margin: 0;
}

.voordelen-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}

.voordelen-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    padding: 5px 20px;
}

.voordelen-icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    object-fit: contain;
}

.voordelen-text {
    font-size: 11px;
    font-weight: 500;
    line-height: 1.3;
    text-align: left;
}

/* Mobiele weergave - roterende voordelen */
@media (max-width: 768px) {
    .voordelen-section {
        padding: 0;
        margin: 0;
    }
    
    .voordelen-wrapper {
        position: relative;
        height: 90px;
        overflow: hidden;
    }
    
    .voordelen-item {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        opacity: 0;
        visibility: hidden;
        transform: translateY(20px);
        transition: all 0.5s ease;
        min-width: 100%;
        justify-content: center;
        padding: 20px;
    }
    
    .voordelen-item.active {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
    
    .voordelen-text {
        font-size: 11px;
        text-align: center;
    }
    
    .voordelen-icon {
        width: 50px;
        height: 50px;
        min-width: 50px;
    }
}

body {
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}

.footer {
    background-color: #00B0DF;
    color: white;
    font-size: 14px;
    line-height: 0.7rem;
    margin-top: auto;
}

.footer-header {
    background-color: #E28E22;
    color: white;
    padding: 20px 0;
}

.footer-header .footer-logo {
    max-width: 45%;
    height: auto;
}

.contactgegevens {
    margin-bottom: 10px;

}

.footer a {
    color: white;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.footer p
{
color: #ffffff;
    font-size: 12px;
    line-height: 1.5;
}

.footer-content {
    padding: 28px 0 0 0;
}

.footer-title {
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 20px;
    color: white;
}

.footer-contact p {
    margin-bottom: 15px;
    line-height: 1.6;
}

.contact-info {
    margin-top: 15px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 8px;
    gap: 8px;
}

.contact-item strong {
    min-width: 80px;
    font-weight: 600;
}

.footer a {
    color: white;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.footer a:hover {
    color: white;
    text-decoration: underline;
    opacity: 0.8;
}

.list-links {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

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

.list-links li:last-child {
    margin-bottom: 0;
}

.footer-bottom {
    background-color: #87CEEB;
    color: #333;
    padding: 10px 0;
    font-size: 12px;
    margin-top: 20px;
}

/* Oude klassen voor backwards compatibility */
.footer h5 {
    font-weight: bold;
    font-size: 1.1em;
}

.footer .sponsored img {
    max-width: 100px;
    margin: 10px 0;
}

.footerlogo
{
max-height:75px;
}

.contactgegevens {
    margin-bottom: 10px;
}

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

@media (max-width: 991px) {
    .footer .row {
        flex-direction: column;
    }

    .footer .col-md-3 {
        width: 100%;
        margin-bottom: 20px;
    }

    .footer-header img {
        max-width: 70%;
    }
}


/*header*/

/* Slider styling */
#jumbotronsection {
    width: 100%;
    margin: 0;
    padding: 0;
}

#headerCarousel {
    width: 100%;
}

#headerCarousel .carousel-item img {
    width: 100%;
    height: auto;
    display: block;
}

/* Welkom section styling */
.welkom {
    background-color: #efefef;
    padding: 50px 0;
}

.welkom h3 {
    font-size: 16pt;
    font-weight: 700;
    padding-bottom: 15px;
}

.welkom h4 {
    font-size: 13pt;
    font-weight: 700;
}

.welkom P {
    font-size: 1.0em;
    font-weight:500;
    line-height: 1.4;
    color: #000;
}

/* Huismerken section styling */
.huismerken {
    background-color: #ffffff;
    padding: 30px 0;
}

.huismerken IMG
{
max-height:60px;
padding-right:20px;
}

.huismerken h2 {
    font-weight: 700;
    font-size:21pt;
    margin-bottom: 30px;
    color: #000000;
}

.huismerken h3 {
    font-size: 16pt;
    font-weight: 700;
    padding-bottom: 15px;
}

/* Content page styling voor privacy/disclaimer etc. */
.content-page {
    background-color: #ffffff;
    padding: 50px 0;
}

.content-text {
    font-size: 11px;
    line-height: 1.6;
    color: #333;
}

.content-text h2 {
    font-size: 17px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #000;
}

.content-text h3 {
    font-size: 11px;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 12px;
    color: #000;
}

.content-text p {
    margin-bottom: 15px;
}

.content-text ul, .content-text ol {
    margin-bottom: 15px;
    padding-left: 20px;
}

.content-text li {
    margin-bottom: 8px;
}

@media (max-width: 768px) {
    .header-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

.container-custom {
    max-width: 1200px;
    margin: 0 auto;
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

/*socials, search & button*/

.row-container {
    display: flex;
    flex-direction: row;
    gap: 7em;
}

.logo-container {
    display: flex;
    align-items: center;
    gap: 5em;
    margin-right: 5em;
}

.logo-container img {
    height: 120px;
    max-width: 100%;
}

.right-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
    align-items: center;
}

.social-icons {
    display: flex;
    gap: 5px;
}

.social-icons a img {
    height: 30px;
}

.snelzoeken::placeholder {
    color: #bbbbbb !important;
    opacity: 1;
}

.snelzoeken {
    background: #ffffff url(../images/zoom_icon.png) no-repeat left center;
    border: 2px groove #cccccc !important;
    border-radius: 0px !important;
    box-shadow: -1px -1px -1px #888888;
    padding: 10px 0px 10px 45px !important;
    margin: 20px 0px 0 0px !important;
    height: 35px !important;
    font-size: 10pt;
}

.klantlogin {
    background-color: #00b0df !important;
    border: none !important;
    padding: 8px 16px;
    font-size: 11pt;
    text-transform: uppercase;
    font-weight: normal;
    border-radius: 0px !important;
    color: white;
}

.klantlogin {
    border-radius: 0px !important;
    color: white !important;
}

.klantlogin:hover {
    background-color: #EFEFEF !important;
    color: black !important;
}


.klantlogin strong {
    font-weight: bold;
}

/*navbar*/

.snelzoeken {
    background: #ffffff url(../images/zoom_icon.png) no-repeat left center;
    border: 2px groove #cccccc !important;
    border-radius: 0px !important;
    box-shadow: -1px -1px -1px #888888;
    padding: 10px 0px 10px 45px !important;
    margin: 20px 0px 0 0px !important;
    height: 35px !important;
    font-size: 10pt;
}

.klantlogin:hover {
    background-color: #EFEFEF !important;
    color: black !important;
}

.topheader {
    padding: 15px 0px;
}

.nav-section {
    background: #00b0df;
}

.navbar {
    padding: 0px !important;
}

.nav-pills {
    justify-content: center;
}

.nav-pills .nav-item {
    flex: 1;
    text-align: center;
}

.nav-pills .nav-link {
    border-radius: 0 !important;
    color: #323e48 !important;
    margin: 0 !important;
    border-radius: 0 !important;
    text-align: center;
    padding: 12px;
}

/*navpills backgrounds*/

#navhome {
    background: #99dff3 !important;
}

#navtandheelkunde {
    background: #80d8ef !important;
}

#navtandtechniek {
    background: #66d0ec !important;
}

#navwebshop {
    background: #59cbea !important;
}

#navmerken {
    background: #48c4e4 !important;
}

#navaanbiedingen {
    background: #33c0e6 !important;
}

#navcontact {
    background: #20b2da !important;
}

#navblog {
    background: #0ca0c9 !important;
}

#navleerplein {
    background: #0d98be !important;
}

#overons {
    background: #0e87b3 !important;
}

.nav-item {
    background-color: #00b0df !important;
    color: white !important;
}


.nav-item:hover {
    background-color: #E28E22 !important;
}

/*navpills hover*/
.nav-pills .nav-link:hover {
    background-color: #E28E22 !important;
    color: white !important;
}

#overons:hover {
    background-color: #E28E22 !important;
    color: white !important;
}

#navhome:hover {
    background-color: #E28E22 !important;
    color: white !important;
}

#navtandheelkunde:hover {
    background-color: #E28E22 !important;
    color: white !important;
}

#navtandtechniek:hover {
    background-color: #E28E22 !important;
    color: white !important;
}

#navwebshop:hover {
    background-color: #E28E22 !important;
    color: white !important;
}

#navmerken:hover {
    background-color: #E28E22 !important;
    color: white !important;
}

#navaanbiedingen:hover {
    background-color: #E28E22 !important;
    color: white !important;
}

#navcontact:hover {
    background-color: #E28E22 !important;
    color: white !important;
}

#navblog:hover {
    background-color: #E28E22 !important;
    color: white !important;
}

#navleerplein:hover {
    background-color: #E28E22 !important;
    color: white !important;
}


.wwcats {
    text-align: center;
    color: #e48f00;
    font-size: 11pt;
    box-shadow: 0px 0px 15px #cccccc;
    display: flex;
    flex-direction: column;
    padding: 10px;
    height: 280px;
    margin-bottom: 0px;
    overflow: hidden;
    cursor: pointer;
    background: #ffffff;
}

.wwcatsfoto {
    height: 180px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.wwcatsfoto IMG {
    max-width: 140px;
    max-height: 140px;
}

.wwcats-text {
    font-size: 13px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.wwcatsproduct {
    font-size: 10pt;
    font-weight: 400;
    color: #e48f00;
    margin: 10px 0;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.2;
}

.wwcatsprijs {
    margin-top: auto;
    padding-top: 10px;
}

.wwcatsprijstot {
    font-size: 12px;
    font-weight: bold;
    color: #28a745;
    margin-bottom: 5px;
}

.wwcatsprijsvan {
    font-size: 9px;
    color: #6c757d;
    text-transform: uppercase;
    margin-bottom: 3px;
}

.wwcatswinkelwagen {
    text-align: center;
    margin-top: 5px;
}

.wwcatswinkelwagen img {
    width: 20px;
    height: 20px;
}

.wwa {
    width: 100%;
}

/* Specifieke styling voor merken pagina */
.wwcats-merken {
    height: 140px;
}

.wwcats-merken .wwcatsfoto {
    height: 90px;
}

.wwcats-merken .wwcatsfoto IMG {
    max-width: 120px;
    max-height: 80px;
}

.wwcatsdubbel {
    box-shadow: 5px 3px 10px #cccccc;
    display: inline-block;
}

.wwcatsdubbelfoto IMG {
    width: 350px;
    height: 235px;
}

.actions {
    width: 100%;
    background: #eceef0;
    float: right;
    text-align: center;
}

.actions H3 {
    color: #ce8d19;
    font-size: 16pt;
    padding-top: 15px;
}

.actions .aanbieding {
    position: relative;
    -webkit-border-radius: 50% 50%;
    -moz-border-radius: 50% 50%;
    border-radius: 50% 50%;
    background: #cd8d19;
    height: 65px;
    width: 65px;
    color: #fff;
    margin: 0 0 -45px 175px;
    font-weight: bold;
    font-size: 7pt;
    line-height: 12pt;
    box-sizing: border-box;
    padding: 13px 0 0 0;
}

.actions .afbeelding IMG {
    padding: 10px 10px 10px 10px;
    max-height: 150px;
    min-height: 150px;

}

.actions .afbeelding {
    height: 235px;
    margin: 15px 20px 15px 20px;
    padding: 20px;
    -webkit-border-radius: 50% 50%;
    -moz-border-radius: 50% 50%;
    border-radius: 50% 50%;
    background: #fff;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;

}

.actions .omschrijving {
    color: #fff;
    background: #4c565c;
    width: 100%;
    text-align: center;
    height: 55px;
    box-sizing: border-box;
    padding: 5px 5px 0 5px;
    line-height: 11pt;
    font-size: 7pt;
}

.actions .totaal {
    margin: 0 0 25px 0;
}



.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
}

body p,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;

}

div p,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;

}



p {
    color: #465660;
}

.colrindiv div {
    color: #465660;
    font-size: 11px;
}

#text {
    font-family: 'Open Sans', sans-serif;
}

div H1 {
    color: #465660;
    font-weight: normal;
    font-size: 19pt;
    padding-top: 10pt;
    padding-bottom: 10pt;
}

H1 {
    color: #465660;
    font-weight: normal;
    font-size: 19pt;
    padding-top: 10pt;
    padding-bottom: 10pt;
}


.wolkje {
    z-index: 999;
    margin-top: -20px;
    float: right;
}

.wolkjeadv {
    z-index: 999;
    margin: 25px 170px 0 0;
    right: 0;
    position: absolute;
}

.wolkjeabs {
    z-index: 999;
    margin-top: -20px;
    right: 0;
    position: absolute;
}


.wwterug A {
    color: #ffffff;
}



.wwterug {
    border-radius: 5px;
    color: #ffffff;
    float: right;
    background: #00b6dc;
    margin: 0 10px 0 0;
    padding: 5px 15px 5px 15px;
    font-size: 11pt;
    font-weight: normal;
}

.ctentbutton {
    width: 100%;
    float: left;
}

#button {
    margin: 0;
    padding: 0;
    margin-left: 0px;
    background: #ffffff;
}

#button li {
    display: block;
    float: left;

    list-style: none;
}


#button li a {
    display: block;
    height: 40px;
    color: #ffffff;
    background: #00b5de;
    max-width: 50%;
    font-family: 'Open Sans', sans-serif;
    font-size: 11pt;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 7px 15px 8px 0;
}

#button li a:hover {
    color: #ffffff;
    background: #00b5de;

}

#button li.yel a {
    display: block;
    height: 40px;
    color: #ffffff;
    background: #e48f00;
    max-width: 50%;
    font-family: 'Open Sans', sans-serif;
    font-size: 11pt;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 7px 15px 8px 0;
}

#button li.yel a:hover {
    color: #ffffff;
    background: #e48f00;

}

#button li a.selected {

    color: #ffffff;
    font-weight: 700;
    background: #00b5de;

}

.indekijker
{
    background: #efefef;
padding:30px 0 40px 0;
text-align:center;
}

.indekijker .textblk
{
text-align:center;
font-size:13pt;
z-index:2;
margin-top:-35px;
}

.indekijker H2
{
    font-size: 21pt;
    text-align:center;
    font-weight:600;
    padding:0px 0 20px;
    color: #465660;
}

.indekijker img
{
box-shadow: 5px 3px 10px #cccccc;
}

.wsindex
{
padding:30px 0 30px 0;
}

.wsindex H2
{
    font-size: 21pt;
    text-align:center;
    font-weight:600;
    padding:0px 0 20px;
    color: #465660;
}

.webshoptitel {
    background: #efefef;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.webshoptitel H1 {
    font-size: 23pt;
    padding: 0;
    font-weight: 700;
    margin: 0;
}

.btn-webshop-merken {
    background-color: #00b0df;
    border-color: #00b0df;
    color: #ffffff;
    padding: 10px 20px;
    font-size: 11pt;
    font-weight: 500;
    border-radius: 0;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-webshop-merken:hover {
    background-color: #e28e22;
    border-color: #e28e22;
    color: #ffffff;
    text-decoration: none;
}

.shopintro 
{
font-size:13pt;
text-align:center;
padding:10px 0 20px 0;
}



/*contact */
.contactgegevens {
    font-size: 1.0em;
    margin-top: 20px;
    padding: 20px;
    background-color: #f9f9f9;
    /*box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
    border: 1px solid #ddd;
    width: 100%;
    max-width: 400px;
}


.btn-primary {
    background: #e48f00 !important;
    border: none !important;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
}

.btn-primary:hover {
    background: #e46e00 !important;
    border: none !important;
}

.contactgegevens p {
    margin: 0;
}

.form-control {
    border-radius: 0px !important;
}

.bottommarg {
    margin-bottom: 40px;
    margin-top: 40px;
}

/*submenu*/
#submenu .nav-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    padding: 10px;
    text-align: center;
}

#submenu {
    padding: 0px;
}

#submenu .nav-item ul {
    padding: 0px;
    list-style-type: none;
}

/* Mobile-specific tweaks */
@media screen and (max-width: 768px) {
    #submenu {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;

    }

    #submenu .nav-item {
        width: 50%;
        padding: 10px;
        font-size: 10px;
    }
}



/*blog*/

.wwcatsdubbel {
    padding: 10px;
    margin-bottom: 10px;
}

.wwcatsdubbel h2 {
    font-size: 20px;
    margin-bottom: 10px;
    color: orange;
}

.wwcatsdubbel a {
    color: orange;
}

.date {
    font-size: 11px;
    color: #999;
    margin-top: 10px;
}

.nieuws {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.nieuwsleft {
    flex: 0 0 auto;
    margin-right: 10px;
}

.nieuwsright {
    flex: 1;
}

/* Zorgt ervoor dat op kleinere schermen de afbeelding boven de tekst komt */
@media screen and (max-width: 768px) {
    .nieuws {
        flex-direction: column;
        /* Stapelt de elementen onder elkaar */
    }

    .nieuwsleft img {
        width: 100%;
        /* Zorgt ervoor dat de afbeelding de volledige breedte krijgt */
        margin-right: 0;
        /* Verwijdert de rechter marge */
        margin-bottom: 10px;
        /* Voegt wat ruimte onder de afbeelding toe */
    }
}


.whitetext p {
    color: white !important;
}


.iframe {
    margin-bottom: -6px;
}



/* artikel single pages */
#navwi {
    width: 400px;
    margin: 0 0 0 12px;
    padding: 0;
    float: left;
}

#navwi li {
    width: 50px;
    float: left;
    margin: 8px;
    list-style: none
}

#navwi a {
    width: 50px;
    padding: 3px;
    display: block;
    border: 1px solid #ccc;
    background: #ffffff;
}

#navwi a.activeSlide {
    background: #678bb7;
}

#navwi a:focus {
    outline: none;
}

#navwi img {
    border: none;
    display: block
}



.fotoimage {
    float: right;
    width: 420px;
    margin: 0;
    align-items: center;
    justify-content: center;
}

#button li.yel a {
    background: #e48f00;
    height: 4vh;
    width: 40vh;
    text-align: center;
    justify-content: center;
    border-radius: 10px;
    margin: 7px 15px 8px 0;
}

#button li a {
    background: #00b5de;
    height: 4vh;
    width: 40vh;
    text-align: center;
    justify-content: center;
    border-radius: 10px;
    margin: 7px 15px 8px 0;
}





/* merkpagina's */
.ctentlinks {
    background: #efefef;
    justify-content: center;
}

.ctentlinks a {
    color: #00b5de;
    text-decoration: none;
}

.ctentlinks b,
.ctentlinks a {
    margin-left: 10px;
}

.buttonomnident {
    display: flex;
    justify-content: center;
    align-items: center;

}

.wwproduct {
    display: flex;
    width: 100%;
    flex-direction: row;
    float: left;
    border-bottom: 1px solid #efefef;
}

.wproductinfo label {
    width: 175px;
    font-weight: bold;
    display: block;
}

.wwprijs {
    border-radius: 5px;
    color: #ffffff;
    float: right;
    background: #e48f00;
    padding: 5px 15px 5px 15px;
    font-size: 13pt;
    font-weight: bold;
}

.wwprijsblok {
    float: right;
    margin: 10px 0 0 0;
}

.wwprijsvan {
    border-radius: 5px;
    color: #ffffff;
    float: right;
    background: #00b6dc;
    margin: 0 10px 0 0;
    padding: 5px 15px 5px 15px;
    font-size: 7pt;
    font-weight: normal;
    text-decoration: line-through;
}

.wbestelform {
    margin-top: 18px;
    width: 100%;
}

.wprijs {
    font-size: 7pt;
    font-weight: bold;
}

.wwproduct {
    display: flex;
    flex-direction: row;
    column-gap: 7px;
    float: left;
    border-bottom: 1px solid #efefef;
}

.sp_foto
{
width:125px;
min-height:50px;
display: flex;
  align-items: center;
  justify-content: center;
border:1px solid #eeeeee;
}

.sp_foto IMG
{
max-height:50px;
}

.sp_artnr {
    width: 10%;
    min-height: 24px;
    float: left;
}

.sp_info {
    width: 10%;
    min-height: 24px;
    float: left;
}

.sp_product {
    width: 50%;
    min-height: 24px;
    float: left;
}

.sp_product A {
    color: #000000;
    text-decoration: none;
}

.sp_merk {
    width: 15%;
    min-height: 24px;
    float: left;
}

.sp_prijs {
    width: 10%;
    float: left;
    padding: 0 10px 0 0;
    text-align: right;
}

.sp_login_prijs {
    width: 15%;
    float: left;
    padding: 0 10px 0 0;
    text-align: right;
    font-size: 10px !important;
}

.sp_euro {
    width: 15px;
    float: left;
}

.sp_bestel {
    width: 30px;
    float: left;
}

.sp_delete {
    width: 30px;
    float: left;
    text-align: center;
}

.showproduct {
    width: 515px;
    height: 150px;
    font-size: 7pt;
    position: absolute;
    background: #e48f00;
    margin: 0 0 0 0px;
}

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

.navbar
{
padding:5px !important;
}

.navbar-toggler
{
border-radius:0px;
}

.navbar-toggler:focus,
.navbar-toggler:active {
  outline: none;
  box-shadow: none;
}

.wwproduct_wrapper
{
display: flex;
    flex-wrap: wrap; /* indien meerdere rijen */
    align-items: stretch;
    gap: 30px;
}

.wwproduct {
    display: flex;
    width: calc(50% - 15px);
    flex-direction: column;
    padding:7px;
    float: left;
    border-bottom: 1px solid #efefef;
}

.sp_foto
{
min-height:225px;
display: flex;
  align-items: center;
  justify-content: center;
}

.sp_foto IMG
{
max-height:210px;
}

.wprijs {
    font-size: 7pt;
    font-weight: bold;
}

.sp_artnr {
    width: 100%;
    min-height: 24px;
    float: left;
}

.sp_info {
    width: 25%;
    min-height: 24px;
    float: left;
}

.sp_product {
    width: 100%;
    min-height: 24px;
    font-weight:700;
    float: left;
}

.sp_product A {
    color: #000000;
    text-decoration: none;
}

.sp_merk {
    width: 75%;
    min-height: 24px;
    float: left;
}

.sp_euro
{
display:none;
}

.sp_prijs::before {
    content: "&euro;";
    margin-right: 4px; /* optioneel: ruimte tussen euro en prijs */
}

.sp_prijs {
    
    float: left;
    padding: 0 10px 0 0;
    text-align: right;
}

.sp_bestel
{
display:none;
}


.showproduct {
display:none !important;
}

}


.wwloginbtn {
    border-radius: 5px;
    color: #ffffff;
    float: left;
    background: #e48f00;
    margin: 0 10px 0 0;
    padding: 5px 15px 5px 15px;
    font-size: 11pt;
    font-weight: normal;
}

.gray {
    background: #efefef;
    padding: 15px;
}

.gray ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.gray ul li {
    padding: 3px 0 3px 0;
    border-bottom: 1px solid #cccccc;
}

.gray ul li a {
    color: #0081bc !important;
    text-decoration: none;
}

.gray ul li a:hover {
    color: #000000 !important;
}


.advblok IMG {
    width: 200px;
    text-align: center;
    margin-bottom: 20px;
    box-shadow: 5px 3px 10px #cccccc;
}


.loginbtn {
    background: #e48f00;
    border: none;
    color: white;
    padding: 8px 16px;
    text-decoration: none;
    display: inline-block;
    font-size: 11pt;
    border-radius: 5px;

}


.oranjelink a:link {
    text-decoration: none;
    color: #e48f00;
}

.txt {
    line-height: 18pt;
}

.info a {
    text-decoration: none;
}

.wwcatsdubbelfoto .cycle-slideshow img {
    max-width: 100%;
    width: 10000px;
    height: 261px;
    object-fit: cover;
}

.wwcatsdubbelfoto .cycle-slideshow {
    position: relative;
    width: 100%;
    height: 261px;
    overflow: hidden;
}

.headerbalk {
    background: #ffffff url(../ind_img/backlogoslider.png) no-repeat top center;
}

#dentaldepot {
    margin-top: 9px;
    margin-bottom: 9px;
}

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

    .sp_artnr,
    .sp_info,
    .sp_product,
    .sp_merk,
    .sp_prijs,
    .sp_login_prijs,
    .sp_euro {
        font-size: 10px;
    }
}

*/

.buttonomnident img {
    margin-top: 30px;
    margin-bottom: 30px;
}

fieldset {
    display: block;
    min-inline-size: min-content;
    margin-inline: 2px;
    border-width: 2px;
    border-style: groove;
    border-color: threedface;
    border-image: initial;
    padding-block: 0.35em 0.625em;
    padding-inline: 0.75em;
}


.kassabutton {
    border-radius: 5px;
    color: #ffffff;
    float: right;
    border: 0px;
    background: #e48f00;
    padding: 10px 15px 10px 15px;
    font-size: 11pt;
    font-weight: bold;
}


.orangebutton {
    border-radius: 5px;
    color: #ffffff;
    float: right;
    border: 0px;
    background: #e48f00;
    padding: 10px 15px 10px 15px;
    font-size: 11pt;
    font-weight: bold;
}


#bestellen select {
    border-radius:0px;
    margin-bottom: 10px;
    padding: 10px;
    color: #000000;
}

#bestellen input {
    border-radius:0px;
    padding: 10px;
    margin-bottom: 5px;
    color: #000000;
}

#bestellen label {
    width: 250px;
    height: 25px;
    float: left;
}

#contact input {
    width: 275px;
    border: 1px solid #00b5de;
    padding: 3px;
    margin-bottom: 5px;
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #50575c;
}

#contact label {
    width: 250px;
    float: left;
}

#contact input[type=submit] {
    border-radius: 5px;
    color: #ffffff;
    float: center;
    border: 0px;
    background: #e48f00;
    padding: 10px 15px 10px 15px;
    font-size: 11pt;
    font-weight: bold;
}

.blogfoto {
    width: 350px;
    float: left;
    box-shadow: 5px 3px 10px #cccccc;
}


.kassarg {
    line-height: 25px;
    height: 25px;
    float: left;
    width: 618px;
    background: #e7e7e7;
    text-align: right;
    border-bottom: 1px solid #00b5de;
    padding-right: 12px;
}

.kassarg,
.kassarg2 {
    font-size: 7pt;
    font-family: 'Open Sans', sans-serif;
    color: #465660;
    margin: 5px 0;
}

.kassarg2 {
    line-height: 25px;
    height: 25px;
    float: left;
    width: 114px;
    background: #e7e7e7;
    border-bottom: 1px solid #00b5de;
    padding-left: 4px;
}

.kassapr {
    padding: 5px;
    font-size: 7pt;
    font-family: 'Open Sans', sans-serif;
    color: #465660;
}

.kassabuttonsmall {
    border-radius: 5px;
    color: #ffffff;
    background: #e48f00;
    border: 0;
    padding: 5px 10px;
    font-size: 11pt;
    font-family: 'Open Sans', sans-serif;
}

.kasaant {
    width: 30px;
    text-align: center;
    font-size: 7pt;
    border: 1px solid #cccccc;
}
.kassakp {
background:#00b5de;
color: #ffffff;	
}

.klanten TH {
    background: #e48f00;
}

.oranjelink a {
    text-decoration: none;
    color: #e48f00;
	font-size: 14px;
}

/* Standaard lijst voor desktop */
.catmenu {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.catmenu li {
    margin-right: 10px;
    width:100%;
}

/* Verberg de lijst op mobiel */
@media (max-width: 768px) {
    .catmenu {
        display: none;
    }

    .catmenu-dropdown {
        display: block;
        width: 100%;
        padding: 8px;
        font-size: 11pt;
    }


.klantlogin {
    background-color: #00b0df !important;
    border: none !important;
    padding: 4px 8px;
    font-size: 11pt;
    text-transform: uppercase;
    font-weight: normal;
    border-radius: 0px !important;
    color: white;
}

.klantlogin {
    border-radius: 0px !important;
    color: white !important;
}

.klantlogin:hover {
    background-color: #EFEFEF !important;
    color: black !important;
}


.klantlogin strong {
    font-weight: bold;
}

}

.winkelwagen
{
display: flex;
column-gap: 20px;
font-size:10pt;
}

.page-link
{
border-radius:0px !important;
}

.card-title a
{
color:#000000;
}

.text-primary
{
color:#000000 !important;
}

.actionbut
{
background-color:#00b6dc !important;
border-color:#00b6dc !important;
color:#000000 !important;
border-radius:0px;
}

.actionbut A
{
padding:5px;
border:2px solid #ffffff !important;
}

.actionbut A:hover
{
background:#00b6dc !important;
border:2px solid #ffffff !important;
color:#ffffff !important;
}

.list-group-item.active {
color:#000000;
}

.gray H5
{
color: #00b6dc;
padding-bottom:10px;
}

.active>.page-link, .page-link.active
{
background:#00b0df !important;
border-color:#00b0df !important;
}

.btn-group .btn.active {
    background:#00b0df !important;
border-color:#00b0df !import
    color: white;
}

.btn
{
border-radius:0px;
}

.btn-bestel {
    --bs-btn-color: #fff;
    --bs-btn-bg: #e28e22;
    --bs-btn-border-color: #e28e22;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #157347;
    --bs-btn-hover-border-color: #146c43;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #146c43;
    --bs-btn-active-border-color: #13653f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #e28e22;
    --bs-btn-disabled-border-color: #e28e22;
} 

.carousel-section {
    padding: 70px 0;
    background-color: #efefef;
}

/* Witte achtergrond voor carousel-section alleen op homepage */
.carousel-section.carousel-homepage {
    background-color: #ffffff;
    padding: 50px 0;
}

.carousel-section H2 {
    font-size: 21pt;
    text-align: center;
    font-weight: 600;
    padding: 0px 0 20px;
    color: #465660;
}

/* Carousel Wrapper met externe navigatie */
.carousel-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
}

.custom-carousel-container {
    flex: 1;
    position: relative;
    overflow: hidden;
}

.custom-carousel-track {
    display: flex;
    transition: transform 0.3s ease;
    gap: 20px;
}

.carousel-item-custom {
    flex: 0 0 calc(33.333% - 14px);
    position: relative;
}

.carousel-item-wrapper {
    position: relative;
    border-radius: 0px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    height: 100%;
}

.carousel-item-wrapper:hover {
    transform: translateY(-5px);
}

.carousel-item-wrapper img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.textblk {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 11px;
    font-weight: 500;
    max-width: calc(100% - 40px);
}

/* Externe Navigatie Buttons */
.carousel-nav {
    background: #333;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
}

.carousel-nav:hover {
    background: #555;
}

.carousel-nav:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.carousel-nav.show {
    opacity: 1;
    visibility: visible;
}

/* Chevron Iconen */
.carousel-nav::before {
    content: '';
    width: 12px;
    height: 12px;
    border-top: 2px solid white;
    border-right: 2px solid white;
    display: block;
}

.carousel-nav.prev::before {
    transform: rotate(-135deg);
    margin-left: 3px;
}

.carousel-nav.next::before {
    transform: rotate(45deg);
    margin-right: 3px;
}

/*===== EXTRACTED INLINE CSS FROM ROOT FILES =====*/

/* From index.php */
.buttonindex {
    background: #e38f25;
    color: #ffffff;
    padding: 12px 24px;
    border: 0px;
    font-size: 10pt;
    font-weight: 600;
    border-radius: 0px;
}

.buttonindex:hover {
    background: #00b0df;
    color: #ffffff;
}

/* Logo carousel styles */
.logo-carousel {
    overflow: hidden;
}

.logo-carousel .carousel-inner {
    display: flex;
    transition: transform 11s linear;
}

.logo-carousel .carousel-item {
    flex: 0 0 auto;
    width: auto;
}

.logo-carousel .carousel-item img {
    height: 60px;
    width: auto;
    margin-right: 20px;
}

/* Infinite scroll effect */
@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.logo-scroll {
    display: flex;
    animation: scroll 30s linear infinite;
}

.logo-scroll img {
    height: 60px;
    width: auto;
    margin-right: 30px;
    flex-shrink: 0;
}

.shopblocks {
    background-color: #efefef;
    padding: 70px 0 52px 0;
}

.shopblock-item {
    height: 300px;
    position: relative;
    overflow: hidden;
    border-radius: 0px;
    transition: transform 0.3s ease;
}

.shopblock-item:hover {
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.shopblock-bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.shopblock-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(239, 239, 239, 0.8);
}

.shopblock-bg-tandheelkunde {
    background-image: url('../images/tandheelkunde_bg.jpg');
}

.shopblock-bg-tandtechniek {
    background-image: url('../images/tandtechniek_bg.jpg');
}

.shopblock-bg-webshop {
    background-image: url('../images/webshop_bg.jpg');
}

.shopblock-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 30px 25px;
    z-index: 2;
}

.shopblock-title {
    color: #00b0df;
    font-size: 1.7rem;
    font-weight: bold;
    margin-bottom: 15px;
}

.shopblock-content {
    padding: 0px;
    border-radius: 0px;
    font-weight: 700;
    min-height:130px;
    margin-bottom: 20px;
}

.shopblock-content p {
    color: #333;
    margin-bottom: 0;
    font-size: 0.95rem;
    line-height: 1.4;
}

.shopblock-overlay .buttonindex {
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s ease;
}

.shopblock-overlay .buttonindex:hover {
    box-shadow: 0 4px 15px rgba(0,176,223,0.5);
    transform: translateY(-2px);
}

/* Responsive aanpassingen for shopblocks */
@media (max-width: 768px) {
    .shopblock-item {
        height: 300px;
    }
    
    .shopblock-title {
        font-size: 1.4rem;
    }
    
    .shopblock-overlay {
        padding: 20px 20px;
    }
    
    .shopblock-content {
        padding: 12px;
    }
}

@media (max-width: 576px) {
    .shopblock-item {
        height: 300px;
    }
    
    .shopblock-content p {
        font-size: 0.9rem;
    }
}

/* From contact.php */
:root {
    --primary-color: #00b6dc;
}

.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-primary:hover, .btn-primary:focus {
    background-color: #0099b8;
    border-color: #0099b8;
}

.text-primary {
    color: var(--primary-color) !important;
}

.bg-primary {
    background-color: var(--primary-color) !important;
}

.alert-primary {
    background-color: rgba(0, 182, 220, 0.1);
    border-color: var(--primary-color);
    color: #006b7d;
}

.card, .btn, .form-control, .alert {
    border-radius: 0 !important;
}

/* From webwinkel_artikel.php */
.webshop {
    padding-bottom: 50px;
}

.carousel-inner,
.carousel-item {
    height: auto;
}

.carousel-item img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    object-fit: contain;
}

.img-thumbnail {
    max-height: 70px;
    height: auto;
    width: auto;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.img-thumbnail:hover {
    opacity: 0.7;
}

.product-info {
    padding: 20px 0;
}

.price-list {
    margin-top: 20px;
}

.price-item {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price-name {
    font-weight: 600;
    color: #495057;
}

.price-old {
    text-decoration: line-through;
    color: #6c757d;
    margin-right: 10px;
}

.price-current {
    color: #28a745;
    font-weight: bold;
    font-size: 1.0em;
}

.btn-custom {
    background-color: #007bff;
    border-color: #007bff;
    color: white;
    padding: 8px 15px;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-custom:hover {
    background-color: #0056b3;
    border-color: #004085;
    color: white;
    text-decoration: none;
}

.btn-contact {
    background-color: #00b0df;
    border-color: #00b0df;
    border-radius: 0px;
    border: 0px;
    padding: 10px 40px 10px 40px;
}

.btn-contact:hover {
    background-color: #e28e22;
    border: 0px;
}

.btn-callback {
    background-color: #e28e22;
    border: 0px;
    border-radius: 0px;
    padding: 10px 40px 10px 40px;
    color: #000000;
}

.btn-callback:hover {
    background-color: #00b0df;
    border: 0px;
    color: #ffffff;
}

.action-buttons {
    margin-top: 30px;
}

.action-buttons .btn {
    margin-right: 10px;
    margin-bottom: 10px;
}

/* Mobiele navigatie controls (standaard verborgen) */
.mobile-nav-controls {
    display: none;
}

/* Desktop: 3 items zichtbaar */
@media (min-width: 1025px) {
    .carousel-wrapper {
        margin: 0 70px; /* Ruimte voor externe buttons */
    }
    
    .carousel-nav.prev {
        position: absolute;
        left: -70px;
    }
    
    .carousel-nav.next {
        position: absolute;
        right: -70px;
    }
    
    .carousel-item-custom {
        flex: 0 0 calc(33.333% - 14px);
    }
}

/* Tablet: 2 items zichtbaar */
@media (min-width: 769px) and (max-width: 1024px) {
    .carousel-wrapper {
        gap: 15px;
        align-items: center;
    }
    
    .carousel-nav {
        width: 45px;
        height: 45px;
        flex-shrink: 0;
    }
    
    .carousel-item-custom {
        flex: 0 0 calc(50% - 10px);
    }
}

/* Mobiel: 1 item zichtbaar */
@media (max-width: 768px) {
    .carousel-wrapper {
        flex-direction: column;
        gap: 20px;
    }
    
    .custom-carousel-container {
        width: 100%;
    }
    
    .carousel-nav {
        width: 40px;
        height: 40px;
        position: static;
        margin: 0;
    }
    
    .carousel-nav::before {
        width: 10px;
        height: 10px;
    }
    
    .carousel-item-custom {
        flex: 0 0 100%;
    }
    
    .textblk {
        font-size: 11px;
        padding: 8px 12px;
        bottom: 15px;
        left: 15px;
    }
    
    /* Buttons onder de carousel */
    .mobile-nav-controls {
        display: flex;
        justify-content: center;
        gap: 20px;
        order: 2;
    }
    
    .carousel-nav.prev,
    .carousel-nav.next {
        position: static;
        left: auto;
        right: auto;
    }
}

/* Webshop Product Pages Styling */
.webshoptitel {
    padding: 40px 0;
    background: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}

.wwshop {
    padding: 60px 0;
    background: #ffffff;
}

.productinfo {
    padding: 60px 0;
    background: #f8f9fa;
    border-top: 1px solid #dee2e6;
}

.wproduct-img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 375px;
    border: 1px solid #e0e0e0;
    padding: 15px;
    background: #ffffff;
    transition: transform 0.3s ease;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    object-fit: contain;
}

.wproduct-img:hover {
    transform: scale(1.02);
}

.product-image-container {
    position: relative;
    margin-bottom: 30px;
}

.wnaam {
    margin-bottom: 30px;
}

.wnaam h2 {
    font-size: 1.7rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
    line-height: 1.3;
}

.product-special-notice {
    background: #fff3cd;
    border: 1px solid #ffeaa7;
    padding: 8px 12px;
    color: #856404;
    font-size: 0.8rem;
    margin-bottom: 20px;
    border-radius: 0;
}

.wbestelform {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    padding: 30px;
    margin-bottom: 30px;
    max-width:500px;
}

.wprijs {
    font-size: 1.4rem;
    font-weight: 700;
    color: #28a745;
    margin-bottom: 20px;
}

.quantity-section {
    margin-bottom: 25px;
}

.quantity-section label {
    font-weight: 500;
    color: #333;
    margin-bottom: 8px;
    display: inline-block;
}

.quantity-input {
    width: 80px;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 0;
    font-size: 11px;
    margin-left: 10px;
}

.wbestelinfo {
    text-align: center;
    padding: 20px;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    margin-bottom: 20px;
}

.blok-contact-info {
    background: #d1ecf1;
    border: 1px solid #bee5eb;
    padding: 20px;
    text-align: center;
    color: #0c5460;
    font-weight: 500;
}

.wwterug {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
}

.wwterug a {
    color: #6c757d;
    text-decoration: none;
    font-weight: 500;
}

.wwterug a:hover {
    color: #333;
    text-decoration: underline;
}

.wproductinfo {
    background: #ffffff;
    padding: 40px;
    border: 1px solid #e0e0e0;
}

.wproductinfo h3 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 25px;
    border-bottom: 2px solid #e38f25;
    padding-bottom: 10px;
}

.product-details {
    margin-top: 30px;
}

.product-details label {
    font-weight: 600;
    color: #333;
    display: inline-block;
    width: 150px;
    padding-right:15px;
    margin-bottom: 10px;
}

.product-details-item {
    margin-bottom: 15px;
    padding: 8px 0;
    border-bottom: 1px solid #f1f1f1;
}

.product-actions {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
}

.action-icon {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    vertical-align: middle;
}

@media (max-width: 768px) {
    .wwshop {
        padding: 40px 0;
    }
    
    .productinfo {
        padding: 40px 0;
    }
    
    .wbestelform {
        padding: 20px;
        margin-bottom: 20px;
    }
    
    .wproductinfo {
        padding: 20px;
    }
    
    .wnaam h2 {
        font-size: 1.4rem;
    }
    
    .wprijs {
        font-size: 1.6rem;
    }
    
    .product-details label {
        width: 100%;
        margin-bottom: 5px;
        padding-right:15px;
    }
}

@media (min-width: 769px) {
    .row {
        margin-left: -30px;
        margin-right: -30px;
    }
    
    .row > [class*="col-"] {
        padding-left: 30px;
        padding-right: 30px;
    }
    
    /* Specifieke styling voor product cards */
    .row.g-2 > [class*="col-"] {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 25px;
    }
    
    .row.g-2 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

/* Dealer Logo Styling */
.dealerlogo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 150px;
    max-height: 60px;
    margin: 5px 5px;
    vertical-align: middle;
}

.dealerlogo img {
    max-width: 150px;
    max-height: 60px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.huismerken img {
    max-width: 150px;
    max-height: 60px;
    width: auto;
    height: auto;
    object-fit: contain;
}