@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300');

html {
    position: relative;
    min-height: 100%;
}
body footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    clear: both;
}
a {
    color: #384248;
}
img {
    max-width: 100%;
}
.img-thumbnail { border-radius: 0 }
code { border-radius: 0 }
pre { border-radius: 0 }
.form-control {
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.form-control:focus {
    border-color: gray;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}
.input-sm { border-radius: 0 }
.input-lg { border-radius: 0 }
.btn { border-radius: 0 }
.btn-lg { border-radius: 0 }
.btn-sm,
.btn-xs { border-radius: 0 }
.dropdown-menu {
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    z-index: 10000;
}
.navbar-nav>li>.dropdown-menu {
    padding-top: 0px;
    padding-bottom: 0px;
}
.btn-group-xs > .btn { border-radius: 0 }
.btn-group-sm > .btn { border-radius: 0 }
.btn-group-lg > .btn { border-radius: 0 }
.btn-group-vertical > .btn:first-child:not(:last-child) { border-top-right-radius: 0 }
.btn-group-vertical > .btn:last-child:not(:first-child) { border-bottom-left-radius: 0 }
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn { border-radius: 0 }
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-lg > .input-group-btn > .btn { border-radius: 0 }
.input-group-addon { border-radius: 0 }
.input-group-addon.input-sm { border-radius: 0 }
.input-group-addon.input-lg { border-radius: 0 }
.nav-tabs > li > a { border-radius: 0 }
.nav-pills > li > a { border-radius: 0 }
@media (min-width: 768px) {
    .navbar { border-radius: 0 }
}
.navbar-toggle { border-radius: 0 }
.navbar-toggle .icon-bar { border-radius: 0 }
.breadcrumb { border-radius: 0 }
.pagination { border-radius: 0 }
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}
.pagination>li>a, 
.pagination>li>span {
    color: #384248;
    padding: 6px 11px;
}
.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover {
    background-color: #384248;
    border-color: #384248;
}
.dropdown-menu .divider {
    width: 100%;
}
.pager li > a,
.pager li > span { border-radius: 0 }
.label { border-radius: 0 }
.badge { border-radius: 0 }
.container .jumbotron { border-radius: 0 }
.thumbnail { border-radius: 0 }
.alert { border-radius: 0 }
.progress {
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}
.progress-bar {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}
.list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}
.list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}
a.list-group-item span {
    display: inline-block;
    width: calc(100% - 18px);
}
.panel {
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #FCFCFC;
}
.panel-heading {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}
.panel-footer {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}
.panel-group .panel { border-radius: 0 }
.well {
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}
.well-lg { border-radius: 0 }
.well-sm { border-radius: 0 }
.close { text-shadow: none }
.modal-content {
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}
@media screen and (min-width: 768px) {
    .modal-content {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }
}
.tooltip-inner { border-radius: 0 }
.popover {
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}
.popover-title { border-radius: 0 }
.carousel-control { text-shadow: none }
.carousel-indicators li { border-radius: 0 }
.carousel-caption { text-shadow: none }

.btn:active,.btn:focus,a:active,a:focus{outline: 0}
.no-border-right{border-right: 0!important}
.no-border-left{border-left: 0!important}
.no-padding{padding: 0!important}
.hero-spacer {margin-top: 50px}
.hero-feature{margin-bottom: 30px}
select{border:1px solid #ddd;padding:3px}
.green{ color: green }
.red{ color: red }
/*@font-face {
    font-family: 'Open Sans Condensed';
    src: url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'source_sans_proregular';
    src: url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DroidSansRegular';
    src: url('../fonts/DroidSans-webfont.eot');
    src: url('../fonts/DroidSans-webfontd41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DroidSans-webfont.woff') format('woff'),
        url('../fonts/DroidSans-webfont.ttf') format('truetype'),
        url('../fonts/DroidSans-webfont.svg#DroidSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}*/

header .well{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    padding: 0;
    padding-top: 20px;
    border: 0;
    background: transparent;
}
header .logo {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0;
    height: 75px;
    background-image: url('/images/logo.png');
    background-repeat: no-repeat;
    background-size: contain;
}
header .well-logo-mobile {
    margin-bottom: 0px;
}


@media(min-width: 992px) {
    header .logo {
        margin-left: 15px;
    }
}
.headerknoppen {
    text-align: right;
    padding-top: 15px;
}
.well-searchform > .well, 
.well-shoppingcartblock > .well {
    padding-top: 15px;
}
@media(max-width: 991px) {
    header .logo {
        height: 115px;
    }
    .navbar-collapse {
        padding: 0px;
    }
    .well-searchform > div.well {
        padding-top: 10px;
        margin-bottom: 5px;
    }
    .well-shoppingcartblock > div.well {
        padding-top: 5px;
        margin-bottom: 10px;
    }
}
@media(max-width: 767px) {
    header .logo {
        height: 60px;
    }
}
    

header .logo a {
    color: #333;
    font-size: 35px;
    font-family: 'Open Sans Condensed';
    display: block;
    width: 100%;
    height: 100%;
}
header .logo a span {
    color: #428bca;
}
header .logo a:hover {
    text-decoration: none;
}
.slider {
    margin: 0;
    padding: 0;
    width: 100%;
    margin-bottom: 20px;
}
.slider .bxslider {
    visibility: hidden;
}
ul.bxslider {
    list-style: none;
}
.bx-wrapper .bx-viewport {
    top: 0;
    left: 0;
    box-shadow: 0 0 0 1px #ddd
}
.bx-wrapper img {
    width: 100%;
}
.bx-viewport {
    max-height: 500px!important;
}
.bx-wrapper .bx-controls-direction a {
    z-index: 999 !important;
}
.input-search{
    position: relative;
    z-index: 1;
}
.btn-group-cart,.btn-group-cart .btn{
    width: 100%;
}
.btn-group-cart .btn{
    text-align: center;
}
.btn-group-cart .dropdown-menu{
    z-index: 1001;
    left: inherit;
    right: 0;
}
.btn-group-cart .icon-cart{
    margin-right: 5px;
}
ul.cart-content {
    min-width: 520px;
}
ul.cart-content b {
    font-weight: normal;
    display: inline;
    color: #428BCA;
}
ul.cart-content span {
    float:right;
}
.shoppingcartblock ul.cart-content li a.shoppingcartlist-totaalbedragenboxlink {
    height: 91px;
}
header .shoppingcartblock button span.pull-left {
    width: calc(100% - 30px);
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}
header .shoppingcartblock button span.pull-left:first-child {
    width: 18px;
}
header .shoppingcartblock button span.pull-right {
    width: 8px;
}
@media (max-width: 767px) {
    ul.cart-content {
        min-width: 100%;
        max-width: 100%;
        width: 100%;
    }
}
.link-p {
    display: block;
    min-height: 250px;
    height: auto;
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-height: 250px;
    overflow: hidden;
}
.product-box .thumbnail a.link-p {
    height: 250px;
}
.product-box .thumbnail img {
    max-height: 100%;
}
.first-p {
    min-height: 169px;
}
.def-img {
    position: inherit!important;
    width: auto!important;
    height: inherit!important;
    max-width: inherit!important;
    max-height: inherit!important;
    left: inherit!important;
    top: inherit!important;
}
.product-box .productBoxEenheid {
    height: 34px;
}
.product-box .productBoxAantal input {
    width: 100%;
    height: 34px;
    border: 1px solid #ddd;
}
.productBoxExtraprijs span {
    display: block;
    font-size: 12px;
    color: #999;   
}
.prod-caption {
    height: 246px;
    background: #fbfbfb;
    border-top: 1px solid #ddd;
}
.prod-caption p {
    display: block;
    max-height: 63px;
    overflow: hidden;
}
.prod-caption h4{
    font-size: 16px;
    height: 35px;
    overflow: hidden;
}
.product-box .prod-oldprice {
    height: 16px;
    display: block;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 3px;
    color: #666;
    text-decoration: line-through;
    line-height: 1;
}
span.title{
    display: block;
    border-bottom: 3px solid #eee;
    padding-bottom: 8px;
    margin-bottom: 20px;
    font-family: 'Open Sans Condensed';
    font-size: 22px;
    color: #384248;
    line-height: 1.1;
}

.navbar{
    background-color: #384248;
    margin-bottom: 0;
    border-color: #384248;
}
@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 12px;
        padding-bottom: 8px;
    }
}
.navbar-nav {
    margin: 0px;
}
@media (max-width: 768px) {
    .nav > li > a {
        padding: 10px 10px;
    }
    .navbar-nav .open .dropdown-menu  li {
        padding-left: 15px;
    }
    .navbar-nav .open .dropdown-menu .dropdown-header, 
    .navbar-nav .open .dropdown-menu > li > a {
        padding: 10px 10px;
    }
}
.navbar-inverse .navbar-nav > li > a,
.navbar li a {
    /*font-family: 'Open Sans Condensed';*/
    font-size: 16px;
    text-transform: uppercase;
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    -ms-transition: all 100ms ease-in-out 0s ;
    -moz-transition: all 100ms ease-in-out 0s ;
    -webkit-transition: all 100ms ease-in-out 0s ;
    -o-transition: all 100ms ease-in-out 0s ;
    transition: all 100ms ease-in-out 0s ;
}
@media (max-width: 768px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #FFF;
    }
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav > li > a:focus, 
.navbar-inverse .navbar-nav > li > a:hover,
.navbar li a:hover,
.navbar li a.active {
    color: #FFF;
    background-color: #999;
}
.navbar li.nav-dropdown .caret{
    border-top-color: #fff;
    border-bottom-color: #fff;
}
@media (min-width: 768px) {
    .navbar li.nav-dropdown ul li a{
        font-family: Arial;
        font-size: 15px;
        color: #333;
        text-transform: inherit;
    }
    .navbar li.nav-dropdown ul li a:hover{
        background-color: #f1f1f1;
    }
}
.navbar {
    min-height: 42px;
}
.panel-cat i.fa-caret-down {
    margin-top: 4px;
}
.thumbnail:hover{
    border: 1px solid gray;
}
.catalogue-pagination{
    margin: 0;
    margin-bottom: 40px;
}
.catalogue-pagination li.disabled:hover a{
    cursor: default;
}
.catalogue-pagination li a{
    -ms-transition: all 100ms ease-in-out 0s ;
    -moz-transition: all 100ms ease-in-out 0s ;
    -webkit-transition: all 100ms ease-in-out 0s ;
    -o-transition: all 100ms ease-in-out 0s ;
    transition: all 100ms ease-in-out 0s ;
    padding: 3px 12px;
}
.back-top{
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 30px;
    background: #384248;
    color: #fff;
    height: 23px;
}
.back-top:hover, .back-top:focus, .back-top:active{
    color: #fff;
}
.back-top:hover{
    -ms-transition: all 100ms ease-in-out 0s ;
    -moz-transition: all 100ms ease-in-out 0s ;
    -webkit-transition: all 100ms ease-in-out 0s ;
    -o-transition: all 100ms ease-in-out 0s ;
    transition: all 100ms ease-in-out 0s ;
    background: #263238;
}
.tbl-cart thead{
    background: #f8f8f8
}
.tbl-cart .td-qty{
    white-space: normal;
    width: 130px;
}
.btns-cart .btn{
    margin-right: 3px;
}
.tbl-cart .cart-product-image {
    max-width: 70px;
    max-height: 50px;
}
.tbl-checkout tbody tr td:nth-child(odd){
    background: #f8f8f8;
}
.input-qty-detail .bootstrap-touchspin{
    float: left;
    margin-right: 5px;
    width: 130px;
}

.product-main-image, .product-thumb-image .thumbnail{ margin-bottom: 0 }
.product-main-image{ 
    cursor: zoom-in;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
}
.product-main-image-container{ 
    position: relative;
    overflow: hidden;
}

.productDetail .productDetail_main-image-gallery figure { 
    height: 260px;
    position:relative;
    border:1px solid #EEE;
    padding:10px;
    overflow:hidden;
}
.productDetail .productDetail_main-image-gallery figure.isMainImage  img,
.productDetail .productDetail_main-image-gallery figure.bigImage  img {
    position: absolute;
    display: block;
    max-width: 100%;
    max-height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.product-loader{
    position: absolute;
    top: 4px;
    right: 4px;
    z-index: 1;
    width: 60px;
    height: 9px
}
.product-short-detail {
    background: #F9F9F9;
    min-height: 260px;
}
.product-short-detail label{ font-weight: normal }
.product-short-detail .col-xs-8:before {
    float: left;
    margin-right: 3px;
    content: ':'
}
.the-list{
    float: left;
    margin: 5px 0;
    width: 100%
}
.the-list h3{ margin: 0 }
.the-list select{
    display: inline;
    width: auto
}
.input-qty-detail .bootstrap-touchspin{
    float: left;
    margin-right: 5px;
    width: 120px
}
.cartContainer .tbl-cart .cart-col-aantal .bootstrap-touchspin-down,
.cartContainer .tbl-cart .cart-col-aantal .bootstrap-touchspin-up {
    height: 34px;
}
.add-to-detail a{
    color: #333;
    font-size: 12px
}
.product-detail-tab .nav-tabs a:focus, .product-detail-tab .nav-tabs a:active{ outline: 0 }
.product-detail-tab .well{
    border-top: 0;
    background: #fff
}
#detail table tr td:first-child, .comparison tbody tr td:first-child, .compare-product{ background: #f8f8f8 }
.comparison{ text-align: center }
.comparison tbody tr td:first-child{ text-align: left }
.product-rating {
    margin-top: 5px;
    color: #FFCC00;
    font-size: 14px;
    width: 105px;
}
.product-rating span {
    color: #000;
}
.media a.pull-left:hover{ text-decoration: none }
#review .media{ padding-bottom: 10px }
.tbl-cart .td-qty{ width: 130px }
.tbl-cart label{ font-weight: inherit }
.tbl-cart thead{ background: #f8f8f8 }
.login-form { max-width: 380px; margin-top: 10px }
.login-form .panel{
    border: 1px solid #ddd;
    background-color: #fff;
}
.btn-login-social{ width: 30px }
@media(min-width:992px){
    .logincontainer {
        border-right: 1px solid #ddd;
    }
}
@media(max-width:991px){
    .logincontainer {
        border-bottom: 1px solid #ddd;
    }
}
@media (min-width: 992px) {
    .product-detail{ float: right }
}
.white-container {
    position: relative;
    padding: 15px;
    background-color: #fff;
}
.list-group-submenu {
    margin-left:20px;
}
.panel-cat {
    border: 0
}
.panel-cat > a {
    background: #f5f5f5;
}
.panel-cat i.fa-caret-down {
    margin-left: 10px
}
.panel-cat .list-group-sub > a {
    padding-left: 25px
}
.panel-cat .list-group-sub a:last-child {
    border-bottom: 0
}
.panel-cat .list-group-sub:last-child a:last-child {
    border-bottom: 1px solid #ddd
}
.list-group-item.active, 
.list-group-item.active:focus, 
.list-group-item.active:hover {
    background-color: #384248;
    border-color: #384248;
}

.actiesticker {
    position: absolute;
    z-index:50;
}
.actiesticker-afbeelding {
    position: absolute;
    top: 0px;
    right: 0px;
}
.productDetail .productDetail_main-image-gallery figure.isMainImage .actiesticker-afbeelding img {
    width: auto;
    height: auto;
    position: relative;
}
.product-box .thumbnail .actiesticker-afbeelding img {
    max-width: 100%;
    max-height: 100%;
}

#overlayContainer {
    display: none;
    width: 100%;
    height: 100%;
    background-color:rgba(0,0,0,0.2);
    position: fixed;
    z-index: 9999999999999999;
    top: 0;
    left: 0;
    text-align:center;
    padding-top: 10px;
    line-height: middle;
    color:#FFFFFF;
    font-size:23px;
    cursor: wait;
}

.priceold {
    opacity: 0.5;
}

#bereikbaarheid_box .panel {
    background-image: url(/images/bereikbaarheid-klein.png);
    background-position: right;
    background-repeat: no-repeat;
}
#bereikbaarheid_box .panel .bereikbaarTekst {
    width:130px;
    display:inline-block;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: #f5f5f5;
    color: #262626;
    text-decoration: none;
}
.dropdown-menu > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
}
.prod-caption p {
    height: 63px;
}

.genderrow {
    height:34px;
    vertical-align:middle;
}

.product-main-image { /*span*/
    display: block;
    width: 100%;
    position: relative;
    height: 0;
    padding: 56.25% 0 0 0;
    overflow: hidden;
}
.product-main-image .mainImage { /*img*/
    position: absolute;
    display: block;
    max-width: 100%;
    max-height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.product-thumb-image{ 
    padding: 2px 4px 2px 0;
    min-height: 60px;
}
.productDetail .thumbnail {
    height: 260px;   
}
.productDetail .product-thumb-image .thumbnail {
    margin: 0px;
    display: block;
    width: 100%;
    position: relative;
    height: 100%;
    overflow: hidden;
}
.productDetail .product-thumb-image .thumbnail img {
    position: absolute;
    display: block;
    max-width: 100%;
    max-height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.kortingButton {
    display: inline-block;
    height: 34px;
    margin: 0 0 10px 0;
    width: 315px;
}
.buttonKorting {
    margin: -1px 0 0 0;
    padding: 0 5px;
    height: 34px;
}
header {
    padding: 0;
    background-color: #f1f1f1;
}
.themaList {
    padding: 0;
    margin: 0;
    list-style: none;
}
.themaItem {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 10px 15px;
    border-width: 1px;
    border-style: solid;
    margin-top: 5px;
}
.panel-heading {
    border-width: 1px;
    border-style: solid;
    margin-top: 5px;
}
.panel-default {
    border-color: transparent;
}
.panel-group .panel-heading {
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
.themaItem {
    cursor: pointer;
}
.blockTitle {
    display: block;
    padding: 15px;
}
.ratingStar {
    color: #ffed30;
    text-shadow: 1px 1px 1px #BBB;
}
.ratingStar_o {
    color: #DDD;
    text-shadow: 1px 1px 1px #BBB;
}
h1.title {
    color: #384248;
    display: block;
    font-family: "Open Sans Condensed";
    font-size: 22px;
    padding-top: 0px;
    padding-bottom: 8px;
    margin-top: 0px;
    border-bottom: 3px solid #eee;
    line-height: 1.1;
}
.reviewBox:first-child {
    border-top: none;
    padding-top: 0;
}
.reviewBox {
    border-top: 2px solid #F5F5F5;
    padding-top: 15px;
}
.reviewBox .media-body {
    display: inline-block;
    width: 100%;
}

.reviewsOverview .rateCircle {
    position:relative;
    font-size: 38px;
    color: #D72424;
}
.reviewsOverview .rateCircle span {
    position:absolute;
    top:12px;
    left:0;
    font-size:15px;
    display: inline-block;
    width: 32px;
    text-align: center;
    color: #000;
}
.reviewsOverview .stars {
    font-size: 26px;
}
.reviewstyle .fa-asterisk {
    font-size: 9px;
    color: red;
}
.reviewstyle button {
    font-size: 16px;
}
.reviewstyle .review-verplichtuitleg {
    font-size: 10px;
    line-height: 16px;
}
.jq-ry-container {
    padding: 0;
    float: left;
}
.ratingValue {
    float: left;
    display: inline-block;
    margin-left: 5px;
    margin-top: -6px;
}
.ratingValueText {
    display: inline-block;
    left: 5px;
    position: relative;
    top: -8px;
}
.ratingValueText span {
    display: inline-block;
    margin-top: -10px;
}
.homeContentBox .row {
    margin-left: 0;
    margin-right: 0;
}
.languageFlags {
    text-align: right;
}
.languageFlags a {

}
.languageFlags img {
    width:30px;
}
.languageFlags a:hover {
    outline: #000;
    opacity:0.6;
}
.languageFlags a:hover>img {
    outline: 1px solid #000;
}

/* -- -- R I B B O N  -  C S S -- -- */
.corner-ribbon{
    width: 200px;
    background: #e43;
    position: absolute;
    top: 25px;
    left: -50px;
    text-align: center;
    line-height: 50px;
    letter-spacing: 1px;
    color: #f0f0f0;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    z-index: 50;
}
.corner-ribbon.shadow{
    box-shadow: 0 0 3px rgba(0,0,0,.3);
}
.corner-ribbon.top-left{
    top: 25px;
    left: -50px;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}
.corner-ribbon.top-right{
    top: 25px;
    right: -50px;
    left: auto;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.corner-ribbon.bottom-left{
    top: auto;
    bottom: 25px;
    left: -50px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.corner-ribbon.bottom-right{
    top: auto;
    right: -50px;
    bottom: 25px;
    left: auto;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}
/* -- -- / R I B B O N  -  C S S -- -- */

/* -- -- P R O D U C T B O X -- -- */
.product-box .thumbnail {
    position: relative;
    overflow: hidden;
}
.subCatBox .thumbnail {
    min-height: 175px;
}

.detailTable>tbody>tr>td {
    padding:3px;
}
.casecalcform td {
    padding: 5px;
}

.vlaggetjesbox {
    text-align: right;
    padding-right: 15px;
    padding-top: 4px;
}
.vlaggetjesbox .selectedVlag {
    opacity:0.6;
    border:1px solid #000;
}
.cartContainer .btns-cart {
    width: 100%;
}
.btn-primary {
    background-color: #384248;
    border-color: #384248;
}
.cartContainer .btns-cart .btn-primary {
    float: right;
}
@media(max-width: 767px) {
    table.tbl-cart .input-group.bootstrap-touchspin .input-group-btn {
        display: none;
    }
}
table.tbl-cart td.emptyColspan {
    border-right: 1px solid transparent;
}
table.tbl-cart td.emptytd {
    border-left: 2px solid transparent;
}

@media (min-width:768px) {
    .dropdown-submenu {
        position: relative
    }
    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        border-top-left-radius: 0
    }
    .dropup .dropdown-submenu .dropdown-menu,
    .navbar-fixed-bottom .dropdown-submenu .dropdown-menu {
        top: auto;
        bottom: 0;
        margin-top: 0;
        margin-bottom: -6px;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 0
    }
    .dropdown-menu-right .dropdown-submenu .dropdown-menu,
    .navbar-right .dropdown-submenu .dropdown-menu {
        left: auto;
        right: 100%;
        border-top-left-radius: 4px;
        border-top-right-radius: 0
    }
    .dropup .dropdown-menu-right .dropdown-submenu .dropdown-menu,
    .dropup .navbar-right .dropdown-submenu .dropdown-menu,
    .navbar-fixed-bottom .dropdown-menu-right .dropdown-submenu .dropdown-menu,
    .navbar-fixed-bottom .navbar-right .dropdown-submenu .dropdown-menu {
        border-radius: 4px 4px 0
    }
    .dropdown-submenu>a:after {
        float: right;
        margin-top: 6px;
        margin-right: -10px;
        border-left: 4px dashed;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent
    }
    .dropdown-menu-right .dropdown-submenu>a:after,
    .navbar-right .dropdown-submenu>a:after {
        float: left;
        border-left: none;
        margin-left: -10px;
        margin-right: 0;
        border-right: 4px dashed;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent
    }
}

.pagination > li.page-item-nohover > a:focus,
.pagination > li.page-item-nohover > a:hover,
.pagination > li.page-item-nohover > span:focus,
.pagination > li.page-item-nohover > span:hover {
    cursor: default;
    color: #337ab7;
    background-color: #fff;
    border-color: #ddd;
}
footer {
    color: #eee;
    background: #384248;
}
footer h4 {
    border-bottom: 1px solid #999;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
}
footer .column ul {
    font-size: 13px;
    list-style: none;
    padding: 0;
    line-height: 22px;
}

@media(max-width: 991px) {
    footer .footer-col {
        padding: 0px;
    }
}
footer .footer-col .footerblock-notitle {
    margin-top: 20px;
}
footer .footer-col a {
    color: white;
    text-decoration: underline;
}
footer .footer-col a:hover {
    color:#999;
    text-decoration:underline;
}
footer .copyright a {
    color: #5BA9DE;
}
.mijngegevens-knoppenbox .btn-mijngegevens-selected {
    background-color: rgba(150, 150, 150, 0.2);    
}

.snelbestellijst-container #snelbestellijst tr.group,
.snelbestellijst-container #snelbestellijst tr.group:hover {
    background-color: #c6cdc7;
    font-size: 18px;
}

.crumbtrail-container {
    padding: 5px 0px 10px 0px;
}
.crumbtrail-container > div {
    margin: 0 -15px;
    text-align: right;
}

.eb_container {
    margin-bottom: 20px;
}
.eb_header {
    text-transform: uppercase;
    background-color: #384248;
    color: #FFF;
    padding: 10px 15px;
}
.eb_content {
    padding: 5px 10px;
    border: 1px solid #ddd;
}

.faq-container .themaList .themaItem {
    background-color: #f5f5f5;
    border-color: #ddd;
}
.faq-container .themaList a:hover {
    text-decoration: none;
}
.faq-container .panel {
    background: none;
}
.faq-container .panel .panel-heading a:hover {
    text-decoration: none;
}
.faq-container .panel > h3 {
    margin-top: 0px;
}
.textpage img, .hometextpage img {
    max-width: 100%;
}

.textpage .center {
    text-align: center;
}
.btn-primary.active, 
.btn-primary.focus, 
.btn-primary:active, 
.btn-primary:focus, 
.btn-primary:hover, 
.open>.dropdown-toggle.btn-primary {
    background-color: #999;
    border-color: #999;
}

.mijngegevensPage {
    margin-bottom: 30px;
}
a.modal-naarwinkelwagen-a:hover {
    text-decoration: none;
}

/** Sticky header **/
header.sticky-header #stickyheader-wrapper {
    display: block;
}
header #stickyheader-wrapper {
    display: none;
}
header.sticky-header #stickyheader-wrapper {
    position: fixed;
    width: 100%;
    padding: 5px 0px;
    z-index: 1000;
    background-color: #f1f1f1;
    top: 0px;
}

header.sticky-header #stickyheader-wrapper div .well.logo {
    max-height: 44px;
}
header.sticky-header #stickyheader-wrapper .well-searchform > .well {
    padding-top: 10px;
    margin-bottom: 5px;
}
header.sticky-header #stickyheader-wrapper .well-shoppingcartblock > .well {
    padding-top: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
    header.sticky-header #stickyheader-wrapper .layout_logo_wrapper {
        width: 25%;
    }
}
header.sticky-header #stickyheader-wrapper .mobilescroll-shoppingcart {
    padding-left: 0px;
}
header.sticky-header #stickyheader-wrapper .mobilescroll-shoppingcart a {
    float: right;
    margin-top: 15px;
}
header.sticky-header #stickyheader-wrapper .mobilescroll-shoppingcart a i {
    font-size: 18px;
}
header.sticky-header #stickyheader-wrapper .mobilescroll-shoppingcart a span {
    font-size: 12px;
}

@media (max-width: 767px) {
    .paginering_aantalkeuze_container {
        text-align: left !important;
        padding-left: 30px !important;
        margin-top: 0px !important;
    }
    .nav_pagination {
        text-align: left !important;
        padding-left: 15px;
    }
}

div.panel-formulier div.panel-body {
    border: 1px solid #ddd;
    border-top-width: 0px;
}

/** ContentBuilder **/
div.row.cb_snippet div.is-boxed-button-big a {
    color: white;
    padding: 5px;
    font-size: 24px;
    display: inline-block;
    width: 14%;
    text-align: center;
    float: none;
}

/** cart -- nieuwe cart functie css (staat in pmcore, dit deel kan verwijderd worden voor omzetting naar nieuwe versie) **/
.tbl-cart tbody tr::first-child td {
    border-top-width: 2px;
}
.tbl-cart tbody tr:last-child td {
    border-bottom-width: 2px;
}
.tbl-cart tbody .cart-col-afbeelding {
    padding-top: 2px;
    padding-bottom: 2px;
}
.tbl-cart .cart-col-afbeelding img {
    max-height: 45px;
    max-width: 45px;
}
.tbl-cart .cart-row-combinatiekorting .cart-col-afbeelding img {
    max-height: 30px;
    max-width: 30px;
}
.tbl-cart .cart-row-combinatiekorting-artikel td,
.tbl-cart .cart-row-combinatiekorting-artikel td a {
    color: #aaa;
    font-size: 12px;
}
.tbl-cart .cart-row-combinatiekorting .cart-combinatiekorting-kortingtekst {
    font-size: 11px; 
    color: #aaa;
}
.tbl-cart .cart-row-combinatiekorting-artikel .cart-col-stuksprijs {
    text-decoration: line-through;
}
@media (min-width: 768px) {
    .tbl-cart .cart-row-combinatiekorting-artikel td.cart-col-subtotaal {
        border-right: 1px solid transparent;
    }
}
.tbl-cart .cart-lastrow-combinatiekorting td {
    border-bottom: 1px solid #999;
}
.tbl-cart .cart-col-voorraad {
    text-align: center;
}
.tbl-cart .fa-check {
    color: green;
}
.tbl-cart .fa-times {
    color: red;
}
.tbl-cart .cart-col-stuksprijs,
.tbl-cart .cart-col-subtotaal,
.tbl-cart .cart-totalrow-td-prijsColspan,
.tbl-cart .cart-totalrow-td-tekstColspan {
    text-align: right;
}
.tbl-cart .cart-totalrow-totaal .cart-totalrow-td-prijsColspan {
    font-weight: bold;
}
.tbl-cart .cart-voorraadtekst-tekort {
    display: block; 
    color: #F00; 
    font-size: 11px;
}
.tbl-cart .cart-kortingscodegebruikt {
    color:#CCC;
    font-style: italic;
}

/** Mijn spaarkaarten pagina **/
.mijnspaarkaartencontainer .stempel-container div.stempel-foto {
    width: 100px;
    height: 100px;
    max-width: 110%;
    left: 50%;
    transform: translate(-50%, 0);
    position: absolute;
    margin-left: -5px;
    background-repeat: no-repeat;
    
    /* Shop gegevens */
    /*background-image: url(/images/spaarkaart.png);*/
    /*background-position-x: 2px;*/
    /*background-position-y: 2px;*/
    /*background-size: 92%;*/
}
/** Eind Mijn spaarkaarten pagina **/


/** Beoordelingen **/
#page-beoordelingen-container {
    padding-bottom: 20px;
}
#page-beoordelingen-container .page-beoordelingen-instellen-uitleg {
    margin-bottom: 20px;
}
#page-beoordelingen-container .page-beoordelingen-samenvatting {
    padding-bottom: 10px;
    font-style: italic;
}
#page-beoordelingen-container .page-beoordelingen-beoordeling-box {
    float: left;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 15px;
    border: 1px solid #E9E9E9;
    position: relative;
    overflow: hidden;
}
#page-beoordelingen-container .page-beoordelingen-beoordeling-box h5 {
    margin-top: 0px;
    margin-bottom: 10px;
}
#page-beoordelingen-container .page-beoordelingen-beoordeling-box .page-beoordelingen-beoordeling-datePublished {
    float: right;
}
#page-beoordelingen-container .page-beoordelingen-beoordeling-box .product-rating {
    display: inline-block;
    width: 100%;
}
#page-beoordelingen-container .page-beoordelingen-beoordeling-box .page-beoordelingen-beoordeling-afzender {
    display: inline;
    font-weight: bold;
}

#page-beoordelingen-container .page-beoordelingen-beoordeling-box .page-beoordelingen-beoordeling-bericht p:last-child {
    margin-bottom: 0px;
}
#page-beoordelingen-container .page-beoordelingen-formbox {
    float: right;

}
#page-beoordelingen-container #page-beoordelingen-form label {
    font-weight: normal;
}

#page-beoordelingen-container #page-beoordelingen-form .fa-asterisk {
    font-size: 9px;
    color: red;
}
#page-beoordelingen-container #page-beoordelingen-form .page-beoordelingen-verplichtuitleg {
    font-size: 10px;
    line-height: 16px;
}
/** Eind Beoordelingen **/

/** Kleur/maat keuze in productbox **/
.productbox-bestellen-kleurmaatmelding {
    height: 38px;
}

.grecaptcha-badge {
    visibility: hidden;
    display: none !important;
}
.g-recaptcha,
.googlerecaptcha-policy {
    font-size: 10px;
}