body {
    color: #6e7881;
    font-family: "Roboto";
    font-weight: 400;
    font-size: 17px;
}

h1 {
    margin: auto;
}

h2 {
    color: #062b48;
}

.rating-snippet {
    display: none;
}

.addthis_sharing_toolbox {
    display: none;
}

.exbtw-text {
    color: #bababa;
    margin-bottom: 30px;
}

#black-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1001;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 20;
    display: none;
}

#content-main select {
    min-width: 194px;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    padding: 0 5px;
    color: #979797;
}

#content-main .subform select {
    min-width: inherit;
}

.btn-aqua--hover,
.btn-aqua--hover:hover {
    font-family: "proxima-nova";
    font-weight: bold;
    display: block;
    padding: 0 20px;
    border: 1px solid transparent;
    border-radius: 5px;
    overflow: hidden;
    box-sizing: border-box;
    height: 43px;
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 41px;
    text-align: center;
    background: url(../images/build/btn--shop.png) center center #062b48;
    color: #fff;
}

.btn-aqua {
    display: block;
    background: url(../images/layout/button-bg.png) no-repeat;
    padding: 0 20px;
    color: #062b48;
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    width: 191px;
    box-sizing: border-box;
    height: 36px;
}

.btn-aqua:hover {
    background: url(../images/layout/button-bg-hover.png) no-repeat;
    color: #fff;
}

.btn-aqua .label {
    float: left;
    display: block;
    font-weight: 500;
    font-size: 14px;
    padding: 9px 0 0 0;
    font-family: "proxima-nova";
}

.btn-aqua .icon-arrow-down,
.btn-aqua .icon-arrow-right {
    float: right;
    font-size: 15px;
    display: block;
    padding: 10px 0 0 0;
}

.btn-big-blue {
    background: url(../images/layout/button-big-blue-bg.png) no-repeat #062b48;
    width: 268px;
    height: 56px;
    /*border:1px solid #d5d5d5;*/
    display: block;
    font-weight: 600;
    color: #fff;
    border-radius: 5px;
    padding: 15px 20px;
    box-sizing: border-box;
    font-size: 20px;
}

.btn-big-red {
    position: relative;
    background: #fb0007;
    width: 268px;
    height: 56px;
    display: block;
    font-weight: 600;
    color: #fff;
    border-radius: 5px;
    padding: 15px 20px;
    box-sizing: border-box;
    font-size: 20px;
}

.btn-big-green {
    position: relative;
    background: #1fb05a;
    width: 268px;
    height: 56px;
    display: block;
    font-weight: 600;
    color: #fff;
    border-radius: 5px;
    padding: 15px 20px;
    box-sizing: border-box;
    font-size: 20px;
}

.btn-small-red {
    position: relative;
    background: #fb0007;
    width: 168px;
    height: 46px;
    display: block;
    font-weight: 600;
    color: #fff;
    border-radius: 5px;
    padding: 15px 20px;
    box-sizing: border-box;
    font-size: 15px;
    margin-top: 5px;
    margin-left: 10px;
}

.btn-small-green {
    position: relative;
    background: #1fb05a;
    width: 168px;
    height: 46px;
    display: block;
    font-weight: 600;
    color: #fff;
    border-radius: 5px;
    padding: 15px 20px;
    box-sizing: border-box;
    font-size: 15px;
    margin-top: 5px;
    margin-left: 10px;
}

.btn-big-red::before,
.btn-big-green::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: rgba(255, 255, 255, 0.2);
}

.btn-big-blue .icon-arrow-right,
.btn-big-red .icon-arrow-right,
.btn-big-green .icon-arrow-right {
    float: right;
    display: block;
    margin-top: 5px;
    font-size: 15px;
}

.btn-big-blue:hover,
.btn-big-red:hover,
.btn-big-green:hover {
    color: #fff;
}

.bigtitle,
.hugetitle {
    font-size: 28px;
    color: #062b48;
    font-family: "proxima-nova";
    font-weight: 700;
}

.clearfix:after,
.send_button:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.hugetitle {
    font-size: 40px;
}

.column-inner-text p:last-child {
    margin-bottom: 0;
}

.column-inner-text .content-image {
    float: right;
    margin: 0 0 30px 30px;
}

#searchresults {
    z-index: 2000;
}

.page-content table tbody td {
    vertical-align: top;
}

.products-list {

}

.products-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.products-list ul li {
    width: 191px;
    /*height: 450px;*/
    padding-bottom: 80px;
    float: left;
    border: 1px solid #d5d5d5;
    box-sizing: border-box;
    margin: 0 12px 14px 0;
    position: relative;
}

.products-list ul li a {
    display: block;
    text-align: center;
}

.products-list ul li a .title,
.products-list ul li a .text,
.products-list ul li a .moreinfo {
    /*-webkit-transition: all 0.3s ease;*/
}

.products-list ul li a .title {
    height: 62px;
    border-bottom: 1px solid #d5d5d5;
    display: block;
    padding: 8px 20px;
    box-sizing: border-box;
    text-align: left;
    font-size: 18px;
    line-height: 25px;
    color: #062b48;
    font-family: "proxima-nova";
    letter-spacing: -1px;
    font-weight: 500;
    overflow: hidden;
}

.products-list ul li a .image {
    width: 150px;
    height: 213px;
    border-bottom: 1px solid #d5d5d5;
    margin: 10px 0 24px 0;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
}

.products-list ul li a .price {
    padding: 0 20px;
    text-align: left;
    display: block;
}

.products-list ul li a .price::after {
    content: '';
    display: block;
    clear: both;
}

.products-list ul li a .price .label,
.products-list ul li a .price .value {
    display: block;
    color: #6d6d6d;
}
.products-list ul li a .price .label {
    font-weight: 300;
    font-size: 15px;
    font-family: "proxima-nova";
}

.products-list ul li a .price .value {
    color: #f77f0a;
    font-size: 17px;
    font-weight: 800;
    float: left;
}

.products-list ul li a .price .prev-value {
    float: left;
    color: #9b9b9b;
    display: block;
    padding: 3px 0 0 6px;
    font-size: 13px;
    text-decoration: line-through;
}

.products-list ul li a .moreinfo {
    display: block;
    height: 36px;
    position: absolute;
    left: -1px;
    bottom: -5px;
    width: 191px;
    background: url(../images/layout/product_button_bg.png) no-repeat;
    border-radius: 0 0 5px 5px;
    color: #10334f;
    font-family: "proxima-nova";
    font-weight: 500;
    font-size: 18px;
    box-sizing: border-box;
    padding: 10px 20px;
    letter-spacing: -1px;
}

.btn-add-to-cart.btn-add-to-cart--card {
    display: block;
    height: 36px;
    position: absolute;
    left: -1px;
    bottom: 30px;
    width: 191px;
    background: url(../images/layout/button_bg.png) repeat-x center center;
    border-radius: 0;
    border: 1px solid #d5d5d5;
    border-bottom: 0;
    color: #10334f;
    font-family: "proxima-nova";
    font-size: 14px;
    box-sizing: border-box;
    padding: 10px 20px;
    letter-spacing: -1px;
}

.btn-add-to-cart.btn-add-to-cart--card:hover {
    background-image: url(../images/layout/button_bg_hover.png);
    color: #fff;
}

.btn-add-to-cart--card .icon {
    display: block;
    height: 20px;
    width: 22px;
    margin-right: -5px;
}

.products-list ul li a .moreinfo .label,
.btn-add-to-cart .label {
    display: block;
    float: left;
    margin: 0;

    font-size: 14px;
}

.products-list ul li a .moreinfo .icon-arrow-right,
.btn-add-to-cart .icon {
    float: right;
    font-size: 15px;
    line-height: 23px;
}

.products-list ul li a .moreinfo:hover {
    background-image: url(../images/layout/product_button_bg_hover.png);
    color: #fff;
}

.products-list ul li a:hover .title {
    background: #10334f;
    color: #fff;
    border-bottom-color: #114c7a;
}

.products-list ul li a .text {
    color: #fff;
    background-color: #062b48;
    position: absolute;
    padding: 20px;
    font-size: 12px;
    text-align: left;
    width: 149px;
    height: 270px;
    opacity: 0;
    display: block;
}

.products-list ul li a:hover .text {
    opacity: 1;
}

.category-blocks {
    position: relative;
}

.category-blocks ul {
    list-style: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    width: 102%;
}

.category-blocks ul:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.category-blocks ul li {
    padding: 0;
    margin: 0;
    width: 33.33%;
    box-sizing: border-box;
    position: relative;
    float: left;
}

.category-blocks ul li .li-inner {
}

.category-blocks ul li .li-inner .block-content {
}

.category-blocks ul li .li-inner .block-content .image,
.category-blocks ul li .li-inner .block-content .image-rollover {
    position: absolute;
    top: 0;
    right: 0;
}

.category-blocks ul li .li-inner .block-content .image-rollover {
    display: none;
}

.category-blocks ul li .li-inner .block-content .background {
    display: block;
    height: 200px;
    width: 100%;
}

.category-blocks ul li .li-inner .block-content .bottom {
    height: 200px;
    width: 100%;
    box-sizing: border-box;
    border-left: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    display: block;
    padding: 0 30px;
    background-color: #fff;
    border-color: #d5d5d5;
}

.category-blocks ul li a.li-inner:hover .block-content .bottom {
    background-color: #062b48;
    border-color: #062b48;
}

.category-blocks ul li a.li-inner:hover .block-content .image-rollover {
    display: block;
}

.category-blocks ul li a.li-inner.has-rollover-image:hover .block-content .image {
    display: none;
}

.category-blocks ul li .li-inner .block-content .bottom strong {
    color: #f77f0a;
}

.category-blocks ul li a.li-inner:hover .block-content .title,
.category-blocks ul li a.li-inner:hover .block-content .intro {
    color: #fff;
}

.category-blocks ul li a.li-inner:hover .block-content .icon-arrow-right {
    background-color: #fff;
}

.category-blocks ul li:last-child .li-inner .block-content .bottom {
    border-right: 1px solid #d5d5d5;
}

.category-blocks ul li .li-inner .block-content .title {
    line-height: 70px;
    display: block;
    font-size: 30px;
    color: #062b48;
    font-family: "proxima-nova", serif;
    font-weight: 800;
    letter-spacing: -1px;
}

.category-blocks ul li .li-inner .block-content .intro {
    color: #6d6d6d;
    font-family: "proxima-nova", serif;
    font-weight: 300;
    font-size: 15px;
}

.category-blocks ul li .li-inner .block-content .btn-arrow {
    right: 30px;
    position: absolute;
    /*display: none;*/
    font-size: 18px;
}
    .btn-arrow.icon-arrow-right::before {
        position: absolute;
        top: 11px;
        left: 12px;
    }

.btn-arrow.icon-arrow-right {
    display: block;
    bottom: 30px;
    width: 40px;
    height: 40px;
    border: 1px solid #d5d5d5;
    border-radius: 20px;
    font-size: 24px;
    color: #062b48;
    text-align: center;
    box-sizing: border-box;
    padding: 9px 0 0 4px;
    float: right;
}

.path {
}

.path a {
    color: #c1c1c1;
    font-size: 20px;
}

.path a::before {
    content: ' • ';
}

.path a:first-child::before {
    content: '';
}

.call2action {
}

.call2action .submenu {
    margin-bottom: 30px;
}

.call2action .submenu .disabled {
    display: none;
}

.call2action .bigtitle {
    font-size: 25px;
    line-height: 30px;
    padding-bottom: 30px;
}

.call2action ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.call2action ul.defaultbuttons {
    z-index: 6;
}

.call2action ul.submenu li {
    box-sizing: border-box;

    line-height: 22px;
    border-bottom: 1px solid #d5d5d5;

}

.call2action ul.submenu li:first-child {
    border-top: 1px solid #d5d5d5;
}

.call2action ul.submenu li a {
    cursor: pointer;

    font-family: "proxima-nova";
    font-size: 18px;
    font-weight: 500;
    color: #062b48;
    padding: 14px 0;
    display: block;
    transition: .2s;

}

.call2action ul.submenu > li > a > .icon-arrow-down,
.call2action ul.submenu > li > a > .icon-arrow-right {
    float: right;
    display: block;
    padding-top: 5px;
}

.call2action ul.submenu > li > a > .icon-arrow-right {
    padding-top: 3px;
    font-size: 8px;
}

.call2action ul.submenu > li:hover a {

}


.benefits {
    border-top: 1px solid #d5d5d5;
    width: 100%;
    margin: 0 0 31px 0;
}

.benefits .benefit {
    border-bottom: 1px solid #d5d5d5;
    padding: 9px 10px 4px 10px;
}

.benefits .benefit .icon,
.benefits .benefit .label {
    float: left;
    display: block;
}

.benefits .benefit .icon {
    font-size: 27px;
    margin: 3px 25px 0 0;
    color: #062b48;
    line-height: 32px;
}

.benefits .benefit .label {
    padding: 3px 0 0 0;
    font-size: 18px;
    font-weight: 500;
    color: #062b48;
    font-family: "proxima-nova";
}

/***************** HOME TEMPLATE ****************/

#home-blocks {
    z-index: 10;
    margin-top: -350px;
    margin-bottom: 40px;
}

    #home-blocks > .columns > li:first-child .block-content .background {
        border-top-left-radius: 3px;
    }
    #home-blocks > .columns > li:first-child .block-content .bottom {
        border-bottom-left-radius: 3px;
    }

    #home-blocks > .columns > li:last-child .block-content .background {
        border-top-right-radius: 3px;
    }
    #home-blocks > .columns > li:last-child .block-content .bottom {
        border-bottom-right-radius: 3px;
    }


#home-products {
    padding: 30px 0 0 0;
}

#home-products .call2action {
    position: relative;
    z-index: 6;
}

.offerte-aanvraag-button {
    cursor: pointer;
}

.subform {
    position: absolute;
    background-color: #fff;
    border-left: 1px solid #d5d5d5;
    border-right: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    border-radius: 0 0 5px 5px;
    padding: 30px 20px 20px 20px;
    width: 360px;
    box-sizing: border-box;
    z-index: 5;
    display: none;
    top: 58px;
    left: 0px;
}

.subform .webform-field label {
    font-size: 12px;
	font-family:'Roboto';
}

#home-products .bigtitle {
    line-height: 80px;
}

#home-products .products-list ul li {
    margin-bottom: 0;
}

#home-products .filter {
    margin-top: -80px;
    display: block;
    text-align: right;
    box-sizing: border-box;
    padding: 30px 0;
    padding-right: 400px;
}

#home-products .filter .filter-inner {
    display: inline-block;
    margin-right: -13px;
}

#home-products .filter .filter-inner a {
    color: #c1c1c1;
    font-size: 15px;
    display: block;
    float: left;
    position: relative;
    padding: 0 13px;
    line-height: 20px;
    font-family: "proxima-nova";
    font-weight: 300;
    letter-spacing: -1px;
}
    #home-products .filter .filter-inner a::after {
        content: '';
        display: block;
        position: absolute;
        right: 0;
        top: calc(50% - 5px);
        height: 10px;
        width: 1px;
        background: #e1e1e1;
    }
        #home-products .filter .filter-inner a:last-child::after {
            display: none;
        }


#home-products .filter .filter-inner a span.id {
    display: none;
}

#home-products .filter .filter-inner a.selected,
#home-products .filter .filter-inner a:hover {
    color: #062b48;
}

#home-products .filter .filter-inner a:last-child {
    border-right: none;
}

#home-products .products-list {
    float: left;
}

#benefits-call2action {
    margin: 0 0 0 20px;
    float: right;
    width: 360px;
}

#benefits-call2action .bigtitle {
    line-height: 20px;
    margin: 0 0 30px 0;
}

/****************** ALLE TEMPLATES *******************/

#home-earthnews {
    margin-top: 95px;
    margin-bottom: 75px;
    padding-bottom: 80px;
    position: relative;
    z-index: 2;
}
    #home-earthnews::after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 110px;
        z-index: -1;

        background: #ffffff;
        background: -moz-linear-gradient(top, #ffffff 0%, #eff3f4 100%);
        background: -webkit-linear-gradient(top, #ffffff 0%,#eff3f4 100%);
        background: linear-gradient(to bottom, #ffffff 0%,#eff3f4 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eff3f4',GradientType=0 );
    }

#home-earthnews .bigtitle {
    margin-bottom: 30px;
}

#home-earth {
    width: 50%;
    padding-right: 50px;
    box-sizing: border-box;
    float: left;
}

#home-earth img {
    float: left;
    margin: 0 15px 10px 0;
}

#home-earth .btn-aqua {
    margin-top: 30px;
}

#home-news {
    width: 50%;
    box-sizing: border-box;
    float: left;
}

#home-news .newsitem {
    width: 50%;
    box-sizing: border-box;
    float: left;
    padding: 0 65px 0 0;
}

#home-news .newsitem .title {
    float: left;
    color: #062b48;
    font-weight: 500;
    width: 180px;
}

#home-news .newsitem .date {
    right: 30px;
    float: right;
    background-color: #062b48;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    line-height: 40px;
    margin: 0 0 10px 0;
    font-size: 12px;
}

#home-news .newsitem .image {
    display: block;
    margin: 0 0 20px 0;
}

#footer {
    position: relative;
    z-index: 2;
}

#footer .wrapper {
    position: relative;
}

#footer .footer-menu-title {
    margin-bottom: 10px;
    color: #062b48;
    font-size: 20px;
    font-family: "proxima-nova";
    font-weight: 800;
    letter-spacing: -1px;
}

#footer .madeby {
    font-size: 14px;
    color: #c1c1c1;
    padding: 15px 0 0 0;
    text-align: right;
}

#footer .madeby a {
    color: #c1c1c1;
}

.webform-field label {
    float: left;
}

#footer #newsletter.webform {
}

#footer #newsletter.webform .webform-field {
    width: 100%;
    margin-bottom: 30px;
}

#footer #newsletter.webform .webform-field input {
    width: 100%;
    height: 50px;
    background: #0e3b5e;
    border: none;
    border-radius: 3px;
    color: #fff;
}

#footer #newsletter.webform .send_button {
    text-align: right;
    padding-top: 0px;
}
    #footer #newsletter.webform .send_button .btn-aqua {
        color: #062b48;
        line-height: normal;
    }
        #footer #newsletter.webform .send_button .btn-aqua:hover {
            color: #fff;
        }

/****************** CATEGORIE TEMPLATE *******************/

#content-header {
    width: 100%;
}

#content-header .golf {
    background: url(../images/layout/content-golf-vervolgpagina.png) center center;
    height: 560px;
    width: 100%;
    position: absolute;
    z-index: 2;
    margin: 90px 0 0 0;
}

#content-header .raster {
    background: url(../images/layout/raster.png);
    height: 210px;
    width: 100%;
    position: absolute;
    z-index: 1;
}

#content-header .image {
}
    #content-header .image img {
        display: block;
        width: 100%;
    }

#content-main {
    position: relative;
    z-index: 3;
}
    #content-main p {
        text-align: left;
    }


    .content-title {
        border-bottom: 1px solid #d5d5d5;
        font-family: "proxima-nova";
        font-size: 28px;
        font-weight: 700;
        color: #062b48;
        margin-bottom: 30px;
        padding-bottom: 30px;
    }

    .content-holder h2 {
    }

#content-main .path {
    padding: 0 0 50px 0;
}

#content-main .userform {
    margin-bottom: 30px;
    border: 1px solid #ccc;
    padding: 20px;
    position: relative;
}

#content-main .userform .anchor {
    position: relative;
    top: -100px;
    display: block;
    visibility: hidden;
}

#content-categories {
}

#content-categories ul {
}

#content-categories ul li {
    width: 390px;
    margin: 0 15px 15px 0;
}

#content-categories ul li:last-child {
    margin-right: 0;
}

#content-categories ul li a {
}

#content-categories ul li a .block-content {
}

#content-categories ul li a .block-content .image {
    margin-top: 90px;
}

#content-categories ul li a .block-content .background {
    height: 190px;
}

#content-categories ul li a .block-content .bottom {
    border-right-style: solid;
    border-right-width: 1px;
    height: 370px;
}

#content-category-products {
    float: left;
}

#content-category-products .content {
    width: 394px;
    height: 396px;
    padding: 30px;
    box-sizing: border-box;
    border: 1px solid #d6d6d6;
    background: #fff;
    float: left;
    margin-right: 12px;
}

#content-category-products .content .content-text {
}

#content-category-products .content .content-text strong {
    color: #f77f0a;
}

#content-category-products .content .content-text h2 {
    font-size: 20px;
    font-family: "proxima-nova";
    font-weight: 800;
    letter-spacing: -1px;
    margin: 0 0 20px 0;
    color: #062b48;
}

#content-category-products .content .readmore {
    color: #062b48;
}

#content-category-products .content .readmore .text {
    display: block;
    float: left;
}

#content-category-products .content .readmore .icon-arrow-right {
    display: block;
    float: left;
    font-size: 13px;
    padding: 3px 0 0 4px;
}

#content-category-products .first-product {
    width: 394px;
    height: 396px;
    box-sizing: border-box;
    border: 1px solid #d6d6d6;
    background: #fff;
    float: left;
    border-radius: 0 0 5px 5px;
    position: relative;
}

#content-category-products .first-product .action-label {
    position: absolute;
    background: url(../images/layout/action-label.png) no-repeat;
    width: 102px;
    height: 101px;
    right: -1px;
    top: 59px;
}

#content-category-products .first-product .title {
    height: 60px;
    color: #f77f0a;
    border-bottom: 1px solid #d5d5d5;
    padding: 20px;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: 800;
}

#content-category-products .first-product .middle {
    padding: 20px;
}

#content-category-products .first-product .middle .left {
    float: left;
    padding-right: 20px;
    width: 190px;
    text-align: center;
    height: 259px;
}

#content-category-products .first-product .middle .right {
    float: left;
    width: 140px;
}

#content-category-products .first-product .middle .price {
    border-bottom: 1px solid #d5d5d5;
    width: 140px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

#content-category-products .first-product .middle .price .label {
    color: #6d6d6d;
    font-size: 18px;
    display: block;
}

#content-category-products .first-product .middle .price .value {
    display: block;
    color: #f77f0a;
    font-weight: 800;
    font-size: 16px;
}

#content-category-products .first-product .middle .price .prev-value {
    display: block;
    color: #9b9b9b;
    font-size: 14px;
    text-decoration: line-through;
}

#content-category-products .first-product .intro {
    font-size: 14px;
    padding-right: 10px;
}

#content-category-products .first-product a {
    height: 35px;
    border-top: 1px solid #d5d5d5;
    display: block;
    width: 100%;
    box-sizing: border-box;
    background: url(../images/layout/action-product-bg.png);
    color: #062b48;
    font-size: 17px;
    font-weight: 500;
    padding: 6px 20px;
}

#content-category-products .first-product a .label {
    float: left;
}

#content-category-products .first-product a .icon-arrow-right {
    float: right;
    display: block;
    padding-top: 3px;
}

#content-category-products
#content-category-products-list {
    margin-top: 13px;
    width: 800px;
}

#content-category-products-list ul li:nth-child(4n+0) {
    margin-right: 0;
}

#content-category-cta {
    float: right;
}
#content-category-cta {
    width: 360px;
}

/****************** PRODUCT TEMPLATE *******************/

#content-product {
}

#content-product .flexslider {
    width: 598px;
    height: 480px;
    float: left;
    box-sizing: border-box;
}

#content-product .info {
    float: left;
    width: 602px;
    height: 480px;
    box-sizing: border-box;
    padding: 32px;
    border-top: 1px solid #d5d5d5;
    border-right: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    background-color: #fff;
}

#content-product .info .description {
    height: 250px;
    border-bottom: 1px solid #d5d5d5;
}

#content-product .info .description h2,
#content-product-accessoires .tabsblock .resp-tab-content h2 {
    color: #062b48;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 20px;
}

#content-product .price {
    height: 80px;
    border-bottom: 1px solid #d5d5d5;
}

#content-product .price .value {
    float: left;
    font-size: 26px;
    color: #f77f0a;
    font-weight: 800;
    padding: 24px 20px 0 0;
}

#content-product .price .prev-value {
    float: left;
    text-decoration: line-through;
    color: #9b9b9b;
    padding: 30px 0 0 0;
}

#content-product .price .brandlogo {
    float: right;
    margin-top: 17px;
}

#content-product .brochure-review {
    height: 80px;
    padding: 15px 0 0 0;
    box-sizing: border-box;
    vertical-align: top;
    float: right;
}

#content-product .brochure-review span {
    display: block;
    float: left;
    color: #062b48;
}

#content-product .brochure-review .icon-pdf {
    font-size: 25px;
    color: #f00;
    margin: 3px 10px 0 0;
}

#content-product .brochure-review .label {
    font-size: 15px;
    font-weight: 500;
    padding-top: 5px;
    margin: 0 9px 0 0;
}

#content-product .brochure-review .icon-arrow-right {
    padding-top: 9px;
    font-size: 13px;
}

#content-product .request-info {
    clear: both;
}
#content-product .request-info .label {
    margin: 0 10px 0 0;
}

#content-product .request-info .btn-big-blue {
    float: right;
}

#content-product .request-info .btn-big-red {
    float: left;
}

#content-product .request-info select {
    margin: 38px 32px 0 0;
}

#content-product .request-info a {
    margin: 30px 0 0 0;
}

#content-product .request-info .label,
#content-product .request-info select,
#content-product .request-info a {
    float: left;
}

#content-product-accessoires {
}

#content-product-accessoires .bigtitle {
    padding: 45px 0 30px 0;
}

#content-product-accessoires .accessoires {

}

#content-product-accessoires .tabsblock {

}

#content-product-accessoires .tabsblock .resp-tabs-list li {
    width: 33%;
    box-sizing: border-box;
    height: 62px;
    margin-right: 1px;
    background: #f4f4f4;
    border: 1px solid #d8d8d8;
    border-radius: 5px 5px 0 0;
    font-size: 20px;
    color: #062b48;
    font-weight: 600;
    text-align: center;
    padding-top: 18px;
    font-family: "proxima-nova";
}

#content-product-accessoires .tabsblock .resp-tabs-list li .icon-arrow-down {
    display: none;
    font-size: 12px;
    margin-top: 4px;
}

#content-product-accessoires .tabsblock .resp-tabs-list li.resp-tab-active {
    background: #fff;
    border-bottom: none;
    padding-top: 18px;
}

#content-product-accessoires .tabsblock .resp-tabs-list li.resp-tab-active .icon-arrow-down {
    display: block;
}

#content-product-accessoires .tabsblock .resp-tabs-list li:last-child {
    width: calc(34% - 2px);
    margin-right: 0;
}

#content-product-accessoires .tabsblock .resp-tab-content {
    /*height: 337px;*/
    overflow: auto;
    border: none;
    border: 1px solid #d8d8d8;
    padding: 30px;
    box-sizing: border-box;
    margin-top: -1px;
}

#content-product-accessoires .tabsblock .resp-tab-content .details {
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
}

    #content-product-accessoires .tabsblock .resp-tab-content .details table {
        width: 100% !important;
    }

#content-product-accessoires .tabsblock .resp-tab-content .details td {
    border: none;
    height: 54px;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 1px solid #d5d5d5;
    box-sizing: border-box;
}

#content-product-accessoires .tabsblock .resp-tab-content .details tr:nth-child(odd) td {
    background-color: #f8f8f8;
}

#content-product-accessoires .tabsblock .resp-tabs-container {
    margin-top: -1px;
    position: relative;
    z-index: 1;
}

#content-product-accessoires .tabsblock .tab-wrapper {
    position: relative;
    z-index: 2;
}

#content-product-nav {
    /*float: right;
    margin: 40px 0 0 0;
   height: 16px;*/

    text-align: right;
    margin-bottom: 30px;
}


#content-product-nav #content-product-title {
    float: left;
}
    #content-product-nav #content-product-title h1 {
        font-family: "proxima-nova";
        font-size: 28px;
        font-weight: 700;
        color: #062b48;
    }

    #content-product-nav #content-product-title br {
        display: none;
    }

#content-product-nav a {
    font-size: 20px;
    color: #c1c1c1;
    font-weight: 500;
    font-family: "proxima-nova";
}

#content-product-nav a.next {
    padding: 0 0 0 10px;
    margin: 0 0 0 10px;
    border-left: 1px solid #d5d5d5;
}

#content-product-nav a.prev {
    padding: 0 10px 0 0;
    margin: 0 10px 0 0;
    border-right: 1px solid #d5d5d5;
}

#content-product-nav a .icon {
    font-size: 11px;
}

#content-product-nav a .icon-arrow-left {
    margin-right: 5px;
}

#content-product-nav a .icon-arrow-right {
    margin-left: 5px;
}

#content-product-nav a:hover {
    color: #0b2f4c;
}

/*********************** BLANK TEMPLATE **************************/

.template_blank .column-inner-text {
    border: 1px solid #d6d6d6;
    padding: 30px;
    min-height: 500px;
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
    margin-bottom: 70px;
}

.template_blank .column-inner-text strong {
    color: #f77f0a;
    /* display:block; */
    padding-bottom: 30px;
}

.template_blank .column-inner-text .content-left {
    width: 735px;
    float: left;
}

.template_blank .column-inner-text .content-right {
    width: 330px;
    float: right;
}

.template_blank .column-inner-text .content-right .login,
.template_blank .column-inner-text .content-right .register {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #d5d5d5;
}

.template_blank .column-inner-text .content-right .register .text {
    padding-bottom: 30px;
}

.template_blank .column-inner-text .content-right .login .userdata {
    border: none;
}

.template_blank .column-inner-text .content-right .login .userdata tr td {
    border: none;
}

.template_blank .column-inner-text .content-right .login .userdata tr:nth-child(odd) td {
    background-color: #f7f7f7;
}

.template_blank .column-inner-text .content-right .button-info {
}

.template_blank .column-inner-text .content-right .button-info .btn-big-blue {
    width: 100%;
}

.template_blank .bigtitle {
    padding-bottom: 25px;
}

.template_blank .bigtitle.border {
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 30px;
}

.template_blank #home-earthnews,
.template_empty #home-earthnews {
    display: none;
}

/*********************** LOGIN PAGINA **************************/

#login-blocks {
    margin-bottom: 60px;
    margin-left: 15%;
}

#login-blocks .image {
    margin: 60px 30px 0 0;
}

#login-blocks .background {
    height: 99px;
}

#login-blocks ul li {
    width: 390px;
    margin: 0 15px 0 0;
}

#login-blocks ul li .bottom {
    min-height: 315px;
    border-right: 1px solid #d5d5d5;
    padding: 0 30px;
}

#login-blocks ul li .bottom p {
    margin-bottom: 30px;
}

#login-blocks ul li:last-child {
    margin-right: 0;
}

/*********************** LOGIN PAGINA Checkout**************************/

#login-blocks-checkout {
    margin-top: 50px;
    margin-bottom: 60px;
}

#login-blocks-checkout .image {
    margin: 60px 30px 0 0;
}

#login-blocks-checkout .background {
    height: 99px;
}

#login-blocks-checkout ul li {
    width: 280px;
    margin: 0 15px 0 0;
}

#login-blocks-checkout ul li .bottom {
    min-height: 315px;
    border-right: 1px solid #d5d5d5;
    padding: 0 30px;
}

#login-blocks-checkout ul li .bottom p {
    margin-bottom: 30px;
}

#login-blocks-checkout ul li:last-child {
    margin-right: 0;
}

/*********************** REGISTRATIE PAGINA **************************/

#register.webform {
}

#registreren.webform .wf-group,
#register.webform .wf-group {
    width: 330px;
    margin-right: 74px;
    padding: 0 0 20px 0;
}

#registreren.webform .wf-group .wf-group-title,
#register.webform .wf-group .wf-group-title {
    font-size: 30px;
    letter-spacing: -1px;
    padding-bottom: 25px;
    margin-bottom: 30px;
    border-bottom: 1px solid #d5d5d5;
}

#register.webform .wf-group.group-contact {

}

#register.webform .wf-group.group-adres,
#register.webform .wf-group.group-factuur {
    margin-right: 0;
}

#register.webform .send_button {
    border-top: 1px solid #d5d5d5;
    padding-top: 30px;
}

#register.webform .send_button .btn-big-blue {
    float: right;
}

#register.webform .field-postcode {
}

.field-postcode .field0[type=text] {
    width: 115px;
    margin-right: 10px;
}

.field-postcode .field1[type=text] {
    width: 68px;
}

#register.webform .webform-table td.title {
    width: 126px;
}

#order_no_reg.webform .textarea,
#order_no_reg.webform textarea {
    width: 600px;
}

/*********************** INFO TEMPLATE **************************/

.template_nieuws .column-left,
.template_info .column-left,
.content-column {
    width: 800px;
    box-sizing: border-box;
    margin-right: 40px;
    min-height: 356px;
}

.template_nieuws .column-left h2,
.template_info .column-left h2,
.content-column h2 {
    margin-bottom: 10px;


    font-family: "proxima-nova";
    font-size: 26px;
    font-weight: 700;
    color: #062b48;
}

.template_nieuws .column-right,
.template_info .column-right {
    width: 360px;
    float: right;
    box-sizing: border-box;
}

.content-column.fullwidth {
    width: 100%;
    margin: 0 10px 20px 0;
    padding: 30px;
}

.order-history {
}

.order-history .order {
    margin-bottom: 60px;
}

.order-history .order:last-child {
    margin-bottom: 0;
}

.order-history .order strong {
    display: block;
    margin-bottom: 15px;
}

.order-history .order .btn-aqua {
    margin-top: 15px;
}

.product-overview {
    margin-bottom: 30px;
}

.product-overview td {
    border-bottom: 1px solid #cbcbcb;
}

/* Thumbnail image center */
.products-list ul li a .image {
    /*background: #ccc;*/
    display: inline-block;
    vertical-align: middle;
}

.products-list ul li a .image img {
    vertical-align: middle;
    width: auto;
    height: auto;
}

/* Tekst blok overflow */
#content-category-products .first-product .middle .right {
    max-height: 252px;
}

/* Aqua light water & koffie */
tr {
}

table {
    border: none;
}

table tbody td {
    padding-right: 20px;
    margin: 0;
    border-left: none;
}

p {
    overflow: hidden;
}

/* Kleine menu aanpassingen */
.logo img {
    margin-top: 10px;
}

/*@media only screen and (max-width : 1260px), and (max-device-width : 1260px) {*/
/*table{*/
/*background: red;*/
/*min-width: 650px;*/
/*max-width: 650px;*/
/*float: left;*/
/*}*/
/*tbody tr td p{*/
/*min-width: 100%;*/
/*max-width: 100%;*/
/*}*/
/*}*/

/*@media only screen and (max-width : 1024px), and (max-device-width : 1024px) {*/
/*table{*/
/*min-width: 100%;*/
/*max-width: 100%;*/
/*}*/
/*tbody tr td p{*/
/*min-width: 100%;*/
/*max-width: 100%;*/
/*}*/

/*}*/

/*@media only screen and (max-width : 768px), and (max-device-width : 768px) {*/
/*table{*/
/*min-width: 100%;*/
/*max-width: 100%;*/
/*}*/
/*}*/

tr.field-PaymentOptions td.field label {
    clear: both;
    display: block;
}

.payment-logos {
    font-size: 0;
}

.payment-logos img {
    width: auto;
    display: inline-block;
    height: 22px;
    padding: 10px;
}

.footer-logos {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    font-size: 0;
    padding: 0 34px;
    box-sizing: border-box;
}

.footer-logos img {
    display: inline-block;
    margin-right: 30px;
    vertical-align: middle;
}

/*
Product Bar
 */

.product-bar.products-list ul li {
    width: calc(20% - 10px);
    margin-right: 10px;
}

.product-bar.products-list ul li .btn-add-to-cart.btn-add-to-cart--card,
.product-bar.products-list ul li a .moreinfo {
    width: calc(100% + 2px);
}

.product-bar.products-list ul li a .moreinfo {

    border: 1px solid #d5d5d5;
    background: url(/images/layout/button_bg.png) repeat-x center center;
    border-radius: 0 0 5px 5px;
}

.product-bar.products-list ul li a .moreinfo:hover {
    background: url(/images/layout/button_bg_hover.png) repeat-x center center;
}

.product-bar.products-list ul li:nth-child(5n+5) {
    margin-right: 0px;
}

.content-column.page-block {
    min-height: 0;
    margin: 30px 0;
    padding: 10px 0 0 0;



}

.product-bar.products-list ul li a .image {
    width: 100%;
    height: 300px;
    margin: 10px 0;
}

.product-bar.products-list ul li a
{
    background-color: #ffffff;
}


.page-block--no_border
{
    border: 0px;
}
.page-block--background_transparent
{
    background-color: transparent;
}

@media screen and (max-width: 1023px) {
    .footer-logos {
        bottom: 0px;
    }

    .footer-logos img {
        max-height: 20px;
        padding: 7px 15px;
    }
}

@media screen and (max-width: 767px) {
    .footer-logos {
        display: none;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .product-bar.products-list ul li a .moreinfo {
        bottom: -3px;
        left: -1px;
    }
}

@media screen and (max-width: 992px) {
    .product-bar.products-list ul li a .image
    {
        height: 200px;
        background-size:contain;
    }
    .product-bar.products-list ul li {
        width: 191px;
    }

    .product-bar.products-list ul li:nth-child(5n+5) {
        margin-right: 10px;
    }

    .product-bar.products-list ul li:nth-child(3n+3) {
        margin-right: 0px;
    }


}

@media screen and (max-width: 481px) {
     .product-bar.products-list ul li:nth-child(3n+3) {
        margin-right: 10px;
    }

     .product-bar.products-list ul li:nth-child(2n+2) {
        margin-right: 0px;
    }
}



.col-holder {
    margin: 0 -40px;
}
    .col-50 {
        width: calc(50% - 80px);
        float: left;
        margin: 0 40px;
        box-sizing: border-box;
    }

    .col-holder::after {
        content: '';
        clear: both;
        display: block;
    }

@media (max-width: 767px) {

    .col-50 {
        width: calc(100% - 20px);
        padding: 0 20px;
    }
}












.home-seo {
    margin-bottom: 80px;
    font-size: 15px;
    color: #6e7881;
    line-height: 23px;
}
    .home-seo .col-holder {
        position: relative;
    }
        .home-seo .col-holder::before {
            content: '';
            display: block;
            position: absolute;
            left: 50%;
            top: 0;
            width: 1px;
            height: 100%;
            background: #eeeeee;
        }

        .home-seo p:last-child {
            margin-bottom: 0;
        }

        .home-seo h2 {
            margin-bottom: 26px;
            font-size: 26px;
            color: #062b48;
            font-family: "proxima-nova";
        }

        .home-seo h3 {
            color: #062b48;
            font-size: 17px;
            font-weight: 700;
            margin-bottom: 22px;
            margin-top: 28px;
            font-family: "proxima-nova";
        }
















/* PATH */
.path {
    list-style: none;
    margin-bottom: 80px;
    background-color: #e9eef2;
}
  .path ul {
    margin: 0;
    padding: 0;
    font-size: 0;
  }
      .path li {
        display: inline-block;
        position: relative;
        padding-right: 30px;
      }
        .path li::before {
          content: '';
          display: block;
          position: absolute;
          top: calc(50% - 5px);
          right: 15px;
          width: 1px;
          height: 10px;
          background: #b8c3cc;
        }
        .path li:last-child {
          padding-right: 0;
        }
          .path li:last-child::before {
            display: none;
          }
        .path li a {
          color: #a3b0bc;
          font-size: 15px;
          display: block;
          line-height: 40px;
          overflow: hidden;
          transition: .2s;
          letter-spacing: 2px;
        }
          .path li a:hover {
            color: #062b48;
          }

          .path li a br {
              display: none;
          }






/* c2a buttons */
.c2a-buttons {
    margin-bottom: 45px !important;
}
    .c2a-buttons li {
        position: relative;
    }

    .c2a-buttons li > a {
        position: relative;
        cursor: pointer;
        display: block;
        line-height: 60px;
        color: #ffffff;
        font-size: 20px;
        padding: 0 20px 0 60px;
        font-weight: 500;
        border-radius: 3px;
        font-family: "proxima-nova";
        margin-bottom: 10px;
    }
        .c2a-buttons li > a .icon {
            position: absolute;
            left: 20px;
            padding-top: 4px;
        }

         .c2a-btn--blue {
            background-color: #062b48;
            background-image: linear-gradient(to right, #062b48, #003762);
         }
         .c2a-btn--light-blue {
            background-color: #279dd3;
            background-image: linear-gradient(to right, #279dd3, #00afff);
         }
         .c2a-btn--orange {
            background-color: #f77f0a;
            background-image: linear-gradient(to right, #ff7800, #ffa200);
         }




          .c2a-btn--blue + .subform {
            border-color: #062b48;
         }
         .c2a-btn--light-blue + .subform {
            border-color: #279dd3;
         }
         .c2a-btn--orange + .subform {
            border-color: #f77f0a;
         }

 /* BTW prijzen */
#content-product .value.vat-price
{
    color: #6e7881;
    font-size: 0.8rem;
    line-height: 45px;
}
#content-product .price
{
    overflow: hidden;
}

.footer-logos {
    position: relative;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-basis: min-content;
    align-content: flex-start;
    align-items: flex-start;
}

.footer-logos img{
    margin-top: 10px;
}




/* H2YO Styling */
.table-responsive-1 {

    @media (max-width: 1300px) {
        tr {
            display: flex;
            flex-wrap: wrap;
        }

        td {
            display: flex;
            flex-direction: column;
            align-items: center;

            padding: 0;

            img {
                max-width: 100%;
            }
        }

        td:nth-child(1),
        td:nth-child(3) {
            flex: 1;
        }

        td:nth-child(1) {
            order: 2;
        }

        td:nth-child(2) {
            order: 1;
            width: 100% !important;
        }

        td:nth-child(3) {
            order: 3;
        }
    }

}

.table-responsive-2 {
    max-width: 100%;

    tbody {
        width: 100%;
    }

    tr {
        display: flex;
        gap: 10px;
    }

    td {
        padding: 0 !important;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    @media (max-width: 1000px) {

        tr {
            flex-wrap: wrap;
        }

        td {
            width: 100% !important;

            img {
                width: 100%;
                width: 200px;
                object-fit: cover;
                max-width: 200px;
                height: auto;
            }
        }

    }

}

#webform35 {
    display: flex;
    justify-content: center;

    strong {
        display: flex;
        flex-direction: column;
        max-width: 600px;

        > .webform-field {
            display: flex;
            column-gap: 20px;

            @media (max-width: 800px) {
                flex-direction: column;
            }

            label {
                margin-bottom: 0.5em !important;
            }
        }
    }

    .wf-group {
        padding: 0;
    }

    .webform-field {

        width: 100%;

        input {
            width: 100%;
            margin-bottom: 0.5em !important;
        }

        input[type="checkbox"] {
            width: 20px;
        }

        textarea {
            width: 100%;
            padding: 12px;
            resize: vertical;
        }
    }
}

.page-content {
    img {
        max-width: 100%;
    }

    h4 {
        @media (max-width: 800px) {
            /*font-size-adjust: 0.3;*/
            text-wrap: balance;
            text-align: start !important;

            font-size: 24px !important;

            * {
                font-size: 24px !important;
            }
        }
    }
}