@font-face {
    font-family: 'axiformabold';
    src: url('axiforma-bold-webfont.woff2') format('woff2'),
    url('axiforma-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'axiformabook';
    src: url('axiforma-book-webfont.woff2') format('woff2'),
    url('axiforma-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'axiformaextrabold';
    src: url('axiforma-extrabold-webfont.woff2') format('woff2'),
    url('axiforma-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.mobile-logo-header, #mobile-nav, .mobile-menu {
    opacity: 0;
    visibility: hidden;
}
body{
    font-size: 14px;
    line-height: 1.42857143;
    font-family: 'axiformabook', Arial, sans-serif;
    position:relative;
}
a{
    color:#000;
    text-decoration:none;
    outline-style: none;
    -moz-outline-style:none;
}
a:hover, a:active, a:focus{
    color:#0039cd;
    text-decoration: none;
    outline-style: none;
    -moz-outline-style:none;
}
ul, ol{
    list-style: none;
    padding: 0;
    margin:0;
}
p{
    margin: 0;
    padding: 0;
}
h1 {
    font-size: 2em;
    font-family: 'axiformaextrabold';
    margin: 0;
}
h2, .title{font-size:1.6em;font-family: 'axiformaextrabold';}
h3{font-size:1.4em;font-family: 'axiformaextrabold';}
h4{font-size:1.2em;font-family: 'axiformaextrabold';}

/* buttons*/
.btn {
    border-radius: 5px;
    font-size: 1.2em;
    height: 40px;
    line-height: 1;
    font-family: 'axiformaextrabold';
    color: #000000;
    display: inline-flex;
    align-items: center;
}

.btn.item-add {
    background: #00e600;
    width: 50px;
    position: relative;
}

.btn.item-add::after {
    content: "";
    background: url('cart-arrow-down.svg');
    color: #FFFFFF;
    position: absolute;
    right: 15px;
    width: 25px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: center;
}
.btn.item-info {
    font-size: 1em;
    font-family: 'axiformaextrabold';
    position: relative;
    text-transform: lowercase;
    padding: 0 40px 0 0;
}
.btn.item-info::after {
    content: "";
    background: url('arrow-circle-right.svg');
    color: ffffff;
    position: absolute;
    right: 15px;
    width: 18px;
    height: 18px;
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center;
}
.btn.cta, .mobile-menu .search-col .btn-search {
    background: #49A3F8;
    position: relative;
    padding-right: 50px;
    padding-left: 20px;
    text-transform: lowercase;
}
.mobile-menu .search-col .btn-search::after {
    content: "";
    background: url('search.svg');
    position: absolute;
    right: 15px;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: center;
    top: 9px;
}
.btn.cta::after{
    content: "";
    background: url('arrow-circle-right.svg');
    position: absolute;
    right: 15px;
    width: 18px;
    height: 18px;
}
.btn.item-info:hover, .btn.item-add:hover, btn.cta:hover {
    opacity:0.8;
    color: #ffffff;
}
.btn.btn-newsletter {
    position: absolute;
    right: 0;
    background: transparent;
    color: #ffffff;
}
.toggle {
    position: relative;
    padding-right: 24px;
}
.toggle::after {
    content: "";
    background: url('angle-down.svg');
    position: absolute;
    right: 0;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: center;
}
.owl-normal.owl-carousel.grid-layout.off {
    display: grid;
    overflow: hidden;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}

/* dropdowns */
.select-dropdown .select-btn, .select-dropdown .btn {
    color: #9b9b9b;
    border: 0;
}
.select-dropdown {
    position: relative;
}
.select-dropdown .dropdown-toggle{

}

.select-dropdown .dropdown-menu {
    min-width: 100%;
    padding: 0;
    margin: 0;
    background-color: #efefef;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
}
.select-dropdown .dropdown-menu > li > a {
    display: block;
    padding: 2px 18px 2px 6px;
    font-size: 13px;
    line-height: 1.5;
    color: #000;
    background: transparent;
}
.select-dropdown .dropdown-menu > li{border-bottom:1px solid #e4e2e2;}
.select-dropdown .dropdown-menu > li:last-child{border-bottom:none;}
.select-dropdown .dropdown-menu > li > a:hover{font-weight: bold;}

.select-dropdown:hover .dropdown-menu {
    display: block;
}
.custom-select select {
    display: block;
    line-height: 40px;
    height: 40px;
    padding: 0 25px 0 15px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    border: 0;
    border-radius: 6px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: rgba(36, 38, 43, 0.05);
    cursor: pointer;
    position: relative;
}
.custom-select select{
    background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='24' height='24' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z'/></g></svg>");
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}
.dropdown-menu.dropdown {
    background: #fff;
    left: 0;
    position: absolute;
    top: 100%;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
    padding: 5px;
    min-width: 200px;
    margin-top: 20px;
    box-shadow: 0 1px 5px rgba(0,0,0,0.05);
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
}
.dropdown-menu.dropdown .dropdown-inner{
    padding:15px
}
.sort-box .toggle.dropdown-toggle {
    font-family: axiformabold;
}

.filters .dropdown-menu, .top .lang .dropdown-menu {
    min-width: 200px;
    margin-top: 20px;
    box-shadow: 0 1px 5px rgba(0,0,0,0.05);
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
}
.filters .checkbox label:hover {
    color: #0039cd;
}
.filters .dropdown-menu {
    min-width: 200px;
}
.filters .pricing .sidebar-filter {
    padding: 30px;
}
.filters .pricing  .price-btn {
    margin-top: 20px;
}
.content-raw a {
    color: #0039cd;
    text-decoration: underline;
}

.collection-content.container {
    padding-bottom: 40px;
}
.sticky {
    position: sticky;
    top: 0;
    z-index: 999;
    background: #fff;
}
/* top */
.top {
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 10px;
    font-size: 0.85em;
    display: flex;
}
.top ul:not(.dropdown-menu):not(.dropdown-inner) {
    display: flex;
}
.top .select-dropdown span {
    font-family: axiformabold;
    display: flex;
    align-items: center;
}
.top .select-dropdown span i {
    margin: 0 5px;
}
.top .lang .dropdown-inner {
    padding: 15px;
}
.top li {
    padding-left: 20px;
}
.top .links a{
    text-decoration:underline;
}
.top .lang .dropdown-menu {
    margin-top: 10px;
}
.top .lang{ position:relative;}
.top .lang li {
    padding: 5px 0 5px 0;
}
/* header */
.head {
    align-items: center;
    padding: 20px 0;
    justify-content: space-between;
}
.logo {
    /* width: 35%; */
    max-width: 400px;
}
.usp-header {
    padding: 0;
    display: flex;
    /* flex-direction: column; */
    /* font-size: 0.85em; */
    color: #0039cd;
    /* flex-grow: 1; */
    justify-content: flex-end;
}
.usp-header span:first-child {
    margin-right: 5px;
}
.usp-header span:nth-child(2) {
    font-family: axiformabold;
}
.usp-header span a {
    color: #0039cd;
}
.usp-header span a:hover {
    text-decoration: underline;
}
.top-cart-wrap {
    flex-direction: column;
    display: flex;
    justify-content: flex-end;
}
.cart-wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex: 1;
}
/* search */
.form-wrap {
    position: relative;
    width: 100%;
}
.head .search-form {
    /* width: auto; */
    flex: 1;
    padding: 0 50px;
}
.head .search-form form {
    position: relative;
}
.search-query {
    border: 1px solid #000;
    border-radius: 5px;
    height: 40px;
    padding: 0 15px;
    font-size: 0.85em;
    color: #000;
    width: 100%;
}
.search-form .btn-search {
    border: 0;
    position: absolute;
    background: transparent;
    right: 0;
    top: 6px;
    z-index: 1;
    right: 0;
}

/* product finder */
.customized #selector-widget {
    margin-top: 40px;
    margin-bottom: 80px;
}
.customized #selector-widget .inner {
    background: #bce8ff;
    color: blue;
}
.customized  #selector-widget .zoekbtn.btn {
    background: blue;
    fill: white;
}
#selector-widget {
    margin-top: -100px;
    margin-bottom: 60px;
    flex-direction: column;
    align-items: center;
}
#selector-widget .inner {
    background: #333 none repeat scroll 0 0;
    border-radius: 10px;
    color: #FFF;
    flex-direction: column;
    align-items: center;
    width: 80%;
    margin: 0 auto;
    padding: 30px 60px;
}
#selector-widget .title {
    font-size: 3em;
    margin-bottom: 20px;
}
#selector-widget .widget-wrap {
    justify-content: space-evenly;
    width: 100%;
}
#selector-widget .zoeken-select {
    flex: 1;
    padding: 15px;
}
#selector-widget .zoekbtn.btn {
    padding: 15px;
    background: #0039cd;
    border-radius: 100%;
    height: 50px;
    width: 50px;
    align-self: center;
}
#selector-widget .zoeken-select select {
    display: block;
    line-height: 40px;
    height: 40px;
    padding: 0 25px 0 10px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    border: 0;
    border-radius: 5px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #f1f1f1;
    cursor: pointer;
    position: relative;
    color: #000;
    font-family: 'axiformabold', Helvetica, sans-serif;
    font-size: 0.85em;
}

.zoeken-select select {
    background-image: url('angle-down.svg');
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
    background-color: #f1f1f1;
}
.zoeken-select:last-child {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.item .item-image-container {
    position: relative;
    margin: 0;
}
.greyed::after {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.025);
    z-index: 6;
}

/* configurator */
.configurator {
    padding-bottom: 100px;
    margin: 40px 0 0 0;
}
.configurator .inner {
    padding: 40px 0;
}
.configurator .inner {
    padding: 40px 0 60px 0;
    flex-direction: column;
    align-items: center;
}
.configurator .config-img {
    width: 50%;
    margin-bottom: 40px;
}
.configurator .inner .btn {
    margin-top: 40px;
    color: #333;
    text-decoration: none;
}
.configurator .title {
    font-size: 3em;
    max-width: 50%;
    text-align: center;
}
.configurator.banner .config-img {
    margin-bottom: 0;
    flex: 0 1 40%;
}
.configurator.banner {
    border-radius: 10px;
    width: 80%;
    margin: 0 auto 40px auto;
    padding: 0;
}
.configurator.banner .inner .btn {
    margin-top: 20px;
    align-self: center;
}
.configurator.banner .inner {
    flex-direction: row;
    padding: 30px 20px;
}
.configurator.banner .title-inner {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 30px;
}
.configurator.banner .title {
    display: block;
    max-width: unset;
    font-size: 2.4em;
}

/* mini-cart */
#cart {
    position: relative;
    border-radius: 5px;
    background: #00e600;
    margin-left: 20px;
    justify-content: center;
    align-items: center;
}
#cart .dropdown-toggle {
    width: 50px;
    height: 40px;
    justify-content: center;
    display: flex;
}
#cart .dropdown-toggle i {
    font-size: 0.75em;
    background: #fff;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    text-align: center;
    font-style: normal;
    line-height: 21px;
    position: absolute;
    right: 2px;
    font-weight: 600;
    top: 2px;
}

#cart .carttitle, #cart .cartprice {
    font-size: 12px;
    color: #7d7d7d;
}
#cart .carttitle {
    padding-left: 20px;
}
#cart .fa-chevron-down {
    font-size: 12px;
}
#cart .btn-group.dropdown-cart {
    display: block;
    padding: 0 10px;
}
#cart .btn-group.dropdown-cart a {

}

#cart .dropdown-cart:hover .dropdown-menu{
    display:block;
}
.dropdown-cart-menu-container:hover {

    border-color: #979797;

}
.dropdown-menu.dropdown-cart-menu.dropdown {
    border-style: solid;
    right: -1px;
    min-width: 350px;
    left: auto;
    margin-top: -1px;
    border-width: 0 1px 1px 1px;
    border-color: #979797;
    padding: 0;
}
.dropdown-cart-action {
    margin-top: 13px;
}
.dropdown-cart-action .btn.item-add {
    width: auto;
    height: 50px;
    font-size: 1.6em;
    text-transform: lowercase;
    text-align: center;
    flex: 1;
    padding-right: 50px;
}
.dropdown-menu.dropdown-cart-menu.dropdown.pull-right.clearfix::after {
    content: "";
    position: absolute;
    top: 0;
    border-top: 1px solid #979797;
    width: 36.2%;
    left: 0;
}
.dropdown-cart-product-list .item {
    position: relative;
    padding: 13px;
    width: 100%;
}
.dropdown-cart-product-list figure{
    display: table-cell;
    vertical-align: top;
}
.dropdown-cart-product-list .dropdown-cart-details{
    display: table-cell;
    vertical-align: top;
    padding: 0 10px 0 17px;
}
.dropdown-cart-product-list .dropdown-cart-details .item-price {
    font-family: 'axiformaextrabold';
    display: block;
    margin-top: 5px;
}
.dropdown-cart-product-list .qty {
    display: table-cell;
    vertical-align: top;
}
.dropdown-cart-product-list .qty span {
    width: 30px;
    height: 30px;
    text-align: center;
    display: block;
    line-height: 30px;
    font-size: 12px;
}.dropdown-cart-total {
     background: #fff;
     text-align: center;
     font-size: 12px;
 }
#cart .dropdown-cart-details a {
    line-height: 14px;
    font-weight: 700;
}

header .acc-links {
    margin-top: 2px;
    text-align: right;
    line-height: 20px;
}
header .acc-links a {
    font-size: 12px;
}
header .language-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    /* justify-content: space-evenly; */
}
.language-wrap span {
    font-size: 10px;
    margin-right: 10px;
}
header .select-dropdown .select-btn, .select-dropdown .btn {
    color: #9b9b9b;
    border: 0;
    font-size: 10px;
    font-weight: normal;
    padding: 2px 5px;
    background: #efefef;
}
header .select-dropdown .dropdown-toggle {
    background: #f2f2f2;
    color: #4a4a4a;
    font-size: 10px;
    padding: 0 2px !important;
    line-height: 18px;
    border-color: #e4e2e2;
}

.autocomplete .item {
    border-bottom: 1px solid #efefef;
    display: table;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.autocomplete .item > figure {
    display: table-cell;
    padding: 2px;
}
.autocomplete .item .dropdown-cart-details {
    display: table-cell;
    vertical-align: top;
    padding: 2px;
}

.autocomplete .item .item-name {
    margin-top: 0;
    line-height: 12px;
}
.dropdown-cart-details .item-name a {
    font-size: 12px;
    line-height: 12px;
}
.autocomplete .notfound{display:none;padding:10px;}
.autocomplete .more a{color:#fff;padding:10px;text-align:center;}
.more{padding:5px;text-align:center;}
.autocomplete .old-price {
    color: #d0021b;
    text-decoration: line-through;
}
.autocomplete .item-price {
    font-weight: 700;
}
.autocomplete .item-price.with-old {
    margin-left: 12px;
}
/* nav */

#main-nav {
    background: #efefef;
    border-radius: 5px;
}
.menu {
    display: flex;
    align-items: center;
    line-height: 50px;
    padding: 5px 10px;
    position: relative;
}
.menu li a {
    padding: 0 12px;
    display: block;
    font-family: 'axiformaextrabold';
}
.nav-lable {
    background: #666;
    color: #fff;
    /* font-size: 0.85em; */
    /* align-self: center; */
    padding: 0 5px;
    border-radius: 3px;
    font-family: 'axiformabold';
}
nav .item.active, nav .item:hover {
    background: #4a4a4a;
    border-bottom-color: #ff6300;
}
nav .item.active a, nav .item:hover a{
    color: #fff;
}

#main-nav .mega-menu {
    position: absolute;
    width: 100%;
    background: #eee;
    left: 0;
    max-height: 400px;
    display: none;
    padding: 20px 0;
    border-radius: 0 0 10px 10px;
}
#main-nav  .mega-menu-inner {
    display: grid;
    overflow: hidden;
    grid-auto-rows: 1fr;
    grid-column-gap: 0;
    grid-row-gap: 0;
    grid-auto-rows: 1fr;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr) );
}
#main-nav .menu li.hover .mega-menu{ display:block;}
.mega-menu .column {
    padding: 0 12px;
    position: relative;
}
.mega-menu .column::after {
    content: "";
    border-right: 1px solid #ddd;
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    right: 0;
    left: auto;
}
.mega-menu .column a {
    line-height: 1.8;
    font-family: 'axiformabold', Arial, sans-serif;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mega-menu .column a:hover {
    color: #0039cd;
}
.mega-menu .column i {
    font-size:0.65em;
}
.subsub:hover .subsubsub {
    display: block;
}
.subsubsub {
    position: absolute;
    left: 95%;
    height: 100%;
    top: 0;
    background: #333;
    color: #fff;
    width: 100%;
    z-index: 2;
    display: none;
    border-radius: 10px;
    bottom: 0;
    padding: 20px;
}
.subsubsub a.title {
    color: #0039cd;
    font-size: 1.2em;
    font-family: 'axiformaextrabold';
}
.subsubsub  a{ color:#fff;}


/* content */
.search-widget {
    margin-bottom: 40px;
}
.inner-wrap {
    padding: 0 15px;
}

/* headlines */
.inner-wrap.flex-row.with-headlines{
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.headlines-wrap {
    width: 100%;
    border-radius: 10px;
    height: 400px;
    position: relative;
}

/* categories */
.categories {
    margin-bottom: 40px;
}
.categories .row {
    margin: 0 -5px;
    align-items: center;
    justify-content: center;
}
.category {
    /*flex:1;
    padding: 2.5px;*/
}
.category .inner {
    background: #efefef;
    border-radius: 5px;
    text-align: center;
    padding: 15px;
}
.category .cat-name {
    font-size: 0.85em;
    font-family: 'axiformaextrabold';
}
.category .inner img {
    margin: 0 auto;
}

/* productsgrid */
.grid-layout {
    display: grid;
    overflow: hidden;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 1fr;
    grid-column-gap:30px;
    grid-row-gap: 30px;
}
.categories-inner.grid-layout {
    grid-template-columns: repeat(6, 1fr);
}
.related .grid-layout {
    grid-template-columns: repeat(3, 1fr);
}
.prod-cont.flex-row.row, .products-grid .row.flex-row {
    margin: 0 -8px;
}
.products-grid .title {
    margin-bottom: 20px;
    display: block;
    font-size: 2em;
    text-align: center;
}
.products-grid {
    margin-bottom: 40px;
}

/* items */
.grid-layout .item{
    padding:0;
}
.grid-layout .item {
    padding: 0;
    display: flex;
}
/*
.item {
	padding: 8px;
	flex: 0 0 25%;
}*/
.item .item-wrap {
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.item .item-image-container {
    border-bottom: 1px solid #ddd;
}
.item .item-image-container img {
    margin: 0 auto;
    border-radius: 10px;
    padding: 30px;
}
.item .item-meta-container {
    padding: 10px;
}
.item .item-name {
    font-family: 'axiformaextrabold';
    margin-bottom: 20px;
    display: block;
    min-height: 60px;
}
.item .price, .bundle-wrap .price {
    margin-bottom: 20px;
    font-family: 'axiformaextrabold';
}
.item .item-price {
    color: #0039cd;
}
.item .price .old-price, .bundle-wrap .price .old-price {
    font-size: 0.9em;
    text-decoration: line-through;
    font-family: 'axiformabook';
}
.product-usps .loader {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(255,255,255,0.85);
    background-image: url('loader.svg');
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: center center;
}
.product-usps {
    line-height: 20px;
    font-size: 0.85em;
    position: relative;
    margin-bottom: 20px;
    min-height: 160px;
}
.product-usps i {
    position: relative;
    padding-left: 20px;
    vertical-align: middle;
}
.product-usps .icon-svg {
    width: 20px !important;
    margin-right: 10px;
    align-self: flex-start;
    height: 20px;
}
.product-usps li {
    display: flex;
    line-height: 20px;
    margin-bottom: 5px;
}
.product-usps .bullit::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    left: 3px;
    top: 7px;
    background: #0039cd;
    border-radius: 100%;
}
.product-usps .icon::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    background-position: top center;
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
}
.product-usps .icon-length::before {
    background-image: url('ruler-combined.svg');
}
.product-usps .icon-ship::before {
    background-image: url('shipping-fast.svg');
}
.product-usps .icon-ampere::before {
    background-image: url('tachometer-alt-fast.svg');
}
.product-usps .icon-fase::before {
    background-image: url('charging-station.svg');
}
.product-usps .icon-type::before {
    background-image: url('plug.svg');
}


/*
.grid-popular .item.col-md-15:first-of-type {
  padding-left: 0;
}
.grid-popular .item.col-md-15.last{
  padding-right:0;
}

.products-grid  .item-wrap {
  padding: 10px;
  border: 1px solid #efefef;
}
.products-grid .item-name {
  min-height: 54px;
}
.products-grid .item-image-container img {
  margin: 0 auto;
}
.products-grid .item-image-container{
  margin-bottom:20px;
}
.products-grid .item-name {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}
.products-grid .price {
  margin-top: 5px;
  margin-bottom: 20px;
}
.products-grid .old-price {
  color: #d0021b;
  text-decoration: line-through;
}
.products-grid .item-price.with-old {
  margin-left: 15px;
}
.products-grid .item-price {
  font-size: 18px;
  font-weight: bold;
}
#collectionProductsContainer {
  padding: 0 10px;
  margin-top: 15px;
}
#collectionProductsContainer .col-md-3 {
  padding: 0 5px;
  margin-bottom: 10px;
}*/
/* homepage content */
.block-content {
    -webkit-box-shadow: inset 0px 18px 30px -22px rgba(0,0,0,0.26);
    -moz-box-shadow: inset 0px 18px 30px -22px rgba(0,0,0,0.26);
    box-shadow: inset 0px 18px 30px -22px rgba(0,0,0,0.26);
}
.block-inner {
    padding-top: 60px;
    align-items: flex-start;
}

.home-text {
    flex: 1;
}
.home-text h1, .home-text h2, .home-text h3, .home-text h4 {
    font-size: 1.4em;
    font-family: 'axiformaextrabold';
    margin-bottom: 20px;
}

.home-usp {
    margin-left: 50px;
    width: 37%;
}
.home-usp .inner {
    padding: 30px;
    border: 2px solid #000;
    border-radius: 10px;
}

.custom-title {
    line-height: 40px;
    font-family: 'axiformaextrabold';
    font-size: 2.2em;
    color: #0039cd;
    margin-bottom: 50px;
    display: block;
}

.usp {
    display: flex;
    margin-bottom: 20px;
}
.usp-icon {
    margin-right: 20px;
}
.usp-text:nth-child(1) {
    line-height: 20px;
    font-family: 'axiformaextrabold';
}
.usp-text:nth-child(2) {
    display: block;
}
.readmore::before {
    content: "";
    border-top: 5px solid #ddd;
    position: absolute;
    left: -30px;
    right: -30px;
    top: 0;
}
.readmore {
    position: relative;
    margin-top: 40px;
    padding-top: 40px;
    text-align: center;
    font-family: 'axiformaextrabold';
    font-size: 1.4em;
    line-height: 28px;
}
.readmore span {
    color: #0039cd;
}
.readmore svg {
    fill: #0039cd;
    margin: 10px auto 0 auto;
}
.p-page .readmore svg {
    vertical-align: middle;
    margin-top: -8px;
}
/* service block */
.service-block {
    margin-top: 20px;
}
.service-block .inner {
    border: 0;
    background: #bce8ff;
    padding: 30px;
    border-radius: 10px;
}
.service-block .custom-title {
    margin-bottom: 10px;
    color: inherit;
}
.service-block .description {
    margin-bottom: 20px;
}

.service-block li .s {
    font-size: 1.2em;
    line-height: 40px;
    font-family: 'axiformabold';
}
.service-block li .callback {
    margin-top: 30px;
    background: #00a5ff;
}
.btn.cta.callback::after {
    background: url('mobile.svg');
    background-repeat: no-repeat;
}

.newsbrief .tagline {
    margin-bottom: 20px;
}
.newsletter {
    margin-top: 80px;
    background: #4a4a4a;
    border-bottom: 3px solid #ff3c00;
    line-height: 48px;
    padding: 0 9px 0 25px;
    display: table;
    width: 100%;
}
.newsletter .tagline {
    color: #fff;
    font-weight: bold;
    display: table-cell;
    width: 70%;

}
.newsletter .form-wrap {
    display: table-cell;
    width: 30%;
    text-align: right;
    vertical-align: middle;
}
.newsletter .search-query {
    background: #efefef;
    border: 0;
    line-height: 26px;
    padding: 1px 10px 2px 10px;
    width:90%;
    float: left;
}
.newsletter .btn {
    background: #cfcfcf;
    color: #000;
    width: 10%;
    text-align: center;
    padding: 0;
    border-radius: 0;
    line-height: 29px;
    float: left;
    border: 0;
}
/* copyright */
#copyright {
    /* padding: 10px 0; */
    border-top: 1px solid #ddd;
}
#copyright .inner {
    padding: 15px;
    align-items: center;
}
#copyright .payment {
    display: flex-end;
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
    padding-left: 50px;
}
#copyright .payment a {
    padding: 2px;
}
#copyright .payment img{
    max-width: 35px;
}

/* page header */
.page-header {
    padding-bottom: 0;
    margin: 0;
    border-bottom: 0;
}
.page-header .inner {
    padding: 15px 0;
    flex: 1;
}
.page-header .col-img {
    padding: 15px 0;
}
.scroll-table {
    position: relative;
    width: 100%;
}
.scroll-table thead th {
    top: 0;
    position: sticky;
    top: 197px;
    box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.4);
    background: #fff;
    padding-bottom: 5px;
}

/* collection */
.collection-content .content-raw {
    margin: 20px 0 40px 0;
}
.collection-content a, .text-content a {
    color: #0039cd;
    text-decoration: underline;
}
.item .item-name a, .products-grid .item-action a, .service-block a, .readmore a, .dropdown-toggle, .sort-box .toggle.dropdown-toggle, .btn.item-info, .dropdown-menu.dropdown .dropdown-inner a {
    color: inherit;
    text-decoration: none;
}
.breadcrumbs a, .breadcrumbs {
    margin-bottom: 10px;
}

/* filters */
.widget-filter {
    padding: 15px;
}
.filter-block {
    position: relative;
}
.filter-block .toggle {
    color: #0039cd;
    font-family: 'axiformaextrabold';
    cursor: pointer;
}
.filters-wrap, .filters_active {
    width: 100%;
}

/* filters active */
.filters_active ul {
    display: flex;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.filters_active ul li {
    padding-right: 10px;
}
.filters_active input {
    display: none;
}
.filters_active label {
    display: inline-flex;
    height: 30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 15px;
    border-radius: 5px;
    font-weight: normal;
    color: #7d7d7d;
    cursor: pointer;
    font-size: 0.9em;
    background: #efefef;
    font-family: 'axiformaextrabold';
}
.filters_active label i {
    margin-left: 5px;
    color: #7d7d7d;
    font-size:1.2em;
}
.filters_active .remove-filters a {

}
/*
.best-choice {
  padding-bottom: 20px;
  margin-bottom: 0;
}
.best-choice .item.item-list {
  border: 0 none;
  border-radius: 10px;
  padding: 20px;
  background: rgb(205,235,142);
  background: -moz-linear-gradient(top,  rgba(205,235,142,1) 0%, rgba(165,201,86,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(205,235,142,1) 0%,rgba(165,201,86,1) 100%);
  background: linear-gradient(to bottom,  rgba(205,235,142,1) 0%,rgba(165,201,86,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdeb8e', endColorstr='#a5c956',GradientType=0 );
}
.best-choice .title, .toolbox-filter .title {
	display: block;
}
.best-choice .title{

}*/
/* toolbox */
.toolbox-filter {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 10px;
}
.view-box a {
    color: #9b9b9b;
    font-size: 0.85em;
    margin-right: 14px;
    text-decoration:none;
}
.view-box a.active {
    color: #4a4a4a;
}
.view-box a span {
    padding-left: 8px;
}
.sort-box {
    display: inline-flex;
    font-size: 0.85em;
    position: relative;
}
.sort-box .separator {
    margin-right: 5px;
}
.sort-box a i {
    margin-left: 5px;
}

.sort-box .dropdown.dropdown-menu {
    right: -8px;
    left: auto;
}

.col-md-15.cat-blokkie {
    width: 20%;
    float: left;
    padding: 0 10px;
    margin-bottom: 20px;
}
.cat-blokkie .title {
    margin-top: 5px;
}
.cat-blokkie .img-brand {
    display: block;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    text-align: center;
    padding: 20px;
}
.cat-blokkie .img-brand::before {
    z-index: 2;
    background: rgba(0,0,0,.025);
    content: "";
    display: block;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: left;
    text-indent: -3000em;
}

/* item-grid */
.products-grid .item-action {
    /* width: 100%; */
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* item-list */
.item.item-list {
    margin-bottom: 20px;
    width: 100%;
    padding: 15px;
    margin: 0;
    flex: 1 1 100%;
}
.item.item-list .item-wrap {
    display: flex;
    align-items: center;
}
.item.item-list .item-image-container {
    border-bottom: 0;
    position: relative;
    padding: 10px;
    align-self: flex-start;
}
.item.item-list .item-meta-wrap {
    flex: 1;
    padding: 20px;
    border-left: 1px solid #ddd;
}
.item.item-list .product-usps {
    margin: 0;
    padding: 20px;
}

.item.item-list .item-name a {

}
.item.item-list .item-name {
    margin-top: 10px;
    margin-bottom: 5px;
}
.item.item-list .price {

}
.item.item-list .old-price {

}
.item.item-list .item-price {

}
.item.item-list .item-price.with-old {

}
.item.item-list .item-action {
    padding: 20px;
}
.item.item-list .item-name {
    min-height: unset;
}
/* pager */
.pagination > li > a, .pagination > li > span, .pagination .seperator {
    position: relative;
    float: left;
    padding: 0;
    line-height: 1.42857143;
    text-decoration: none;
    background-color: #fff;
    border: 0;
    margin-left: -1px;
    color: #999;
    margin-right: 25px;
}
.toolbox-pagination {
    text-align: right;
}
.pagination > li > a.active {
    /* font-weight: 700; */
    color: #0039cd;
    font-weight: 600;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #0039cd;
    background-color: transparent;
    border-color: transparent;
}

.deel2 {
    margin-top: 80px;
}

/* sidebar */
.f-title {
    color: #000;
    margin-bottom: 14px;
    display: block;
}
.filters .search-query {
    background: #efefef;
    border: 0;
    float: left;
    width: 100%;
    color: #9b9b9b;
    padding: 5px 10px 5px 10px;
}
.filters .side-widget{
    margin-bottom:28px;
}


#collection-filter-price {
    position: relative;
    margin: 7px 2px 5px;
    width: 94%;
    height: 6px;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #fff;
    border-radius: 5px;
    background: none repeat scroll 0 0 #eee;
}
#collection-filter-price .ui-slider-range {
    position: absolute;
    margin: -1px 0 0 -1px;
    height: 6px;
    background: #ff3c00;
}
#collection-filter-price .ui-slider-handle {
    position: absolute;
    top: -7px;
    display: block;
    margin-left: -4px;
    width: 18px;
    height: 18px;
    border: 0 none;
    border-radius: 11px;
    cursor: col-resize;
    background: #2a3739;
}
.sidebar-filter-range {
    margin-top: 20px;
    font-size: 12px;
}
.sidebar-filter-range .min {
    float: left;
    line-height: 1px;
}
.sidebar-filter-range .max {
    float: right;
    line-height: 1px;
}
.sidebar-box-filter.checkbox {
    margin: 0;
    padding: 0;
}
.sidebar-box-filter.checkbox label {
    display: block;
    font-size: 12px;
}

.filters input[type="checkbox"] {
    display:none;
}
.filters input[type="checkbox"] + label span {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: -1px 20px 0 0;
    vertical-align: middle;
    background: url(check.png) left top no-repeat;
    cursor: pointer;
}
.filters input[type="checkbox"]:checked + label span {
    background:url(check.png) -15px top no-repeat;
}

/* productpage */
.product-content.row {
    margin: 0 -30px;
}
.product-image-container {
    width: 510px;
    height: auto;
    overflow: hidden;
    padding: 30px 30px 30px 0;
}
.product-info-wrap {
    flex: 1;
    padding: 30px 0 30px 30px;
}
.product-meta, .product-add {
    flex: 1;
    padding: 20px;
}
.product-meta {
    padding: 20px 20px 20px 0;
}
.product-meta .title {
    font-size: 1.2em;
    display: block;
    margin-bottom: 20px;
}
.installation {
    margin-top: 40px;
}
.product-add {
    border: 2px solid #000;
    border-radius: 10px;
}
.product-add .title {
    margin-bottom: 20px;
    display: block;
}
.product-content .inner.row {
    margin: 0 -30px;
}
.tab-container {
    flex: 1;
    padding: 30px;
}
.p-page {
    flex: 1;
    margin: 0;
    width: auto;
}
.product-content .home-usp {
    padding: 30px;
}
.hr {
    margin: 30px;
    width: 100%;
    border-top: 5px solid #ddd;
}
.product-content:nth-of-type(3) {
    padding-top:60px;
    -webkit-box-shadow: inset 0px 18px 30px -22px rgba(0,0,0,0.26);
    -moz-box-shadow: inset 0px 18px 30px -22px rgba(0,0,0,0.26);
    box-shadow: inset 0px 18px 30px -22px rgba(0,0,0,0.26);
}



#product {
    width: 60%;
    float: left;
    margin-top: 26px;
    padding-left: 30px;
    padding-right: 18px;
    border-right: 1px solid #efefef;
}
#product .product-name {
    margin: 0 0 14px 0;
    font-size: 24px;
    font-weight: 700;

}

.product-list {
    border-top: 1px solid #efefef;
    padding-top: 18px;
    display: table;
    width: 100%;
    margin-bottom: 30px;
}
.product-list li {
    display: table-row;
}
.product-list li span {
    display: table-cell;
}
.product-list li span {
    display: table-cell;
}
.product-list li .list-label {
    width: 30%;
    font-weight: bold;
}
.short-desc {
    margin-bottom: 30px;
}

.product-add .btn.item-add.addToCart {
    width: 100%;
    height: 50px;
    font-size: 1.6em;
    text-transform: lowercase;
    text-align: center;
}
.custom-quantity-input {
    float: left;
}

.custom-quantity-input input {
    width: 40px;
    background: #efefef;
    border: 0;
    text-align: center;
    line-height: 42px;
    color: #4a4a4a;
}

.reviews {
    margin-bottom: 20px;
}
.ratings {
    width: 100px;
    height: 20px;
    display: inline-block;
    background: url(stars.png) no-repeat;
    background-position: 0 0;
}
.ratings .ratings-result {
    height: 20px;
    background: url(stars.png) no-repeat;
    background-position: 0 -20px;
}
.author {
    color: #999;
    margin-bottom: 20px;
}
.ratings-container {
    float: left;
    margin-right: 18px;
}
.score, .write {
    font-size: 12px;
    font-weight: bold;
    float: left;
    margin-top: 3px;
}
.stats {
    display: block;
    margin-bottom: 40px;
}
.gui-messages, .messages {
    width: 100%;
    margin-top: 20px;
}

.tab-container.left.product-detail-tab{

}
.nav-tabs {
    border: 0;
    display: flex;
    align-items: center;
}
.nav-tabs li {

}
.nav-tabs > li {
    margin-right: 15px;
}
.nav-tabs > li > a {
    font-family: 'axiformaextrabold';
    color: #0039cd;
    border: 0;
    margin: 0;
}
.nav-tabs > li > a i {
    margin-left: 5px;
    font-size: 0.85em;
}
.nav-tabs > li > a:hover {
    color: #000;
}
.nav-tabs li.active {
    color:#000;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #000;
    border: 0;
    background: transparent;
    cursor: pointer;
}
.tab-content > .active {
    display: block;
    padding-top: 40px;
}
#description h5 {
    font-size: 1.4em;
    font-family: 'axiformaextrabold';
    margin-bottom: 20px;
    /* display: block; */
}
#description iframe {
    margin: 40px 0;
    width: 100%;
}
#description a {
    color: #0039cd;
    text-decoration: underline;
}

.collection-content .categories-inner .category {
    padding: 5px;
}
.collection-content .categories .row {
    justify-content: flex-start;
}

/* nav dropdown */
#main-nav .menu > li {
    position: relative;
}
#main-nav .dropdown, #main-nav ul.menu ul.sub, #main-nav ul.menu ul.sub ul.subsub {
    background: #efefef none repeat scroll 0 0;
    position: absolute;
    display: none;
    opacity: 0;
    visibility: hidden;
    left: 0;
    min-width: 220px;
    z-index: 99;
    position: absolute;
    border-radius: 5px;
    padding: 15px 0;
}
#main-nav li:hover ul.sub, #main-nav li:hover ul.sub li:hover .subsub {
    display: block;
    opacity: 1;
    visibility: visible;
}
#main-nav ul.menu ul.sub ul.subsub {
    top: -10px!important;
}
#main-nav ul.menu ul.sub ul.subsub::before {
    content: "";
    width: 5px;
    background: #fff;
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
    filter: opacity(0);
}
#main-nav ul.menu ul.sub ul.subsub {
    left: 100%;
    top: 5px;
    position: absolute;
    height: auto;
}
#main-nav .menu .subsub li.title {
    font-size: 1em;
    color: #0039cd;
    padding: 5px 15px;
}
#main-nav .menu li:hover > a {
    color: #0039cd;
}
.menu .sub::before {
    content: "";
    padding-top: 5px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    filter: opacity(0)
}
#main-nav .menu .sub li, #main-nav .menu .subsub li {
    line-height: 1;
    padding: 10px 15px;
    border-bottom: 1px solid rgba(55,55,55,0.05);
    position:relative;
}
.menu .sub li a, .menu .subsub li a {
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items:center;
}
.menu .sub li a i, .menu .subsub li a i{
    font-size:0.85em;
}

.menu .sub li a {
    font-family: 'axiformabold';
}


.t-blog .gui-page-title {
    margin-top: 18px;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 6px;
}
.t-blog .gui-blog-article header ul li {
    float: left;
    padding: 0 15px 0 0;
    margin: 0px 15px 15px 0;
    border-right: 1px solid #efefef;
    font-size: 14px;
    line-height: 30px;
    color: #9b9b9b;
}
#resNavOpener, #resMenu{
    display:none;
}

/* best choice */
.best-choice.products-list {
    margin-bottom: 40px;
}
.best-choice .item.item-list {
    padding: 0;
    margin-top: 20px;
}
.best-choice .item .item-wrap {
    border-color: #0039cd;
}
.best-choice .price {
    margin: 20px 0 0 0;
}
.best-choice .item.item-list .item-image-container {
    background: white;
    border-radius: 10px 0 0 10px;
}
.bestchoice {
    margin-left: 10px;
    font-family: axiformaextrabold;
    font-size: 1.1em;
    color: #0039cd;
    border: 1px solid #0039cd;
    padding: 1px 5px;
    border-radius: 3px;
}


/** CUSTOM CSS **/

#specs li {
    display: flex;
    flex-direction: row;
    padding: 5px;
}
.spec-label {
    flex-basis: 50%;
    font-weight: 600;
    flex-shrink: 0;
}
#specs li:nth-child(2n) {
    background: rgba(55,55,55,0.02);
}
#description ul {
    list-style-type: disc;
    padding-left: 15px;
    margin: 5px 0;
}
.flag-container{margin-right:5px;}
.flag-container img{margin-top:-2px;}
.flag{display:inline-block;height:11px;margin-right:3px;width:16px;}
.flag-container-de{background-image:url(icon-flag-de.png);}
.flag-container-en{background-image:url(icon-flag-en.png);}
.flag-container-es{background-image:url(icon-flag-es.png);}
.flag-container-fr{background-image:url(icon-flag-fr.png);}
.flag-container-it{background-image:url(icon-flag-it.png);}
.flag-container-nl{background-image:url(icon-flag-nl.png);}
.flag-container-fc{background-image:url(icon-flag-qb.png);}
.flag-container-us{background-image:url(icon-flag-us.png);}


.slider-container {
    position: relative;
    display: block;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 10px;
}
.slider-container .slider-controls a {
    color: #444;
    cursor: pointer;
    line-height: 20px;
    padding: 4px;
    text-align: center;
    transition: background-color 0.3s ease 0s, color 0.4s ease 0s;
    border-radius: 3px;
    padding: 3px 8px;
    background: #f9f9f9;
    opacity: 0;
    font-size: 10px;
}
.slider-container .slider-controls a {
    position: absolute;
    top: 45%;
    z-index: 100;
    color: #333333;
}
.slider-container .slider-controls a.slider-left {
    left: 0;
}
.slider-container .slider-controls a.slider-right {
    right: 0;
}
.slider-container .enlarge {
    position: absolute;
    left: 0px;
    bottom: 0px;
    border-radius: 3px;
    background: #f9f9f9;
    /* font-size: 14px; */
    padding: 5px;
    /* color: #444; */
    z-index: 1;
    /* line-height: 16px; */
    /* vertical-align: middle; */
    border: 1px solid #eee;
}
.slider-container:hover .slider-controls a {
    opacity: 1;
}
.thumbnail-slider-container {
    margin-top: 20px;
}
#thumbnailSlider .content {
    border: 1px solid #ddd;
    border-radius: 10px;
}
#thumbnailSlider .content img {
    border-radius: 10px;
}

.carousel-controls, .list-controls {
    position: absolute;
    top: 0px;
    right: 0;
    /* width: 120px; */
    height: 40px;
    /* background: #fff; */
    padding-left: 10px;
    font-size: 10px;
}
#thumbnailSlider .item {
    border: 1px solid #ddd;
    cursor: pointer;
}
.owl-nav.disabled {
    display: none;
}
#description p {
    margin: 5px 0;
}

.text-content {
    margin-top: 20px;
}
.item-rating.usp-text {
    display: flex;
    align-items: center;
}
.star {
    padding-left: 2px;
}
.item-rating .star.fa.fa-star.semi{
    background: -webkit-linear-gradient(left, #2ac37d 50%, #cecece 50%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.item-rating .star.fa.fa-star{
    color: #2ac37d;
}
.item-rating .star.fa.fa-star-o{
    color: #cecece;
}
.abs-link {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}
.usp {
    position: relative;
}

/* fixes */
.text-content ul, .collection-content ul {
    list-style-type: disc;
    padding-left: 15px;
}
.text-content ol, .collection-content ol {
    list-style-type: decimal;
    padding-left: 15px;
}
.service-block ul {
    list-style-type: none;
    padding: 0;
}

.desktop-chat {
    position: fixed;
    padding: 5px;
    border-radius: 5px;
    background: #ffe200;
    font-family: 'axiformaextrabold';
    bottom: 60px;
    right: 60px;
    width: 90px;
    height: 50px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    font-size: 1.2em;
    box-shadow: 0 1px 8px rgba(0,0,0,0.15);
}
.mobile-chat{ display:none;}
.mobile-chat i, .desktop-chat i{
    margin-right:5px;
    color:white;
}

/* fixes*/
.text-content table,
.collection-content table {
    width: 100% !important;
}
.text-content table td,
.collection-content table td {
    padding: 5px;
}
.collection-content .scroll-table table td {
    padding: 5px;
    display: table-cell;
}
.text-content table tr:nth-child(2n),
.collection-content table tr:nth-child(2n) {
    background: #f9f9f9;
}

.watermark-mobile i {
    font-style: normal;
    text-align: center;
    font-size: 0.85em;
    background: #39d;
    border-radius: 3px;
    padding: 0 5px;
    color: #fff;
    font-family: axiformaextrabold;
}
.watermark i {
    position: absolute;
    z-index: 99;
    /* color: #fff; */
    font-style: normal;
    color: #fff;
    font-family: axiformaextrabold;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    line-height: 50px;
    width: 80px;
    height: 80px;
    text-align: center;
    font-size: 1em;
}
.item.item-list .watermark i {
    line-height: 30px;
}
.watermark::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 80px 80px 0 0;
    border-color: #39d transparent transparent transparent;
    color: #fff;
    font-family: axiformaextrabold;
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
    z-index: 9;
}

.product-configure-options-option {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}/*
.product-configure-options-option select {
	border: 1px solid #000;
	border-radius: 5px;
	height: 40px;
	padding: 0 15px;
	font-size: 0.85em;
	color: #000;
	width: 100%;
}*/
#product_configure_form .item-price-container {
    margin: 10px 0;
}
#product_configure_form .item-price {
    font-size: 1.6em;
    font-family: 'axiformaextrabold';
}
#product_configure_form .wrap {
    display: flex;
    align-items: center;
}
#product_configure_form .wrap {
    display: flex;
    align-items: center;
}
#product_configure_form .custom-quantity-input input {
    height: 50px;
    border-radius: 5px;
    /* margin-right: 10px; */
}
.qty-price-wrap .vat {
    display: block;
}
.stock_lev.standard{
    margin-bottom:10px;
}
.stock_lev.standard span{
    display: block;
}

/* usps header */
.usps-head .owl-carousel.is-off {
    display: flex;
}
.usps-head ul {
    align-items: center;
    height: 50px;
    justify-content: space-evenly;
    padding: 0 20px;
}
.usps-head ul li{
    margin:0;
}
.usps-head .usp .icon {
    margin-right: 5px;
    font-size: 1.4em;
    color: #000;
}
.usps-head .usp, .usps-head .usp a {
    color: #fff;
    font-family: axiformabold;
    font-size: 0.95em;
    display: inline-flex;
    align-items: center;
}
.usps-head .item-rating.usp-text {
    margin-left: 5px;
}
.usps-head .item-rating .star.fa.fa-star, .usps-head .item-rating .star.fa.fa-star-half{
    color:#000;
}
.usps-head .item-rating .star.fa.fa-star.emp{
    color:#fff;
}

/* bundle items */
.bundle-section-title {
    padding: 0 30px;
    font-size: 1.6em;
    font-family: 'axiformaextrabold';
    color:#0039cd;
}
.products-grid.bundles-section {
    padding: 0 30px;
    width: 100%;
}
.bundle-items {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.bundle-inner {
    border: 2px solid #ddd;
    border-radius: 10px;
}
.bundle-item .item-image-container{
    position:relative;
}
.bundle-wrap {
    flex: 0 0 33.333333%;
    flex-direction: column;
    padding: 15px;
}
.bundle-item {
    padding: 10px;
    flex-basis: auto;
    position: relative;
    width: 50%;
}
.bundle-item.item .item-wrap {
    border-radius: 10px 10px 0 0;
    overflow: visible;
}
.bundle-pricing {
    padding: 15px;
}
.bundle-wrap .item-price-container {
    font-size: 1.6em;
    font-family: 'axiformaextrabold';
    margin: 10px 0;
}
.bundle-wrap .item-price-container .old-price {
    margin-right: 10px;
    text-decoration: line-through;
}
.bundle-wrap .item-price.with-old{
    color:#0039cd;
}
.bundle-wrap .disc {
    color: #00e600;
    font-weight: 600;
}
.bundle-wrap .cart {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bundle-item:not(:nth-child(even)):not(:last-child) .item-image-container::after {
    content: "+";
    position: absolute;
    right: -30px;
    top: 40%;
    background: #0039cd;
    color: #fff;
    border-radius: 100%;
    font-family: 'axiformaextrabold';
    font-size: 3em;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    z-index: 1;
}
.bundle-item .item-image-container img {
    margin: 0 auto;
    border-radius: 10px 10px 0 0;
}
.bundle-var {
    font-size: 0.85em;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.bundle-var .variant {
    font-family: axiformaextrabold;
    background: #00e600;
    width: 100%;
    padding: 5px 0;
    margin-bottom: 10px;
}
.bundle-var select {
    border-radius: 0;
}
/* related */
.p-page .related .rel-title {
    margin-top: 0;
    padding-top: 0;
}
.p-page .related .item, .p-page .same .item {
    flex: 0 0 33.33333%;
}
.p-page .related, .p-page .same {
    margin: 0 -8px;
}
.rel-title {
    /* display: block; */
    width: 100%;
    padding: 8px;
    margin: 20px 0;
    font-size: 1.4em;
    font-family: axiformaextrabold;
}
.p-page .same {
    margin-bottom: 80px;
}
.price-action {
    justify-content: space-between;
}

.qty-price-wrap {
    justify-content: space-between;
    align-items: center;
}
.related .item .item-image-container img {
    border-radius: 0;
    width: 100%;
}

.prijs em {
    color: #0039cd;
    font-style: normal;
    margin-left: 8px;
}
.prijs .old {
    margin: 0;
    color: #000;
    text-decoration: line-through;
}
.item-price .old {
    font-style: normal;
    text-decoration: line-through;
    color: #000;
    margin-left:5px;
}

/** 050media.nl **/
#main-nav .mega-menu {
    z-index: 1;
}

.gui-blog-article img {
    max-width: 100%;
}

@media (max-width: 767px) {
    .gui-blog-article p {
        padding-left: 0 !important;
    }

    .t-blog .gui-col2-right .gui-col2-right-col1 {
        float: none !important;
        width: 100% !important;
        padding-right: 0;
        border-right: 0;
    }
}