#header {
    background: #FFF;
}
#storeLogo {
    margin: 33px 0 0 12px;
}
#storeLogo img {
	height: 20px;
}

#footer .newsletter-email input {
    border: 1px solid #CCC;
}

.product-tile h2 a {
    color: #333;
}

.header-usp-title {
	font-weight: 600;
}
.header-usp-byline {
	font-size: 11px;
	color: #666;
}
.header-usp-badge {
	font-size: 1.5rem;
	color: #4CAF50;
}
.bg-headerText {
    background: #2f5de0;
}
.home-category-block {
	transition: transform 0.1s;
    box-shadow: 0 1px 2px rgba(0,0,0,.12);
    overflow: hidden;
}
.home-category-block:hover {
	transform: scale(1.03);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.home-category-title {
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background-image: linear-gradient(transparent, rgba(0,0,0,0.6));
    padding: 20px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
}

.blog-item-image {
	margin-bottom: 20px;
    overflow: hidden;
}
.blog-item-title a {
	font-size: 17px;
	color: #285dab;
}
.blog-item-date {
    width: 50px;
}
.blog-item-date-day {
    font-weight: 700;
    text-transform: uppercase;
    background: #2a6dd0;
    color: #fff;
    font-size: 22px;
    text-align: center;
}
.blog-item-date-month {
    text-transform: uppercase;
    background: #828282;
    text-align: center;
    color: #fff;
    padding: 0px 5px;
}
.blog-item-content {
	line-height: 1.7;
}
.body-content {
	margin-bottom: 30px;
}
/* .featured-block-lease {
    height: 217px;
    background-image: url('/image/1868829/950/534/letterbox/auto/80');
} */

.tax-free-shopping-block {
    min-height: 450px;
    background-image: url('/image/1554009/800/546/letterbox/auto/80') !important;
}
.best-sellers-products {
    object-fit: cover;
    height: 150px;
    width: 100%;
}

@media screen and (min-width: 1300px) {
	.body-content {
		margin-bottom: 0;
	}
}

@keyframes fade {
	0% {
		opacity: 1;
	}
	25% {
		opacity: 1;
	}
	75% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

.kiyoh-reviews {
	position: relative;
	background-color: #f2f2f2;
	border-top: 0;
	padding: 40px 0 47px 0;
}

#footer ul li {
	text-shadow: none;
}

#footer .outer a,
#footer li {
    color: #6c757d;
}
#footer li.mt-4.mb-3.h6.fw-bold,
#footer .fa.fa-phone,
#footer .fa.fa-envelope {
    color: #000;
}

.home #body {
    width: 100%;
    margin: auto;
    padding: 0;
}

.kiyoh-reviews .large-grade {
	background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22120%22%20height%3D%22130%22%20viewBox%3D%220%200%20120%20130%22%3E%3Crect%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22%23fff%22/%3E%3Cpath%20fill%3D%22%232768cb%22%20d%3D%22M0%200%20L120%200%20L%20120%20110%20L60%20130%20L0%20110%20Z%22/%3E%3C/svg%3E');
}
.kiyoh-reviews .small-grade {
	background: #2768cb;
}

.featured-block-category {
    box-shadow: 0 2px 15px rgb(0 0 0 / 8%);
    border-radius: 8px;
    overflow: hidden;
}
.featured-block-category .bg-img {
    background-position: left center;
    background-size: cover;
    transition: all 1.4s ease;
    position: relative;
    overflow: hidden;
}

.featured-block-category .bg-img::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: inherit;
    transition: inherit;
}
.featured-block-category:hover .bg-img::before {
    transform: scale(1.08);
}
.featured-block-category:hover {
	text-decoration: none;
}
.page-1563 h1 {
	display: none;
}
.page-1563 .dynamic-page-content li {
	color: #000;
}








.featured-block a:hover {
	text-decoration: none;
}
.featured-slider-prev {
	left: 0;
}
.featured-slider-next {
    right: 0;
}
.featured-slider-prev,
.featured-slider-next {
	top: 34%;
    padding: 14px;
}

.featured-block {
	box-shadow: 0 2px 15px rgba(0,0,0,0.08);
	overflow: hidden;
}
.featured-block .bg-img {
	background-position: center center;
	background-size: cover;
	transition: transform 0.4s ease;
	position: relative;
	overflow: hidden;
}
.featured-block .bg-img::before {
	content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: inherit;
    transition: inherit;
}
.featured-block .bg-img:hover::before {
	transform: scale(1.05);
}
.bg-linear-left {
    background: linear-gradient(-115deg, #2750c7 70%, #2f5de0 60%);
}
.bg-linear-right {
    background: linear-gradient(115deg, #2f5de0 70%,#2750c7 60%);
}

@media (min-width: 992px) {
	body.home .js-slider-container::before {
		background: linear-gradient(90deg,#2f5de0 50%,rgba(0,0,0,0));
	}
	body.home .js-slider-container::after {
		background: linear-gradient(270deg,#2750c7 50%,rgba(0,0,9,0));
	}
	body.blog .js-slider-container::before {
		background: linear-gradient(90deg,#fff 50%,rgba(0,0,0,0));
	}
	body.blog .js-slider-container::after {
		background: linear-gradient(270deg,#fff 50%,rgba(0,0,9,0));
	}
}

@keyframes rotatingzoom {
	0% {
		transform: rotate(0deg) scale(1.0);
	}
	25% {
		transform: rotate(90deg) scale(1.25);
	}
	50% {
		transform: rotate(180deg) scale(1.50);
	}
	75% {
		transform: rotate(270deg) scale(1.25);
	}
	100% {
		transform: rotate(360deg) scale(1.0);
	}
}

@media (min-width: 768px) {
    .snowfall {
        background-image: url('/images/snow/s1.png'), url('/images/snow/s1.png'), url('/images/snow/s1.png');
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        backface-visibility: hidden;
        pointer-events: none;
        animation: snow 10s linear infinite;
    }
}

@keyframes snow {
    0% {
        background-position: 0 0, 0 0, 0 0
    }
    50% {
        background-position: 500px 500px, 100px 200px, -100px 150px
    }
    100% {
        background-position: 500px 1000px, 200px 400px, -100px 300px;
    }
}

a[data-bs-target="#main-nav-tab-13778"] {
    color: #dc3545 !important;
}

.promo-category-13779 {
    background-image: url('/image/1672713/500/335/contain/auto/80');
}
.promo-category-13756 {
    background-image: url('/image/1634243/500/335/contain/auto/80');
}
.promo-category-14267 {
    background-image: url('/image/3185490/500/335/contain/auto/80');
}

.btn-sale {
    background: linear-gradient(to right, #fff 50%, #e93244 50%);
    background-size: 204% 100%;
    background-position: 0 0;
    transition: color 0.33s ease, background-position .33s ease, border-color .33s ease;
}
.btn-sale:hover {
    background-position: -98% 0;
    border-color: #e93244 !important;
    color: #fff !important;
}
.btn-sale:hover .fa-inverse {
    color: #e93244 !important;
}

.category-13778 h2.mb-3.fw-bold {
    display: none;
}

.page-1632 #body.mt-2 {
    margin-top: 0rem !important;
}
.page-1632 #body.mb-5 {
    margin-bottom: 0rem !important;
}
.page-1632 #body-sidebar {
    display: none !important;
}
.page-1632 #body-content {
    width: 100% !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.page-1632 #body.container-xl {
    max-width: none !important;
}
.page-1632 h1.mb-4 {
    display: none !important;
}
.page-1632 .new-breadcrumbs-container {
    position: absolute;
    width: 100%;
    z-index: 1;
}
.page-1632 #breadcrumbs ul li a {
    color: #FFF;
}
.page-1632 .kiyoh-reviews {
    display: none;
}


body.dark-mode {
	background-color: #202124;
	color: #dadada;
}
body.dark-mode #body {
    background-color: #202124;
}
body.dark-mode .header {
	background-color: #202124;
}
body.dark-mode.bestellen .header {
	background-color: #303134;
}
body.dark-mode .navigation {
    background: #303134;
	border-bottom: 0;
}
body.dark-mode .text-dark,
body.dark-mode .text-secondary,
body.dark-mode .table-striped>tbody>tr:nth-of-type(odd) {
    color: #dadada !important;
}
body.dark-mode .table {
    color: #dadada;
    border-color: #3c4043;
}
body.dark-mode .header .search-dropdown .text-dark {
	color: #FFF !important;
}
body.dark-mode .search-dropdown li:hover {
	background: #303134;
}
body.dark-mode .btn {
	color: #FFF;
}
body.dark-mode .btn:hover {
	color: #FFF;
}
body.dark-mode .btn-light {
    background-color: #202124;
    border-color: #3c4043;
}
body.dark-mode .btn-light:hover,
body.dark-mode .btn-minimal:hover {
    background-color: #303134;
    border-color: #3c4043;
}
body.dark-mode .btn-minimal {
    border: 1px solid #303134;
}
body.dark-mode .form-check-input:not(:checked) {
    background-color: #44454a;
}
body.dark-mode .header-logo img {
	content: url('/image/1613420/272/26/contain/auto/80');
}
body.dark-mode .partial-collapse .collapse-button {
	background-color: #303134;
	border: 0;
}
body.dark-mode .partial-collapse .collapse:not(.show):after {
	background: linear-gradient(rgba(255,255,255,0), #202124 40%);
}
body.dark-mode .partial-collapse:before {
	background-color: #303134;
}
body.dark-mode .text-primary {
	color: #8ab4f8 !important;
}
body.dark-mode .border {
	border-color: #3c4043 !important;
}
body.dark-mode .border-bottom {
	border-bottom: 1px solid #3c4043 !important;
}
body.dark-mode .border-top {
	border-top: 1px solid #3c4043 !important;
}
body.dark-mode .border-end {
	border-right: 1px solid #3c4043 !important;
}
body.dark-mode .product-top-wrapper {
	background-color: #303134;
}
body.dark-mode .product-top-inner {
	background-color: #202124;
}
body.dark-mode .form-select {
	background-color: #303134;
	background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
	color: #FFF;
	border: 0;
}
body.dark-mode #breadcrumbs ul li a {
	color: #6c757d;
}
body.dark-mode .btn-sale {
	background: linear-gradient(to right, #202124 50%, #e93244 50%);
    background-size: 204% 100%;
    background-position: 0 0;
}
body.dark-mode a {
	color: #8ab4f8;
}
body.dark-mode div.icon {
	background-color: #8ab4f8 !important;
}
div.icon img {
	-webkit-filter: invert(100%);
    filter: invert(100%);
}
body.dark-mode div.icon img {
	-webkit-filter: invert(0%);
    filter: invert(0%);
}
body.dark-mode .bg-light {
	background-color: #303134 !important;
}
body.dark-mode .bg-white {
    background-color: #202124 !important;
}
body.dark-mode .bg-white.reviews-logo {
    background-color: #fff !important;
    opacity: .8;
}
body.dark-mode .bg-primary {
    background-color: #303134 !important;
}
body.dark-mode .bg-headerText {
  background-color: #3b3c3e!important;
}
body.dark-mode .btn-success {
	background-color: #202124;
	border-color: #3c4043;
}
body.dark-mode .btn-success:hover {
    background-color: #303134;
    border-color: #3c4043;
}
body.dark-mode .btn-close {
	background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}
body.dark-mode .form-control {
	color: #a9a9a9;
	background-color: #303134;
	border: 0;
}
body.dark-mode .card {
	background-color: #202124;
	border: 1px solid #3c4043;
}
body.dark-mode #product-specs tr {
	background-color: #202124;
}
body.dark-mode #product-specs:not(.filtered) tr:nth-child(even) {
    background-color: #303134;
}
body.dark-mode .product-sticky-bar.bg-white {
	background-color: #303134 !important;
	border-bottom: 0 !important;
}
body.dark-mode .accordion-item {
	background-color: #202124;
    border-color: #3c4043;
}
body.dark-mode #product-specs .accordion-flush .accordion-item:first-child,
body.dark-mode #product-specs .accordion-flush .accordion-item:last-child {
    border-color: #3c4043;
}
body.dark-mode .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%238ab4f8'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
body.dark-mode .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236c757d'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
body.dark-mode .kiyoh-reviews {
	background: #303134 !important;
}
body.dark-mode .kiyoh-reviews .review-columns {
	background: #202124;
	border: 1px solid #3c4043;
}
body.dark-mode .kiyoh-reviews .review-column {
	border-right: 1px solid #3c4043;
}
body.dark-mode #footer .outer a,
body.dark-mode #footer li {
	color: #989898;
}
body.dark-mode #footer .bottom {
	background: #303134;
}
body.dark-mode #footer li.mt-4.mb-3.h6.fw-bold,
body.dark-mode #footer .fa.fa-phone,
body.dark-mode #footer .fa.fa-envelope {
	color: #FFF;
}
body.dark-mode .dropdown-menu {
	background-color: #202124;
	color: #adadad;
}
body.dark-mode .dropdown-item {
	color: #adadad;
}
body.dark-mode .product-price {
	color: #FFF;
}
body.dark-mode .page-link {
    background-color: #202124;
    border: 1px solid #303134;
	color: #8ab4f8;
}
body.dark-mode .page-item.active .page-link {
	background-color: #303134;
    border-color: #303134;
}
body.dark-mode .page-item.disabled .page-link {
    color: #6c757d;
    background-color: inherit;
    border-color: #303134;
}
body.dark-mode .pagination-wrapper {
	border-bottom: 1px solid #3c4043;
}
body.dark-mode .product-item {
	border-left: 1px solid #3c4043;
    border-bottom: 1px solid #3c4043;
}

body.dark-mode #body-sidebar {
	border-right: 1px solid #3c4043;
}

body.dark-mode .modal-header {
	border-bottom: 1px solid #3c4043;
}
body.dark-mode .modal-footer {
    border-top: 1px solid #3c4043;
}

body.dark-mode .modal-content,
body.dark-mode .offcanvas,
body.dark-mode .offcanvas-main-nav .offcanvas-header,
body.dark-mode .header-search .search-dropdown {
	background-color: #202124;
}

body.dark-mode .js-slider-nav {
	background-color: #44454a;
}

body.dark-mode .header-search .search-dropdown>ul:not(.d-none) ~ ul:not(.d-none) {
	border-top: 1px solid #3c4043 !important;
}
body.dark-mode .search-dropdown .border-bottom {
    border-color: #3c4043 !important;
}

body.dark-mode .featured-block.product {
	background-color: #202124;
}

body.dark-mode .bg-linear-left,
body.dark-mode .bg-linear-right {
    background: linear-gradient(-115deg, #303134 70%, #202124 60%);
}

body.dark-mode p > span.truncate:after {
	background: linear-gradient(90deg, hsla(0,0%,100%,0), #202124 50%);
}

body.dark-mode .kiyoh-reviews .large-grade {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='120' height='130' viewBox='0 0 120 130'%3e%3crect width='100%25' height='100%25' fill='%23202124'/%3e%3cpath fill='%238ab4f8' d='M0 0 L120 0 L 120 110 L60 130 L0 110 Z'/%3e%3c/svg%3e");
}

body.dark-mode .toggle-shipping-destination {
    color: #8ab4f8;
}

body.dark-mode #product-images-slider .carousel-control-prev .fa,
body.dark-mode #product-images-slider .carousel-control-next .fa,
body.dark-mode #product-gallery-modal .carousel-control-prev .fa,
body.dark-mode #product-gallery-modal .carousel-control-next .fa {
    background-color: #303134;
}

body.dark-mode #product-gallery-modal .carousel-item img {
    filter: brightness(.8) contrast(1.2);
    border-radius: 0.25rem;
}

body.dark-mode .header-nav-btn button {
    background: #303134;
}
body.dark-mode .header-search {
    background-color: #303134;
}
body.dark-mode .header-search .form-control {
    background-color: #44454a;
}
body.dark-mode .product-item .img-fluid {
	border-radius: .25rem;
	padding: .75rem;
	background-color: #fff;
    filter: brightness(.8) contrast(1.2);
}
body.dark-mode .product-related-tiles:after {
    background: #202124;
}
body.dark-mode #product-images img {
    border-radius: 0.25rem;
    filter: brightness(.8) contrast(1.2);
}
body.dark-mode #product-images .product-carousel-indicators a {
    border-color: #3c4043;
}
body.dark-mode #product-images .product-carousel-indicators .active {
    border-color: #66ABDD;
}
body.dark-mode .blog-overview-item .text-secondary:after {
    background-image: linear-gradient(180deg, rgba(0,0,0,0), #202124);
    background-color: transparent;
}
body.dark-mode .customer-service-side-navigation {
    border-color: #3c4043;
}
body.dark-mode .customer-service-group-container li a {
    border-color: #3c4043;
}
body.dark-mode .tabs-link {
    background-color: #202124;
    border-color: #3c4043;
}
body.dark-mode .tabs-link.is-selected {
    background-color: #303134;
}
body.dark-mode .tabs-content-wrapper {
    border-color: #3c4043;
}
body.dark-mode .navigation-tile-link {
    border-color: #3c4043;
}
body.dark-mode #product-downloads img {
    mix-blend-mode: normal !important;
    filter: brightness(.8) contrast(1.2);
}
body.dark-mode #product-comparison-bar {
    background: #303134;
}
body.dark-mode #product-comparison-bar .product-comparison-box:hover {
    border: 0;
}
body.dark-mode #product-comparison-bar .product-comparison-box .empty {
    background: #202124;
    border: 0;
    border-radius: 0.25rem;
}
body.dark-mode.vacatures #breadcrumbs ul li a {
    color: #c9c9c9;
}
body.dark-mode .job-vacancies-bottom {
    background: #44454a;
}
body.dark-mode .nav-link.quote {
	background-color: #303030;
} 
body.dark-mode .nav-link.quote.active {
	background-color: #202124;
}
body.dark-mode .lease-info-box {
    background: #303134;
}
body.dark-mode .modal-consent .btn-success {
	background-color: #0d6efd;
    border-color: #0d6efd;
}
body.dark-mode .accordion-button,
body.dark-mode .accordion-button:not(.collapsed) {
    color: #dadada;
    background-color: #303134;
}
body.dark-mode ul.checkout-options li.selected {
    background: #0946a1;
    border-color: #fff;
}
body.dark-mode .input-group-text {
    border: none !important;
}

body.dark-mode .product-in-page-nav.is-sticky .list-group-item {
    color: var(--bs-light);
}

body.dark-mode .product-in-page-nav .list-group-item:focus,
body.dark-mode .product-in-page-nav .list-group-item:hover {
    background-color: initial;
}

@media (min-width: 768px) {
	body.dark-mode .border-md-bottom-0 {
		border-bottom: 0 !important;
	}
    body.dark-mode .border-md-end {
        border-color: #3c4043 !important;
    }
    body.dark-mode .border-md-bottom {
        border-color: #e3e7eb !important;
    }
    body.dark-mode .offcanvas-main-nav:not(.hide-sub-categories) .nav-link.active::after {
        background-color: #202124;
    }
    body.dark-mode .product-related-tiles div.product-item:nth-of-type(odd) {
        border-left-color: #3c4043;
    }
    body.dark-mode .offcanvas-main-nav .main-content {
        background-color: #303134;
    }
    body.dark-mode .offcanvas-main-nav .nav-link.active,
    body.dark-mode .offcanvas-main-nav a:hover {
        background-color: #202124;
    }
}
@media (min-width: 992px) {
	body.dark-mode .border-lg-end {
		border-right: 1px solid #3c4043 !important;
	}
    body.dark-mode .product-related-tiles div.product-item:nth-of-type(3n+1),
    body.dark-mode .product-overview-tiles div.product-item:nth-of-type(odd) {
        border-left-color: #3c4043;
    }
	body.dark-mode.home .js-slider-container::before {
		background: linear-gradient(90deg, #202124 50%, rgba(0,0,0,0));
	}
	body.dark-mode.home .js-slider-container::after {
		background: linear-gradient(270deg, #303134 50%, rgba(0,0,9,0));
	}
	body.dark-mode.blog .js-slider-container::before {
		background: linear-gradient(90deg, #202124 50%, rgba(0,0,0,0));
	}
	body.dark-mode.blog .js-slider-container::after {
		background: linear-gradient(270deg, #202124 50%, rgba(0,0,9,0));
	}
    body.dark-mode .header-search {
        background-color: #202124;
    }
    body.dark-mode .header-search .form-control {
        background-color: #303134;
    }
}
@media (min-width: 1400px) {
    body.dark-mode .product-related-tiles:not(.is-compact) div.product-item:nth-of-type(odd),
    body.dark-mode .product-overview-tiles div.product-item:nth-of-type(odd),
    body.dark-mode .product-related-tiles.is-compact div.product-item:nth-of-type(4n+1),
    body.dark-mode .product-overview-tiles div.product-item:nth-of-type(3n+1) {
        border-left-color: #3c4043;
    }
    body.dark-mode .product-related-tiles:not(.is-compact) div.product-item:nth-of-type(3n+1),
    body.dark-mode .product-related-tiles.is-compact div.product-item:nth-of-type(6n+1),
    body.dark-mode .product-overview-tiles div.product-item:nth-of-type(4n+1) {
        border-left-color: transparent;
    }
}

#slider-pager button {
    display: inline-block;
    width: 84px;
    height: 84px;
    border: 1px solid #ccc;
    margin-right: 10px;
    margin-top: 10px;
    text-align: center;
    box-sizing: border-box;
    padding: 4px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    background: none;
}

#slider-pager .active,
#slider-pager button:hover {
    border: 1px solid #57c8ff;
}

.stelling-configurator h2 {
    margin-top: 20px;
    font-size: 18px;
    padding: 6px 10px;
    color: #FFF;
}

.fermostockLabel {
    top: 0px;
    left: 0px;
    border-bottom-right-radius: 1rem !important;
    border-top-left-radius: 1rem !important;
    color: white;
    font-weight: 700;
}

.stelling-configurator .layout-item.active, .stelling-configurator .layout-item:hover, .stelling-configurator .shelf-item.active .element, .stelling-configurator .shelf-item:hover .element {
    background: #c2edff !important;
    border: 1px solid #949595 !important;
}

.stelling-configurator .step-block {
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #E1E2E5;
    border-top: 0;
    line-height: 20px;
}

.stelling-configurator .layout-block-title {
    font-weight: bold;
    font-size: 16px;
}

.stelling-configurator .step-4 {
    background: #FFF;
    border: 0;
    padding: 10px;
}

.stelling-configurator .submit-btn {
    background: #ff6600 !important;
    border: 1px solid #bb4c01 !important;
}

.stelling-configurator .submit-btn.invalid {
    background: #0d6efd !important;
    border: 1px solid #0d6efd !important;
}

.stelling-configurator .step-block td {
    padding: 3px 0;
}

.stelling-configurator .loader-overlay {
    background: rgba(255, 255, 255, .66);
}

.stelling-configurator .loader-overlay div {
    position: fixed;
    left: calc(50% - 142px);
    top: 50%;
    width: 284px;
    font-size: 20px;
    background: #FFF;
    box-shadow: 0px 0px 70px rgb(0 0 0 / 30%);
    border: 1px solid #c7c7c7;
    border-radius: 10px;
}