@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-BoldItalic.woff2') format('woff2');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Italic.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-SemiBoldItalic.woff2') format('woff2');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



body {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 22px;
    color: #373737;
}

body, html {
    /*overflow-x:hidden; */
    scroll-behavior: smooth;
}


.pswp{
    z-index: 15000 !important;
}

/* KOPPEN & PARAGRAFEN */

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    overflow: hidden;
    max-width: 100%;
    word-wrap: break-word;
}

h1 {
    font-size: 28px;
    line-height: 38px;
}
h2 {
    font-size: 25px;
    line-height: 27px;
}
h3 {
    font-size: 22px;
    line-height: 24px;
}
h4 {
    font-size: 20px;
    line-height: 22px;
}
h5 {
    font-size: 18px;
    line-height: 20px;
}
h6 {
    font-size: 16px;
    line-height: 18px;
}

p {
    margin: 0 0 20px 0;
}

address {
    margin:0 0 20px 0;
}

mark {
    background:none;
}

/* LIJSTEN */

ul {
    margin: 0 0 20px 20px;
}

ol {
    margin: 0 0 20px 20px;
}

/* LINKS */

a {
    color: #f36d33;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
a:link {
    color: #f36d33;
    text-decoration: none;
}
a:visited {
    color: #f36d33;
    text-decoration: none;
}
a:hover {
    color: #f36d33;
    text-decoration: underline;
}
a:active {
    color: #f36d33;
    text-decoration: underline;
}


form.extra-order-fields-form{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    width: 100%;
    margin-bottom: 60px;
}

form.extra-order-fields-form .form-row{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

/* WOOCOMMERCE ALGEMEEN */

.button:link {
    color: #fff;
    background: #00B900;
    text-decoration: none;
}

.button:visited {
    color: #fff;
    background: #00B900;
    text-decoration: none;
}

.button:hover{
    background: #009600;
    text-decoration: none;
}

.button:active {
    color: #fff;
    background: #009600;
    text-decoration: none;
}

/* FORM + SELECT ETC */

input, select {
    font-size: 14px;
    height: 30px;
    padding: 0 15px 0 15px;
    border: 1px solid #d8d8d8;
    background: #fafafa;
}

textarea {
    position: relative;
    float: left;
    height: 120px;
    font-size: 14px;
    line-height: 22px;
    padding: 15px;
    outline: none;
    max-width: 100%;
    background: #fafafa;
    border: 1px solid #d8d8d8;
}

input:focus, select:focus, textarea:focus, button:focus {
    outline: none;
}


label {
    position: relative;
    float: left;
    width: 200px;
}


/* TABEL */

/* TABLE */
table {
    display:table;
    margin: 0 0 30px 0;
    font-weight:400;
}
table tr {
    display:table-row;
}

table tr td:first-child {
    padding:0 10px 0 0;
}

table thead {
    padding: 0 0 30px 0;
}

table tr td {
    padding:0px 10px;
    display:table-cell;
}

table th {
    text-align:left;
    padding:0px 10px;
    display:table-cell;
}
table th:first-child {
    padding:0 10px 0 0;
}

/* GRAVITY FORMS */
.gform_wrapper {
    position: relative;
    float:left;
}
.gform_wrapper form {
    position:relative;
    float:left;
    width:100%;
}

.gform_wrapper .gform_heading {
    position:relative;
    float:left;
    width:100%;
}
.gform_wrapper .gform_body {
    position:relative;
    float:left;
    width:100%;
}


.gform_wrapper ul {
    position: relative;
    float: left;
    width:100%;
    margin: 0;
    list-style-type: none;
}

.gform_wrapper ul li {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
}

.gfield_label {
    position: relative;
    float: left;
    width:30%;
    padding-right:10px;
    line-height: 40px;
    font-weight: bold;
}

.gform_wrapper .ginput_container {
    position: relative;
    float: left;
    width:70%;
}
.gfield_required {
    color: red;
}


.ginput_container input {
    width: 100%;
}

.ginput_container textarea {
    width: 100%;
}

.gform_button {
    background-color: #41b52d !important;
    color: #fff;
    border: none;
    float: right;
    height: auto;
    padding: 10px;
    font-size: 15px;
    line-height: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

.gform_button:hover {
    background-color: #319b1f !important;
}

/* GRAVITY FORMS MELDINGEN */

.validation_error {
    position: relative;
    float: left;
    width: 100%;
    padding: 15px;
    background: #f36d33;
    color: #fff;
    margin: 0 0 20px 0;
}

.gfield--type-honeypot{
    display: none !important;
}

.gform_wrapper .validation_message.gfield_description {
    background-color: #f36d33;
    clear: both;
    color: #FFF;
    float: left;
    left: 30%;
    padding: 0px 10px;
    position: relative;
    margin: 14px 0 0 0;
    font-size: 12px;
    width: auto!important;
    margin-top: 10px;
}

.gform_wrapper .validation_message.gfield_description:before {
    border: solid transparent;
    border-color: rgba(255,255,255,0);
    border-bottom-color:#f36d33;
    border-width: 7px;
    bottom: 100%;
    content: " ";
    left: 50%;
    margin-left: -7px;
    pointer-events: none;
    position: absolute;
    height: 0;
    width: 0;
}


@media(max-width:767px){
    .gform_wrapper {
        position: relative;
        float: left;
        width: 100%;
        max-width:none;
    }

    .gform_wrapper ul {
        width: 100%;
    }

    .gfield_label {
        position: relative;
        float: left;
        width: 100%;
        min-width: auto;
    }

    .gform_wrapper .ginput_container {
        min-width: auto;
        width: 100%;
    }
}

@media(min-width:768px){

}

@media(min-width:992px){

}

@media(min-width:1200px){

}


/* KLEUREN */
.black {
    color: #373737;
}




/* TOPHEADER */
.top-header {
    position: relative;
    float: left;
    width: 100%;
    border-bottom:1px solid #dfdfdf;
}

.quick-contact {
    font-size: 13px;
    line-height: 13px;
    color: #616161;
    margin: 20px 0;
    text-transform: uppercase;
    font-weight: 600;
}

.usp {
    background: #f4f5f6;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
}
.usp ul {
    position: relative;
    float: left;
    width: 100%;
    margin: 20px 0;
    list-style-type: none;
}

.usp ul li {
    position: relative;
    float: left;

    margin: 0 18px 0 0;

    font-size: 12px;
    font-weight: 600;
    line-height: 13px;
    color: #373737;
    text-transform: uppercase;
}

.usp ul li:last-child {
    margin: 0;
}


.usp ul li i {
    position: relative;
    float: left;
    margin: 0 5px 0 0;
}

.top-menu {
    position: relative;
    float: left;
    font-size: 13px;
    line-height: 13px;
    color: #7b7b7b;
    text-transform: uppercase;
}

.top-menu ul {
    position: relative;
    float: left;
    width: 100%;
    margin: 20px 0;
    list-style-type: none;
}
.top-menu ul li {
    position: relative;
    float: right;
}

.top-menu ul li::before {
    position: relative;
    float: left;
    margin: 0 5px 0 0;
    font-family: 'FontAwesome';
    content: '\f007';
}

.top-menu a:link {
    color: #7b7b7b;
}

.top-menu a:visited {
    color: #7b7b7b;
}

.top-menu a:hover {
    color: #7b7b7b;
}

.top-menu a:active {
    color: #7b7b7b;
}



@media(max-width:767px){
    .quick-contact {
        font-size: 11px;
        line-height: 11px;
        margin: 10px 0;
    }
}

@media(min-width:768px){

}

@media(min-width:992px){
    .usp ul li {
        margin: 0 10px 0 0;
        font-size:10px;
        line-height:13px;
    }
}

@media(min-width:1200px){
    .usp ul li {
        margin: 0 6px 0 0;
        font-size:12px;
        line-height:13px;
    }
}






/* HEADER */

/* LOGO */
.logo {
    position: relative;
    float: left;
}

.logo img {
    margin: 65px 0;
}



@media(max-width:767px){
    .logo {
        text-align: center;
    }
    .logo img {
        margin: 10px 0 0 0;
        max-width: 220px;
    }
}
@media(min-width:768px){
    .logo img {
        margin: 20px 0 0 0;
    }
}
@media(min-width:992px){
    .logo img {
        margin: 65px 0 0 0;
    }
}
@media(min-width:1200px){

}


/* REVIEWS */
.klantbeoordelingen {
    position: relative;
    float: left;
    margin: 27px 0;
}
.klantbeoordelingen iframe {
    display: block;
    margin: 0 auto;
}

/* ZOEKBALK */
.header{
    z-index: 99999;
    height: 93px;
    display: inline;
}
.zoekbalk.changezindex{
    z-index: 99999 !important;
    top: 0px !important;
}


.zoekbalk {
    position: relative;
    float: left;
    margin: 61px 0;
}

.zoekbalk form {
    position: relative;
    float: left;
    width: 100%;
    font-style: italic;
}
.zoekbalk input {
    position: relative;
    float: left;
    width: 100%;
    height:45px;
    background: #fafafa;
    border: 1px solid #c9c9c9;
}

.zoekbalk button {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 40px;
    width: 40px;
    background: none;
    border: none;
    font-size: 18px;
    line-height: 17px;
    color: #727272;
    text-align: center;
    padding: 0;
}

.zoekbalk button:hover {
    color: #373737;
}


.zoekbalk button::before {
    content: '';
    border-left: 1px solid #c9c9c9;
    position: absolute;
    left: 0px;
    top: 7px;
    height: 26px;
}


@media(max-width:767px){
    .zoekbalk {
        margin: 0;
        padding: 10px !important;
        width: 100% !important;
        background-color: white;
    }

    .zoekbalk .aws-container .aws-search-form {
        height: 32px;
    }
}
@media(min-width:768px){
    .zoekbalk {
        margin: 20px 0;
    }
}
@media(min-width:992px){
    .zoekbalk {
        margin: 61px 0;
    }
}
@media(min-width:1200px){

}


/* NAVIGATIE */

.navigatie {
    position: relative !important;
    /*display: inline-block; WAAROM TOEGEVOERD?  */
    z-index: 9999;
    float: left;
    width: 100%;
    left:0px;
    background: #373737;
}

.navigatie.is-sticky {
    position: fixed !important;
}

.navigatie .menu-balk ul {
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
}
.navigatie .menu-balk ul li {
    float: left;
    list-style-type: none;
    font-size: 18px;
    line-height: 18px;

    font-weight: bold;
    text-transform: uppercase;
}

.navigatie .menu-balk ul li:first-child a {
    padding: 20px 20px 20px 0;
}

.navigatie .menu-balk ul li a {
    position: relative;
    float: left;
    padding: 20px;
}

.navigatie .menu-balk ul li a:link {
    color: #fff;
}
.navigatie .menu-balk ul li a:visited {
    color: #fff;
}
.navigatie .menu-balk ul li a:hover {
    color: #f36d33;
    text-decoration: none;
}
.navigatie .menu-balk ul li a:active {
    color: #f36d33;
    text-decoration: none;
}

.navigatie .menu-balk ul li .panel {
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    visibility: hidden;
    position: absolute;
    width: 100%;
    opacity: 0;
    z-index: 55;
    min-width: 200px;
    top: 59px;
    left: 0px;
    background-color: #fff;
    -webkit-box-shadow: 1px 0px 51px -10px rgba(0,0,0,0.59);
    -moz-box-shadow: 1px 0px 51px -10px rgba(0,0,0,0.59);
    box-shadow: 1px 0px 51px -10px rgba(0,0,0,0.59);

    /*
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    */
}

.navigatie .menu-balk ul li .panel .sub-menu-wrapper {
    width:760px;
    padding:10px;
}

.navigatie .menu-balk ul li:hover .panel {
    visibility: visible;
    opacity: 1;
}
.navigatie .menu-balk ul li ul {
    width:33.33%;
}

.navigatie .menu-balk ul li ul li {
    width:100%;
    font-size: 14px;
    line-height: 22px;
}

.navigatie .menu-balk ul li ul li a {
    width: 100%;
    padding: 10px 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform:none;

}

.navigatie .menu-balk ul li ul li:first-child a {
    padding: 10px 20px;
}

.navigatie .menu-balk ul li ul li a:link {
    color: #000;
}

.navigatie .menu-balk ul li ul li a:visited {
    color: #000;
}

.navigatie .menu-balk ul li ul li a:hover {
    color: #f36d33;
}

.navigatie .menu-balk ul li ul li a:active {
    color: #f36d33;
}


.navigatie .featured-image {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 150px;
    height: 150px;
    background-size: contain;
    background-color:#fff;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0px;
    border:5px solid #fff;
}

.navigatie .featured-text {
    color:#f36d33;
    position:relative;
    float:left;
    width:100%;
    font-size: 14px;
    line-height: 26px;
    min-height:56px;
    font-weight:400;
    text-transform:none;
    padding:0px 30px 30px 30px;
}



@media(max-width:767px){

}

@media(min-width:768px){

}

@media(min-width:992px){
    .navigatie .menu-balk ul li a {
        padding:20px 12px;
    }
    .navigatie .menu-balk ul li .panel .sub-menu-wrapper {
        width:613px;
        padding:10px;
    }
}

@media(min-width:1200px){
    .navigatie .menu-balk ul li a {
        padding:20px 20px;
    }
    .navigatie .menu-balk ul li .panel .sub-menu-wrapper {
        width:760px;
        padding:10px;
    }
}





/* MOBIEL MENU BUTTON */
.mobiel-menu-button a {
    position: relative;
    float: left;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 7px 10px;
    color: #fff;
    background-color: #494949;
    margin: 9px 0;

    width:40px;
    height:40px;
}

.mobiel-menu-button a .text {
    font-size: 7px;
    line-height: 8px;
    position: absolute;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
}

.mobiel-menu-button a:link {
    color: #fff;
}

.mobiel-menu-button a:visited {
    color: #fff;
}

.mobiel-menu-button a:hover {
    color: #fff;
}

.mobiel-menu-button a:active {
    color: #fff;
}

.mobiel-menu-button .stroke {
    position:relative;
    float:left;
    width:100%;
    background-color:#fff;
    height:3px;
    margin:0 0 3px 0;


    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.menu-open .mobiel-menu-button .stroke:nth-child(1) {
    -webkit-transform: rotate(-45deg) translate(-4px,4px);
    -moz-transform: rotate(-45deg) translate(-4px,4px);
    -ms-transform: rotate(-45deg) translate(-4px,4px);
    -o-transform: rotate(-45deg) translate(-4px,4px);
    transform: rotate(-45deg) translate(-4px,4px);
    margin-bottom: 2.5px;
}


.menu-open .mobiel-menu-button .stroke:nth-child(2) {
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
}

.menu-open .mobiel-menu-button .stroke:nth-child(3) {
    -webkit-transform: rotate(45deg) translate(-4px,-4px);
    -moz-transform: rotate(45deg) translate(-4px,-4px);
    -ms-transform: rotate(45deg) translate(-4px,-4px);
    -o-transform: rotate(45deg) translate(-4px,-4px);
    transform: rotate(45deg) translate(-4px,-4px);
    margin-bottom: 2.5px;
}


/* MOBIEL MENU */
.mobiel-menu {
    background-color: white;
    visibility: hidden;
    max-height: 0px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 0;
}

.menu-open .mobiel-menu {
    visibility: visible;
    opacity: 1;
    height: calc(100vh - 60px);
    position: relative;
    max-height: none;
    overflow-x: auto;
    padding: 15px;
}

.mobiel-menu ul {
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0 0 20px 0;
}
.mobiel-menu ul li {
    position: relative;
    float: left;
    width: 100%;
    list-style-type: none;
}

.mobiel-menu ul li:nth-child(8){
    padding-bottom: 50px;
}

.mobiel-menu ul li.doubletap a:after {
    position: relative;
    float: right;
    font-family: 'FontAwesome';
    content: '\f078';
}

.mobiel-menu ul li.doubletap ul li a:after{
    display: none;
}

.mobiel-menu ul li ul {
    padding: 0 0 0 20px;
}

.mobiel-menu a {
    position: relative;
    float: left;
    font-size: 14px;
    line-height: 40px;
    font-weight: bold;
    width: 100%;
    text-transform: capitalize;
    color: black;
    border-bottom: 1px solid #eeeeee;
}

.mobiel-menu a:link {
    color: #000;
}
.mobiel-menu a:visited {
    color: #000;
}
.mobiel-menu a:hover {
    color: #000;
}
.mobiel-menu a:active {
    color: #000;
}

.mobiel-menu {
    /* container */
}
.mobiel-menu > a {
    display: none;
}

.mobiel-menu li {
    position: relative;
}

/* first level */

.mobiel-menu > ul {
    height: 3.75em;
}

.mobiel-menu > ul > li {
    width: 25%;
    height: 100%;
    float: left;
}

/* second level */

.mobiel-menu li ul {
    display: none;
    position: absolute;
    top: 100%;
}

.mobiel-menu li:hover ul {
    display: block;
}

.mobiel-menu {
    position: relative;
}

.mobiel-menu > a {
    /* ... */
}

.mobiel-menu:not(:target) > a:first-of-type,
.mobiel-menu:target > a:last-of-type {
    display: block;
}

/* first level */

.mobiel-menu > ul {
    height: auto;
    display: none;
    position: absolute;
    left: 0;
    right: 0;
}

.mobiel-menu:target > ul {
    display: block;
}

.mobiel-menu > ul > li {
    width: 100%;
    float: none;
}

/* second level */

.mobiel-menu li ul {
    position: static;
}

/* MIJN ACCOUNT */
.my-account-bar {
    position: relative;
    float: right;
    margin-right: 20px;
}

.my-account-bar a {
    position: relative;
    float: left;
    line-height: 46px;
    font-size: 26px;
    color: #fff;
    height: 59px;
}

.my-account-bar a small {
    font-size: 9px;
    line-height: 12px;
    position: absolute;
    bottom: 6px;
    left: 50%;
    transform: translateX(-50%);
}


.my-account-bar a:link, .my-account-bar a:visited {
    color: #fff;
}

.my-account-bar a:visited, .my-account-bar a:hover {
    color:#f36d33;
}

.my-account-bar a span.account-indicator{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    top: 18px;
    right: -10px;
}

.my-account-bar a span.account-indicator svg{
    display: inline-block;
    position: relative;
    width: 10px;
    height: 10px;
}

.my-account-bar a span.account-indicator svg path{
    fill: #fff;
}

.my-account-bar a span.account-indicator.not-logged-in{
    background-color: red;
}

.my-account-bar a span.account-indicator.logged-in{
    background-color: green;
}

.my-tel-bar{
    position: relative;
    float: right;
    margin-right: 30px;
}

.my-tel-bar a{
    position: relative;
    float: left;
    line-height: 46px;
    font-size: 26px;
    color: #fff;
    height: 59px;
}

.my-tel-bar small{
    font-size: 9px;
    line-height: 12px;
    position: absolute;
    bottom: 6px;
    left: 50%;
    transform: translateX(-50%);
}

.my-tel-bar a:link, .my-tel-bar a:visited {
    color: #fff;
}

.my-tel-bar a:visited, .my-tel-bar a:hover {
    color:#f36d33;
}


/* WINKELWAGEN & OFFERTE AANVRAAG */

.mini-cart-wrap {
    position: relative;
    float: right;
    color: #fff;
    height: 59px;
    text-align: right;
}

.cart-contents {
    position: relative;
    float: right;
    line-height: 49px;
    font-size: 30px;
    color: #fff;
    height: 59px;
    margin: 0 0 0 15px;


}

.cart-contents small {
    font-size: 9px;
    line-height: 12px;
    position: absolute;
    bottom: 6px;
    left: 50%;
    transform: translateX(-50%);
}

.cart-contents:link {
    color: #fff;
}
.cart-contents:visited {
    color: #fff;
}
.cart-contents:hover {
    color:#f36d33;
}
.cart-contents:active {
    color:#f36d33;
}

.cart-contents i {
    position:relative;
    float:left;
    line-height:49px;

    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.cart-contents:hover i {
    color:#f36d33;
}


.cart-contents .count {
    position: absolute;
    top: 9px;
    right: 5px;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    background: #f36d33;
    text-align: center;
    width: 14px;
    height: 14px;
    color:#fff;
    z-index: 33;
}

.mini-cart-wrap .mini-cart {
    position:absolute;
    width:320px;
    visibility:hidden;
    opacity:0;
    right:0px;
    top:100%;
    background-color:#fff;
    border-right:1px solid #373737;
    border-bottom:1px solid #373737;
    border-left:1px solid #373737;
    z-index:444444;

    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.mini-cart-wrap:hover .mini-cart {
    visibility:visible;
    opacity:1;
    z-index:444444;
    background-color:#fff;
    border-right:1px solid #373737;
    border-bottom:1px solid #373737;
    border-left:1px solid #373737;
}

.mini-cart-wrap .mini-cart ul {
    position:relative;
    float:left;
    width:100%;
    margin:0;
    display:table;
    color: #373737;
    padding:20px;
}

.mini-cart-wrap .mini-cart ul li {
    position:relative;
    float:left;
    width:100%;
    margin:0 0 20px 0;
    display:table-row;
    z-index:33;
    color: #373737;
    text-align:center;
    vertical-align:middle;
    padding:0 0 10px 0;
    border-bottom:1px solid #373737;
}
.mini-cart-wrap .mini-cart ul li:last-child {
    margin:0;
}
.mini-cart-wrap .mini-cart ul li img {
    width:50px;
    height:50px;
}


.mini-cart-wrap .mini-cart ul li a {
    display:table-cell;
    font-size:14px;
    line-height:0px;
    vertical-align: middle;
    text-align:left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 250px;
}

.mini-cart-wrap .mini-cart ul li a.product-title-wrap {
    padding-left:15px;
}

.mini-cart-wrap .mini-cart ul li a.remove {
    padding: 0 15px 0 0px;
    font-size:20px;
    line-height:20px;
    text-decoration:none;
}
.mini-cart-wrap .mini-cart ul li a.remove:link {
    color:#bb4646;
}
.mini-cart-wrap .mini-cart ul li a.remove:visited {
    color:#bb4646;
}
.mini-cart-wrap .mini-cart ul li a.remove:hover {
    color:#9c3030;
}
.mini-cart-wrap .mini-cart ul li a.remove:hover {
    color:#9c3030;
}

.mini-cart-wrap .mini-cart ul li a img {
    margin:0 15px 0px 0;
}

.mini-cart-wrap .mini-cart ul li .quantity {
    display:table-cell;
    float:right;
    width:auto;
    vertical-align:center;
    margin:0;
}
.mini-cart-wrap .mini-cart ul li .quantity::before {
    display:none;
}

.mini-cart-wrap .mini-cart ul li .variation {
    position:relative;
    float:left;
    width:100%;
    text-align:left;
    font-size:11px;
    line-height:12px;
    margin: 10px 0 0 0;
}

.mini-cart-wrap .mini-cart ul li .variation p {
    margin:0 0 5px 0;
}

.mini-cart-wrap .mini-cart ul li .variation dt {
    font-weight:bold;
}

.mini-cart-wrap .mini-cart ul li .product-title {
    text-align:left;
    line-height:20px;
}

.mini-cart-wrap .total {
    position:relative;
    float:left;
    width:100%;
    padding:0 15px;
    color:#000;
}

.mini-cart-wrap .buttons {
    position:relative;
    float:left;
    width:100%;
    padding:0 15px 15px 15px;
}

.mini-cart-wrap .mini-cart ul li a.tm-cart-edit-options {
    display:none;
}
.button-grey {
    color:#fff;
    background-color: #cccccc;
}

.button-grey:link {
    background-color: #cccccc;
}
.button-grey:visited {
    background-color: #cccccc;
}
.button-grey:hover {
    background-color: #bcbcbc;
}
.button-grey:active {
    background-color: #bcbcbc;
}
.mini-cart-wrap .checkout:link {
    background-color: #41b52d;
}
.mini-cart-wrap .checkout:visited {
    background-color: #41b52d;
}
.mini-cart-wrap .checkout:hover {
    background-color: #319b1f;
}
.mini-cart-wrap .checkout:active {
    background-color: #319b1f;
}

@media(max-width:767px){
    .mini-cart-wrap .mini-cart {
        display:none;
    }
}

@media(min-width:768px){
    .mini-cart-wrap .mini-cart {
        display:none;
    }
}

@media(min-width:992px){
    .mini-cart-wrap .mini-cart {
        display:block;
    }
}

@media(min-width:1200px){

}

/* OFFERTE ICON */

#offertelink {
    position:relative;
    float:right;
    line-height:59px;
    height: 59px;
    margin-right: 10px;
    color:#fff;
}

#offertelink small {
    font-size: 9px;
    line-height: 12px;
    position: absolute;
    bottom: 6px;
    left: 50%;
    transform: translateX(-50%);
}

#offertelink:link {
    color:#fff;
}

#offertelink:visited {
    color:#fff;
}

#offertelink:hover {
    color:#f36d33;
}

#offertelink:active {
    color:#f36d33;
}

#offertelink i {
    position:relative;
    float:left;
    font-size:29px;
    line-height: 49px;
    color:#fff;

    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

#offertelink:hover i {
    color:#f36d33;
}

#offertelink .count {
    position: absolute;
    top: 16px;
    left: -5px;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    background: #f36d33;
    text-align: center;
    color:#fff;
    width: 14px;
    height: 14px;
    z-index: 33;
}



/* HOMEPAGE BANNERS */
.banners {
    position: relative;
    float: left;
    width: 100%;
    margin: 30px 0 0 0;
}

.banner-groot {
    position: relative;
    float: left;
    width: 100%;
    height: 490px;
    margin: 0 0 30px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.banner-groot:hover {
    -webkit-box-shadow: 0px 0px 21px -5px rgba(0,0,0,0.53);
    -moz-box-shadow: 0px 0px 21px -5px rgba(0,0,0,0.53);
    box-shadow: 0px 0px 21px -5px rgba(0,0,0,0.53);
}

.banner-groot .caption {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    background-color: #f36d33;
    color: #fff;
}
.banner-groot .text {
    position: relative;
    float: left;
    padding:20px 180px 20px 20px;
}

.banner-groot h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
}

.banner-groot h2 {
    margin: 0;
    font-size: 30px;
    line-height: 34px;
}
.banner-groot .prijs {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    background-color: #373737;
    font-size: 39px;
    line-height: 96px;
    font-weight: 800;
    padding: 0 20px;
}


@media(max-width:767px){
    .banner-groot {
        background-position: top center;
    }

    .banner-groot .text {
        padding:20px;
    }

    .banner-groot h2 {
        font-size:20px;
        line-height:24px;
    }

    .banner-groot .prijs {
        position: relative;
        float: left;
        width: 100%;
        text-align: center;
    }
}
@media(min-width:768px){

}
@media(min-width:992px){

}
@media(min-width:1200px){

}



.banner-klein {
    position: relative;
    float: left;
    width: 100%;
    height: 230px;
    background-size: contain;
    background-position:center;
    background-repeat: no-repeat;
    margin: 0 0 30px 0;
}


.banner-klein h2 {
    position: absolute;
    bottom: 0px;
    width: 100%;
    color: #fff;
    left: 0px;
    margin: 0;
    padding: 15px;
    font-size: 21px;
    font-weight: bold;
    line-height: 24px;
    background:rgba(0,0,0,0.45);
}

.banner-klein:hover {
    -webkit-box-shadow: 0px 0px 21px -5px rgba(0,0,0,0.53);
    -moz-box-shadow: 0px 0px 21px -5px rgba(0,0,0,0.53);
    box-shadow: 0px 0px 21px -5px rgba(0,0,0,0.53);
}





/* TOPPERS */
.toppers {
    position: relative;
    float: left;
    width: 100%;
    background-color: #f4f5f6;
    padding: 30px 0;
}


.toppers h2 {
    text-align: center;
    color: #f36d33;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    font-size:18px;
    line-height:32px;
    text-align:center;
    z-index: 9999;
}
.bx-wrapper .bx-controls-direction a:link {
    background-color:#373737;
    color:#fff;
}

.bx-wrapper .bx-controls-direction a:visited {
    background-color:#373737;
    color:#fff;
}

.bx-wrapper .bx-controls-direction a:hover {
    background-color:#373737;
    color:#fff;
}

.bx-wrapper .bx-controls-direction a:active {
    background-color:#373737;
    color:#fff;
}


.bx-wrapper .bx-next {
    right:-10px;
}
.bx-wrapper .bx-prev {
    left:-10px;
}
@media(max-width:767px){

    .toppers .products {
    }

    .bx-wrapper .bx-next {
        right:15px;
    }
    .bx-wrapper .bx-prev {
        left:15px;
    }
}

@media(min-width:768px){

}

@media(min-width:992px){

}

@media(min-width:1200px){

}




.toppers .products li {
    position: relative;
    float: left;
    background: #fff;
    width: 23%;
    margin: 0 2.6% 40px 0;
}

.toppers .products li:nth-child(3n+3) {
    margin: 0 2.6% 40px 0;
}
.toppers .products li:nth-child(4n+4) {
    margin: 0 0% 40px 0;
}



@media(max-width:767px){
    .toppers .products li {
        width: 100%;
        margin: 0 0 40px 0;
    }
    .toppers .products li:nth-child(3n+3) {
        margin: 0 0 40px 0;
    }
}
@media(min-width:768px){

}
@media(min-width:992px){

}
@media(min-width:1200px){

}



/* INTRO */
.intro {
    position: relative;
    float: left;
    width: 100%;
    padding: 30px 0;
}

.intro h2 {
    text-align: center;
    color: #f36d33;
}

.intro p {
    text-align: center;
}
.intro ul {
    margin: 0 0 20px 0;
}
.intro ul li {
    list-style-type: none;
    text-align: center;
    font-weight: bold;
    color: #f36d33;
}




/* BROODKRUIMELPAD */

.broodkruimel {
    position: relative;
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
    font-size: 13px;
    line-height: 18px;
}

.broodkruimel p {
    margin: 0 0 15px 0;
}

.broodkruimel a:link {
    color: #979797;
}
.broodkruimel a:visited {
    color: #979797;
}

.broodkruimel a:hover {
    color: #979797;
}

.broodkruimel a:active {
    color: #979797;
}

.productarchief {
    position: relative;
    float: left;
    width: 100%;
}



/* Zijbalk */
.zijbalk {
    position: relative;
    float: left;
    width: 100%;
    padding: 10px;
    margin: 0 0 30px 0;
    background: #f7f7f7;
}

.zijbalk h4 {
    margin: 0 0 10px 0;
}


.zijbalk ul {
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
}

.zijbalk .widget {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 15px;
}
.zijbalk ul {
    margin: 0 0 0 0;
}
.zijbalk ul li {
    list-style-type: none;
}

.zijbalk a {

}

.berocket_aapf_widget .berocket_label_widgets {
    padding-left:1em;
    width:90%;
}

.berocket_aapf_widget-title_div .berocket_aapf_description{
    padding-right: 35px;
}


/* Titel en Ordering */
.titel-ordering {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 25px 0;
}

.titel-ordering .page-title {
    position: relative;
    float: left;
    width:100%;
    margin: 0 0 20px 0;;
    line-height: 40px;
}



/* WooCommerce Resultaten en Sorteren op */

.sorteren {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    float:left;
    width:100%;
    margin:0 0 20px 0;
}

.woocommerce-result-count {
    position: relative;
    float: left;
    margin:9px 0;
}
.woocommerce-ordering {
    position: relative;
    float: right;
}

.woocommerce-order-details{
    margin-top: 60px;
}

.woocommerce-order-details header h2{
    position: relative;
    display: block;
    width: 100%;
}
.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received, .woocommerce-order-received .col-xs-5 h3{
    font-size: 22px;
    line-height: 44px;
    font-weight: 700;
    text-transform: none;
}

.woocommerce-order-received .col-xs-7{
    padding-right: 80px;
}

@media(max-width:767px){


    form.extra-order-fields-form{
        margin-bottom: 20px;
    }

    .woocommerce-order-details{
        margin-top: 20px;
    }
    .woocommerce-order-received .col-xs-5{
        width: 100%;
    }
    .woocommerce-order-received .col-xs-7{
        width: 100%;
        padding-right: 15px;
    }


    .broodkruimel {
        font-size: 10px;
        line-height: 14px;
    }

    .sorteren {
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        position: relative;
    }
    .woocommerce-result-count{
        order: 1;
        float: right;
        max-width: 50%;
        flex: 0 0 50%;
    }
    .woocommerce-ordering{
        width: 100%;
        order: 2;
    }
    .woocommerce-ordering select{
        width: 100%;
    }
    .titel-ordering .page-title{
        font-size: 22px;
        line-height: 28px;
    }
}

/* PRODUCTEN LOOP */
.products {
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
}

.banner-between-products{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 100%;
    margin-top: 0;
    margin-bottom: 30px;
    padding: 15px;
    background: #f4f5f6;
}

.banner-between-products .left-col{
    flex: 0 0 50%;
    max-width: 50%;
}

.banner-between-products .right-col{
    flex: 0 0 50%;
    max-width: 50%;
}

.banner-between-products .left-col span.title{
    display: inline-block;
    position: relative;
    width: 100%;
    font-weight: 700;
}

.banner-between-products .left-col span.subtitle{
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.banner-between-products .left-col ul.usps{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    list-style: none;
    margin-left: 0;
}

.banner-between-products .left-col ul.usps li{
    display: inline-block;
    position: relative;
    width: 100%;
}

.banner-between-products .left-col a.button{
    display: inline-block;
    position: relative;
}


.banner-between-products .right-col{
    flex: 0 0 50%;
    max-width: 50%;

    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    width: 100%;
}

.banner-between-products .right-col img{
    display: inline-block;
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-position: center center;
    object-fit: cover;
}

.banner-between-products .right-col .content-holder{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    padding-left: 20px;
}

.banner-between-products .right-col .content-holder span.text{
    display: inline-block;
    position: relative;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
}

.banner-between-products .right-col .content-holder a.button{
    display: inline-block;
    position: relative;
    background-color: #fff;
    text-align: center;
    border: 1px solid #f36d33;
    border-radius: 4px;
    color: #000;
    font-size: 13px;
    line-height: 15px;
    font-weight: 400;
    text-transform: none;
    padding: 10px 15px;
}

.banner-between-products .right-col .content-holder a.button:hover{
    background-color: #f4f5f6;
    color: #000;
}

@media(max-width:767px){
    .banner-between-products{
        flex-wrap: wrap;
    }
    .banner-between-products .left-col {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .banner-between-products .right-col {
        flex: 0 0 100%;
        max-width: 100%;
    }
}


.products li.product {
    position: relative;
    vertical-align:top;
    display:inline-block;
    width:31%;
    margin: 0 3% 30px 0;
    list-style-type: none;
    border: 1px solid #e2e2e2;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.products li.product:hover {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.35);
}

.products li h2 {
    position: relative;
    float: left;
    width: 100%;
    color: #373737;
    text-align: center;
    font-size: 15px;
    line-height: 22px;
    min-height: 66px;
    margin: 10px 0 10px 0;
}

.products li .price {
    position: relative;
    display:inline-block;
    vertical-align:middle;
    text-align: left;
    font-size: 20px;
    line-height: 20px;
    color: #373737;
    font-weight: bold;
    margin:9px 0;
}


.products .price .groen {
    color:#11e202;
}


.products .price .woocommerce-Price-currencySymbol {
    display:none;
}


.products .price del {
    font-size: 13px;
    line-height: 13px;
    color: #909090;
    margin-right:2px;
}

.products .price ins {
    text-decoration:none;
}

.products .product-footer {
    position:relative;
    float:left;
    width:100%;
}

.products .product-footer a {
    position:relative;
    float:left;
    width:100%;
    padding:10px;
}

.products .product-footer .show-button {
    display:inline-block;
    width:40px;
    height:40px;
    float:right;
    border-radius:5px;
    color:#fff;
    background-color: #f36d33;
    text-align:center;
    line-height:40px;

    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;

}

.products .product-footer .show-button:hover {
    background-color: #d85b24;
}


.products .price small {
    font-size:50%;
}


.products li a:link {
    text-decoration: none;
}

.products li a:link {
    text-decoration: none;
}

.products li .image-link {
    position: relative;
    float: left;
    width: 100%;
    padding: 10px 10px 0px 10px;
}

.products li .product-image img {
    display:none;
}

.products li .product-image {
    position:relative;
    float:left;
    width:100%;
    height:270px;
    background-size:contain;
    background-position:center center;
    background-repeat:no-repeat;
}


.products li .product-image .product-label {
    position:absolute;
    top:0px;
    left:0px;
    background-color:#f36d33;
    color:#fff;
    text-transform:uppercase;
    font-weight:bold;
    padding:5px;
    font-size:14px;
    line-height:14px;
}


.products li .opsomming {
    position:relative;
    float:left;
    width:100%;
    margin:0 0 10px 0;
}

.products li .opsomming ul {
    position:relative;
    float:left;
    width:100%;
    margin:0;
    padding-left:0px;
    margin:0 0 10px 0;
}

.products li .opsomming ul li {
    position:relative;
    float:left;
    width:100%;
    list-style-type:disc;
    font-size:11px;
    line-height:16px;
    margin:0 0 5px 0;
    color: #373737;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left:20px;
}

.products li .opsomming ul li::before {
    position:absolute;
    left:0px;
    width:20px;
    height:20px;
    content:'\2022';
    text-align:center;
    font-size:18px;
    line-height:16px;
}


.products li .opsomming ul li:last-child {
    margin:0;
}


.products li .more-info {
    position: relative;
    float: left;
    width: 50%;
    font-size: 14px;
    padding: 15px 0;
    line-height: 14px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #373737;
    text-align: center;
}

.products li .more-info:link {
    color: #fff;
    background-color: #373737;
}

.products li .more-info:visited {
    color: #fff;
    background-color: #373737;
}

.products li .more-info:hover {
    color: #fff;
    background-color: #252525;
}

.products li .more-info:active {
    color: #fff;
    background-color: #252525;
}

.products li .button {
    position: relative;
    float: right;
    width: 50%;
    font-size: 14px;
    padding: 15px 0;
    line-height: 14px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #f36d33;
    text-align: center;
}
.products li .button:link {
    color: #fff;
    background-color: #f36d33;
}
.products li .button:visited {
    color: #fff;
    background-color: #f36d33;
}
.products li .button:hover {
    color: #fff;
    background-color: #d85b24;
}
.products li .button:active {
    color: #fff;
    background-color: #d85b24;
}

.products li .added_to_cart {
    display: none;
}


@media(max-width:767px){
    .products li.product {
        position:relative;
        float:left;
        width:100%;
    }

    .products li h2{
        line-height: 20px;
        min-height: 40px;
        margin-bottom: 0;
    }

    .products li.product .price {
        font-size: 22px;
        line-height: 24px;
    }

    .products li .opsomming{
        margin: 0;
    }

    .products li .opsomming ul li{
        font-size: 14px;
        line-height: 18px;
    }
}

@media(min-width:768px) and (max-width:991px){
    .products li.product {
        width:48%;
    }
    .products li:nth-child(2n+2) {
        margin: 0 0 30px 0;
    }
}

@media(min-width:992px) and (max-width:1199px){
    .products li.product {
        width:31%;
    }
    .products li.product:nth-of-type(3n+3) {
        margin: 0 0 30px 0;
    }
}

@media(min-width:1200px){
    .products li.product:nth-of-type(3n+3) {
        margin: 0 0 30px 0;
    }
	.cross-sells .products li.product {
        width:22%;
    }
}


/* SALE BADGE loop */
ul.products .onsale {
    position: absolute;
    background-color: #00b900;
    color: #fff;
    top:0px;;
    right:0px;
    font-size: 14px;
    line-height: 14px;
    padding: 5px;
    text-align: center;
    font-weight:bold;
    text-transform:uppercase;
    z-index: 3;
}

.single-product .onsale {
    position:relative;
    float:left;
    font-style:italic;
    margin-left:10px;
    line-height:25px;
    color:#00b900;
}

/* WooCommerce Pagination */
.woocommerce-pagination {
    position: relative;
    float: left;
    width:100%;
    background: #f4f5f6;
    padding: 10px;
    margin: 0 0 40px 0;
}

.woocommerce-pagination ul {
    position: relative;
    float: right;
    margin: 0;
}
.woocommerce-pagination ul li {
    position: relative;
    float: left;
    list-style-type: none;
    padding: 0 8px;
    font-size: 17px;
    line-height: 17px;
    font-weight: bold;
}


/* Term Description */
.term-description {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
}


/* FOOTER */


/* BETAALMOGELIJKHEDEN */
.betaalmethoden {
    position: relative;
    float: left;
    width: 100%;
    background: #f4f5f6;
    padding: 30px 0;
    border-top:1px solid #e2e2e2;
}
.betaalmethoden img {
    display: block;
    margin: 0 auto;
}

/* NIEUWSBRIEF */
.nieuwsbrief {
    position: relative;
    float: left;
    width:100%;
    background: #373737;
    color: #fff;
}
.nieuwsbrief h3 {
    font-size: 25px;
    line-height: 30px;
    color: #f36d33;
    margin: 0 0 0px 0;
}
.sale-alert {
    padding: 30px 15px;
}
.sale-alert p {
    margin: 0;
}

@media(max-width:767px){
    .sale-alert {
        padding: 30px 15px 0px 15px;
    }
}

@media(min-width:768px){}

@media(min-width:992px){}

@media(min-width:1200px){}







.nieuwsbrief .gform_wrapper {
    position: relative;
    float: left;
    width: 100%;
    margin: 23px 0;
}

.nieuwsbrief .gfield_label {
    display: none;
}

.nieuwsbrief ul {
    margin: 0;
    width: 100%;
    max-width: auto;
}
.nieuwsbrief ul li {
    margin: 0;
}

.nieuwsbrief .validation_error {
    display: none;
}

.nieuwsbrief .ginput_container {
    min-width: auto;
    width: 100%;
}

.nieuwsbrief input[type=email] {
    width: 100%;
    background: #2e2e2e;
    border:1px solid #454545;
    color: #a7a7a7;
    height: 66px;
}

.nieuwsbrief .gform_wrapper .validation_message.gfield_description {
    left: 0px;
}


.nieuwsbrief .gform_button {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    height:56px;
    border-bottom: 2px solid #bf3c04;
    padding: 0px 20px;
    background: #f36d33 !important;
}
.nieuwsbrief .gform_button:hover {
    background-color: #d85b24;
}

.usp-nieuwsbrief {
    position:relative;
    float:left;
    width:100%;
    margin:0 0 20px 0;
}

.usp-nieuwsbrief ul {
    position:relative;
    float:left;
    width:100%;
}
.usp-nieuwsbrief ul li {
    position:relative;
    float:left;
    list-style-type:none;
    margin-right:20px;
}
.usp-nieuwsbrief ul li i {
    color: #2eb509;
}

/* FOOTER */
.footer {
    position: relative;
    float: left;
    width: 100%;
    background: #2e2e2e;
    font-size: 14px;
    line-height: 28px;
    color: #fff;

}
.footer h5 {
    color: #f36d33;
    font-size: 18px;
}



.footer .widget {
    position: relative;
    float: left;
    margin: 50px 0;
}

.footer ul {
    position: relative;
    float: left;
    margin: 0;
}
.footer ul li {
    position: relative;
    float: left;
    width: 100%;
    list-style-type: none;
    text-transform: uppercase;
}

.footer ul li a {
    position: relative;
    float: left;
    width: 100%;
}

.footer a {
    color: #fff;
}
.footer a:link {
    color: #fff;
}
.footer a:visited {
    color: #fff;
}
.footer a:hover {
    color: #fff;
}
.footer a:active {
    color: #fff;
}

.footer .copyright {
    color: #888888;
    font-size: 13px;
    line-height: 21px;
    text-transform: uppercase;
    margin: 0 0 30px 0;
    text-align:right;
}
.footer .copyright a {
    color: #888888;
    font-weight: 600;
}

.footer .reviews-footer {
    color: #888888;
}
.footer .reviews-footer a {
    color: #888888;
    font-weight: 600;
}


@media(max-width:767px){
    .footer .widget {
        margin: 20px 0;
    }
}
@media(min-width:768px){
    .footer .widget {
        margin: 20px 0;
    }
}
@media(min-width:992px){
    .footer .widget {
        margin: 20px 0;
    }
}
@media(min-width:1200px){
    .footer .widget {
        margin: 50px 0;
    }
}



/* PAGE.PHP */
.pagina-content {
    position: relative;
    float: left;
    width: 100%;
    margin:0 0 30px 0;
}

.pagina-content article{
    display: inline-block;
    position: relative;
    width: 100%;
}

/* WOOCOMMERCE MELDINGEN */
.woocommerce-message {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 20px;
    background: #f6f6f6;
}

.woocommerce-message .button {
    position: relative;
    float: left;
    margin: 0 20px 0 0;
}

.woocommerce-message .button:link {
    color: #fff;
    text-decoration: none;
}
.woocommerce-message .button:visited {
    color: #fff;
    text-decoration: none;
}
.woocommerce-message .button:hover {
    color: #fff;
    text-decoration: none;
}
.woocommerce-message .button:active {
    color: #fff;
    text-decoration: none;
}

.woocommerce-error {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 20px;
    background: #f36d33;

}
.woocommerce-error li {
    color: #fff;
    margin: 0 0 10px 0;
    list-style: none;
    font-size: 14px;
    line-height: 14px;
}
.woocommerce-error li:last-child {
    margin: 0px;
}

.woocommerce-info {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 20px;
    background: #f6f6f6;
}


.woocommerce-info .button {
    position: relative;
    float: left;
    margin: 0 20px 0 0;
}

/* WOOCOMMERCE CART */

.cart-empty {
    position: relative;
    float: left;
    width: 100%;
}

.return-to-shop {
    position: relative;
    float: left;
    width: 100%;
}
.return-to-shop a {
    position: relative;
    float: left;
}


.shop_table {
    position: relative;
    float:left;
    width: 100%;
    display: table;
}
.shop_table thead {
    padding: 0 0 10px 0;
    border-bottom: 1px solid #c0c0c0;
}

.shop_table th {
    text-align: left;
    vertical-align: middle;
    padding: 0 30px 0 0;
}

.shop_table td {
    vertical-align: middle;
    padding: 10px 0px;
}

.shop_table tr td:first-child {
    padding: 10px 0px;
}

.shop_table tr {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #c0c0c0;
}

.shop_table tbody tr:last-child {
    border: none;
}

.shop_table .woocommerce-shipping-destination {
    display:none;
}

ul#shipping_method {
    margin:0;
    list-style-type:none;
}

ul#shipping_method label {
    width:auto;
    font-weight: bold;
}

.shop_table .qty {
    width: 60px;
    padding: 0 0 0 15px;
    height: 45px;
}

.shop_table .cart_item .variation {
    font-size:11px;
    line-height:12px;
}
.shop_table .cart_item .variation p {
    margin:0 0 7px 0;
}

.coupon {
    position: relative;
    display: inline-block;
    height: 50px;
    float: left;
    width: 100%;
    /* display: none !important; */
}
.coupon label {
    display: flex;
    align-items: center;
    font-weight: bold;
    line-height: 45px;
}

.coupon label input{
    margin-right: 10px;
}

.cart-coupon-holder{
    display: none;
    margin-bottom: -25px;
    position: relative;
    width: auto;
    margin-left: 195px;
}

#coupon_code_input{
    cursor: pointer;
}

@media(max-width:767px){
    .cart-coupon-holder{
        margin-left: 0;
        margin-bottom: 0;
        margin-top: 50px;
    }
    .cart-coupon-holder .button{
        width: 100%;
    }
    .shop_table .coupon{
        height: 100%;
    }
    #coupon_code_input{
        width: 100%;
    }
}


input[name=coupon_code] {
    margin: 0 20px 0 0;
    height: 45px;
}


input[name=update_cart] {
    position: relative;
    float: right;
}

.product-remove a {
    background: #bb4646;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    padding: 3px 10px;
}

.product-remove a:link {
    background: #bb4646;
    color: #fff;
    text-decoration: none;
}

.product-remove a:visited {
    background: #bb4646;
    color: #fff;
    text-decoration: none;
}

.product-remove a:hover {
    background: #9c3030;
    color: #fff;
    text-decoration: none;
}

.product-remove a:active {
    background: #9c3030;
    color: #fff;
    text-decoration: none;
}


.cart-collaterals {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 30px 0;
}

.cart-collaterals h2 {
 
}

.wc-proceed-to-checkout {
    position: relative;
    float: left;
    width: 100%;
    margin: 20px 0;
}

.button-top-cart {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 30px 0;
}

.checkout-button {
    position: relative;
    float: right;
}

.checkout-button:link {
    color: #fff;
    background: #41b52d;
}

.checkout-button:visited {
    color: #fff;
    background: #41b52d;
}
.checkout-button:hover {
    color: #fff;
    background: #319b1f;
}
.checkout-button:active {
    color: #fff;
    background: #319b1f;
}






@media(max-width:767px){
    .shop_table .product-thumbnail {
        display: none;
    }
    .shop_table tr {
        font-size: 12px;
        line-height: 14px;
    }
    .shop_table .qty {
        width: 40px;
        padding: 0 5px;
    }
    .product-remove a {
        padding: 0 0px !important;
        background: none !important;
        color: #bb4646 !important;
    }
    .shop_table .coupon {
        position: relative;
        float: left;
        width: 100%;
        margin: 0px !important;
    }
    input[name=update_cart] {
        float: right !important;
    }
    input[name=coupon_code] {
        position: relative;
        float: left;
        width: 100%;
        margin: 0;
        margin: 0 0 20px 0 !important
    }
    input[name=apply_coupon] {
        float: right;
        margin: 0 0 20px 0;
    }

    .shop_table p {
        font-size:12px;
        line-height:14px;
    }

    .woocommerce .shop_table .quantity {
        overflow:hidden;
    }

}
@media(min-width:768px){
    .coupon label {
        min-width: 100px;
    }
    input[name=update_cart] {
        float: right !important;
        margin: 20px 0 0 0 ;
    }
}
@media(min-width:992px){
    input[name=update_cart] {
        margin: 0;
    }
}
@media(min-width:1200px){

}



/* WOOCOMMERCE GENERAL */

.button {
    font-size: 15px;
    line-height: 15px;
    background: #00B900;
    outline: none;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    border: none;
    height: auto;
    padding: 15px 20px;
}


.product_meta {
    display: none;
}


/* WOOCOMMERCE LOGIN PAGE */

.form-row {
    position: relative;
    float:left;
    width: 100%;
    margin: 0 0 7.5px 0;
}

.form-row label {
    width:100%;
}

.form-row input[type=text], .form-row select, .form-row textarea, .form-row input[type=tel], .form-row input[type=email], .form-row input[type=password]  {
    width:100%;
}

.form-row-first {
    width: 50%;
    padding-right: 10px;
    margin: 0 0 7.5px 0;
}

.form-row-half-first {
    width: 50%;
    padding-right: 10px;
    margin: 0 0 7.5px 0;
}

.form-row-last {
    width: 50%;
    padding-left: 10px;
    clear: right;
    margin: 0 0 7.5px 0;
}

.form-row-half-last {
    float: right;
    width: 50%;
    padding-left: 10px;
    clear: right;
    margin: 0 0 7.5px 0;
}

.form-row#billing_house_number_field{
    width: 25%;
    padding-right: 0;
    padding-left: 10px;
}

.form-row#billing_house_number_suffix_field{
    width: 25%;
}

.form-row#billing_house_number_field input{
    padding: 0 5px;
}

@media(max-width:767px){
    .form-row-first, .form-row-last {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .form-row-half-first, .form-row-half-last {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .form-row#billing_house_number_field{
        width: 50%;
        padding-left: 0;
        padding-right: 5px;
    }

    .form-row#billing_house_number_field input{
        width: 100%;
    }

    .form-row#billing_house_number_suffix_field{
        width: 50%;
        padding-left: 5px;
    }
}

/* CHECKOUT PAGE */

#customer_details {
    position: relative;
    float: left;
    width: 750px;
}

.woocommerce-billing-fields {
    position: relative;
    float: left;
    width: 750px;
}

.woocommerce-shipping-fields {
    position: relative;
    float: left;
    width: 750px;
}

.woocommerce-checkout-review-order {
    position: relative;
    float: left;
    width: 390px;
}

#ship-to-different-address {
    width:100%;
    margin:15px 0;
}

#ship-to-different-address label {
    position: relative;
    float: left;
    width:auto;
    font-size: 16px;
    line-height: 20px;
}

.wc_payment_methods {
    position: relative;
    float: left;
    width: 100%;
    margin: 20px 0 20px 0;
    padding: 0;
}
.wc_payment_methods li {
    position: relative;
    float: left;
    width: 100%;
    list-style: none;
    padding: 5px 0px;
    border-bottom: 1px solid #c0c0c0;
}
.payment_box {
    position: relative;
    float: left;
    width: 100%;
    padding: 15px;
    background: #f6f6f6;
    margin: 10px 0px;
}
.payment_box p {
    font-size: 12px;
}

.payment_box p:last-child {
    margin: 0;
}

.input-radio {
    position: relative;
    float: left;
    margin: 5px 7px 5px 0;
    height: 15px;
}
.place-order {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

#place_order {
    position: relative;
    float: left;
    width:100%;
    color: #fff;
    background: #41b52d;
}
#place_order:hover {
    color: #fff;
    background: #319b1f;
}

.woocommerce-checkout {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 50px 0;
}


@media(max-width:767px){
    #customer_details {
        width: 100%;
    }
    #customer_details label {
        position: relative;
        float: left;
        width: 100%;
        min-width: auto;
    }
    .woocommerce-checkout-review-order {
        position: relative;
        float: left;
        width: 100%;
    }
    .woocommerce-shipping-fields {
        position: relative;
        float: left;
        width: 100%;
    }
    .woocommerce-billing-fields {
        position: relative;
        float: left;
        width: 100%;
    }
    input[name=billing_address_2] {
        margin-left: 0px;
    }

    input[name=shipping_address_2] {
        margin-left: 0px;
    }
    #order_comments {
        width: 100%;
    }
    .wc_payment_method label {
        min-width: auto;
    }
}

@media(min-width:768px){
    h3#order-review-heading {
        position: relative;
        float: left;
        width: 100%;
    }
    .woocommerce-checkout-review-order {
        width: 100%;
    }
    .woocommerce-shipping-fields{
        position: relative;
        float: left;
        width: 100%;
    }
    .woocommerce-billing-fields {
        position: relative;
        float: left;
        width: 100%;
    }
    .woocommerce-shipping-fields h3 {
        position: relative;
        float: left;
    }
    #customer_details {
        width: 100%;
    }
}

@media(min-width:992px){
    h3#order_review_heading {
        position: relative;
        float: left;
        width: 100%;
    }
    .woocommerce-checkout-review-order {
        width: 100%;
    }
}
@media(min-width:1200px){
    h3#order_review_heading {
        width: 390px;
    }
    .woocommerce-checkout-review-order {
        width: 390px;
    }
    #customer_details {
        width: 750px;
        padding-right:30px;
    }
}

.tm-extra-product-options .tc-epo-label{
    width: 230px !important;
    padding-right: 0;
    line-height: 17px;
}

.tm-extra-product-options .tc-field-label-wrap, .tm-extra-product-options .tm-epo-field-label{
    gap: unset !important;
}


/* WooCommerce Single Product Pagina */


.single-product p.price {
    position:relative;
    float:left;
    font-size: 21px;
    font-weight: bold;
    color: #000;
    margin: 0 0 5px 0;
}

.single-product p.price del {
    margin-right:2px;
    color: #000;
    font-size:24px;
    font-weight:bold;
}

.single-product p.price ins {
    text-decoration:none;
}

.single-product p.price-with-tax {
    position:relative;
    float:left;
    width:100%;
    font-size: 12px;
    color: #818181;
}

.single-product p.price-with-tax del {
    margin-right:2px;
    margin-left:2px;
    font-size:10px;
    font-weight:400;
}


.single-product .woocommerce-price-suffix {
    font-size: 18px;
    font-weight: 400;
}

.single-product .summary {
    margin: 0 0 40px 0;
}

form.cart ul.tm-extra-product-options-radio{
    display: inline-block !important;
    position: relative;
    columns: 2;
}

form.cart ul.tm-extra-product-options-radio li{
    position: relative;
    display: block;
    width: 100%;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    padding: 5px !important;
    margin-bottom: 10px !important;
    font-size: 13px;
}

span.stock{
    display: inline-block;
    position: absolute;
    right: 30px;
    top: 15px;
    color: #000;
    font-size: 13px;
    font-weight: 600;
}

span.stock i{
    color: #00B900;
}

span.stock span.suffix{
    position: relative;
    display: inline-block;
    width: unset;
    margin-left: 5px;
    color: grey;
    font-weight: 400;
}

.fa-question-circle{
    position: relative;
    background: #00B900;
    border: 0.5px solid #00B900;
    border-radius: 50%;
    font-size: 1em;
    cursor: help;
}

.fa-question-circle::before{
    color: #fff;
}

.fa-question-circle:hover .stock-tooltip {
    position:absolute;
    visibility:visible;
    opacity:1;
    display: block;
}

.stock-tooltip {
    display: none;
    visibility:hidden;
    opacity:0;
    position:absolute;
    text-align:center;
    bottom:35px;
    width:270px;
    padding:10px;
    left:50%;
    margin-left:-135px;

    color:#fff;
    background-color:rgba(0,0,0,0.75);
}
.stock-tooltip::before {
    border: solid transparent;
    border-color: rgba(255,255,255,0);
    border-top-color:rgba(0,0,0,0.75);
    border-width: 10px;
    top: 100%;
    content: " ";
    left: 50%;
    margin-left: -10px;
    pointer-events: none;
    position: absolute;
    height: 0;
    width: 0;
}


form.cart ul.tm-extra-product-options-radio li span.tm-epo-reset-radio{
    right: 8px;
    top: 7.5px;
}

form.cart .tmcp-select{
    width: 100%;
}

.tm-epo-required{
    color: black;
}

.single-product .summary .inner-summary {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #f3f3f3;
    padding: 15px 30px;
    border-radius: 10px;
}

.single-product .korte-omschrijving {
    position:relative;
    float:left;
    font-size: 14px;
    color: #555555;
}
.single-product .variations_form {
    position: relative;
    float: left;
    width: 100%;
}

.single-product .variations {
    position: relative;
    float: left;
    margin: 0 0 20px 0;
}

.single-product .quantity {
    position: relative;
    float:left;
}

/*
.single-product .quantity::before {
    content: 'Aantal';
    position: relative;
    float:left;
    line-height: 40px;
    margin: 0 20px 0 0;

}
*/
.single-product .images {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 60px 0;
}

.single-product .images .thumbnails {
    position: relative;
    float: left;
    width: 100px;
}
.single-product .images .thumbnails a:last-child {
    margin: 0 0 0px 0;
}
.single-product .images .thumbnails a {
    position: relative;
    float: left;
    margin: 0 0 20px 0;
}

.single-product .images .thumbnails a:link {
    border:1px solid #fff;
}

.single-product .images .thumbnails a:visited {
    border:1px solid #fff;
}

.single-product .images .thumbnails a:hover {
    border:1px solid #dfdfdf;
}

.single-product .images .thumbnails a:active {
    border:1px solid #dfdfdf;
}

.single-product .woocommerce-main-image {
    position: relative;
    float: right;
    width: 435px;
}

/* MEDIA */
@media(max-width:767px){
    .single-product .woocommerce-main-image {
        width: 100%;
    }
    .single-product .images .thumbnails {
        width:100%;
        margin:30px 0 0 0;
    }
    .single-product .images .thumbnails a {
        margin:0 20px 20px 0px;
        width:20%;
    }

    .single-product .images .thumbnails a:last-child {
        margin:0 20px 20px 0px;
    }
    .single-product .images{
        margin: 0 0 20px 0;
    }

    .tc-row{
        flex-direction: column;
    }

    .tm-extra-product-options .tc-col, .tm-extra-product-options .tc-cell.tc-col, .tc-cell.tc-col, .tc-col{
        flex-basis: unset;
        flex-grow: 1;
        max-width: 100%;
    }
}

@media(min-width:768px){

}

@media(min-width:992px){
    .single-product .woocommerce-main-image {
        width: 335px;
    }
}

@media(min-width:1200px){
    .single-product .woocommerce-main-image {
        width: 435px;
    }
}


@-webkit-keyframes rotating /* Safari and Chrome */ {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}



.single-product .qty {
    width: 70px;
}

.single_add_to_cart_button {
    position: relative;
    float: right;
    text-align: center;
}

.simple_add_to_quote {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    margin: 10px 0 0 0;
}

.bundle_add_to_quote {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    margin:20px 0 0 0;
}

.single_adq_button {
    position: relative;
    float: right;
    color: #00B900;
    background: #fff;
    border: 1px solid #00B900;
}

.single_adq_button:hover {
    color: #00B900;
    background: #fff;
}

.single_adq_button, .single_add_to_cart_button {
    width: 260px;
}

.proefplaatsing {
    position:relative;
    float:right;
    font-size: 15px;
    line-height: 15px;
    color: #373737;
    background: #e7e7e7;
    outline: none;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    border: none;
    height: auto;
    padding: 15px 20px;
    width: 260px;
    text-align:center;
}
.proefplaatsing:link {
    color: #373737;
}

.proefplaatsing:visited {
    color: #373737;
}

.proefplaatsing:hover {
    color: #373737;
    background: #d4d4d4;
    text-decoration:none;
}

.proefplaatsing:active {
    color: #373737;
    background: #d4d4d4;
    text-decoration:none;
}


@media(max-width:767px){
    .single-product .quantity {
        width:100%;
        margin: 0 0 20px 0;
    }
    .single_adq_button, .single_add_to_cart_button {
        width: 100%;
    }
    .proefplaatsing {
        width:100%;
    }

    span.stock{
        padding-right: 20px;
        width: 100%;
        position: relative;
        right: 0;
        top: 0;
        margin-bottom: 20px;
    }

    span.stock i{
        position: absolute;
        right: 0;
        top: 5px;
    }

    .stock-tooltip {
        left: -270px;
        margin: 0;
    }
}
@media(min-width:768px){

}
@media(min-width:992px){

}
@media(min-width:1200px){

}





.tabs {
    position: relative;
    float: left;
    width: 100%;
    margin: 0px;
    font-size: 15px;
    line-height: 15px;
    font-weight: 600;
    border-bottom: 1px solid #c0c0c0;
}
.tabs li {
    position: relative;
    float: left;
    top: 1px;
    margin: 0;
    list-style: none;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #c0c0c0;
}

.tabs li a {
    position: relative;
    float: left;
    padding: 15px 20px;
}

.tabs li a:link {
    color: #f36d33;
    text-decoration: none;
}
.tabs li a:visited {
    color: #f36d33;
    text-decoration: none;
}
.tabs li a:hover {
    color: #f36d33;
    text-decoration: none;
}
.tabs li a:active {
    color: #f36d33;
    text-decoration: none;
}

.tabs .active {
    border-left: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #fff;
}

.tabs .active a:link {
    color: #f36d33;
}

.wc-tab {
    position: relative;
    float: left;
    width: 100%;
    padding: 40px 0px;
}
.wc-tab iframe {
    display:block !important;
    margin:0 auto;
}


.wc-tab h4 {
    font-size: 25px;
    line-height: 27px;
}

.wc-tab .bundled_product_attributes_title {
    font-size:18px;
    line-height:20px;
}

tr.woocommerce-product-attributes-item--attribute_pa_breedte-filter, tr.woocommerce-product-attributes-item--attribute_pa_hoogte-filter, tr.woocommerce-product-attributes-item--attribute_pa_lengte-filter, tr.woocommerce-product-attributes-item--attribute_pa_diepte-filter {
    display: none;
}

@media(max-width:767px){
    .productpagina-tabs .container {
        padding: 0px;
        position: relative;
        float: left;
        width: 100%;
    }
    .productpagina-tabs .row {
        margin: 0;
        position: relative;
        float: left;
        width: 100%;
    }
    .productpagina-tabs .col-xs-12 {
        position: relative;
        float: left;
        padding: 0px;
    }
    .woocommerce-tabs {
        position: relative;
        float: left;
        width: 100%;
    }
    .productpagina-tabs {
        margin: 0;
    }
    .tabs {
        border-top: 0px solid #c0c0c0;
    }
    .tabs li {
        width: 100%;
        border-left:0px;
        border-right: 0px;
        border-top: 0px;
        border-bottom: 1px solid #c0c0c0;
    }
    .tabs li a {
        width: 100%;
        text-align: center;
    }

    .tabs .active {
        border-bottom: 1px solid #c0c0c0;
        border-left:0px;
        border-right: 0px;
        border-top: 0px;
        background: #f7f7f7;
    }
    .wc-tab {
        max-width: 100%;
        padding: 70px 15px;
    }
}
@media(min-width:768px){

}
@media(min-width:992px){

}
@media(min-width:1200px){

}


/* GERELATEERDE PRODUCTEN */

.related .products li {
    position: relative;
    float:left;
    width: 22%;
    margin: 0 4% 40px 0;

}

.related .products li:nth-child(3n+3) {

}

.related .products li:nth-child(4n+4) {
    margin: 0 0 40px 0;
}

@media(max-width:767px){
    .related {
        display: none;
    }
}
@media(min-width:768px){
    .related {
        display: none;
    }
}
@media(min-width:992px){
    .related {
        display: block;
    }
}
@media(min-width:1200px){
    .related {
        display: block;
    }
}


.tm-extra-product-options ul.tmcp-ul-wrap li.tmcp-field-wrap label.tm-error, .tm-extra-product-options ul.tmcp-ul-wrap+.tm-error, .tm-extra-product-options .tm-extra-product-options-container>.tm-error{
    color: #f36d33 !important;
}

/* UPSELLS PRODUCTEN */

.upsells .products li {
    position: relative;
    float:left;
    width: 22%;
    margin: 0 4% 40px 0;

}

.upsells .products li:nth-child(3n+3) {

}

.upsells .products li:nth-child(4n+4) {
    margin: 0 0 40px 0;
}

@media(max-width:767px){
    .upsells {
        display: block;
    }
    .upsells .products{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .upsells .products li{
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0 0 40px 0;
    }
}
@media(min-width:768px) and (max-width: 991px) {
    .upsells {
        display: block;
    }
    .upsells .products{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .upsells .products li{
        flex: 0 0 45%;
        max-width: 45%;
        margin: 0 0 40px 0;
    }
}
@media(min-width:992px) and (max-width: 1199px){
    .upsells {
        display: block;
    }
    .upsells .products{
        display: block;
    }
    .upsells .products li{
        max-width: 100%;
        margin: 0 4% 40px 0;
    }
}
@media(min-width:1200px){
    .upsells {
        display: block;
    }
    .upsells .products{
        display: block;
    }
    .upsells .products li{
        max-width: 100%;
        margin: 0 4% 40px 0;
    }
}



/* PRODUCT OPTIES */

/*
.tm-epo-field-label {
	position:relative !important;
	float:left !important;
	width:200px !important;
}

.tm-extra-product-options .tm-extra-product-options-container, .tm-extra-product-options .tmcp-ul-wrap {
	position:relative !important;
	float:left !important;
	width:300px !important;
}



.tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap {
	position:relative;
	float:left;
	padding:0px 0px 0px 20px !important;
}
.tm-epo-field.tmcp-select {
	width:300px !important;
}

*/
@media(max-width:767px){
    /*
    .tm-extra-product-options .tm-epo-field-label {
        width:100% !important;
    }
    .tm-extra-product-options .tm-extra-product-options-container, .tm-extra-product-options .tmcp-ul-wrap {
        width:100% !important;
    }

    .tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap {
        padding:0 !important;
    }
    .tm-epo-field.tmcp-select {
        width:100% !important;
    }
    */
}

@media(min-width:768px){

}

@media(min-width:992px){

}

@media(min-width:1200px){

}



/* BLOG OVERZICHT PAGINA */
.blog-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;

    position:relative;
    float:left;
    width:100%;
    padding: 35px 0;
    border-bottom: 1px solid lightgrey;
}

.blog-item:last-child{
    border-bottom: none;
}

.blog-item .left{
    flex: 0 0 22%;
    max-width: 22%;
}

.blog-item .right{
    flex: 0 0 74%;
    max-width: 74%;
}

.blog-item .right section{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    width: 100%;
}

.blog-item .right a.button{
    margin-top: 20px;
}




.type-post.post section.content{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    width: 100%;
}

.type-post.post section.content .introcol{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
    margin-bottom: 40px;
}

.type-post.post section.content .introcol .image-col{
    flex: 0 0 45%;
    max-width: 45%;
}

.type-post.post section.content .introcol .text-col{
    flex: 0 0 50%;
    max-width: 50%;
}

.type-post.post section.content .introcol .text-col span.text{
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.type-post.post section.content .content-blocks .content-block{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
    margin-bottom: 40px;
}

.type-post.post section.content .content-blocks .content-block .image-col{
    flex: 0 0 45%;
    max-width: 45%;
}

.type-post.post section.content .content-blocks .content-block .text-col{
    flex: 0 0 50%;
    max-width: 50%;
}


@media(max-width:992px){
    .blog-item {
        flex-wrap: wrap;
    }
    .blog-item .left{
        flex: 0 0 100%;
        max-width: 100%;
        order: 1 !important;
        margin-bottom: 20px;
    }
    .blog-item .right{
        flex: 0 0 100%;
        max-width: 100%;
        order: 2 !important;
    }

    .type-post.post section.content .introcol{
        flex-wrap: wrap;
    }
    .type-post.post section.content .introcol .image-col{
        flex: 0 0 100%;
        max-width: 100%;
        order: 1 !important;
    }
    .type-post.post section.content .introcol .text-col{
        flex: 0 0 100%;
        max-width: 100%;
        order: 2 !important;
    }

    .type-post.post section.content .content-blocks .content-block{
        flex-wrap: wrap;
    }
    .type-post.post section.content .content-blocks .content-block .image-col{
        flex: 0 0 100%;
        max-width: 100%;
        order: 1 !important;
    }
    .type-post.post section.content .content-blocks .content-block .text-col{
        flex: 0 0 100%;
        max-width: 100%;
        order: 2 !important;
    }
}


.pagination-wrapper {
    position: relative;
    float: left;
    width:100%;
    background: #f4f5f6;
    padding: 10px;
    margin: 0 0 40px 0;
}

.pagination-wrapper ul {
    position: relative;
    float: right;
    margin: 0;
}
.pagination-wrapper ul li {
    position: relative;
    float: left;
    list-style-type: none;
    padding: 0 8px;
    font-size: 17px;
    line-height: 17px;
    font-weight: bold;
}
.pagination-wrapper ul .active a {
    color:#373737;
    text-decoration:none;
}


/* BEDRIJFSMETHODE */
.payment_method_multisafepay {
    display:none;
}


/* TEKSTVLAK BOVEN PRODUCTOVERZICHTPAGINA */

.ordering{
    display: inline-grid;
}

.text-boven {
    position:relative;
    float:left;
    width:100%;
    padding:15px;
    margin:0 0 20px 0;
    background-color:#f4f5f6;
    overflow:hidden;
}

.text-boven p:last-child {
    margin:0;
}


@media(max-width:767px){
    .text-boven {
        margin:0;
    }


}

@media(min-width:768px){
    .text-boven {
        margin:0 0 20px 0;
    }
}

@media(min-width:992px){
    .text-boven {
        margin:0 0 20px 0;
    }
}

@media(min-width:1200px){

}

.bapf_sfilter.bapf_button_berocket .bapf_button{
    display: inline-block;
    width: 100%;
    cursor: pointer;
    text-transform: inherit;
    padding: 10px 15px;
    text-align: center;
    border: 1px solid #e2e2e2;
    background-color:#f36d33;
    color: #fff;
    transition: all 200ms ease;
    border-radius: 0;

    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 100;
}

.bapf_sfilter .bapf_head h3{
    line-height: 20px;
}

.bapf_sfilter .bapf_head h3 span.bapf_desci{
    padding: 0;
    right: 25px;
}

.bapf_sfilter .bapf_head h3 span.bapf_desci i{
    background: #ffffff;
    border: 1px solid #00B900;
    border-radius: 50%;
    padding: 0px 5px;
    font-size: 14px;
    line-height: 15px;
}

.bapf_sfilter .bapf_head h3 span.bapf_desci i::before{
    color: #00B900;
}


/* SNELFILTERS PRODUCTOVERZICHTPAGINA */

.snelftr{
    margin-left: 0px;
    margin-right: 0px;
}

.snelftrtitle{
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0 0 10px 0;
}

.snelfilter {
    display: inline-block;
    width: auto;
    cursor: pointer;
    margin: 5px 10px 10px 0;
    padding: 10px 15px;
    text-align: center;
    border: 1px solid #f36d33;
    border-radius: 4px;
    color: #000;
    transition: all 200ms ease;
}

.snelfilter-inner{
    color: #000;
}

.snelfilter.active{
    background-color: #ececec;
    color: #000;
}

.snelfilter.active .snelfilter-inner{
    color: #000;
}

.snelfilter.active:hover{
    background-color: #ececec;
    color: #000;
}

.snelfilter.active:hover .snelfilter-inner{
    color: #000;
}

.snelfilter:link{
    text-decoration: none;
    color: #000;
}

.snelfilter:link .snelfilter-inner{
    color: #000;
}

.snelfilter:hover{
    background-color:#f4f5f6;
    color: #000;
}

.snelfilter:hover .snelfilter-inner{
    color: #000;
}

@media(max-width:767px){
    .snelftr{
        margin: 0 0 10px 0;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow: scroll;
    }
    .snelfilter-inner{
        font-size: 12px;
        width: 100%;
        white-space: nowrap;
    }
    .snelftrtitle{
        font-size: 13px;
        line-height: 16px;
        margin: 0;
    }
}

@media(min-width:768px){
    .snelftr{
        margin: 10px 0;
    }
}

@media(min-width:992px){
    .snelftr{
        margin: 10px 0;
    }
}

@media(min-width:1200px){
}


/* BART WENSEN */

button[name=update_cart] {
    background-color:#aaaaaa;
    display:none;
}
button[name=update_cart]:hover {
    background-color:#606060;
}


button[name=apply_coupon] {
    background-color:#aaaaaa;
}
button[name=apply_coupon]:hover {
    background-color:#606060;
}


.woocommerce-cart .woocommerce-message {
    background-color:#F36D33;
    color:#fff;
}


/* ZOEKPAGINA PRODUCTEN */


/* CHECKOUT */

.woocommerce-checkout td.product-name {


    font-weight:bold;
}

.woocommerce-checkout .tax-rate th {
    font-weight:bold;
}
.woocommerce-checkout .order-total th {
    font-weight:bold;
}


/* REQUEST A QUOTE CHECKOUT */

#remove_all_items {
    display:none;
    background-color:#bb4646;
}
#remove_all_items:hover {
    background-color: #9c3030;
}



input[name=update_quote] {
    background-color:#aaaaaa;
}
input[name=update_quote]:hover {
    background-color:#606060;
}


.woocommerce-adq .woocommerce-info {
    display:none;
}

/* FEEDBACK WIDGET */

#feedback {
    position: relative;
    z-index: 999;
    display: block;
    margin: 0 auto;
}



/* MEDIA */
@media(max-width:767px){}
@media(min-width:768px){}
@media(min-width:992px){}
@media(min-width:1200px){}












/* HIDE ADD TO CART */

.products li .add_to_cart_button {
    display:none;}

/* ADD TO QUOTE ORDER PAGE */

.adq-billing #quote_comments_field {
    width:100%;
}

#quote_place_order {
    float:right;
}

#content.hide-quote-btn #quote_place_order{
    display: none;
}

@media(max-width:767px){
    .adq-billing .form-row {
        width:100%;
    }
    .adq-billing #quote_comments_field {
        width:100%;
    }

    #quote_place_order {
        float:left;
    }

}



/* MIJN ACCOUNT */

.woocommerce-account .button {
    position:relative;
    float:left;
    margin:5px;
}

.woocommerce-account .button.proforma{
    display: none;
}

.woocommerce-account .button.invoice{
    background-color: #373737;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--quotes, .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads{
    display: none;
}

.woocommerce-MyAccount-navigation ul li a{
    color: #000;
}

.woocommerce-account .add_note p {
    position:relative;
    float:left;
    width:100%;
}

.woocommerce-MyAccount-content .add_note{
    display: none;
}

.woocommerce-MyAccount-content td.woocommerce-table__product-name{
    display: inline-block;
    position: relative;
    min-height: 125px;
    padding-left: 120px !important;
}

.woocommerce-MyAccount-content td.woocommerce-table__product-name .item-thumbnail{
    position: absolute;
    left: 0;
    top: 15px;
    display: inline-block;
    width: 100px;
    height: 100px;
}

.woocommerce-MyAccount-content td.woocommerce-table__product-name .item-thumbnail img{
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
}

section.woocommerce-columns--addresses.col2-set{
    position: relative;
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-around;
}

section.woocommerce-columns--addresses.col2-set .woocommerce-column{
    flex: 0 0 50%;
    max-width: 50%;
}

.u-columns.woocommerce-Addresses.col2-set.addresses{
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-around;
}

.u-columns.woocommerce-Addresses.col2-set.addresses .woocommerce-Address{
    flex: 0 0 50%;
    max-width: 50%;
}

.u-columns.woocommerce-Addresses.col2-set.addresses .woocommerce-Address .woocommerce-Address-title a:before{
    font-family:'FontAwesome';
    content:'\f040';
    display: inline-block;
    position: relative;
    margin-right: 5px;
}

.woocommerce-MyAccount-content .wc_maileon_newsletter_area{
    display: none;
}

@media(max-width:767px){
    .woocommerce-account .order-actions {
        display:none;
    }

    .woocommerce-MyAccount-content td.woocommerce-table__product-name{
        min-height: 55px;
        padding-left: 60px !important;
    }

    .woocommerce-MyAccount-content td.woocommerce-table__product-name .item-thumbnail{
        width: 40px;
        height: 40px;
    }
    section.woocommerce-columns--addresses.col2-set .woocommerce-column{
        flex: 0 0 100%;
        max-width: 100%;
    }

    section.woocommerce-columns--addresses.col2-set{
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
    }

    .u-columns.woocommerce-Addresses.col2-set.addresses{
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
    }

    .u-columns.woocommerce-Addresses.col2-set.addresses .woocommerce-Address{
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media(min-width:768px){

}

@media(min-width:992px){

}

@media(min-width:1200px){

}


/* WINKELWAGEN HIDE CHAT */
.woocommerce-cart #livechat-compact-container {
    visibility:hidden;
    display:none;
}


/* SHOW FILTER */
.show-filter {
    position: relative;
    float: left;
    width: 100%;
    font-size: 14px;
    padding: 15px 0;
    line-height: 14px;
    font-weight: bold;
    margin:0 0 20px 0;
    text-transform: uppercase;
    background-color: #373737;
    text-align: center;
    color:#fff;
}

.show-filter:link {
    color:#fff;
    text-decoration:none;
}
.show-filter:visited {
    color:#fff;
    text-decoration:none;
}
.show-filter:hover {
    color:#fff;
    text-decoration:none;
}
.show-filter:active {
    color:#fff;
    text-decoration:none;
}

.show-filter::after {
    font-family:'FontAwesome';
    content:'\f0d7';
    margin-left:10px;
}

.filter-open .show-filter::after {
    font-family:'FontAwesome';
    content:'\f0d8';
    margin-left:10px;
}


@media(max-width:992px){

    .zijbalk {
        visibility:hidden;
        opacity:0;
        max-height:0px;
        padding:0;

        margin:0;


        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;

    }

    .filter-open .zijbalk {
        visibility:visible;
        opacity:1;
        max-height:14000px;
        padding:10px;
        margin:0 0 30px 0;
    }
}

.bapf_show_hide{
    font-weight: bold;
    font-size: 12px;
    padding: 0 0 0 15px !important;
}

/* FESTICART */

#festi-cart {
    position:relative;
    float:right;
    margin-left:20px;
}

body  a#festi-cart.festi-cart.festi-cart-customize::before {
    position: relative;
    float: left;
    font-family: 'FontAwesome';
    content: '\f07a';
    font-size: 29px;
    line-height: 59px;
    text-indent: 0px;
    color:#fff;

    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.festi-cart-quantity {
    position: absolute;
    top: 14px;
    left: 10px;
    font-size: 12px !important;
    line-height: 14px;
    font-weight: bold !important;
    background: #f36d33;
    text-align: center;
    color: #fff !important;
    width: 14px;
    height: 14px;
    z-index: 33;
}

.itemQuantity {
    display:block;
}

body a#festi-cart.festi-cart.festi-cart-customize {
    text-align: left !important;
    background-color: inherit!important;
    border: 0px solid !important;
    border-color: inherit !important;
    padding: 0px !important;
    border-radius: 0 !important;
    line-height:59px;
    height:59px;
    text-decoration:none;
}


body  a#festi-cart.festi-cart.festi-cart-customize:hover::before {
    color:#f36d33;
}

.festi-cart-icon {
    display:none !important;
}

.festi-cart-text-after-quantity {
    display:none;
}
.festi-cart-total {
    display:none;
}

body div.festi-cart-products-content  table.festi-cart-list  tr.festi-cart-item > td.festi-cart-product-delete {
    vertical-align:middle !important;
}
div.festi-cart-products-content  table.festi-cart-list  tr.festi-cart-item  td.festi-cart-product-img, div.festi-cart-widget-products-content  table.festi-cart-list  tr.festi-cart-item  td.festi-cart-product-img, div.festi-cart-pop-up-products-content  table.festi-cart-list  tr.festi-cart-item  td.festi-cart-product-img {
    vertical-align:middle !important;
}

body div.festi-cart-products-content  table.festi-cart-list  tr.festi-cart-item > td.festi-cart-product-title a.festi-cart-title, body div.festi-cart-products-content  table.festi-cart-list  tr.festi-cart-item > td.festi-cart-product-title span.festi-cart-title {
    position:relative;
    float:left;
    width:100%;
    margin:0 0 10px 0;
    color: #f36d33 !important;
    font-size:15px !important;
}

.festi-cart-inner-wrap {
    position:relative;
    float:left;
    width:100%;
}

body div.festi-cart-products div.festi-cart-products-content {
    border: 1px solid #373737 !important;
    padding: 10px !important;
    border-radius:0 !important;
    background-color: rgba( 255, 255, 255, 1 ) !important;
    margin-top:10px;
}



body div.festi-cart-products-content > p.festi-cart-buttons a.festi-cart-view-cart {
    border: 0px !important;
    border-radius: 0px !important;
    background-color: #e7e7e7 !important;
    color: #373737 !important;
    font-size: 15px !important;
    line-height:15px !important;
    font-weight:bold !important;
    padding: 15px 20px !important;
    text-transform:uppercase;
}


body div.festi-cart-products-content > p.festi-cart-buttons a.festi-cart-checkout {
    border: 0px !important;
    border-radius: 0px !important;
    background-color: #f36d33 !important;
    color: #ffffff;
    font-size: 15px !important;
    line-height:15px !important;
    font-weight:bold !important;
    padding: 15px 20px !important;
    text-transform:uppercase;
}

body div.festi-cart-products-content > p.festi-cart-buttons a.festi-cart-view-cart:hover {
    background-color:#d4d4d4 !important;
}

body div.festi-cart-products-content > p.festi-cart-buttons a.festi-cart-checkout:hover {
    color: #ffffff !important;
    background-color:#d85b24 !important;
}


div.festi-cart-products-content  p.festi-cart-buttons, div.festi-cart-widget-products-content   p.festi-cart-buttons, div.festi-cart-pop-up-products-content   p.festi-cart-buttons {
    margin:10px 0 0 0 !important;
}

div.festi-cart-products-content  table.festi-cart-list  tr.festi-cart-item  td, div.festi-cart-widget-products-content  table.festi-cart-list  tr.festi-cart-item  td, div.festi-cart-pop-up-products-content  table.festi-cart-list  tr.festi-cart-item  td {
    padding:15px 5px !important;
}

body div.festi-cart-products-content  table.festi-cart-list  tr.festi-cart-item > td.festi-cart-product-delete a.festi-cart-remove-product {
    background:#bb4646 !important;
    color:#fff !important;
    text-align: center;
    padding: 2px 5px;
}


body div.festi-cart-products-content  table.festi-cart-list  tr.festi-cart-item > td.festi-cart-product-delete a.festi-cart-remove-product:hover {
    background:#9c3030 !important;
    color:#fff !important;
}

body.woocommerce-cart #festi-cart {
    display:none !important;
    visibility:hidden;
    max-width:0px;
    opacity:0;
    margin-left:0px;
}

/* READ MORE/LESS */
.readmore-js {
    position: relative;
    float: left;
    width: 100%;
    font-size: 14px;
    padding: 10px 0;
    line-height: 14px;
    font-weight: bold;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    background-color: #373737;
    text-align: center;
    color: #fff;
}


.readmore-js:link {
    color:#fff;
}
.readmore-js:visited {
    color:#fff;
}
.readmore-js:hover {
    color:#fff;
}
.readmore-js:active {
    color:#fff;
}

.readmore-js::after {
    font-family: 'FontAwesome';
    content: '\f0d7';
    margin-left: 10px;
}

.readless-js {
    position: relative;
    float: left;
    width: 100%;
    font-size: 14px;
    padding: 10px 0;
    line-height: 14px;
    font-weight: bold;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    background-color: #373737;
    text-align: center;
    color: #fff;
}


.readless-js:link {
    color:#fff;
}
.readless-js:visited {
    color:#fff;
}
.readless-js:hover {
    color:#fff;
}
.readless-js:active {
    color:#fff;
}


.readless-js::after {
    font-family: 'FontAwesome';
    content: '\f0d8';
    margin-left: 10px;
}

/* POSTCODE AUTOAANVULLER */
.woocommerce form.checkout input[readonly] {
    background: #fafafa !important;
    color:#373737;
}
.wcnlpc-error{
    position:relative;
    float:left;
    width:100%;
    margin:0 0 20px 0;
}


/* PRODUCT VARIANTEN */
.productvarianten {
    position:relative;
    float:left;
    width:100%;
    margin: 20px 0 0 0;
}
.productvarianten h6 {
    margin:0 0 10px 0;
}
.productvarianten ul {
    position:relative;
    float:left;
    width:100%;
    margin:0;
}
.productvarianten ul li {
    position:relative;
    float:left;
    width:14%;
    margin:0 2% 2% 0;
    list-style:none;
}
.productvarianten ul li a {
    position:relative;
    float:left;
    width:100%;
    border:1px solid #D7D7D7;
}
.productvarianten ul li a:link {
    border:1px solid #D7D7D7;
}
.productvarianten ul li a:visited {
    border:1px solid #D7D7D7;
}
.productvarianten ul li a:hover {
    border:1px solid #f36d33;
}
.productvarianten ul li a:active {
    border:1px solid #f36d33;
}
.productvarianten ul li img {
    position:relative;
    float:left;
    width:100%;
    height:auto;
}

@media(max-width:767px){
    .productvarianten ul li {
        width:22%;
    }
}
@media(min-width:768px){

}
@media(min-width:992px){

}
@media(min-width:1200px){

}

/* POP UP */
.wc-terms-and-conditions .input-checkbox {
    display:none;
}
.wc-terms-and-conditions label {
    width:100%;
}
#TB_closeWindowButton .screen-reader-text {
    display:none;
}
#TB_ajaxContent {
    width:100% !important;
}


/* TEAM */
.team {
    position:relative;
    float:left;
    width:100%;
    padding:0px 0 40px 0;
}

.team-member-wrap {
    position:relative;
    float:left;
    width:100%;
    margin:0 0 30px 0;
}

.team-member-wrap .profielfoto {
    position:relative;
    float:left;
    width:100%;
    height:200px;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
}
.team-member-wrap .profielfoto img {
    display:none;
}


.team-member-info {
    position:relative;
    float:left;
    width:100%;
    padding:15px 15px;
    background-color: #f36d33;
    color:#fff;
}

.team-member-info .naam {
    position:relative;
    float:left;
    width:100%;
    font-weight:bold;
    margin:0 0 10px 0;
    font-size:18px;
    line-height:18px;
    text-transform:uppercase;
}

.team-member-info .functie {
    position:relative;
    float:left;
    width:100%;
    font-size:14px;
    line-height:14px;
    margin:0 0 0px 0;
}

.team-member-info .mail {
    position:relative;
    float:left;
    width:100%;
    font-size:14px;
    line-height:14px;
}


.team-member-info a {
    right:15px;
    position:absolute;
    font-size:20px;
    line-height:20px;
    top:50%;
    margin-top:-10px;
}

.team-member-info a i {
    position:relative;
    float:left;
    width:100%;
}

.team-member-info a:link {
    color:#fff;
    text-decoration:none;
}
.team-member-info a:visited {
    color:#fff;
    text-decoration:none;
}
.team-member-info a:hover {
    color:#6d6d6d;
    text-decoration:none;
}
.team-member-info a:active {
    color:#6d6d6d;
    text-decoration:none;
}


/* ADQ LIST */

.shop_table img {
    width:60px;
    height:auto;
}

.woocommerce-adq .betaalmethoden {
    display:none;
}

.woocommerce-adq .nieuwsbrief {
    display:none;
}

.woocommerce-adq #livechat-compact-container {
    display:block;
}

.woocommerce-adq .pagina-content {
    margin:0 0 80px 0;
}
.adq-billing .col-1 {
    position:relative;
    float:left;
}
.adq-billing .col-2 {
    position:relative;
    float:left;
    width:100%;
}
.adq-billing .col-2 label {
    width:100%;
    margin:0 0 10px 0;
}
.adq-billing #quote_place_order {
    width:100%;
    background: #41b52d;
}
.adq-billing #quote_place_order:hover {
    background: #319b1f;
}

.adq-billing #order_comments {
    width:100%;
}

/* SHARE BUTTONS */
.addtoany_shortcode::before {
    content:'Delen:';
    position:relative;
    float:left;
    font-weight:bold;
    margin:0 5px 0 0;
}

.addtoany_shortcode {
    position:relative;
    float:left;
    width:100%;
    margin:0 0 20px 0;
}

.a2a_svg {
    width:25px !important;
    height:25px !important;
}


@media(max-width:767px){
    .a2a_button_whatsapp {
        display:inline-block !important;
    }
}

@media(min-width:768px){
    .a2a_button_whatsapp {
        display:none !important;
    }
}

@media(min-width:992px){
    .a2a_button_whatsapp {
        display:none !important;
    }
}

@media(min-width:1200px){
    .a2a_button_whatsapp {
        display:none !important;
    }
}

/* EMAIL CART */
.button#email_cart .dashicons-email-alt {
    color:#fff;
}
.woocommerce-cart .shop_table button#email_cart {
    background-color: #aaaaaa;
}
.woocommerce-cart .shop_table button#email_cart:hover {
    background-color: #606060;
}

div.email-cart #email-cart-form #ecwp-new-email-cart-btn {
    color:#fff;
    background-color: #f36d33;
    margin:20px 0 0 0;
    position: relative;
    padding: 15px 20px 15px 40px;
    float: right;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #f36d33;
    text-align: center;
    border-radius:0px;
}
div.email-cart #email-cart-form #ecwp-new-email-cart-btn:hover {
    color:#fff;
    background-color: #d85b24;
}
div.email-cart #email-cart-form #ecwp-new-email-cart-btn:before {
    color:#fff;
    font-weight:400;
}

/* RETURN TO SHOP ADQ */

.adq-billing .wc-backward {
    display:none;
}

/* NEURO MARKETING */

.usp-text {
    color:#191970;
}

.tc-tooltip{
    background: #00B900;
    border: 1px solid #00B900;
    border-radius: 50%;
}

.tc-tooltip::before{
    color: #fff;
}

.tc-totals-form {
    position:relative;
}

.single-product p.price .woocommerce-Price-currencySymbol {
    display:none;
}

.single-product p.price-with-tax .woocommerce-Price-currencySymbol {
    display:none;
}

form.cart{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}

form.cart .clear{
    display: none;
}

.tc-totals-form dl.tm-extra-product-options-totals dt.tm-final-totals, .tc-totals-form dl.tm-extra-product-options-totals dd.tm-final-totals{
    display: none;
}

.single_adq_button {
    flex: 0 0 70%;
    max-width: 70%;
    height: 45px;
}

.single_add_to_cart_button{
    flex: 0 0 70%;
    max-width: 70%;
}

.single-product .quantity{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex: 0 0 30%;
    max-width: 30%;
}

.simple_add_to_quote{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
    width: 100%;
}

.quote-text{
    position: relative;
    display: block;
    width: 70%;
    text-align: center;
    float: right;
    font-size: 12px;
    line-height: 18px;
    font-style: italic;
    margin-top: 5px;
}

.single-product .korte-omschrijving {
    position:relative;
    float:left;
    font-size: 14px;
    width: 100%;
    display: inline-block;
    color: #555555;
    margin-bottom: 40px;
}
.todesclink{
    cursor: pointer;
}

@media(max-width:767px) {
    body.single-product .col-xs-12 h1 {
        font-size: 16px;
        line-height: 22px;
    }

    .offerte-tooltip-button{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .single_adq_button{
        flex: 0 0 100%;
        max-width: 100%;
    }

    .single_add_to_cart_button{
        flex: 0 0 100%;
        max-width: 100%;
    }

    .single-product .quantity{
        flex: 0 0 100%;
        max-width: 100%;
    }

    .quote-text{
        width: 100%;
    }
}

.single-product .qty {
    background-color: #fff;
    border: 1px solid grey;
    width: 45px;
    height: 40px;
    position: relative;
    padding: 0 5px 0 5px;
    margin: 0 5px;
}

.quantity .plus, .quantity .minus{
    background-color: #fff;
    border: 1px solid grey;
    height: 40px;
    width: 40px;
}

@media(max-width:767px){
    .tc-totals-form::before {
        right:40px;
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }
}

@media(min-width:768px){

}

@media(min-width:992px){

}

@media(min-width:1200px){

}

/* RETURNING CUSTOMER */
.returning-usp {
    position:relative;
    float:left;
    width:100%;
    margin:0 0 15px 0;
}
.returning-usp li {
    list-style-type:none;
}
.returning-usp li i {
    color: #2eb509;
}

/* OFFERTE TOOLTIP */

.offerte-tooltip-button {
    position:relative;
    float:right;
    margin-right:20px;
}

.offerte-tooltip-button:hover .offerte-tooltip {
    position:absolute;
    visibility:visible;
    opacity:1;
}

.offerte-tooltip {
    visibility:hidden;
    opacity:0;
    position:absolute;
    text-align:center;
    bottom:65px;

    width:270px;
    padding:10px;
    left:50%;
    margin-left:-135px;

    color:#fff;
    background-color:rgba(0,0,0,0.75);
}
.offerte-tooltip::before {
    border: solid transparent;
    border-color: rgba(255,255,255,0);
    border-top-color:rgba(0,0,0,0.75);
    border-width: 10px;
    top: 100%;
    content: " ";
    left: 50%;
    margin-left: -10px;
    pointer-events: none;
    position: absolute;
    height: 0;
    width: 0;
}


.offerte-tooltip ul {
    margin:0 0 20px 0;
}
.offerte-tooltip ul li {
    list-style-type:none;
}


.tooltip-button {
    position:relative;
    float:left;
    width:45px;
    height:45px;
    font-size:24px;
    line-height:45px;
    color:#373737;
    background: #e7e7e7;
    text-align:center;
}



@media(max-width:767px){
    .offerte-tooltip-button {
        display:none;
    }
}

@media(min-width:768px){

}

@media(min-width:992px){

}

@media(min-width:1200px){

}


.berocket_aapf_widget li.price span.right::before {
    display:none;
}
.berocket_aapf_widget li.price span.left::before {
    display:none;
}

/* PROEFPLAATSING WRAP */
.proefplaatsing-wrap {
    position:relative;
    float:left;
    width:100%;
    margin:15px 0;
    display:none;
}

.proefplaatsing-wrap {

}

/* PRODUCTBUNDEL */

.bundled_product_excerpt {
    display:none;
}

.bundled_table_item .product-price, .bundled_table_item .product-subtotal  {
    text-indent:-967867867px;
}
.bundled_table_item:not(.order_item) .product-quantity {
    text-align:left;
    padding:0 0 0 15px;
}

/* BEOORDELINGEN & USP PRODUCTPAGINA */

.feedback-product {
    position: relative;
    float: left;
    width: 40%;
    margin: 30px 0 30px 0;
}
.feedback-product iframe {
    display:block !important;
}
.usp-product {
    position: relative;
    float: left;
    width: 60%;
    margin:30px 0 30px 0;
    padding: 0;
}
.usp-product ul {
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
    list-style-type: none;
}
.usp-product ul li {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 5px 0;
    padding-left: 20px;
}
.usp-product .orange {
    color: #f36d33;
    display: inline;
    font-weight: bold;
}
.usp-product ul li i {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px;
    color: #009600;
}

@media(max-width:767px){
    .feedback-product {
        width:100%;
        margin: 30px 0 0 0;
    }
    .usp-product {
        width:100%;
        margin: 30px 0 0 0;
    }
}

@media(min-width:768px){

}

@media(min-width:992px){

}

@media(min-width:1200px){

}

/* SINGLE PRODUCT PAGINA */
/* WooCommerce 3.0 Gallery */

.image-wrap {
    position:relative;
    float:left;
}

.woocommerce-product-gallery {
    position: relative;
    float:left;
    width:100%;
    max-width:100%;
    border-radius:10px;
}

.woocommerce-product-gallery figure {
    position: relative;
    float:left;
    margin: 0;
    border-radius:10px;
}

.woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2) {
    width: 25%;
    display: inline-block;
}
.woocommerce-product-gallery .woocommerce-product-gallery__image {
    display:table !important;
    position:relative;
    float:left;
    cursor:zoom-in;
    max-width:100%;
    border-radius:10px;
    margin:0 0 20px 0;
    /*min-height: 550px;*/
}
.woocommerce-product-gallery .woocommerce-product-gallery__image a {
    display:table-cell;
    vertical-align:middle;
    border-radius:10px;
}

.woocommerce-product-gallery .flex-viewport {
    border-radius:10px;
    position: relative;
    float:left;
    width:100%;
}

.woocommerce-product-gallery .flex-control-thumbs li {
    list-style: none;
    cursor: pointer
}

.woocommerce-product-gallery .flex-control-thumbs img {
    opacity: .5;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.woocommerce-product-gallery .flex-control-thumbs img.flex-active,.woocommerce-product-gallery .flex-control-thumbs img:hover {
    opacity: 1
}

.woocommerce-product-gallery img {
    display: block;
    margin:0 auto;
    width:auto;
    border-radius:10px;
    max-height: 550px;
}
.flex-control-thumbs {
    display: flex;
    flex-wrap: wrap;
    position:relative;
    float:left;
    width:100%;
    margin:20px 0 10px 0;
}

.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
    width: 33.3333%
}

.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: 25%;
    padding:0 4% 4% 0;
    display:table-cell;
    vertical-align:middle;
    border-radius:10px;
}

/*

.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(5),
.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(6),
.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(7),
.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(8),
.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(9),
.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(10),
.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(11),
.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(12),
.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(13){
	display:none;
}
*/


.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+4) {
    padding:0 4% 4% 0;
}

.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
    width: 22%
}

.woocommerce-product-gallery__trigger {
    position: absolute;
    top: 1em;
    right: 1em;
    z-index: 99;
}

a.woocommerce-product-gallery__trigger {
    text-decoration: none;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    position: absolute;
    top: .875em;
    right: .875em;
    display: block;
    height: 28px;
    width: 28px;
    border-radius: 10px;
    z-index: 5;
    text-align: center;
    text-indent: -999px;
    overflow: hidden;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    background-color: #e12726;
    color: #ffffff;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
    background-color: #b81f1e;
    color: #ffffff;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
    font: normal normal normal 1em/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    content: "\f002";
    line-height: 28px;
    text-indent: 0;
}

/* BUTTON KLEUR GROEN */

.button-groen {
    background-color:#00B900;
}

.button-groen:link {
    background-color:#00B900;
}
.button-groen:visited {
    background-color:#00B900;
}
.button-groen:hover {
    background-color:#009600;
}
.button-groen:active {
    background-color:#009600;
}


/* BUTTON KLEUR BLAUW */
.button-blauw {
    background-color:#191970;
}
.button-blauw:link {
    background-color:#191970;
}
.button-blauw:visited {
    background-color:#191970;
}
.button-blauw:hover {
    background-color:#1A1B54;
}
.button-blauw:active {
    background-color:#1A1B54;
}

/* LAND SELECTOR */


.select2-container {
    width:190px !important;
    height:37px;
}
.select2-container--default .select2-selection--single {
    height:37px;
    line-height:37px;
    border: 1px solid #d8d8d8;
    background: #fafafa !important;
    border-radius:0 !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    height:37px;
    line-height:37px;
    border-radius:0 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top:6px;
}

/* RECENT VIEWED */
.products-viewed {
    position: relative;
    float: left;
    width: 100%;
    background-color: #f4f5f6;
    padding: 30px 0;
}

.products-viewed h2 {
    text-align: center;
    color: #f36d33;
}
.products-viewed .products {
}

.products-viewed .products li {
    position: relative;
    float:left;
    background-color:#fff;
    width: 22%;
    margin: 0 4% 40px 0;
}
.products-viewed .products li .onsale {
    display:none;
}


.products-viewed .products li:nth-child(3n+3) {

}

.products-viewed .products li:nth-child(4n+4) {
    margin: 0 0 40px 0;
}

@media(max-width:767px){
    .flex-control-thumbs{
        display: flex;
        flex-wrap: nowrap;
        overflow-x: scroll;
    }

    .woocommerce-product-gallery--columns-4 .flex-control-thumbs li{
        max-width: 25%;
        flex: 0 0 25%;
    }

    .products-viewed .products li {
        width:100%;
        margin:0 0 20px 0;
    }
    .products-viewed .products li:nth-child(3n+3) {
        margin: 0 0 20px 0;
    }

    .products-viewed .products li:nth-child(4n+4) {
        margin: 0 0 20px 0;
    }
}

@media(min-width:768px){

}

@media(min-width:992px){

}

@media(min-width:1200px){

}

/* BUTTON PRICE FILTER */
.manual-price-range-widget .manual-price-range button {
    color:#fff;
    background-color: #373737;
    border:0;
    outline:0;
}

.manual-price-range-widget .manual-price-range button:hover {
    color:#fff;
    background-color: #252525;
}

/* PRODUCT REVIEWS */
.product-reviews {
    float:left;
    width:100%;
}

.product-review {
    position: relative;
    float: left;
    width: 100%;
    background-color: #f7f7f7;
    border: 1px solid #dbdbdb;
    padding: 30px 30px 30px 30px;
    margin: 0 0 30px 0;
}
.product-review .score {
    position: absolute;
    bottom: -19px;
    right: -5px;
    width: 70px;
    height: 70px;
    background-color: #0bacd9;
    border: 6px solid #f7f7f7;
    border-radius: 50%;
    font-size: 28px;
    line-height: 57px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

/* PRODUCT TITLE CHANGES */
.product_title {
    text-transform:inherit;
    font-size:24px;
    line-height:32px;
    margin:0 0 5px 0;
}

.view-reviews {
    float:left;
    margin:0 0 10px 0;
    cursor:pointer;
}

.view-reviews .stars {
    float:left;
    margin-right:5px;
}

/* PARTIAL ENTRIES */
.partial_entry_warning {
    display:none;
}


/* STICKY ADD TO CART */
.sticky-add-to-cart {
    position: fixed;
    top:-90px;
    width: 100%;
    padding: 10px 0;
    background-color: #fff;
    z-index: 3333;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.2);

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


body.sticky-bar .sticky-add-to-cart {
    top: 0px;
}


.sticky-add-to-cart .product-image {
    position: relative;
    float: left;
    width: 110px;
    height: 60px;
    background-size:contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.sticky-add-to-cart .product-image img {
    display: none;
}


.sticky-add-to-cart .wrapper-add-to-cart {
    position: relative;
    float: right;
    margin: 8px 0;
}
.add-to-cart-button-sticky {
    position: relative;
    float: right;
}
.add-to-cart-button-sticky:hover {
    color:#fff;
    cursor: pointer;
}

.add-to-cart-button-sticky::before {
    position: relative;
    float: left;
    margin-right: 15px;
    font-family: 'FontAwesome';
    content: '\f07a';
}


.sticky-add-to-cart .price-wrap {
    position: relative;
    float: left;
}

.sticky-add-to-cart .wrap-title-price {
    position: relative;
    float: left;
    max-width: 480px;
}

.sticky-add-to-cart .title {
    position: relative;
    float:left;
    width: 100%;
    margin:0 0 2px 0;
    font-weight: bold;
}

.sticky-add-to-cart .cart {
    position: relative;
    float: right;
    margin: 8px 0;
}

.single-product .sticky-add-to-cart p.price {
    font-size: 16px;
    line-height: 18px;
    margin:0 0 5px 0;
}

.single-product .sticky-add-to-cart p.price del{
    display: none;
}

.single-product .sticky-add-to-cart p.price-with-tax del{
    display: none;
}

.single-product .sticky-add-to-cart .price-wrap .onsale{
    display: none;
}

.single-product .sticky-add-to-cart p.price-with-tax {
    font-size: 13px;
    line-height: 15px;
    margin:0;
}


@media(max-width:991px){

    body.sticky-bar {
        margin:0 0 82px 0;
    }

    .sticky-add-to-cart {
        top:inherit;
        bottom: -90px;
        z-index: 21474836399;
    }

    body.sticky-bar .sticky-add-to-cart {
        top: inherit;
        bottom:0px;
    }
    .sticky-add-to-cart .product-image {
        display: none;
    }

    .add-to-cart-button-sticky {
        width: 45px;
        height: 45px;
        text-indent: -999999999px;
        padding: 14px;
    }

    .add-to-cart-button-sticky::before {
        text-indent: 0px;
        margin-right: 0px;
    }
    .sticky-add-to-cart .wrap-title-price {
        width: 82%;
        padding-right: 15px;
    }
    .sticky-add-to-cart .title {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .sticky-add-to-cart .onsale {
        display: none;
    }

    .single-product .sticky-add-to-cart p.price {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

}


@media(min-width:992px){

}

@media(min-width:1200px){

}

/* ADD TO CART POPUP */
#added-to-cart {
    display: block;
}

#added-to-cart .container {
    position: relative;
    float: left;
    max-width: 760px;
}
#added-to-cart .actions {
    float:left;
}
#added-to-cart .actions a {
    float:left;
    width: 100%;
    text-align: center;
    margin:0 0 20px 0;
    cursor: pointer;
}

#added-to-cart .actions a.button-grey {
    color:#fff;
    background-color: #cccccc;
}

#added-to-cart .actions a.button-grey:hover {
    color:#fff;
    background-color: #bcbcbc
}

#added-to-cart .product-added {
    position: relative;
    float: left;
    width: 100%;
    font-size: 2rem;
    line-height: 2.8rem;
    font-weight: bolder;
    margin-bottom: 15px;
}

#added-to-cart .product-info {
    position: relative;
    float: left;
    width: 100%;
    display: table;
}
#added-to-cart .product-info span {
    display: table-cell;
    padding: 0 10px;
    vertical-align: top;
}
#added-to-cart .product-info span.product-quantity {
    font-weight: bold;
}

#added-to-cart .cross-sells {
    position: relative;
    float: left;
    width: 100%;
    display: block;
}

#added-to-cart .cross-sells ul.products li {
    width:30%;
    margin-bottom: 0px;
}
#added-to-cart .products li .opsomming ul li {
    width:100% !important;
}

#added-to-cart .cross-sell-title {
    position: relative;
    float: left;
    width: 100%;
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin: 0 0 30px 0;
    font-weight: 600;
}

#added-to-cart .overview {
    margin: 0 0 20px 0;
}
#added-to-cart .actions {
    margin: 0 0 20px 0;
}



@media(max-width:767px){
    #added-to-cart .cross-sells ul.products li {
        width:100%;
        margin-bottom: 20px;
    }



    #added-to-cart .actions a:last-child {
        margin-bottom: 0px;
    }
    #added-to-cart .product-info span.product-thumbnail {
        display: none;
    }
}

@media(min-width:768px) and (max-width:991px){
    #added-to-cart .products li:nth-child(2n+2) {
        margin: 0 3% 0 0;
    }
    #added-to-cart .products li:nth-child(3n+3) {
        margin: 0 0% 0 0;
    }
    #added-to-cart .container {
        max-width:710px;
    }
}

@media(min-width:992px) and (max-width:1199px){
    #added-to-cart .products li:nth-child(2n+2) {
        margin: 0 3% 0 0;
    }
    #added-to-cart .products li:nth-child(3n+3) {
        margin: 0 0% 0 0;
    }
}

@media(min-width:1200px){

}


/* PRODUCT REVIEWS */
body.woocommerce #reviews .form-contribution .form-row, body.woocommerce-page #reviews .form-contribution .form-row {
    float:left;
}

body.woocommerce #reviews .form-contribution .form-row input, body.woocommerce #reviews .form-contribution .form-row textarea {
    width:100%;
}

body.woocommerce #reviews .form-contribution .form-row input[type=checkbox] {
    width:auto;
    height:auto;
}

.woocommerce #reviews h3.contribution-title, .woocommerce-page #reviews .contribution-actions{
    display: none;
}

.woocommerce #reviews .contribution-karma, .woocommerce-page #reviews .contribution-karma{
    display: none;
}
.woocommerce #reviews #comments ol.commentlist li, .woocommerce-page #reviews #comments ol.commentlist li{
    padding-top: 20px;
}

.woocommerce #reviews h3.contribution-title, .woocommerce-page #reviews h3.contribution-title{
    display: inline-block;
    position: relative;
    max-width: 180px;
    width: 100%;
    margin: 0;
    height: 33px;
}
#contributions-list{
    margin: -10px 0 0 0 !important;
}


.woocommerce-page #reviews h3.contribution-title .star-rating:before{
    content: "";
    -webkit-mask-image: url("../images/stars.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-position: center center;
    display: inline-block;
    top: 0;
    left: 0;
    opacity: .25;
    height: 30px;
    width: 180px;
    float: left;
    position: absolute;
}

.woocommerce-page #reviews h3.contribution-title .star-rating span{
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 7.5em;
    text-indent: -999px;
}

.woocommerce-page #reviews h3.contribution-title .star-rating span:before{
    content: "";
    -webkit-mask-image: url("../images/stars.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-position: center center;
    background-color: #FFD700;
    display: inline-block;
    height: 30px;
    width: 180px;
    top: 0;
    left: 0;
    position: absolute;
}


@media(max-width:767px){
    .woocommerce #reviews #comments ol.commentlist li, .woocommerce-page #reviews #comments ol.commentlist li{
        padding-top: 20px;
    }
    #contributions-list{
        margin: 20px 0 0 0 !important;
    }
    #contributions-list h2{
        margin: 0;
    }
}

/* WOOCOMMERCE NOTICES */

.woocommerce-notices-wrapper {
    position:relative;
    float:left;
    width:100%;
}

.sorteren .woocommerce-notices-wrapper{
    display: none;
}

/* WIDGET PRODUCTBOX */

body .berocket_aapf_widget .berocket_checkbox_color.berocket_color_with_value {
    width:50%;
}


body .berocket_aapf_widget .berocket_checkbox_color.berocket_color_with_value {
    float:left;
}

body span.berocket_color_span_block {
    float:left;
}


body .berocket_aapf_widget .berocket_checkbox_color .berocket_label_widgets {
    padding-left:0px;
    text-align:left;
}

.berocket_aapf_widget .berocket_checkbox_color label span.berocket_color_span_block, span.berocket_color_span_block {

}

body .berocket_aapf_widget .berocket_checkbox_color label span.berocket_color_text {
    float:left;
    margin-left:10px;
    font-size:11px;
    max-width:70px;
}


body .berocket_aapf_widget .berocket_checkbox_color label span.berocket_color_span_block, body span.berocket_color_span_block {
    border:1px solid #000;
    background-size:cover !important;
}

body .berocket_aapf_widget .berocket_checkbox_color.berocket_color_with_value.w2em.brchecked_default input[type="checkbox"]:checked + label .berocket_color_span_block, .berocket_aapf_widget .berocket_checkbox_color.berocket_color_with_value.w2em.brchecked_default .berocket_checked .berocket_color_span_block {
    width:2em;
    border:2px solid #00B900;
}



/* COLORS TAB */
.color-wrapper {
    position:relative;
    float:left;
    width:100%;
    margin:0 0 20px 0;
}

.color-wrapper .color-wrap {
    position:relative;
    float:left;
    width:100%;
}
.color-wrapper .color-wrap .color {
    position:relative;
    float:left;
    width:100px;
    height:100px;
    margin-right:20px;
    margin-bottom:20px;
}

.color-wrapper .color-wrap .color .color-image {
    position:relative;
    float:left;
    width:100px;
    height:100px;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
    border:1px solid #373737;
}

.color-wrapper .color-wrap .color img {
    display:none;
}

/* STAFFELPRICING */
body .rp_wcdpd_product_page {
    position:relative;
    float:left;
    width:100%;
}

/* CHECKOUT ADDITION */
.woocommerce-terms-and-conditions-checkbox-text {
    position:relative;
    width:100%;
}
.woocommerce-form__label-for-checkbox {
    position:relative;
    float:left;
    width:100%;
}

.woocommerce-form__label-for-checkbox .required {
    display:none;
}

.woocommerce-form__input-checkbox {
    height:auto;
}
input[name=terms] {
    display:none;
}

/* WERKBLADEN PAGINA */
.colors-sheet {
    position:relative;
    float:left;
    width:100%;
    margin:20px 0 0 0;
}
.color-image-sheet {
    margin:0 0 30px 0;
}

.color-image-sheet-wrap {
    transition: 200ms all ease;
    position:relative;
    float:left;
    width:100%;
}

.color-image-sheet-wrap:hover{
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
}

.color-image-sheet-wrap p {
    position:relative;
    float:left;
    width:100%;
    text-align:center;
    font-size:13px;
    line-height:18px;
    padding-bottom: 10px;
    margin: 0;
    min-height: 46px;
}

.color-image-sheet {
    position:relative;
    float:left;
    width:100%;
    margin:0 0 10px 0;
}

/* TOOLTIP WERKBLADEN */
.available-worksheet-colors-link {
    position:relative;
    float:left;
    padding-left:230px;
    font-size: 12px;
    line-height: 16px;
    margin-top: -20px;
    margin-bottom: 10px;
}

.available-worksheet-colors-link a {
    text-decoration:underline;
}

.available-worksheet-colors-link a:hover {
    text-decoration:none;
}

.available-worksheet-colors {
    max-width:900px;
}

.available-worksheet-colors .row .col-xs-6{
    padding-bottom: 20px;
}

/* CHECKOUT OPTIMALIZATION */
.woocommerce-checkout .pagina-content h1 {
    display:none;
}

abbr[title] {
    text-decoration:none;
    border-bottom:0px;
}

/* PRODUCT REVIEWS */
#contributions-list {
    position:relative;
    float:left;
    width:100%;
    margin:20px 0 0 0;
}

#contributions-list h2 {
    font-size:20px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text, .woocommerce-page #reviews #comments ol.commentlist li .comment-text {
    margin-left:0px;
}

.woocommerce #reviews #comments ol.commentlist, .woocommerce-page #reviews #comments ol.commentlist {
    margin:0px 0px 20px 0;
}

.woocommerce #reviews .contribution-actions>a.notifications {
    display:none;
}

.shop_table td.product-quantity label.screen-reader-text {
    display:none;
}

/* TAB FOR USPs */

body.show-newsletter-tab .newsletter-tab {
    left:0px !important;
}


.newsletter-tab {
    position: fixed;
    top: 50%;
    left: -360px;
    z-index: 1008;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
    -moz-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -webkit-transform: translate(0,-25%);
    transform: translate(0,-25%);
}

.newsletter-tab .toggle-newsletter {
    position: absolute;
    left: 100%;
    top: 50%;
    width: 180px;
    height: 50px;
    margin-top: -26px;
    margin-left: -73px;
    font-size: 16px;
    line-height: 45px;
    text-transform: uppercase;
    color: #fff;
    background-color: #f36d33;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}

.newsletter-tab .toggle-newsletter:hover {
    text-decoration:none;
}

.newsletter-tab .newsletter-content {
    position: relative;
    float: left;
    padding: 20px;
    width: 360px;
    background-color: #fff;
    border-top: 1px solid #e2e6df;
    border-bottom: 1px solid #e2e6df;
    border-right: 1px solid #e2e6df;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0 0 65px 15px rgba(0,0,0,.11);
    -webkit-box-shadow: 0 0 65px 15px rgba(0,0,0,.11);
    -moz-box-shadow: 0 0 65px 15px rgba(0,0,0,.11);
}


.newsletter-tab .newsletter-content ul {
    position:relative;
    float:left;
    width:100%;
    margin:0;
}

.newsletter-tab .newsletter-content ul li {
    position:relative;
    float:left;
    width:100%;
    margin:0 0 30px 0;
    list-style-type:none;
    font-size:18px;
    line-height:26px;
}

.newsletter-tab .newsletter-content ul li:last-child {
    margin:0;
}

.newsletter-tab .newsletter-content ul li i {
    position:relative;
    width:30px;
    text-align:left;
    color:#00B900;
}

/* RATING */
div.rating {
    position:relative;
    float:left;
    width:100%;
    margin:0 0 10px 0;
}

div.rating a:link {
    text-decoration: none;
}

div.rating a{
    color: #373737;
}

div.rating i {
    color:#FFD700;
}

li.product div.rating {
    padding: 0 6px;
    font-size:13px;
    min-height:22px;
    color: #373737;
}


@media(max-width:767px){
    .woocommerce #reviews .product-rating .product-rating-summary, .woocommerce-page #reviews .product-rating .product-rating-summary {
        width:100%;
        display:inline-block;
    }
    .woocommerce #reviews .product-rating .product-rating-details, .woocommerce-page #reviews .product-rating .product-rating-details {
        width:100%;
        display:inline-block;
    }

    .available-worksheet-colors-link{
        padding-left: 0;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

/* FILTER OVERRIDES */
.zijbalk ul li.berocket_term_depth_1 {
    padding-left:20px;
}

/* PRICE MANUAL */

.berocket_slider_start_val:not([disabled]):not([type="submit"]):focus, .berocket_slider_end_val:not([disabled]):not([type="submit"]):focus {
    background-color:red;
}

.single-product .quantity .screen-reader-text {
    display:none;
}


@media(max-width:767px){
    body .__fbcw__sticky__feedback-company-trusted-card, body .__fbcw__sticky__sticky-widget {
        display:none !important;
    }
}

/* MY ACCOUNT IMPROVEMENTS */
.woocommerce-MyAccount-content .shop_table {
    float:none;
}

.woocommerce-MyAccount-content .woocommerce-customer-details {
    position:relative;
    float:left;
    width:100%;
}

p.order-again {
    float:left;
    width:100%;
}


.woocommerce-MyAccount-content {
    float:left;
    width:940px;
}
.woocommerce-MyAccount-navigation {
    float:left;
    width:200px;
}

@media(max-width:767px){
    .woocommerce-MyAccount-content {
        width:100%;
    }
    .woocommerce-MyAccount-navigation {
        width:100%;
    }
    .woocommerce-MyAccount-content .shop_table thead tr th {
        display:none;
    }

    .woocommerce-MyAccount-content .shop_table tr {
        position:relative;
        float:left;
        width:100%;
        display:block;
    }
    .woocommerce-MyAccount-content .shop_table td {
        display:block;
        float:left;
        width:100%;
    }
}

@media(min-width:768px) and (max-width:991px){
    .woocommerce-MyAccount-content {
        width:100%;
    }
    .woocommerce-MyAccount-navigation {
        width:100%;
    }
}

@media(min-width:992px) and (max-width:1199px){
    .woocommerce-MyAccount-content {
        width:740px;
    }
    .woocommerce-MyAccount-navigation {
        width:200px;
    }
}

@media(min-width:1200px){

}

/* CHECKOUT HEADER */
.checkout-header {
    position: relative;
    float: left;
    width: 100%;
    border-bottom:3px solid #d8d8d8;
    padding: 15px 0;
    margin: 0 0 20px 0;
}

body.woocommerce-checkout {
    overflow-x: hidden;
}


.checkout-header .logo-checkout {
    float: right;
    position: relative;
    margin: 6px 0;
}

.checkout-header .button {
    float: left;
}
.checkout-header .button:link, .checkout-header .button:visited {
    color: #FFF;
    background-color: #373737;
}
.checkout-header .button:hover, .checkout-header .button:active {
    color: #fff;
    background-color: #000;
}

@media(max-width:767px){

    body.woocommerce-checkout .woocommerce-checkout {
        margin: 0;
    }
    body.woocommerce-checkout {
        margin: 0;
    }

    body.woocommerce-checkout .pagina-content {
        margin: 0;
    }

    .checkout-header .inner {
        text-align: center;
    }
    .checkout-header .button {
        float: none;
        margin: 0 auto 15px auto;
        display: inline-block;
    }
    .checkout-header .logo-checkout {
        margin:0 0 15px 0;
        float: none;
        display: inline-block;
    }

}

/* CALCULATE TOTALS */
.woocommerce-info button#calculate_discount {
    float:right;
    margin-right: 0px;
    margin-left: 15px;
    color:#fff;
    background-color: #f36d33;
}

.woocommerce-info button#calculate_discount:hover {
    background-color: #d85b24;
}

.dropshipping-price {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
}

.dropshipping-price i {
    color:#0bacd9;
}

.dropshipping-price .price-holder {
    font-weight: bold;
}


.dropshipping-explained {
    position: relative;
    float: left;
    width: 100%;
    font-size: 80%;
    margin: 0 0 20px 0;

}


/* HIDE COUPON THING IN CHECKOUT */

.woocommerce-checkout .woocommerce-form-coupon-toggle {
    display: none !important;
}

/* Categories-home */
.categories-home {
    position: relative;
    float: left;
    width: 100%;
    padding-top: 40px;
}

.categories-home .category-row {
    position: relative;
    float: left;
    width: 100%;

}

.categories-home .category-row h2 {

    position: relative;

    width: 100%;
    text-align: center;
}

.categories-home .category-row h2 a:link, .categories-home .category-row h2 a:visited {
    color: #000;
}


.categories-home .category-row h2 a:hover, .categories-home .category-row h2 a:active {
    color: #000;
    text-decoration: underline;
}


.categories-home .category-row .category-items {
    position: relative;

    margin-left: -15px;
    margin-right: -15px;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;

}

.categories-home .category-row .category-items .cat {
    position: relative;
    float: left;
    margin: 0 15px 30px 15px;
    flex: 0 0 calc(20% - 30px);
    display: flex;
}

.categories-home .category-row .category-items .cat a {
    position: relative;
    float: left;
    width: 100%;
    padding: 12px;
    text-align: center;
}

.categories-home .category-row .category-items .cat a figure {
    position: relative;
    display: inline-block;
    width: 120px;
    height: 114px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    margin: 0;
}
.categories-home .category-row .category-items .cat a figure img {
    display: none;
}

.categories-home .category-row .category-items .cat a h4 {
    font-size: 14px;
    line-height: 16px;
    margin: 0;
}

.categories-home .category-row .category-items .cat a:link, .categories-home .category-row .category-items .cat a:visited  {
    box-shadow: 0 0 10px rgba(0,0,0,.12);
    text-decoration: none;
    color: black;
}

.categories-home .category-row .category-items .cat a:hover, .categories-home .category-row .category-items .cat a:active  {
    box-shadow: 0 0 10px rgba(0,0,0,.24);
    text-decoration: none;
    color: black;
}

.categories-home .category-row .category-items .cat.all{
    display: none;
}

.categories-home .category-row .category-items .cat.all a h4 {
    display: inline-block;
    position: relative;
    top: calc(50% - 10px);
}

@media(max-width:767px){
    .categories-home {
        padding:20px 0 0 0;
    }

    .categories-home .category-row .category-items .cat.all{
        display: inline-block;
    }

    .categories-home .category-row .category-items .cat a{
        height: 100%;
    }

    .categories-home .category-row .category-items .cat a h4 {
        font-size: 11px;
    }

    .categories-home .category-row .category-items {
        margin-left: -10px;
        margin-right: -10px;
    }
    .categories-home .category-row .category-items .cat {
        flex: 0 0 calc(50% - 20px);
        margin: 0 9px 20px 9px;
    }

    .woocommerce .shop_table .quantity{
        display: flex;
    }
    .shop_table td.product-subtotal{
        padding-left: 5px;
    }
}

@media(min-width:768px) and (max-width:991px){
    .categories-home {
        padding: 20px 0 0 0;
    }
}

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

}

@media(min-width:1200px){

}

/* USP BAR MOBILE */
.usp-bar-mobile {
    position: relative;
    float: left;
    width: 100%;
    padding: 5px 0;
    color:#000;
    background-color: #eee;
}

.usp-bar-mobile ul {
    overflow-x: auto;
    overflow-y:auto;
    display: flex;
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
    padding:12px 0;
}

.usp-bar-mobile ul li {
    /* width: calc(65% - 40px);*/
    position: relative;
    float: left;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    flex:0 0 auto;
    margin-right: 30px;

    font-size: 10px;
    line-height: 12px;
}

.usp-bar-mobile ul li i {
    color: #f36d33;
    margin-right: 10px;
}

.usp-bar-mobile ul li a {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.usp-bar-mobile ul li a:link, .usp-bar-mobile ul li a:visited {
    color:#000;
    text-decoration: none;
}
.usp-bar-mobile ul li a:hover, .usp-bar-mobile ul li a:active {
    color:#000;
    text-decoration: none;
}

.usp-bar-mobile ul li a div.stars {
    margin-right: 10px;
}
.usp-bar-mobile ul li a div.stars i {
    color: #f36d33;
    margin-right: 0px;
}

.wrap-acc-mobile{
    display: none;
}

.wrap-acc {
    position: relative;
    float: left;
    width: 100%;
}

@media(max-width:991px) {
    body.single-product .wrap-acc{
        display: none;
    }
    body.single-product .wrap-acc-mobile{
        display: inline-block;
        width: 100%;
        position: relative;
        float: left;
    }
}

.accordion-container {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 30px 0;

}

.accordion-container li {
    position: relative;
    float:left;
    width: 100%;
    list-style: none;
    padding: 5px 0;
}

.accordion-container li .inner li{
    list-style: unset;
}

.accordion-container li a.toggle {
    position: relative;
    float: left;
    width: 100%;
    border: 1px solid #e8e8e8;
    color:#000;
    font-weight: 500;
    padding: 7px 32px 7px 10px;

}

.accordion-container li a.toggle.active{
    background-color: rgba(211, 211, 211, 0.25);
}

.accordion-container .inner {
    position: relative;
    float: left;
    width: 100%;
    display: none;
    border: 1px solid lightgrey;
    border-top: none;
    padding: 10px;
    font-size: 12px;
    line-height: 18px;
}

.accordion-container .inner p:last-child{
    margin: 0;
}

.accordion-container li a.toggle i {
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.accordion-container li a.toggle:link, .accordion-container li a.toggle:visited {
    color:#000;
    text-decoration: none;
}

.accordion-container li a.toggle:hover, .accordion-container li a.toggle:active {
    color:#000;
    text-decoration: none;
}

/* USPS CHECKOUT */
.usp-top-cart {
    position: relative;
    float: left;
    width: 100%;

}

.usp-top-cart ul {
    position: relative;
    float: right;
    list-style: none;
    margin:0 0 20px 0;
    min-width: 267px;


}

.usp-top-cart ul li {
    color:#f36d33;
}

/* SINGLE PRODUCT CHANGE TAB REVIEW */

#tab-reviews #reviews{
    display: flex;
    flex-direction: column;
}

#tab-reviews #reviews .contributions-title{
    display: none;
}

#tab-reviews #reviews #id{
    order: 1;
}

#tab-reviews #reviews .product-rating{
    border-top: 1px solid #e2e2e2;
    padding: 20px 0;
    order: 2;
}

#tab-reviews #reviews .contributions-form-title{
    order: 3;
}

#tab-reviews #reviews .contribution-type-selector{
    order: 4;
}

#tab-reviews #reviews .contribution-form-wrapper{
    order: 5;
}

.sticky-placeholder{
    display: none !important;
}


.request-a-quote .inner-contentcol{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    float: left;
    width: 90%;
    background: #ECECEC;
    padding: 20px;
}

.request-a-quote .inner-contentcol span.text{
    position: relative;
    display: block;
    width: 100%;
    padding-top: 20px;
    color: #000;
}

.request-a-quote .inner-contentcol span.text ul{
    list-style: none;
}

.request-a-quote .inner-contentcol span.text ul li{
    display: inline-block;
    position: relative;
    width: 100%;
}

.request-a-quote .inner-contentcol span.text ul li:before{
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #009600;
    position: absolute;
    left: -20px;
    top: 25%;
}

.cat-banner{
    display: block;
    position: relative;
    width: 100%;
    float: left;
    height: 400px;
    margin-bottom: 40px;
}

.cat-banner .image-holder{
    display: block;
    position: relative;
    width: 100%;
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.cat-banner .image-holder .overlay{
    display: block;
    position: absolute;
    left: 0;
    width: 250px;
    border-radius: 4px;
    background-color: #f36d33;
    margin-left: 20px;
    padding: 20px 30px;
    top: 25%;
    color: #fff;
}

.list-holder-bg{
    position: absolute;
    width: calc(100% - 30px);
    height: calc(120% - 100px);
    left: 15px;
    background: #ECECEC;
    margin-top: 80px;
    bottom: -10px;
}

.list-holder{
    display: block;
    position: relative;
    width: 100%;
    padding: 20px;
    margin-top: 40px;
}

.list-holder .intro-list{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 15px;
}

.list-holder .intro-list h3.title, .list-holder .intro-list h5.subtitle{
    flex: 0 0 50%;
    max-width: 50%;
    color: #000;
}

.list-holder ul.inner-list{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0;
    list-style: none;
}

.list-holder ul.inner-list li{
    flex: 0 0 25%;
    max-width: 25%;
    padding: 15px;
}

.list-holder ul.inner-list li .column{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    width: 100%;
    background-color: #fff;
    padding: 15px;
}

.list-holder ul.inner-list li .column .intro{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    width: 100%;
    padding: 0;
}

.list-holder ul.inner-list li .column .intro span.count{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;

    position: relative;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: #373737;
    color: #fff;
}

.list-holder ul.inner-list li .column .intro span.title{
    position: relative;
    display: block;
    margin-left: 10px;
    font-weight: 700;
}

.list-holder ul.inner-list li .column .text{
    position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    padding-top: 20px;
}


@media(max-width:767px){
    .list-holder-bg{
        height: 100%;
    }

    .list-holder{
        padding: 15px 0 0 0;
    }

    .list-holder .intro-list h3.title, .list-holder .intro-list h5.subtitle {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .list-holder ul.inner-list li{
        flex: 0 0 100%;
        max-width: 100%;
    }

    .request-a-quote .inner-contentcol{
        width: 100%;
        margin-bottom: 20px;
    }
}

@media(min-width:768px) and (max-width:991px){
    .list-holder-bg{
        height: 100%;
    }

    .list-holder .intro-list h3.title, .list-holder .intro-list h5.subtitle {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .list-holder ul.inner-list li{
        flex: 0 0 100%;
        max-width: 100%;
    }

    .request-a-quote .inner-contentcol{
        width: 100%;
        margin-bottom: 20px;
    }
}

@media(min-width:992px) and (max-width:1199px){
    .list-holder ul.inner-list li{
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media(min-width:1200px){

}

.woocommerce-cart .custom-quote-message{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: #ECECEC;
    color: #000;
}

.woocommerce-cart .custom-quote-message span.text{
    color: #000;
}

.woocommerce-cart .custom-quote-message span.text .bold{
    font-weight: bold;
}

.woocommerce-cart .custom-quote-message a.button{
    margin-right: 0;
}

@media(max-width:991px){
    .woocommerce-cart .custom-quote-message{
        flex-wrap: wrap;
    }
    .woocommerce-cart .custom-quote-message a.button{
        margin-top: 15px;
    }
}

.page-template-quote-received-template-php .woocommerce-message{
    display: none !important;
}

.woocommerce-billing-fields {
    display: block !important;
}

.inline-error label {
    color: #bb4646;
}

.inline-error select, .inline-error input {
    border:1px solid #bb4646;
}

.berocket_single_filter_widget_56868 .bapf_tag_cloud ul li{
    display: inline-block !important;
    line-height: unset !important;
    vertical-align: baseline !important;
    margin: 2px !important;
}

.berocket_single_filter_widget_56868 .bapf_tag_cloud ul li label{
    font-size: 20px !important;
    background-color: transparent !important;
    width: unset !important;
}

.berocket_single_filter_widget_56868 .bapf_tag_cloud ul li label i{
    color: #FFD700 !important;
    font-size: 20px !important;
}

.berocket_single_filter_widget_56868 .bapf_tag_cloud input[type=checkbox]:checked+label, .berocket_single_filter_widget_56868 .bapf_tag_cloud input[type=checkbox]:checked+label *{
    background-color: transparent !important;
}

.berocket_single_filter_widget_56868 .bapf_tag_cloud ul li.checked label{
    border: 2px solid #dedede !important;
    border-radius: 10px !important;
}

.berocket_single_filter_widget_56868 .bapf_tag_cloud ul li.checked label i{
    font-size: 25px !important;
    line-height: 25px !important;
}

#wc-maileon-newsletter-subscription{
    display: none;
}

section.cat-anchors{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

    display: flex;
    position: relative;
    width: 100%;
    height: 600px;
    margin-bottom: 300px;
}

section.cat-anchors .container{
    height: calc(100% + 250px);
}

section.cat-anchors .row, section.cat-anchors .col-xs-12{
    height: 100%;
}

section.cat-anchors .inner-cat-anchors{
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-start;
    align-content: flex-end;
    flex-wrap: wrap;
    position: relative;
    width: calc(100% + 30px);
    left: -15px;
    height: 100%;
}

section.cat-anchors .inner-cat-anchors .cat{
    transition: 200ms ease-in-out all;
    flex: 0 0 calc(33.3333% - 30px);
    max-width: calc(33.3333% - 30px);
    background-color: white;
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .12);
}

section.cat-anchors .inner-cat-anchors .cat a{
    display: inline-block;
    position: relative;
    width: 100%;
    height: 200px;
    color: black;
    padding-top: 15px;
}

section.cat-anchors .inner-cat-anchors .cat a figure.cat-image{
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

section.cat-anchors .inner-cat-anchors .cat a h4{
    display: inline-block;
    position: relative;
    width: 100%;
    text-align: center;
    margin: 10px 0 15px 0;
}

section.cat-anchors .inner-cat-anchors .cat:hover{
    box-shadow: 0 0 10px rgba(0,0,0,.24);
}


@media(max-width:767px){
    section.cat-anchors{
        background-position: top center;
        background-repeat: no-repeat;
        background-size: contain;
        display: inline-block;
        height: 100%;
        margin-bottom: 0;
    }

    section.cat-anchors .inner-cat-anchors{
        padding-top: 100px;
    }

    section.cat-anchors .inner-cat-anchors .cat{
        flex: 0 0 calc(50% - 20px);
        max-width: calc(50% - 20px);
        margin: 5px 10px;
    }

    section.cat-anchors .inner-cat-anchors .cat a{
        height: unset;
        padding: 0;
    }

    section.cat-anchors .inner-cat-anchors .cat a figure.cat-image{
        display: none;
    }

    section.cat-anchors .inner-cat-anchors .cat a h4{
        font-size: 18px;
        line-height: 20px;
        margin: 18px 0 15px 0;
    }
}

@media(min-width:768px) and (max-width:991px){
    section.cat-anchors .inner-cat-anchors .cat{
        flex: 0 0 calc(50% - 30px);
        max-width: calc(50% - 30px);
    }
}

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

}
