@font-face {
    font-family: 'fontawesome';
    src: url('fonts/fontawesome-webfont.eot');
    src: url('fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), 
        url('fonts/fontawesome-webfont.woff') format('woff'), 
        url('fonts/fontawesome-webfont.ttf') format('truetype'), 
        url('fonts/fontawesome-webfont.svg#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
    overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
    -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
    box-sizing: border-box; /* Apply a natural box layout model to the document; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
    -moz-box-sizing: inherit;
    -webkit-box-sizing: inherit;
}

body {
    background: #fff; /* Fallback for when there is no custom background color defined. */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}


.textwidget ul li {
    line-height: 130%;
    margin-bottom: 5px;
}

table { /* tables still need 'cellspacing="0"' in the markup */
    border-collapse: separate;
    border-spacing: 0;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

button, input[type="submit"],
a:focus,
a:hover,
a:active {
    outline: 0;
}

a img {
    border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: Open Sans, Tahoma, Verdana;
    line-height: 125%;
}

p {
    margin-bottom: 1.5em;
}

table p {
    margin-bottom: 0;
}

b,
strong {
    font-weight: bold;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    border-left-width: 6px;
    border-left-style: solid;
    padding: 10px 15px;
    margin: 0;
    font-style: italic;
    line-height: 140%;
    float: left;
}

blockquote:before,
blockquote:after {
    width: 100%;
    font-family: fontawesome;
    line-height: 10px;
    font-size: 30px;
}

blockquote:before {
    content: "\f10d";
    float: left;
    margin-bottom: 10px;
}

blockquote:after {
    content: "\f10e";
    float: right;
    margin-top: 10px;
    text-align: right;
}

blockquote p {
    margin-bottom: 0;
    float: left;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 1.5rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
}

sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    line-height: 200%;
}

.textwidget h1, .textwidget h2, .textwidget h3, .textwidget h4, .textwidget h5, .textwidget h6 {
    line-height: 100%;
}


h1 {
    font-size: 160%;
}

h2 {
    font-size: 150%;
}

h3 {
    font-size: 130%;
}

h4 {
    font-size: 120%;
}

h5 {
    font-size: 100%;
    margin-bottom: 1em;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
}

figure {
    margin: 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

th {
    font-weight: bold;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
    font-size: 100%; /* Corrects font size not being inherited in all browsers */
    margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
    vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
    -webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
}


input[type="checkbox"],
input[type="radio"] {
    padding: 0; /* Addresses excess padding in IE8/9 */
    cursor: pointer
}

input[type="search"] {
    -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
}

textarea {
    overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
    vertical-align: top; /* Improves readability and alignment in all browsers */
    resize: vertical;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
    clear: both;
    display: block;
    float: none;
    width: 100%;
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation li {
    float: left;
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 1.5em;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover > ul {
    left: auto;
}

.main-navigation ul ul li:hover > ul {
    left: 100%;
}

.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
/* Make sure select elements fit in widgets */
.widget select {
    max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
    display: none;
}

.widget_products_predictive_search {
    width: 350px;
}

.widget_products_predictive_search form {
    padding-top: 12.5px !important;
}

.widget_products_predictive_search .predictive_search_input {
    width: 100% !important;
}

.widget_products_predictive_search .predictive_search_bt {
    max-width: 40px !important;
    width: 40px !important;
    background-position: center center;
}

.widget_products_predictive_search .ctr_search {
    border: 0 !important;    
    padding: 0 50px 0 10px !important;
    width: 100%;
    box-sizing: border-box !important;
}

.widget_products_predictive_search .ctr_search .txt_livesearch {
    height: 32px !important;
}

.rs_price>.amount {
    font-weight: bold;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
    max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto;
}

.wp-caption-text {
    text-align: center;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}


/*Remove the wp logo from the admin bar*/
#wp-admin-bar-wp-logo a.ab-item {
    display: none!important;
}






/*predictive search*/
.ajax_search_content_title, .more_result{
    width: 100% !important;
}
.predictive_results {
    width: 700px !important;
    box-sizing: border-box !important;
}

.predictive_results ul li .rs_content_popup{
    width: 85% !important;
}
.fr_search_widget{
    line-height: 40px !important;
    padding-top: 10px !important;
}
.ajax_search_content_title{
    padding: 10px !important;
}
.predictive_results ul li .rs_description{
    float: none !important;
}
.result_row{
    margin: 10px 0px !important;
}
.ac_odd{
    border-bottom: 0.5px solid #e2e2e2 !important;
}

.rs_avatar{
    width: 100%;
    max-width: 70px !important;
    max-height: 60px !important;
}

.rs_price{
    float: right;
    font-size: 15px;
}
.woocommerce-price-suffix{
    font-size: 10px !important;
}
.predictive_search_input{
    outline: none !important;
}

.rs_rs_name {
    font-size: 17px;
    font-weight: bold;
    line-height: 18px;
    margin: 5px 0;
    height: 36px;
    overflow: hidden;
}

.rs_content>a {
    text-decoration: none;
}

.rs_rs_description {
    display: none;
}

.rs_rs_sku {
    display: none;
}

.rs_rs_price>.amount {
    font-weight: bold;
}

.rs_rs_cat {
    margin-top: 15px;
}

.rs_content {
    margin-left: 100px !important;
}

.rs_result_row {
    margin: 0px 0 15px !important;
    padding: 0px 0 15px !important;
}

.rs_result_others_heading {
    font-weight: normal !important;
    float: left;
    margin-right: 5px;
}

.rs_result_others {
    margin-bottom: 30px !important;
}

.ps_more_result {
    opacity: 1 !important;
    padding: 20px !important;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
}

.ps_more_result em {
    font-style: normal !important;
}

/*--- Initialize spin effect ---*/
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

/*Green button colors*/
.usp-header li:before,
.free-shipping,
ul.products li.type-product .product-in-stock {
    color: #008500;
}

.site-footer .mailerlite-form input[type="submit"],
.add_to_cart_button:before,
.added_to_cart:before,
ul.products li.type-product .product_type_simple.button,
ul.products li.type-product .product_type_simple.button:before,
.widget_shopping_cart p.buttons .checkout,
button.single_add_to_cart_button,
span.single_add_to_cart_button,
button[type="submit"].checkout-button,
#place_order {
    background-color: #009600;
}

.site-footer .mailerlite-form input[type="submit"]:hover,
ul.products li.type-product .product_type_simple.button:hover,
ul.products li.type-product .product_type_simple.button:hover:before,
.widget_shopping_cart p.buttons .checkout:hover,
button.single_add_to_cart_button:hover,
span.single_add_to_cart_button:hover,
#place_order:hover,
button[type="submit"].checkout-button:hover {
    background-color: #007400 !important;
}

.site-footer .mailerlite-form input[type="submit"]:focus,
ul.products li.type-product .product_type_simple.button.loading:before,
ul.products li.type-product .product_type_simple.button.loading,
.widget_shopping_cart p.buttons .checkout:focus,
.main-information button[type="submit"].button-active,
.add_to_cart_button.loading,
#place_order.button-active,
button.single_add_to_cart_button:focus,
span.single_add_to_cart_button:focus,
button[type="submit"].checkout-button.button-active {
    background-color: #57A057 !important;
}


#customer_login .col-1,
#customer_login .col-2,
.login {
    background-color: #f6f6f6;
}

/*--- Transition when hovering or clicking ---*/
.logout .header-widget-title,
.widget_shopping_cart:before,
.widget_shopping_cart li,
a,
button,
.widget_products_predictive_search .predictive_search_bt {
    transition: 0.15s;
    -webkit-transition: 0.15s;
    -moz-transition: 0.15s;
}

input {
    transition: 0.35s;
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
}

input,
textarea {
    outline: none;
}

.cart.shop_table input[type="submit"].update-cart-button {
    background-color: transparent;
    text-decoration: underline;
}

.variations a.reset_variations:before,
.textwidget ul li:before,
.options-list li:before,
.single-product-wrapper .price .amount,
.product-categories .children .cat-item a,
.buttons_added input[type="button"],
h1, h2, h3, h4,
.comment-reply-title,
a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.woocommerce-product-rating {
    padding-top: 0 !important;
    display: block !important;
    padding-bottom: 25px !important;
}

.product-category:hover h3 {
    text-decoration: underline;
}

.main-information .star-rating {
    margin: 0 !important;
}

.entry-content {
    margin: 0;
}

h2, h3 {
    font-weight: bold;
}

.panel-grid-cell h1,
.panel-grid-cell h2,
.panel-grid-cell h3,
.panel-grid-cell h4,
.panel-grid-cell h5,
.panel-grid-cell h6 {
    font-weight: normal;
}

.woo-ma-login-failed.woo-ma-error,
.entry-title {
    display: none;
}

/*--- Set box-sizing to border-box for better rendering ---*/
.box-sizing, input, button, textarea, select {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

/*--- Set all styles for input fields ---*/
input[type="email"], input[type="number"], input[type="password"],
input[type="tel"], input[type="url"], input[type="text"],
input[type="search"], input[type="tel"], input[type="textarea"],
input[type="datetime"], input[type="date"], input[type="datetime-local"],
input[type="number"], input[type="week"], input[type="time"], input[type="month"], textarea, select {
    font-size: 100%;
    max-width: 100%;
}

/*--- Set all styles for buttons ---*/
.button, button, input[type="button"], input[type="submit"],
input[type="file"], input[type="reset"] {
    border: 0;
    cursor: pointer;
    -webkit-appearance: none;
    font-size: 90%;
    display: inline-block;
    text-decoration: none;
    padding: 3px 6px;
    border-radius: 2px;
}

.button, button, input[type="button"], input[type="submit"],
input[type="file"], input[type="reset"], .button-more-info {
    border: 0;
    cursor: pointer;
    -webkit-appearance: none;
    font-size: 90%;
    display: inline-block;
    text-decoration: none;
    border-radius: 0px;
}

.update-cart-button {
    text-decoration: underline;
}

.update-cart-button:hover {
    background-color: transparent !important;
}

.button-more-info {
    float: left;
    clear: both;
    padding: 6px;
    width: 100%;
    margin-top: 6px;
}

.button-more-info:before {
    content: "\f054 ";
    font-family: FontAwesome;
    float: right; 
    padding-top: 2px;
}

.added_to_cart.wc-forward:after,
.add_to_cart_button {
    display: none;
    padding: 0;
}

.wppp-select, .orderby {
    padding: 0 3px;
    height: 2em;
    font-family: 'opensans', Tahoma, Verdana;
}

.form-wppp-select {
    margin: 0 0 5px 10px !important;
}

#wew-submit-email-to-notify:before,
.added_to_cart:before,
.product_type_variable.button:before,
.product_type_simple.button:before {
    content: '\f061';
    padding: 7px 8px;
    font-size: 150%;
    width: 100%;
    height: 40px;
    font-family: FontAwesome;
    display: block;
}

.added_to_cart.wc-forward:before,
.button.add_to_cart_button:before {
    content: '\f07a';
    padding: 10px 13%;
}

.add_to_cart_button.loading:before {
    content: "\f110"!important;
    background-color: transparent;
    display: inline-block;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

#wew-submit-email-to-notify:before {
    font-size: 200%;
    height: 50px;
    padding: 0;
    line-height: 50px;
    content: "\f0e0";
}

.added_to_cart.wc-forward:before {
    content: '\f00c';
}

.widget_shopping_cart:before {
    content: '\f07a';
    font-family: FontAwesome;
    font-size: 22px;
    cursor: pointer;
}

/*----- GENERAL -----*/
body {
    font-family: 'opensans', Tahoma, Verdana;
}

.content-wrapper {
    min-height: 550px;
    padding-top: 65px;
}

.usp-header,
.main-navigation,
.site-content,
.custom-footer {
    width: 95%;
    max-width: 1150px;
    margin: 0 auto;
}

.site-content {
    margin-top: 40px;
}

/*page builder fix*/
.site-content > .content-area {
    width: 100%;
    float: left;
}

/*KLANTENSERVICE MENU*/
.woocommerce-MyAccount-navigation ul li,
.panel-grid-cell .menu-klantenservice-container ul li {
    border-top: 1px solid #e2e2e2;
}

.woocommerce-MyAccount-navigation ul li:first-child,
.panel-grid-cell .menu-klantenservice-container ul li:first-child {
    border: 0;
}

.woocommerce-MyAccount-navigation ul li a,
.panel-grid-cell .menu-klantenservice-container ul li a {
    text-decoration: none;
    font-size: 1.1em;
    padding: 12px 0;
    display: block;
}

.woocommerce-MyAccount-navigation ul li a:after,
.panel-grid-cell .menu-klantenservice-container ul li a:after {
    content: "\f054";
    font-family: fontawesome;
    float: right;
}

.woocommerce-MyAccount-navigation ul li.is-active a,
.panel-grid-cell .menu-klantenservice-container ul li.current-menu-item a {
    font-weight: bold;
}

/*----- HEADER -----*/
.site-header {
    width: 100%;
    position: fixed;
    z-index: 1001;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

/*----- NAVIGATION -----*/
.main-navigation .header-widget-list {
    width: 100%;
    text-align: center;
    vertical-align: top;
}

.header-widget-list ul {
    display: block;
    width: 100%;
}

.main-navigation ul ul {
    position: static;
    box-shadow: none;
}

.header-widget-list>li {
    padding: 20px 0;
}

.header-widget-list>li:first-child {
    padding: 0;
}

.header-widget-list li a:hover {
    text-decoration: none;
}

.header-widget-list p {
    margin: 0;
    padding: 0;
}

.header-widget-list .widget_product_categories,
.header-widget-list .logout .header-widget-title,
.main-navigation .widget_shopping_cart:before {
    cursor: pointer;
}

.header-widget-list .logout .header-widget-title,
.main-navigation .widget_shopping_cart:before,
.main-navigation .header-widget {
    padding: 0;
    height: 65px;
    line-height: 65px;
    float: left;
}

.main-navigation .widget_nav_menu,
.main-navigation .WooCommerceMyAccountWidget,
.main-navigation .widget_shopping_cart_wrapper {
    float: right;
}

.main-navigation .header-logo {
    height: 50px;
    margin: 7.5px 15px 0 0 ;
    float: left;
    width: auto;
}

.widget_shopping_cart {
    position: relative;
}

.header-widget-list #wma_login_form,
.widget_shopping_cart_content {
    z-index: 999999;
    display: none;
    font-size: 0.9em;
    position: absolute;
    width: 420px;
    top: 100%;
    right: 0;
    border-style: solid;
    border-width: 3px 1px 1px 1px;
}

.header-widget-list .widget_shopping_cart_wrapper a > ul:before {
    content: attr(data-content);
    width: 21px;
    font-size: 11px;
    font-weight: bold;
    height: 21px;
    top: 9px;
    right: 14px;
    position: absolute;
    border-radius: 100%;
}

.widget_shopping_cart:hover .widget_shopping_cart_content {
    display: block;
}

.widget_shopping_cart .widget_shopping_cart_content .total .amount {
    float: left;
    font-size: 12px;
    display: block;
    width: 35%;
    font-weight: bold;
    font-size: 0.9em;
}

.widget_shopping_cart .widget_shopping_cart_content .total strong {
    width: 65%;
    float: left;
    overflow: hidden;
    text-align: right;
    font-size: 0.9em;
}

.widget_shopping_cart_content .remove,
.widget_shopping_cart .variation,
.header-widget-list .widget_product_search .header-widget-title,
.header-widget-list .woo-ma-lost-pass,
.header-widget-list .login .header-widget-title {
    display: none;
}

.header-widget-list #searchsubmit,
.header-widget-list .widget_search {
    padding: 0 15px;
}


.header-widget-list .widget_shopping_cart:before,
.header-widget-list .logout .header-widget-title,
.header-widget-list .widget_product_categories .header-widget-title,
.header-widget-list .login .myaccount-link,
.header-widget-list ul li a {
    width: 100%;
    padding: 0 25px;
    float: left;
}

.header-widget-list .widget_product_categories a {
    float: left;
}

.header-widget-list .logout {
    position: relative;
    float: left;
}

.header-widget-list .login-remember label,
.header-widget-list .logout input,
.header-widget-list .logout label {
    float: left;
    width: 48%;
    margin: 0 1%;
    line-height: 140%;
    margin: 5px 0;
    padding: 3px;
    height: 27px;
}

.header-widget-list .logout label {
    line-height: 27px;
    padding: 1px;
    text-align: right;
    padding-right: 5px;
}

.header-widget-list .logout input[type="submit"] {
    width: 96%;
    margin: 5px 2%;
    height: 30px;
}

.header-widget-list .login-remember label {
    float: right;
    width: 80%;
}

.header-widget-list .login-remember input[type="checkbox"] {
    width: auto;
    float: right;
    margin: 0 10px;
}

.header-widget-list .logout:hover #wma_login_form {
    display: block;
}

.header-widget-list .search-box,
.header-widget-list .woocommerce-product-search {
    width: 100%;
    padding: 10px 15px;
    position: relative;
}

.header-widget-list #search_que,
.header-widget-list .woocommerce-product-search .search-field {
    padding: 10px;
    height: 45px;
    padding-right: 55px;
    width: 270px;
    float: left;
}

.screen-reader-text,
.widget_shopping_cart span.header-widget-title {
    display: none!important;
}

.header-widget-list #searchsubmit,
.header-widget-list .woocommerce-product-search input[type="submit"] {
    height: 37px;
    margin-top: 4px;
    width: 50px;
    margin-left: -50px;
    line-height: 37px;
    float: left;
    font-size: 1.1em;
    text-align: center;
    font-family: fontawesome;
    background-color: transparent;
    border-left: 1px solid #e2e2e2;
    color: #a5a5a5;
    padding: 0;
}

.header-widget-list #searchsubmit:hover,
.header-widget-list .woocommerce-product-search input[type="submit"]:hover {
    background-color: transparent;
    color: #666;
}

.cls_search {
    position: relative;
}

.header-widget-list .wdm-dropdown-menu {
    position: absolute;
    width: 62%;
    border-width: 1px;
    border-style: solid;
    border-color: #e2e2e2;
    border-top-width: 0;
}

.wdm-dropdown-menu li {
    width: 100%;
}

.header-widget-list ul.wdm-dropdown-menu li a {
    padding: 5px 8px;
    line-height: 150%;
    text-align: left;
}

.header-widget-list .widget_shopping_cart li {
    width: 100%;
}

.header-widget-list .widget_shopping_cart li a {
    padding: 3px 0 3px 10px;
    width: 65%;
    float: left;
    overflow: hidden;
    height: 71px;
    text-align: left;
}

.shop_table tr.transparent-bg,
.header-widget-list .widget_shopping_cart li a:hover {
    background-color: transparent;
}

.header-widget-list .widget_shopping_cart li img {
    max-width: 50px;
    max-height: 50px;
    width: auto;
    height: auto;
    margin: 5px 5px 5px 0;
    float: left;
}

.header-widget-list .widget_shopping_cart li span.quantity {
    float: left;
    font-size: 12px;
    display: block;
    width: 35%;
    padding: 3px 0;
}

.header-widget-list .widget_shopping_cart p.buttons a:first-child {
    background-color: transparent;
    text-decoration: none;
}

.header-widget-list .widget_shopping_cart p.buttons a:first-child:hover {
    text-decoration: underline;
    background-color: transparent !important;
}

.header-widget-list .widget_shopping_cart p.buttons a:first-child:after {
    display: none;
}

.header-widget-list .widget_shopping_cart p.buttons a {
    width: 50%;
    padding: 0;
    margin-top: 10px;
    float: left;
    display: inline;
    line-height: 30px;
    text-decoration: underline;
}

.header-widget-list .widget_shopping_cart p.buttons .checkout {
    height: 30px;
    line-height: 30px;
    width: 47%;
    float: right;
    display: block;
    margin: 10px 3% 10px 0;
    text-decoration: none;
    border-radius: 0;
}

ul.header-widget-list li ul.product-categories {
    display: none;
    position: absolute;
    top: 65px;
    text-align: left;
    right: 0;
    width: 271px;
}

ul.header-widget-list li ul.product-categories  li{
    position: static;
}

ul.header-widget-list .product-categories .children {
    width: 267%;
}

ul.header-widget-list .product-categories .children .children {
    width: 100%;
}

.header-widget-list .product-categories .cat-item a {
    padding: 10px;
    line-height: 120%;
}

.header-widget-list .widget_product_categories:hover .product-categories {
    display: block;
}

/*Translate*/
.header-widget.widget_glt_widget .flag-icon{
    width: 18px !important;
    height: 14px !important;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -9px;
    top: 50%;
    margin-top: -7px;
}

.header-widget.widget_glt_widget {
    font-family: fontawesome;
    float: right;
    width: 40px;
    cursor: pointer;
}

#flags ul li:hover,
.header-widget.widget_glt_widget:hover {
    background-color: rgba(0, 0, 0, 0.15);
}

.header-widget.widget_glt_widget #flags {
    font-family: opensans;
    display: none;
    margin-top: 65px;
}

.header-widget.widget_glt_widget:hover #flags {
    display: block;
}

.header-widget #flags {
    width: 100%;
}

.header-widget #flags ul {
    width: 100%;
    float: left;
}

.header-widget #flags ul li {
    width: 100%;
    float: left;
}

.header-widget #flags ul li a {
    float: none;
    display: block;
    padding: 0;
    margin: 12px auto;
}

/*USP Header*/
.usp-header-wrapper {
    width: 100%;
    float: left;
    margin: 65px 0 10px;
    padding: 0;
}

.usp-list {
    list-style-type: none;
}

.usp-header li {
    float: left;
    margin: 0 25px 0 0;
    line-height: 50px;
}

.usp-header li:before {
    content: "\f00c";
    font-family: fontawesome;
    display: block;
    float: left;
    padding-right: 8px;
    font-size: 18px;
}

.usp-header li.mobile-icon:before {
    content: "\f10b";
    font-size: 35px;
}

.usp-header li.mobile-icon {
    float: right;
    margin-right: 0px;
}

/*WEBSHOP SIDEBAR*/
.webshop-widget-list .widget {
    margin-bottom: 15px;
    float: left;
    width: 100%;
}

.prdctfltr-widget {
    width: 100%;
}

.webshop-widget-list h1.widget-title {
    font-size: 105%;
    font-weight: bold;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    margin-bottom: 10px;
}

.webshop-widget-list .widget_layered_nav_filters .chosen a:after {
    content: 'X';
    float: right;
}

.webshop-widget-list .widget_layered_nav_filters .chosen a {
    text-decoration: none;
}

.widget_layered_nav li a{
    text-decoration: none;
    line-height: 145%;
}

.widget_layered_nav li.chosen a {
    font-weight: bold;
}

.widget_layered_nav li span:before,
.widget_layered_nav li a:before {
    content: '\f096';
    display: inline-block;
    width: 15px;
    margin-right: 5px;
    cursor: pointer;
    font-family: FontAwesome;
    font-weight: normal;
}

.widget_layered_nav li.chosen a:before {
    content: '\f046';
}

.widget_layered_nav li span {
    display: none;
}

.widget_layered_nav li span:before {
    cursor: default;
}

.widget_layered_nav small.count:before {content:"(";}
.widget_layered_nav small.count:after {content:")";}
.widget_layered_nav small.count {
    float: right;
    margin: 0 10px 0 0;
}


/*Recently viewed products*/
.widget_recently_viewed_products ul {
    margin: 0;
    float: left;
}

.widget_recently_viewed_products li {
    border-top: 1px solid #e2e2e2;
    float: left;
}

.widget_recently_viewed_products li:first-child {
    border-top: 0;
}

.widget_recently_viewed_products img {
    margin: 15px auto;
    display: block;
}

.widget_recently_viewed_products .product-title {
    width: 100%;
    margin: 0 0 5px;
    float: left;
    display: block;
}

.widget_recently_viewed_products .woocommerce-price-suffix,
.widget_recently_viewed_products .amount {
    float: left;
}

.widget_recently_viewed_products .woocommerce-price-suffix {
    margin: 3px 5px;
    font-size: 11px
}

/*----- FOOTER -----*/
.site-footer {
    line-height: 135%;
    overflow: hidden;
    position: relative;
}

.site-footer h3 {
    margin-top: 20px;
    font-weight: bold;
}

.site-footer .footer-part .image-box {
    margin-top: 20px;
}

.site-footer a {
    text-decoration: none;
}

.custom-footer {
    font-size: 85%;
}

.footer-row {
    width: 100%;
    float: left;
    position: relative;
}
.footer-part {
    width: 25%;
    float: left;
}

.custom-footer ul {
    margin: 5px auto 15px;
    list-style: none;
}

.textwidget ul li:before,
.custom-footer ul li a:before {
    content: '\f054 ';
    font-family: FontAwesome;
    font-size: 80%;
    padding-right: 5px;
}

.footer-image-logo {
    margin: 0 8px 0 0;
    max-height: 45px;
}

.facebook-icon {
    float: left;
    margin-bottom: 15px;
}

.facebook-icon:before {
    content: "\f082" !important;
    font-family: FontAwesome;
    font-size: 36px !important;
    color: #15719F;
}

.custom-footer h3.footer-icon:before {
    font-family: FontAwesome;
    margin-right: 10px;
    line-height: 120%;
    font-size: 120%;
}

.custom-footer h3.sitemap-icon:before {
    content: "\f0e8";
}

.custom-footer h3.contact-icon:before {
    content: "\f0e0";
}

.custom-footer h3.service-icon:before {
    content: "\f095";
}

.copyright {
    width: 100%;
    height: 15px;
    text-align: right;
    position: absolute;
    bottom: 10px;
    right: 0;
}

.copyright p {
    margin: 0;
}

/*----- CONTENT -----*/
.main-wrapper {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.woocommerce-checkout .main-wrapper,
.woocommerce-cart .main-wrapper {
    margin-top: 0;
}

.payment_method_ICEPAY_IDEAL select {
    display: block;
    float: none;
    margin-left: 0px !important;
}

div.products-wrapper {
    width: 73%;
    margin: 30px 0 30px 2%;
    float: left;
}

.text-box {
    padding: 20px;
}

/*--- 404 page ---*/
.wrapper-404 {
    margin-top: 25px;
    padding-bottom: 80px;
    float: left;
}

.image-404 {
    width: 30%;
    float: left;
}

.title-404,
.text-box-404 {
    width: 50%;
    margin: 20px 0 0 2%;
    float: left;
}

.title-404 {
    font-size: 220%;
    line-height: 180%;
}

/*--- Product list ---*/
ul.products {
    width: 100%;
    float: left;
}


/*--- Breadcrumbs and title ---*/
.woocommerce-breadcrumb,
.page-title {
    margin-top: 0;
    line-height: 35px;
}

.woocommerce-breadcrumb {
    max-width: 100%;
    width: 100%;
    float: left;
    word-break: break-all;
    word-break: break-word; /*only in chrome*/
}

.page-title {
    line-height: 180%;
}

/*--- Description for product category ---*/
.term-description {
    margin: 15px 0;
    font-family: 'opensanslight';
}

/*--- Page numbers in product overview ---*/
ul.page-numbers {
    float: left;
    margin: 10px;
}

ul.page-numbers .page-numbers {
    margin: 3px;
    text-decoration: none;
}

ul.page-numbers li {
    float: left;
    margin: 0;
    padding: 0;
}

ul.page-numbers li:before {
    content: '|';
}

ul.page-numbers li:first-child:before {
    content: '';
}

/*Cross sells in product overview*/
.webshop-template .cross-sells {
    width: 72%;
    margin-left: 23%;
    float: left;
}

.webshop-template .cross-sells li.product {
    width: 50%;
}

/*Product slider*/
.wa_wps_image_carousel ul {
    list-style-type: none;
}

.wa_wps_image_carousel li:before {
    display: none;
}

.wa_wps_onsale {
    z-index: 10 !important;
}

.wa_wps_price,
.wcps-items-price {
    font-size: 14px;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    position: absolute;
    right: 5px;
    top: 10px;
}

.wa_wps_price del,
.wcps-items-price del {
    margin-top: 15px;
    display: block;
    font-size: 80%;
}

.wa_wps_price ins,
.wcps-items-price ins {
    background: none;
    font-weight: bold;
    font-size: 100%;
}

.wa_wps_price > span,
.wcps-items-price > span {
    font-weight: bold;
    margin-top: 25px;
    font-size: 100%;
    display: block;
    text-align: center;
}

.wa_wps_price > strong,
.wcps-items-price > strong {
    font-weight: bold;
    margin-top: 17px;
    display: block;
}

.wa_wps_price .woocommerce-price-suffix,
.wcps-items-price .woocommerce-price-suffix,
.wcps-items-cart strong,
.wcps-container .button {
    display: none;
}

.wcps-container .wcps-flat div.wcps-items {
    background-color: transparent;
    border-width: 0px !important;
    margin: 0px;
}

.wa_featured_img img {
    width: auto;
    height: auto;
    max-width: 200px;
    max-height: 200px;
}

/*Contact form*/
.contact-form-table {
    width: 100%;
}

.contact-form-table td {
    width: 60%;
    float: left;
}

.contact-form-table td:first-child {
    width: 40%;
}

.contact-form-table td span,
.contact-form-table td input,
.contact-form-table td select,
.contact-form-table td textarea {
    width: 100%;
    margin: 0 0 5px 0;
}


/*Menu with categories*/
ul.product-categories {
    position: relative;
    width: 100%;
    font-size: 95%;
    float: left;
    border-width: 1px;
    border-style: solid;
    margin: 0 0 30px;
}

.widget_product_categories .widget-title,
.widget_woocommerce_product_categories .widget-title {
    display: none;
}

.product-categories .children {
    left: 100%;
    top: -1px;
    width: 315%;
    min-height: 100.8%;
    min-height: calc(100% + 2px);
    padding: 15px;
    position: absolute !important;
    display: none;
    margin: 0;
    z-index: 999;

    border-width: 1px;
    border-style: solid;
}

.product-categories .cat-item {
    float: left;
    width: 100%;
}

.product-categories .cat-item a {
    width: 100%;
    float: left;
    padding: 10px;
    text-decoration: none;    
    width: 100%;
}

.product-categories .cat-parent>a:hover {
    cursor: default;
    text-decoration: none !important;
}

/*Each category list*/
.product-categories .children .cat-item {
    width: 30%;
    margin-bottom: 25px;
    float: left;
}

/*Title from each category list*/
.product-categories .children .cat-item a {
    background: none !important;
    font-weight: bold;
    padding: 0;
    font-size: 14.5px;
    line-height: 160%;
}

.product-categories .cat-parent .children .cat-item a:hover {
    text-decoration: underline;
}

/*Category list within a category*/
.product-categories .children .children {
    position: static !important;
    border: 0;
    width: 100%;
    float: left;
    padding: 0;
    margin-top: 2px;
}

/*Title from every category within a category list*/
.product-categories .children .children a {
    font-weight: normal;
}

/*Each single category within a category*/
.product-categories .children .children .cat-item {
    width: 100%;
    float: left;
    margin: 0;
    min-height: 0;
}

/*Remove the third layer of categories*/
.product-categories .cat-item:hover .children .children .children {
    display: none !important;
}

/*Woocommerce layout*/
.webshop-widget-list {
    width: 24%;
    position: relative;
    float: left;
    margin-top: 30px;
}

/*Reviews widget*/
.product_list_widget .star-rating {
    float: left;
    margin-top: 8px;
}

.review-widget-title {
    text-decoration: none;
}


/*REMOVE TITLE FROM LIGHTBOX*/
p.pp_description {
    display: none!important;
}

.ppt {
    display: none!important;
}

/*Fix height of filter*/
.prdctfltr_filter .mCustomScrollBox {
    height: auto;
}

/*test mode*/
p.demo_store {
    width: 100%;
    float: right;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    text-align: center;
    line-height: 300%;
    margin-bottom: 0;
}

@media screen and (max-width: 980px) {
    /*Basic menu, without logo and toggle menu*/
    .content-wrapper {
        padding-top: 120px;
    }

    .site-header {
        padding-bottom: 5px

    }

    .usp-header-wrapper {
        margin-top: 151px;
    }

    .header-widget,
    .widget_nav_menu .menu-header-right-container,
    .widget_nav_menu .menu-mijn-account-container,
    .widget_shopping_cart_wrapper,
    a.cart-icon,
    .mobile-logo,
    .mobile-webshop-menu-icon {
        display: none;
    }

    /*--- Menu for the mobile header ---*/
    .widget_nav_menu,
    .widget_nav_menu .menu-mobile-header-container,
    .widget_product_search,
    .widget_search,
    .widget_products_predictive_search {
        display: block;
    }

    .main-navigation .widget_nav_menu {
        height: auto;
        width: 100%;
        float: left;
    }

    #menu-mobile-header {
        width: 100%;
        float: left;
    }

    .widget_nav_menu ul li a {
        padding: 0;
        float: none;
    }

    a.mobile-logo-link:hover {
        background-color: transparent;
    }

    #menu-mobile-header {
        display: table;
    }

    #menu-mobile-header .menu-item {
        width: auto;
        float: none;
        display: table-cell;
    }

    #menu-mobile-header .menu-item a {
        display: block;
        text-align: center;
        width: auto;
        line-height: 50px;
    }

    /*Search form in mobile header*/
    .header-widget-list .widget_search,
    .header-widget-list .widget_product_search {
        margin: 10px 0;
        max-width: 350px;
        height: auto;
        width: 100%;
    }

    .widget_products_predictive_search {
        width: 100%;
    }

    .predictive_results {
        width: 95% !important;
    }

    .header-widget-list .widget_search,
    .header-widget-list .woocommerce-product-search {
        padding: 0;
    }

    .rs_avatar {
        width: 13%;
    }

    .rs_price {
        float: left;
        margin-top: 15px;
    }

    .rs_description {
        display: none;
    }


    .header-widget-list .widget_search input[type="submit"],
    .header-widget-list .widget_product_search input[type="submit"]{
        float: left;
        line-height: 30px;
        font-size: 16px;
        padding: 8px 15px;
        height: auto;
    }

    .header-widget-list .widget_search #search_que,
    .header-widget-list .woocommerce-product-search input[type="search"] {
        width: 100%;
        float: left;
        line-height: 30px;
        font-size: 16px;
        padding: 8px 15px;
        padding-right: 25%;
        border: 0;
        height: auto;
    }

    .header-widget-list .widget_search input[type="submit"],
    .header-widget-list .woocommerce-product-search input[type="submit"]{
        width: 25% !important;
        margin-left: -25% !important;
        padding: 0 !important;
        line-height: 40px !important;
        height: 40px !important;
        font-size: 1.2em !important;
    }

    /*--- PRODUCTS ---*/
    div.products-wrapper,
    .webshop-widget-list {
        width: 100%;
        margin: 0;
    }

    ul.products li.type-product,
    ul.products li.product-category {
        width: 33.3%;
        margin: 10px 0;
    }

    .webshop-widget-list .widget {
        width: 48%;
        margin: 0;
    }

    .webshop-widget-list .widget_w4e_menu_duplicator,
    .webshop-widget-list .widget.widget_product_categories {
        width: 28%;
    }

    .webshop-widget-list .widget.prdctfltr-widget {
        width: 64%;
    }

    .webshop-widget-list .widget:nth-child(odd) {
        margin-right: 4%;
    }

    ul.products li.type-product.first,
    ul.products li.product-category.first {
        clear: none;
    }

    .widget_recently_viewed_products {
        display: none;
    }

    .wrapper45,
    #customer_login .col-1,
    #customer_login .col-2,
    .login-wrapper,
    .login,
    .wrapper-404,
    .wrapper30 {
        width: 100%;
    }


    #customer_login .col-1,
    #customer_login .col-2 {
        margin-right: 0;
    }

    .login-wrapper {
        margin-left: 0;
    }

    /*--- CART ---*/
    .my_account_orders .order-total,
    .my_account_orders .order-number,
    .cart-wrapper .product-price {
        position: absolute;
        display: none;
    }
}

@media screen and (max-width: 780px) {
    .panel-grid-cell .cat-item ul.children,
    .panel-grid-cell ul.children li.cat-item {
        position: static !important;
        height: auto !important;
    }

    /*--- CATEGORY MENU FOR PAGEBUILDER---*/
    .panel-grid-cell .webshop-widget-list .widget.widget_w4e_menu_duplicator,
    .panel-grid-cell .webshop-widget-list .widget.widget_product_categories {
        width: 100%;
    }

    .panel-grid-cell .webshop-widget-list .widget.prdctfltr-widget {
        width: 100%;
    }

    .panel-grid-cell .product-categories .cat-item {
        border-bottom: 1px solid #e2e2e2;
    }

    .panel-grid-cell .product-categories .cat-item .children {
        position: static;
        float: left;
        width: 100%;
        border: 0;
    }

    .widget_w4e_menu_duplicator.is-active .product-categories,
    .widget_product_categories.is-active .product-categories {
        display: block;
    }

    .panel-grid-cell .product-categories .children .cat-item {
        width: 100%;
        min-height: 10px;
        border: 0;
    }

    .panel-grid-cell .product-categories > .cat-item > a {
        padding: 20px;
        font-size: 130%;
        font-weight: bold;
    }

    .panel-grid-cell .product-categories > .cat-parent > a:after {
        content: '\f078';
        font-family: fontawesome;
        float: right;
    }

    .panel-grid-cell .product-categories > .cat-parent.is-active > a:after {
        content: '\f077';
    }

    .panel-grid-cell .product-categories .is-active .children {
        display: block;
    }

    /*--- PAYMENT ---*/
    .woocommerce-checkout #customer_details,
    .woocommerce-checkout #order_review,
    .woocommerce-checkout #order_review_heading,
    #customer_details,
    #order_review,
    #order_review_heading,
    .order_details,
    ul.order_details,
    .info-message,
    .thankyou-info-wrapper,
    .thankyou-info-wrapper .customer_details,
    .thankyou-info-wrapper .shop_table,
    .thankyou-info-wrapper .addresses{
        width: 100%;
        float: left;
        margin: 0;
    }

    /*--- PAYMENT ---*/
    .checkout_coupon {
        width: 100%;
    }
}

@media screen and (max-width: 640px) {
    /*Toggle menu with three columns in the menu*/
    /*--- HEADER ---*/
    .site-header {
        position: relative;
    }

    .content-wrapper {
        padding-top: 1px;
    }

    a.cart-icon,
    .mobile-webshop-menu-icon {
        display: block;
        width: 40px;
        height: 40px;
        float: left;
        margin: 10px 0;
        padding: 5px;
        cursor: pointer;
    }

    a.cart-icon {
        text-decoration: none;
    }

    .mobile-webshop-menu-icon:before {
        background: none repeat scroll 0 0 #fff;
        box-shadow: 0 3px transparent, 0 9px #fff, 0 15px transparent, 0 18px #fff;
        content: "";
        height: 3px;
        float: left;
        width: 25px;
        margin: 5px 2.5px;
    }

    a.cart-icon {
        float: right;
        font-size: 26px;
        padding: 10px 8px;
        font-family: fontawesome;
    }

    .header-widget-list .widget_product_categories,
    .cart-icon,
    .mobile-logo,
    #menu-mobile-header {
        display: block;
    }

    #menu-mobile-header .menu-item {
        width: 33.3%;
        float: left;
        display: inline-block;
    }

    ul.products li.product-category:nth-child(odd) {
        clear: none;
    }

    #menu-mobile-header .menu-item a {
        width: 100%;
    }

    /*--- Logo for mobile menu ---*/
    .main-navigation .widget_black_studio_tinymce {
        width: 116px;
        height: 50px;
        margin: 1% 50%;
        left: -58px;
        position: absolute;
        z-index: 999;
        max-width: 116px;
    }

    .header-widget-list .widget_search,
    .header-widget-list .widget_product_search {
        max-width: 100%;
    }

    /*--- Category menu in header ---*/
    .header-widget-list .widget_product_categories {
        width: 100%;
        float: left;
        height: auto;
    }

    .header-widget-list .widget_product_categories:hover {
        background-color: transparent;
    }

    .usp-header-wrapper,
    .header-widget-list .widget_product_categories, 
    .header-widget-list .widget_product_search,
    .header-widget-list .menu-mobile-header-container,
    .header-widget-list .widget_product_categories .header-widget-title {
        display: none;
    }

    .header-widget-list .widget_product_categories ul.product-categories {
        display: block;
        position: static;
        float: left;
        width: 100%;
        margin-bottom: 0px !important;
    }

    ul.header-widget-list .product-categories .children {
        width: 100%;
    }

    .main-navigation img.header-logo {
        margin: 0;
    }

    .header-widget-list .widget_black_studio_tinymce {
        display: block;
    }

    /*--- WIDGETS WEBSHOP ---*/    
    .webshop-widget-list .widget.widget_w4e_menu_duplicator,
    .webshop-widget-list .widget.widget_product_categories {
        width: 100%;
    }

    .webshop-widget-list .widget.prdctfltr-widget {
        width: 100%;
    }

    .product-categories .cat-item .children,
    .product-categories .cat-item .cat-item {
        position: static !important;
        height: auto !important;
    }

    .product-categories .cat-item {
        border-bottom: 1px solid #e2e2e2;
    }

    .product-categories .cat-item .children {
        position: static;
        float: left;
        width: 100%;
        border: 0;
        font-size: 1.2em;
    }

    .product-categories .children .children .cat-item {
        padding: 5px 10px;
        font-size: 0.8em;
    }

    .product-categories .children .cat-item {
        width: 100%;
        min-height: 0;
        border: 0;
    }

    .header-widget-list .product-categories > .cat-item > a,
    .product-categories > .cat-item > a {
        padding: 20px;
        font-size: 130%;
        font-weight: bold;
    }

    .product-categories > .cat-parent > a:after {
        content: '\f078';
        font-family: fontawesome;
        float: right;
    }

    .product-categories > .cat-parent.is-active > a:after {
        content: '\f077';
    }

    .product-categories .is-active .children {
        display: block;
    }

    /*REMOVE CATEGORY MENU ON PAGE*/
    .so-panel.widget_w4e_menu_duplicator,
    .webshop-widget-list .widget_w4e_menu_duplicator,
    .webshop-widget-list .widget_product_categories {
        display: none;
    }

    /*HEADER MENU*/
    .header-widget-mobile.widget_product_categories .header-widget-title,
    .header-widget-mobile.widget_nav_menu {
        display: none;
    }


    /*FILTER*/
    .prdctfltr_filter .widget-title {
        display: block;
        width: 100%;
        padding: 5px;
        cursor: pointer;
    }

    .prdctfltr_filter {
        margin-bottom: 0 !important;
    }

    .prdctfltr_filter.is-active {
        margin-bottom: 30px !important;
    }

    .prdctfltr_filter div {
        display: none;
    }

    .prdctfltr_filter.is-active div {
        display: block;
    }

    .filter-toggle:after,
    .prdctfltr_filter .widget-title:after {
        content: '\f078';
        font-family: fontawesome;
        float: right;
    }

    .filter-active .filter-toggle:after,
    .prdctfltr_filter.is-active .widget-title:after {
        content: '\f077';
    }

    .filter-toggle {
        line-height: 50px;
        font-size: 22px;
        display: block;
        text-align: center;
        width: 140px;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        margin-bottom: 15px;
        margin-left: -5%;
        cursor: pointer;
    }

    .filter-toggle:after {
        padding-right: 15px;
    }

    .prdctfltr_woocommerce {
        display: none;
    }

    .filter-active .prdctfltr_woocommerce {
        display: block;
    }

    .woocommerce-ordering,
    .form-wppp-select {
        width: 50%;
        float: right;
        margin: 5px 0;
    }

    .products-wrapper .orderby,
    .products-wrapper .wppp-select {
        width: 100%;
        float: right;
    }

    /*--- PRODUCTS ---*/
    ul.products li.type-product,
    ul.products li.product-category,
    .webshop-widget-list .widget {
        width: 50%;
    }


    ul.products li.type-product,
    ul.products li.product-category {
        border: 0 !important;
    }

    ul.products li.type-product:nth-child(even),
    ul.products li.product-category:nth-child(even) {
        border-left: 1px solid #e2e2e2 !important;
    }

    .woocommerce-tabs .single-product-tab,
    .woocommerce-tabs #tab-description,
    .woocommerce-tabs #tab-additional_information,
    .single-product-wrapper .images,
    .single-product-wrapper .summary {
        width: 100%;
        float: left;
        padding: 0;
        margin: 0 0 20px;
    }

    /*--- CART ---*/
    button[type="submit"].checkout-button {
        width: 100%;
    }

    .cart-wrapper {
        font-size: .9em;
    }

    .cart-wrapper th {
        font-size: .8em;
    }
    .cart-wrapper th,
    .cart-wrapper td {
        padding: 5px;
    }


    .my_account_orders .order-total,
    .cart-wrapper .product-thumbnail {
        position: absolute;
        display: none;
    }

    .cart-collaterals .cart_totals {
        float: left;
        width: 100%;
    }

    .cart-collaterals .cross-sells {
        display: none;
    }

    /*--- FOOTER ---*/
    .footer-logos h3,
    .footer-sitemap,
    .footer-contact {
        display: none;    
    }

    .footer-service,
    .footer-logos,
    .footer-logos .image-box {
        width: 100%;
        padding-bottom: 15px;
    }

    .custom-footer {
        font-size: 1.2em;
        line-height: 2em;
    }

    .custom-footer li a {
        display: block;
        float: left;
        width: 100%;
        border-top-style: solid;
        border-top-width: 1px;
    }

    .custom-footer li:first-child a {
        border-radius: 10px 10px 0 0 ;
        border-top: 0;
    }

    .custom-footer li:last-child a {
        border-radius: 0 0 10px 10px;
    }

    .custom-footer ul li a {
        padding: 5px 10px;
    }

    .custom-footer ul li a:before {
        float: right;
        margin-right: 10px;
    }

    .order-actions .button {
        text-align: center;
        width: 100%;
        line-height: 2.2em;
        display: block;
        margin: 7px 0;
    }
}

@media screen and (max-width: 480px) {
    #menu-mobile-header .menu-item {
        width: 100%;
    }

    .mobile-header .widget_search #search_que,
    .mobile-header .widget_product_search input[type="search"]{
        width: 70%;
    }

    .mobile-header .widget_search input[type="submit"],
    .mobile-header .widget_product_search input[type="submit"]{
        width: 30%;
    }

    /*--- PRODUCTS ---*/
    ul.products li.product-category,
    ul.products li.type-product,
    .webshop-widget-list .widget {
        width: 100%;
    }

    ul.products li.type-product .vertical-align {
        width: 50%;
        float: left;
    }

    ul.products li.type-product h3,
    ul.products li.product-category h3 {
        height: 54px;
        float: left;
        width: 50%;
    }

    ul.products li.type-product .price-stock-box {
        float: left;
        width: 30%;
    }

    ul.products li.type-product .product_type_simple.button,
    ul.products li.type-product .added_to_cart,
    ul.products li.type-product .add_to_cart_button {
        width: 20%;
        float: left;
        margin: 15px 0;
    }

    .button-more-info {
        margin-top: 0;
    }


    ul.products li.product-category,
    ul.products li.type-product {
        border-bottom: 1px solid #e2e2e2!important;
        padding: 20px 0;
    }

    ul.products li.product-category:last-child,
    ul.products li.type-product:last-child {
        border-bottom: 0!important;
    }

    ul.products li.product-category:nth-child(even),
    ul.products li.type-product:nth-child(even) {
        border-left: 0 !important;
    }



    /*--- Select boxes in product overview for sorting ---*/
    .woocommerce-ordering,
    .form-wppp-select {
        width: 80%;
        float: right;
        margin: 5px 0;
    }

    /*--- CART ---*/
    .cart-wrapper .quantity {
        width: 40px;
    }

    .input-text.qty,
    .cart-wrapper .quantity .minus,
    .cart-wrapper .quantity .plus {
        display: block;
        width: 100%;
    }

    .cart-wrapper .quantity .minus,
    .cart-wrapper .quantity .plus {
        padding: 2px;
        margin: 2px 0;
        color: #FFF;
    }

    .coupon .button,
    #coupon_code {
        line-height: 1.8em;
        width: 100%;
        margin: 3px 0;
        float: left;
    }

    .coupon .button {
        width: 60%;
        float: right;
    }

}

@media screen and (min-width: 781px) {
    .header-widget .product-categories .cat-item:hover .children,
    .panel-grid-cell .product-categories .cat-item:hover .children {
        display: block !important;
    }
}

@media screen and (min-width: 641px) {
    .header-widget-list .widget_product_search,
    .header-widget-list .widget_search,
    .webshop-widget-list .product-categories .cat-item:hover .children {
        display: block !important;
    }

    .header-widget-list .widget_product_categories,
    .filter-toggle,
    .widget_product_categories h1.widget-title {
        display: none !important;
    }
}

@media screen and (min-width: 981px) {
    a.cart-icon,
    .menu-mobile-header-container {
        display: none;
    }

    .header-widget-list .widget_product_categories {
        display: block !important;
    }
}

/*--- Styles for printing a page ---*/
@media print {
    div.products-wrapper, .woocommerce-tabs .panel.entry-content {display:block!important;width:100%; margin: 0;}
    .site-footer, .related.products, .webshop-widget-list, .single_add_to_cart_button, .site-header, .tabs, #tab-local_1 {display:none!important}
}
