/* VARIABLES */
/*********************
Images
*********************/
/*********************
Colors
*********************/
/* Sociale share Buttons */
/*********************
Fonts
*********************/
/*********************
BREAKPOINTS
*********************/
/* Standard */
html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    color: #161f25;
    -webkit-font-smoothing: subpixel-antialiased;
}

.clearfix:before {
    content: " ";
    display: table;
}
.clearfix:after {
    content: " ";
    display: table;
    clear: both;
}

.invisible-on-load {
    opacity: 0;
}

.return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index:9999;
}
.return-to-top i {
    color: #000;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.return-to-top:hover {
    background: rgba(255, 255, 255, 0.9);
}
.return-to-top:hover i {
    color: #000;
    top: 5px;
}

.gallery {
    margin-bottom: 30px;
}

.button-holder {
    margin: 0 0 20px;
}

.button-holder.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: #fff;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
}

.back-button {
    position: relative;
    padding: 7px 10px 7px 7px;
    margin-left: 17px;
    overflow: visible;
    background: #161F25;
    color: white;
    transition: none;
    -webkit-transition: none;
}

.back-button:focus,
.back-button:hover {
    text-decoration: none;
    color: white;
    background: #9c9e9f;
}

.back-button:focus:before,
.back-button:hover:before {
    border-right: 17px solid #9c9e9f;
}

.back-button:before {
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-right: 17px solid #161F25;
    content: "";
    position: absolute;
    top: 0;
    left: -16px;
}

.category-button {
    position: relative;
    padding: 5px;
    margin-left: 5px;
    margin-top: 10px;
    overflow: visible;
    background: #fff;
    border: 1px solid #161f25;
    color: #161f25;
    transition: none;
    display: inline-block;
    -webkit-transition: none;
}

.category-button.active,
.category-button:focus,
.category-button:hover {
    text-decoration: none;
    color: white;
    background: #9c9e9f;
}

.share-wrapper .dropdown-menu {
    font-size: 16px;
    position: absolute;
    top: 100%;
    left: 5%;
    width: 90%;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 2px solid black;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.share-wrapper .dropdown-menu a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.share-wrapper .dropdown-menu a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.share-wrapper .btn-group.open .dropdown-menu {
    display: block;
}

.btn .caret {
    margin-left: 5px;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

#map {
    height: 400px;
    width: 100%;
}

a {
    -webkit-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
}
a:focus {
    outline: none;
}

h1 {
    color: #161f25;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 20px;
}

h1, h2 {
    word-wrap: break-word;
}

h2 {
    font-weight: 300;
    font-size: 30px;
    text-transform: uppercase;
    color: #161f25;
    margin-top: 20px;
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    h2 {
        font-size: 30px;
    }
}

h3 {
    font-size: 21px;
    font-weight: 600;
}

/*.home #social-share {
  display: none;
  }*/

blockquote {
    padding: 10px 40px;
    margin: 20px 0 20px;
    font-size: 26px;
    color: #161f25;
    font-weight: 300;
    font-style: italic;
    border-left: 0;
    line-height: 31px;
}

.mainContent {
    padding: 40px 0;
    position: relative;
}
.mainContent h1 {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 30px;
    text-transform: uppercase;
    color: #161f25;
    margin-top: 20px;
    margin-bottom: 20px;
}

.product-navigation.scroll a{
    position: fixed;
}
.product-navigation.bottom a{
    position: absolute;
    bottom: 100px;
    top: auto !important;
}

.product-navigation a.next-product,
.product-navigation a.prev-product {
    top: 500px;
}
.btn {
    border-radius: 2px;
    box-shadow: none;
}
.btn.btn-default {
    border: 1px solid white;
    background: transparent;
    padding: 15px 10px;
    color: white;
    text-transform: uppercase;
}
.btn.btn-default.btn-black {
    border-color: black;
    color: black;
    outline: 0;
}
.btn.btn-default.btn-black .fa {
    margin-right: 10px;
}
.btn.btn-black {
    font-weight: 600;
    border: 2px solid #161f25;
    font-size: 16px;
    color: #161f25;
    margin-top: 10px;
}
.btn.btn-black:hover {
    background-color: #161f25;
    color: white;
}
.btn.btn-pdf {
    margin-top: 15px;
}
.btn.btn-primary {
    background-color: #d8351c;
    border: 1px solid #d8351c;
    color: white;
    font-size: 16px;
    font-weight: 400;
    padding: 9px 5px;
    min-width: 140px;
    display: inline-block;
}
.btn.btn-primary:hover {
    background-color: white;
    border:1px solid #090d10;
    color: #161f25;
}

.borderless > thead > tr > th, .borderless > tbody > tr > th, .borderless > tfoot > tr > th, .borderless > thead > tr > td, .borderless > tbody > tr > td, .borderless > tfoot > tr > td {
    border: none;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
}

.table img.handle {
    position: absolute;
    top: 5px;
    left: 10px;
}
@media (max-width: 767px) {
    .table img.handle {
        position: static;
    }
}

.pagination {
    text-align: center;
    display: block;
}

.pagination li {
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
}
.pagination li:nth-last-of-type(1) {
    margin-right: 0px;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background: white;
    color: black;
    border-color: #fff;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    background: white;
    color: black;
    border-color: #fff;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: none;
    display: block;
    padding: 10px 20px;
    line-height: 22px;
    text-decoration: none;
    border-radius: 0px;
    color: white;
    background-color: transparent;
    border: 2px solid #fff;
    font-weight: 600;
}

@media (max-width: 767px) {
    /* Force table to not be like tables anymore */
    #table-responsive table,
    #table-responsive thead,
    #table-responsive tbody,
    #table-responsive th,
    #table-responsive td,
    #table-responsive tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    #table-responsive thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #table-responsive tr {
        border: 1px solid #ccc;
    }

    #table-responsive td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: left;
        min-height: 40px;
    }

    #table-responsive td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }

    /*
    Label the data
    */
    #table-responsive td:before {
        content: attr(data-title);
    }
}
/* No SVG styles */
@media (max-width: 767px) {
    .no-svg .header a.nav-toggle {
        background: url(/assets/img/menu.png) no-repeat center center #ff0a94;
    }
}
@media (max-width: 767px) {
    .no-svg .header a.nav-toggle.active {
        background: url(/assets/img/close-icon.png) no-repeat center center #ff0a94;
    }
}
@media (max-width: 767px) {
    .no-svg .header a.search-toggle {
        background: url(/assets/img/search.png) no-repeat center center #ff0a94;
    }
}
@media (max-width: 767px) {
    .no-svg .header a.phone {
        background: url(/assets/img/phone.png) no-repeat center center #ff0a94;
    }
}

iframe {
    max-width:100%;
}

/* Tiny MCE */
.tinymce {
    font-family: sans-serif;
}
.tinymce strong {
    font-weight: bold;
}
.tinymce p {
    line-height: 24px;
    margin: 0 0 20px;
    font-size: 16px;
}
.tinymce a {
    color: #428bca;
    line-height: inherit;
}
.tinymce a:hover {
    text-decoration: underline;
}
.tinymce blockquote {
    margin: 40px 0;
    border-left: 5px solid #161f25;
}
.tinymce blockquote p {
    line-height: 28px;
    font-size: 20px;
    font-style: italic;
    color: #999;
}
.tinymce blockquote p:before {
    content: " \" ";
}
.tinymce blockquote p:after {
    content: " \" ";
}
.tinymce ul li {
    font-size: inherit;
    line-height: inherit;
}
.tinymce ol li {
    font-size: inherit;
    line-height: inherit;
}

/* HEADER */
.home .header {
    background: transparent;
    position: absolute;
    background-image: none !important;
}
@media (max-width: 767px) {
    .home .header {
        background: #161f25;
    }
}

.socialstream{
    padding: 30px;
}

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

.social-filter{
    display: none;
    margin-bottom: 20px;
}

.social-filter li{
    list-style: none;
    display: inline-block;
    margin: 0 10px;
}

.social-filter li.first{
    margin-left: 0;
}

.social-filter li.first{
    margin-right: 0;
}

.social-filter li a{
    display: block;
    text-align: center;
    border-radius: 30px;
    border: 1px solid;
    font-weight: 600;
    color: #9c9e9f;
    font-size: 16px;
    padding: 10px 20px;
    opacity: 0.5;
}

.social-filter li a:hover, .social-filter li a:focus, .social-filter li a.active{
    opacity: 1;
    text-decoration: none;
}

.grid-system {
    display: none;
    margin: 0 auto;
}

.grid-system.grid-system-loaded {
    display: block;
}

.youtube.social-block{
    border: 0px;
    padding: 0px;
}

.youtube.social-block object, .socialstream .youtube.social-block object embed{
    max-width: 100%;
    width: 100%;
}

.twitter.social-block{
    border-color: #5baeec;
}

.facebook.social-block{
    border-color: #43609a;
}

.grid-sizer{
    width: 18.4%;
}

.social-block{
    display: block;
    width: 18.4%;
    float: left;
    border: 2px solid #135987;
    padding: 10px;
    color: #3a3a3a;
    margin-bottom: 20px;
}

.hashtag{
    color: #135987;
}
@media (min-width: 1216px) and (max-width: 1514px) {
    .grid-sizer, .social-block{
        width: 23%;
    }
}

@media (min-width: 1108px) and (max-width: 1215px) {
    .grid-sizer, .social-block{
        width: 22.8%;
    }
}

@media (min-width: 952px) and (max-width: 1107px) {
    .grid-sizer, .social-block{
        width: 31.2%;
    }
}

@media (min-width: 768px) and (max-width: 951px) {
    .grid-sizer, .social-block{
        width: 48%;
    }
}
.social-block .image-container{
    display: block;
    clear: both;
}

.social-block .header-item{
    display: block;
    margin-bottom: 30px;
}

.social-block .content{
    font-size: 21px;
    color: #161f25;
    display: block;
    word-wrap: break-word;
}

.social-block .image-container img{
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
}

.socialstream a:hover{
    text-decoration: none;
}

.socialstream:hover {
    cursor: pointer;
}

.social-block .content a:hover{
    text-decoration: underline;
}

.instagram.social-block .header-item {
    position: absolute;
    top: 20px;
    left: 20px;
}

.instagram.social-block .header-item h3 {
    text-indent: -99999px;
}

.instagram.social-block .content{
    font-size: 16px;
}

.social-block .header-item h3{
    font-size: 16px;
    color: #161f25;
    position: relative;
    padding-left: 35px;
    padding-top: 5px;
    margin: 0;
    font-weight: 600;
}

.social-block .header-item h3:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url(/assets/img/wall-media-icons.svg) no-repeat left center transparent;
    width: 30px;
    height: 27px;
}

.twitter.social-block .header-item h3:before{
    background-position: -34px center;
}
.facebook.social-block .header-item h3:before{
    background-position: -64px center;
}

.social-block.youtube{
    padding: 0;
    border: 0;
}

.social-sidewall {
    position: fixed;
    width: 300px;
    z-index: 105;
    top: 330px;
    right: -300px;
    background: white;
    border-radius: 20px 0 0 20px;
    border: 2px solid;
    color: #9c9e9f;
    max-height: 430px;
    overflow-y: scroll;
    padding: 10px;
    -webkit-transition: right 0.4s ease-out;
    -o-transition: right 0.4s  ease-out;
    transition: right 0.4s  ease-out;
}
.social-sidewall.open {
    right: 0;
    -webkit-transition: right 0.4s ease-out;
    -o-transition: right 0.4s  ease-out;
    transition: right 0.4s  ease-out;
}
.social-sidewall .social-block {
    border-radius: 20px 0 0 20px;
    border: 2px solid;
    color: #9c9e9f;
    min-height: 200px;
    display: block;
    padding: 10px;
    width: 95%;
    margin-top: 0;
    margin-bottom: 10px;
}
@media (min-width: 992px) {
    .social-sidewall {
        top: 230px;
    }
}

.home .feed-btn {
    display: none;
}

.feed-btn {
    position: fixed;
    top: 280px;
    right: -2px;
    width: 85px;
    z-index: 200;
    padding: 10px 10px 10px 30px;
    border-radius: 20px 0px 0px 20px;
    border: 2px solid;
    color: #9c9e9f;
    font-size: 16px;
    font-weight: 600;
    background: white;
}
.feed-btn .open-btn {
    display: none;
}
.feed-btn span.count {
    border-radius: 50%;
    padding: 0 0px;
    background: #e3351b;
    text-align: center;
    color: white;
    position: absolute;
    left: -15px;
    top: -10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.feed-btn span.count.count0{
    background: #161f25;
    display: none;
}

.feed-btn:hover {
    text-decoration: none;
}
@media (min-width: 992px) {
    .feed-btn {
        top: 180px;
    }
}
@media (max-width: 767px) {
    .feed-btn {
        display: none;
    }
}

.header {

    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    background-size: cover;
    width: 100%;
    left: 0;
    top: 0;
    height: 140px;
    padding: 15px 0;
    z-index: 105;
}

.header .overlay {
    background: -moz-linear-gradient(top, rgba(22,31,37,0.61) 46%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(22,31,37,0.61) 46%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(22,31,37,0.61) 46%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c161f25', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
}

.header .container {
    position: relative;
}
@media (max-width: 767px) {
    .header .container {
        position: static;
    }
}
.header .side-container {
    position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
    .header .side-container {
        margin-right: 0;
    }
}
@media (max-width: 767px) {
    .header .side-container {
        padding: 0;
        position: static;
    }
}
.header a.search-toggle {
    width: 30px;
    height: 30px;
    display: inline-block;
    float: right;
    text-indent: -9999px;
    margin-top: 9px;
    margin-left: 10px;
    background: url(/assets/img/search.svg) no-repeat center center #161f25;
}
@media (min-width: 768px) and (max-width: 991px) {
    .header a.search-toggle {
        margin-top: 16px;
    }
}
@media (max-width: 767px) {
    .header a.search-toggle {
        float: none;
    }
}
.header .logo {
    display: block;
    width: 180px;
    height: 115px;
    background: url("/assets/img/logo.png") no-repeat center transparent;
    background-size: cover;
    text-indent: -99999px;
    overflow: hidden;
    float: left;
    margin-right: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
    .header .logo {
        width: 133px;
        height: 82px;
    }
}
@media (max-width: 767px) {
    .header .logo {
        display: none;
    }
}
/*@media (max-width: 767px) {
  .header a.nav-toggle {
    background: url(/assets/img/menu.svg) no-repeat center center transparent;
  }
}*/
@media (max-width: 767px) {
    .header a.nav-toggle.active {
        background: url(/assets/img/close-icon.svg) no-repeat center center transparent;
        text-indent: -9999px;
        border: 0;
    }
}
@media (max-width: 767px) {
    .header a.phone {
        background: url(/assets/img/phone.svg) no-repeat center center #ff0a94;
    }
}
.header .mobile-buttons {
    display: none;
}
@media (max-width: 767px) {
    .header .mobile-buttons a {
        /*width: 30px;*/
        /* height: 48px; */
        display: block;
        /* line-height: 48px; */
        padding: 10px;
        margin-top: 5px;
        text-decoration: none;
        color: #fff;
        float: left;
        text-align: center;
        border: 1px solid #fff;
    }
}
@media (max-width: 767px) {
    .header .mobile-buttons {
        height: 48px;
        float: left;
        display: inline-block;
    }
}
.header .search-container {
    float:left;
    width:100%;
    max-width: 460px;
    margin-right: 20px;
    border-radius: 20px;
    background-color: #161f25;
}
.header .search-container.nl {
    max-width: 401px;
}
.header .search-container.de {
    max-width: 408px;
}
.header .search-container.en {
    max-width: 429px;
}
.header .search-container.cmn {
    max-width: 454px;
}
.header .search-container ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #fff;
}
.header .search-container :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
    opacity: 1;
}
.header .search-container ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
    opacity: 1;
}
.header .search-container :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #fff;
}
.header .search-container input.form-control {
    width: 65%;
    height: 40px;
    display: inline-block;
    background: transparent;
    color: #DDDDDD;
    border:0px;
    font-size: 16px;
    border-radius: 20px;
}

.header .search-container input[type="submit"] {
    width: 75px;
    float:right;
    border: 0px;
    height: 40px;
    background: transparent;
    text-transform: uppercase;
    color: #DDDDDD;
    outline: 0;
    background: url(/assets/img/search.svg) no-repeat center center;
}

@media (max-width: 479px) {
    .close-mobile {
        position: absolute;
        left: 12px;
        top: 18px;
        width: 24px;
        height: 24px;
        opacity: 0.3;
    }
    .close-mobile:hover {
        opacity: 1;
    }
    .close-mobile:before, .close-mobile:after {
        position: absolute;
        left: 16px;
        content: ' ';
        height: 25px;
        width: 2px;
        background-color: #333;
    }
    .close-mobile:before {
        transform: rotate(45deg);
    }
    .close-mobile:after {
        transform: rotate(-45deg);
    }
}

.header .nav {
    display: inline-block;
    float: left;
}
.header .nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.header .nav ul li {
    display: inline-block;
    position: relative;
    padding: 0 10px;
}
.header .nav ul li.active a {
    color: #fff;
    border-bottom: 1px solid;
}
.header .nav ul li a {
    font-size: 18px;
    display: block;
    margin: 0;
    font-weight: 600;
    padding: 10px 0px 2px;
    color: white;
    text-decoration: none;
}
.header .nav ul li a:hover {
    color: #fff;
    border-bottom: 1px solid;
}
@media (max-width: 767px) {
    .header .container {
        padding-left: 5px;
        padding-right: 5px;
    }
    .header .search-container {
        width: 140px;
        position: absolute;
        left: 70px;
        margin: 0;
        border-radius: 0;
    }

    .header .search-container.full-width {
        left: 5px;
        width: 100%;
        z-index: 999;
    }

    .header .search-container input.form-control {
        height: 50px;
        width: 75%;
    }

    .header .search-container input[type="submit"] {
        background: url(/assets/img/search.svg) #161f25 no-repeat center center;
        width: 15%;
        height: 50px;
    }
    .header .search-container ::-webkit-input-placeholder {
        /* WebKit browsers */
        color: #fff;
    }
    .header .search-container :-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #fff;
        opacity: 1;
    }
    .header .search-container ::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #fff;
        opacity: 1;
    }
    .header .search-container :-ms-input-placeholder {
        /* Internet Explorer 10+ */
        color: #fff;
    }

    .header .nav ul li {
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .header .nav ul li {
        padding: 5px;
    }
}
@media (min-width: 992px) {
    .header .nav {
        display: inline-block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .header .nav {
        display: inline-block !important;
    }
}
@media (max-width: 767px) {
    .header .nav {
        display: none;
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        background: black;
        padding: 15px;
    }
}
@media (max-width: 767px) {
    .header {
        height: auto;
        padding: 5px 15px;
        background: #161f25;
        z-index: 105;
        background-image: none !important;
    }
}

.language-holder {
    float: left;
    margin: 0 0 0;
    top: 5px;
    padding: 8px 12px;
    background-color: #fff;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 30px;
}
.language-holder.lang-xs {
    float: right;
    margin-top: 3px;
}
.language-holder .language {
    display: flex;
    margin: 2px 0;
    padding: 0;
    list-style-type: none;
}

.language-holder .language li {
    float: left;
    padding: 0;
    margin: 0 0 0 3px;
    opacity: 1;
    display: inline-block;
}
.language-holder .language li:first-child {
    margin: 0 0 0 0;
}

.language-holder.lang-xs .language li {
    float: right;
}

.language-holder .language.nl li {
    float: left;
}
.language-holder.lang-xs .language.nl li {
    float: left;
}

.language-holder .language li:hover {
    opacity: 1;
}

.language-holder .language.nl li.active, .language-holder .language.en li.active, .language-holder .language.cmn li.active, .language-holder .language.de li.active {
    margin-right: 0;
    margin-left: 3px;
}

.language-holder .language li a {
    display: block;
    width: 30px;
    height: 19px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -999999px;
    border: 1px solid white;
    position: relative;
}

.language-holder .language li.active a {
    border: 1px solid white;
}

.language-holder .language li.active a:after {
    content: "";
    position: absolute;
    top: 1.2em;
    left: 50%;
    width: 4px;
    height: 4px;
    margin-left: -2px;
    display: block;
    background: #d8351c;
    border-radius: 50%;
}

.language-holder .language li a.en {
    background-image: url(/assets/img/lang-en.svg);
}

.no-svg .language-holder .language li a.en {
    background-image: url(/assets/img/lang-en.png);
}

.language-holder .language li a.cmn {
    background-image: url(/assets/img/lang-cn.svg);
}

.no-svg .language-holder .language li a.cmn {
    background-image: url(/assets/img/lang-cn.png);
}

.language-holder .language li a.nl {
    background-image: url(/assets/img/lang-nl.svg);
}
.no-svg .language-holder .language li a.nl {
    background-image: url(/assets/img/lang-nl.png);
}

.language-holder .language li a.de {
    background-image: url(/assets/img/lang-de.svg);
}

.no-svg .language-holder .language li a.de {
    background-image: url(/assets/img/lang-de.png);
}

/* Subnavigation */
.subnavigation {
    margin: 0 0 0 -15px;
}
.subnavigation h3 {
    text-transform: uppercase;
    border-bottom: 2px solid #7f7f7f;
    padding: 10px;
    margin-top: 0;
}
.subnavigation h3 a {
    color: inherit;
}
.subnavigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.subnavigation ul li.active a {
    font-weight: 600;
}
.subnavigation ul li.active ul li a {
    font-size: 13px;
    color: #666666;
    background: transparent;
}
.subnavigation ul li.active ul li.active a {
    color: #fff;
    background: #ff0a94;
}
.subnavigation ul li.active ul li.active a:hover {
    padding: 10px 20px;
}
.subnavigation ul li.active ul li.active a:before {
    content: ">";
}
.subnavigation ul li a {
    display: block;
    padding: 10px;
    color: #161f25;
    font-size: 16px;
    border-bottom: 1px solid #e5e5e5;
}
.subnavigation ul li a:hover {
    font-weight: 600;
}
.subnavigation ul li ul li {
    border: none;
}
.subnavigation ul li ul li a {
    color: #666666;
    padding: 10px 20px;
}
.subnavigation ul li ul li a:hover {
    padding: 10px 20px 10px 30px;
    color: #fff;
    background: #ff0a94;
}
@media (max-width: 767px) {
    .subnavigation ul {
        display: none;
    }
}
@media (max-width: 767px) {
    .subnavigation {
        margin: 0;
    }
}

.mobile-icon {
    width: 14px;
    height: 14px;
    display: inline-block;
    line-height: 1.42857143;
    background: url(/assets/img/mobile-alt-solid.svg) no-repeat center center #fff;
}

.no-svg .mobile-icon {
    background-image: url(/assets/img/mobile-alt-solid.png);
}

/* Overall */
.tagline {
    background: grey;
    margin: 20px 0;
    padding: 24px;
    text-align: center;
}
.tagline h1 {
    font-size: 32px;
    margin: 0;
    padding: 0;
    color: #fff;
}

.testimonial {
    background: #eeeeee;
    margin: 40px 0;
    padding: 30px 0;
}

/* Footer */
.info {
    background: #161f25;
    padding: 70px 0;
    color: white;
    font-size: 28px;
    font-weight: 300;
    position: relative;
    z-index: 99;
}
.info h2 {
    color: white;
    text-transform: uppercase;
}
.info .btn {
    font-size: 28px;
    margin-top: 20px;
}
.info .btn:hover {
    background-color: white;
    color: #161f25;
}
.info:before {
    content: "";
    position: absolute;
    width: 150%;
    opacity: 0.03;
    background: url("/assets/img/logo-big.png") repeat-x left top transparent;
    height: 100%;
    display: block;
    top: 0;
    left: -200px;
}
@media (max-width: 767px) {
    .info {
        padding: 70px 20px;
    }
}

.footer {
    margin: 0 0 0;
    padding: 30px 0;
    background: #090d10;
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
}
.footer .footer-social-accounts {
    float: right;
}
.footer .footer-social-accounts ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer .footer-social-accounts ul li {
    float: left;
    height: 32px;
    line-height: 32px;
    color: #4d5052;
    font-weight: 600;
    font-size: 16px;
    padding: 0 5px;
}
@media (min-width: 768px) and (max-width: 991px) {
    .footer .footer-social-accounts ul li.invite {
        display: block;
        float: none;
        text-align: center;
        margin-bottom: 10px;
    }
}
@media (max-width: 767px) {
    .footer .footer-social-accounts ul li.invite {
        display: block;
        float: none;
        text-align: center;
        margin-bottom: 10px;
    }
}
.footer .footer-social-accounts ul li a {
    display: block;
    height: 34px;
    width: 34px;
    margin: 0 0 0 2px;
    background: blue;
    text-indent: -9999px;
    overflow: hidden;
    opacity: 0.6;
    background: url("/assets/img/social-media.svg") no-repeat;
}
.footer .footer-social-accounts ul li a.twitter {
    background-position: -42px center;
}
.footer .footer-social-accounts ul li a.youtube {
    background-position: -85px center;
}
.footer .footer-social-accounts ul li a.facebook {
    background-position: 0px center;
}
.footer .footer-social-accounts ul li a.instagram {
    background-position: -128px center;
}
.footer .footer-social-accounts ul li a.pinterest {
    background-position: -170px center;
}
.footer .footer-social-accounts ul li a:hover {
    opacity: 1;
}
@media (min-width: 768px) and (max-width: 991px) {
    .footer .footer-social-accounts ul li {
        float: none;
        display: inline-block;
    }
}
@media (max-width: 767px) {
    .footer .footer-social-accounts ul li {
        float: none;
        display: inline-block;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .footer .footer-social-accounts ul {
        text-align: center;
    }
}
@media (max-width: 767px) {
    .footer .footer-social-accounts ul {
        text-align: center;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .footer .footer-social-accounts {
        float: none;
    }
}
@media (max-width: 767px) {
    .footer .footer-social-accounts {
        float: none;
    }
}
.footer .footer-navigation ul {
    margin: 0 -5px;
    padding: 0;
    list-style: none;
}
.footer .footer-navigation ul li {
    color: #4d5052;
    float: left;
    margin: 0;
    padding: 5px;
    line-height: 32px;
    font-size: 16px;
}
.footer .footer-navigation ul li a {
    display: block;
    padding: 0 5px;
    color: #4d5052;
    font-weight: 600;
    text-decoration: none;
    font-size: inherit;
}
.footer .footer-navigation ul li a:hover {
    text-decoration: underline;
}
@media (max-width: 767px) {
    .footer .footer-navigation ul li a {
        display: inline-block;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .footer .footer-navigation ul li {
        float: none;
        display: inline-block;
    }
}
@media (max-width: 767px) {
    .footer .footer-navigation ul li {
        float: none;
        display: inline-block;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .footer .footer-navigation ul {
        text-align: center;
    }
}
@media (max-width: 767px) {
    .footer .footer-navigation ul {
        text-align: center;
        padding: 0 70px;
        margin: 0 0 21px;
    }
}
@media (max-width: 767px) {
    .footer {
        position: relative;
        margin-top: 0;
    }
}

.no-svg .footer .footer-social-accounts ul li a {
    background-image: url("/assets/img/social-media.png");
}

.contactform .formrow input, .contactform .formrow textarea {
    width: 100%;
    padding: 5px;
    transition: all 250ms ease-out;
    border-radius: 0;
    border: 1px solid #ccc;
}

/* Overall */
.contactform {
    margin: 60px 0;
}
.contactform .formrow {
    margin: 10px 0 20px;
}
.contactform .formrow label {
    color: #666666;
    display: block;
    width: 100%;
    padding: 0 5px;
}
.contactform .formrow input:focus {
    outline: none;
    border: 1px solid #333;
}
.contactform .formrow input.error {
    border: 1px solid #f12d00;
}
.contactform .formrow input.textarea {
    border: 1px solid #f12d00;
}
.contactform .formrow textarea {
    height: 160px;
}
.contactform .formrow textarea:focus {
    outline: none;
    border: 1px solid #333;
}
.contactform .formrow .submit {
    background: #ff0a94;
    color: #fff;
    width: auto;
    padding: 8px 80px;
    border: none;
}
.contactform .formrow .submit:hover {
    background: #cd0062;
}
.contactform .formrow span.error {
    display: block;
    background: #f12d00;
    color: #fff;
    text-align: center;
    padding: 5px;
}

/* Home */
.wrap {
    max-width: 100%;
    overflow-x: hidden;
}

.toolfinder {
    padding: 40px 0;
    background: #161f25;
    color: white;
    position: relative;
    min-height: 300px;
}
.toolfinder h1 {
    color: #fff;
}
.toolfinder .image-left {
    position: absolute;
    left: -94px;
    top: -30px;
    z-index: 103;
    width: 345px;
    height: 600px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
}
@media (min-width: 1189px) and (max-width: 1429px) {
    .toolfinder .image-left {
        left: -100px;
        top: -105px;
        z-index: 103;
        width: 320px;
    }
}
@media (min-width: 992px) and (max-width: 1188px) {
    .toolfinder .image-left {
        left: -65px;
        top: -55px;
        z-index: 103;
        width: 250px;
        height: 250px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .toolfinder .image-left {
        left: -65px;
        top: -55px;
        z-index: 103;
        width: 250px;
        height: 250px;
    }
}
@media (max-width: 767px) {
    .toolfinder .image-left {
        left: -65px;
        top: -55px;
        z-index: 103;
        width: 250px;
        height: 250px;
    }
}
.toolfinder .image-right {
    position: absolute;
    right: -94px;
    top: -30px;
    z-index: 103;
    width: 345px;
    height: 600px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right top;
}
@media (min-width: 1189px) and (max-width: 1429px) {
    .toolfinder .image-right {
        right: -100px;
        top: -105px;
        z-index: 103;
        width: 320px;
    }
}
@media (min-width: 992px) and (max-width: 1188px) {
    .toolfinder .image-right {
        right: -65px;
        top: -55px;
        z-index: 103;
        width: 250px;
        height: 250px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .toolfinder .image-right {
        right: -65px;
        top: -55px;
        z-index: 103;
        width: 250px;
        height: 250px;
    }
}
@media (max-width: 767px) {
    .toolfinder .image-right {
        right: -65px;
        top: -55px;
        z-index: 103;
        width: 250px;
        height: 250px;
    }
}
.toolfinder .form-holder {
    display: block;
    margin-top: 90px;
}
@media (max-width: 767px) {
    .toolfinder .form-holder {
        margin-top: 20px;
    }
}
.toolfinder select.form-control option {
    background: white;
}
.toolfinder select.form-control {
    max-width: 240px;
    display: inline-block;
    margin-left: 40px;
    min-height: 40px;
    border-radius: 2px;
    color: #818588;
    font-size: 16px;
    float: left;
    border: 1px solid;
    background: white;
    background: url("/assets/img/select-arrows.png") no-repeat 95% center, #d8d8d8;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q4ZDhkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: url("/assets/img/select-arrows.png") no-repeat 95% center, -moz-linear-gradient(left, #d8d8d8 0%, white 100%);
    background: url("/assets/img/select-arrows.png") no-repeat 95% center, -webkit-gradient(linear, left top, right top, color-stop(0%, #d8d8d8), color-stop(100%, white));
    background: url("/assets/img/select-arrows.png") no-repeat 95% center, -webkit-linear-gradient(left, #d8d8d8 0%, white 100%);
    background: url("/assets/img/select-arrows.png") no-repeat 95% center, -o-linear-gradient(left, #d8d8d8 0%, white 100%);
    background: url("/assets/img/select-arrows.png") no-repeat 95% center, -ms-linear-gradient(left, #d8d8d8 0%, white 100%);
    background: url("/assets/img/select-arrows.png") no-repeat 95% center, linear-gradient(to right, #d8d8d8 0%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d8d8', endColorstr='#ffffff',GradientType=1 );
    -webkit-border-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #d8d8d8), color-stop(100%, white));
    -webkit-border-image: -webkit-linear-gradient(left, #d8d8d8 0%, white 100%);
    -moz-border-image: -moz-linear-gradient(left, #d8d8d8 0%, white 100%);
    -o-border-image: -o-linear-gradient(left, #d8d8d8 0%, white 100%);
}
@media (min-width: 768px) and (max-width: 991px) {
    .toolfinder select.form-control {
        margin-left: 0;
        width: 100%;
        display: block;
        max-width: 80%;
    }
}
@media (max-width: 767px) {
    .toolfinder select.form-control {
        margin-left: 0;
        width: 100%;
        display: block;
        max-width: 80%;
    }
}
.toolfinder .btn {
    float: left;
    margin-left: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
    .toolfinder .btn {
        margin-left: 0;
        width: 75%;
        margin-top: 10px;
        max-width: 100px;
    }
}
@media (max-width: 767px) {
    .toolfinder .btn {
        margin-left: 0;
        width: 75%;
        margin-top: 10px;
        max-width: 100px;
    }
}
@media (min-width: 1189px) and (max-width: 1429px) {
    .toolfinder {
        padding: 95px 0 40px;
    }
}
@media (min-width: 992px) and (max-width: 1188px) {
    .toolfinder {
        padding: 90px 0 30px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .toolfinder {
        padding: 90px 0 30px;
    }
}
@media (max-width: 767px) {
    .toolfinder {
        padding: 90px 0 30px;
    }
}

section.content {
    position: relative;
    z-index: 104;
    padding: 60px 0;
    background: #ededed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
@media (max-width: 767px) {
    section.content {
        padding: 10px 0 0;
    }
}

.no-ie9 .block:hover .hoverText {
    bottom: 0;
    -webkit-transition: bottom 0.4s ease-out;
    -o-transition: bottom 0.4s ease-out;
    transition: bottom 0.4s ease-out;
}

.block {
    background-size: cover;
    backgroun-repeat: no-repeat;
    background-position: center;
    height: 400px;
    display: block;
    padding: 20px;
    margin: 0 -5px;
    position: relative;
    overflow: hidden;
}
.block h2 {
    display: inline-block;
    text-align: center;
    padding: 20px 5px;
    border: 2px solid white;
    font-size: 21px;
    font-weight: 600;
    color: white;
    font-weight: bold;
    position: absolute;
    text-transform: uppercase;
    bottom: 20px;
    z-index: 2;
    left: 20px;
    right: 20px;
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.6);
}
@media (min-width: 768px) and (max-width: 991px) {
    .block h2 {
        font-size: 16px;
    }
}
.block .hoverText {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    color: white;
    font-size: 21px;
    padding: 20px 20px 120px;
    background: #43609a;
    color: white;
    z-index: 1;
    -webkit-transition: bottom 0.4s ease-out;
    -o-transition: bottom 0.4s ease-out;
    transition: bottom 0.4s ease-out;
    max-height:100%;
}
.block .hoverText strong {
    font-weight: 600;
}
@media (max-width: 767px) {
    .block {
        margin-bottom: 10px;
    }
}

.socialWall {
    background-repeat: no-repeat;
    background-position: center 50px;
    background-color: white;
    padding: 40px 0 0;
    min-height: 860px;
}
@media (max-width: 767px) {
    .socialWall {
        display: none;
    }
}

/* Webshop overview */

.webshop .headline {
    font: 800 7em "Source Sans Pro",sans-serif;
}

.webshop svg {
    height: 8em;
    width: 100%;
    margin-top: 65px;
}

.webshop {
    background-color: #34434c;
}

.webshop.webshop-detail {
    background-color: #fff;
}

.webshop .footer {
    background: #161f25;
}

.webshop-container {
    background-color: #fff;
    padding: 0 0 30px;
}

.aspect-wrapper {
    margin: 0 -15px;
    padding-bottom: 91.44%; /* 16:9 */
    position: relative;
    background: black;
    overflow: hidden;
}

.aspect-wrapper a:hover, .aspect-wrapper a:focus {
    color: #fff;
}

.webshop-product {
    position: static;
    top: 0; bottom: 0; left: 0; right: 0;
    padding: 20px;
    font-size: 24px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    -ms-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
}

.webshop-item {
    position: static;
    top: 0; bottom: 0; left: 0; right: 0;
    padding: 20px;
    font-size: 24px;
    text-align: center;
}

.webshop-item img {
    width: 25%;
    max-width: 100%;
    margin-bottom: 40px;
    border-radius: 50%;
}

@media (max-width: 767px) {
    .webshop-item img {
        width: 35%;
        margin-bottom: 20px;
    }
}

.webshop-background {
    background: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    padding-top: 20px;
}

.webshop--wrap {
    width: 33.3%;
    padding: 0 15px;
}

.webshop--content {
    position: relative;
    top: -8px;
}

.webshop--cta {
    position: absolute;
    right: 0;
    bottom: 5px;
}

.cta--view {
    background-color: #161f25;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 700;
    padding: 14px 15px;
    text-transform: uppercase;
    text-decoration: none;
    min-width: 120px;
    display: inline-block;
    text-align: center;
}

.cta--view:hover,
.cta--view:focus {
    background-color: #d8351c;
    color: #fff;
    text-decoration: none;
}


.webshop--item {
    padding: 25px 25px 0;
    position: relative;
}

.webshop-item h2 {
    color: #fff;
    font-size: 60px;
    font-size: 4vw;
    line-height: 60px;
    line-height: 4vw;
    font-weight: 800;
}

.webshop--title {
    display: block;
    padding-right: 35%;
}

.webshop--title:hover a,
.webshop--title:focus a{
    color: #d8351c;
    text-decoration: none;
}

.webshop--title:hover a h2,
.webshop--title:focus a h2 {
    color: #d8351c;
    text-decoration: none;
}

@media (min-width: 991px) and (max-width: 1500px) {
    .webshop--title {
        padding-right: 0;
    }

    .webshop--cta {
        position: static;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .webshop--title {
        padding-right: 0;
    }

    .webshop--cta {
        position: static;
    }

    .webshop--wrap {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .webshop--title {
        padding-right: 0;
    }

    .webshop--cta {
        position: static;
    }

    .webshop--item {
        padding: 25px 0;
    }

    .webshop .webshop-price {
        width: 100px;
        height: 100px;
        font-size: 20px;
        line-height: 100px;
    }

    .webshop--wrap {
        width: 100%;
    }
}

.webshop--title h2 {
    color: #161f25;
    font-size: 28px;
    line-height: 28px;
    font-weight: 900;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .webshop-item h2 {
        font-size: 44px;
        font-size: 10vw;
        line-height: 44px;
        line-height: 10vw;
    }
}

.webshop-row a:hover .webshop-product {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    -ms-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
}

.webshop-row a:hover .webshop-item h2, .webshop-row a:focus .webshop-item h2  {
    color: #fff;
}

.shipping--calc {
    background-color: #34434c;
    text-align: center;
    padding: 27px 20px 25px;
    margin-right: 10px;
    position: relative;
}

@media (max-width: 767px) {
    .shipping--calc {
        margin-right: 0;
    }
}

.shipping--calc .success-msg {
    display: block;
    left: 0;
    top: 50%;
    margin: 5px 0 15px;
    background: #efefef;
    padding: 10px;
    color: #34434c;
    font-weight: 600;
}

.shipping--calc h3  {
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 22px;
    line-height: 24px;
    margin-top: 0;
}

.shipping--calc .form-control {
    margin: 10px 0;
    background-color: #f2f2f2;
    border: 1px solid #b1b4b6;
    height: 40px;
    text-align: left;
}

.country-select.inside:after {
    content: "";
    width: 12px;
    height: 40px;
    background: url(/assets/img/arrow-webshop-down.svg) no-repeat center transparent;
    position: absolute;
    right: 10px;
    top: 0;
    background-size: contain;
}

.error-form {
    display: block;
    padding: 10px;
    background: #d8351c;
    color: #fff;
    margin-top: 15px;
    border-radius: 5px;
}

.order-actions .error-form {
    clear: both;
    float: left;
    width: 100%;
}

.overlay-white {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99997;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.6);
}

.overlay.active .loading-message {
    display: block;
}

.overlay .loading-message {
    display: none;
    z-index: 0;
}

.loading-message {
    display: block;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    z-index: 1005;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}
.loading-message span {
    color: #34434c;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    display: inline-block;
    max-width: 300px;
    margin-top: 15px;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .loading-message span {
        max-width: 100%;
    }
}

.loading-image {
    width: 60px;
    height: 60px;
    display: block;
    margin: 0 auto;
    background: url("/assets/img/loading.svg") no-repeat center transparent;
    background-size: cover;
}

/* Webshop checkout */

.checkout-progress {
    display: block;
    width: 100%;
    background-color: #e4e8eb;
    border-bottom: 3px solid #b4b7ba;
    position: relative;
}

.checkout-progress:before {
    content: '';
    height: 3px;
    width: 0;
    position: absolute;
    bottom: -3px;
    left: 0;
    background-color: #b4b7ba;
}

.checkout-progress.step-one:before {
    width: 35%;
    background-color: #1e475f;
}

.checkout-progress.step-two:before {
    width: 65%;
    background-color: #1e475f;
}

.checkout-progress.step-three:before {
    width: 100%;
    background-color: #1e475f;
}

.checkout-form {
    margin-bottom: 30px;
}

.checkout-form .submit input[type="submit"] {
    float: right;
}

input[type=radio] {
    display: none;
}

.checkout-form .pay-icon {
    width: 35px;
    height: 20px;
    display: inline-block;
    position: relative;
    top: 5px;
    margin-left: 5px;
    background-position: left !important;
    float: right;
}

.checkout-form .pay-name {
    float: left;
}

.btn:active, .btn.active {
    box-shadow: none;
}

.checkout-form .pay-icon.mollie-ideal {
    background: url(/assets/img/pay5-colour.png) no-repeat center transparent;
    background-size: contain;
}

.checkout-form .pay-icon.mastercard {
    background: url(/assets/img/pay1-colour.png) no-repeat center transparent;
    background-size: contain;
}

.checkout-form .pay-icon.visa {
    background: url(/assets/img/pay7-colour.png) no-repeat center transparent;
    background-size: contain;
}

.checkout-form .pay-icon.mollie-paypal {
    background: url(/assets/img/pay6-colour.png) no-repeat center transparent;
    background-size: contain;
}

.checkout-form .pay-icon.mollie-bitcoin {
    background: url(/assets/img/bitcoin-logo.png) no-repeat center transparent;
    background-size: contain;
}

.checkout-form .pay-icon.mollie-banktransfer {
    display: none;
}

.content-shop {
    display: block;
    padding: 10px 0 20px;
}

.checkout-step {
    width: 33.33%;
    text-align: center;
    float: left;
    min-height: 135px;
    position: relative;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: none;
}

@media (max-width: 767px) {

    .checkout-form .submit input[type="submit"] {
        float: none;
        clear: both;
        display: block;
        width: 100%;
    }

    .checkout-progress:before,
    .checkout-progress.step-one:before,
    .checkout-progress.step-two:before,
    .checkout-progress.step-three:before,
    .checkout-progress.step-four:before {
        width: 100%;
    }

    .checkout-step {
        display: none;
    }

    .checkout-step.validated {
        display: block;
        float: none;
        width: 100%;
    }
}

.checkout-step span {
    display: block;
    font-size: 14px;
    color: #68767e;
    font-weight: 600;
    text-transform: uppercase;
}

.checkout-step .big {
    font-size: 20px;
    line-height: normal;
    margin: 10px 0;
    color: #34434c;
    font-weight: 900;
}

.step-content {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.check {
    width: 27px;
    height: 27px;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    position: relative;
    background: #34434c;
}

.checkout-step .check {
    opacity: 0;
}

.checkout-step.validated .check {
    opacity: 1;
}

.check:after {
    content: '';
    width: 13px;
    height: 15px;
    position: absolute;
    top: 6px;
    left: 7px;
    background: url('/assets/img/webshop-checkmark.svg') no-repeat center transparent;
    background-size: contain;
}


.shopping-cart.static {
    background-color: #f2f2f2;
    border: 1px solid #b4b7ba;
    padding: 20px;
}

.shopping-cart.static .shopping-row {
    border: 0;
    background: transparent;
}

.shopping-cart.static .shopping-row .item--remove {
    display: none;
}

.shopping-cart.static .order-summary table {
    width: 100%;
    float: none;
    display: block;
}

@media (min-width: 768px) and (max-width: 991px) {
    .shopping-cart.static .order-summary table {
        float: right;
        display: inline-table;
    }
}

.shopping-cart.static .order-summary table tr td {
    width: 40%;
    padding: 7px 0;
}

.shopping-cart.static .item--content h2 {
    font-size: 19px;
    line-height: 22px;
}

.shopping-cart.static .item--content p {
    font-size: 15px;
    line-height: 15px;
}

.shopping-cart.static .item--price span {
    font-size: 17px;
    line-height: 17px;
}

.shopping-cart.static .shopping-row .item--image {
    width: 25%;
}

#note-form {
    display: none;
    min-width: 480px;
    width: 480px;
    max-width: 100%;
    margin: 0 auto;
    background: #f1f1f2;
    padding: 30px 39px 30px 40px;
    position: relative;
}

#product-popup {
    display: none;
    min-width: 960px;
    width: 960px;
    max-width: 100%;
    margin: 0 auto;
    background: #ffffff;
    position: relative;
}

@media (min-width: 768px) and (max-width: 1024px) {
    #product-popup {
        min-width: 85%;
        width: 85%;
    }
}

#product-popup .right {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

#product-popup .left {
    padding: 30px 40px 30px 40px;
}

#product-popup .right {
    background: #f1f1f2;
    padding: 30px 40px 30px 40px;
}

#product-popup h3 {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 26px;
    margin-bottom: 20px;
}

#product-popup p,
#product-popup span,
#product-popup table tr td {
    color: #a6a8a9;
}

#product-popup strong,
#product-popup b {
    color: #161f25;
}

#product-popup table tr td:first-child {
    padding-right: 20px;
}

.product-carousel {
    width: 100%;
    height: 320px;
}

.product-carousel .owl-item {
    cursor: pointer;
}

.product-carousel .owl-dots {
    text-align: center;
}

.product-carousel .owl-dot {
    background: #fff;
    border: 2px solid #161f25;
    border-radius: 10px;
    display: inline-block;
    height: 10px;
    margin-right: 7px;
    width: 10px;
}

.product-carousel .owl-dot.active {
    background: #161f25;
}

@media (max-width: 767px) {
    #product-popup .left,
    #product-popup .right {
        padding: 30px 15px 30px 15px;
    }

    #product-popup .right {
        position: relative;
    }
    .product-carousel {
        height: 210px;
    }
}

@media (max-width: 767px) {
    #note-form {
        min-width: inherit;
        width: 75%;
        padding: 10px 15px;
    }

    #product-popup {
        min-width: inherit;
        width: 75%;
    }
}

#note-form .close-icon,
#product-popup .close-icon {
    position: absolute;
    right: -27px;
    top: -27px;
    cursor: pointer;
}

@media (max-width: 767px) {
    #note-form .close-icon,
    #product-popup .close-icon {
        right: -25px;
    }
}

#note-form .btn.btn-cta {
    min-width: 142px;
}

.close-icon {
    background: rgba(22, 31, 37, 0.3);
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: block;
    text-align: center;
    font-size: 32px;
    color: #161f25;
    font-weight: 900;
}

.close-icon:before {
    content: '';
    width: 38px;
    height: 38px;
    background: #ffffff;
    border-radius: 50%;
    display: block;
    position: absolute;
    right: 9px;
    top: 9px;
}

.close-icon:after {
    content: '+';
    font-size: 32px;
    line-height: 55px;
    color: #161f25;
    font-weight: 900;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#note-form h3 {
    font-weight: 300;
    font-size: 32px;
    line-height: 38px;
    color: #161f25;
    text-transform: uppercase;
    margin-bottom: 15px;
}

#note-form label {
    font-size: 15px;
    font-weight: 400;
    color: #a6a8a9;
    line-height: 21px;
    margin-bottom: 30px;
}

.shopping-cart.static .shopping-row {
    padding: 0;
}

.shopping-cart.static .shopping-row .item--quantity {
    width: 9%;
}

.shopping-cart.static .shopping-row .item--price {
    width: 18%;
}

@media (max-width: 767px) {
    .shopping-cart.static .shopping-row .item--price {
        width: 50%;
    }

    .shopping-cart.static .shopping-row .item--quantity {
        width: 50%;
    }
}

.shopping-cart.static h2 {
    margin: 0 0 17px;
    display: inline-block;
}

.shopping-cart.static {
    margin-top: 40px;
    position: relative;
}

@media (max-width: 767px) {
    .shopping-cart.static {
        margin-top: 40px !important;
    }
}

.shopping-cart.static .edit-cart {
    display: inline-block;
    font-weight: 400;
    font-size: 11px;
    color: #161f25;
    vertical-align: top;
    text-decoration: underline;
    padding-top: 5px;
    margin-left: 5px;
    cursor: pointer;
}

.shopping-cart.static .edit-cart:hover, .shopping-cart.static .edit-cart:focus {
    color: #d8351c;
}

.add-note.add-note__mobile {
    display: none;
}

.add-note {
    position: absolute;
    height: 40px;
    color: #fff;
    background: #34434c;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    right: -1px;
    top: -40px;
    line-height: 40px;
    padding: 0 20px;
    min-width: 172px;
    border: 1px solid #b4b7ba;
    border-bottom: 1px solid #34434c;
    cursor: pointer;
}

@media (max-width: 767px) {
    .shopping-cart.static .add-note {
        display: none;
    }

    .add-note.add-note__mobile {
        display: block;
        position: static;
    }

    .shopping-cart.static {
        margin-top: 0;
    }

}

.shopping-cart.static .order-summary {
    border-top: 2px solid #e7e7e7;
}

.shopping-cart.static .order-summary table tr {
    border: 0;
}

.shopping-cart.static .order-summary table tr:last-of-type {
    border-top: 2px solid #e7e7e7;
}

.shopping-cart.static .add-note:hover, .shopping-cart.static .add-note:focus {
    background: #192125;
}

.shopping-cart.static .shopping-row .item--content {
    display: inline-block;
    width: 45%;
    padding: 0 8px 0 6px;
}

.shopping-row .item--quantity span {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    background: #d8351c;
    color: #fff;
    font-size: 15px;
    text-align: center;
    line-height: 25px;
    font-weight: 600;
}

@media (max-width: 767px) {
    .shopping-row .item--quantity span {
        margin: 0;
    }
}

.checkout-form .form-control {
    background-color: #f2f2f2;
    border: 1px solid #b1b4b6;
    height: 40px;
}

.checkout-form label {
    font-size: 16px;
    color: #161f25;
    font-weight: 600;
    padding: 5px 0 13px;
    margin: 0;
}

.checkout-form .form-group {
    margin-bottom: 10px;
}
.checkout-form .order-actions {
    border-top: 0;
}

.order-actions .btn-next{
    min-width: 210px;
}

@media (max-width: 767px) {

    .order-actions .btn-next{
        min-width: none;
    }

    #note-form .close-icon {
        right: -25px;
    }

    #note-form .btn.btn-cta {
        width: 100%;
        max-width: 100%;
    }

    .shopping-cart.static .shopping-row .item--content {
        width: 100%;
        clear: both;
        padding: 10px 0;
    }

    .shopping-cart.static .shopping-row .item--price {
        float: right;
    }

}

@-webkit-keyframes heartbeat {
    2% { transform: translateY(-50%) translateX(-50%) scale(1, 1);}
    4% {  transform: translateY(-50%) translateX(-50%) scale(1.2, 1.2); }
    6% {  transform: translateY(-50%) translateX(-50%) scale(1, 1); }
    8% {  transform: translateY(-50%) translateX(-50%) scale(1.1, 1.1); }
    10% { transform: translateY(-50%) translateX(-50%) scale(1, 1);}
}
@-moz-keyframes heartbeat {
    2% { transform: translateY(-50%) translateX(-50%) scale(1, 1);}
    4% {  transform: translateY(-50%) translateX(-50%) scale(1.2, 1.2); }
    6% {  transform: translateY(-50%) translateX(-50%) scale(1, 1); }
    8% {  transform: translateY(-50%) translateX(-50%) scale(1.1, 1.1); }
    10% { transform: translateY(-50%) translateX(-50%) scale(1, 1);}
}
@-o-keyframes heartbeat {
    2% { transform: translateY(-50%) translateX(-50%) scale(1, 1);}
    4% {  transform: translateY(-50%) translateX(-50%) scale(1.2, 1.2); }
    6% {  transform: translateY(-50%) translateX(-50%) scale(1, 1); }
    8% {  transform: translateY(-50%) translateX(-50%) scale(1.1, 1.1); }
    10% { transform: translateY(-50%) translateX(-50%) scale(1, 1);}
}
@keyframes heartbeat {
    2% { transform: translateY(-50%) translateX(-50%) scale(1, 1);}
    4% {  transform: translateY(-50%) translateX(-50%) scale(1.2, 1.2); }
    6% {  transform: translateY(-50%) translateX(-50%) scale(1, 1); }
    8% {  transform: translateY(-50%) translateX(-50%) scale(1.1, 1.1); }
    10% { transform: translateY(-50%) translateX(-50%) scale(1, 1);}
}
/* Webshop cart */

.webshop .wrapper {
    padding: 0 10px 0 0;
}

@media (max-width: 767px) {
    .webshop .wrapper {
        padding: 0;
    }
}

.webshop-container h1 {
    margin: 33px 0 0;
}

.webshop-container span.subline {
    color: #b4b7ba;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 12px;
    display: block;
}

.shopping-cart h2 {
    color: #161f25;
    font-size: 18px;
    line-height: normal;
    font-weight: 800;
    margin: 0 0 17px;
    text-transform: uppercase;
}

.shopping-item {
    display: block;
    margin-bottom: 15px;
}

.shopping-row {
    display: block;
    padding: 10px 30px 10px 8px;
    background-color: #f2f2f2;
    border: 1px solid #b4b7ba;
    position: relative;
}

@media (max-width: 767px) {
    .shopping-row {
        padding: 10px;
    }
}

.shopping-row .item--remove {
    position: absolute;
    top: 10px;
    right: 10px;
    text-indent: -9999px;
    width: 15px;
    height: 15px;
    background: url('/assets/img/webshop-close-icon.png') no-repeat center transparent;
    background-size: contain;
    border: 0;
}

input.item--remove:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}


@media (max-width: 767px) {
    .shopping-row .item--remove {
        top: 0;
        right: 0;
        width: 45px;
        height: 45px;
    }
}

.shopping-row .form-control {
    background-image: url('/assets/img/arrow-webshop-down.png');
    background-position: 90% center;
    height: 40px;
}


@media (max-width: 767px) {
    .item--remove:before, .item--remove:after {
        left: 28px;
        height: 25px;
        top: 5px;
    }
}

.shopping-row > div {
    display: inline-block;
    vertical-align: middle;
}

.shopping-row .item--image {
    display: inline-block;
    width: 18%;
}

@media (max-width: 767px) {
    .shopping-row .item--image {
        width: 100%;
        max-width: 160px;
        margin: 0 auto;
        display: block;
    }
}

.shopping-row .item--image img {
    border-radius: 50%;
}

.shopping-row .item--content {
    display: inline-block;
    width: 51%;
    padding: 0 8px 0 14px;
}

@media (max-width: 767px) {
    .shopping-row .item--content {
        width: 100%;
        padding: 20px 0;
    }
}

.item--content h2 {
    font-size: 24px;
    line-height: normal;
    margin: 0;
    color: #161f25;
    font-weight: 600;
    text-transform: none;
}

.item--content p {
    font-size: 16px;
    line-height: 17px;
    margin: 0;
}

.item--content span {
    font-size: 14px;
    line-height: normal;
    color: #676767;
}

.shopping-row .item--quantity {
    width: 9%;
    display: inline-block;
}

@media (max-width: 767px) {
    .shopping-row .item--quantity {
        width: 25%;
        max-width: 70px;
    }
}

.shopping-row .item--price {
    width: 20%;
    display: inline-block;
    text-align: right;
}

@media (max-width: 767px) {
    .shopping-row .item--price {
        width: 73%;
    }
}

.item--price span {
    font-size: 24px;
    line-height: normal;
    font-weight: 600;
    text-transform: uppercase;
}

.sidebar {
    margin-top: 40px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .sidebar {
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    .sidebar {
        margin-top: 0;
    }
}

.sidebar .package__usp {
    margin: 0;
}

.order-summary table {
    float: right;
    width: 62.3%;
}

@media (max-width: 767px) {
    .order-summary table {
        width: 100%;
        float: none;
    }
}

.order-summary table tr {
    border-bottom: 1px solid #f2f2f2;
}

.order-summary table tr td {
    padding: 10px 0;
}

.order-summary table tr td:first-of-type {
    font-weight: 600;
    font-size: 18px;
    line-height: normal;
    color: #2b3338;
}


.order-summary table tr td:first-of-type span {
    color: #b7b7b7;
    font-weight: 400;
}
.order-summary table tr td span {
    font-weight: 400;
}

.order-summary table tr td:last-of-type {
    text-align: right;
}

.order-actions {
    border: 0 solid #1e475f;
    border-top: 4px solid;
    display: block;
    padding: 15px 0;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .order-actions {
        margin-bottom: 0;
    }
}

.btn-next {
    float: right;
}

@media (max-width: 767px) {
    .btn-next {
        float: none;
        display: block;
    }
}

.btn.btn-cta.btn-back {
    float: left;
    font-size: 14px;
    border-color: transparent;
    color: #1e475f;
    position: relative;
    padding-left: 25px;
    -webkit-transition: padding-left .3s;
    -moz-transition: padding-left .3s;
    -ms-transition: padding-left .3s;
    -o-transition: padding-left .3s;
    transition: padding-left .3s;
}

@media (max-width: 767px) {
    .btn.btn-cta.btn-back {
        float: none;
        display: block;
    }
}

.btn.btn-cta.btn-back:before {
    content: '';
    width: 12px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 14px;
    background: url('/assets/img/arrow-webshop-back.svg') no-repeat center transparent;
    background-size: contain;
}

.btn.btn-cta.btn-back:hover {
    background: transparent;
    color:#1e475f;
    padding-left: 15px;
    -webkit-transition: padding-left .3s;
    -moz-transition: padding-left .3s;
    -ms-transition: padding-left .3s;
    -o-transition: padding-left .3s;
    transition: padding-left .3s;
}

span.big {
    font-size: 24px;
    line-height: normal;
    font-weight: 600;
    color: #161f25;
}

/* Webshop product page */

.webshop-cart {
    background: #d8351c;
    position: relative;
    display: inline-block;
    min-height: 30px;
    width: 45px;
    float: right;
    background-size: contain;
    cursor: pointer;
    top: 9px;
}

.webshop-cart a {
    display: block;
    height: 30px;
}

.webshop-cart .icon {
    background: url('/assets/img/cart-icon.svg') no-repeat center transparent;
    width: 29px;
    height: 25px;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    text-indent: -9999px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.webshop-cart span {
    width: 11px;
    font-size: 8px;
    line-height: 11px;
    font-weight: 800;
    text-align: center;
    height: 11px;
    border-radius: 50%;
    position: absolute;
    left: 4px;
    top: 3px;
    color: #d8351c;
    background: #fff;
}

.scrolled.webshop-detail .header {
    padding-bottom: 15px;
    -webkit-transition: padding-bottom .6s linear;
    -moz-transition: padding-bottom .6s linear;
    -ms-transition: padding-bottom .6s linear;
    -o-transition: padding-bottom .6s linear;
    transition: padding-bottom .6s linear;
}

.webshop .header {
    background: #35434c;
}

.webshop-detail .header {
    height: auto;
    background: transparent;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 98;
    background-image: none !important;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-transition: padding-bottom .6s linear;
    -moz-transition: padding-bottom .6s linear;
    -ms-transition: padding-bottom .6s linear;
    -o-transition: padding-bottom .6s linear;
    transition: padding-bottom .6s linear;
}

.webshop-detail .owl-carousel.owl-loaded {
    opacity: 1!important;
}

.tooltip {
    position: absolute;
    background: transparent;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    top: 50%;
    background-size: contain;
    left: 50%;
    cursor: pointer;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

.tooltip .pulse {
    /*position: absolute;*/
    /*background: rgba(22,31,37,0.3);*/
    /*width: 54px;*/
    /*height: 54px;*/
    /*border-radius: 50%;*/
    /*top: 50%;*/
    /*background-size: contain;*/
    /*left: 50%;*/
    /*cursor: pointer;*/
    /*-webkit-transform: translateY(-50%) translateX(-50%);*/
    /*-moz-transform: translateY(-50%) translateX(-50%);*/
    /*-ms-transform: translateY(-50%) translateX(-50%);*/
    /*-o-transform: translateY(-50%) translateX(-50%);*/
    /*transform: translateY(-50%) translateX(-50%);*/
    position: absolute;
    top: -20%;
    left: -20%;
    width: 140%;
    height: 140%;
    border-radius: 9999px;
    background-color: rgba(22,31,37,.3);
    z-index: -1;
    pointer-events: none;
}

.tooltip .icon {
    position: relative;
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 9999px;
    background: url('/assets/img/plus-icon-small.png') no-repeat center transparent;
    background-size: contain;
    margin: 9px auto 0;
}

.tooltip:hover .pulse {
    -webkit-animation: sonarWave 1.1s linear infinite;
    -o-animation: sonarWave 1.1s linear infinite;
    animation: sonarWave 1.1s linear infinite;
}

@-webkit-keyframes sonarWave {
    from {
        opacity: .7;
    }
    to {
        transform: scale(1.5);
        opacity: 0;
    }
}
@-moz-keyframes sonarWave {
    from {
        opacity: .7;
    }
    to {
        transform: scale(1.5);
        opacity: 0;
    }
}
@-o-keyframes sonarWave {
    from {
        opacity: .7;
    }
    to {
        transform: scale(1.5);
        opacity: 0;
    }
}
@keyframes sonarWave {
    from {
        opacity: .7;
    }
    to {
        transform: scale(1.5);
        opacity: 0;
    }
}

.main-up {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 840px;
    z-index: -1;
}

.main-up-cover {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 840px;
    text-align: center;
    max-width: 100%;
    overflow-x: hidden;
}



.main-up-cover .center-text__block {
    -webkit-transition: top .3s linear;
    -moz-transition: top .3s linear;
    -ms-transition: top .3s linear;
    -o-transition: top .3s linear;
    transition: top .6s linear;
}

@media (max-width: 767px) {
    .main-up-cover {
        position: static;
        padding-top: 90px;
        height: auto;
        padding-bottom: 80px;
    }

    .main-up-cover .center-text__block {
        position: static;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
}

.scrolled.webshop .main-up-cover .center-text__block {
    top: -100%;
    -webkit-transition: top .3s linear;
    -moz-transition: top .3s linear;
    -ms-transition: top .3s linear;
    -o-transition: top .3s linear;
    transition: top .6s linear;
}

.main-up-cover h1 {
    font-size: 120px;
    line-height: 120px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 800;
    margin: 0 0 15px;
}

.main-up__image {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.main-down {
    background: #fff;
    display: block;
    position: relative;
    margin-top: 840px;
    z-index: 99;
}

@media (max-width: 767px) {
    .main-down {
        margin-top: 0;
    }
}


svg.product-svg {
    width: 100%;
    height: 100%;
    position:absolute;
}
svg.product-svg text {
    text-anchor: middle;
}
svg.product-svg mask rect {
    fill: rgba(255, 255, 255, 0.9);
}
svg.product-svg > rect {
    fill: white;
    -webkit-mask: url(#mask);
    mask: url(#mask);
}

.video-background {
    background: #000;
    position: fixed;
    top: 0; right: 0; bottom: 0; left: 0;
    z-index: -99;
}
.video-foreground,
.video-background iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
#vidtop-content {
    top: 0;
    color: #fff;
}
.vid-info { position: absolute; top: 0; right: 0; width: 33%; background: rgba(0,0,0,0.3); color: #fff; padding: 1rem; font-family: Avenir, Helvetica, sans-serif; }
.vid-info h1 { font-size: 2rem; font-weight: 700; margin-top: 0; line-height: 1.2; }
.vid-info a { display: block; color: #fff; text-decoration: none; background: rgba(0,0,0,0.5); transition: .6s background; border-bottom: none; margin: 1rem auto; text-align: center; }
@media (min-aspect-ratio: 16/9) {
    .video-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
    .video-foreground { width: 300%; left: -100%; }
}
@media all and (max-width: 600px) {
    .vid-info { width: 50%; padding: .5rem; }
    .vid-info h1 { margin-bottom: .2rem; }
}
@media all and (max-width: 500px) {
    .vid-info .acronym { display: none; }
}

.main-content {
    padding: 30px 0;
}

.content-wrapper {
    padding: 0 20px;
}

.content-wrapper .headline {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-attachment: fixed;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    background-clip: text;
    background-size: cover;

    font-size: 120px;
    font-weight: 800;
    text-transform: uppercase;
    color: black;
    margin: 65px 0 25px;
    line-height: 120px;
}

.content-wrapper .intro-text {
    max-width: 90%;
    display: block;
    margin: 0 auto;
    font-size: 19px;
    color: #161f25;
    line-height: 24px;
    opacity: .5;
}

.arrow-down {
    background: url('/assets/img/arrow-down.svg') no-repeat center transparent;
    background-size: contain;
    display: block;
    width: 21px;
    height: 15px;
    cursor: pointer;
}

.arrow-down.arrow-down__big {
    width: 39px;
    height: 50px;
}

.cta-product {
    position: absolute;
    top: 12px;
    right: -115px;
    cursor: pointer;
}

@media (min-width: 992px) and (max-width: 1024px) {
    .cta-product {
        right: -108px;
    }
}

.cta-product__image {
    border-radius: 50%;
    height: 160px;
    width: 160px;
    display: inline-block;
    overflow: hidden;
    background: white;
    cursor: pointer;
}

.cta-product__button {
    position: absolute;
    right: 115px;
    bottom: -6px;
    height: 90px;
    width: 90px;
    background-color: #d8351c;
    color: #fff;
    border-radius: 50%;
    padding: 18px 15px;
    cursor: pointer;
    -webkit-transition: bottom .3s;
    -moz-transition: bottom .3s;
    -ms-transition: bottom .3s;
    -o-transition: bottom .3s;
    transition: bottom .3s;
}

.cta-product__button:hover, .cta-product__button:focus {
    bottom: 0;
    -webkit-transition: bottom .3s;
    -moz-transition: bottom .3s;
    -ms-transition: bottom .3s;
    -o-transition: bottom .3s;
    transition: bottom .3s;
}

.cta-product__button span {
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
}

.bottom-line {
    background: #f1f1f2;
    display: block;
    padding: 26px 0;
    position: relative;
}

.bottom-line .package__price, .bottom-line .package__cta {
    display: inline-block;
    padding: 0;
    float: left;
}

.bottom-line .package__text {
    padding: 17px 0px 17px 18px;
    margin-right: -10px;
}

.bottom-line .package__price {
    margin-left: 6px;
}

.bottom-line .package__price span {
    padding-top: 9px;
    display: block;
}

.bottom-line .package__cta {
    margin-left: 10px;
    margin-top: 22px;
}

.products-block {
    display: block;
    position: relative;
}

.products-containter {
    width: 1680px;
    margin: 0 auto;
    display: block;
    max-width: 100%;
    padding: 60px 0 60px;
}

.products-block__item {
    width: 33.33333333%;
    float: left;
    -webkit-transform: translateY(250px);
    -moz-transform: translateY(250px);
    -ms-transform: translateY(250px);
    -o-transform: translateY(250px);
    transform: translateY(250px);
    margin-bottom: 20px;
}

.products-block__item .package__text {
    text-align: center;
    padding: 0px 30px 25px 30px;
}

.package-block {
    background-color: #f1f1f2;
    padding: 55px 0 30px;
    position: relative;
}

.package-block:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #fff;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.package__image {
    position: relative;
    overflow: hidden;
}

.package__description {
    display: block;
    padding: 0 5px 0 10px;
}

.package__text h3 {
    font-size: 32px;
    line-height: 37px;
    font-weight: 300;
    text-transform: uppercase;
    color: #161f25;
    margin: 0;
}

.package__text span {
    color: #a6a8a9;
    font-size: 18px;
    display: block;
    line-height: 20px;
}

.extra-item {
    position: relative;
    padding-left: 40px;
    padding-right: 10px;
    padding-top: 10px;
}

.package-banner {
    width: 110px;
    height: 110px;
    text-align: center;
    position: absolute;
    top: -10px;
    left: 10px;
}

.package-banner img {
    border-radius: 50%;
}

.package-banner__subline {
    margin-top: 15px;
}

.package-banner .package-banner__subline span span {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 800;
    display: block;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 3px;
}

.package-banner .package-banner__subline span {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 9px;
    line-height: 5px;
    font-weight: 300;
}

.package-banner span {
    font-family: 'Satisfy', sans-serif;
    font-size: 17px;
    line-height: 17px;
}

.sidebar--item {
    display: block;
    margin-bottom: 40px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .sidebar--item {
        float: left;
        width: 50%;
    }
}

.sidebar .package__usp li {
    width: 100%;
    display: block;
    float: none;
    font-size: 20px;
    line-height: 23px;
    margin: 30px 0;
}

.sidebar .package__usp li a {
    font-size: 18px;
    line-height: 13px;
}

.package__usp {
    margin: 15px 0 0;
    padding: 0;
    list-style: none;
}

.package__usp li {
    float: left;
    width: 50%;
    font-size: 17px;
    line-height: 19px;
    color: #161f25;
    padding-left: 38px;
    position: relative;
    margin: 20px 0;
}

.package__usp li.clear {
    clear: both;
    margin: 0;
    height: 0px;
    padding: 0;
    display: block;
    width: 0px;
    opacity: 0;
    float: none;
}


.package__usp .shipping:before {
    content: '';
    width: 24px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    background: url('/assets/img/icon-shipping.svg') no-repeat center transparent;
    background-size: contain;
}

.package__usp .returns:before {
    content: '';
    width: 31px;
    height: 29px;
    position: absolute;
    top: 0;
    left: 0;
    background: url('/assets/img/icon-returns.svg') no-repeat center transparent;
    background-size: contain;
}

.package__usp .wishes:before {
    content: '';
    width: 24px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 10px;
    background: url('/assets/img/icon-wishes.svg') no-repeat center transparent;
    background-size: contain;
}

.package__usp .warranty:before {
    content: '';
    width: 31px;
    height: 29px;
    position: absolute;
    top: 0;
    left: 10px;
    background: url('/assets/img/icon-warranty.svg') no-repeat center transparent;
    background-size: contain;
}

.package__usp li a,
.package__usp li .usp-link {
    display: block;
    font-size: 15px;
    line-height: 22px;
    color: #a6a8a9;
}

.package__usp li:last-child:after {
    content: '';
    clear: both;
}

.package__extra-line {
    color: #a6a8a9;
    font-size: 15px;
    line-height: 21px;
    display: block;
    margin: 15px 0;
}

.package__price {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 52px;
    line-height: normal;
    color: #161f25;
    padding: 10px 0;
}

.logo-bar {
    display: block;
    height: 160px;
    padding: 30px 0;
    text-align: center;
    background: #ffffff;
    position: relative;
}

.logo-bar img {
    max-height: 80px;
    margin-top: 10px;
}

.selling_banners {
    display: block;
}

.selling_banners .center-text__block {
    max-width: 625px;
}

.selling_banners__content {
    margin: 0 -15px;
    display: block;
    background: #d8351c;
    height: 510px;
    text-align: center;
}

.selling_banners__content span {
    display: block;
    font-weight: 300;
    font-size: 60px;
    line-height: 60px;
    text-transform: uppercase;
    color: #fff;
}

.selling_banners__content span span {
    display: inline-block;
    font-weight: 800;
}

.selling_banners .img-responsive {
    margin-top: 50px;
}

.selling_banners__content.selling_banners__content__white {
    background-color: #fff;
}

.selling_banners__content.selling_banners__content__white span {
    color: #161f25;
}

.btn.btn__red {
    background-color: #d8351c;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    padding: 13px 15px;
    min-width: 170px;
    max-width: 100%;
}

.btn.btn__red:hover, .btn.btn__red:focus {
    background-color: #161f25;
}

.big-banner {
    height: 510px;
    background: #8c8c8c;
    position: relative;
}

.big-banner__line {
    display: block;
    padding: 0 25px;
}

.big-banner__line .btn {
    margin-top: 20px;
}

.big-banner span {
    display: block;
    font-weight: 300;
    font-size: 60px;
    line-height: 60px;
    text-transform: uppercase;
    color: #fff;
}

.big-banner span span {
    display: initial;
    font-weight: 800;
}

.big-banner__image {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.centered__content {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.center-text__block {
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

.come-in {
    -webkit-transform: translateY(250px);
    -moz-transform: translateY(250px);
    -ms-transform: translateY(250px);
    -o-transform: translateY(250px);
    transform: translateY(250px);
    animation: come-in 1s ease forwards;
    animation-duration: .8s;
}


.come-in:nth-child(3) {
    animation-duration: .8s;
    -webkit-animation-delay: 1s; /* Safari 4.0 - 8.0 */
    animation-delay: .6s;
}

.come-in:nth-child(3n+1) {
    clear: both;
}

.come-in:nth-child(even) {
    animation-duration: .8s;
    -webkit-animation-delay: 1s; /* Safari 4.0 - 8.0 */
    animation-delay: .3s;
}

.already-visible {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    animation: none;
}

@keyframes come-in {
    to {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -o-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -o-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -o-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -o-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.arrow {
    position: fixed;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yOTMuNzUxLDQ1NS44NjhjLTIwLjE4MSwyMC4xNzktNTMuMTY1LDE5LjkxMy03My42NzMtMC41OTVsMCwwYy0yMC41MDgtMjAuNTA4LTIwLjc3My01My40OTMtMC41OTQtNzMuNjcyICBsMTg5Ljk5OS0xOTBjMjAuMTc4LTIwLjE3OCw1My4xNjQtMTkuOTEzLDczLjY3MiwwLjU5NWwwLDBjMjAuNTA4LDIwLjUwOSwyMC43NzIsNTMuNDkyLDAuNTk1LDczLjY3MUwyOTMuNzUxLDQ1NS44Njh6Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjIwLjI0OSw0NTUuODY4YzIwLjE4LDIwLjE3OSw1My4xNjQsMTkuOTEzLDczLjY3Mi0wLjU5NWwwLDBjMjAuNTA5LTIwLjUwOCwyMC43NzQtNTMuNDkzLDAuNTk2LTczLjY3MiAgbC0xOTAtMTkwYy0yMC4xNzgtMjAuMTc4LTUzLjE2NC0xOS45MTMtNzMuNjcxLDAuNTk1bDAsMGMtMjAuNTA4LDIwLjUwOS0yMC43NzIsNTMuNDkyLTAuNTk1LDczLjY3MUwyMjAuMjQ5LDQ1NS44Njh6Ii8+DQo8L3N2Zz4=);
    background-size: contain;
}

.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

@media (max-width: 767px) {

    .main-up {
        height: 450px;
    }

    .cta-product__button {
        left: 50%;
        right: inherit;
        bottom: -90px;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        position: static;
        margin: 0 auto;
    }

    .bounce {
        -webkit-animation: none;
        -o-animation: none;
        animation: none;
    }

    .products-block .products-block__item {
        opacity: 1;
        padding-top: 0;
    }

    .arrow-down.arrow-down__big {
        width: 19px;
        height: 19px;
        margin-bottom: 10px;
    }

    .main-up-cover h1, .content-wrapper .headline {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .cta-product__image {
        width: 100px;
        height: 100px;
    }

    .products-containter {
        padding: 20px 0;
    }

    .come-in {
        animation: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .content-wrapper {
        padding: 0;
    }

    .products-block__item {
        width: 100%;
        max-width: 100%;
        float: none;
        display: block;
    }

    .cta-product {
        top: 0;
        right: 0;
        position: relative;
    }

    .package__description {
        padding: 0;
        margin: 20px 0;
    }

    .package__usp li {
        float: none;
        display: block;
        width: 100%;
    }

    .selling_banners__content span {
        font-size: 34px;
        line-height: 40px;
    }

    .bottom-line .package__text {
        padding-left: 0;
        margin: 0;
    }

    .bottom-line .package__cta {
        margin-left: 0;
        clear: both;
    }

    .btn.btn__red {
        display: block;
    }

    .big-banner span {
        display: block;
        font-weight: 300;
        font-size: 39px;
        line-height: 47px;
        text-transform: uppercase;
        color: #fff;
        word-wrap: break-word;
    }

}

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

    .main-up-cover h1, .content-wrapper h2 {
        font-size: 85px;
        line-height: 85px;
    }

    .cta-product {
        top: 50px;
        right: -60px;
    }

    .package__description {
        padding: 0;
        margin: 0 -15px;
    }

    .package__usp li {
        float: none;
        display: block;
        width: 100%;
    }

    .selling_banners__content span {
        font-size: 34px;
        line-height: 40px;
    }

    .bottom-line .package__text {
        padding-left: 0;
        margin: 0 0 0 -15px;
    }

}

/* Overzicht */
.overview {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 35px 0 55px;
}
.overview.producten {
    position: relative;
}
.overview.producten:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzNSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZTVlNWU1IiBzdG9wLW9wYWNpdHk9IjAiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top, white 5%, rgba(229, 229, 229, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, white), color-stop(100%, rgba(229, 229, 229, 0)));
    background: -webkit-linear-gradient(top, white 5%, rgba(229, 229, 229, 0) 100%);
    background: -o-linear-gradient(top, white 5%, rgba(229, 229, 229, 0) 100%);
    background: -ms-linear-gradient(top, white 5%, rgba(229, 229, 229, 0) 100%);
    background: linear-gradient(to bottom, white 5%, rgba(229, 229, 229, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00e5e5e5',GradientType=0 );
}
.overview.producten h1 {
    color: #000;
}
.overview .cat-block {
    min-height: 400px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 10px -5px 10px;
    position: relative;
    -webkit-transition: all 0.4s  ease-out;
    -o-transition: all 0.4s  ease-out;
    transition: all 0.4s  ease-out;
    border: 2px solid #EDEDCB; /* Yellow */
}
.overview .cat-block.lente {
    border: 2px solid #D0E1F3; /* Blue */
}
.overview .cat-block.zomer {
    border: 2px solid #EDEDCB; /* Yellow */
}
.overview .cat-block.winter {
    border: 2px solid #DBDAD6; /* Grey */
}
.overview .cat-block.herfst {
    border: 2px solid #BE6539; /* Red */
}
/*.overview .cat-block:hover {
  box-shadow: inset 0 0 0 150px rgba(66, 139, 202, 0.2), inset 0 0 0 15px rgba(255, 255, 255, 0.8), 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s  ease-out;
  transition: all 0.4s  ease-out;
}
.overview .cat-block:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  bottom: 0;
  left: 0;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI2MSUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(top, rgba(229, 229, 229, 0) 61%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(61%, rgba(229, 229, 229, 0)), color-stop(100%, black));
  background: -webkit-linear-gradient(top, rgba(229, 229, 229, 0) 61%, black 100%);
  background: -o-linear-gradient(top, rgba(229, 229, 229, 0) 61%, black 100%);
  background: -ms-linear-gradient(top, rgba(229, 229, 229, 0) 61%, black 100%);
  background: linear-gradient(to bottom, rgba(229, 229, 229, 0) 61%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e5e5e5', endColorstr='#000000',GradientType=0 );
}*/
.overview .cat-block h2 {
    position: absolute;
    left: 0;
    bottom: 20px;
    color: black;
    font-size: 19px;
    padding: 0 20px 0 20px;
    z-index: 3;
    text-transform: uppercase;
    max-width: 100%;
}
.overview.categorieen .cat-block h2 {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    font-size: 19px;
    padding: 20px;
    margin: 0;
    z-index: 3;
    text-transform: uppercase;
    width: 100%;
}
@media (max-width: 767px) {
    .overview .cat-block h2 {
        padding: 0 10px 0 10px;
    }
}
@media (max-width: 767px) {
    .overview {
        padding: 10px 0 10px;
    }
}

/* Overzicht */
.visible-print-block {
    display: none !important;
}
.product-info {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    min-height: 765px;
    position: relative;
}
.product-info h3 {
    margin: 20px 0;
}
.product-info .info-block-right {
    position: absolute;
    right: 0px;
    padding: 0 20px;
    top: 0;
    width: 32%;
}
@media (max-width: 767px) {
    .product-info .info-block-right {
        position: static;
        width: 100%;
        text-align: center;
    }
}
.product-info .info-block-left {
    position: absolute;
    left: 0px;
    bottom: 60px;
    padding: 0 20px;
    width: 32%;
}
@media (max-width: 767px) {
    .product-info .info-block-left {
        position: static;
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
}
@media (max-width: 767px) {
    .product-info {
        min-height: 1px;
        background-image: none !important;
    }
}

.moreproducts {
    position: relative;
    padding: 40px 0;
}
.moreproducts h2 {
    margin-bottom: 60px;
}
@media (max-width: 767px) {
    .moreproducts h2 {
        margin: 20px 0;
    }
}
.moreproducts .carousel .owl-controls {
    display: none;
}
.moreproducts .carousel .item a:hover {
    text-decoration: none;
}
.moreproducts .carousel .item h3 {
    color: #333333;
    font-size: 21px;
    font-weight: 600;
    text-transform: uppercase;
}

.moreproducts.shop .carousel .item {
    max-width:33.33%;
}

a.next-product {
    position: absolute;
    right: 30px;
    bottom: 185px;
    width: 80px;
    height: 103px;
    text-indent: -9999px;
    z-index: 105;
    color: white;
    background: url("/assets/img/slider-nav-grey.png") no-repeat center transparent;
}
@media (min-width: 768px) and (max-width: 991px) {
    a.next-product {
        right: 15px;
    }
}
@media (max-width: 767px) {
    a.next-product {
        height: 60px;
        right: 15px;
    }
}

a.prev-product {
    position: absolute;
    left: 30px;
    bottom: 185px;
    width: 80px;
    height: 103px;
    text-indent: -9999px;
    z-index: 105;
    color: white;
    background: url("/assets/img/slider-nav-grey.png") no-repeat center transparent;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
@media (min-width: 768px) and (max-width: 991px) {
    a.prev-product {
        left: 15px;
    }
}
@media (max-width: 767px) {
    a.prev-product {
        height: 60px;
        left: 15px;
    }
}

/* Detail page */
.head-image {
    height: 220px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 -20px 30px -10px;
}
@media (max-width: 767px) {
    .head-image {
        margin: 15px 0;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .head-image {
        margin: 15px 0;
    }
}

.banner {
    height: 325px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    margin-top: 20px;
}
.banner:hover h2 {
    bottom: 30px;
    -webkit-transition: bottom 250ms ease-out;
    -o-transition: bottom 250ms ease-out;
    transition: bottom 250ms ease-out;
}
.banner:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    bottom: 0;
    left: 0;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI2MSUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top, rgba(229, 229, 229, 0) 61%, white 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(61%, rgba(229, 229, 229, 0)), color-stop(100%, white));
    background: -webkit-linear-gradient(top, rgba(229, 229, 229, 0) 61%, white 100%);
    background: -o-linear-gradient(top, rgba(229, 229, 229, 0) 61%, white 100%);
    background: -ms-linear-gradient(top, rgba(229, 229, 229, 0) 61%, white 100%);
    background: linear-gradient(to bottom, rgba(229, 229, 229, 0) 61%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e5e5e5', endColorstr='#ffffff',GradientType=0 );
}
.banner a {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 4;
}
.banner h2 {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 20px;
    color: #161f25;
    font-size: 21px;
    font-weight: 600;
    padding: 10px 10px;
    text-align: center;
    border: 2px solid #161f25;
    z-index: 3;
    text-transform: uppercase;
    max-width: 100%;
    -webkit-transition: bottom 250ms ease-out;
    -o-transition: bottom 250ms ease-out;
    transition: bottom 250ms ease-out;
}
@media (max-width: 767px) {
    .banner h2 {
        padding: 0 10px 0 10px;
    }
}
@media (max-width: 767px) {
    .banner {
        display: none;
    }
}

.history-slider, .history-slider .row{
    position: relative;
}
.history-slider a.next-product, .history-slider a.next-product{
    bottom:200px;
}
.history-slider .carousel-nav-prev .item a,
.history-slider .carousel-nav-next .item a {
    color: #161f25;
}
.history-slider .carousel-nav-prev .item a:hover,
.history-slider .carousel-nav-next .item a:hover {
    text-decoration: none;
}
.history-slider .carousel-nav-prev .item .content,
.history-slider .carousel-nav-next .item .content {
    font-size: 30%;
}
.history-slider .carousel-nav-prev .item .content h2,
.history-slider .carousel-nav-next .item .content h2 {
    font-size: 14px;
}
.history-slider .owl-controls {
    display: none;
}
.history-slider .owl-item {
    min-height: 600px;
}

/* Slider */
.slider .slides {
    position: relative;
    left: 0;
    top: 0;
    z-index: 99;
    width: 100%;
    height: 1060px;
}
.slider.page .slides {
    height: 300px;
}
@media (max-width: 767px) {
    .slider .slides {
        height: 530px;
    }
}

.no-svg .slider .slides ul li:before {
    background: url("/assets/img/brand-image.png") no-repeat center 310px transparent;
}

.slider .slides ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.slider.page .slides ul li {
    height: 300px;
}

.slider .slides ul li {
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 1060px;
    position: relative;
}
.slider .slides ul li a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 300;
}
@media (max-width: 767px) {
    .slider .slides ul li {
        height: 530px;
    }
}
.slider .slides ul li:before {
    content: "";
    background: url("/assets/img/brand-image.svg") no-repeat center 310px transparent;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 104;
    left: 0;
    top: 0;
}
.slider.page .slides ul li:before {
    display: none;
}
@media (max-width: 767px) {
    .slider .slides ul li:before {
        background-position: center 160px;
        width: 80%;
        background-size: contain;
        left: 10%;
    }
}

.slider .slides ul li .slide-box-right {
    position: absolute;
    width: 45%;
    right: 15px;
    top: 100px;
}
@media (max-width: 767px) {
    .slider .slides ul li .slide-box-right {
        width: 80%;
    }
}
.slider.page .slider-nav {
    top: 100px;
}
.slider .slider-nav {
    position: absolute;
    top: 500px;
    left: 0;
    width: 100%;
}
.slider .slider-nav a.next {
    position: absolute;
    right: 30px;
    top: 0;
    width: 29px;
    height: 103px;
    text-indent: -9999px;
    z-index: 105;
    color: white;
    background: url("/assets/img/slider-nav.png") no-repeat center transparent;
}
.slider .slider-nav a.prev {
    position: absolute;
    left: 30px;
    top: 0;
    width: 29px;
    height: 103px;
    text-indent: -9999px;
    z-index: 105;
    color: white;
    background: url("/assets/img/slider-nav.png") no-repeat center transparent;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
@media (max-width: 767px) {
    .slider .slider-nav {
        display: none;
    }
}

.slider .slider-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    display: block;
}

.slider .slider-nav ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
    height: auto;
    width: auto;
}

.slider .slider-nav ul li a {
    display: block;
    height: 24px;
    width: 24px;
    background: black;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    margin: 0 2px;
}

.slider .slider-nav ul li.nextControl {
    top: -2px;
}

.slider .slider-nav ul li.nextControl a {
    background: transparent;
    font-size: 31px;
    height: auto;
    width: auto;
    border-radius: 0px;
    color: #484848;
}

.slider .slider-nav ul li.prevControl {
    top: -2px;
}

.slider .slider-nav ul li.prevControl a {
    background: transparent;
    font-size: 31px;
    height: auto;
    width: auto;
    border-radius: 0px;
    color: #484848;
}

.slider .slider-nav ul li.cycle-pager-active.prevControl a {
    background: transparent;
}
.slider .slider-nav ul li.cycle-pager-active.nextControl a {
    background: transparent;
}
.slider .slider-nav ul li.cycle-pager-active a {
    background: #ff0a94;
}

/* Breadcrumbs */
.breadcrumbs {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.breadcrumbs ul {
    margin: 0;
    padding: 20px 0;
    list-style: none;
}
.breadcrumbs ul li {
    display: inline-block;
    margin: 0 8px 0 0;
    padding: 0 18px 0 0;
    position: relative;
}
.breadcrumbs ul li:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0;
    width: 7px;
    height: 100%;
    background: url("/assets/img/bread-arrow.png") no-repeat center transparent;
}
.breadcrumbs ul li:last-of-type:after {
    display: none;
}
.breadcrumbs ul li a {
    color: #333333;
    text-transform: lowercase;
    font-size: 14px;
}
.breadcrumbs ul li a:hover {
    text-decoration: underline;
}
@media (max-width: 767px) {
    .breadcrumbs {
        display: none;
    }
}

/* Gallery */
.gallery-product {
    background: black;
    padding: 10px 0;
    position: relative;
}
.gallery-product .gallery-item.video {
    position: relative;
}
.gallery-product .gallery-item.video .play {
    position: absolute;
    right: 0px;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("/assets/img/play.png") no-repeat center transparent;
}
.gallery-product .gallery-item.video .fa {
    position: absolute;
    font-size: 60px;
    top: 38%;
    color: red;
    left: 38%;
}
.gallery-product .gallery-item.video:hover .fa {
    color: white;
}
.gallery-product .gallery-item {
    margin: 10px 0;
}
.gallery-product .gallery-item.big {
    margin-right: -5px;
}
.gallery-product .gallery-holder {
    display: block;
    margin-left: -5px;
}
@media (min-width: 768px) and (max-width: 991px) {
    .gallery-product .gallery-holder {
        margin-left: 0;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .gallery-product {
        margin-top: 20px;
    }
}
@media (max-width: 767px) {
    .gallery-product {
        margin-top: 20px;
    }
}

/* Forms */
.form-control {
    border-radius: 0;
}

textarea {
    resize: both;
    vertical-align: top;
}

textarea.vert {
    resize: vertical;
}

textarea.no-resize {
    resize: none;
}

.frm-checkbox-wrap input[type=checkbox]:checked + label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.frm-checkbox-wrap {
    width: 100%;
}
.frm-checkbox-wrap input[type=checkbox] {
    display: none;
}
.frm-checkbox-wrap label {
    color: #999999;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    margin: 0 0 5px;
    position: relative;
    padding-left: 20px;
}
.frm-checkbox-wrap label:hover:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.3;
}
.frm-checkbox-wrap label:before {
    cursor: pointer;
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 2px;
    background: white;
    content: "";
    left: 1px;
    top: 7px;
    border: 1px solid #999;
}
.frm-checkbox-wrap label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 8px;
    height: 4px;
    background: transparent;
    top: 10px;
    left: 3px;
    border: 2px solid #999;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.frm-checkbox-wrap input[type=checkbox]:checked + label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.webshop .frm-checkbox-wrap label:after {
    top: 11px !important;
    border: 0;
    background-color: #34434c;
}

.webshop .checkout-form .addContent {
    display: block;
    padding: 10px 0 0 25px;
}

.webshop .checkout-form .addContent select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -moz-user-select: none;
    -moz-user-select: none;
    webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    text-indent: .01px;
    background-image: url(/assets/img/arrow-webshop-down.png);
    background-position: 90% center;
    height: 40px;
    background-repeat: no-repeat;
    cursor: pointer;
    border-radius: 0;
    box-shadow: none;
    text-overflow: "";
    width: 100%;
    max-width: 240px;
    padding: 0 10px;
}

.webshop .frm-checkbox-wrap label:before {
    top: 8px !important;
}

.webshop .frm-checkbox-wrap label {
    font-size: 18px;
    color: #333;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
}

.webshop .frm-checkbox-wrap {
    border-bottom: 1px solid #e4e8eb;
    padding: 10px 0;
}

.webshop .form-row__checkout {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #e4e8eb;
}

.webshop .form-row__checkout .label {
    width: 40%;
    float: left;
    font-weight: 600;
}

.webshop .form-row__checkout .value {
    width: 60%;
    float: left;
}

@media (max-width: 767px) {
    .webshop .form-row__checkout .label, .webshop .form-row__checkout .value {
        width: 100%;
        clear: both;
        float: none;
        display: block;
    }
}

.webshop .submit_space {
    margin-top: 20px;
}

.webshop .frm-checkbox-wrap input[type=radio]:checked + label:before, .webshop .frm-checkbox-wrap input[type=radio]:hover+label:before {
    background-color: #34434c;
}

.webshop--image {
    overflow: hidden;
    position: relative;
}

.webshop--image::after {
    content: '';
    position: absolute;
    background: #35434D;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    transition: opacity .3s;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.webshop--image:hover::after ,
.webshop--image:focus::after {
    opacity: .4;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.webshop .webshop--price {
    background-color: #d8351c;
    color: #fff;
    font-size: 32px;
    line-height: 120px;
    position: absolute;
    right: -5px;
    top: -5px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -ms-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}

.webshop .webshop--price.on-request {
    line-height: 32px;
    padding-top: 20px;
    font-size: 26px;
}

.webshop .webshop--price:hover,
.webshop .webshop--price:focus {
    background-color: #35434D;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -ms-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}

@media (min-width: 768px) and (max-width: 991px) {
    .webshop .webshop--price.on-request {
        line-height: 20px;
        padding-top: 20px;
        font-size: 22px;
    }
}

@media (max-width: 768px) {
    .webshop--title {
        padding-right: 0;
    }

    .webshop--cta {
        position: static;
    }

    .webshop--item {
        padding: 25px 0;
    }

    .webshop .webshop--price {
        font-size: 26px;
        line-height: 90px;
        width: 90px;
        height: 90px;
    }

    .webshop .webshop--price.on-request {
        line-height: 20px;
        padding-top: 20px;
        font-size: 24px;
    }
}

.help-block {
    display: none;
}

.has-error .form-control {
    border-color: #DB3733;
}

.has-error .help-block {
    background: #DB3733;
    color: #fff;
    display: block;
    text-align: center;
    padding: 5px;
    margin-top: 0;
}

select::-ms-expand {
    display: none;
}

.lt-ie10 select {
    background-image: none !important;
    padding-right: 5px !important;
}

select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -moz-user-select: none;
    webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    border-radius: 0px;
    box-shadow: none;
    background-image: url(/assets/img/select-arrows.png);
    background-position: 95% center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.formalicious .frm-radio-wrap {
    margin-left: 1px;
}
.formalicious .frm-radio-wrap label {
    font-weight: normal;
    margin-left: 10px;
}
.formalicious .frm-field-title {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}
.formalicious input[type="file"] {
    padding: 5px;
    height: auto;
}
.formalicious input[type=range] {
    width: 100%;
    margin: 7.3px 0;
}
.formalicious input[type=range]:focus {
    outline: none;
}
.formalicious input[type=range]:focus::-webkit-slider-runnable-track {
    background: rgba(0, 130, 195, 0.78);
}
.formalicious input[type=range]:focus::-ms-fill-lower {
    background: #333;
}
.formalicious input[type=range]:focus::-ms-fill-upper {
    background: #333;
}
.formalicious input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 11.4px;
    cursor: pointer;
    background: #ccc;
    border-radius: 1.3px;
    border: 0.2px solid #333;
}
.formalicious input[type=range]::-webkit-slider-thumb {
    border: 1.8px solid #333;
    height: 26px;
    width: 26px;
    border-radius: 26px;
    background: #fff;
    cursor: pointer;
    margin-top: -7.5px;
}
.formalicious input[type=range]::-moz-range-track {
    width: 100%;
    height: 11.4px;
    cursor: pointer;
    background: #ccc;
    border-radius: 1.3px;
}
.formalicious input[type=range]::-moz-range-thumb {
    border: 1.8px solid #333;
    height: 26px;
    width: 26px;
    border-radius: 26px;
    background: #fff;
    cursor: pointer;
}
.formalicious input[type=range]::-ms-track {
    width: 100%;
    height: 11.4px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
}
.formalicious input[type=range]::-ms-fill-lower {
    background: #ccc;
    border-radius: 2.6px;
}
.formalicious input[type=range]::-ms-fill-upper {
    background: #ccc;
    border-radius: 2.6px;
}
.formalicious input[type=range]::-ms-thumb {
    height: 26px;
    width: 26px;
    border-radius: 26px;
    background: #fff;
    cursor: pointer;
    height: 11.4px;
}
.formalicious .row.nomar {
    margin: 0 auto;
}
.formalicious .frm-checkbox-wrap label {
    font-weight: normal;
    margin-left: 10px;
}
.formalicious label:hover {
    cursor: pointer;
}

/* Social share */
ul.social {
    padding: 0px;
    margin: 0px;
}
ul.social li {
    list-style: none;
    display: inline-block;
}
ul.social li a {
    background-image: url("/assets/img/social-media.svg");
    background-repeat: no-repeat;
    display: block;
    height: 32px;
    background-color: #4a4a4a;
    width: 32px;
}
ul.social li a.twitter {
    background-position: 0 0;
}
ul.social li a.linkedin {
    background-position: -32px 0;
}
ul.social li a.facebook {
    background-position: -64px 0;
}

.rrssb-buttons {
    box-sizing: border-box;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    height: 36px;
    margin: 0;
    padding: 0;
    width: 100%;
}
.rrssb-buttons.large-format {
    height: auto;
}
.rrssb-buttons.large-format li {
    height: auto;
}
.rrssb-buttons.large-format li a {
    border-radius: 0.2em;
    font-size: 15px;
    font-size: 1vw;
    line-height: 1vw;
    padding: 7% 0 7% 12%;
}
.rrssb-buttons.large-format li a .rrssb-text {
    font-size: 15px;
    font-size: 1vw;
}
.rrssb-buttons.large-format li a .rrssb-icon {
    left: 7%;
    padding-top: 0;
    width: 12%;
}
.rrssb-buttons.large-format li a .rrssb-icon svg {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
}
.rrssb-buttons.large-format li a:hover {
    font-size: 15px;
    font-size: 1vw;
    padding: 7% 0 7% 12%;
    border-radius: 0.2em;
}
.rrssb-buttons li {
    box-sizing: border-box;
    float: left;
    height: 100%;
    line-height: 13px;
    list-style: none;
    margin: 0;
    padding: 0 2.5px;
}
.rrssb-buttons li a {
    box-sizing: border-box;
    background-color: transparent;
    border-radius: 20px;
    display: block;
    font-size: 11px;
    font-weight: bold;
    height: 100%;
    padding: 11px 5px 12px 5px;
    position: relative;
    border: 2px solid;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    transition: background-color 0.2s ease-in-out;
}
.rrssb-buttons li a .rrssb-icon {
    display: none;
    height: 100%;
    left: 10px;
    padding-top: 9px;
    position: absolute;
    top: 0;
    width: 10%;
}
.rrssb-buttons li a .rrssb-icon svg {
    height: 17px;
    width: 17px;
}
.rrssb-buttons li a .rrssb-icon svg path {
    fill: #383838;
}
.rrssb-buttons li a .rrssb-icon svg polygon {
    fill: #383838;
}
@media (max-width: 767px) {
    .rrssb-buttons li a .rrssb-icon svg {
        top: 11px !important;
        height: 33px;
    }
    .rrssb-buttons li a {
        border-radius:100%;
    }
}
@media (max-width: 767px) {
    .rrssb-buttons li a .rrssb-icon {
        width: 100% !important;
        left: 0px !important;
        display: block;
    }
}
.rrssb-buttons li a .rrssb-text {
    color: inherit;
}
@media (max-width: 767px) {
    .rrssb-buttons li a .rrssb-text {
        visibility: hidden;
    }
}
.rrssb-buttons li a:active {
    box-shadow: inset 1px 3px 15px 0 rgba(22, 0, 0, 0.25);
}
.rrssb-buttons li.rrssb-email a {
    border-color: #0a88ff;
    color: #0a88ff;
}
.rrssb-buttons li.rrssb-email a:hover {
    border-color: #006ed6;
}
.rrssb-buttons li.rrssb-facebook a {
    border-color: #306199;
    color: #306199;
}
.rrssb-buttons li.rrssb-facebook a:hover {
    border-color: #244872;
}
.rrssb-buttons li.rrssb-tumblr a {
    border-color: #244872;
    color: #244872;
}
.rrssb-buttons li.rrssb-tumblr a:hover {
    border-color: #22364a;
}
.rrssb-buttons li.rrssb-linkedin a {
    border-color: #007bb6;
    color: #007bb6;
}
.rrssb-buttons li.rrssb-linkedin a:hover {
    border-color: #005983;
}
.rrssb-buttons li.rrssb-twitter a {
    border-color: #26c4f1;
    color: #26c4f1;
}
.rrssb-buttons li.rrssb-twitter a:hover {
    border-color: #0eaad6;
}
.rrssb-buttons li.rrssb-youtube a {
    border-color: #df1c31;
    color: #df1c31;
}
.rrssb-buttons li.rrssb-youtube a:hover {
    border-color: #b21627;
}
.rrssb-buttons li.rrssb-pinterest a {
    border-color: #b21627;
    color: #b21627;
}
.rrssb-buttons li.rrssb-pinterest a:hover {
    border-color: #8a1119;
}
.rrssb-buttons li.rrssb-instagram a {
    border-color: #517fa4;
    color: #517fa4;
}
.rrssb-buttons li.rrssb-instagram a:hover {
    border-color: #406582;
}
.rrssb-buttons li.small a {
    padding: 0;
}
.rrssb-buttons li.small a .rrssb-icon {
    display: block;
    width: 100% !important;
    left: 0px !important;
    display: block;
    height: 100%;
    left: auto;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    top: auto;
    width: 100%;
}
.rrssb-buttons li.small a .rrssb-text {
    visibility: hidden;
}
@media (max-width: 767px) {
    .rrssb-buttons li {
        height: 100% !important;
        width: 14.28% !important;
    }
}
.rrssb-buttons.small-format {
    padding-top: 5px;
}
.rrssb-buttons.small-format li {
    height: 80%;
    padding: 0 1.5px;
}
.rrssb-buttons.small-format li a .rrssb-icon {
    height: 100%;
    padding-top: 0;
}
.rrssb-buttons.small-format li a .rrssb-icon svg {
    height: 48%;
    position: relative;
    top: 6px;
    width: 80%;
}
.rrssb-buttons.tiny-format {
    height: 22px;
    position: relative;
}
.rrssb-buttons.tiny-format li {
    padding-right: 7px;
}
.rrssb-buttons.tiny-format li a {
    background-color: transparent;
    padding: 0;
}
.rrssb-buttons.tiny-format li a:hover {
    background-color: transparent;
}
.rrssb-buttons.tiny-format li a:active {
    background-color: transparent;
}
.rrssb-buttons.tiny-format li a .rrssb-icon svg {
    height: 70%;
    width: 100%;
}

.clearfix {
    *zoom: 1;
}
.clearfix:after {
    clear: both;
    content: " ";
    display: table;
}
.clearfix:before {
    content: " ";
    display: table;
}

#social-share {
    padding: 20px 0;
    background: url("/assets/img/mess.svg") repeat-x left top #ebecec;
}
#social-share .label {
    color: #023465;
    display: block;
    float: left;
    font-size: 16px;
    line-height: 14px;
    padding: 10px 0 0;
    width: 165px;
}
@media (max-width: 767px) {
    #social-share .label {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
}
#social-share .rrssb-buttons {
    float: left;
    width: calc(100% - 165px);
}
@media (max-width: 767px) {
    #social-share .rrssb-buttons {
        width: 100%;
        height: 50px;
    }
}
#social-share .rrssb-whatsapp a {
    border-color: #62b534;
    color: #62b534;
}
#social-share .rrssb-whatsapp a:hover {
    border-color: #62b534;
}

.rrssb-buttons.tiny-format li.rrssb-email a .rrssb-icon svg path {
    fill: #0a88ff;
}
.rrssb-buttons.tiny-format li.rrssb-email a .rrssb-icon svg polygon {
    fill: #0a88ff;
}
.rrssb-buttons.tiny-format li.rrssb-email a .rrssb-icon:hover .rrssb-icon svg path {
    fill: #0054a3;
}
.rrssb-buttons.tiny-format li.rrssb-email a .rrssb-icon:hover .rrssb-icon svg polygon {
    fill: #0054a3;
}
.rrssb-buttons.tiny-format li.rrssb-facebook a .rrssb-icon svg path {
    fill: #306199;
}
.rrssb-buttons.tiny-format li.rrssb-facebook a .rrssb-icon svg polygon {
    fill: #306199;
}
.rrssb-buttons.tiny-format li.rrssb-facebook a .rrssb-icon:hover .rrssb-icon svg path {
    fill: #18304b;
}
.rrssb-buttons.tiny-format li.rrssb-facebook a .rrssb-icon:hover .rrssb-icon svg polygon {
    fill: #18304b;
}
.rrssb-buttons.tiny-format li.rrssb-tumblr a .rrssb-icon svg path {
    fill: #244872;
}
.rrssb-buttons.tiny-format li.rrssb-tumblr a .rrssb-icon svg polygon {
    fill: #244872;
}
.rrssb-buttons.tiny-format li.rrssb-tumblr a .rrssb-icon:hover .rrssb-icon svg path {
    fill: #121d27;
}
.rrssb-buttons.tiny-format li.rrssb-tumblr a .rrssb-icon:hover .rrssb-icon svg polygon {
    fill: #121d27;
}
.rrssb-buttons.tiny-format li.rrssb-linkedin a .rrssb-icon svg path {
    fill: #007bb6;
}
.rrssb-buttons.tiny-format li.rrssb-linkedin a .rrssb-icon svg polygon {
    fill: #007bb6;
}
.rrssb-buttons.tiny-format li.rrssb-linkedin a .rrssb-icon:hover .rrssb-icon svg path {
    fill: #003650;
}
.rrssb-buttons.tiny-format li.rrssb-linkedin a .rrssb-icon:hover .rrssb-icon svg polygon {
    fill: #003650;
}
.rrssb-buttons.tiny-format li.rrssb-twitter a .rrssb-icon svg path {
    fill: #26c4f1;
}
.rrssb-buttons.tiny-format li.rrssb-twitter a .rrssb-icon svg polygon {
    fill: #26c4f1;
}
.rrssb-buttons.tiny-format li.rrssb-twitter a .rrssb-icon:hover .rrssb-icon svg path {
    fill: #007bb6;
}
.rrssb-buttons.tiny-format li.rrssb-twitter a .rrssb-icon:hover .rrssb-icon svg polygon {
    fill: #007bb6;
}
.rrssb-buttons.tiny-format li.rrssb-youtube a .rrssb-icon svg path {
    fill: #df1c31;
}
.rrssb-buttons.tiny-format li.rrssb-youtube a .rrssb-icon svg polygon {
    fill: #df1c31;
}
.rrssb-buttons.tiny-format li.rrssb-youtube a .rrssb-icon:hover .rrssb-icon svg path {
    fill: #8a1119;
}
.rrssb-buttons.tiny-format li.rrssb-youtube a .rrssb-icon:hover .rrssb-icon svg polygon {
    fill: #8a1119;
}
.rrssb-buttons.tiny-format li.rrssb-reddit a .rrssb-icon svg path {
    fill: #8bbbe3;
}
.rrssb-buttons.tiny-format li.rrssb-reddit a .rrssb-icon svg polygon {
    fill: #8bbbe3;
}
.rrssb-buttons.tiny-format li.rrssb-reddit a .rrssb-icon:hover .rrssb-icon svg path {
    fill: #398bcf;
}
.rrssb-buttons.tiny-format li.rrssb-reddit a .rrssb-icon:hover .rrssb-icon svg polygon {
    fill: #398bcf;
}
.rrssb-buttons.tiny-format li.rrssb-pinterest a .rrssb-icon svg path {
    fill: #b21627;
}
.rrssb-buttons.tiny-format li.rrssb-pinterest a .rrssb-icon svg polygon {
    fill: #b21627;
}
.rrssb-buttons.tiny-format li.rrssb-pinterest a .rrssb-icon:hover .rrssb-icon svg path {
    fill: #5d0b11;
}
.rrssb-buttons.tiny-format li.rrssb-pinterest a .rrssb-icon:hover .rrssb-icon svg polygon {
    fill: #5d0b11;
}
.rrssb-buttons.tiny-format li.rrssb-pocket a .rrssb-icon svg path {
    fill: #ed4054;
}
.rrssb-buttons.tiny-format li.rrssb-pocket a .rrssb-icon svg polygon {
    fill: #ed4054;
}
.rrssb-buttons.tiny-format li.rrssb-pocket a .rrssb-icon:hover .rrssb-icon svg path {
    fill: #b21627;
}
.rrssb-buttons.tiny-format li.rrssb-pocket a .rrssb-icon:hover .rrssb-icon svg polygon {
    fill: #b21627;
}
.rrssb-buttons.tiny-format li.rrssb-github a .rrssb-icon svg path {
    fill: #444;
}
.rrssb-buttons.tiny-format li.rrssb-github a .rrssb-icon svg polygon {
    fill: #444;
}
.rrssb-buttons.tiny-format li.rrssb-github a .rrssb-icon:hover .rrssb-icon svg path {
    fill: #111;
}
.rrssb-buttons.tiny-format li.rrssb-github a .rrssb-icon:hover .rrssb-icon svg polygon {
    fill: #111;
}
.rrssb-buttons.tiny-format li.rrssb-instagram a .rrssb-icon svg path {
    fill: #517fa4;
}
.rrssb-buttons.tiny-format li.rrssb-instagram a .rrssb-icon svg polygon {
    fill: #517fa4;
}
.rrssb-buttons.tiny-format li.rrssb-instagram a .rrssb-icon:hover .rrssb-icon svg path {
    fill: #2f4a60;
}
.rrssb-buttons.tiny-format li.rrssb-instagram a .rrssb-icon:hover .rrssb-icon svg polygon {
    fill: #2f4a60;
}

/* Maps */
@media (max-width: 767px) {
    #gmap {
        height: 300px;
    }

    .mobile-map-overlay {
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.8);
        position: absolute;
        z-index: 99;
        top: 0;
        left: 0;
        cursor: pointer;
    }

    .mobile-map-overlay .overlay-message p {
        text-align: center;
        line-height: 300px;
    }
}
#gmap {
    width: 100%;
    height: 450px;
}

.routeplanner-form {
    overflow: auto;
}

#routemap-directions {
    margin-top: 30px;
    display: block;
}

.route-container {
    margin-bottom: 30px;
}

.nopad {
    padding: 0px;
}

#whereto-submit {
    width: 100%;
    border-radius: 0px;
}

#gmapOverlay {
    position: absolute;
    right: 0px;
    display: none;
    width: 50%;
    top: 0px;
    height: 100%;
    background: rgba(255, 255, 255, 0.71);
    z-index: 10;
    padding: 0px 0px 10px 0px;
    font-size: 14px;
    color: #333333;
    line-height: 21px;
}

#gmapOverlay button {
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: white;
    border: 0px;
    width: 40px;
    height: 40px;
    background-image: url("/assets/img/map/cross-black.png");
    background-repeat: no-repeat;
    z-index: 9999;
    text-indent: -9999px;
    background-position: center center;
}

.map-img-placeholder {
    height: 60px;
}

/* Map filter */
.filterWrap {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 0%;
    z-index: 11;
    background: white;
    -webkit-transition: height 1s;
    transition: height 1s;
}
.filterWrap.open {
    -webkit-transition: height 1s;
    transition: height 1s;
}
.filterWrap.open .filters {
    display: block;
}
.filterWrap .filters {
    width: 100%;
    height: 100%;
    background: white;
    position: absolute;
    top: 0px;
    left: 0px;
    border: 0px solid #999;
    border-radius: 2px;
    display: none;
}
.filterWrap .filters ul {
    list-style: none;
    display: none;
    overflow: auto;
}
.filterWrap .filters ul li {
    float: left;
    width: 50%;
}
.filterWrap .btn-filter {
    content: "Filter";
    position: absolute;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    line-height: 36px;
    background: #ff0a94;
    color: white;
    bottom: -55px;
    display: inline-block;
    margin: 0 auto;
    padding: 11px 1em 0em;
    cursor: pointer;
    width: 80px;
    left: 45%;
    text-align: center;
    border: 0px solid;
    border-top: 0px;
    height: 55px;
}

#select-all-filters {
    float: right;
    display: none;
    padding: 0px 15px 15px 0px;
}

.mobile-routeplanner ul {
    padding: 20px 0;
}
.mobile-routeplanner li {
    background-color: #eeeeee;
    list-style-type: none;
    min-height: 40px;
    padding: 10px 99px 10px 10px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mobile-routeplanner li:nth-child(odd) {
    background-color: #eeeeee;
}
.mobile-routeplanner li:nth-child(even) {
    background-color: #fff;
}
.mobile-routeplanner li a {
    background: #428bca;
    color: #fff !important;
    height: 100%;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0;
    transition: none;
}
.mobile-routeplanner li a:hover {
    background: #2f7cbe;
    text-decoration: none;
}

.shop-product-info {
    background:#161f25;
    padding:0px;
    margin:20px 0px;
    overflow:auto;
}

.shop-product-info h3 {
    text-transform:uppercase;
}


.shop-product-info form {
    float:right;
    position:relative;
    z-index:9;
}

.shop-product-info .btn {
    font-size:20px;
    margin-bottom:20px;
}

.shop-product-info .product-price {
    font-size:34px;
    margin-top:25px;
}

#simplecart table {
    width:100%;
}

#simplecart table tr:nth-child(odd) {
    background:#f5f5f5;
}

#simplecart table tr th, #simplecart table tr td {
    padding:5px;
}

#sccoupon {
    margin:30px 0px;
    padding:20px 0px;
    overflow: auto;
    background:#f5f5f5;
    border: 1px solid #161f25;
}
#sccoupon .couponinput {
    margin-top:5px;
}

.btn.btn-cta {
    background: transparent;
    color: #161f25;
    border: 2px solid #161f25;
    text-transform: uppercase;
    border-radius: 0;
    font-weight: 600;
    font-size: 16px;
    padding: 12px 20px;
}

.btn.btn-cta:hover {
    background:#161f25;
    color:#FFF;
}

.btn.btn-cta.btn-trans-blue {
    border-color: #fff;
    color: #fff;
    background: transparent;
    padding: 7px 20px;
    min-width: 160px;
}

.btn.btn-cta.btn-trans-blue:hover, .btn.btn-cta.btn-trans-blue:focus {
    color: #fff;
    background: #34434c;
}

.shipping--calc .btn.btn-cta.btn-trans-blue:hover, .shipping--calc .btn.btn-cta.btn-trans-blue:focus {
    color: #34434c;
    background: #fff;
}

input.delete-product {
    background-image:url('/assets/img/delete.png');
    text-indent: -999px;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    background-position: center center;
    background-color: transparent;
    border: 0px;
}

#simplecart table .del-column {width: 40px;}
#simplecartCheckout label {
    font-weight:normal;
}

#webshop-cartbar {
    padding-top:30px;
}

span.select-title {
    font-size: 18px;
}

#webshop-cartbar .shopcart-prodcount {
    position:relative;
}
#webshop-cartbar .shopcart-prodcount span.shoppingcart-counter {
    position: absolute;
    top: -15px;
    left: -15px;
    border-radius: 50%;
    width: 30px;
    background: #e3351b;
    text-align: center;
    line-height: 30px;
    height: 30px;
    color: white;
    display: inline-block;
}

.couponinput label {margin-right:15px;}

@media (min-width: 768px) {
    #simplecartCheckout .checkout-street {
        padding-right:15px;
    }
    #simplecartCheckout .checkout-number {
        padding-left:15px;
    }
}

@media (max-width: 767px){
    .shop-product-info .btn {
        font-size:16px;
    }
}

.table-downloads td {
    vertical-align: middle !important;
}
.table-downloads td label {
    font-weight: normal !important;
    margin: 0 !important;
}
.table-downloads td i {
    font-size: 20px;
    margin-right: 10px;
}
.form-product-code {
    margin-bottom: 20px;
}

/*********************
 SocialStream
 *********************/
.socialstream > div {

}

html.touch .hidden-touch { display: none; }

.btn-offer {
    float:right;
    top: 5px;
    padding: 8px 20px;
    background-color: #d8351c;
    border: 1px solid #d8351c;
    color: #fff;
    border-radius:30px;
    z-index: 999;
}
.btn-offer:hover,
.btn-offer:focus {
    text-decoration:none;
    color:#d8351c;
    background-color:#fff;
    border-color:#fff;
}

#offer-form {
    margin-top:60px;
    margin-bottom:60px;
}

#offer-form input[name="offer-submit"] {
    padding: 10px 20px;
}

#offer-form .required-fields {
    color:#a8a8a8;
    font-size:14px;
    padding-right:0px;
}

#offer-form input.form-control,
#offer-form textarea {
    background-color:#f2f2f2;
    border-color:#dcdcdc;
    box-shadow:none;
    padding:10px 12px;
}

#offer-form label {
    font-weight:600;
}

.offer-request h1 {
    font-size:44px;
}

#offer-form .product {
    padding-top: 5px;
    padding-bottom: 5px;
}

#offer-form .product img {
    max-width: 100%;
    width: 100%;
}

.btn.btn-default.btn-black.btn-add-to-offer--remove {
    background-color: #161f25;
    color: white;
}

.btn-add-to-offer--remove .btn-add-to-offer--add-text {
    display: none;
}

.btn-add-to-offer--add .btn-add-to-offer--remove-text {
    display: none;
}

.nivo-lightbox-theme-webshop-popup .nivo-lightbox-title {
    display: none;
}

/* Product detail simple */

.webshop-product-simple {
    background: #fff;
}

.webshop-product-simple .header {
    background: #35434c!important;
}

.webshop-product-simple .header .overlay {
    display: none;
}

.webshop-product-simple .main-image-background {
    margin: 0 -15px;
}

.webshop-product-simple .main-image {
    position: relative;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#35434c+0,35434c+49,ffffff+50,ffffff+100 */
    background: rgb(53,67,76); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(53,67,76,1) 0%, rgba(53,67,76,1) 20%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(53,67,76,1) 0%,rgba(53,67,76,1) 20%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(53,67,76,1) 0%,rgba(53,67,76,1) 20%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#35434c', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.webshop-product-simple .main-up-title {
    position: absolute;
    left: 15px;
    top: 15px;
    max-width: 100%;
    width: 45%;
    font-weight: 900;
    text-transform: uppercase;
    z-index: 1;
}

.webshop-product-simple .main-up-titleup {
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    display: block;
}

.webshop-product-simple .main-up-maintitle {
    font-size: 80px;
    line-height: 60px;
    font-weight: 900;
    color: #fff;
    display: block;
}

.webshop-product-simple .main-up-titledown {
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    display: block;
}

.webshop-product-simple .cta-product {
    position: static;
    margin-top: 20px;
}

.webshop-product-simple .main-content {
    background-color: #f8f8f8;
}

.webshop-product-simple .main-content > * {
    color: #757879;
    font-size: 17px;
    line-height: 31px;
}

.webshop-product-simple .package-block {
    background: #fff;
    padding: 0;
}

.webshop-product-simple .package__description {
    background-color: #f1f1f2;
    padding: 55px 0 30px;
}

.webshop-product-simple .package__description .btn-add-to-offer {
    font-size: 15px;
}

.webshop-product-simple .bottom-line .package__cta {
    margin-left: 55px;
    margin-top: 21px;
}

.webshop-product-simple .bottom-line .package__text {
    padding: 17px 0;
    word-wrap: break-word;
    width: 50%;
    float: left;
}

.webshop-product-simple .bottom-line .package__text h3 {
    text-transform: initial;
    font-weight: 300;
    line-height: 32px;
    color: #161f25;
}

.webshop-product-simple .bottom-line .package__price {
    top: 0;
}

.webshop-product-simple .package__usp li {
    width: 25%;
}

.webshop-product-simple .package__usp li.trust {
    width: 50%;
    text-align: center;
    padding-left: 0;
    margin: 0;
}

.webshop-product-simple .package__usp li.trust img {
    display: inline-block;
    margin: 20px;
}

.webshop-product-simple .package-block:before {
    border-top: 30px solid #f8f8f8;
}

.webshop-product-simple .cta-product__button {
    position: static;
    text-align: center;
}

.webshop-product-simple .main-down {
    margin-top: 0;
}

.webshop-product-simple .content-text h1 {
    font-weight: 300;
    font-size: 32px;
    line-height: 38px;
    text-transform: uppercase;
    color: #161f25;
}

.webshop-product-simple .content-text p {
    font-size: 17px;
    line-height: 31px;
}

.webshop-product-simple .content-text {
    margin: 0 -10px;
}

.webshop-product-simple .package__title {
    color: #161f25;
    font-size: 32px;
    line-height: 32px;
    font-weight: 300;
    padding-right: 20px;
}

.webshop-product-simple .package__price {
    position: relative;
    padding: 0;
    top: -10px;
}

.webshop-product-simple .package__price .on-request {
    font-size: 32px;
}

@media (max-width: 991px) and (min-width: 768px) {
    .webshop-product-simple .package__price .on-request {
        font-size: 24px;
    }
}

.webshop-product-simple .package__cta {
    margin-top: 4px;
    margin-left: -15px;
}

.webshop-product-simple .info {
    display: none;
}

.webshop-product-simple .package__usp {
    margin: 15px -15px 0;
}

.webshop-product-simple .package__usp li {
    padding-left: 50px;
}

.webshop-product-simple .package__usp .shipping:before {
    left: 10px;
}

.webshop-product-simple .package__usp .returns:before {
    left: 10px;
}

@media (max-width: 991px) and (min-width: 768px) {
    .webshop-product-simple .package__usp li {
        width: 50%;
        float: left;
    }

    .webshop-product-simple .package__usp li.trust {
        width: 100%;
    }

    .webshop-product-simple .bottom-line .package__cta {
        margin-top: 20px;
        float: none;
        display: inline-block;
        margin-left: 0;
    }

    .webshop-product-simple .bottom-line .package__price {
        float: none;
        display: block;
        text-align: center;
        margin: 0;
    }

    .webshop-product-simple .bottom-line .package__text {
        width: 100%;
        float: none;
        display: block;
        text-align: center;
        margin: 0;
    }

    .webshop-product-simple .bottom-line {
        text-align: center;
    }

    .webshop-product-simple .package__description {
        margin: 0;
    }
}

@media (max-width: 767px) {
    .webshop-product-simple .content-text {
        margin: 0;
    }

    .webshop-product-simple .package__description {
        margin: 0;
    }

    .webshop-product-simple .package__usp li,
    .webshop-product-simple .package__usp li.trust{
        width: 100%;
        float: none;
        display: block;
    }

    .webshop-product-simple .bottom-line .package__cta {
        margin-top: 20px;
        float: none;
        display: inline-block;
        margin-left: 0;
    }

    .webshop-product-simple .bottom-line .package__price {
        float: none;
        display: block;
        text-align: center;
        margin: 0;
    }

    .webshop-product-simple .bottom-line .package__text {
        width: 100%;
        float: none;
        display: block;
        text-align: center;
        margin: 0;
    }

    .webshop-product-simple .bottom-line {
        text-align: center;
    }

    .webshop-product-simple .package__description {
        margin: 0;
    }

    .webshop-product-simple .package__cta {
        margin-left: 0;
    }

    .webshop-product-simple .main-up-titleup,
    .webshop-product-simple .main-up-maintitle,
    .webshop-product-simple .main-up-titledown {
        display: none;
    }

    .webshop-product-simple .main-up-title {
        top: 50%;
        left: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        -moz-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
        -o-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
    }

    .webshop-product-simple .cta-product {
        margin-top: 0;
    }

    .webshop-product-simple .content-text h1 {
        margin-top: 0;
    }
}

.product-main-slider {
    width: 100%;
    height: 640px;
    position: relative;
}

.product-main-slider .slider-item {
    background-repeat: no-repeat;
    background-size: 100%;
    cursor: pointer;
    width: 100%;
    height: 640px;
}

.product-main-slider .fa-search {
    position: absolute;
    top: 15px;
    right: 15px;
    display: block;
    z-index: 999;
    cursor: pointer;
}

.product-main-slider .fa-search::before {
    color: #161f25;
    font-size: 20px;
}

.product-main-slider .owl-controls {
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
}

.product-main-slider .owl-controls .owl-prev i:before,
.product-main-slider .owl-controls .owl-next i:before {
    color: #161f25;
    font-size: 36px;
}

.product-main-slider .owl-controls .owl-prev {
    float: left;
    margin-left: -30px;
}

.product-main-slider .owl-controls .owl-next {
    float: right;
    margin-right: -30px;
}

@media (max-width: 767px) {
    .webshop-product-simple .cta-product__button {
        display: none;
    }

    .product-main-slider,
    .product-main-slider .slider-item {
        height: 220px;
    }

    .product-main-slider .owl-controls .owl-prev {
        margin-left: 0;
    }

    .product-main-slider .owl-controls .owl-next {
        margin-right: 0;
    }
}

@media (min-width: 768px) and (max-width: 951px) {
    .product-main-slider,
    .product-main-slider .slider-item {
        height: 500px;
    }

    .product-main-slider .owl-controls .owl-prev {
        margin-left: -10px;
    }

    .product-main-slider .owl-controls .owl-next {
        margin-right: -10px;
    }
}

.blog h1 {
    margin-bottom: 10px;
}

.blog .date {
    margin-bottom: 10px;
    display: block;
}

.overview.categorieen.blog .cat-block h2 {
    bottom: 32px;
    padding: 20px 20px 10px;
}

.overview.categorieen.blog .cat-block span.date {
    position: absolute;
    left: 0;
    bottom: 00px;
    background: rgba(0,0,0,.6);
    color: white;
    font-size: 14px;
    padding: 6px 20px;
    margin: 0;
    z-index: 3;
    text-transform: uppercase;
    width: 100%;
}


.image-download {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.hovereffect .hover-text {
    transition: .5s ease;
    opacity: 0;
    position: relative;
    bottom: 40px;
    text-align: center;
}

.hovereffect:hover .image-download {
    opacity: 0.9;
}

.hovereffect:hover .hover-text {
    opacity: 0.9;
}

.hovereffect:hover .hover-text a {
    text-decoration: none;
}

.hovereffect .text {
    background-color: #fff;
    color: #161f25;
    font-size: 16px;
    padding: 5px 8px;
}

.grecaptcha-badge {
    visibility: hidden !important;
}

.whatsapp-business {
    position: fixed;
    top: 15px;
    right: 70px;
    background: #25d366;
    border-radius: 100%;
    padding: 10px 18px;
    font-size: 28px;
    color: #ece5dd;
    z-index: 99999;
}

.whatsapp-business .time {
    position: absolute;
    bottom: -35px;
    left: -50px;
    font-size: 14px;
    width: 150px;
    text-align: center;
    background: #25d366;
    padding: 5px;
    border-radius: 15px;
    color: #ece5dd;
}

.whatsapp-business:hover,
.whatsapp-business .time:hover {
    color: #000;
}

@media (max-width: 767px) {
    .whatsapp-business {
        top: unset;
        bottom: 140px;
        right: 18px;
    }

    .whatsapp-business .time {
        bottom: -50px;
        left: -15px;
        width: 90px;
        padding: 2px;
    }

    .whatsapp-business .time .phone {
        display: none;
    }
}