@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500&display=swap');
@import url('https://fonts.cdnfonts.com/css/kenteken');

@font-face {
    font-family: "FS Industrie W01 Regular";
    src: url("Fonts/45181558-1ef4-46c2-948e-1e3ddc933631.woff2") format("woff2"), url("Fonts/72e565a5-833f-41aa-976a-fa9c712c71a3.woff") format("woff");
}

@font-face {
    font-family: "FS Industrie W01 Italic";
    src: url("Fonts/dbd48d70-96cf-4e63-a262-af7197c4e000.woff2") format("woff2"), url("Fonts/c508dea8-c402-44dd-ba0a-6227cbd5ada6.woff") format("woff");
}

@font-face {
    font-family: "FS Industrie Nw W01 Italic";
    src: url("Fonts/55c8bd92-899c-44fc-84c6-ca41743e50a6.woff2") format("woff2"), url("Fonts/ad6f5733-0a97-4ca8-9e8c-db5278ed25f3.woff") format("woff");
}

@font-face {
    font-family: "FS Industrie W01 Bold";
    src: url("Fonts/7867e7d2-30b8-42b2-a8fe-82f48cb69202.woff2") format("woff2"), url("Fonts/875d85fe-ca43-457a-8cd1-d43890745e10.woff") format("woff");
}

@font-face {
    font-family: "FS Industrie Nw W01 Bold";
    src: url("Fonts/86c040df-1acb-4bba-add4-c6512f659b9d.woff2") format("woff2"), url("Fonts/30ba5a9d-ba0c-45e8-b80d-7f7c059f44ca.woff") format("woff");
}

@font-face {
    font-family: "FS Industrie Nw W01 Bold Italic";
    src: url("Fonts/99c30380-ed99-4933-89cc-da577857c0ea.woff2") format("woff2"), url("Fonts/cc0a08dd-7847-41dc-a9a7-1be113692e5a.woff") format("woff");
}

@font-face {
    font-family: "FS Industrie Nw W01 Black It";
    src: url("Fonts/552e6708-7d1b-4bfe-a9cc-b880797ba7a6.woff2") format("woff2"), url("Fonts/653ca94b-3de0-43ec-8113-d459d11a73ec.woff") format("woff");
}

.form-group.input-group.input-group-sm {
    z-index: 0;
}
#common-home .artknr {
    display: none !important;
}
.input-group .form-control {
    position: relative;
    z-index: 0;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    z-index: 0;
    margin-left: -1px;
}
.menu-items {
    box-shadow: 0px 1px 10px #0000000f;
    border-radius: 15px;
}
div#checkoutBillingAddress, div#shipping-method, div#payment-method, div#checkoutShippingAddress, div#opc_shoppingcart {
    border: 1px solid #044040 !important;
    border-radius: 5px;
    padding: 40px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #044040;
    border-color: #6cb26c;
}
body {
    font-family: 'FS Industrie W01 Regular', 'Open Sans', sans-serif;
    color: #054141;
    font-size: 13pt;
    line-height: 20px !important;
    width: 100%;
}

header {
    min-height: 110px;
    padding: 26px 0px 11px 0px;
    border-bottom: 1px solid #e2e2e2;
}

.uspfooter img {
    margin-left: 15px;
}

@media (min-width: 1200px) {
    .container {
        width: 1400px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'FS Industrie W01 Bold', 'Open Sans', sans-serif;
    color: #444;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}

/* default font size */
.fa {
    font-size: 14px;
}

/* Override the bootstrap defaults */
h1 {
    font-size: 33px;
}

h2 {
    font-size: 28px;
    color: #044040 !important;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 15px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10.2px;
}

a {
    color: #89b571;
}

a:hover {
    text-decoration: none;
}

legend {
    font-size: 18px;
    padding: 7px 0px
}

input[type=checkbox] {
    /* Double-sized Checkboxes */
    -ms-transform: scale(1.2);
    /* IE */
    -moz-transform: scale(1.2);
    /* FF */
    -webkit-transform: scale(1.2);
    /* Safari and Chrome */
    -o-transform: scale(1.2);
    /* Opera */
    transform: scale(1.2);
    padding: 10px;
}

label {
    font-size: 12pt;
    font-weight: normal;
}

select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
    font-size: 12pt;
}

#product .form-control {
    min-height: 46px;
    margin-bottom: 8px;
    border: 1px solid #e9e9e9;
}

.helpen img {
    width: 100%;
    max-width: fit-content;
}

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
    font-size: 12px;
}

.input-group .input-group-addon {
    font-size: 12px;
    height: 30px;
}

/* Fix some bootstrap issues */
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
    display: inline;
}

.nav-tabs {
    margin-bottom: 15px;
}

div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}

/* Gradent to all drop down menus */
.dropdown-menu li>a:hover {
    text-decoration: none;
    color: #8b2229;
    background-color: none;
    background-image: none;
    background-repeat: repeat-x;
}

/* top */
#top {
    background-color: #ffffff;
    border-bottom: 1px solid #e2e2e2;
    padding: 10px 0px 4px 0;
    margin: 0 0 0px 0;
    min-height: 40px;
}

#top .container {
    padding: 0 20px;
}

#top #form-currency .currency-select,
#top #form-language .language-select {
    text-align: left;
}

#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
    text-shadow: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}

#top .btn-link,
#top-links li,
#top-links a {
    color: #044040;
    text-shadow: 0 1px 0 #FFF;
    text-decoration: none;
}

#top .btn-link:hover,
#top-links a:hover {
    color: #444;
}

#top-links .dropdown-menu a {
    text-shadow: none;
}

#top-links .dropdown-menu a:hover {
    color: #FFF;
}

#top .btn-link strong {
    font-size: 14px;
    line-height: 14px;
}

#top-links {
    padding-top: 6px;
    font-size: 10pt;
}

#top-links a+a {
    margin-left: 15px;
}

/* logo */
#logo {
    margin: 0 0 10px 0;
}

/* search */
#search {
    margin-bottom: 10px;
    border: 1px solid #d3dddd;
    border-radius: 5px;
    min-height: 49px;
    z-index: 8;
    width: 100%;
}

#search .input-lg {
    height: 50px;
    padding: 0 10px;
    border: 0px;
    box-shadow: none;
    font-size: 11pt;
}

#search .btn-lg {
    font-size: 15px;
    line-height: 18px;
    padding: 10px 20px;
    /* text-shadow: 0 1px 0 #FFF; */
}

/* cart */
#cart {
    margin-bottom: 10px;
    z-index: 9;
    margin-top: 5px;
}

#cart>.btn {
    font-size: 11pt;
    line-height: 23px;
    font-weight: 100;
    color: #000;
    text-align: right;
    text-decoration: underline;
}

#cart.open>.btn {
    background-image: none;
    background-color: #FFFFFF;
    border: 0px solid #E6E6E6;
    color: #666;
    box-shadow: none;
    text-shadow: none;
}

#cart.open>.btn:hover {
    color: #044040;
}

#cart .dropdown-menu {
    background: #eee;
    z-index: 1001;
}

#cart .dropdown-menu {
    min-width: 100%;
}

@media (max-width: 478px) {
    #cart .dropdown-menu {
        /* width: 100%; */
    }
}

#cart .dropdown-menu table {
    margin-bottom: 10px;
}

#cart .dropdown-menu li>div {
    min-width: 427px;
    padding: 0 10px;
}

@media (max-width: 478px) {
    #cart .dropdown-menu li>div {
        min-width: 100%;
    }
}

#cart .dropdown-menu li p {
    margin: 20px 0;
}

/* menu */
#menu {
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
    min-height: 40px;
}

#menu .nav>li>a {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    padding: 10px 15px 10px 15px;
    min-height: 15px;
    background-color: transparent;
}

#menu .nav>li>a:hover,
#menu .nav>li.open>a {
    background-color: rgba(0, 0, 0, 0.1);
}

#menu .dropdown-menu {
    padding-bottom: 0;
}

#menu .dropdown-inner {
    display: table;
}

#menu .dropdown-inner ul {
    display: table-cell;
}

#menu .dropdown-inner a {
    min-width: 160px;
    display: block;
    padding: 3px 20px;
    clear: both;
    line-height: 20px;
    color: #333333;
    font-size: 12px;
}

#menu .dropdown-inner li a:hover {
    color: #FFFFFF;
}

#menu .see-all {
    display: block;
    margin-top: 0.5em;
    border-top: 1px solid #DDD;
    padding: 3px 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 3px 3px;
    font-size: 12px;
}

#menu .see-all:hover,
#menu .see-all:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}

#menu #category {
    float: left;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#menu .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    color: #FFF;
    padding: 2px 18px;
    float: right;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
}

#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
    color: #ffffff;
    background-color: #229ac8;
}

@media (min-width: 768px) {
    #menu .dropdown:hover .dropdown-menu {
        display: block;
    }
}

@media (max-width: 767px) {
    #menu {
        border-radius: 4px;
    }

    #menu div.dropdown-inner>ul.list-unstyled {
        display: block;
    }

    #menu div.dropdown-menu {
        margin-left: 0 !important;
        padding-bottom: 10px;
        background-color: rgba(0, 0, 0, 0.1);
    }

    #menu .dropdown-inner {
        display: block;
    }

    #menu .dropdown-inner a {
        width: 100%;
        color: #fff;
    }

    #menu .dropdown-menu a:hover,
    #menu .dropdown-menu ul li a:hover {
        background: rgba(0, 0, 0, 0.1);
    }

    #menu .see-all {
        margin-top: 0;
        border: none;
        border-radius: 0;
        color: #fff;
    }
}

/* content */
#content {
    /* min-height: 620px; */
    margin-bottom: 0px;
    padding-bottom: 40px;
}

/* footer */
footer {
    margin-top: 0px;
    padding-top: 70px;
    padding-bottom: 81px;
    background-color: #044040;
    border-top: 1px solid #ddd;
    color: #e2e2e2;
}

footer hr {
    border-top: none;
    border-bottom: 1px solid #666;
    margin: 0px 0px 12px 0px;
}

footer a {
    color: #e3e3e3;
    font-size: 12pt;
    text-decoration: underline;
    line-height: 180%;
    text-decoration-color: #4e7f4e;
}

footer a:hover {
    color: #fff;
}

footer h5 {
    font-family: 'FS Industrie W01 Bold', 'Open Sans', sans-serifsans-serifsans-serif;
    font-size: 16pt;
    font-weight: 400;
    color: #fff;
    margin-bottom: 20px;
}

/* alert */
.alert {
    padding: 15px 14px 14px 14px;
    text-align: center;
    border: 0px;
}

/* breadcrumb */
.breadcrumb {
    margin: 15px 0 15px 0;
    padding: 3px 0;
    border: 0px solid #ddd;
    background: transparent;
    font-size: 10pt;
}

.breadcrumb i {
    font-size: 15px;
}

.breadcrumb>li {
    text-shadow: 0 1px 0 #FFF;
    padding: 0 20px;
    position: relative;
    white-space: normal;
}

.breadcrumb>li+li:before {
    content: '';
    padding: 0;
}

.breadcrumb>li:after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    right: -5px;
    width: 7px;
    height: 8px;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.pagination {
    margin: 0;
}

/* buttons */
.buttons {
    margin: 1em 0;
}

.btn {
    padding: 2.5px 12px;
    font-size: 17px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}

.btn-xs {
    font-size: 9px;
}

.btn-sm {
    font-size: 10.2px;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 15px;
}

.btn-group>.btn,
.btn-group>.dropdown-menu,
.btn-group>.popover {
    font-size: 12px;
}

.btn-group>.btn-xs {
    font-size: 9px;
}

.btn-group>.btn-sm {
    font-size: 10.2px;
}

.btn-group>.btn-lg {
    font-size: 15px;
}

.btn-default {
    color: #777;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #e7e7e7;
    background-image: linear-gradient(to bottom, #e6ecec, #e6ecec);
    background-repeat: repeat-x;
    border-color: #e6ecec #e6ecec #e6ecec #e6ecec;
    padding: 10px 20px;
}

.btn-primary {
    color: #ffffff;
    background-color: #6cb26c;
    border-color: #CCC;
    padding: 11px 18px;
    font-weight: bold;
    letter-spacing: 1px;
}

.btn-secondary {
    color: #ffffff;
    background-color: #044040;
    border-color: #CCC;
    padding: 11px 18px;
    font-weight: bold;
    letter-spacing: 1px;
}
.btn-secondary:hover {
    color: #ffffff;
    background-color: #6cb26c;
    border-color: #CCC;
    padding: 11px 18px;
    font-weight: bold;
    letter-spacing: 1px;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    background-color: #064041;
    background-position: 0 -15px;
}

.btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
    color: #ffffff;
    background-color: #6cb26c;
    border-color: #CCC;
    padding: 12px 20px;
    font-weight: bold;
    letter-spacing: 1px;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #df5c39;
    background-image: linear-gradient(to bottom, #e06342, #dc512c);
    background-repeat: repeat-x;
    border-color: #dc512c #dc512c #a2371a;
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #6cb26c;
    border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}

.btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
    background-color: #222222;
    background-image: linear-gradient(to bottom, #333333, #111111);
}

/* list group */
.list-group a {
    border: 1px solid #DDDDDD;
    color: #888888;
    padding: 8px 12px;
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
    color: #444444;
    background: #eeeeee;
    border: 1px solid #DDDDDD;
    text-shadow: 0 1px 0 #FFF;
}

/* carousel */
.carousel-caption {
    color: #FFFFFF;
    text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome;
}

.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome;
}

/* product list */
.product-thumb {
    border: 0px solid #ddd;
    margin-bottom: 20px;
    overflow: auto;
    border-radius: 9px;
    box-shadow: 1px 1px 17px #00000012;
    background: #FFF;
}

.product-thumb .image {
    text-align: center;
}

.product-thumb .image a {
    display: block;
}

.product-thumb .image a:hover {
    opacity: 0.8;
}

.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
}

.product-grid .product-thumb .image {
    float: none;
}

@media (min-width: 767px) {
    .product-list .product-thumb .image {
        float: left;
        padding: 0 15px;
    }
}

.product-thumb h4 {
    font-weight: bold;
}

.product-thumb .caption {
    padding: 0px 20px 0px 20px;
    min-height: 95px;
}

.artknr {
    padding: 16px 20px 0px 20px;
    font-size: 10pt;
    color: #999898;
    min-height: 67px;
}

.product-list .product-thumb .caption {
    margin-left: 230px;
}

@media (max-width: 1200px) {
    .product-grid .product-thumb .caption {
        min-height: 210px;
        padding: 0px 20px;
    }
}

@media (max-width: 767px) {
    .product-list .product-thumb .caption {
        min-height: 0;
        margin-left: 0;
        padding: 0 10px;
    }

    .product-grid .product-thumb .caption {
        min-height: 0;
    }
}

.product-thumb .rating {
    padding-bottom: 10px;
}

.rating .fa-stack {
    font-size: 8px;
}

.rating .fa-star-o {
    color: #999;
    font-size: 15px;
}

.rating .fa-star {
    color: #FC0;
    font-size: 15px;
}

.rating .fa-star+.fa-star-o {
    color: #E69500;
}

h2.price {
    margin: 0;
}

.product-thumb .price {
    color: #444;
}

.product-thumb .price-new {
    font-weight: 600;
}

.product-thumb .price-old {
    color: #8c212b;
    text-decoration: line-through;
    margin-left: -1px;
    display: block;
}

.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    display: block;
}

.product-thumb .button-group {
    border-top: 1px solid #ddd;
    background-color: #eee;
    overflow: auto;
}

.product-list .product-thumb .button-group {
    border-left: 1px solid #ddd;
}

@media (max-width: 768px) {
    .product-list .product-thumb .button-group {
        border-left: none;
    }
}

.product-thumb .button-group button {
    width: 60%;
    border: none;
    display: inline-block;
    float: left;
    background-color: #6cb26c;
    color: #fff;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.product-thumb .button-group button+button {
    width: 20%;
    border-left: 1px solid #ddd;
}

.product-thumb .button-group button:hover {
    color: #444;
    background-color: #ddd;
    text-decoration: none;
    cursor: pointer;
}

@media (max-width: 1200px) {

    .product-thumb .button-group button,
    .product-thumb .button-group button+button {
        width: 33.33%;
    }
}

@media (max-width: 767px) {

    .product-thumb .button-group button,
    .product-thumb .button-group button+button {
        width: 33.33%;
    }
}

.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}

.thumbnails>li {
    margin-left: 20px;
}

.thumbnails {
    margin-left: -20px;
}

.thumbnails>img {
    width: 100%;
}

.image-additional a {
    margin-bottom: 20px;
    padding: 0px;
    display: block;
    border: 0px solid #ddd;
}

.image-additional {
    max-width: 22%;
}

.thumbnails .image-additional {
    float: left;
    margin-left: 20px;
    margin-top: -20px;
}

@media (min-width: 1200px) {

    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-3:nth-child(4n+1),
    #content .col-lg-4:nth-child(3n+1),
    #content .col-lg-6:nth-child(2n+1) {
        clear: none;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    #content .col-md-2:nth-child(6n+1),
    #content .col-md-3:nth-child(4n+1),
    #content .col-md-4:nth-child(3n+1),
    #content .col-md-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-3:nth-child(4n+1),
    #content .col-sm-4:nth-child(3n+1),
    #content .col-sm-6:nth-child(2n+1) {
        clear: left;
    }
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left .product-layout .col-md-3 {
        width: 100%;
    }

    #column-left+#content .product-layout .col-md-3 {
        width: 50%;
    }

    #column-left+#content+#column-right .product-layout .col-md-3 {
        width: 100%;
    }

    #content+#column-right .product-layout .col-md-3 {
        width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout,
#column-right .product-layout {
    width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
    min-width: 50px;
    min-height: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}



/* CUSTOM CSS*/
.merken {
    padding: 30px 0px;
    border-radius: 5px;
    background: #e6ecec;
}

.row.modulekentken {
    background: #044040;
    border-radius: 5px;
}

.no-gutter .col-sm-4 {
    padding: 0px !important;
}

.no-gutter img {
    width: 100%;
}

.col-sm-2.line {
    border-right: 1px dotted #CCC;
}



.navbar {
    width: 100%;
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 62px;
}



.navbar .nav-container li {
    list-style: none;
}

.navbar .nav-container a {
    text-decoration: none;
    color: #0e2431;
    font-weight: 700;
    font-size: 13pt !important;
}

.navbar .nav-container a:hover {
    font-weight: bolder;
    font-weight: 600;
    color: #54bb10;
}

.nav-container {
    display: block;
    position: relative;
    height: 50px;
    z-index: 1;
    max-width: 1200px;
}

.nav-container .checkbox {
    position: absolute;
    display: block;
    height: 32px;
    width: 103px;
    top: 6px;
    left: 20px;
    z-index: 5;
    opacity: 0;
    cursor: pointer;
}

.nav-container .hamburger-lines {
    display: block;
    height: 11px;
    width: 23px;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.menuknop {
    display: block;
    position: relative;
    width: 60px;
    float: left;
    left: 40px;
    top: 16px;
    font-size: 12pt;
    color: #000;
    font-weight: 600;
}

.nav-container .hamburger-lines .line {
    display: block;
    height: 3px;
    width: 86%;
    border-radius: 10px;
    background: #8c2129;
}

.nav-container .hamburger-lines .line1 {
    transform-origin: 0% 0%;
    transition: transform 0.4s ease-in-out;
}

.nav-container .hamburger-lines .line2 {
    transition: transform 0.2s ease-in-out;
}

.nav-container .hamburger-lines .line3 {
    transform-origin: 0% 100%;
    transition: transform 0.4s ease-in-out;
}

.navbar .menu-items {
    width: 119.7%;
    transform: translateX(-150%);
    background: #f1f5f5;
    flex-direction: column;
    margin-left: -264px;
    margin-top: 83px;
    padding: 30px;
    transition: transform 0.4s ease-in-out;
    text-align: left;
    z-index: 0;
    opacity: 0;
    pointer-events: none;
    transform: translateY(20px);  /* optioneel: laat het menu licht omhoog komen */
    transition: opacity 0.4s ease, transform 0.4s cubic-bezier(.4,0,.2,1);
}
.nav-container input[type="checkbox"]:checked ~ .menu-items {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}
.navbar .menu-items li {
    margin-bottom: 5px;
    padding: 7px;
    font-size: 1.5rem;
    font-weight: 500;
}

.logo {
    position: absolute;
    top: 5px;
    right: 15px;
    font-size: 1.2rem;
    color: #0e2431;
}

.nav-container input[type="checkbox"]:checked~.menu-items {
    transform: translateX(0);
}

.nav-container input[type="checkbox"]:checked~.hamburger-lines .line1 {
    transform: rotate(25deg);
}

.nav-container input[type="checkbox"]:checked~.hamburger-lines .line2 {
    transform: scaleY(0);
}

.nav-container input[type="checkbox"]:checked~.hamburger-lines .line3 {
    transform: rotate(-25deg);
}

.nav-container input[type="checkbox"]:checked~.logo {
    display: none;
}


#search button.btn.btn-default.btn-lg {
    background: none;
    border: 0px;
    box-shadow: none;
    width: 20px;
}

div#search .fa {
    font-size: 14pt;
}

#cart button {
    background: none;
    color: #000;
    border: 0px;
    box-shadow: none;
}

.kentekencheck {
    padding: 45px 49px 10px 49px;
    font-size: 15pt;
    color: #FFF;
    font-weight: 600;
    z-index: 0;
    position: relative;
}

.kentekenunder {
    padding: 10px 49px 47px 49px;
    /* font-size: 15pt; */
    color: #FFF;
    /* font-weight: 600; */
}

/* KENTEKEN */
.kenteken :placeholder {
    color: #000 !important;
}

.kenteken {
    position: relative;
    background: url("https://www.vagshop.nl/bgyellow.png");
    background-position: right;
    box-sizing: border-box;
    width: 80%;
    display: inline-block;
    height: 58px;
    margin-top: 10px !important;
    padding: 0px;
    margin-right: 0px !important;
}

/*.kenteken:after {
    border-bottom: 0px solid #da3629;
    content: "";
    height: 58px;
    position: absolute;
    right: -9px;
    border-radius: 5px;
    top: 0;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    transform: skew(-20deg);
    width: 33px;
}*/
.inset {
    border: 0px solid #333;
    border-radius: 4px;
    width: auto;
    height: 58px;
    position: relative;
    display: flex;
}

.kenteken .inset .blue {
    width: 55px;
    height: 58px;
    background: #003399;
    border-right: 1px solid #333;
    background-image: url('https://i.ibb.co/r7SZP4h/NLD1-01.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.kenteken .inset input {
    text-transform: uppercase;
    background: 0;
    border: 0;
    outline: 0;
    color: #000;
    margin-top: 2px;
    padding: 0;
    text-align: left;
    padding-left: 14px;
    width: calc(100% - 35px);
    font-size: 25px;
    letter-spacing: 2px;
    line-height: 38px;
    font-family: 'Kenteken', sans-serif;
    /* background-image: url('https://svgshare.com/i/VU4.svg'); */
    background-repeat: no-repeat;
    background-size: auto;
}

.kentekenunder p {
    margin-bottom: 9px;
    margin-top: 34px;
    font-size: 19pt !important;
}

#kenmodule select {
    width: 102%;
    padding: 0px;
    margin-bottom: 11px;
    border-radius: 5px;
    padding: 10px 13px;
    color: #000;
    font-weight: 600;
    font-size: 13pt;
    max-width: 100%;
    border-top: 0px;
    border-left: 0px;
    border-bottom: 0px;
    border-right: 14px solid #FFF;
    border-color: #FFF;
    letter-spacing: 0.3pt;
    min-height: 58px;
}

.custom-select {
    position: relative;
    font-family: Arial;
}

.custom-select select {
    display: none;
    /*hide original SELECT element:*/
}

.select-selected {
    background-color: white;
}

/*style the arrow inside the select element:*/
.select-selected:after {
    position: absolute;
    content: "";
    top: 22px;
    right: 19px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #000 transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
    color: #000000;
    padding: 15px 28px;
    border-radius: 5px;
    border: 0px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
    font-size: 13pt;
    margin-bottom: 15px;
}

/*style items (options):*/
.select-items {
    position: absolute;
    background-color: white;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.row.usp,
.row.usp p {
    font-size: 14pt;
    color: #044040;
    background: #e6ecec;
}

.select-items div:hover,
.same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

/* EINDE  KENTEKEN */

.callto {
    display: inline-block;
    font-size: 11pt;
    padding-top: 5px;
    color: #044040;
}

.usp i.fa {
    font-size: 16pt;
    margin-right: 9px;
    color: #4ab942;
}

.product-thumb h4 a {
    font-size: 14pt;
    font-weight: 400;
    color: #044040;
}

li.dropdown.open>.dropdown-menu {
    background: #e6ecec;
    top: -2px;
    position: fixed;
    left: 305px;
    box-shadow: 6px 7px 18px #00000012 !important;
    width: calc(100% - 305px);
    box-shadow: none;
    overflow: hidden;
    border-radius: 0px;
    border: 0px;
    padding: 39px;
    z-index: 1;
    min-height: 273px;
    border-radius: 15px;
}

a.see-all {
    margin-left: 26px;
}

.open>.dropdown-menu li a {
    padding: 0px 0px;
    line-height: 100%;
    font-size: 12pt;
    font-weight: 500;
}

.open>.dropdown-menu li {
    margin: 0px;
    padding: 4px;
    margin-bottom: 8px;
}

li.dropdown.open>a {
    color: #31bb10;
}

.dropdown-menu ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

footer li {
    margin-bottom: 8px;
}

.fa-search:before {
    content: "\f002";
    font-weight: normal !important;
    color: #044040;
}

.product-name {
    font-size: 11pt;
    font-weight: normal !important;
}

.zoeken {
    max-width: 800px;
    margin: 36px auto;
}

.zoeken button {
    width: 100px !important;
    background: #6cb26c !important;
    height: 50px !important;
    display: block !important;
    color: #000 !important;
}

button.zoek {
    padding: 15px;
    background: #6cb26c;
    color: #FFF !important;
    border: 1px solid #CCC;
}

div#zoeken {
    max-width: 800px;
    width: 100%;
    margin: 39px auto;
}

input.zoek {
    width: 80%;
    height: 49px;
    display: inline-block;
    font-size: 13pt !important;
    color: #044040 !important;
    padding: 20px;
    border: 1px solid #CCC;
}

button.zoek {
    display: inline-block !important;
    width: 20% !important;
}

ul.breadcrumb a {
    color: #000;
}

ul.breadcrumb a:hover {
    color: #89b571;
}

.zb .container {
    display: flex !important;
    flex-direction: column !important;
    padding: 20px !important;
    margin: unset !important;
    width: unset !important;
}

.zb .row {
    display: flex;
}

.zb .row:not(:last-child) {
    margin-bottom: 60px;
}

.zb .field {
    width: calc(100% - 34px) !important;
    position: relative !important;
    flex-basis: 77%;
}

.zb {
    max-width: 800px;
    margin: 0 auto;
}

.zb .field:first-child {
    margin-right: 34px !important;
}

.zb .field:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 0px;
    height: 0px;
}

.zb .field:first-child:after {
    right: -20px;
    border-top: 60px solid #f4f4f4;
    border-right: 20px solid transparent;
}


.zb .field:last-child:after {
    left: -20px;
    border-bottom: 60px solid #ffffff;
    border-left: 20px solid transparent;
}

.zb .field.field--button {
    flex-basis: max-content;
}

.zb .field.field--button:after {
    border-bottom: 60px solid #6cb26c;
    border-radius: 0px 0px 0px 5px;
}
.zb div#searching {
    border: 1px solid #818181;
    border-radius: 15px;
}
.zb .input {
    border: none;
    line-height: 56px;
    outline: none;
    padding: 0 15px;
    width: 100%;
    box-sizing: border-box;
    background-color: #ffffff;
    font-size: 16px;
    background: #ffffff;
    border: 0px solid #dfdfdf;
    color: #044040;
    border-radius: 5px 5px 5px 5px;
    url(
    "https: //vagshop.nl/greenbg.png");
    background: url("https://www.vagshop.nl/bg-line.png");
    background-position: right;
    border-left: 0px solid #CCC;
    margin-right: -8px;
}

.zb .input::placeholder {
    color: #cccccc;
}

.zb .button {
    background: url("https://www.vagshop.nl/greenbg.png");
    color: #ffffff;
    border: none;
    outline: none;
    line-height: 58px;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
    width: 37% !important;
    padding: 0 6px 0 0px !important;
    text-transform: none;
    margin-left: -4px;
}

#common-home h3 {
    font-family: 'FS Industrie Nw W01 Bold', 'Open Sans', sans-serif;
    font-weight: 700 !important;
    margin: 0px !important;
    margin-bottom: 7px !important;
}

#common-home table,
#common-home tr,
#common-home td,
#common-home th {
    border: 0px !important;
    line-height: normal !important;
    margin: 0px !important;
    padding: 0px !important;
}

h1 {
    /* font-size: 44px !important; */
    color: #044040 !important;
    font-family: 'FS Industrie Nw W01 Bold', 'Open Sans', sans-serif !important;
    line-height: 120% !important;
}

.wittetekst {
    color: #FFF;
}

.vd p,
.block-container p {
    margin: 0 0 10px;
    line-height: 120%;
}

p {
    line-height: 1.7em;
}

.kenteken-mod {
    background: #044040;
    color: #FFF;
    padding: 0px;
    border-radius: 11px;
    min-height: 222px;
    margin-top: 30px;
}

.kenteken-mod .kentekencheck {
    padding: 30px !important;
    line-height: 140%;
}

div#product-category {
    margin-top: 20px;
}

.kenteken-button {
    display: inline-block;
    width: 16%;
    float: right;
    min-height: 59px;
    margin-top: 10px !important;
    border: 0px;
    z-index: 11111112;
}

li.dropdown.open {
    background: #e6ecec;
    border-radius: 5px;
}

.block-content a {
    color: #000;
}

.block-content a:hover {
    color: #6cb26c;
}




@media (max-width: 768px) {
	.row.usp.chct {
		display: none;
	}
    .merken .col-sm-4 {
        float: left;
        max-width: 33%;
        padding: 0px;
    }

    footer {
        padding: 33px 10px;
    }

    .usp .col-md-3 {
        margin: 30px 0px !important;
    }

    .usp {
        padding: 60px 10px 53px 10px !important;
    }

    .zb .button {
        font-size: 5pt;
        margin-left: -5px;
        text-align: right;
    }

    .zb .field:last-child:after {
        left: -19px;
    }

    .zb .field {
        width: calc(100% - 34px) !important;
        position: relative !important;
        flex-basis: max-content;
    }

    footer .col-sm-3 {
        margin-bottom: 33px;
    }
}

.kenteken-button {
    min-height: 58px;
    width: 19%;
    background: url("https://www.vagshop.nl/greenbg.png");
    z-index: 2;
    border-radius: 0px 4px 4px 0px;
    position: absolute;
    right: 48px;
}

.kenteken-button button {
    min-height: 58px;
    width: 100%;
    background: transparent;
    border: none !important;
}

::placeholder {
    color: black;
    opacity: 1;
    /* Firefox */
}

.fa-search1:before {
    content: "\f002";
    font-weight: normal !important;
    color: #ffffff;
    font-size: 18pt;
}

i.fa.fa-search1 {
    z-index: 0;
    position: relative;
    left: 4px;
}

.img-thumbnail {
    border: 0px solid #ddd;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 0px solid transparent;
    border-radius: 5px !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: 100%;
}

#product-category h2 {
    margin-bottom: 25px;
}

.panel a.list-group-item {
    font-family: 'FS Industrie W01 Bold', 'Open Sans', sans-serif;
    color: #000;
    font-size: 14pt;
}

.row.categories ul {
    list-style-type: none;
    margin: 0px !important;
    padding: 0px !important;
}

.blauw {
    background: #e6ecec;
    padding-top: 80px;
    padding-bottom: 61px;
    margin-top: 60px;
}

.categories ul>li {
    background: #fff;
    padding: 0px;
    margin-bottom: 25px;
    border-radius: 6px;
    box-shadow: 0px 0px 14px #8888881f;
    cursor: pointer;
}

.categories ul>li a {
    font-size: 15pt;
    font-family: 'FS Industrie Nw W01 Bold', 'Open Sans', sans-serif !important;
    padding-right: 15px;
    display: block;
    color: #044040;
    line-height: 120%;
}

.categories ul>li img {
    padding: 10px;
    max-width: 96px;
}

.row.categories {
    margin-bottom: 0px;
}

.align-items-center {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}

.helpen {
    background: #FFF;
    padding: 12px 40px 0px 40px;
    border-radius: 15px;
    color: #000;
    margin-bottom: 30px;
}

.cta {
    min-height: 110px;
    clear: both;
    height: fit-content;
}

.helpengroen {
    background: #e6ecec;
    padding: 31px 60px 0px 51px;
    border-radius: 15px;
    color: #000;
    margin-bottom: 30px;
}

.helpengroen hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #d3d3d3;
}

.helpen a {
    color: #054141;
}

.helpen a:hover {
    color: #000;
}

div#top-links li {
    padding: 0px 13px;
}

div#product-product h1 {
    margin: 0px;
    margin-bottom: 15px;
    word-wrap: break-word;
}

span.schuin:after {
    content: "";
    position: absolute;
    width: 184px;
    left: -8px;
    top: 2px;
    height: 26px;
    border-radius: 1px;
    transform: rotate(109deg);
    background-color: #f4f4f4;
    z-index: 3;
}

.bordered {
    padding: 6px 10px;
    border: 1px solid #e1e0e0;
    display: inline-block;
    margin: 0px 8px 10px 0px;
    border-radius: 7px;
    font-size: 9.5pt;
    color: #024242;
}

.cta {
    font-size: 11pt;
}

.bordered-tab {
    padding: 6px 10px;
    border: 0px solid #e1e0e0;
    background: #f4f4f4;
    display: inline-block;
    margin: 0px 8px 25px 0px;
    border-radius: 7px;
    font-size: 9.5pt;
    color: #024242;
}

button#button-cart:hover {
    background: #044040;
}

button#button-cart {
    background: #6cb16c;
    border: 0px !important;
    min-height: 74px;
    font-size: 15pt;
    border-radius: 0px 5px 5px 1px;
    overflow: hidden !important;
    position: absolute;
    top: 0px;
    left: 100px;
    box-shadow: none !important;
    width: calc(100% - 100px);
    transition: all 0.3s ease-in-out;
}

button#button-cart:after {
    content: "";
    position: absolute;
    width: 89px;
    left: -74px;
    top: -18px;
    height: 90px;
    transform: rotate(109deg);
    background-color: #fff;
}

.zb .fieldd:first-child:after {
    right: -20px;
    border-top: 80px solid #f4f4f4;
    border-right: 20px solid transparent;
}


.zb .fieldd:last-child:after {
    left: -20px;
    border-bottom: 80px solid #ffffff;
    border-left: 20px solid transparent;
}

nav#top {
    letter-spacing: 0.4pt;
}

footer h3 {
    font-size: 23pt;
    margin-bottom: 25px;
}

input#input-quantity {
    min-height: 82px;
    border-radius: 5px;
    font-size: 14pt;
    padding: 0px 0px 0px 0px;
    position: absolute;
    width: 85px;
    border: 0px;
    background: #f4f4f4;
    text-align: center;
    border-radius: 5px;
    z-index: 1;
}

div#product-category h2 {
    font-size: 32pt;
}

#product-category h2 img {
    margin-right: 15px;
}

h2.price {
    color: #ec5e00 !important;
    font-size: 30pt;
}

.veelgezocht {
    padding: 5em 0em;
}

.veelgezocht h2 {
    margin-bottom: 40px;
    font-size: 22pt;
}

.prijsbutton button:hover {
    background: #044040;
}

.prijsbutton button {
    background: #6cb26c;
    border: 0px;
    border-radius: 26px 5px 5px 5px;
    min-height: 60px;
    min-width: 70px;
    overflow: hidden !important;
    float: right;
    transition: all 0.3s ease-in-out;
}

.prijsbutton .price-tax {
    padding: 0px;
    margin-top: -10px;
}

.prijsbutton .price {
    font-size: 16pt;
}

.prijsbutton {
    padding: 7px;
    display: block;
    padding-bottom: 14px;
    clear: both;
    display: flex;
    min-height: 125px;
}

.prijsbutton button:after {
    content: "";
    position: absolute;
    width: 77px;
    left: 3px;
    top: -23px;
    height: 74px;
    transform: rotate(109deg);
    background-color: #fff;
}

.prijsbutton .fa {
    color: #FFF;
    font-size: 16pt;
    margin-left: 5px;
}

a.thumbnail:hover {
    border: 1px solid #fffdfd;
}

#button-cart .fa {
    font-size: 13pt;
    margin-left: 15px;
}

.thumbnail {
    display: block;
    padding: 0px;
    margin-bottom: 40px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #efefef;
    border-radius: 5px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.stock {
    font-size: 10pt;
    margin-top: -10px;
    padding-bottom: 8px;
}

.tab-content li {
    line-height: 150%;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #044040;
    cursor: default;
    border: 0px solid #ddd;
    font-weight: 600;
    background: transparent;
    border-bottom-color: transparent;
}

#content .nav-tabs {
    padding: 13px;
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
    margin: 29px 0px;
}

.tab-content {
    padding: 20px 0px 40px 0px;
}

.schuinover {
    min-width: 106px;
    min-height: 74px;
    overflow: hidden;
    position: absolute;
}

#product #input-quantity {
    border: 0px solid #ebebeb;
    border-radius: 5px 5px 36px 5px;
    padding: 25px 27px 25px 15px !important;
    font-size: 15pt;
    box-shadow: none !important;
}

.menuheader a {
    float: right;
    font-weight: 100 !important;
}

.menuheader {
    font-size: 20pt;
    font-weight: 900;
    border-bottom: 1px solid #CCC;
    margin: 19px 3px 23px 1px;
    padding-bottom: 21px;
}

footer a:focus,
a:hover {
    color: #89bd89;
}

#cart-quantity {
    background: #6cb26c;
    color: #000;
    border: 3px solid #FFF;
}

#cart-quantity {
    position: absolute;
    display: inline-block;
    top: -7px;
    right: 2px;
    width: 26px;
    height: 26px;
    border-radius: 15px;
    text-align: center;
    font-size: 11px;
    line-height: 1.9;
    font-weight: bold;
    color: #ffffff;
}

span.zekerheden {
    border-bottom: 1px solid #CCC;
    width: 100%;
    display: block;
    margin-bottom: 30px;
    padding-bottom: 23px;
    margin-top: -20px;
}

.row.usp.twee {
    margin-top: 80px;
    margin-bottom: 73px;
    display: flex;
    margin-left: 25px;
    margin-right: 25px;
    border-radius: 15px;
}

.go-button i.fa.fa-search1 {
    top: 16px;
    left: 7px;
}

.go-button {
    min-height: 58px;
    background: url("https://www.vagshop.nl/greenbg.png");
    z-index: 2;
    border-radius: 6px;
    float: right;
    width: 24%;
}

select.form-control.category-dropdown {
    display: none;
}

select.form-control.category-dropdown:nth-child(-n+3) {
    display: block;
}

select.form-control:nth-child(3) {
    width: 78% !important;
    background: url("https://www.vagshop.nl/bgwhite.png");
    border: 0px !important;
    background-position: right;
    padding-right: 0px !important;
}

select.form-control[disabled]:nth-child(3) {
    width: 79% !important;
    background: url("https://www.vagshop.nl/bggreen.png");
    border: 0px !important;
    background-position: right;
    -webkit-appearance: none;
    appearance: none;
}

.go-button {
    margin-top: -69px !important;
    text-align: center;
    cursor: pointer;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #98b7b7;
    opacity: 1;
    border-right: 14px solid #98b7b7 !important;
}

input#input-coupon {
    min-height: 44px;
}

.schuin input#input-quantity {
    min-height: 74px;
}

.form-horizontal input#input-quantity {
    min-height: 34px;
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #ddd;
    vertical-align: middle;
}

#mobile {
    display: none;
}

.col-sm-6.align-middle.uspfooter {
    text-align: right;
}

div#checkout-cart td,
div#checkout-cart table {
    border: 0px;
    line-height: 1;
    border-bottom: 1px solid #ededed;
    padding: 16px 5px;
}

a.pname {
    color: #000;
    font-weight: 600;
    font-size: 14pt;
    margin-bottom: 7px;
    display: block;
    padding: 0px;
    text-decoration: none;
}

.cartbutton a {
    width: 100%;
    padding: 20px;
    font-size: 14pt;
    transition: all 0.1s ease-in-out;
}

.uspcart img {
    max-width: 60px;
    margin-right: 5px;
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -13px;
    right: 0px;
    color: #000000 !important;
    font-size: 28pt;
}
p.tags {
		margin: 0% 25px;
}


@media (min-width: 1024px) {
  header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }
}


.helpengroen h3 {
    margin-bottom: 37px !important;
}

@media (max-width: 768px) {
	footer li {
    margin-bottom: 1px;
}
    #button-cart .fa {
    font-size: 13pt;
    margin-left: 15px;
}
	
	.helpengroen hr {
		margin-top: 5px !important;
		margin-bottom: 6px!important;
	}
	.categories ul>li {
   		margin-bottom: 14px;
   	}
	.row.categories .col-md-3 {
    padding-right: 0px;
}
	.categories ul>li img {
		padding: 4px 0px 4px 9px;
		max-width: 83px;
	}
	.blauw {
		background: #e6ecec;
		padding-top: 30px;
		padding-bottom: 0px;
		margin-top: 30px;
	}
	
	.row.merken img {
		width: 100% !important;
	}
		
	.kentekenunder {
    	padding: 10px 20px 47px 20px;
	}
	.row.modulekentken {
    	margin: 0px;
	}
	
	
	button#button-cart {
		font-size: 9pt;
		width: calc(100% - 118px);
	}
	
	span.zekerheden {
		margin-top: 46px;
	}
	
	.helpengroen img {
		max-width: 100%;
	}
	
	.row.usp.twee {
    	margin-top: 80px;
    	margin-bottom: 73px;
    	display: block ;
	}
	h1 {
    	font-size: 28px !important;
	}
	.breadcrumb {
    	margin: 15px -5px 15px -5px; 
	}
	.breadcrumb>li {
		text-shadow: 0 1px 0 #FFF;
		padding: 0 6px 0 7px;
		position: relative;
		white-space: normal;
	}	
	
	.prijsbutton button:after{
		content: none !important;
	}

    #myNavigation .zb .input {
        font-size: 10pt !important;
    }

    #myNavigation .zb {
        max-width: 88%;
        margin: 0 auto;
    }

    #myNavigation .zb .input {
        color: #ffffff;
    }

    #myNavigation .fa-search:before {
        color: #FFFFFF;
    }

    .overlay a {
        text-align: center;
    }

    #myNavigation i.fa.fa-search {
        font-size: 16pt !important;
        position: relative;
        top: 7px;
        color: #FFF !important;
        right: 11px;
    }

    #myNavigation .zb .button {
        width: 24% !important;
    }

    #myNavigation .helpen {
        background: #fff;
        padding: 24px;
        margin: 6%;
        border-radius: 15px;
        color: #000;
        margin-bottom: 30px;
        text-align: center;
    }

    #myNavigation .helpen a {
        display: contents;
        color: #144c4c;
        font-size: 11pt;
    }

    #myNavigation .helpen p {
        font-size: 12pt;
        line-height: normal;
        padding: 5px;
        margin: 0px;
    }

    #myNavigation hr {
        margin-top: 5px;
        margin-bottom: 4px;
        border: 0;
        border-top: 1px solid #eee;
    }

    .kenteken-mod {
        min-height: 190px;
    }

    .row.usp,
    .row.usp p {
        line-height: 15px;
    }

    .kenteken .inset .blue {
        width: 36px;
    }

    #mobile {
        display: block;
    }

    header {
        min-height: 110px;
        padding: 14px 0px 11px 0px;
        border-bottom: 1px solid #e2e2e2;
    }

    .uspfooter img {
        max-width: 21% !important;
        padding: 0px !important;
        margin-top: 15px !important;
        margin-bottom: 15px !important;
        float: left;
        margin-right: 10px;
        margin-left: 0px;
    }

    .nav-container .hamburger-lines {
        left: 10px;
        top: 18px;
    }

    .menuknop,
    .menubutton {
        left: 0;
        top: 0;
        border: 1px solid #ddd;
        border-radius: 5px;
        padding: 14px 6px;
        width: 100%;
        text-align: center;
    }

    #mobile .nav-container {

        border: 1px solid #CCC;
        border-radius: 5px;
    }

    #desktop {
        display: none;
    }

    #top-links {
        display: none;
    }

    .callto {
        display: inline-block;
        font-size: 8pt;
        padding-top: 1px;
        padding-bottom: 7px;
        color: #044040;
        width: 100%;
        text-align: center;
    }

    .row.usp {
        margin: 0px;
    }
	.helpengroen {
    	padding: 17px 14px 0px 15px;
	    margin-bottom: 30px;
	}

}


.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: #044040;
    overflow-x: hidden;
    transition: 0.1s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.mobmenu {
    padding: 0px;
    margin-top: 50px;
}

.overlay a {
    text-decoration: none;
    font-size: 13pt;
    color: #f5eded;
    display: block;
    transition: 0.3s;
    border-top: 0px solid #4f4f4f;
    border-bottom: 0px solid #4f4f4f;
    padding: 12px 30px;
}

.overlay a:hover,
.overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 2px;
    right: 2px;
    font-size: 64px;
    border: 0px;
}

.supercheckout-blocks {
    margin-top: 25px;
}

@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}


.borderedcat{
	padding: 6px 10px;
	border: 1px solid #e1e0e0;
	display: inline-block;
	margin: 0px 8px 10px 20px;
	border-radius: 7px;
	font-size: 9.5pt;
	color: #024242;
	overflow: hidden;
	max-height: 33px;
}


.form-horizontal .control-label {
	padding-top: 7px;
	margin-bottom: 0;
	text-align: left;
}

.btn-group-vertical>.btn.active, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn:focus, .btn-group-vertical>.btn:hover, .btn-group>.btn.active, .btn-group>.btn:active, .btn-group>.btn:focus, .btn-group>.btn:hover {
    z-index: 0;
}


.custom-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: sans-serif;
}

.custom-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 30px 12px 30px;
  border-bottom: 1px solid #e0e0e0;
}

.custom-list a {
  text-decoration: none;
  color: #003333; /* donkergroenblauw */
  font-size: 16px;
  flex: 1;
}

.custom-list u {
    text-decoration: none;
}

.custom-list li::after {
    content: '\2192';
    color: #6cb26c;
    font-size: 25px;
    font-weight: bold;
}
#content ul {
    padding: 0px 18px;
    line-height: 160%;
}
.snellinks a {
    font-size: 9pt;
    color:  #363636;
}
.snellinks {
	text-align: center;
}
