/*Titel*/
#ctl00_breadcrumbsContentPlaceHolder_lblHomePageTitle {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.1;
}
/*footer*/
.footer-content li a {
    color: #fff !important;
}
.footer-area .footer-title h5 {
     color: #fff !important;
}
.footer-area .footer-title {
    border-bottom: 0px solid #fff !important;
}
.footer-content {
    margin-left: 0px !important;
}
.footer-content.box-information li {
    color: #fff !important;
}
.footer-content.box-information li i {
    color: #fff !important;
}
/*thumbnails onder slider productpagina*/
#ctl00_pageContentPlaceHolder_radImageGallery_ThumbnailsArea > div > div > ul > li {
    display: inline-block;
    vertical-align: middle;
    max-width: 100px;
    max-height: 100px;
    float: none !important;
}
#ctl00_pageContentPlaceHolder_radImageGallery_ThumbnailsArea > div > div > ul > li > a {
    height: auto !important;
}
#ctl00_pageContentPlaceHolder_radImageGallery_ThumbnailsArea > div > div > ul > li > a > img {
    /* Make sure the image ratio is kept*/
    max-width: 100px;
    max-height: 100px;
    width: auto !important;
    height: auto !important;
}
.rigThumbnailsList li {
    margin: 5px !important;
}
/*extra CSS*/
#imgCategoryThumb {
	flex: 1 0 0%;
}

img.img-responsive.cursor {
    width: auto !important;
    max-width: 100% !important;
    max-height: 250px !important;
    display: block !important;
    margin: 0 auto !important;
}

.btn .btn-primary span {
    display: inline-block;
    font-family: "Font Awesome 6 Free", "Font Awesome";
    font-weight: 900; /* Required for the solid icons */
}

.btn .btn-primary span::before {
    content: "\f07a"; /* This is the Unicode for the "shopping-cart" icon */
    font-family: "Font Awesome 6 Free"; /* Ensure the font is set to FontAwesome */
    font-weight: 900; /* Solid icons */
    font-size: 14px; /* Set the size of the icon */
    display: inline-block;
}