/* set color variables */
:root {
    /* DO NOT edit the colors here, instead use the settings */
    --color-custom: #538AC3;
    --color-title: #000;
    --color-actie-title: #fff;
    --color-custom-secondary: #ced4da;
    --color-custom-secondary-inverse: #252526;
    --color-custom-inverse: #fff;
}


/*     Main		              */

.main-shop {
    background: #f4f4f4;
    position: relative;
    z-index: 3; 
}

a {
    color: var(--color-custom);
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    color: var(--color-custom);
    text-decoration: underline;
}


a:hover,
a:focus {
    color: var(--color-custom);
    text-decoration: none;
}

a.modal-link:hover {
	color: var(--color-custom)!important;
    text-decoration: underline; cursor: pointer;
}

a.custom {
    color: var(--color-custom)!important;
    text-decoration: underline;
}

a.text-white {
    color: #ffffff!important;
    text-decoration: none;
}

a.text-white:hover {
    color: #ffffff!important;
    text-decoration: none;
}

a.custom-profiel {
    color: #374250!important;
    text-decoration: none;
}

a.custom-profiel:hover {
    color: var(--color-custom)!important;
    text-decoration: none;
}

p.text-white {
    color: #ffffff!important;
}

.text-custom {
    color: var(--color-custom)!important;
}

.font-size-normal {
	font-size:0.900rem!important;
}

.font-size-small {
	font-size: 75%!important;
}

.text-small {
	font-size: .7125rem!important;
}

.text-decoration-underline {
	text-decoration: underline;
}

.label-block {
	display:block!important;
}

.is-focused [class^='bmd-label'],
.is-focused [class*=' bmd-label'] {
    color: var(--color-custom);
}

/*Notificaties*/

.melding {
    border: 1px solid var(--color-custom);
	background:var(--color-custom);
	font-size: 90%;
    padding: 1em;
    border-radius: 3px; 
	color: #ffffff;
}

.melding a {
    color: #ffffff; text-decoration: underline;
}

/*Schaduw*/

.shadow-lg {
    box-shadow: /*0 4px 20px 0px rgba(0, 0, 0, 0.08),*/ 0 7px 12px -5px rgba(33, 33, 33, 0.26);
}

/*Rules for sizing the icon*/
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

/*     Background custom     */

.bg-custom {
    background-color: var(--color-custom) !important; 
}

/*     Beschikbaarheid       */

.beschikbaarheids-container {
	width: 100%;
	padding: 1.5em 0 1.5em 0 ;
	/*border-top: 1px solid #DDD;*/
}

/*     Main nav              */

.navbar.bg-custom {
    color: #fff;
	background-color:#252526 !important;
	/*box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 12px -5px rgba(33, 33, 33, 0.46);*/
	/*box-shadow:none;*/
	/*border-bottom: 1px solid rgba(255, 255, 255, .5)!important;*/
}

.navbar .navbar-nav .nav-item .nav-link:hover {
    color: #fff; text-decoration: underline;
}

.navbar .navbar-nav .nav-item .nav-link.active {
    color: #fff; text-decoration: underline;
}


.navbar .navbar-toggler .navbar-toggler-icon {
    background-color: #000;
}

.navbar.bg-custom .navbar-toggler .navbar-toggler-icon {
	background-color: #FFF;
	
}

/*     Top nav:               */

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus,
.dropdown-menu a:hover,
.dropdown-menu a:focus,
.dropdown-menu a:active {
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(156, 39, 176, 0.4);
    background-color: var(--color-custom);
    color: var(--color-custom-inverse);
}

/*     Button custom:          */

.btn-custom {
    color: var(--color-custom-inverse)!important;
    background-color: var(--color-custom);
    border-color: var(--color-custom);
    box-shadow: none;
}

.btn-custom:hover {
    color: var(--color-custom-inverse);
    background-color: #252526;
    border-color: #252526;
}

.btn-custom:focus,
.btn-custom.focus {
    /*box-shadow: none, 0 0 0 0.2rem rgba(33, 150, 243, 0.5);*/
}

.btn:active:hover,
.btn:active:focus,
.btn:active.focus,
.btn.active:hover,
.btn.active:focus,
.btn.active.focus,
.open>.btn.dropdown-toggle:hover,
.open>.btn.dropdown-toggle:focus,
.open>.btn.dropdown-toggle.focus,
.show>.btn.dropdown-toggle:hover,
.show>.btn.dropdown-toggle:focus,
.show>.btn.dropdown-toggle.focus,
.btn.btn-default:active:hover,
.btn.btn-default:active:focus,
.btn.btn-default:active.focus,
.btn.btn-default.active:hover,
.btn.btn-default.active:focus,
.btn.btn-default.active.focus,
.open>.btn.btn-default.dropdown-toggle:hover,
.open>.btn.btn-default.dropdown-toggle:focus,
.open>.btn.btn-default.dropdown-toggle.focus,
.show>.btn.btn-default.dropdown-toggle:hover,
.show>.btn.btn-default.dropdown-toggle:focus,
.show>.btn.btn-default.dropdown-toggle.focus {
    color: var(--color-custom-inverse);
    background-color: #E11616;
    border-color: var(--color-custom);
}

.btn-custom.disabled,
.btn-custom:disabled {
    color: #ffffff;
    background-color: #2196f3;
    border-color: #2196f3;
}

.btn-custom:not(:disabled):not(.disabled):active,
.btn-custom:not(:disabled):not(.disabled).active,
.show>.btn-custom.dropdown-toggle {
    color: var(--color-custom-inverse);
    background-color: var(--color-custom);
    border-color: var(--color-custom);
}

.btn-custom:not(:disabled):not(.disabled):active:focus,
.btn-custom:not(:disabled):not(.disabled).active:focus,
.show>.btn-custom.dropdown-toggle:focus {
    box-shadow: none, 0 0 0 0.2rem rgba(33, 150, 243, 0.5);
}

.btn.btn-outline-custom {
    border-color: var(--color-custom)!important;
    border-style: solid;
    border-width: 1px;
}

.btn.btn-outline-custom {
    color: var(--color-custom);
    background-color: transparent;
    border-color: var(--color-custom);
}

.btn.btn-outline-custom:hover {
    color: var(--color-custom);
    background-color: rgba(153, 153, 153, 0.05);
    border-color: var(--color-custom);
}

.btn.btn-outline-custom:focus,
.btn.btn-outline-custom.focus,
.btn.btn-outline-custom:hover {
    color: var(--color-custom);
    background-color: rgba(153, 153, 153, 0.05);
    border-color: var(--color-custom);
}

.btn.btn-outline-custom:active,
.btn.btn-outline-custom.active,
.open>.btn.btn-outline-custom.dropdown-toggle,
.show>.btn.btn-outline-custom.dropdown-toggle {
    color: var(--color-custom);
    background-color: rgba(153, 153, 153, 0.2);
    border-color: var(--color-custom);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.btn.btn-outline-custom:active:hover,
.btn.btn-outline-custom:active:focus,
.btn.btn-outline-custom:active.focus,
.btn.btn-outline-custom.active:hover,
.btn.btn-outline-custom.active:focus,
.btn.btn-outline-custom.active.focus,
.open>.btn.btn-outline-custom.dropdown-toggle:hover,
.open>.btn.btn-outline-custom.dropdown-toggle:focus,
.open>.btn.btn-outline-custom.dropdown-toggle.focus,
.show>.btn.btn-outline-custom.dropdown-toggle:hover,
.show>.btn.btn-outline-custom.dropdown-toggle:focus,
.show>.btn.btn-outline-custom.dropdown-toggle.focus {
    color: var(--color-custom);
    background-color: rgba(153, 153, 153, 0.05);
    border-color: var(--color-custom);
}

.open>.btn.btn-outline-custom.dropdown-toggle.bmd-btn-icon {
    color: inherit;
    background-color: transparent;
}

.open>.btn.btn-outline-custom.dropdown-toggle.bmd-btn-icon:hover {
    background-color: rgba(153, 153, 153, 0.05);
}

.btn.btn-outline-custom.disabled:focus,
.btn.btn-outline-custom.disabled.focus,
.btn.btn-outline-custom:disabled:focus,
.btn.btn-outline-custom:disabled.focus {
    background-color: transparent;
    border-color: var(--color-custom);
}

.btn.btn-outline-custom.disabled:hover,
.btn.btn-outline-custom:disabled:hover {
    background-color: transparent;
    border-color: var(--color-custom);
}

/*BUTTON SELECT*/

/*     Button banner top:          */

.btn-banner-top {
    color: #ffffff;
    background-color: #252526;
    border-color: #252526;
    box-shadow: none;
}

.btn-banner-top:hover {
    color: #ffffff;
    background-color: #000000!important;
    border-color: #000000;
}

.btn-banner-top:focus,
.btn-banner-top.focus {
    box-shadow: none, 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-banner-top.disabled,
.btn-banner-top:disabled {
    color: #ffffff;
    background-color: #252526;
    border-color: #252526;
}

.btn-banner-top:not(:disabled):not(.disabled):active,
.btn-banner-top:not(:disabled):not(.disabled).active,
.show>.btn-banner-top.dropdown-toggle {
    color: #ffffff;
    background-color: #000000;
    border-color: #de1b0c;
}

.btn-banner-top:not(:disabled):not(.disabled):active:focus,
.btn-banner-top:not(:disabled):not(.disabled).active:focus,
.show>.btn-banner-top.dropdown-toggle:focus {
    box-shadow: none, 0 0 0 0.2rem rgba(37, 37, 38, 0.5);
}

.btn.btn-banner-top {
    color: #fff;
    background-color: #252526;
    border-color: #252526;
    box-shadow: 0 2px 2px 0 rgba(37, 37, 38, 0.14), 0 3px 1px -2px rgba(37, 37, 38, 0.2), 0 1px 5px 0 rgba(37, 37, 38, 0.12);
}

.btn.btn-banner-top:hover {
    color: #fff;
    background-color: #000000;
    border-color: #252526;
}

.btn.btn-banner-top:focus,
.btn.btn-banner-top.focus,
.btn.btn-banner-top:hover {
    color: #fff;
    background-color: #000000;
    border-color: #252526;
}

.btn.btn-banner-top:active,
.btn.btn-banner-top.active,
.open>.btn.btn-banner-top.dropdown-toggle,
.show>.btn.btn-banner-top.dropdown-toggle {
    color: #fff;
    background-color: #000000;
    border-color: #252526;
    box-shadow: 0 2px 2px 0 rgba(37, 37, 38, 0.14), 0 3px 1px -2px rgba(37, 37, 38, 0.2), 0 1px 5px 0 rgba(37, 37, 38, 0.12);
}

.btn.btn-banner-top:active:hover,
.btn.btn-banner-top:active:focus,
.btn.btn-banner-top:active.focus,
.btn.btn-banner-top.active:hover,
.btn.btn-banner-top.active:focus,
.btn.btn-banner-top.active.focus,
.open>.btn.btn-banner-top.dropdown-toggle:hover,
.open>.btn.btn-banner-top.dropdown-toggle:focus,
.open>.btn.btn-banner-top.dropdown-toggle.focus,
.show>.btn.btn-banner-top.dropdown-toggle:hover,
.show>.btn.btn-banner-top.dropdown-toggle:focus,
.show>.btn.btn-banner-top.dropdown-toggle.focus {
    color: #fff;
    background-color: #000000;
    border-color: #252526;
}

.open>.btn.btn-banner-top.dropdown-toggle.bmd-btn-icon {
    color: inherit;
    background-color: #252526;
}

.open>.btn.btn-banner-top.dropdown-toggle.bmd-btn-icon:hover {
    background-color: #f33527;
}

.btn.btn-banner-top.disabled:focus,
.btn.btn-banner-top.disabled.focus,
.btn.btn-banner-top:disabled:focus,
.btn.btn-banner-top:disabled.focus {
    background-color: #252526;
    border-color: #252526;
}

.btn.btn-banner-top.disabled:hover,
.btn.btn-banner-top:disabled:hover {
    background-color: #252526;
    border-color: #252526;
}

.btn.btn-banner-top:focus,
.btn.btn-banner-top:active,
.btn.btn-banner-top:hover {
    box-shadow: 0 14px 26px -12px rgba(37, 37, 38, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(37, 37, 38, 0.2);
}

.btn.btn-banner-top.btn-link {
    background-color: transparent;
    color: #252526;
    box-shadow: none;
}

.btn.btn-banner-top.btn-link:hover,
.btn.btn-banner-top.btn-link:focus,
.btn.btn-banner-top.btn-link:active {
    background-color: transparent;
    color: #252526;
}




/*     Card collapse:          */

.card-collapse .card-header {
    border-bottom: 1px solid #ddd;
    padding: 10px;
    margin: 0;
    box-shadow: none !important;
    background: var(--color-custom);
	border-radius: 0.2rem;
}

.card-collapse .card-header a {
    color: #ffffff;
    font-size: 1rem; font-weight: 500;
    display: block; 
}

.card-collapse .card-header a:hover,
.card-collapse .card-header a:active,
.card-collapse .card-header a[aria-expanded="true"] {
    color: #000000; text-decoration: none;
}

.card-collapse .card-header a i {
    float: right;
    top: 0px;
    position: relative;
}

.card-collapse .card-body {
    padding: 15px 10px 5px;
}

.card-footer-custom {
    padding: 0.75rem 1.25rem;
    background-color: #423F42;
	/*border-top: 0px solid rgba(0, 0, 0, 0.125); */
	border: 1px solid #252526!important;
	text-align: center; 
	font-size: 90%; 
	font-weight: bold; 
	line-height: 1.5; 
}
.img-winkelwagen {
	max-width: 100px;
	width:100%;
	height: auto;
}

/*     Card-Columns 	              */

.card-columns {
	padding-top:30px;
	padding-bottom:20px; 
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 1;
    	-moz-column-count: 1;
		column-count: 1; 
    }
}
/*@media (min-width: 768px) {
    .card-columns {
        -webkit-column-count: 3;
    	-moz-column-count: 3;
		column-count: 3;
    }
}*/
@media (min-width: 992px) {
    .card-columns {
        -webkit-column-count: 1;
    	-moz-column-count: 1;
		column-count: 1;
    }
}
/*@media (min-width: 1200px) {
    .card-columns {
        -webkit-column-count: 4;
    	-moz-column-count: 4;
		column-count: 4; 
		
    }
}*/

.card:first-child {
    border: 0;
    margin-bottom: 30px;
    margin-top: 0px;
}

.card-properties {
    border-radius: 6px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    border:1px solid #ddd!important;
}

.card-img {
    border-bottom:0px solid #ddd; 
	padding-top: 0rem; 
	padding-bottom: 0rem; 
	border-radius: 0px; position: relative;
}

.card-img .card-img-overlay-custom, .card-header .card-img-overlay-custom {
    position: absolute;
    /*top: 0;*/
    right: 0;
    bottom: 0;
    /*left: 0;*/
    padding: 1rem; 
}


/*     Login: 	              */

.border-right {
    border-right: 1px solid #dee2e6 !important;
}

/*Small devices (landscape phones, 576px and up)*/
@media (max-width: 768px) { 
	.border-right {
		border-right: 0px !important;
	}
}

/*     carousel: 	              */

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #000;
    text-align: center;
    opacity: 0.5;
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #000;
    text-decoration: none;
    outline: 0;
    opacity: .9;
}

.carousel .carousel-indicators li {
    background: var(--color-custom);
    border-radius: 100px;
}

/*     Card-plain: 	              */

.card-plain {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.card-plain-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.card-plain-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
	border-bottom: 1px solid rgba(0,0,0,.125);
}

.card-plain {
    word-wrap: break-word;
}

.card-plain-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.card-plain-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}

.card-plain-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
	border-top: 1px solid rgba(0,0,0,.125);
}

/*     Card-checkout: 	              */

.accordion .card-checkout {
    margin-bottom: 8px;
    border-bottom: 1px solid #e1e7ec !important;
}
.accordion > .card-checkout {
    overflow: hidden;
}
.card-checkout {
    border-radius: 7px !important;
    border-color: #e1e7ec;
	border-bottom-color: rgb(225, 231, 236);
}
.card-checkout {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0,0,0,0.125);
    border-radius: .25rem;
}

.accordion > .card-checkout .card-header-checkout {
    margin-bottom: -1px;
}
.card-header-checkout:first-child {
    border-radius: 7px 7px 0 0;
}

.card-header-checkout, .card-footer-checkout {
    background-color: #f5f5f5;
}

.card-header-checkout h6 {
    margin-bottom:0px;
}

.card-header-checkout {
    border-bottom-color: #e1e7ec;
}
.card-header-checkout {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,0.03);
    border-bottom: 1px solid rgba(0,0,0,0.125);
}

.accordion [data-toggle="collapse"] {
    display: block;
    position: relative;
    color: #606975;
    text-decoration: none;
}

.accordion [data-toggle="collapse"]::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 0;
    margin-top: -2px;
    transition: -webkit-transform .25s;
    transition: transform .25s;
    border-right: 5px solid transparent;
	border-bottom: 5px dashed;
	border-left: 5px solid transparent;
    content: '';
}

.accordion [data-toggle="collapse"].collapsed::after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

/*CHECKOUT STEPS                        */

.checkout-steps>a.active {
    background-color: #e1e7ec;
    color: #606975;
}

/*SHOP CATEGORIES                        */

.sidebar-toggle {
	border: 1px solid var(--color-custom);
	background-color: var(--color-custom);
	color: #fff !important;
}

/*PROFIEL                        */


.user-info-wrapper {
    position: relative;
    width: 100%;
    margin-bottom: -1px;
    padding-top: 90px;
    padding-bottom: 30px;
    border: 1px solid #e1e7ec;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    overflow: hidden
}

.user-info-wrapper .user-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background-position: center;
    background-color: #f5f5f5;
    background-repeat: no-repeat;
    background-size: cover
}

.user-info-wrapper .user-cover .tooltip .tooltip-inner {
    width: 230px;
    max-width: 100%;
    padding: 10px 15px
}

.user-info-wrapper .info-label {
    display: block;
    position: absolute;
    top: 18px;
    right: 18px;
    height: 26px;
    padding: 0 12px;
    border-radius: 13px;
    background-color: #fff;
    color: #606975;
    font-size: 12px;
    line-height: 26px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.18);
    cursor: pointer
}

.user-info-wrapper .info-label>i {
    display: inline-block;
    margin-right: 3px;
    font-size: 1.2em;
    vertical-align: middle
}

.user-info-wrapper .user-info {
    display: table;
    position: relative;
    width: 100%;
    padding: 0 18px;
    z-index: 5
}

.user-info-wrapper .user-info .user-avatar,
.user-info-wrapper .user-info .user-data {
    display: table-cell;
    vertical-align: top
}

.user-info-wrapper .user-info .user-avatar {
    position: relative;
    width: 115px
}

.user-info-wrapper .user-info .user-avatar>img {
    display: block;
    width: 100%;
    border: 5px solid #fff;
    border-radius: 50%
}

.user-info-wrapper .user-info .user-avatar .edit-avatar {
    display: block;
    position: absolute;
    top: -2px;
    right: 2px;
    width: 36px;
    height: 36px;
    transition: opacity .3s;
    border-radius: 50%;
    background-color: #fff;
    color: #606975;
    line-height: 34px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
    opacity: 0;
    text-align: center;
    text-decoration: none
}

.user-info-wrapper .user-info .user-avatar .edit-avatar::before {
    font-family: feather;
    font-size: 17px;
    content: '\e058'
}

.user-info-wrapper .user-info .user-avatar:hover .edit-avatar {
    opacity: 1
}

.user-info-wrapper .user-info .user-data {
    padding-top: 48px;
    padding-left: 12px
}

.user-info-wrapper .user-info .user-data h4 {
    margin-bottom: 2px
}

.user-info-wrapper .user-info .user-data span {
    display: block;
    color: #9da9b9;
    font-size: 13px
}

.user-info-wrapper+.list-group .list-group-item:first-child {
    border-radius: 0
}

/*PROFIEL*/

.profiel-steps {
    margin-bottom: 40px
}

.profiel-steps::after {
    display: block;
    clear: both;
    content: ''
}

.profiel-steps>a {
    display: block;
    position: relative;
    width: 25%;
    height: 55px;
    float: left;
    transition: color .3s;
    border-top: 1px solid #e1e7ec;
    border-bottom: 1px solid #e1e7ec;
    background-color: #fff;
    color: #606975;
    font-size: 14px;
    font-weight: 500;
    line-height: 53px;
    text-decoration: none;
    text-align: center
}

.profiel-steps>a:hover {
    color: var(--color-custom)
}

.profiel-steps>a.active {
    background-color: var(--color-custom);
    color: #fff;
    cursor: default;
    pointer-events: none
}

.profiel-steps>a.completed>.step-indicator {
    display: inline-block;
    margin-top: -5px;
    margin-right: 7px;
    border-radius: 50%;
    color: #43d9a3;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle
}

.profiel-steps>a.completed:hover {
    color: #606975
}

.profiel-steps>a:first-child {
    border-right: 1px solid #e1e7ec;
	border-left: 1px solid #e1e7ec;
    /*border-top-right-radius: 7px;
    border-bottom-right-radius: 7px*/
}

.profiel-steps>a:last-child {
    border-left: 1px solid #e1e7ec;
    /*border-top-left-radius: 7px;
    border-bottom-left-radius: 7px*/
}

.profiel-steps>a {
    border-right: 1px solid #e1e7ec;
    /*border-top-right-radius: 7px;
    border-bottom-right-radius: 7px*/
}

@media (max-width: 576px) {
    .profiel-steps>a {
        width: 100%;
        margin-bottom: 10px;
        float: none;
        border: 1px solid #e1e7ec;
        /*border-radius: 7px*/
    }
    .profiel-steps>a>.angle {
        display: none
    }
}

#image-gallery .modal-footer{
  display: block;
}

/*Voorbeeld box*/

.voorbeeld-box {
	background:var(--color-custom); 
	color:#fff;
	font-size:85%;
	border-radius:.25rem; 
	padding:.375rem .75rem; 
	/*margin-top: 0.5rem;*/
	display:block; height: 100%;
}

.voorbeeld-box a {
	 
	color:#fff; text-decoration: underline;
	
}

.voorbeeld-box-2 {
	background:#fff; 
	border: 1px solid #ced4da;
	color:#000;
	font-size:85%;
	border-radius:.25rem; 
	padding:.375rem .75rem; 
	margin-top: 0.5rem; 
	display:inline-block;
}

.voorbeeld-box-danger {
	background:#dc3545 ; 
	color:#fff;
	font-size:85%;
	border-radius:.25rem; 
	padding:.375rem .75rem; 
	margin-top: 0.5rem; 
	display:inline-block;
}

.label-block {
	display:block!important;
}

/*100% height col*/
 
.hidden-md-down {
	background-color: #f7f7f7; 
 	height: 100%;
 	padding: 20px 0px 20px 0px;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}


#shop-category-products .card-properties {
    padding-top: 10px;
}

div.modal-backdrop {
    display:none;
}

:root {
    --promo-color: #31a8db;
}

#promoform-accordion .card-header {
    padding: 0px 0px 0px 0px;
    margin: 0px;
    border-radius: 0px;
    box-shadow: none;
}
#promoform-accordion .card-header button {
    color: #fff;
    font-size: 24px;
    margin: 0px;
    text-overflow: clip;
    overflow: hidden;
    border-radius: 0;
}
#promoform-accordion .card-header button:active {
    background: inherit;
}
#promoform-accordion .card-header button:after {
    margin-right: 10px;
}

#promoform-accordion .card-body {
    background-color: #f5f5f5;
}

#promoform-accordion .form-module-section-hr {
    width: 8px;
    height: 8px;
    margin-top: 0px;
    display: inline-block;
    background: var(--promo-color); 
}

#promoform-accordion .form-module-section-hr:after {
    content: '';
    border: 1px solid #d8d8d8;
    width: 20px;
    height: 2px;
    display:inline-block;
    margin-left: 12px;
    margin-bottom: 12px;
}


#promoform-accordion .card .card-header button {
    background: var(--promo-color);
    
}
#promoform-accordion .card-header button.collapsed {
    background-color: #f5f5f5;
    color: var(--promo-color);
}

#promoform-progress-indicator {
    background-color: #f5f5f5;
}

#promoform-progress-indicator .progress {
    height: 20px;
}

#promoform-progress-indicator .progress-bar {
    background: var(--promo-color);
}

#sdp .input-group input, #sdp .input-group select {
    height: 2.5rem;
}

.input-group-append button {
    height: 2.5rem;   
}

#sdp-actie-title-heading {
    -webkit-filter: drop-shadow(1px 1px 1px #000); 
    filter: drop-shadow(1px 1px 1px #000);
}

.modal p {
    color:black;
    font-weight:300;
    font-size: 16px;
    line-height:24px;
}
ul.voorwaarden {
    list-style-type:decimal;
    margin-bottom:1.5em;
    list-style-position: outside;
}
.modal-body h2 {
    margin-bottom:0.2em;
}
ul.voorwaarden li {
    font-weight:300;
    font-size: 16px;
    line-height:24px;
    color:black;
}
ul.voorwaarden_extra {
    list-style-type:disc;
    /*margin-bottom:1.5em;*/
    list-style-position: outside;
}
ul.voorwaarden_extra li {
    font-weight:300;
    font-size: 16px;
    line-height:24px;
    color:black;
}
table.voorwaarden {
    border-collapse: collapse; width:100%;
}
table.voorwaarden tr {
    border-top:1px solid black;
}
table.voorwaarden tr:last-child {
    border-top:1px solid black;
    border-bottom:1px solid black;
}

table.voorwaarden td:nth-child(1) {
    width:20%; vertical-align:top
}
table.voorwaarden td:nth-child(2) {
    width:60%;
}
table.voorwaarden td:nth-child(3) {
    width:20%; text-align:center; vertical-align:top
}

#staging_banner {
    position:absolute;
    top:0px;
    left:0px;
    width:350px;
    padding:4px;
    opacity:0.8;
    z-index:99000;
    background-color:#ffe01b;
    color:black;
    font-size:15px;
    border-radius: 0px 0px 20px 0px;
}

#sdp .staging_banner_preview {
    width:100px;
}

.input-group {
    /*justify-content: flex-end;*/
    justify-content: center;
    margin-bottom: 0em !important;
    margin-top: 2em !important; color: white; font-weight: bold;
}

.footer-custom {
    background-color: #222a40;
}

#customerservice-nav .active {
    background-color: #f1f1f1;
}

#customerservice-faq-accordion .customerservice-faq-card-header { 
    background-color: white;
}

#customerservice-faq-accordion .customerservice-faq-card-header a { 
    color: black;
}

#sdp-hide-top-banner {
    margin-top: 145px;
}

#sdp .owl-nav .owl-prev, #sdp .owl-nav .owl-next, #sdp .owl-carousel .owl-dot {
    background: var(--promo-color);
}

.sm-only { display:none; }
@media (max-width: 768px) {
    .col-sm-hidden { display: none; }
    .sm-hidden { display: none; }
    .sm-only { display:block; }
}


.title,
.title a,
.card-title,
.card-title a,
.info-title,
.info-title a,
.footer-brand,
.footer-brand a,
.footer-big h5,
.footer-big h5 a,
.footer-big h4,
.footer-big h4 a,
.media .media-heading,
.media .media-heading a {
    color: var(--color-title)!important;
    text-decoration: none;
}

#sdp-actie-title-heading {
    color: var(--color-actie-title) !important;
}

.btn-custom-secondary {
    color: var(--color-custom-secondary-inverse)!important;
    background-color: var(--color-custom-secondary);
    border-color: var(--color-custom-secondary);
    box-shadow: none;
}

.btn-custom-secondary.disabled,
.btn-custom-secondary:disabled {
    color: #ffffff;
    background-color: #606975;
    border-color: #606975;
}

.btn-outline-custom-secondary {
    color: var(--color-custom-secondary-inverse) !important;
    background-color: transparent !important;
    border: 1px solid var(--color-custom-secondary) !important
}

.btn-outline-custom-secondary:hover,
.btn-outline-custom-secondary:focus,
.btn-outline-custom-secondary:active,
.btn-outline-custom-secondary:active:focus,
.btn-outline-custom-secondary.active {
    color: var(--color-custom-secondary-inverse) !important;
    background-color: transparent !important;
    border-color: var(--color-custom-secondary) !important
}

.btn-outline-custom-secondary:not([disabled]):not(.disabled):active,
.btn-outline-custom-secondary:not([disabled]):not(.disabled).active,
.show>.btn-outline-custom-secondary.dropdown-toggle {
    background-color: transparent !important;
    border-color: var(--color-custom-secondary) !important;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15)
}

.btn-outline-custom-secondary:not([disabled]):not(.disabled):active:focus,
.btn-outline-custom-secondary:not([disabled]):not(.disabled).active:focus,
.show>.btn-outline-custom-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15)
}




.btn-outline-active-custom {
    color: var(--color-custom) !important;
    background-color: var(--color-custom-inverse) !important;
    border: 1px solid var(--color-custom) !important
}

.btn-outline-active-custom:hover,
.btn-outline-active-custom:focus,
.btn-outline-active-custom:active,
.btn-outline-active-custom:active:focus,
.btn-outline-active-custom.active {
    color: #ffffff !important;
    background-color: #252526 !important;
    border-color: #252526 !important
}

.btn-outline-active-custom:not([disabled]):not(.disabled):active,
.btn-outline-active-custom:not([disabled]):not(.disabled).active,
.show>.btn-outline-active-mco.dropdown-toggle {
    background-color: #252526 !important;
    border-color: #252526 !important;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15)
}

.btn-outline-active-custom:not([disabled]):not(.disabled):active:focus,
.btn-outline-active-custom:not([disabled]):not(.disabled).active:focus,
.show>.btn-outline-active-custom.dropdown-toggle:focus {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15)
}

.btn-outline-inactive-custom {
    color: #252526 !important;
    background-color: #ffffff !important;
    border: 1px solid #252526 !important
}

.btn-outline-inactive-custom:hover,
.btn-outline-inactive-custom:focus,
.btn-outline-inactive-custom:active,
.btn-outline-inactive-custom:active:focus,
.btn-outline-inactive-custom.active {
    color: #ffffff !important;
    background-color: #252526 !important;
    border-color: #252526 !important
}

.btn-outline-inactive-custom:not([disabled]):not(.disabled):active,
.btn-outline-inactive-custom:not([disabled]):not(.disabled).active,
.show>.btn-outline-inactive-custom.dropdown-toggle {
    background-color: transparent !important;
    border-color: #252526 !important;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15)
}

#sdp .card-transparent {
    box-shadow: none;
    border: 0px;
}

#sdp .bg-custom-navbar {
    background-color: var(--color-custom);
}

#sdp .shadow-none {
    box-shadow: none;
}

.cursor-pointer {
    cursor: pointer;
}