 /*Stylesheet*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
.textpage .google-maps {
    height: 600px;
    padding-left: 0px;
    padding-right: 0px;
}
.textpage .google-maps #map-canvas {
    height: 100%;
}

.textpage .googlemaps-leftblock {
    padding-left: 0px;
}
.textpage .googlemaps-leftblock #adressblock {
    height: calc(600px - 44px);
    overflow-y: scroll;
}
.googlemaps-leftblock .searchBlock {
    height: 34px;
    margin-bottom: 10px;
}
.googlemaps-leftblock .searchBlock input,
.googlemaps-leftblock .searchBlock select,
.googlemaps-leftblock .searchBlock button {
    float: left;
    height: 34px;
}
.googlemaps-leftblock .searchBlock input {
    width: calc(100% - 138px);
}
.googlemaps-leftblock .searchBlock select {
    width: 100px;
}
.googlemaps-leftblock .searchBlock button {
    width: 38px;
}

.googlemaps-leftblock .adressBox {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
}
@media(max-width: 767px) {
    .textpage .googlemaps-leftblock {
        padding-right: 0px;
    }
}

.blockVoorraad .geenvoorraad {
    color: darkorange;
}

ul.dropdown-menu.cart-content {
    overflow-y: auto;
    max-height: calc(100vh - 100px);
}
.staffelTabel th, .staffelTabel td {
    padding: 1px !important;
}
.staffelTabel {
    width: 95%;
    margin-bottom: 0px;
    float: right;
}
.corner-ribbon {
    width: 175px;
    line-height: 25px;
}
#fb-root {
    height: 0px;
}
.fb_iframe_widget_fluid > span,
.fb_iframe_widget_fluid > span > iframe {
    max-width: 100% !important;
    width: 100% !important;
}
@media(max-width: 500px) {
    .fb_iframe_widget_fluid > span {
        overflow: auto;
    }
}

.productboxFullWidth {
    width: 100%;
}
.modal-dialog-kleurmaatbestelbox {
    max-width: 100%;
}
@media(min-width: 768px) {
    .modal-dialog-kleurmaatbestelbox {
        width: 1100px;
    }
}
@media(max-width: 768px) {
    .kleurmaatpopupboxcolorrow {
        background-color: #f5f5f5;
    }
}
.modal-dialog-kleurmaatbestelbox img {
    max-height: 50px;
}
.modal-dialog-kleurmaatbestelbox .highlight {
    background-color: rgba(0, 255, 255, 0.15);
}

#header-wrapper .container .ZoekenOpEan {
    position: absolute;
    left: 293px;
    top: 45px;
    color: #fff;
    text-decoration: underline;
    font-style: italic;
    font-size: 11px;
    z-index: 10;
}

/* Product boxen nieuwe lijst*/
.productboxFullWidth  .thumbnail.col-md-12 {
    display: flex;
    height: 100px;
    margin-bottom: 0;
    padding: 0;
}

.productboxFullWidth .thumbnail a.link-p {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    height: 100% !important;
    min-height: 100% !important;
    max-height: 100% !important;
    width: 170px;
    margin: 0;
    min-width: 170px;
}

.productboxFullWidth > .row {
    width: 100%;
    min-height: 100%;
}

.productboxFullWidth .caption.prod-caption {
    height: 100% !important;
}

.productboxFullWidth .col-lg-12.col-md-12.col-sm-12.col-xs-12 {
    height: 100%;
    width: 100%;
}

.productboxFullWidth .thumbnail img.prodImage {
/*    height: 100%;*/
    width: auto;
    margin: 0;
    max-width: auto !important;
}

.productboxFullWidth .thumbnail .caption.prod-caption .productboxFullWidth .row {
    width: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.productboxFullWidth .thumbnail .caption.prod-caption {
    display: flex !important;
    flex-direction: row !important;
    width: 100%;
    border-top: 0;
    padding-right: 50px;
}

.productboxFullWidth .thumbnail .caption.prod-caption .btn-group {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
}
.productboxFullWidth .thumbnail .caption.prod-caption .btn-group a {
    margin: 0 !important;
}

.productboxFullWidth .thumbnail .caption.prod-caption .btn-group .col-xs-6  {
    margin: 1px !important;
}

.productboxFullWidth .thumbnail.col-md-12 >.row {
    width: 100%;
    height: 100%;
}

.productboxFullWidth .thumbnail .productbox-container-buttons {
    display: flex;
    width: 200px;
    flex-direction: column;
    padding: 0 15px;
    justify-content: center;
}

.productboxFullWidth .thumbnail .productbox-container-title {
    width: calc(100% - 200px);
    padding: 5px 15px;
}

.productboxFullWidth .thumbnail .productbox-container-title h4 {
    text-align: left;
}

@media(max-width: 680px) {
    .productboxFullWidth .thumbnail a.link-p {
        min-width: 100px;
        width: 100px;
    }
    .productboxFullWidth .thumbnail .caption.prod-caption {
        padding-right: 0;
        flex-direction: column !important;
    }
    .productboxFullWidth .thumbnail .productbox-container-buttons {
        width: auto;
        padding: 0;
    }
    .productboxFullWidth .thumbnail .productbox-container-title {
        width: auto;
        padding: 0 5px;
    }
    .productboxFullWidth .thumbnail.col-md-12 {
        height: 140px;
    }
    .product-box.productboxFullWidth .thumbnail a.btn.btn-default.col-xs-6, 
    .product-box.productboxFullWidth .thumbnail .col-xs-6.productBoxEenheid.btn.btn-default, 
    .product-box.productboxFullWidth .thumbnail .col-xs-6.productBoxAantal.zeroPadding input,
    .product-box.productboxFullWidth .thumbnail a.btn.btn-primary.col-xs-6.addarticletocartbtn,
    .productboxFullWidth .thumbnail .caption.prod-caption .btn-group .col-xs-6 {
        height: 25px;
        padding: 0;
        width: 70px;
        align-items: center;
        justify-content: center;
        display: flex;
    }
    .productboxFullWidth .thumbnail .caption.prod-caption .btn-group {
        justify-content: flex-end;
    }
}
    .productboxFullWidth h4 {
        position: absolute;
        top: 10px;
        left: 25px;
        width: auto;
    }
    .productboxFullWidth .btn-group-bestelcontainer {
        padding-left: 0px !important;
    }
    .productboxFullWidth .thumbnail .caption.prod-caption {
        align-items: flex-end;
        justify-content: flex-end !important;
    }
    .productboxFullWidth .thumbnail .caption.prod-caption > .row {
        height: 40px;
    }
    .productboxFullWidth .col-md-12.col-lg-12.col-sm-12.col-xs-12.voorraad {
        position: absolute;
        top: 30px;
        left: 10px;
        width: auto;
        height: auto;
    }
@media(max-width: 735px) {
    .productboxFullWidth .productboxFullWidth h4 {
        max-width: initial;
        max-height: 3.1em;
        text-align: left;
    }
    .productboxFullWidth .corner-ribbon.top-right {
        top: 15px;
        right: -20px;
        width: 85px;
        line-height: 18px;
        font-size: 0.9rem;
    }
    .productboxFullWidth .col-md-12.col-lg-12.col-sm-12.col-xs-12.voorraad {
        line-height: 1;
        margin-bottom: -5px;
        top: 40px;
    }
    .productboxFullWidth .thumbnail .caption.prod-caption > .row {
        height: 26px;
    }
}

@media(max-width: 550px) {
    #header-wrapper .container .ZoekenOpEan {
        left: 15px !important;
        top: 10px !important;
    }
    
    header #header-wrapper .row:not(:first-child) {
        height: calc(100% - 130px) !important;
    }
}


.modal-dialog.modal-dialog-kleurmaatbestelbox input {
    max-width: 100%;
    border-radius: 10px;
    border: 1px solid #ccc;
}

.modal-dialog.modal-dialog-kleurmaatbestelbox .row:not(:last-child) {
    margin-bottom: 2px;
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
}

.modal-dialog.modal-dialog-kleurmaatbestelbox {
    overflow: hidden;
}

.modal-dialog.modal-dialog-kleurmaatbestelbox .row.last {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 5px 15px;
}

.modal-dialog.modal-dialog-kleurmaatbestelbox .row.last .showVoorraad {
    padding: 0 15px;
}

.modal-dialog.modal-dialog-kleurmaatbestelbox button.btn.btn-primary.pull-left {
    border-radius: 10px;
}

.catalogueContainer .col-lg-12 {
    display: block;
}

.catalogueContainer .col-lg-12 h1 {
    width: 100%;
}

.catalogueContainer > .col-lg-12 form,
.catalogueContainer > .col-lg-12 a {
    width: 50%;
    float: left;
    padding: 0px 15px;
}

.catalogueContainer > .col-lg-12 a {
    text-align: right;
}

header #header-wrapper .container {
    height: 100%;
}

header #header-wrapper .row:not(:first-child) {
    height: calc(100% - 50px);
    align-items: flex-end;
    padding: 0 15px;
} /*Stylesheet*/   
header #header-wrapper {
    background-image: url('/images/LFT Banner.jpg');
    height: 200px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #000;
    background-size: contain;
}
header .logo {
    background-image: none;
}
.headerknoppen {
    padding-top: 8px;
}
.headerknoppenmenu a {
    color: #FFFFFF;
}
.well-searchform > .well,
.well-shoppingcartblock > .well {
    padding-top: 8px;
}

/* START CODE */
/* HEADER */
header #header-wrapper .row {
    display: flex;
    justify-content: center;
    align-items: center;
}

header #header-wrapper .layout_logo_wrapper {
    display: none;
}

header #header-wrapper .headerknoppen {
    width: max-content;
}

header #header-wrapper .input-group {
    display: flex;
}

header #header-wrapper .well {
    padding: 0;
    margin: 0;
    padding-top: 8px;
}

header #header-wrapper input.form-control.input-search {
    border-radius: 10px;
    background-color: transparent;
    color: #fff;
    border: 2px solid #1379c6;
    border-right: none;
}

#header-wrapper .container .ZoekenOpEan {
    position: absolute;
    left: 293px;
    top: 45px;
    color: #fff;
    text-decoration: underline;
    font-style: italic;
    font-size: 11px;
    z-index: 10;
}

#header-wrapper .row {
    position: relative;
}

#header-wrapper .container.ActiveEan input.form-control.input-search {
    border-color: yellow;
}

header #header-wrapper input.form-control.input-search::-webkit-input-placeholder {
    color: #FFFFFF !important;
}
header #header-wrapper input.form-control.input-search::-moz-placeholder {
    color: #FFFFFF !important;
}
header #header-wrapper input.form-control.input-search::-ms-placeholder {
    color: #FFFFFF !important;
}
header #header-wrapper input.form-control.input-search::placeholder {
    color: #FFFFFF !important;
}
header #header-wrapper input.form-control.input-search:-ms-input-placeholder {
    color: #FFFFFF !important;
}
header #header-wrapper input.form-control.input-search::-ms-input-placeholder {
    color: #FFFFFF !important;
}

header #header-wrapper span.input-group-btn {
    background: #000;
    border: 2px solid #1379c6;
    border-radius: 10px;
    margin-left: -28px;
    z-index: 2;
    width: auto;
}

header #header-wrapper button.btn.btn-default.no-border-left {
    color: #1379c6;
    background: transparent;
    padding: 5px 20px;
    border: none;
}

header #header-wrapper button.form-control.btn.btn-default {
    background: #000;
    color: #fff;
    border: 2px solid #1379c6;
    border-radius: 10px;
}

button.form-control.btn.btn-default,
button.btn.btn-default.dropdown-toggle {
    background: transparent;
    color: #fff;
    border: 2px solid #1379c6;
    border-radius: 10px;
}

ul.dropdown-menu.cart-content {
    background: #000;
    border: 2px solid #1379c6;
    border-radius: 10px;
}

ul.dropdown-menu.cart-content li a {
    color: #fff;
}

ul.dropdown-menu.cart-content li a:hover {
    background: #000;
    text-decoration: underline;
    color: #1379c6;
}

.dropdown-menu .divider {
    background-color: #1379c6;
}

/* NAVIGATION */
nav.navbar.navbar-inverse {
    border-top: 3px solid #1379c6;
}

/* PAGE TITLE */
.catmenubox .cat-header span.title {
    position: relative;
    border: none;
    padding: 0;
    margin: 0px 0px 30px 0px;
}

.catmenubox .cat-header span.title::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(to right, #3e81fe 0%, transparent 100%);
}

.catalogueContainer > .col-lg-12.col-sm-12 {
    padding: 0;
}

h1.title {
    padding: 0;
    border: none;
    margin: 0px 15px 20px 15px;
    position: relative;
}

 h1.title::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(to right, #3e81fe 0%, transparent 100%);
}

/* PAGE BODY */
.row .cb-image-100pc img.img-responsive {
        width: 100% !important;
        height: auto !important;
    }

/* LIST ITEMS */
#main_menu1 .panel > a.list-group-item:first-child {
    border-radius: 0 10px 0px 0 !important;
}

#main_menu1 .panel > a.list-group-item:nth-last-child(2) {
    border-radius: 0 0px 10px 0 !important;
}

/* PRODUCT BOX  */
.product-box .thumbnail {
    border-radius: 0px 30px 30px 0px;
}

.product-box .thumbnail a.link-p {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.product-box .thumbnail .caption.prod-caption {
    height: 210px;
    border-radius: 0 0 30px 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.product-box .thumbnail .prod-caption h4 {
    height: auto;
    margin: 0;
}

.product-box .thumbnail .prod-caption p {
    height: auto;
    margin: 0;
}

.product-box .thumbnail .product-box .prod-oldprice {
    height: auto;
}

.product-box .thumbnail a.btn.btn-primary.col-xs-6.addarticletocartbtn {
    float: right;
    border-radius: 10px;
}

.product-box .thumbnail a.btn.btn-default.col-xs-6,
.product-box .thumbnail .col-xs-6.productBoxEenheid.btn.btn-default,
.product-box .thumbnail .col-xs-6.productBoxAantal.zeroPadding input {
    border-radius: 10px;
}

.product-box .thumbnail .col-xs-6.productBoxAantal.zeroPadding input {
    text-align: center;
    padding-left: 15px;
}

/* PRODUCT DETAIL */
.productDetail .productDetail_main-image-gallery figure {
    border: none;
}

.productDetail .product-thumb-image a.thumbnail {
    border-radius: 0;
}

.product-short-detail {
    border: none;
    background: #fff;
}

.col-xs-12.input-qty-detail span.input-group-btn {
    border: none;
    position: relative;
    white-space: nowrap;
}

.col-xs-12.input-qty-detail button#addToCartBtn {
   
}

.productDetail .product-detail-tab ul.title li a, 
.productDetail .product-detail-tab ul.title, 
.productDetail .product-detail-tab .well, 
.productDetail .product-detail-tab .well p,
table.table.table-bordered.tableartikeldetails tr td,
#detail table tr td:first-child {
    border: none !important;
    background: #fff;
    padding: 4px 5px;
}

#detail table.table.table-bordered.tableartikeldetails tr.odd td {
    background-color: #f8f8f8;
}

table.table.table-bordered.tableartikeldetails {
    border: none;
}

/* FOOTER */
footer {
    border-top: 3px solid #1379c6;
}

footer h4 {
    position: relative;
    border: none;
}

footer h4::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(to right, #3e81fe 30%, transparent 100%);
}

@media(max-width: 767px) {
    /* HEADER */
    header #header-wrapper {
        background-position: center bottom;
    }

    header #header-wrapper .well {
        padding-top: 4px
    }

    header #header-wrapper .headerknoppen {
        width: 340px;
        text-align: left;
    }

    .col-lg-5.col-md-5.col-sm-8.col-xs-12.well-searchform, 
    .col-lg-3.col-md-4.col-sm-8.col-xs-12.well-shoppingcartblock {
        padding: 5px;
    }
} 

@media(max-width: 550px) {
    /* HEADER */
    header #header-wrapper .row {
        flex-direction: column;
        align-items: flex-end;
    }

    header #header-wrapper .headerknoppen {
        text-align: right;
    }

    .col-lg-3.col-md-4.col-sm-8.col-xs-12.well-shoppingcartblock {
        padding: 0 5px;
    }
}

.eb_content img {
    max-width: 100%;
}

.producteenheid-list {
    font-size: 11px;
    font-weight: bold;
    margin-top: 0px;
}
.stuksprijsterm {
    font-size: 15px;
    font-weight: bold;
}
.shoppingcartblock ul.cart-content li a.shoppingcartlist-totaalbedragenboxlink {
    height: 40px;
}

.subCatBox .thumbnail .caption {
    height: 76px;
}

.product-box .thumbnail .caption.prod-caption {
    height: 160px;
}

.staffelTabel th, .staffelTabel td {
    padding: 1px !important;
}
.staffelTabel {
    width: 95%;
    margin-bottom: 0px;
    float: right;
}
.staffelTabel th {
    /*font-family: 'source_sans_proregular';*/
    font-size: 14px;
}

.productdetails-merkbox-wrapper {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 25px;
}
@media(max-width:991px) {
    .productdetails-merkbox-wrapper {
        padding-left: 30px;
        padding-right: 30px;
    }
}
.productdetails-merkbox {
    position: relative;
}
.productdetails-merkbox img {
    max-width: 100%;    
}
.productdetails-merkbox::before {
    bottom: -15px;
}