/*  Theme Name: Shadow
    Theme URI: https://grammer.nl
    Author: Adam M'Harthi
    Author URI: https://eblo.nl/
    Description: Grammer webshop
    Version: 2.0
*/

html,
body{
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #333;
}

/**
 *  TYPOGRAPHY
 *  ------------------------------*/
a{
/** 
	color: #fffffe;
*/
	color: #4799d4;

	transition: 0.5s all;
	
	
}

a:hover,
a:focus{
    text-decoration: none;
	color: #074689;
/*	color: #d7ead9;
*/
	
	
}

p{
    word-break: break-word;
    line-height: 1.5;
}

.text-no-marges p{
    margin-bottom: 0;
}

b,
strong{
    font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6{
    line-height: 1.2;
    margin: 0 0 0.3em;
    color: #282828;
}

h1{
    font-size: 1.733em;
    font-weight: 700;
	margin-bottom: 20px;
}

h2{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}

h3{
    font-size: 1.200em;
    font-weight: 700;
	margin-bottom: 5px;
}

h4{
    font-size: 1.200em;
    font-weight: 400;
	margin-bottom: 5px;
}

h5{
    font-size: 0.667em;
    font-weight: 400;
	margin-bottom: 5px;
}

h6{
    font-size: 0.533em;
    font-weight: 400;
	margin-bottom: 5px;
}

/**
 *  HEADINGS SPECIFIED
 *  ------------------------------*/
.grm-title__home{
    margin: 15px 0 10px;
    padding-bottom: 7px;
    color: #054689;
}

/**
 * CONTAINER WIDTH
 * -------------------------------------*/
@media (min-width: 1200px) {
    .container {
        max-width: 1290px;
    }
}

/**
 * HEADER TOP
 * -------------------------------------*/
.usp-banner{
    background: #fff;
    text-align: right;
    font-size: 0.875rem;
    line-height: 1.5rem;
    display: block;
    margin: 8px 0;
}

.banner-products{
    margin: 25px 0;
}

.banner-products a{
    font-size: 18px;
}

.usp-banner__wrapper{
    display: flex;
    margin: 0 auto;
    align-items: center;
}

.usp-banner a{
    color: #01468a;
}

.usp-banner .usp-banner__kiyoh,
.usp-banner .usp-banner__thuiswinkel {
    margin-left: auto;
    color: #55b773;
    display: flex;
}

.usp-banner a.usp-banner__thuiswinkel{
    margin-left: 0 !important;
}

.usp-banner__itemlist{
    list-style: none;
	color: #054689;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.usp-banner__item,
.usp-banner__pr-item{
    margin-right: 15px;
}

.usp-banner__item i{
    color: #55b773;
    margin-right: 8px;
    font-size: 0.9375rem;
}

.usp-banner__item span,
.usp-banner__montage span{
    font-weight: 700;
    color: #f78c3e;
}

.usp-banner__productlist{
    list-style: none;
    margin: 0;
    padding: 0;
    color: #4c4c4c;
    font-size: 16px;
}

.usp-banner__pr-item{
    padding: 5px 0;
}

.usp-banner__pr-item span{
    font-weight: 700;
    color: #01468a;
}

.usp-banner__pr-item i{
    color: #ffffff;
    margin-right: 8px;
    font-size: 0.9375rem;
    background: #55b773;
    padding: 4px;
    border-radius: 100%;
}

.grm-header{
    background: #004481;
    display: flex;
    padding: 10px 0;
    transform: translateZ(0);
    transition:all 0.5s;
}

/*.fixed {*/
    /*background: rgba(1, 70, 138, 0.93);*/
    /*box-shadow:0 2px 6px rgba(0,0,0,0.2);*/
    /*transition: 0.5s all;*/
    /*width: 100%;*/
    /*z-index: 999;*/
    /*top: 0;*/
/*}*/

/*.fixed .grm-navbar{*/
    /*margin: 0;*/
/*}*/

.grm-logo{
    background: url('assets/img/logo/grammer-nl-logo-wit.png');
    display: block;
    width: 103px;
    height: 45px;
}

.grm-section__logo{
    position: relative;
}

.grm-header__cart{
    font-size: 18px;
    color: #fff;
    width: 30px;
    height: 35px;
    display: inline-block;
    position: relative;
}

.grm-header__cart span{
    position: absolute;
    font-size: 12px;
    width: 20px;
    height: 20px;
    background: #FF0000;
    text-align: center;
    line-height: 22px;
    border-radius: 100%;
    right: -10px;
    top: -5px;
}

.grm-header__cart i{
    font-size: 25px;
}

.grm-header__account{
    color: #fff;
    display: inline-block;
    padding: 10px 16px;
}

.grm-header__account:hover,
.grm-header__account:focus{
    color: #fff;
}

.grm-header__account i{
    font-size: 18px;
    margin-right: 10px;
}

.grm-header__cart-mob{
    display: none;
}

.grm-header__cart:hover{
    color: #fff;
}

.grm-header__search{
    padding: 4px 0;
}

.grm-header__search .input-group{
    border-radius: 20px;
    overflow: hidden;
}

.grm-header__search .input-group .form-control{
    background: #fff;
    border: 0;
    border-right: 1px solid #e6e6e6;
}

.grm-header__search .input-group button{
    background: #fff;
    border-radius: 0;
    border: 0;
}

.grm-header__search .input-group button i{
    color: #054689;
}

.grm-navbar{
    padding: 0;
    background: #ebf2f7;
    border: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #d6e2ea;
}

.grm-header__itemlist a.nav-link{
    font-size: 16px;
    color: #074689;
    font-weight: 600;
    padding: 10px 15px !important;
    border-bottom: 2px solid transparent;
    transition: 0.3s ease-out;
    border-left: 1px solid #d6e2ea;
}

.grm-header__itemlist li:last-child a.nav-link{
    border-right: 1px solid #d6e2ea;
}

.grm-header__itemlist a.nav-link:hover{
    border-bottom-color: #55b773;
    color: #0f569e;
}

.dropdown-menu{
    background: #fff;
    border-radius: 0;
    border: 0;
    padding: 0;
    box-shadow: 0 2px 6px -1px rgba(0, 0, 0, 0.3);
}

.dropdown-menu .dropdown-item{
    color: #333;
    border-bottom: 1px solid #e6e6e6;
    padding: 10px;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover{
    background-color: #effaff;
}

.grm-header__extra{
    display: flex;
    list-style: none;
    font-size: 90%;
    margin: 0;
    padding: 0;
}

.grm-hennie__hoofd{
    position: relative;
    display: block;
/*    background: #f9f9f9;
*/ 
	background: #ebf2f7;
    padding: 13px 25px 13px 25px ;
/*    border: 1px solid #e6e6e6;
*/	
	   border: 1px solid #d6e2ea;
    border-radius: 3px;
    margin-bottom: 10px;
}

.grm-hennie__hoofd h2{
    font-size: 19px;
	margin-bottom: 2px;
    color: #054689;
}

.grm-hennie__hoofd p{
    font-size: 15px;
    margin: 0;
    line-height: 1.3;
}

.grm-hennie__hoofd img{
    width: 40%;
    position: absolute;
    right: 20px;
    bottom: 0;
}

.grm-header__extra li.grm-header__link{
    margin-left: 15px;
}

.grm-header__extra li.grm-header__link:first-child{
    margin-left: 0;
}

.navbar-toggler{
    padding: 0;
    background: transparent;
    font-size: 35px;
    border-radius: 0;
    color: #fff;
    display: none;
}

.homepage-banner{
    border-radius: 4px;
    display: block;
    overflow: hidden;
    margin-bottom: 16px;
}

.side-banners{
    margin-bottom: 16px;
}

.col-md-4 img.custom-category-image{
    display: none;
}

/**
* RESPONSIVE HEADER
* -------------------------------------*/
@media screen and (max-width: 1199px){
    .usp-banner__item{
        font-size: 80%;
    }
}

@media screen and ( max-width: 991px ){
    .usp-banner{
        display: none;
    }

    .grm-header__account{
        display: none;
    }

    .grm-header__cart{
        font-size: 18px;
        color: #fff;
        display: block;
        padding: 10px;
    }

    .grm-section__logo .grm-header__cart{
        display: none;
    }

    .navbar-toggler{
        display: block;
    }

    .grm-logo{
        display: inline-block;
        position: absolute;
        width: 103px;
        height: 45px;
        top: -3px;
        left: 40%;
    }

    .grm-header__extra{
        width: 100%;
        margin: 0 5px;
    }

    .grm-header__extra li.grm-header__link{
        padding: 10px;
    }
}

@media screen and ( max-width: 767px ){
    .grm-header{
        padding: 10px 0 0 0;
    }

    .col-mobile{
        display: none;
    }

    .grm-section__logo a.grm-header__cart-mob{
        display: block !important;
        position: absolute;
        top: 0;
        right: 0;
    }
}

@media screen and (max-width: 575px) and (min-width: 100px){
    .grm-header__search{
        padding: 10px;
        margin-top: 10px;
        margin-left: -15px;
        margin-right: -15px;
        background: #c4d2e0;
    }
}

/**
 * -------------------------------------
 * Breadcrumbs
 * -------------------------------------*/
#breadcrumbs{
/*    margin: 0 0 30px;
*/	
	margin: 0 0 17px;
    padding: 10px;
    background: #f7f7f7;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
}

/**
 * -------------------------------------
 * CONTENT ELEMENTS HOMEPAGE
 * -------------------------------------*/
.grm-content__usp{
    background: #054689;
    width: 100%;
    height: 150px;
    margin-bottom: 40px;
}

.grm-content__spotlight{
    display: block;
    box-shadow: 0 0 3px -1px #000;
    margin-bottom: 40px;
}

.grm-content__blogs{
    padding: 10px;
    background: #f3f3f3;
    margin-bottom: 40px;
    border-radius: 3px;
    box-shadow: 0 0 3px -1px rgba(0, 0, 0, 0.52);
}

.grm-content__bloglink{
    height: 140px;
    display: block;
    overflow: hidden;
}

.grm-content__blogs a.grm-blogs__title{
    margin: 15px 0 5px;
    display: block;
    font-weight: 700;
    color: #054689;
}

.grm-content__blogs p{
    font-size: 90%;
    text-align: justify;
    margin-bottom: 0;
    color: #525252;
}

.grm-content__blogs p a.read-more{
    display: block;
    font-weight: 700;
    color: #054689;
}

.modal-dialog{
    position: relative;
    z-index: 9999;
}

.modal-header{
    padding: 0 15px;
    background: #054689;
}

.modal-header h2{
    color: #fff;
}

.modal-header button.close{
    margin: 0 -15px;
    padding: 16px;
    opacity: 1;
    color: #fff;
}

.modal-content{
    overflow: hidden;
}

.modal-footer{
    background: #f5f5f5;
}

.modal-footer button.btn-secondary{
    background: #55b773;
    border: 0;
    box-shadow: inset 0 -2px 0 0 #3e8855;
}

.woocommerce div.product .woocommerce-product-rating{
    margin: 0;
}

.grm-bk__wrapper{
    padding: 12px 0;
}

.homepage-text__wrapping{
    text-align: left;
}

.homepage-text__wrapping p{
    line-height: 1.4;
    margin-bottom: 13px;
    font-size: 14px;
}

/**
 * -------------------------------------
 * CONTENT ELEMENTS SERVICEDESK
 * -------------------------------------*/
.gr-servicedesk{
    border: 1px solid #e0e0e0;
    background: #fff;
    font-size: 0.933em;
    color: #3a3a3a;
    min-height: 204px;
    margin-bottom: 41px;
    position: relative;
    padding: 0;
    border-radius: 4px;
    overflow: hidden;
}

.gr-logo-wrapper{
    padding: 10px;
    border-top: 1px solid #e6e6e6;
}

.gr-servicedesk .gr-logo-wrapper a.thuiswinkel{
    float: left;
}

.gr-servicedesk .gr-logo-wrapper a.trust-ecommerce{
    text-align: right;
    display: block;
}

.gr-servicedesk h2{
    font-size: 16px;
    font-weight: 700;
    color: #085096;
    padding: 10px;
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
}

.gr-servicedesk p{
    margin: 0 0 5px;
    font-size: 14px;
    padding-left: 14px;
}

.gr-servicedesk p.service-open-close{
    padding: 3px 10px;
}

.gr-servicedesk img.gr-hennie{
    width: 122px;
    position: absolute;
    bottom: 45px;
    right: 0;
}

.gr-servicedesk img.hennie-hoofd{
    width: 30%;
    position: absolute;
    bottom: 48px;
    right: 0;
}

.gr-servicedesk-hennie{
    font-size: 0.933em;
    padding: 4px 15px;
    background: #f9f9f9;
    position: absolute;
    bottom: 0;
    margin: 0 !important;
    left: 0;
    font-weight: 300;
    display: block;
    width: 100%;
    color: #2b2b2b;
    border-top: 1px solid #e6e6e6e6;
}

.gr-servicedesk-hennie a{
    display: block;
    font-weight: 700;
    color: #2d2d2d;
}

.gr-servicedesk h3{
    font-size: 15px;
    padding: 0 10px;
}

.gr-servicedesk i{
    width: 25px !important;
    color: #ee7b1f;
}

h1.blog-main-page-title{
    font-size: 3.000em;
    text-transform: uppercase;
    color: #085096;
    margin-bottom: 10px;
    text-align: center;
    padding-bottom: 10px;
    box-shadow: 0 8px 3px -7px rgba(0, 0, 0, 0.26);
}

/**
 * -------------------------------------
 * CONTENT ELEMENTS BLOG
 * -------------------------------------*/
article.category-nieuws,
article.category-blog{
    border: 1px solid #e6e6e6;
    margin-bottom: 30px;
    border-radius: 3px;
    background: #fff;
}

h3.title-specials{
    padding: 10px;
    color: #085096;
    font-size: 19px;
    height: 60px;
}

a.article-image-link{
    display: block;
    overflow: hidden;
    position: relative;
    height: 155px;
}

article.category-nieuws p,
article.category-blog p{
    padding: 0 10px;
}

a.article-image-link img{
    position: absolute;
    top: 0;
    left: 0;
}

h1.gr-single-blogtitle{
    text-transform: uppercase;
    text-align: center;
    color: #085096;
    margin-bottom: 10px;
    padding-bottom: 10px;
    box-shadow: 0 8px 3px -7px rgba(0, 0, 0, 0.26);
}

.post-subdata{
    padding: 10px 0;
    margin: 10px 0;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    font-style: italic;
    position: relative;
}

main.article-main-body h2{
    color: #085096;
}

/**
 * -------------------------------------
 * CONTENT ELEMENTS FOOTER
 * -------------------------------------*/
.gr-footer{
    background: #353535;
    padding: 30px 0 10px;
    margin-top: 50px;
}

.gr-footer ul{
    margin: 0 0 20px;
    padding: 0;
    color: #fff;
    list-style: none;
}

.gr-footer ul li{
    padding: 5px 0;
}

.gr-footer ul li a{
    color: #dcdcdc;
}

.footer-titles{
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 1px solid #777;
    padding-bottom: 5px;
    margin-bottom: 20px;
    color: #fff;
}

ul.payment-options li{
    display: inline;
}

.gr-footer a.gr-socials i{
    font-size: 2.667em;
    color: #b5bfc3;
    transition: 0.5s all;
}

.gr-footer a.gr-socials:hover i{
    color: #3d5b99;
}

.gr-rating{
    color: #fff;
    float:right;
}

/**
 * -------------------------------------
 * CONTENT ELEMENTS PAGE SERVICEDESK
 * -------------------------------------*/
.pg-servicedesk{
    padding: 14px;
    border: 1px solid #eee;
    overflow: hidden;
}

.pg-servicedesk h4{
    margin: 0;
    color: #085096;
}

.servicedesk-green{
    background: #eff8e6;
    border-color: #c9e8a9;
    border-radius: 5px;
    min-height: 75px;
    width: 260px;
    position: relative;
    margin-top: 20px;
    margin-right: 20px;
    float: left;
}

.servicedesk-green h4{
    color: #575757;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
}

.servicedesk-green p{
    color: #575757;
    margin-top: 5px;
    font-weight: 400;
}

.servicedesk-phone{
    width: 60px;
    height: 60px;
    border-radius: 50px;
    background: #c9e8a9;
    font-size: 3.133em;
    color: #eff8e6;
    line-height: 63px;
    text-align: center;
    position: absolute;
    bottom: -10px;
    right: -10px;
}

.rotated{
    -webkit-transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    transform: rotate(-40deg);
}

.gr-tabs{
    border: 0;
    border-right: 1px solid #085096;
    border-bottom: 1px solid transparent;
    margin: 0 10px 0 0 !important;
}

.gr-tabs li{
    float: none;
    border-top: 1px solid #eee;
    display: block;
    width: 100%;
}

.gr-tabs li:first-child{
    border-top: 0;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    background: #085096;
    color: #fff;
}

.nav-tabs>li>a{
    border: 0 !important;
    border-radius: 0;
    margin: 0;
    padding: 10px;
    display: block;
}

.gr-tab-content h4{
    margin: 0 0 1em 0;
}

.gr-tab-content p{
    font-weight: 300;
    color: #171717;
}

.wp-block-gallery{
    margin: 0;
    padding: 0;
    list-style: none;
}

.blocks-gallery-item{
    display: inline-block;
    width: 47%;
}

.blocks-gallery-item figure img{
    max-width: 100%;
    height: auto;
}

.blocks-gallery-item:first-child{
    margin-right: 15px;
}

.blocks-gallery-item figure figcaption{
    background: rgba(0, 0, 0, 0.83);
    color: #fff;
    padding: 3px;
    text-align: center;
}

body.postid-8712 .wp-block-image figure.alignleft{
    float: left;
    text-align: center;
}

.wp-block-image figure.alignright{
    float: right;
}

.wp-block-image figure.alignleft{
    float: left;
}

.wp-block-image figure img{
    width: 70%;
}

body.postid-8642 main.article-main-body p,
body.postid-8712 main.article-main-body p{
    margin-bottom: 55px;
}

body.postid-8770 main.article-main-body p{
    margin-bottom: 36px;
}

body.postid-8712 .wp-block-image figure.alignright{
    float: right;
    width: 29%;
    text-align: center;
}

body.postid-8712 .wp-block-image figure img{
    width: 66%;
}

/**
 * -------------------------------------
 * CONTENT ELEMENTS SIDEBAR & MODULES
 * -------------------------------------*/
section.widget{
    margin-bottom: 20px;
    padding: 0;
    border: 1px solid #0a5096;
    border-radius: 3px;
}

h2.side-title{
    font-size: 1.067em;
    color: #fff !important;
    font-weight: 700;
    margin: 0;
    padding: 5px 10px;
    background: #0a5096;
}

.widget ul li a{
    color: #000;
}

.widget_black_studio_tinymce ul{
    margin-top: -13px;
}

.widget_black_studio_tinymce ul li a{
    color: #628ab1 !important;
    padding: 2px 0;
    display: block;
}

.widget ul li a:hover{
    color: #085096;
}

.sidebar-contact{
    width: 100%;
}

section.widget-contact{
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
    padding: 5px 10px;
    margin-bottom: 20px;
}

section.widget-contact img{
    display: block;
    max-width: 100%;
    height: auto;
}

h2.widget-contact-title{
    margin: 0;
    border-bottom: 1px solid #eee;
    color: #085096;
}

.textwidget{
    padding: 10px 20px;
}

.textwidget h2{
    color: #0a5096;
    font-size: 15px;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item{
    padding: 5px 10px;
    border-bottom: 1px solid #e6e6e6;
    transition: 0.5s all;
    position: relative;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:hover{
    background: #e6e6e6;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a{
    display: block;
    padding: 5px 10px !important;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span{
    position: absolute;
    top: 3px;
    right: 15px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range{
    background-color: #fba439;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
    background-color: #d28930;
    border: 2px solid #d28930;
}

.woocommerce .woocommerce-product-rating .star-rating{
    color: #55b773;
}

section.recent-posts-widget-with-thumbnails ul{
    padding: 10px;
    list-style: none;
    margin: 0;
}

section.recent-posts-widget-with-thumbnails ul li{
    margin: 5px 0 !important;
    padding: 5px 0;
    border-bottom: 1px solid #e6e6e6;
}

section.recent-posts-widget-with-thumbnails ul li:last-child{
    border-bottom: 0;
}

/**
 * -------------------------------------
 * CONTENT ELEMENTS FORMS [AANPASSEN]
 * -------------------------------------*/
.form-setup{
    border: 1px solid #eee;
    padding: 5px 10px;
    border-radius: 3px;
    margin: 10px 0;
    width: 100%;
}

.form-setup:focus{
    border-color: #c9e8a9;
    outline: 0;
}

.form-btn{
    padding: 8px 15px;
    margin: 10px 0;
    background: #c9e8a9;
    border: 1px solid #bad89b;
    width: 100%;
    border-radius: 3px;
}

.form-btn:focus{
    outline: 0;
}

/**
 * -------------------------------------
 * CONTENT ELEMENTS COOKIE NOTICE
 * -------------------------------------*/
#catapult-cookie-bar{
    background: #ffffff !important;
    padding: 0 !important;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.7) !important;
    width: 440px !important;
}

#catapult-cookie-bar h3{
    color: #fff !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    font-size: 1.333em;
    margin: 0 !important;
    padding: 10px 15px !important;
    background: #085096 !important;
}

#catapult-cookie-bar span.ctcc-left-side{
    color: #6f6f6f !important;
    font-weight: 300 !important;
    line-height: 1.5 !important;
    margin: 0 !important;
    padding: 10px 15px !important;
}

#catapult-cookie-bar span.ctcc-left-side a.ctcc-more-info-link{
    font-weight: 500 !important;
    color: #085096 !important;
}

#catapult-cookie-bar span.ctcc-right-side{
    background: #eee !important;
    margin: 0 !important;
    padding: 10px !important;
}

#catapult-cookie-bar span.ctcc-right-side button{
    background: #65c53f !important;
    color: #fff !important;
    text-transform: uppercase !important;
    padding: 10px 20px !important;
}

/**
 * -------------------------------------
 * CONTENT ELEMENTS WOOCOMMERCE
 * -------------------------------------*/
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 10px !important;
}

.woocommerce ul.products li.product .btn-order{
    width: 100%;
    background: #f78c3e;
    color: #fff;
    display: block;
    text-align: center;
    padding: 7px;
    border: 0;
    border-bottom: 2px solid #cc7637;
}

.woocommerce ul.products li.product .star-rating{
    display: none;
}

.woocommerce table.shop_table{
    background: #fbfbfb;
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid #e1e1e1;
    color: #676767;
    font-size: 15px;
    border-collapse: unset !important;
}

.woocommerce table.shop_table thead{
    background: #f3f3f3;
    color: #505050;
}

.woocommerce table.shop_table td.actions button[name=update_cart]{
    margin-top: 10px;
    background: #5b7590 !important;
    color: #fff !important;
}

.woocommerce table.shop_table tr.cart-subtotal,
.woocommerce table.shop_table tr.woocommerce-shipping-totals,
.woocommerce table.shop_table tr.tax-rate,
.woocommerce table.shop_table tr.order-total{
    color: #636363;
}

.woocommerce table.shop_table th{
    padding: 11px 10px;
}

.woocommerce table.shop_table td{
    padding: 12px 10px;
    font-weight: 400 !important;
}

.woocommerce table.shop_table td.product-name,
.woocommerce table.shop_table td.product-quantity{
    color: #547aa0;
}

.wc-proceed-to-checkout a.checkout-button{
/*    background-color: #cce5ce !important;
*/	
	background-color: #55b773 !important;
/*	font-weight: 600;
*/
	color: #fffffe;
	border: 2px solid #cce5ce;
	transition: 0.5s all;

}	
.wc-proceed-to-checkout a.checkout-button:hover {
    color: #d7ead9;
	transition: 0.5s all;
	
}

h1.woocommerce-products-header__title{
	padding: 0px 0px 10px 0px;
    color: #0a5096;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
}

h1.product_title{
    font-size: 1.467em;
    color: #085096;
    font-weight: 700;
    text-transform: uppercase;
}

h2.product-sub-text p{
    padding-bottom: 5px;
     border-bottom: 1px solid #e6e6e6;
}

.woocommerce-products-header h3.banner-text-prod-cat{
    padding: 5px 0;
    margin: 0 0 15px 0;
    text-align: center;
    font-weight: 400;
}

.woocommerce div.product .entry-summary .price{
    color: #000;
    margin: 0;
    font-size: 36px;
    padding: 0 0 20px;
    position: relative;
}

.woocommerce div.product .entry-summary .price del{
    display: block;
    line-height: .5;
    color: #e62424;
    font-size: 24px;
    opacity: .7;
}

.woocommerce div.product .entry-summary .price ins{
    text-decoration: none;
    color: #000;
}

.woocommerce div.product .entry-summary .price small.woocommerce-price-suffix{
    font-size: 21px;
    opacity: 0.5;
    color: inherit;
}

.woocommerce div.product .entry-summary .price span.korting{
    font-size: 17px;
    position: absolute;
    top: -4px;
    right: 0;
    text-align: center;
    background: #e40c0c;
    color: #fff;
    padding: 17px 0;
    font-weight: 300;
    width: 75px;
    border-radius: 60px;
    height: 75px;
    line-height: 16px;
    display: table-cell;
    vertical-align: middle;
    /* box-shadow: 0 0 2px 1px rgb(14 14 14 / 63%); */
    border: 3px dashed #9e0a0a;
}

.woocommerce div.product .entry-summary .price span.korting i{
    font-style: normal;
    font-size: 27px;
    display: block;
    padding-bottom: 3px;
    font-weight: 700;
}

.wc-pao-addon{
    width: 100%;
    margin-bottom: 15px;
}

button.btn-information{
    padding: 0;
    background: none;
    border: 0;
    color: #4799d4;
}

.wc-pao-addon-name{
    margin: 0 0 4px 0;
    display: inline-block;
    font-size: 1em;
    font-weight: 700;
    color: #085096;
}

.wc-pao-addon p.form-row{
    padding: 0;
    margin: 0;
}

.wc-pao-addon p.form-row label{
    line-height: 1.0 !important;
    margin-bottom: 2px !important;
}

/*h3[data-addon-name~="GRATIS"]{
    color: #c10c0d !important;
    font-weight:700 !important;
}
*/
/*h2[data-addon-name~="GRATIS"]{
    color: #c10c0d !important;
    font-weight:700 !important;
}
*/

[data-addon-name~="GRATIS"]{
    color: #c10c0d !important;
    font-weight:700 !important;
}


.wc-pao-addon p.form-row select{
    width: 100%;
}

.wc-pao-addon-name em.required{
    color: #FF0000;
}

.wc-pao-addon-description p{
    color: #d0622a;
    font-size: 0.933em;
    font-style: italic;
}

div.product-addon-totals{
    margin: 20px 0 40px 0;
    padding: 15px;
    overflow: hidden;
    border: 0;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.14);
    background: #fdfdfd;
    border-radius: 5px;
}

div.product-addon-totals ul{
    padding: 0;
}

div.product-addon-totals .wc-pao-subtotal-line{
    border-top: 1px dashed #cecece;
}

.wc-pao-addon-bekleding-verplicht{
    border-radius: 3px;
    padding: 0;
    overflow: hidden;
    padding: 5px 10px 5px 10px; 
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.4);
}
	
.wc-pao-addon-gratis-rugverlenging-kunstleer-t-w-v-e-99{
    border-radius: 3px;
    padding: 0;
    overflow: hidden;
    padding: 5px 10px 5px 10px; 
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.4);
}

.wc-pao-addon-gratis-rugverlenging-kunstleer-t-w-v-e-114{
    border-radius: 3px;
    padding: 0;
    overflow: hidden;
    padding: 5px 10px 5px 10px; 
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.4);
}

.wc-pao-addon-gratis-hoofdsteun{
    border-radius: 3px;
    padding: 0;
    overflow: hidden;
    padding: 5px 10px 5px 10px; 
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.4);
}

.wc-pao-addon-gratis-luxe-armleuning-links-t-w-v-e-99{
    border-radius: 3px;
    padding: 0;
    overflow: hidden;
    padding: 5px 10px 5px 10px; 
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.4);
}

.wc-pao-addon-gratis-luxe-armleuning-rechts-t-w-v-e-99{
    border-radius: 3px;
    padding: 0;
    overflow: hidden;
    padding: 5px 10px 5px 10px; 
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.4);
}

.wc-pao-addon-gratis-beschermhoes-t-w-v-e-79{
    border-radius: 3px;
    padding: 0;
    overflow: hidden;
    padding: 5px 10px 5px 10px; 
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.4);
}

.wc-pao-addon-gratis-luxe-armleuning-links-t-w-v-e-79{
    border-radius: 3px;
    padding: 0;
    overflow: hidden;
    padding: 5px 10px 5px 10px; 
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.4);
}

.wc-pao-addon-gratis-luxe-armleuning-rechts-t-w-v-e-79{
    border-radius: 3px;
    padding: 0;
    overflow: hidden;
    padding: 5px 10px 5px 10px; 
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.4);
}

.wc-pao-addon-gratis-luxe-armleuning-links-t-w-v-e-88{
    border-radius: 3px;
    padding: 0;
    overflow: hidden;
    padding: 5px 10px 5px 10px; 
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.4);
}

.wc-pao-addon-gratis-luxe-armleuning-rechts-t-w-v-e-88{
    border-radius: 3px;
    padding: 0;
    overflow: hidden;
    padding: 5px 10px 5px 10px; 
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.4);
}

.wc-pao-addon-gratis-hoofdsteun-t-w-v-e-103{
    border-radius: 3px;
    padding: 0;
    overflow: hidden;
    padding: 5px 10px 5px 10px; 
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.4);
}

.wc-pao-addon-gratis-hoofdsteun-t-w-v-e-115{
    border-radius: 3px;
    padding: 0;
    overflow: hidden;
    padding: 5px 10px 5px 10px; 
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.4);
}

.wc-pao-addon-actie-kies-je-gratis-onderdeel-t-w-v-e-99{
    border-radius: 3px;
    padding: 0;
    overflow: hidden;
    padding: 5px 10px 5px 10px; 
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.4);
	}

.wc-pao-addon-actie-kies-je-gratis-onderdeel{
    border-radius: 3px;
    padding: 0;
    overflow: hidden;
    padding: 5px 10px 5px 10px; 
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.4);
	}

.wc-pao-addon-gratis-rolgordel-t-w-v-e-25{
    border-radius: 3px;
    padding: 0;
    overflow: hidden;
    padding: 5px 10px 5px 10px; 
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.4);
	}

.wc-pao-addon-gratis-contact-switch-iso-2-polig-t-w-v-e-39{
    border-radius: 3px;
    padding: 0;
    overflow: hidden;
    padding: 5px 10px 5px 10px; 
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.4);
	}

.wc-pao-addon-actie-kies-je-gratis-luxe-armleuning-t-w-v-e-199{
    border-radius: 3px;
    padding: 0;
    overflow: hidden;
    padding: 5px 10px 5px 10px; 
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.4);
}

.wc-pao-addon-voltage-verplicht{
    border-radius: 3px;
    padding: 0;
    overflow: hidden;
    padding: 5px 10px 5px 10px; 
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.4);
}
.wc-pao-addon-kies-het-voltage-verplicht{
    border-radius: 3px;
    padding: 0;
    overflow: hidden;
    padding: 5px 10px 5px 10px; 
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.4);
}



/*.wc-pao-addon-bekleding-verplicht h3.wc-pao-addon-name{
    color: #ffffff;
    font-weight: 600;
    background: #085096;
    margin-bottom: 0;
    padding: 5px 10px;
    display: block;
}
*/

.wc-pao-addon-bekleding-verplicht p{
    padding: 5px !important;
}

.wc-pao-addon-gratis-rugverlenging-kunstleer-t-w-v-e-99 p{
    padding: 5px !important;
}

.wc-pao-addon-gratis-rugverlenging-kunstleer-t-w-v-e-114 p{
    padding: 5px !important;
}

.wc-pao-addon-gratis-beschermhoes-t-w-v-e-79 p{
    padding: 5px !important;
}

.wc-pao-addon-gratis-luxe-armleuning-links-t-w-v-e-79 p{
    padding: 5px !important;
}

.wc-pao-addon-gratis-luxe-armleuning-rechts-t-w-v-e-79 p{
    padding: 5px !important;
}

.wc-pao-addon-gratis-luxe-armleuning-links-t-w-v-e-88 p{
    padding: 5px !important;
}

.wc-pao-addon-gratis-luxe-armleuning-rechts-t-w-v-e-88 p{
    padding: 5px !important;
}

.wc-pao-addon-gratis-hoofdsteun-t-w-v-e-103 p{
    padding: 5px !important;
}

.wc-pao-addon-gratis-hoofdsteun-t-w-v-e-115 p{
    padding: 5px !important;
}

.wc-pao-addon-actie-kies-je-gratis-onderdeel-t-w-v-e-99 p{
    padding: 5px !important;
}

.wc-pao-addon-actie-kies-je-gratis-onderdeel p{
    padding: 5px !important;
}

.wc-pao-addon-gratis-rolgordel-t-w-v-e-25 p{
    padding: 5px !important;		
}

.wc-pao-addon-gratis-contact-switch-iso-2-polig-t-w-v-e-39 p{
    padding: 5px !important;		
}

.wc-pao-addon-actie-kies-je-gratis-luxe-armleuning-t-w-v-e-199 p{
    padding: 5px !important;		
}

.wc-pao-addon-voltage-verplicht p{
    padding: 5px !important;		
}

.wc-pao-addon-kies-het-voltage-verplicht p{
    padding: 5px !important;		
}

.wc-pao-addon-gratis-hoofdsteun p{
    padding: 5px !important;		
}


.woocommerce div.product div.images img{
    width: 100% !important;
}

.woocommerce form .form-row{
    width: 100%;
    padding: 0;
}

.woocommerce form .form-row select{
    padding: 5px 10px;
    border-radius: 0;
    border: 0;
    background: #eee;
    position: relative;
    color: #464646;
    font-style: italic;
    font-size: 0.933em;
}

.wc-pao-addon-montage-op-locatie{
    position: absolute;
    top: 80px;
    right: 139px;
    width: 32%;
    margin: 0;
    z-index: 999;
}

fieldset#form-left{
    width: 48%;
    float: left;
}

fieldset#form-right{
    width: 48%;
    float: right;
}

@media screen and ( max-width:1199px ){
    .wc-pao-addon-montage-op-locatie{
        right: 58px;
        width: 39%;
    }
}

@media screen and (max-width: 991px){
    fieldset#form-left,
    fieldset#form-right{
        width: 100%;
        float: none;
    }
}

.woocommerce div.product form.cart div.quantity{
    display: none;
}

.wc-pao-addon-montage-op-locatie h3{
    display: none;
}

.wc-pao-addon-montage-op-locatie p.form-row{
    font-style: normal;
    margin: 0;
    width: 81%;
    display: inline-block;
}

.wc-pao-addon-montage-op-locatie .wc-pao-addon-description{
    display: inline-block;
    margin-left: 10px;
    float: right;
}

.woocommerce .cart .button, .woocommerce .cart input.button{
    padding: 12px;
    width: 30%;
    background: #c1c1c1 !important;
    color: #484848;
    margin-bottom: 0;
    transition: .5s all;
}

.woocommerce .cart .button:hover,
.woocommerce .cart input.button:hover{
    background: #3e8855 !important;
}

header.woocommerce-products-header{
    margin-bottom: 20px;
}

.summary .quantity .qty{
    padding: 10px;
    border: 0;
    background: #eee;
    border-radius: 3px;
}

.product-description{
    position: relative;
}

.articlenumwrap{
    position: absolute;
    top: -7px;
    right: 10px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.27);
    border-radius: 5px;
}

.articlenumwrap h2.article{
    font-size: 1.133em;
    padding: 6px;
    border-bottom: 1px solid #e6e6e6;
    background: #f1f1f1;
    color: #6d6d6d;
    margin: 0;
    font-weight: 400;
}

.articlenumwrap p{
    margin: 0;
    padding: 6px 10px;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
    width: 100%;
    border: 1px solid #eee;
    margin-bottom: 20px;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
    width: 100%;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
    width: 83%;
}

.woocommerce div.product div.images .flex-control-thumbs li{
    width: 20%;
    float: left;
    margin: 0 10px 10px 0;
    list-style: none;
    border: 1px solid #eee;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
    width: 90%;
    float: none;
    margin: 0 0 10% 10%;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
    width: 100%;
}

.woocommerce #content div.product .woocommerce-tabs, .woocommerce div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs{
    padding-top: 10px;
    border-top: 1px solid #eee;
}

.woocommerce div.product .woocommerce-tabs ul.tabs{
    display: none;
}

.woocommerce div.product .woocommerce-tabs .panel{
    display: block !important;
    width: 48%;
}

.woocommerce div.product .woocommerce-tabs #tab-description{
    float: right;
}

.woocommerce div.product .woocommerce-tabs #tab-additional_information{
    float: left;
}

.woocommerce div.product .woocommerce-tabs #tab-reviews{
    padding-top:20px;
    border-top: 1px solid #eee;
    width: 100%;
    clear: both;
}

.woocommerce div.product form.cart .single_add_to_cart_button{
    margin-bottom: 25px;
    width: 100% !important;
    background: #4CAF50 !important;
}

.wc-tab h2{
    font-size: 1.333em;
    color: #085096;
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.comment-respond .comment-reply-title{
    font-size: 1.333em;
    font-weight: 600;
}

.comment-respond .comment-form{
    margin-top: 20px;
}

.comment-form-comment label{
    display: block;
}

.woocommerce #review_form #respond textarea{
    width: 50%;
    border: 0;
    border-top: 2px solid #d7d7d7;
    background: #eee;
    border-radius: 3px;
    padding: 10px;
    height: 200px;
}

.woocommerce ul.products li.product .onsale{
    display: none;
}

/*.product span.onsale{*/
    /*position: absolute !important;*/
    /*right: 0 !important;*/
    /*left: 87% !important;*/
    /*border-radius: 3px !important;*/
    /*width: 100px;*/
    /*min-height: 0 !important;*/
    /*background: #f78c3e !important;*/
    /*line-height: 2 !important;*/
/*}*/

.place-order{
    padding: 20px 0 !important;
}

span.posted_in{
    display: none;
}

.coupon input.button{
    width: 48% !important;
    padding: 9px !important;
}

.woocommerce a.remove{
    color: #ee563a!important;
}

.woocommerce a.remove:hover{
    color: #b12f17!important;
    background: none;
}

.place-order{
    background: #fff;
}

.gr-extra-content{
    margin: 0 auto;
}


#grammer-subscription-field{
    display: inline-block;
    padding: 3px;
    border-radius: 3px;
    border: 0;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

#grammer-subscription-field h2{
    margin: 0;
    padding: 5px;
    border-bottom: 0;
    background: #519cd2;
    color: #fff;
    font-weight: 300;
}

#grammer-subscription-field p{
    font-size:0.933em;
    width:100%!important;
    padding-left:20px;
    padding-bottom:10px;
    padding-top:10px;
    border-bottom:1px dashed #d7d7d7;
}

#grammer-subscription-field p label.checkbox{
    margin:0;
}

#grammer-subscription-field p label.checkbox input{
    float:left;
    margin:8px 0 0 -20px;
}

.woocommerce-checkout input{
    padding: 10px;
    background: #f3f3f3;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    font-size: 15px;
    color: #676767;
}

.content-space{
    width: 100%;
    padding: 20px 0;
}

.place-order button.button{
/*    background-color: #55b773 !important;
 */ 
	background-color: #55b773 !important;
    color: #fffffe;
	padding: 15px 20px;
/*    font-weight: 600;
*/
	font-size: 1.25em;
    width: 100%;
	padding: 1em;
	border: 2px solid #cce5ce; /* Optioneel: een rand toevoegen voor betere zichtbaarheid */

/*    border-bottom: 2px solid #3b8251;
*/

}	
.place-order button.button:hover {
	transition: 0.5s all;
    background-color: #eeeeee; !important;/* Kleur verandert naar wit */
    color: #cce5ce;
	
}
.place-order button.hover{
background-color: #eeeeee
}
	
.woocommerce-Tabs-panel{
    line-height: 1.4;
}

/*ul.usp-grammer{*/
    /*margin: 0;*/
    /*padding: 0;*/
    /*list-style: none;*/
    /*position: relative;*/
/*}*/

/*ul.usp-grammer li{*/
    /*padding: 5px 0;*/
/*}*/

/*ul.usp-grammer li:last-child{*/
    /*position: absolute;*/
    /*top: 0;*/
    /*right: 0;*/
/*}*/

/*ul.usp-grammer li i{*/
    /*color: #4caf50;*/
    /*margin-right: 5px;*/
    /*font-size: 18px;*/
    /*width: 20px;*/
/*}*/

.home-star-rating{
    position: absolute;
    top: 55px;
    left: 0;
    width: 58%;
    padding: 0;
}

.product-usp li{
    padding: 0 65px 0 0 !important;
}

.service-container{
    position: relative;
    display: block;
    height: 65px;
}

.service-container iframe{
    position: absolute;
    bottom: 0;
    left: 10px;
}

.service-container a{
    position: absolute;
    display: inline-block;
    top: -21px;
    padding: 3px 32px;
    border-radius: 4px;
    left: 20px;
    background: #085096;
    color: #fff;
    text-decoration: none;
}

.service-container img{
    position: absolute;
    bottom: 0;
    right: 0;
}

.woocommerce-billing-fields .form-row label{
    width: 200px;
    margin: 0;
    font-weight: 600;
}

.woocommerce-billing-fields .form-row span.woocommerce-input-wrapper{
    width: 100%;
}

ul.wc-block-grid__products{
    margin: 0;
    padding: 0;
}

ul.wc-block-grid__products li.wc-block-grid__product{
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    text-align: center;
    overflow: hidden;
    min-height: 350px;
}

.wc-block-grid__product-title{
    color: #282828;
    font-weight: 900;
}

.wc-block-grid__product-onsale{
    display: none;
}

.woocommerce ul.products li.product .price{
    color: #4CAF50 !important;
    font-size: 16px !important;
    padding: 0 10px !important;
    height: 43px !important;
}

.woocommerce ul.products li.product .price del{
    color: red !important;
    font-size: 15px;
     display: block !important;
    font-style: italic;
}

.woocommerce ul.products li.product .price span.korting{
    display: none !important;
}

.service-montage{
    width: 100% !important;
    margin: 0 0 10px 0 !important;
}

.woocommerce-product-details__short-description ul{
    margin-top: -12px;
}


p.notes{
    margin-top: 30px !important;
}


.mobile-display-sidebar{
    display: none;
}

span.woocommerce-input-wrapper{
    display: block;
    width: 100%;
}

span.woocommerce-input-wrapper textarea{
    border: 1px solid #e6e6e6;
    background: #eee;
    border-radius: 3px;
    padding: 10px;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{
    background: #e4e4e4 !important;
    border-radius: 3px !important;
}

.woocommerce-info{
    border: 0;
    background: rgba(255, 152, 0, 0.16);
    border-left: 5px solid #FF9800;
    color: #5f5f5f;
}

.woocommerce-info::before{
    color: #FF9800;
}

.showcoupon{
    color: #FF9800;
}

.term-description img{
    margin: 0 10px;
}

.pswp{
    z-index: 9999;
}

.pswp__bg{
    background: rgba(0, 0, 0, 0.7);
}

.lg-actie{
    margin-bottom: 10px;
}

span.tagged_as{
    padding-bottom: 10px;
    display: block;
    margin-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.price_slider_wrapper{
    padding: 20px 10px 10px;
}

.gallery figure{
    display: inline-block;
    margin: 0 0 0 15px;
}

.accordion{
    margin-bottom: 40px;
}

.card{
    border-radius: 3px !important;
    border: 0;
}

section.up-sells h2{
    margin-bottom: 20px;
}

/*
*   Landingspagina
---------------------------------- */
.landing-page-wrap{
    border: 2px solid #085096;
    margin-bottom: 45px;
}

h1.land-title{
    font-size: 3.000em;
    text-transform: uppercase;
    color: #085096;
    margin-bottom: 0;
    text-align: center;
}

h1.landing-page-title{
    font-size: 2.750em;
    text-transform: uppercase;
    text-align: center;
    color: #085096;
    margin-bottom: 0;
}

h2.landing-page-subtitle{
    text-align: center;
    font-size: 1.750em;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #72c5da;
}

h2.forklift-subtitle{
    text-align: center;
    font-size: 1.857em;
    padding-bottom: 15px;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #f78c3e;
    box-shadow: 0 8px 3px -7px rgba(0, 0, 0, 0.26);
}

.acties-content p{
    line-height: 1.6;
    margin-bottom: 25px;
}

.acties-content h2{
    font-size: 1.333em;
    font-weight: 300;
    color: #085096;
    margin-top: 0;
    margin-bottom: 0;
}

.acties-quote{
    font-size: 17px;
    font-style: italic;
    margin-bottom: 58px;
    margin-top: 40px;
    line-height: 1.5;
    color: #085096;
    position: relative;
}

.acties-quote span{
    font-weight: 700;
    font-size: 18px;
    color: #085096;
}

.suspensions-grammer{
    float: right;
    margin-left: 18px;
}

.fixed-button{
    position: fixed !important;
    top: 0;
    background: rgba(51, 51, 51, 0.83);
    width: 100% !important;
    right: 0;
    padding: 10px;
    z-index: 9999;
    text-align: right;
    box-shadow: 0 0 6px -3px #000;
    border-radius: 0;
}

.fixed-button .quantity{
    display: inline-block;
    float: none !important;
}

.fixed-button button.single_add_to_cart_button{
    width: 20% !important;
    float: none !important;
}

.detail-for-landing{
    border: 1px solid #085096;
    margin-bottom: 17px !important;
}

.detail-for-landing h2{
    background: #085096;
    color: #ffffff;
    border-bottom: 0;
    margin-bottom: 4px;
}

.detail-for-landing .contact-hennie{
    background: #eaeff5;
    border-top: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 3px 10px;
}

.detail-for-landing .contact-hennie a{
    display: block;
}

img.lift-oem{
    margin-bottom: 10px;
}

.usp-landingpage,
.usp-landingpage-midpage{
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid #085096;
    border-radius: 3px;
    overflow: hidden;
}

.usp-landingpage li,
.usp-landingpage-midpage li,
.usp-landingwidget li{
    display: block;
    padding: 10px 12px;
    border-bottom: 1px solid #e6e6e6;
    color: #333;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}

.usp-landingpage li:first-child{
    padding: 0;
    text-transform: none;
}

.usp-landingpage li:last-child{
    border: none !important;
    padding: 10px 12px;
}

.usp-landingpage li h2{
    font-size: 16px;
    padding: 10px 15px;
    color: #fff;
    background: #085096;
    margin: 0;
}

.usp-landingpage li i,
.usp-landingpage-midpage li i,
.usp-landingwidget li i{
    font-size: 17px;
    width: 25px !important;
    margin-right: 5px;
    color: #60c11c;
}

.usp-landingpage li span,
.usp-landingpage-midpage li span,
.usp-landingwidget li span{
    color: #60c11b;
}

.usp-landingpage-midpage{
    border: none !important;
}

.usp-landingpage-midpage li{
    display: inline-block !important;
    margin: 15px 9px;
    border-bottom: 0 !important;
}

.usp-landingwidget{
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
    overflow: hidden;
}

.usp-landingwidget li:last-child{
    border-bottom: 0;
}

.usp-landingwidget li:last-child img{
    float: left;
}

.usp-landingwidget li:last-child iframe{
    float: right;
}

.product-display-landing .btn-show-spec{
    font-weight: 700;
    font-size: 17px;
    border-radius: 5px;
}

.product-display-landing .woocommerce ul.products li.product .star-rating{
    display: none !important;
}

.landing-content-sub p{
    margin-bottom: 25px;
}

.title-content-landing,
.landing-content-sub h2{
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #085096;
}

.woocommerce div.product form.no-pad{
    padding-top: 70px !important;
}

img.lg-actie{
    position: absolute;
    top: 139px;
    left: 0;
}

img.lg-img{
    position: absolute;
    top: 61px;
    left: 0;
}

img.montage-image{
    position: absolute;
    top: 64px;
    left: 0;
}

#accordion .card-header{
    padding: 5px 15px;
    margin-top: 25px;
    background: #fbfbfb;
    border: 0;
    border-bottom: 2px solid #e6e6e6;
}

.card-header button.btn-link{
    width: 100%;
    position: relative;
}

.card-header button.btn-link i{
    color: #b1b1b1;
    font-size: 19px;
    position: absolute;
    right: -12px;
    bottom: -6px;
}

.lp-brands .card-body{
    background: #f9f9f9;
    border-radius: 0 0 5px 5px;
}

.mb-0,
.my-0{
    text-align: center;
}

.grammer-social{
    display: inline-block;
    position: absolute;
    right: 0;
    top: 4px;
}

.grammer-social a{
    color: #ffffff;
    transition: 0.5s all;
    padding: 3px 20px;
    display: inline-block;
    font-size: 16px;
    border: 0;
    border-bottom: 2px solid transparent;
}

.grammer-twitter{
    background: #1da1f2;
    border-radius: 5px 0 0 5px;
    border-bottom-color: #1e75ab !important;
}

.grammer-facebook{
    background: #4267b2;
    border-bottom-color: #2f487b !important;
}

.grammer-linkedin{
    background: #1573b0;
    border-radius: 0 5px 5px 0;
    border-bottom-color: #0b2f46 !important;
}

.grammer-social h5{
    display: inline;
    font-style: normal;
}

.wc-block-grid{
    margin-top: 25px;
}

li.wc-block-grid__product{
    display: inline-block;
    max-width: 23% !important;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    overflow: hidden;
    padding: 0;
    margin-right: 20px;
    transition: 0.5s all;
}

li.wc-block-grid__product:last-child{
    margin-right: 0;
}

li.wc-block-grid__product:hover{
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.55);
}

.wc-block-grid__product-image img{
    max-width: 100%;
    height: auto;
}

.wc-block-grid__product-price{
    color: #4CAF50;
    font-size: 14px;
    padding: 10px 0;
}

.wc-block-grid__product-price del span.woocommerce-Price-amount{
    color: #FF0000 !important;
    font-weight: 300 !important;
    font-size: 12px!important;
}

.wc-block-grid__product-rating .star-rating span:before{
    color: #ffa439;
}

.wc-block-grid__product-add-to-cart a{
    border-radius: 0;
    background: #ee7b1f;
    padding: 10px;
    display: block;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    transition: 0.5s all;
    text-align: center;
    border: 0;
    border-bottom: 3px solid #ce6918;
}

.berocket_single_filter_widget{
    min-height: 139px !important;
    background: #eaeef3;
    border-radius: 3px;
    box-shadow: 0 4px 5px -6px #000;
    overflow: hidden !important;
}

.berocket_aapf_widget-title_div{
    padding: 10px 15px;
    margin-bottom: 0;
    background: #0a5096;
    color: #fff;
    border-radius: 3px 3px 0 0;
}

.berocket_aapf_widget-title{
    color: #fff;
    font-size: 16px !important;
    margin-bottom: 0 !important;
}

.berocket_aapf_widget.berocket_style_block{
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.berocket_aapf_widget li{
    padding: 5px 10px 5px 30px !important;
    border-bottom: 1px dashed rgba(10, 80, 150, 0.14);
}

ul.berocket_aapf_widget li:last-child{
    border-bottom: 0;
}

ul.berocket_aapf_widget li > span input{
    margin-right: 5px !important;
}

.berocket_aapf_widget .berocket_label_widgets{
    line-height: 1.5;
    font-weight: 400;
    color: black;
    font-size: 15px;
}

figure.wp-block-image{
    position: relative;
}

figure.wp-block-image figcaption{
    margin: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 5px;
    background: rgba(0, 0, 0, 0.65);
    color: #fff;
}

.btn-filter{
     width: 100%;
     border-radius: 0;
     background: #4CAF50;
     border: 0;
     border-bottom: 3px solid #368239;
     margin-bottom: 20px;
     color: #fff;
 }

.gr-mobile-display{
    display: none;
}

.gr-desktop-display{
    display: block;
}

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

    .gr-servicedesk{
        display: none;
    }

    .cart-wrap{
        width: 100%;
    }

    .articlenumwrap{
        position: relative;
        top: 0;
        right: 0;
        margin: 10px 0;
    }

    .fixed-button{
        top: 88px !important;
        z-index: 9998;
    }

    .woocommerce div.product .woocommerce-tabs .panel{
        width: 100%;
    }

    .gr-menu-links{
        background: #ffffff;
    }

    .gr-menu-links ul li a{
        padding: 7px 15px !important;
        border-bottom: 1px solid #e6e6e6;
    }

    .single-product div.product .woocommerce-product-gallery .flex-viewport{
        width: 100%;
    }

    .woocommerce div.product div.images .flex-control-thumbs{
        width: 100%;
    }

    .woocommerce div.product div.images .flex-control-thumbs li{
        width: 25%;
        margin: 6px;
    }

    .woocommerce-message{
        background: #fff3e1;
        border-radius: 3px;
        border: 0;
        padding: 10px;
        text-align: center;
    }

    .woocommerce-message .button{
        width: 100%;
        text-align: center;
        background: #FF9800 !important;
        border: 0;
        border-bottom: 2px solid #d0820d !important;
        margin-bottom: 10px !important;
    }

    h1.land-title{
        font-size: 25px;
    }

    .post-subdata{
        text-align: center;
    }

    .post-subdata small{
        display: block;
        margin-bottom: 10px;
    }

    .grammer-social{
        position: relative;
        top: 0;
    }

    li.wc-block-grid__product{
        max-width: 100% !important;
        margin: 0 0 10px 0;
    }

    .product-display-landing .woocommerce ul.products li.product .star-rating{
        display: none !important;
    }

    .desktop-display-sidebar{
        display: none !important;
    }

    .mobile-display-sidebar{
        display: inline-block !important;
    }

    .btn-cart-mobile{
        display: inline-block;
    }
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
    float: none !important;
    width: 100% !important;
}

.err__message{
    width: 100%;
    padding: 14px 20px 15px 20px;
/*    background: #f9f9f9;
*/
	background: #ebf2f7;
    border-radius: 3px;
    font-size: 16px;
    color: #636363;
/*   margin-bottom: 25px;
*/
	margin-bottom: 15px;
/*   border: 1px solid #dadada;
*/ 
	border: 1px solid #d6e2ea; 
/*  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.16);
*/
}

.err__message2{
    width: 100%;
    padding: 14px 20px 15px 20px;
/*  background: #f9f9f9;
*/
	background: #f7f7f7;
    border-radius: 3px;
    font-size: 15px;
    color: #636363;
/*   margin-bottom: 25px;
*/
	margin-bottom: 15px;
/*  border: 1px solid #dadada;
*/ 
/*	border: 1px solid #d6e2ea; 
*/
    border: 1px solid #e6e6e6;
/*  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.16);
*/
}

.zonnebril{
    position: relative;
    width: 100%;
    border: 1px solid #3675ab;
    border-radius: 3px;
    overflow: hidden;
    background: linear-gradient( #feeb54, #fef4ad);
    margin-bottom: 20px;
}

.zonnebril h3{
    position: absolute;
    top: 5px;
    left: 10px;
    text-transform: uppercase;
    color: #FF9800;
}

.zonnebril p{
    position: absolute;
    top: 40px;
    left: 10px;
    line-height: 1;
    margin: 0;
    color: #054689;
    font-weight: 600;
    font-size: 18px;
}



ul.woocommerce-widget-layered-nav-list li a:before{
    content: "\f0c8";
    font-family: "Font Awesome 5 Free";
    float: left;
    font-weight: 900;
    background: #cacaca;
    color: #fff;
    padding: 4px 2px;
    line-height: 12px;
    width: 19px;
    height: 20px;
    margin: 2px 10px 0 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before{
    content: "\f0c8";
    font-family: "Font Awesome 5 Free";
    color: #01468a;
    font-weight: 900;
    width: 19px;
    height: 20px;
    padding: 3px 2px;
}

.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon{
    width: 100%;
}

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text{
    width: 40%;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message{
    background-color: rgba(87, 67, 123, 0.25);
    color: #57437b;
    font-size: 17px;
    border-top-color: #756298;
}

.woocommerce-message::before{
    color: #756298;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message .button{
    background: #756298 !important;
    color: #fff !important;
    font-size: 16px !important;
    border: 0 !important;
    border-bottom: 3px solid #4d4065 !important;
}

@media screen and (max-width: 991px){
    .del-on-mob{
        display: none !important;
    }
}

@media screen and (max-width: 767px){
    .del-on-mob{
        display: none !important;
    }

    .product span.onsale{
        left: 69% !important;
    }

    .woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon{
        width: 100%;
    }

    .woocommerce .cart .button, .woocommerce .cart input.button{
        width: 100% !important;
        margin-top: 10px;
    }

    #add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text{
        width: 100% !important;
    }
}

.hurrytimer-campaign{
    width: 100%;
    background: linear-gradient(149deg, #033161, #4caf51);
    margin-bottom: 30px;
    padding: 10px;
    border-radius: 11px;
    border: 0;
    border-bottom: 2px solid rgba(31, 37, 31, 0.07 );
}





.wc-pao-validation-notice {
  color: #ffffff;
  background-color: #e40c0c;
  font-size: 14px;
  font-style: italic;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
  position: relative;
}






