@font-face {
    font-family: Goldplay;
    font-weight: normal;
    font-style: normal;
    src: url("../webfonts/goldplay/Goldplay-Regular.otf") format("opentype");
}

@font-face {
    font-family: Goldplay;
    font-weight: bold;
    font-style: normal;
    src: url("../webfonts/goldplay/Goldplay-SemiBold.otf") format("opentype");
}

@font-face {
    font-family: Goldplay;
    font-weight: 900;
    font-style: normal;
    src: url("../webfonts/goldplay/Goldplay-Bold.otf") format("opentype");
}

/* Tailwindcss overrides */
audio, canvas, embed, iframe, img, object, svg, video {
    display: initial;
}

img {
    max-width: initial;
}

/* Bootstrap overrides */
.table-striped>tbody>tr:nth-of-type(odd)
{
    background: #fcfcfc;
}

.popover{
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.15);
    box-shadow: 0 3px 7px rgba(0,0,0,.1);
}

.modal-backdrop{
    z-index:11;
}

.item .delivery-date{
    position: relative;
    display: inline-block;
    min-height: 12px;
    min-width: 40px;
}

.modal-backdrop.in {
    filter: alpha(opacity=15);
    opacity: .15;
}

.btn.btn-success.btn-clean {
    background: #fff;
    color: #008600;
}

.grey{
    background: #fafafa;
}

.table-wrap h3{
    margin-left:25px;
    font-weight: bold;
    font-size: 24px;
    margin-top:20px;
}

.btn.btn-success.btn-clean:after {
    content: "\f105";
    font: normal normal normal 14px/1 Font Awesome\ 5 Pro;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    line-height: 20px;
    margin-left: 10px;
}

.btn.btn-success.btn-clean:hover {
    background: #008600;
    color: #fff;
}

.btn.btn-xl {
    padding: 10px 15px;
}

.btn .fa-times,
.btn .fa-angle-down,
.btn .fa-angle-right{
    margin:3px;
    float: right;
}

.btn .fa-angle-left{
    margin:3px;
    float: left;
}


.list-group.arrows a:after {
    content: "\f105";
    font: normal normal normal 14px/1 Font Awesome\ 5 Pro;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    float: right;
}

.list-group.arrows a.no-arrow:after {
    content: "";
}

.has-danger .help-block.with-errors:before {
    font-family: Font Awesome\ 5 Pro;
    content: "\F06A";
    font-weight: 900;
    display: inline-block;
    margin-right: 5px;
    float: left;
}

.has-error .form-control{
    border: 2px solid #a94442;
}

.relative{
    position: relative;
}

/* New loader */



.loader-h {
    height: 4px;
    width: 100%;
    overflow: hidden;
    background-color: #eee;
    position: absolute;
    top: 0px;
    left: 0px;
}

.loader-h:before {
    display: block;
    position: absolute;
    content: "";
    left: -200px;
    width: 200px;
    height: 4px;
    background-color: #de479c;
    animation: loading 2s linear;
}

@keyframes loading {

    from {
        left: 0px;
        width: 20%;
    }


    to {
        left: 100%;
    }


}

span.icon{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 1.5rem;
    width: 2.5rem;
}

/* panel in list-group */

.d-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #000;
    opacity: 0.1;
    left: 0px;
    top: 0px;
    display: none;
}

.show-all-shops {
    margin-bottom: 10px;
}

/* Bootstrap column 5 hack */

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 992px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }


}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }


}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }


}

.blur {
    filter: blur(2px);
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='svgMask'><feGaussianBlur stdDeviation='2' /></filter></svg>#svgMask");
}

html, body {
  overflow-x: hidden;
}

html {
    position: relative;
    min-height: 100%;
    font-size: 14px;
}

body {
    /* Margin bottom by footer height */

    margin-bottom: 810px;
    background: #fafafa;
    font-family: Nunito, BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

h1 {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.35;
    color: #333;
    margin: 0 0 5px;
    font-family: Goldplay;
}

h2 {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.35;
    color: #333;
    margin: 0 0 5px;
    font-family: Goldplay;
}

h3 {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.35;
    color: #333;
    margin: 0 0 5px;
    font-family: Goldplay;
}

ol,
ul {
    padding-left: 0px;
    list-style: none;
    margin: 0px;
}

pre {
    width: 1200px;
}

label .explan {
    font-weight: normal;
    color: #999;
}

a:focus,
a{
    color: #666;
    text-decoration: underline;
}

.hometext a,
.category-text a,
a.blue{
    color:#00aaee!important;
    text-decoration:none;
    font-weight: normal;
}

a.blue:hover{
    color:#337ab7;
    text-decoration:none;
}

.dropdown-menu li a,
.category a{
    color:#666;
    text-decoration: none;
}

.list-group a{
    text-decoration: none;
}

a.btn{
    text-decoration: none;
}

a:hover {
    color:#444;
    text-decoration: underline;
}

.btn.btn-success,
.btn.btn-success:active,
.btn.btn-success:visited,
.btn.btn-success:focus{
    color:#fff;
}

a[role="tab"]{
    text-decoration: inherit;
}

a.btn.btn-default:focus{
    color:444;
}

.social-media a {
    color: #666;
    margin-right: 5px;
}

.info-pop {
    font-size: 14px!important;
    color: #999;
    cursor: pointer;
}

.info-pop:hover {
    font-size: 16px;
    color: #333;
}

.popover-content,
.popover-title {
    padding: 15px 20px;
}

.popover-title:after {
    content: "\f00d";
    position: absolute;
    right: 17px;
    top: 17px;
    height: 12px;
    width: 16px;
    font: normal normal normal 14px/1 Font Awesome\ 5 Pro;
    color: #333;
}

.custom-product-options .popover-title:after {
    display: none;
}

/* Bootstrap Global overrides */

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 10px;
    line-height: 1.5;
    vertical-align: top;
    border-top: 1px solid #eaeaea;
    padding: 10px 25px;
}

.list-group-item {
    border: 1px solid #eaeaea;
    padding: 10px 20px;
    /*font-size: 16px;*/
}

.dropdown-menu>li>a {
    padding: 10px 20px;
    /*font-size: 16px;*/
}

.dropdown-menu > .disabled {
    cursor: not-allowed;
}

.dropdown-menu > .disabled > a {
    pointer-events: none;
}

.panel-body {
    padding: 15px;
}

.panel-footer {
    background: #fcfcfc;
}

.item .label {
    padding: 4px 8px;
    font-size: 12px;
    margin-right: 8px;
    font-weight: normal;
}

.label-pinkcube,
.badge-pinkcube {
    background-color: #de479c;
}

.panel-title {
    font-size: 14px;
}

.product-config .collapsing {
    transition: height 0.0s;
}

.no-margin {
    margin: 0px !important;
}

.no-padding {
    padding: 0px!important
}

.no-padding-bottom {
    padding-bottom: 0px !important;
}

.no-margin-bottom {
    margin-bottom: 0px !important;
}

.no-border {
    border: 0px !important;
}

li.row.tier.active {
    background: #f3f3f3;
}

.panel-footer {
    padding: 10px;
}

.btn {
    border-radius: 3px;
}

.btn-magenta {
    color: #fff;
    background-color: #de479c;
    border-color: #D00089;
}

.btn-magenta:hover {
    color: #fff;
    background-color: #D80E7C;
    border-color: #AF0073;
}

.btn-magenta-search {
    color: #de479c;
    background-color: #fff;
}

.btn-magenta-search:hover {
    color: #fff;
    background-color: #D80E7C;
    /* border-color: #AF0073; */
}

.btn-magenta-search i {
    font-size: 18px;
    vertical-align: middle;
}

.is-magenta {
    color: #de479c;
}

.modal-header {
    padding: 10px 15px;
}

.panel {
    box-shadow: none;
}

span.link {
    cursor: pointer;
}

span.link:hover {
    text-decoration: underline;
}

.noselect,
.checkbox,
.amshopby-attr {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.well {
    border: 0px;
    position: relative;
    background: #f3f3f3;
}

.messages .alert {
    margin: 10px 0px;
}

.alert-error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.dropdown-menu {
    -webkit-background-clip: none;
    background-clip: none;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn.btn-simple {
    color: #666;
}

.btn.btn-simple:hover,
.btn.btn-simple:active {
    background: #f5f5f5;
    color: #333;
}

.ajax-modal-image {
    cursor: zoom-in;
}

.ajax-modal-video:before {
    content: "\f144";
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -17px;
    margin-top: -17px;
    font: normal normal normal 40px/1 Font Awesome\ 5 Pro;
    color: #333;
    opacity: .5;
    filter: alpha(opacity 50);
}

.ajax-modal-video:hover:before {
    opacity: 1;
    filter: alpha(opacity 100);
}

.ajax-modal-video img {
    width: 100%;
}

.loader-overlay {
    filter: alpha(opacity=15);
    opacity: .15;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.quote_time i {
    margin-right: 5px;
}

.nav-tabs>li>a {
    color: #666;
}

div.arrow-up {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #f3f3f3;
    font-size: 0;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -8px;
    line-height: 0;
}

div.caption {
    font-size: 12px;
    margin: 20px 0 0 0px;
    display: inline-block;
    background: #f3f3f3;
    padding: 12px;
    border-radius: 4px;
    position: relative;
    text-align: center;
    width: 100%;
}

div.caption hr {
    border-top: 1px dashed #ddd;
    margin-top: 10px;
    margin-bottom: 10px;
}

div.caption.fluid {
    width: 100%;
}

.modal {
    text-align: center;
    z-index: 1100;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal iframe {
    max-width: 100%;
}

.modal-img img {
    max-width: 100%;
}

.panel-default>.panel-footer,
.panel-default>.panel-heading {
    border-color: #eaeaea;
    padding: 13px 20px;
}

.panel>.panel-footer,
.panel>.panel-heading {
    padding: 13px 13px 13px 20px;
}

.panel-default>.panel-heading {
    background: #fff;
    font-size: 16px;
    font-weight: bold;
}

.panel-default>.panel-heading span.info {
    color:#666;
    font-weight: normal;
}

.panel-default {
    border-color: #eaeaea;
}

/* Footer
-------------------------------------------------- */

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 750px;
    margin-top: 20px;
    background: #fff;
    /*border-top: 1px solid #eaeaea;*/
}

.footer .footer-top {
    padding:20px 0px;
    border-bottom: 1px solid #eaeaea;
}

.footer .top-row div {
    float: left;
}

.footer .footer-mid .row>div {
    height: 160px;
    background: #f3f3f3;
}

.footer .footer-mid .row>div:not(:first-child) {
    padding-top: 20px;
}

.footer-mid {
    padding: 30px 0 0 0;
    height: 350px;
}

.footer-bottom {
    text-align: center;
}

.footer ul {
    line-height: 20px;
}

.footer li {
    color: #333;
    margin-bottom: 2px;
}

.footer a {
    color: #333;
    text-decoration: none;
}

.footer h3 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}

.footer .sales-person {
    text-align: center;
}

.footer .sales-person img {
    margin-top: 0px;
    max-height: 250px;
}

.faq-article a {
    color: #337ab7 !important;
}

.awards {
    display: inline-block;
    padding: 0;
    margin-top: 24px;
}

.awards a {
    display: inline-block;
}

.payment {
    float: right;
    margin-top: 22px;
    max-width: 100%
}

.payment_caption {
    font-size: 12px;
    color: #888;
}

.footer-links a {
    border-right: 1px solid #eaeaea;
    padding-right: 8px;
    margin-right: 4px;
}

.footer-links {
    text-align: center;
}

.social-links {
    padding: 7px 0px;
}

.social-links a {
    color: #BDBDBD;
    font-size: 24px;
    margin-right: 3px;
}

.social-links a:hover {
    color: #333;
}

ul.service i {
    border-radius: 19px;
    color: #333;
    width: 20px;
    height: 9px;
    text-align: center;
    margin-right: 6px;
}

ul.service-footer i {
    border-radius: 19px;
    color: #333;
    width: 20px;
    height: 9px;
    text-align: center;
    margin-right: 6px;
}

.dottedUnderline {
    border-bottom: 1px dotted;
    border-radius: 0px !important;
}

.footer-mid .no-pad-left {
    padding-left: 0;
}

.footer-mid .no-pad-right {
    padding-right: 0;
}

.rating-summary a {
    text-decoration: underline;
}

.rating-summary .stars {
    margin-right: 10px;
    display: inline-block;
    color: #008600;
}

.rating-summary {
    padding: 20px;
    border-top: 1px solid #eaeaea;
}

.awards a>div, .awards span>div {
    background-image: url(../images/awardsfooter.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 5px;
}

.awards span {
    color: #333;
    text-decoration: none;
    display: inline-block;
}

.shopping-awards-nominatie {
    background-position: 0px 0px;
    height: 35px; 
    width: 104px;
}

.top-250-groeibedrijven {
    background-position: -120px 0px;
    height: 35px; 
    width: 45px;
}

.great-place-to-work {
    background-position: -177px 0;
    height: 35px; 
    width: 34px;
}

.become-trustmark {
    background-position: -225px 0;
    height: 35px; 
    width: 98px;
}

.european-ecommerce{
    background-position: -335px 0;
    height: 35px; 
    width: 75px;
}

.fd-gazelle-award {
    background-position: -421px 0;
    height: 35px; 
    width: 71px;
}

#navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: -1px;
}

.hamburger {
    border: 0px;
    outline: 0px;
    background: #fff;
}

.navbar .phone {
    padding: 14px 20px;
    color: #666;
    float: right;
}

.nav-account {
    margin-top: 10px;
}

.nav-account a.account {
    width: 100%;
    height: 60px;
    display: block;
    color: #fff;
    text-decoration: none;
    line-height: 40px;
    border-radius: 4px;
    margin-right: -15px;
    text-align: center;
    position: relative;
    cursor: pointer;
    padding-top: 10px;
}

.nav-account a.account:hover {
    background: #f5f5f5;
}

.nav-account.open a.account {
    z-index: 9999;
    border: 1px solid #d5d5d5;
    border-bottom: 0px;
    background: #fff!important;
}

.reorder-icon{
    float: left;
    margin-top: 16px;
    padding: 9px 22px;
    font-size: 24px;
    color: #aaa;
    border-radius: 3px;
    position: relative;
}

.reorder-icon:hover{
    background: #f5f5f5;
    color: #aaa;
}

.menu-icon-text{
    font-size: 12px;
    text-decoration: none;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -5px;
    text-align:center;
}

.nav-account i.fa-user {
    padding: 9px 12px;
    font-size: 24px;
    color: #aaa;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.nav-account.open a.account {}
 .nav-account .dropdown-menu li.body {
    padding: 5px 15px;
}

.nav-account .dropdown-menu {
    min-width: 220px;
    border-top-right-radius: 0px;
    left: inherit;
    right: 0px;
    top: 57px;
    border:1px solid #ccc!important;
}

/* Bootstrap Cart */

.dropdown.open a.dropdown-toggle {
    border-bottom-right-radius: 0px!important;
    border-bottom-left-radius: 0px!important;
}

ul.dropdown-cart {
    min-width: 305px;
    left: inherit;
    right: 0px;
    top: 57px;
    padding-bottom: 0px;
    padding-top: 0px;
    border-top-right-radius: 0px;
    /*border: 1px solid #ccc!important;*/
    border: 1px solid rgba(0,0,0,.15);
}

ul.dropdown-cart .panel-footer {
    border: 0px;
}

ul.dropdown-cart li .item {
    display: block;
    padding: 12px 10px;
    border-bottom: 1px solid #eaeaea;
}

ul.dropdown-cart li .item:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

ul.dropdown-cart li .item-left {
    float: left;
}

ul.dropdown-cart li .item-left img,
ul.dropdown-cart li .item-left span.item-info {
    float: left;
    max-width: 222px;
}

ul.dropdown-cart li .item-left span.item-info {
    margin-left: 10px;
}

ul.dropdown-cart li .item-left span.item-info span {
    display: block;
}

ul.dropdown-cart li .item-right {
    float: right;
}

ul.dropdown-cart li .item-right button {
    margin-top: 14px;
}

ul.dropdown-cart .btn-default {
    width: 33%;
}

ul.dropdown-cart .btn-success {
    width: 65%;
}

.shopping-cart {
    /*height: 60px;*/

    margin-top: 10px;
    border-radius: 4px;
    margin-right: -15px;
    text-align: center;
}

.shopping-cart li {
    list-style: none;
}

.shopping-cart i.fa-shopping-cart {
    padding: 9px 12px;
    font-size: 24px;
    color: #aaa;
    z-index: 1;
    position: relative;
}

.shopping-cart li a.dropdown-toggle {
    width: 100%;
    display: block;
    color: #333;
    text-decoration: none;
    height: 60px;
    text-align: center;
    padding-top: 10px;
    border-radius: 4px;
    position: relative;
}

.cart-content.spin {
    padding: 11px;
}

.shopping-cart li a.dropdown-toggle:hover {
    background: #f5f5f5;
}

.affix .navbar-b .menu-icon i, .navbar-b .nav-cats a.dropdown-toggle, .navbar-b .phone {
    color: #fff;
}

.navbar-b .nav-cats a.dropdown-toggle {
    font-weight: bold;
}

.affix .navbar-b .menu-icon a:hover, .affix .navbar-b .shopping-cart li a.dropdown-toggle:hover {
    background: #d00089;
}

.navbar-b {
    border-top: 0px !important;
}

.shopping-cart .open a.dropdown-toggle {
    background: #fff!important;
    z-index: 1001;
    position: relative;
    border: 1px solid #bbb;
    border-bottom: 0px;
    height: 60px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.shopping-cart .fa-spin {
    font-size: 15px;
    color: #999;
    margin-top: 12px;
}

.shopping-cart p.empty {
    color: #333;
    line-height: 40px;
}

.empty-cart {
    padding: 20px;
    z-index: 1050;
    position: relative;
}

.empty-cart-text {
    color: #666;
}

.empty-cart-head {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.menu-icon {
    width: 70px;
}

.navbar-cart {
    padding-right: 15px;
}

.cart-count {
    position: absolute;
    right: 6px;
    background: #de479c;
    color: #fff;
    border-radius: 10px;
    font-weight: bold;
    width: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    z-index: 10;
}

.affix .navbar-b .cart-count {
    background: #d00089;
}

.affix .navbar-b .shopping-cart li a.dropdown-toggle:hover .cart-count {
    background: #de479c;
}

/* End cart */

.nav-cats.open a.dropdown-toggle {
    border: 1px solid #ccc;
    display: block;
    margin-bottom: -3px;
    position: relative;
    z-index: 10001;
    border-bottom: 1px solid #fff;
    background: #fff;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    margin-top: -1px;
    color: #000;
}

.nav-cats a.dropdown-toggle {
    color: #333;
    text-decoration: none;
    border: 1px solid transparent;
    padding: 13px 10px 13px 15px;
    border-radius: 4px;
    cursor: pointer;
    display: block;
    width: 235px;
}

.nav-cats .dropdown-menu {
    float: right;
    width: 100%;
    margin-right: -15px;
    border-radius: 0px;
    border-bottom-left-radius: 4px;
    border: 1px solid #ccc;
    min-height: 71px;
}

#homepage .home-cats {
    height: auto;
}

#homepage .home-cats .list-group{
    position: relative;
}

.header-collapse-button.collapsed:after {
    content: "\f078";
    font: normal normal normal 14px/1 Font Awesome\ 5 Pro;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    float: right;
    margin-top: 4px;
}

.header-collapse-button:not(.collapsed):after {
    content: "\f077";
    font: normal normal normal 14px/1 Font Awesome\ 5 Pro;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    float: right;
    margin-top: 4px;
}

.home-cats .half-menu.collapse[aria-expanded="false"] {
    display: block;
    height: 205px !important;
    overflow: hidden;
}

.home-cats .half-menu.collapsing[aria-expanded="false"] {
    height: 205px !important;
}


.home-cats span.toggle-button.collapsed:before  {
    content: 'Meer categorieën';
    font-weight: bold;
}

.home-cats span.toggle-button:not(.collapsed):before {
    content: 'Minder categorieën';
    font-weight: bold;
}

.home-cats span.toggle-button{
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
}

.home-cats span.toggle-button.collapsed:after {
    content: "\f067";
    font: normal normal normal 11px/1 Font Awesome\ 5 Pro;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    float: right;
    margin-top: 5px;
    font-size: 11px;
}

.home-cats span.toggle-button:not(.collapsed) {
    border-top: 0px;
}

.home-cats span.toggle-button:not(.collapsed):after{
    content: "\f068";
    font: normal normal normal 11px/1 Font Awesome\ 5 Pro;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    float: right;
    margin-top: 5px;
    font-size: 11px;
    border-top: 0px;
}

/*.nav-cats .dropdown-menu li.body{
  padding:5px 15px;
}
*/


/*

.nav-cats.homepage a.dropdown-toggle {
    width: 368px;
    border-color: #eaeaea;
}

.nav-cats.homepage .dropdown-menu {
    border-bottom-right-radius: 4px;
    padding: 7px 0px;
    z-index:12;
    margin-top: 20px;
    border-radius: 4px;
    border-color: #eaeaea;
}

.affix .nav-cats.homepage .dropdown-menu {
    display: none;
}

.affix .nav-cats.homepage.open .dropdown-menu {
    display: block;
}


.nav-cats.homepage.open .dropdown-menu {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    margin-top:0px;
    padding-top:31px;
    border-color: #ccc;
}

.nav-cats.homepage .category-container{
    top:68px;
}

*/

.nav-cats a.dropdown-toggle .fa-bars {
    font-size: 14px;
    padding-right: 8px;
    margin-left: -6px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.nav-cats.open a.dropdown-toggle .fa-bars {
    margin-left: 0px;
}

.nav-cats.open a.dropdown-toggle .fa-caret-down {
    display: none;
}

.nav-cats a.dropdown-toggle .fa-caret-down {
    margin-left: 10px;
}

.nav-cats .main-cat a {
    padding: 10px 20px;
}

.nav-cats .category-container {
    width: 1200px;
    min-height: 371px;
    z-index: 100;
    background: #fff;
    display: none;
    border: 1px solid #ccc;
    position: absolute;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    padding: 22px 30px;
    top: -1px;
}


.nav-cats .category-view li a,
.nav-cats .category-container li a {
    color: #333;
    padding: 2px 0px;
    display: inline-block;
}

.nav-cats .category-view h3,
.nav-cats .category-container h3 {
    font-weight: bold;
    margin-bottom: 3px;
}

.nav-cats .category-view .row,
.nav-cats .category-container .row {
    padding-bottom: 15px;
}

.category-view {margin:10px;}
 .category-view h2 {
    font-weight: bold;
    font-size: 24px;
}

.category-view h2:before {
  display: block;
  content: " ";
  margin-top: -86px;
  height: 86px;
  visibility: hidden;
}

.category-container .title,
.category-view .title {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
}

.nav-cats .category-list .category {
    margin-bottom: 25px;
}

.nav-cats .category-list .category {
    margin-bottom: 25px;
}

.nav-cats.open .category-container {
    display: block;
}

.nav-cats.open .category-list li.more {
    font-style: italic;
}

.nav-cats .main-cat.hover {
    background-color: #f5f5f5;
}

.allshops {
    background-color: #eee;
}

.allshops:hover {
    background-color: #eaeaea!important;
}



#homepage.open .main-slide{
    height: auto!important;
}

.main.category-container{
    left: 14px!important;
    height: auto;
    position: absolute;
    background: #fff;
    border: 1px solid rgba(0,0,0,.3);
    border-radius: 4px;
    min-height: 411px;
}


.open .main.category-container{
    z-index: 12;
}

#wrapper.padding{
    padding-top: 137px;
}

.navbar.affix{
    top: 0px;
    right: 0px;
    left: 0px;
    z-index: 50;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.20);
    border-top:0px!important;
}

.navbar.affix .navbar-container{
    height:0px;
    position: relative;
}

.navbar.affix .user-cart{
    position: absolute;
    right: 0px;
    top: -21px;
}

.navbar.affix .navbar-header,
.navbar.affix .usps{
    display: none;
}

.navbar.affix .navbar-store{
    padding-top: 1px;
    border:0px!important;
}

.navbar.affix .phone{
    float: inherit;
}


.navbar.affix .reorder-icon{
    padding: 10px 22px;
    height: 53px;
}

.navbar.affix .menu-icon-text{
    display: none;
}

.navbar.affix .cart-count{
    top:15px;
}

.navbar-container{
    height: 84px;
}

.navbar {
    background: #fff;
    margin-bottom: 0px;
    border-radius: 0px;
    border:0px;
}

.navbar-store {
    background: #fff;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

.navbar-b .navbar-store {
    background: #de479c;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

.navbar-b #shop-query {
    border: none;
}

.navbar .usps {
    padding-top: 33px;
}

.navbar-nav a {
    color: #777;
}

.nav li.home a {
    font-size: 18px;
}

.navbar-nav > .active >a,
.navbar-nav > .active >a:focus,
.navbar-nav > .active >a:hover {
    font-weight: bold;
    text-decoration: none;
    color: #333;
}

.footer .slogan {
    font-size: 16px;
    line-height: 20px;
}

.footer .slogan a {
    text-decoration: none;
}

.triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 11px;
    border-color: transparent transparent transparent #999999;
    line-height: 0px;
    _border-color: #000000 #000000 #000000 #999999;
}

/* END NEW HEADER */

.menu-xs {
    padding: 10px;
    position: relative;
}

@media (max-width: 320px){
    .menu-xs {
        padding: 10px 3px;
    }
}



.menu-xs i {
    font-size: 30px;
    color: #666;
}

.usps .fa {
    color: #de479c;
    margin-right: 8px;
}

.usps {
    color: #666;
}

.breadcrumb {
    background: none;
    margin-bottom: 3px;
    padding: 0px 15px 10px 0px;
}

.breadcrumb a.last {
    color: #999;
    text-decoration: none;
}

.cms-home .breadcrumb {
    position: relative;
    z-index: 9;
}

.shopping-cart .btn-group {
    padding: 2px 10px 6px 10px;
}

li.total-price-row .big-price {
    font-weight: bold;
    font-size: 16px;
}

li.total-price-row .biggest-price {
    font-weight: bold;
    font-size: 18px;
}

.loader-overlay {
    width: 100%;
    height: 100%;
    display: table;
    background: rgba(0, 0, 0, 0.15);
}

.loader-overlay i {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

/* Product List */

.product-list {
    position: relative;
}

.blur {
    opacity: 0.3;
}

.amshopby-page-container {
    position: relative;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    background: #fff;
}

.more-views:after,
.am-left ul:after,
.search-top:after,
div[data-type="qty"] li:after,
.amshopby-page-container:after,
.product-gallery:after {
    content: '';
    display: block;
    clear: both;
}

.product-gallery img {
    max-width: 100%;
    height: auto;
}

.product-gallery {
    margin-right: -1px;
}

.product-gallery .product-name {
    color: #333;
    font-weight: bold;
    font-size: 14px;
    height: 40px;
}

.product-gallery li.item {
    padding-top: 20px;
    border: 1px solid #fff;
    border-bottom: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
    background: #fff;
    position: relative;
    padding: 0px;
    overflow: hidden;
}

.product-gallery li.item:first-child {
    border-top-left-radius: 4px;
}

.product-gallery li.item .pimg {
    padding-top: 15px;
    height: 290px;
}

.product-gallery li.item a {
    text-decoration: none!important;
}

.product-gallery .on-request {
    color: #999;
    margin-top: 5px;
}

.item .product-info {
    position: relative;
    padding: 15px 25px;
    height: 180px;
}

.item .product-info ul {
    color: #666;
    height: 103px;
    margin-bottom: -10px;
    overflow: hidden;
}

.item .product-info li {
    padding-left: 1.3em;
}

.item .product-info li:before {
    content: "\f105";
    font-family: Font Awesome\ 5 Pro;
    display: inline-block;
    margin-left: -16px;
    width: 16px;
    font-size: 11px;
}

.price-pre {
    color: #999;
    float: right;
    margin: 7px 5px 0px 0px;
}

.price-comp {
    margin: 7px 0px 0px 0px;
    display: inline-block;
    font-size: 12px;
}

.price-tot .price-price {
    font-weight: bold;
    font-size: 22px;
    float: right;
}

.price-tot .after {
    margin-top: 10px;
    margin-left: 6px;
    color: #777;
    font-size: 14px;
    float: right;
}

.product-gallery .price-price span {
    font-size: 16px;
}

.price-tot {
    color: #333;
}

.product-gallery li.item a {
    display: block;
    min-height: 200px;
}

.product-list .hl {
    padding: 3px;
    border-radius: 3px;
    background: #de479c;
    color: #fff;
}

.product-gallery li .supplier_info {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
}

.product-gallery li .supplier_info span {
    background-color: #ffffff;
    padding: 0px 3px;
}

.product-gallery li .supplier_info .supplier_link a {
    display: inherit;
    padding: 0px;
    min-height: inherit;
}

.product-gallery li .action {
    float: left;
    background: #fff;
    padding: 10px 10px 10px 25px;
    width: 100%;
    color: #666;
    line-height: 32px;
    position: relative;
}

.product-gallery li .action .fa-truck {
    margin-right: 10px;
}

.product-gallery li .action .popover {
    left:10px!important;
}

.bestseller {
    position: relative;
    z-index: 9;
    height: 360px;
}

.category-intro {
    padding-bottom: 15px;
    color: #666;
}


.category-intro h1 {
    font-size: 22px;
}
 .category-intro p {
    margin: 0 0 0;
}

.category-bottom {
    padding: 10px 0 15px 0;
    margin-top: 10px;
}

.pagination > li > a,
.pagination > li > span {
    color: #333;
    cursor: pointer;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #333;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #de479c;
    border-color: #de479c;
}

.bestsellers {
    margin: 29px 0px;
}

.bestseller-person {
    position: absolute;
    left: 20px;
    bottom: 0px;
}

.bestseller-phone {
    padding: 10px 0px;
    font-size: 14px;
    color: #666;
}

.bestseller-phone i {
    margin-right: 10px;
}

/* Hover action */

.product-gallery li.item:hover {
    border: 1px solid #ccc;
    z-index: 2;
    border-radius: 4px;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.10);
}

.product-gallery li.item:hover .btn.btn-success.btn-clean {
    background: #008600;
    color: #fff!important;
}

li.item .thumbs {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #fff;
    border-right: 0px;
    border-radius: 3px;
    padding: 5px 0px 5px 5px;
}

li.item .thumbs li {
    padding: 5px 0px;
}

li.item .colors {
    display: none;
    background: #FFF;
    position: absolute;
    bottom: 220px;
    padding: 5px;
    left: 20px;
    right: 15px;
}

li.item .colors .color {
    width: 20px;
    height: 16px;
    border-radius: 2px;
    cursor: pointer;
    margin: 0 2px 0 0;
    display: inline-block;
}

.product-gallery.hvr li.item:hover .thumbs,
.product-gallery.hvr li.item:hover .tiers,
.product-gallery.hvr li.item:hover .colors {
    display: block;
}

.item .icons {
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 13px;
}

.item .icons.pad {
    margin-top: 27px;
}

.item .icons span {
    height: 30px;
    width: 40px;
    background: url(../images/icons.png) no-repeat;
    display: block;
}

.toolbar {
    float: right;
}

.toolbar select {
    float: right;
    width: 150px;
}

.toolbar .sort {
    margin-right: 10px;
    line-height: 32px;
    color: #666;
}

.icons span.icon_nee,
.icons span.icon_universeel,
.icons span.icon_ {
    display: none;
}

.icons span.icon_heren {
    background-position: 0px 0px;
}

.icons span.icon_dames {
    background-position: 0px -31px;
}

.icons span.icon_lossepasvorm {
    background-position: 0px -133px;
}

.icons span.icon_regularfit {
    background-position: 0px -98px;
}

.icons span.icon_getailleerd {
    background-position: 0px -64px;
}

.icons span.icon_damesheren {
    background-position: 0px -172px;
}

.icons span.icon_damesherenkids {
    background-position: 0px -204px;
}

.icons span.icon_gratisverzending {
    background-position: 0px -522px;
}

.icons span.icon_unisex {
    background-position: 0px -565px;
}

.icons span.icon_mokkenml {
    background-position: 0px -365px;
    display: none;
}

.icons span.icon_senseokoffiekopjesml {
    background-position: 0px -403px;
    display: none;
}

.icons span.icon_kopenschotel {
    background-position: 0px -319px;
    display: none;
}

.icons span.icon_espressoml {
    background-position: 0px -277px;
    display: none;
}

.icons span.icon_cappuccinoml {
    background-position: 0px -242px;
    display: none;
}

.icons span.icon_inhoud {
    width: 100px;
    font-weight: bold;
    color: #aaa;
    text-align: right;
    background: none;
    padding: 0px 0px;
    height: 20px;
}

ul.product-specs, .list-item ul{
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 15px;
    padding-left: 10px;
}

ul.prosandcons {
    margin-left: 24px;
    margin-bottom: 50px;
}

ul.prosandcons li {
    margin-bottom: 8px;
    padding-top: 2px;
}

ul.prosandcons i {
    font-size: 16px;
}

ul.prosandcons i.fa-plus-circle {
    color: #008600;
}

ul.prosandcons i.fa-minus-circle {
    color: #E30C0B;
}

.custom_product_options {
    float: left;
}

.custom_product_options_text {
    padding-top: 60px;
    width: 100%;
    text-align: center;
    font-size: 11px;
}

.id5710 {
    background: url(../images/paraplu_options/5710.png) no-repeat;
    background-size: cover;
}

.id5711 {
    background: url(../images/paraplu_options/5711.png) no-repeat;
    background-size: cover;
}

.id5712 {
    background: url(../images/paraplu_options/5712.png) no-repeat;
    background-size: cover;
}

.id5713 {
    background: url(../images/paraplu_options/5713.png) no-repeat;
    background-size: cover;
}

.id5714 {
    background: url(../images/paraplu_options/5714.png) no-repeat;
    background-size: cover;
}

.id5715 {
    background: url(../images/paraplu_options/5715.png) no-repeat;
    background-size: cover;
}

.id5716 {
    background: url(../images/paraplu_options/5716.png) no-repeat;
    background-size: cover;
}

.id5717 {
    background: url(../images/paraplu_options/5717.png) no-repeat;
    background-size: cover;
}

.id5718 {
    background: url(../images/paraplu_options/5718.png) no-repeat;
    background-size: cover;
}

.id5719 {
    background: url(../images/paraplu_options/5719.png) no-repeat;
    background-size: cover;
}

.id5720 {
    background: url(../images/paraplu_options/5720.png) no-repeat;
    background-size: cover;
}

.id5708 {
    background: url(../images/paraplu_options/5708.png) no-repeat;
    background-size: cover;
}

.id5709 {
    background: url(../images/paraplu_options/5709.png) no-repeat;
    background-size: cover;
}

.hidden_attributes {
    display: none;
}

.show_attributes {
    background-color: #FFFFFF !important;
}

.show_attributes a {
    cursor: pointer;
}

li.item .lbls {
    position: absolute;
    top: -15px;
}

li.item .item_discount {
    position: absolute;
    top: 140px;
    right: 10px;
    text-align: center;
    width: 60px;
    height: 60px;
    background: url(../images/discount_percentage.png) no-repeat 0px 0px;
    color: #FFF;
    font-weight: 700;
    padding-top: 10px;
}

li.item .item_discount div {
    font-size: 16px;
    float: left;
    width: 100%;
    margin-bottom: -5px;
}

li.item .item_discount_small {
    position: absolute;
    top: 105px;
    right: 10px;
    text-align: center;
    width: 45px;
    height: 45px;
    background: url(../images/discount_percentage.png) no-repeat -2px -81px;
    color: #FFF;
    font-weight: 700;
    padding-top: 18px;
    font-size: 9px;
}

li.item .item_discount_small div {
    float: left;
    width: 100%;
    margin-bottom: -6px;
    font-size: 14px;
}

.product-image .item_discount {
    position: absolute;
    z-index: 10;
    right: 25px;
    bottom: 105px;
    width: 80px;
    height: 83px;
    background: url(../images/discount_percentage.png) no-repeat -68px 0px;
    color: #FFF;
    font-weight: 700;
    padding-top: 20px;
    text-align: center;
    font-size: 16px;
    line-height: 19px;
}

.product-image .item_discount span {
    font-size: 22px;
}

.product-image img {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.active-filters li {
    padding: 4px 14px;
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #ccc;
    margin-right: 8px;
    background: #ffffff;
}

.active-filters li:hover,
.active-filters li:focus {
    cursor: pointer;
    background-color: #eaeaea;
    border-color: #ccc;
}

.cats {
    padding: 10px 0px;
}

.cats li.top.active {
    border-top: 0
}

.cats li a {
    padding: 6px 25px;
    color: #666;
    display: block;
    text-decoration: none;
}

.cats li.active a,
.cats li.active a:hover {
    cursor: default!important;
    font-weight: bold;
    color: #000;
}

.cats li a:active,
.cats li a:focus,
.cats li a:hover {
    background: #fcfcfc;
    text-decoration: none;
    color: #333;
}

.sub_cats .c {
    margin-left: 25px;
    border-left: 1px solid #eaeaea;
}

.product-filters .popover {
    min-width: 260px;
    min-height: 126px;
}

.btn-remove-inline {
    display: inline-block;
    float: left;
    padding: 5px 10px 5px 10px;
    border-radius: 3px;
    background: #f3f3f3;
    position: relative;
    cursor: pointer;
}

.btn-remove-inline:hover {
    background: #eaeaea;
}

.amshopby-filters-top {
    position: relative;
    padding: 10px 0px 0px 0px;
    margin-top: -10px;
    min-width: 100px;
    float: left;
    z-index: 1;
}

/* FILTERS */

.amshopby-filters-top li {
    float: left;
    margin: 0px 10px 5px 0px;
}

.product-filters .panel-heading {
    font-size: 16px;
    font-weight: bold;
    padding: 15px 25px;
}

.product-filters .panel-body {
    padding: 0px 0px 15px 0px;
}

.clr.all {
    padding: 5px 0px 5px 12px;
    display: inline-block;
    color: #777;
}

.clr.all:hover {
    text-decoration: underline;
}

.currently {
    list-style: none;
    float: left;
    margin-bottom: 5px;
    padding: 0px;
}

.pages {
    float: left;
    width: 100%;
}

.am-left {
    float: left;
    width: 100%;
    margin-top: 5px;
}

.am-left span.amshopby-price,
.am-left span.amshopby-attr-selected,
.am-left span.amshopby-attr {
    padding: 0px 0px 0px 30px;
    display: inline-block;
    position: relative;
    color: #666;
    cursor: pointer;
    width: 100%;
    line-height: 28px;
}

.zero span.amshopby-attr,
.zero label{
    opacity: .3;
    filter: alpha(opacity 30);
    cursor: default;
}

.am-left span.amshopby-attr-selected {
    color: #000;
    font-weight: bold;
}

.am-left span:hover,
.am-left span:focus {
    color: #000;
}

.am-left ul > li {
    line-height: 20px;
    float: left;
    width: 100%;
    padding: 0px 25px;
}

.am-left li span.amshopby-attr:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 4px;
    height: 19px;
    width: 19px;
    background: url(../images/checkbox.png) no-repeat -23px 0px!important;
}

.am-left li:hover span.amshopby-attr:before {
    background: url(../images/checkbox.png) no-repeat -44px 0px!important;
}

.am-left li span.amshopby-attr-selected:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 4px;
    height: 19px;
    width: 19px;
    background: url(../images/checkbox.png) no-repeat 0px 0px!important;
}

.am-left li span.amshopby-attr-selected:hover,
.am-left li span.amshopby-attr-selected:focus {
    cursor: default;
    color: #333;
}

.am-left ul span.count {
    float: right;
    color: #999;
    font-size: 12px;
    margin-top: 2px;
}

.amshopby-filters-left {
    float: left;
    width: 100%;
}

.am-left .fh,
.am-color .fh {
    padding-bottom: 10px;
    border-top: 1px solid #eaeaea;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    position: relative;
    float: left;
    width: 100%;
    font-weight: bold;
    padding: 10px 25px;
    font-size: 16px;
}

.am-left .fh > i {
    margin-left: 5px;
}

.kwaliteit .stars {
    background: url('../images/quality.png') no-repeat 0px 0px;
    width: 80px;
    height: 18px;
    display: block;
    float: left;
    margin-top: 5px;
}

.kwaliteit .filter-name {
    width: 65px;
    float: left;
}

.kwaliteit .amshopby-attr,
.kwaliteit .amshopby-attr-selected {
    float: left;
}

.kwaliteit .stars.budget {
    background-position: 0px -18px;
}

.kwaliteit .stars.top {
    background-position: 0px -52px;
}

.kwaliteit .stars.premium {
    background-position: 0px -90px;
}

.kwaliteit_non_wearable .stars {
    background: url('../images/kwaliteit.png') no-repeat 0px 0px;
    width: 80px;
    height: 18px;
    display: block;
    float: left;
    margin-top: 5px;
}

.kwaliteit_non_wearable .filter-name {
    width: 65px;
    float: left;
}

.kwaliteit_non_wearable .amshopby-attr,
.kwaliteit_non_wearable .amshopby-attr-selected {
    float: left;
}

.kwaliteit_non_wearable .stars.budget {
    background-position: 0px 0px;
}

.kwaliteit_non_wearable .stars.basic {
    background-position: 0px -18px;
}

.kwaliteit_non_wearable .stars.premium {
    background-position: 0px -36px;
}

.promowellness_kwaliteit_handdoeken .stars {
    background: url('../images/kwaliteit-4.png') no-repeat 0px 0px;
    width: 80px;
    height: 18px;
    display: block;
    float: left;
}

.promowellness_kwaliteit_handdoeken .filter-name {
    width: 82px;
    float: left;
}

.promowellness_kwaliteit_handdoeken .amshopby-attr,
.promowellness_kwaliteit_handdoeken .amshopby-attr-selected {
    float: left;
}

.promowellness_kwaliteit_handdoeken .stars.budget {
    background-position: 0px 0px;
}

.promowellness_kwaliteit_handdoeken .stars.basic {
    background-position: 0px -18px;
}

.promowellness_kwaliteit_handdoeken .stars.deluxe {
    background-position: 0px -36px;
}

.promowellness_kwaliteit_handdoeken .stars.ultra {
    background-position: 0px -54px;
}

.show-all-logos {
    margin: 5px 0px;
    display: block;
}

.btn.btn-upload-preview {
    background-color: #002ae0;
}

img.upload-preview-image {
    height: 200px;
}

div.upload-preview-action-container {
    position: relative;
    margin-top: -15px;
    text-align: center;
}

p.upload-preview-text {
    margin-top: 7px;
    color: #333333;
}

li.upload-preview a:hover p.upload-preview-text {
    text-decoration: none !important;
}

div.upload-preview-image-container {
    position: relative;
}

p.upload-preview-image-text {
    position: absolute;
    text-transform: uppercase;
    color: #5a5a5a;
    top: 50%;
    left: 34%;
    text-align: center;
    border: dashed 1px #5a5a5a;
    padding: 5px;
    width: 80px;
    height: 48px;
}

.block-layered-nav ul.kleur {
    padding: 0px 25px 10px 25px;
    float: left;
}

.block-layered-nav ul.kleur li {
    float: left;
    padding: 1px;
    position: relative
}

.kleur li span {
    height: 21px;
    width: 29px;
    padding: 0;
    border-radius: 2px;
}

.block-layered-nav ul.kleur li {
    float: left;
    padding: 1px;
    position: relative;
}

.block-layered-nav ul.kleur span {
    padding: 0 5px 0 0;
    display: block;
    cursor: pointer;
}

.block-layered-nav ul.kleur span.amshopby-attr-selected:hover,
.block-layered-nav ul.kleur span.amshopby-attr-selected:focus {
    cursor: default;
}

.currently .kleur:before {
    content: '';
    height: 20px;
    width: 20px;
    display: inline-block;
    float: left;
    margin: -1px 5px -4px -6px;
    border-radius: 2px;
}

.currently .wit:before {
    background-color: #fff;
    height: 18px;
    width: 18px;
    border: 1px solid #eaeaea;
}

.kleur .blauw span,
.currently .blauw:before {
    background-color: #0000FF
}

.kleur .groen span,
.currently .groen:before {
    background-color: #00FF00
}

.kleur .geel span,
.currently .geel:before {
    background-color: #FFFF00
}

.kleur .oranje span,
.currently .oranje:before {
    background-color: #FF6600
}

.kleur .roze span,
.currently .roze:before {
    background-color: #f09
}

.kleur .rood span,
.currently .rood:before {
    background-color: #FF0000
}

.kleur .paars span,
.currently .paars:before {
    background-color: #9900CC
}

.kleur .bruin span,
.currently .bruin:before {
    background-color: #660000
}

.kleur .beige span,
.currently .beige:before {
    background-color: #F5F5DC
}

.kleur .zwart span,
.currently .zwart:before {
    background-color: #000
}

.kleur .grijs span,
.currently .grijs:before {
    background-color: #aaa
}

.kleur .wit span {
    background-color: #fff;
    border: 1px solid #eaeaea;
}

.kleur .zilver span,
.currently .zilver:before {
    background-color: #eee
}

.kleur .goud span,
.currently .goud:before {
    background-color: #CC6600
}

.paars i{color: #9900CC}
.rood i{color: #FF0000}
.roze i{color: #FF0099}
.geel i{color: #FFFF00}
.oranje i{color: #FF6600}
.wit i{color: #fff}
.bruin i{color: #660000}
.beige i{color: #F5F5DC}
.zwart i{color: #000}
.grijs i{color: #aaa}
.zilver i{color: #eee}
.goud i{color: #CC6600}
.blauw i{color: #0000FF}
.groen i{color: #00FF00}

.kleur .geel span:hover:before,
.kleur .wit span:hover:before,
.kleur .geel span.amshopby-attr-selected:before,
.kleur .wit span.amshopby-attr-selected:before {
    color: #777;
    text-shadow: none;
}

.kleur span:hover:before,
.kleur span.amshopby-attr-selected:before {
    content: '\f00c';
    position: absolute;
    right: 6px;
    top: 4px;
    height: 12px;
    width: 16px;
    font: normal normal normal 14px/1 Font Awesome\ 5 Pro;
    color: #fff;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}

.am-left .fh:after {
    content: "\f107";
    position: absolute;
    right: 17px;
    top: 17px;
    height: 12px;
    width: 16px;
    font: normal normal normal 14px/1 Font Awesome\ 5 Pro;
    color: #333;
}

.am-left .fh.amshopby-collapsed:after {
    content: "\f105";
}

.amshopby-less i,
.amshopby-more i {
    margin: 0px 10px 0px 6px;
}

.amshopby-less,
.amshopby-more {
    padding: 3px 0px;
    display: block;
}

.prijs li.custom-price {
    padding: 3px 3px 0px 3px;
    cursor: pointer;
    color: #337ab7;
    text-decoration: none;
}

.prijs li.custom-price span:hover {
    color: #23527c;
    text-decoration: underline;
    display: block;
}

.prijs .custom-price i {
    font-size: 10px;
    float: left;
    margin: 5px 5px 0px 7px;
}

.price-custom-input {
    margin-top: 5px;
}

#amshopby-price-from {
    float: left;
    width: 60px;
    min-width: 60px;
    margin-left: 5px;
}

#amshopby-price-to {
    float: left;
    margin-right: 4px;
    width: 60px;
    min-width: 60px;
}

#amshopby-price-btn {
    border-radius: 3px;
    border: none;
    background: #f3f3f3;
    float: left;
    padding: 5px 10px;
}

#amshopby-price-btn:hover {
    background: #eaeaea;
}

.prijs i.fa-arrows-h {
    float: left;
    margin: 8px 7px;
}

.prijs-head {
    margin-top: 5px;
}

.am-left ul {
    float: left;
    margin-bottom: 5px;
    width: 100%;
}

.button-loader {
    display: none;
    width: 50px;
    margin-top: -4px;
    position: absolute;
}

.button-loader::before {
    font-family: Font Awesome\ 5 Pro;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    content: "\f013";
    font-size: 20px;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.non-absolute-loader {
    position: unset;
    width: unset;
    margin: -4px;
    display: contents!important;
}

.non-absolute-loader:before {
    font-size: 14px;
}

.overlay {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
    background: #fff;
    display: none;
}

.overlay.show {
    opacity: .75;
    filter: alpha(opacity 75);
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.overlay:before {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50%;
    margin-top: -10px;
    font-family: Font Awesome\ 5 Pro;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    content: "\f013";
    font-size: 20px;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    text-align: center;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.overlay.pad100:before {
    top: 100px;
}

.overlay.pad200:before {
    top: 200px;
}

img#SnapABug_bImg {
    width: 100px;
}

/* Bootstrap form overwrites
-------------------------------------------------- */

.form-group.required .control-label:after {
    content: " *";
    color: red;
}

.fa.form-control-feedback {
    line-height: 32px;
}

.fa.form-control-action {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
}

.form-control {
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    box-shadow: none!important;
    -webkit-box-shadow: none!important;
    ;
}

.form-control:focus {
    border-color: #bbb;
    outline: 0;
}

.file-input input {
    padding: 15px;
    background-color: #f8f8f8;
    border-radius: 3px;
    margin-right: 5px;
    border: 1px dashed #ccc;

}

.navbar-right {
    margin-right: 0px;
}

.navbar-right a {
    cursor: pointer;
}

.nav>li>a {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}

.navbar-search i.fa-times {
    z-index: 10;
}

.navbar-search select {
    position: absolute;
    width: inherit;
    right: 36px;
    top: 1px;
    float: right;
    border-top: 0px;
    border-bottom: 0px;
    border-right: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    height: 38px;
    border-radius: 0px;
    background: none;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    padding: 0px 30px 0 20px;
    z-index: 9;
}

.navbar-search select option {
    outline: none;
}

.navbar-search .form-group {
    margin-bottom: 0px;
}

.navbar-search-v2 {
    padding-left: 0px;
}


.count-results {
    font-size: 14px;
    color: #666;
}

.count-results .count {
    font-weight: bold;
    font-size: 18px;
}

.navbar-brand img.hidden-xs {
    margin-top: 5px;
}

.show-products {
    display: none;
}

.show-products i {
   margin:3px;
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 1;
    color: #000;
    background-color: #f3f3f3;
    border-color: #eaeaea;
}

.border-top {
    border-top: 1px solid #eaeaea;
}

.border-bottom {
    border-bottom: 1px solid #eaeaea;
}

.cat-right{
    padding-right: 0px;
}

/* Product Page */

.product-config-title{
    font-weight: normal!important;
}

.product-config li.color {
    width: 13.05%;
    height: 25px;
    float: left;
    border-radius: 2px;
    margin: 0.6%;
    cursor: pointer;
    border: 1px solid transparent;
    overflow: hidden;
    position: relative;
}

.product-config .dif-qty {
    padding-left: 10px;
}
.product-config .dif-qty label{
    margin-right: 5px;
}

.product-config .qty-link {
    text-decoration: underline;
    cursor: pointer;
    padding-left: 10px;
}

.product-config ul.list-group li {
    cursor: pointer;
    padding: 10px 13px;
}

.product-config ul.list-group li.first,
.product-config ul.list-group li .first {
    padding-left: 52px;
}

.product-config ul.list-group li .saving{
    color:#999;
}

.product-config ul.list-group li:before {
    content: '';
    position: absolute;
    left: 20px;
    top: 11px;
    height: 19px;
    width: 19px;
    background: url(../images/checkbox.png) no-repeat -23px 0px!important;
}

.product-config ul.list-group li.active:before {
    background: url(../images/checkbox.png) no-repeat 0px 0px!important;
}

.product-config ul.list-group li.active:before:hover {
    background: url(../images/checkbox.png) no-repeat -44px 0px!important;
}

.product-config ul.list-group li:hover {
    background-color: #f3f3f3;
}

.product-config ul {
    border-top: 0px!important;
}

.product-config .option-list li {
    float: left;
    text-align: center;
    border: 1px solid transparent;
    cursor: pointer;
    border-radius: 4px;
    padding-top: 10px;
}

.product-config .option-list .popover {
    max-width: 600px;
    min-width: 400px;
    z-index: 1111;
    position: absolute;
}

.product-config .option-list li span {
    width: 100%;
    display: block;
    font-size: 14px;
    color: #666;
    margin: 10px 0px;
}

.product-config .option-list .custom-option-price {
    font-weight: bold;
    border-top: 0px solid #eaeaea;
    padding: 0px 0px 5px 0px;
    margin: 2px 0 0 0;
}

.product-config .option-list .custom-option-price.free {
    color: #008600;
    font-weight: normal;
}

.product-config .option-list li.active,
.product-config .option-list li:hover,
.product-config .option-list li:active {
    border: 1px solid #ccc;
}

.product-config .option-list img.cimg {
    max-width: 100%;
}

.product-config .option-list img.climg {
    max-width: 80%;
}

.product-config .option-list .popover img {
    max-width: 100%;
}

.product-config .step {
    margin-right: 10px;
}

.product-config .panel-success .step {
    content: "\f05a";
}

.product-config .panel {
    margin-top: -1px;
    border-radius: 0px;
}

.product-config .panel.active {
    border: 1px solid #ddd;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
    z-index: 2;
    border-radius: 4px!important;
    margin: -2px;
    /*overflow: hidden;*/
}

.product-config .panel.active .panel-heading {
    background: #fff;
    border-bottom: 0px;
    color: #333;
}

.product-config .edit-option {
    margin:-5px;
    padding-top:5px;
    text-decoration: underline;
}

.product-config .panel.disabled .edit-option ,
.product-config .panel.active .edit-option {
    display: none;
}

.product-config .panel.disabled .panel-heading {
    cursor: not-allowed;
    color:#999!important;
}

.product-config .panel.disabled:hover{
   background: #fff;
}

.product-config .panel.disabled a{
   /*display: none;*/
}

.product-config .panel+.panel {
    margin-top: 0px;
    border-top: 0px;
    border-radius: 0px;
}

.product-config .panel-heading {
    border-radius: 0px;
}

.product-config .panel-heading a {
    display: block;
    height: 48px;
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 11px 13px 13px 55px;
    width: 100%;
    z-index: 12;
}

.product-config .panel-heading a i {
    margin-top: 2px;
}

.product-config .panel-body-grey{
    background: #f5f5f5;
}

.product-config .panel-collapse .panel-body{
    padding: 10px;
}

.product-config .panel {
    position: relative;
    margin-right: -1px;
    margin-left: -1px;
}

.product-config .panel-default>.panel-heading {
    font-size: 14px;
}

.product-config .panel-success .panel-heading{
    background: #f9fff6;
}

.product-config .panel-success .panel-heading:hover {
    background: #DBECD4;
}

.product-config .panel-default .panel-heading:hover {
    background: #f3f3f3;
}

.product-config .panel-skip .panel-heading:hover,
.product-config .panel.disabled .panel-heading:hover,
.product-config .panel.active .panel-heading:hover {
    background: #fff;
}

.product-config .panel-heading:hover a {
    color: #333;
}

.product-config.panel-group{
  margin:0px;
}

.product-config .panel-default>.panel-heading+.panel-collapse>.panel-body{
    border-top:0px;
}

.panel-body.cla{
  padding:10px;
  position: relative;
}

.panel-body.cla button{
  padding:15px 20px;
  position: relative;
}

.panel-body.cla .disabled{
  opacity: 1;
}

.panel-body.cla .btn-order{
  width:48%;
}

.panel-body.cla .btn-quote {
  width:50%;
}

.icon.calendar{
    height: 36px;
    width: 50px;
    padding: 10px 10px;
    text-align: center;
    position: relative;
    float: left;
}

.icon.calendar span{
    position: absolute;
    left: 0;
    top: 13px;
    right: 0px;
}

.icon.calendar i{
    font-size:32px;
}

.delivery-month{
    font-size:16px;
    font-weight: bold;
}

.uppercase-first:first-letter {
    text-transform: capitalize;
}

/*
.panel-body.cla .progress{
  margin-bottom: 10px;
  display: none;
  height: 16px;
}

.panel-body.cla .progress-bar{
    font-size: 11px;
    line-height: 16px;
}
*/

.progress-cover {
    position: absolute;
    right: -2px;
    top: -2px;
    bottom: 0px;
    background: #fff;
    width: 80%;
    height: 55px;
    display: block;
    z-index: 1;
    opacity: 0.65;
}


.product-usps{
    padding: 10px 15px 10px 20px!important;
    line-height: 40px;
}

.product-usps .fa-li{
  width:3rem;
  left:-3rem;
}


.product-usps i{
    font-size: 20px;
}



.color-indications {
    margin: 0px;
    padding: 10px 2px;
    border-top: 1px solid #eaeaea;
}

.color-indications span {
    font-weight: bold;
    margin: 22px;
}

.color-indications .colors {
    margin: 0px;
    padding: 10px 2px;
}

.color-indications .warning {
    margin: 0px 17px;
    color: #AAA;
}

.color-indication {
    height: 25px;
    border-radius: 2px;
    margin: 0.6%;
    border: 1px solid transparent;
    list-style: none;
}

.open-colors-product{
    margin-left: 22px;
}

.product-attribute-option-label {
    margin-left: 10px;
    font-size: 11px;
    font-weight: normal;
}

.totals .free-label {
    color: #008600;
}

.instock {
    display: none;
}

.product-price .price {
    font-weight: bold;
    font-size: 16px;
}

.product-price .price.shopping-price-small {
    font-weight: normal;
}

.min-qty .price {
    font-weight: bold;
    font-size: 14px;
}

.min-qty span {
    font-weight: bold;
    font-size: 14px;
}

.panel-body.border-bottom {
    border-bottom: 1px solid #eaeaea;
}


#packaging table td {
    position: relative;
}

#packaging table tr td:first-child {
    padding-left: 63px;
}

#packaging table tbody tr td {
    padding: 14px;
}

#packaging p.table-title {
    margin: 13px 0 -11px 0 !important;
}

#packaging .packaging-icon:before {
    content: '';
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 31px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    background-size: 30px 245px;
    background-image: url('../images/packaging-icons.png');
}

.packaging-icon[data-method=individuele-verpakking]:before {
    background-position: 0px 4px;
}

.packaging-icon[data-method=tussenverpakking]:before {
    background-position: 0px -23px;
}

.packaging-icon[data-method=totaal-per-doos]:before {
    background-position: 0px -82px;
}

.packaging-icon[data-method=afmeting-doos]:before {
    background-position: 0px -118px;
}

.packaging-icon[data-method=gewicht-doos]:before {
    background-position: 0px -155px;
}

.packaging-icon[data-method=totaal-per-palet]:before {
    background-position: 0px -188px;
}

.packaging-icon[data-method=gewicht-palet]:before {
    background-position: 0px -218px;
}

#printing-area ul.product-specs {
    margin-top: -9px;
    margin-left: 7px;
}

#printing-area p:last-child {
    margin-bottom: 0px;
}

#printing-area .text-center img {
    margin: 15px 0px;
}

#product-information table img {
    max-width: 100%;
}

.product-details #sizetable h3 {
    font-size: 18px;
    margin-left: 20px;
    font-weight: bold;
}

.product-details #sizetable .tab-body {
    padding: 20px;
    margin-bottom: -49px;
}

.product-details table {
    margin: 0px;
}

#stock .color, #product-stock-information-table .color{
    border-radius: 4px;
    float: left;
    margin-right: 10px;
    width: 50px;
    height: 22px;
    border:1px solid #f1f1f1;
}

.product-details {
    margin-bottom: 20px;
}

.configuration {
    position: relative;
}

.configuration .panel-body{
    padding: 20px 25px;
}

.configuration .label {
    padding: 3px 8px;
    font-size: 10px;
    float: left;
    margin: 2px 0px;
}

.panel-caption {
    padding: 0px 10px;
    color: #666;
    display: inline-block;
    font-weight: normal;
    position: relative;
    z-index: 13;
}

.panel-caption:before {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 100;
    font-style: normal;
    display: inline-block;
    content: "\f05a";
    font-size: 14px;
    margin-right: 5px;
    color: #333;
}

.panel-skip .panel-heading {
   font-weight: normal;
}

.panel-skip .info-predefined {
   margin-right: 10px;
   color:#999;
   font-size: 14px;
   line-height: 16px;
   display: inline-block;
}

.panel-skip {
    cursor: not-allowed;
}

.panel-skip a{
    display: none!important;
}

.imprint-options li.img {
    background-image: url(../images/imprints.png);
    background-repeat: no-repeat;
}

.qty-clothes .form-group {
    margin-bottom: 5px;
}

.price-caption {
    color: #999;
}

.total-price {
    font-weight: bold;
}

.discount-price {
    font-weight: bold;
}

.strikethrough {
    color: #de479c;
    text-decoration: line-through;
}

.old-price {
    color: #999;
    font-weight: normal;
}

.image-container .brand {
    position: absolute;
    z-index: 10;
    right: 20px;
    top: 60px;
}

.image-container .brand .brands {
    max-height: 25px;
}

.image-container .label {
    padding: 8px 10px;
    margin: -2px 0px -2px 10px;
}

.image-container h1 {
    font-size: 16px;
    font-weight: bold;
    margin: 0px;
    display: inline-block;
}

/* Product video */

.video-container {
    width: 440px;
    overflow: hidden;
    display: block;
    height: 550px;
    position: absolute;
    z-index: 9;
    top: 0px;
    max-width: 100%;
}

.video-container iframe {
    margin-left: -260px;
}

ul.more-views-bottom{
    margin-right: -1px;
}

ul.more-views-bottom li {
    border-radius: 0px;
    border: 1px solid transparent;
    cursor: pointer;
    padding: 5px;
    text-align: center;
    overflow: hidden;
    height: 120px;
    border-top: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: -1px;
}

ul.more-views-bottom li.toggle-view {
    border-top: 1px solid transparent;
}

ul.more-views-bottom li:nth-child(5n) {
    border-right: 0px;
}

ul.more-views-bottom li img {
    max-width: 100%;
    max-height: 100%;
}

ul.more-views-bottom li.vid img {
    margin-top: 7px;
}

ul.more-views-bottom li:hover {
    border: 1px solid #eaeaea;
}

ul.more-views-bottom li.active {
    cursor: default;
    border: 1px solid #bbb !important;
    z-index: 10;
}

ul.more-views-bottom .vid a {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

span.more-thumbs {
    display: block;
    text-decoration: underline;
    margin-top: 15px;
    cursor: pointer;
    float: left;
    width: 100%;
    /*color: #888;*/
}

span.more-thumbs:hover {
    color: #000;
}

.k1kleur {
    background-position: right -128px top 1px;
}

.k2kleuren {
    background-position: right -101px top 1px;
}

.k3kleuren {
    background-position: right -75px top 1px;
}

.k4kleuren {
    background-position: right -48px top 1px;
}

.k5kleuren {
    background-position: right -21px top 1px;
}

.k6kleuren {
    background-position: right 6px top 1px;
}

.kfullcolor,
.kfull-color {
    background-position: right -11px top -49px;
}

.kfullcolour,
.kfull-colour {
    background-position: right -11px top -49px;
}

.kborduring,
.kgeborduurd {
    background-position: right -6px top -99px
}

.product-image #image {
    max-width: 100%;
    max-height: 600px;
    min-height: 450px;
    object-fit: contain;
}

.product-zoom-prev,
.product-zoom-next {
    text-align: center;
}

.product-image span,
.product-zoom-prev,
.product-zoom-next {
    position: absolute;
    padding: 290px 23px;
    top: 0px;
    bottom: 0px;
    vertical-align: middle;
    font-size: 18px;
    color: #bbb;
    z-index: 11;
    cursor: pointer;
}

.product-image span:after,
.product-zoom-prev:after,
.product-zoom-next:after {
    content: "\f105";
    font-family: Font Awesome\ 5 Pro;
    display: block;
    border-radius: 25px;
    line-height: 30px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border: 1px solid #eaeaea;
    background: #fff;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    right: -10px;
}

.product-image span:hover,
.product-zoom-prev:hover,
.product-zoom-next:hover {
    color: #333;
    background: rgba(0, 0, 0, 0.03);
}

.product-image span.next,
.product-zoom-next {
    right: 0px;
}

.product-image span.prev,
.product-zoom-prev {
    left: 0px;
}

.product-image span.prev:after,
.product-zoom-prev:after {
    content: "\f104";
    left:-10px;
}

.product-image {
    position: relative;
    text-align: center;
    height: auto;
}


.thatswhy li {
    padding: 6px 8px;
    line-height: 23px;
}

.thatswhy li:before {
    content: "\f058";
    display: block;
    font: normal normal normal 14px/1 Font Awesome\ 5 Pro;
    color: #008600;
    margin-right: 12px;
    font-size: 20px;
    float: left;
}

.kiyoh-intro {
    padding-bottom: 30px;
}

.kiyoh-title {
    font-size: 18px;
}

.rating:before {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -24px;
    top: -24px;
    height: 48px;
    width: 48px;
    background: url(../images/kiyoh.png) no-repeat 0px 0px!important;
}

.rating {
    text-align: center;
}

.rating .stars i {
    font-size: 24px;
    color: #008600;
}

.rating .stars {
    font-size: 20px;
    margin-bottom: 10px;
}

.rating .stars .score {
    font-size: 24px;
    font-weight: bold;
    margin-left: 10px;
}

.reviews {
    margin-top: 20px;
    float: left;
    width: 100%;
}

.ratings {
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 4px;
}

.ratings li {
    height: 150px;
    border-right: 1px solid #eaeaea;
}


.ratings li:last-child {
    border-right: none;
}

.ratings .stars {
    color: #008600;
    float: left;
    padding: 10px 3px;
    font-size: 18px;
}

.product-stars {
    color: #fea500;
    display: inline-table;
    float: right;

}

i.fa.fa-star.product-star {
    margin: 0;
}

/*.ratings .score {
    font-size: 28px;
    padding: 6px;
}*/
.ratings .score {
    font-size: 22px;
    position: absolute;
    right: 12px;
    top: 10px;
/*    border: 1px solid #bbb;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    border-radius: 20px;*/
}

.ratings .name {
    font-weight: bold;
    width: 100%;
    float: left;
    margin-bottom: 6px;
}

.ratings .text {
    width: 100%;
    float: left;
}

.ratings .date {
    position: absolute;
    bottom: 0px;
    padding: 10px 0px;
    color: #aaa;
}

.kiyoh-title-sub{
    color:#999;
    margin-left: 20px;
}

.kiyoh-title-sub a{
    color:#999;
}

.image-container.sold-out:before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/sold_out_stamp.png);
    background-size: 95% 100%;
    background-repeat: no-repeat;
}

.sold-out .caption {
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 228px;
    margin-left: -110px;
    margin-top: -60px;
    width: 220px;
    height: 50px;
    text-align: center;
}

.product-config.sold-out:before {
    content: "";
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: not-allowed;
}

.product-gallery.top-products li.item {
    height: auto;
}

.product-gallery.top-products li.item:hover .btn {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.top-products .lbls {
    display: none;
}

.related .product-gallery {
    margin-top: 0px;
    position: relative;
}

.related .product-gallery li.item:hover {
    border: 1px solid #ccc!important;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.10);
    margin-bottom: -1px;
    z-index: 2;
}

.related .product-gallery li.item {
    border-bottom: 0px;
}


.related .product-gallery li.item:hover .btn-clean {
    color:#fff!important;
}

.related .product-gallery li.item:first-child {
    border-bottom-left-radius: 4px;
}

.related .product-gallery li.item:last-child {
    border-bottom-right-radius: 4px;
}

.related.related-products .price-tot{
    float: right;
    position: absolute;
    right: 20px;
    bottom: 0px;
}

.related h2{
   margin:40px 0px;
   font-size: 20px;
}

.related h3{
    margin:40px 0px;
    font-size: 20px;
 }

.product-related{
    padding-bottom:20px;
}

.round-number {
    position: absolute;
    right: 20px;
    top: 20px;
    border-radius: 4px;
    width: 40px;
    height: 40px;
    background: #ffffff;
    text-align: center;
    color: #666;
    font-size: 16px;
    font-weight: bold;
    line-height: 38px;
    border: 1px solid #bbb;
}

.heading-tabs {
    padding: 10px!important;
    margin-bottom:20px;
}

.heading-tabs a {
    display: inline-block;
    color: #333;
    padding: 10px 20px;
    border-radius: 3px;
    text-decoration: none;
    cursor: pointer;
    margin-right: 3px;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px;
}

.heading-tabs a:hover {
    background: #f5f5f5;
}

/*  Transitions  */

*:hover {
    -webkit-transition: background-color 0.1s ease;
    -moz-transition: background-color 0.1s ease;
    -o-transition: background-color 0.1s ease;
    transition: background-color 0.1s ease;
}

.item:hover,
.panel:hover{
    -webkit-transition: background-color 0.1s ease;
    -moz-transition: background-color 0.1s ease;
    -o-transition: background-color 0.1s ease;
    transition: background-color 0.1s ease;
    -webkit-transition: border 0.1s ease-out;
    -moz-transition: border 0.1s ease-out;
    -o-transition: border 0.1s ease-out;
    transition: border 0.1s ease-out;
    -webkit-transition: box-shadow 0.1s ease-out;
    -moz-transition: box-shadow 0.1s ease-out;
    -o-transition: box-shadow 0.1s ease-out;
    transition: box-shadow 0.1s ease-out;
}

/* Quote page */

.alert-visuals {
    background-color: #de479c;
    position: relative;
    border-radius: 28px;
    color: #ffffff;
    padding: 25px;
}

.alert-visuals:after {
    border-color: #de479c transparent transparent transparent;
    border-width: 50px 50px 0 0;
    border-style: solid;
    position: absolute;
    content: '';
    z-index: 5;
    right: 140px;
    top: 100%;
    height: 0;
    width: 0;
}

.add-logo-link{
    width: 100%;
    float: left;
    margin-top:15px;
    cursor: pointer;
}

.more-logos{
    margin-top: 15px;
}

.footer.shrink {
    height: 150px;
}

body.qquoteadv-index-order,
body.qquoteadv-index-index {
    margin-bottom: 250px;
}

div#ws-response {
    display: none;
}

#collapseCoupon {
    padding-top: 10px;
    padding-bottom: 10px;
}

#collapseCoupon input {
    margin-right: 6px;
    float: left;
    width: 30%;
}

.coupon_result{
    margin-top:15px;
}

@media (min-width: 1193px) {
    .qquoteadv-buttons {
        flex-direction: row-reverse;
        justify-content: start;
        display: flex;
    }

    .qquoteadv-buttons .btn-back {
        margin-right: 10px;
    }
}

@media (max-width: 1192px) {
    .qquoteadv-buttons .btn-back,
    .qquoteadv-buttons .btn-process {
        padding: 15px;
        width: 100%;
    }

    .qquoteadv-buttons .btn-process {
        margin-bottom: 10px;
        font-size: 110%;
    }
}

#quotelist .btn-back {
    background: #fff;
    color: #449d44;
}

#quotelist .btn-back:hover {
    background-color: #449d44;
    border-color: #398439;
    color: #fff;
}

#quoteform .panel-footer a {
    line-height: 36px;
}

#quoteform .panel-title {
    font-size: 16px;
}

#quoteform .ajax-message {
    margin-top: 10px;
}

#quote-items h1 {
    font-size: 14px;
}

#quote-items h2 {
    font-weight: bold;
    font-size: 14px;
}

#quote-items h2 a {
    color: #333;
}

#quote-items i.fa-shopping-cart {
    margin-right: 10px;
    font-size: 18px;
}

.cart-usps i {
    margin-bottom: 10px;
}

.cart-usps i {
    display: block;
}

.head-quote-item {
    margin-bottom: 10px;
    position: relative;
}

.quote-item {
    position: relative;
}

.show_all_companies {
    display: block;
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 40px;
    left: 0px;
    top: 0px;
}

.table.striped tr:hover,
.table.striped th:hover {
    background: #f3f3f3;
}

.table.striped th {
    position: relative;
}

.table.striped {
    margin-top: 10px;
}

.table.striped .fa-pencil {
    margin: 10px;
}

.tab-inner {
    padding: 20px;
}

.tab-inner.no-pad-top {
    padding: 20px;
    padding-top: 0px;
}

.tab-inner.no-pad-bottom {
    padding: 20px;
    padding-bottom: 0px;
}

.tab-inner.no-pad-top-and-bottom {
    padding: 20px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.head-quote-item .btn {
    position: absolute;
    top: -10px;
}

.head-quote-item i {
    margin-right: 0px!important;
}

.radio-inline {
    padding: 4px 10px;
    line-height: 22px;
    border-radius: 3px;
}

.panel {
    position: relative;
}

#product_details .totalprice {
    font-weight: bold;
    margin-top: 5px;
}

#quote-questions textarea {
    max-width: 100%;
    max-height: 140px;
}

.discount-input {
    margin-bottom: 0px;
}

.color-swatch {
    display: inline-block;
    height: 30px;
    border-radius: 4px;
    width: 100%;
    margin-top: 5px;
}

.pms-color {
    display: inline-block;
}

.color-select .swatch {
    display: inline-block;
    margin-right: 10px;
    height: 24px;
    width: 60px;
    border-radius: 3px;
    float: left;
}

.select2-container--default .select2-selection--single {
    padding: 6px;
    height: 37px!important;
    /*width: 148px; */

    font-size: 1.2em;
    position: relative;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0px!important;
    font-size: 14px;
    line-height: 24px!important;
}

.select2-results__option {
    height: 37px!important;
    line-height: 25px!important;
}

.success-steps li {
    padding: 20px 0px;
    border-top: 1px solid #eaeaea;
    float: left;
    width: 100%;
}

.success-steps li .alert {
    margin: 0px;
    padding: 10px;
}

.success-steps i.info {
    color: #999;
}

.success-steps i.fa-2x {
    margin-top: 5px;
}

.success-steps p {
    margin-bottom: 5px;
}

.title-success {
    padding: 20px 10px;
    display: block;
    font-size: 18px;
    color: #666;
}

#sales-team {
    max-width: 100%;
    width: 350px;
}

.other-shops {
    margin-top: 100px;
}

.quote-success {}
 .other-shops .popover {
    top: -80px;
    left: 50%;
    margin-left: -155px;
    max-width: inherit;
}

.other-shops .popover .popover-content {
    padding: 15px 20px;
    font-size: 16px;
}

.success-video {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.success-video img {
    width: inherit;
}

.success-video img,
.success-video iframe {
    width: 100%;
}

.ajax-modal-video {
    cursor: pointer;
}

.shops-view .shop-item img {
    height: 130px;
}

.shops-view .shop-item {
    display: block;
    padding: 10px 0px;
    width: 100%;
}

.shops-view .shop-item h3 {
    margin-top: 30px;
}

.shops-view .shop-item {
    border-bottom: 1px solid #eaeaea;
}

/* Subhome banner */

.gutter-15.row {
    margin-right:-7.5px;
    margin-left:-7.5px;
}
.gutter-15 > [class^="col-"], .gutter-10 > [class^=" col-"] {
    padding-right:7.5px;
    padding-left:7.5px;
}

.subhome-banner {
    height:375px;
    margin:0 0 15px 0;
    position:relative;
    border-radius:3px;
}

.subhome-banner-custom {
    background:#375d78;
}

.subhome-banner-image {
    height:375px;
    position:relative;
    border-radius:3px 0 0 3px;
    background-size:cover;
}

.subhome-banner-image-custom{
    width: 100%;
    overflow: hidden;
    height: 375px;
    object-fit: cover;
    background: #fff;

}

.inner-home-image {
    display: inline-block;
    position: relative;
    right: -50%;
}

.inner-home-image img {
    position: relative;
    left: -50%;
}

.subhome-banner-image-extender{content:"";width:0;height:0;right:0;position:absolute;border-style:solid;border-width:0 0 375px 50px; border-color:transparent transparent #375d78 transparent; z-index: 10;}


.subhome-banner-blocks-custom .subhome-banner-block {
    background:#e5ecf3;
}

.subhome-banner-paraplu {
    background: #79001e;
}
.subhome-banner-image-paraplu {
    background: url('../images/subhomepage/paraplu-bedrukken.jpg') center center no-repeat #fff;
}

.subhome-banner-image-paraplu:after {
    border-color: transparent transparent #79001e transparent;
}

.subhome-banner-blocks-paraplu .subhome-banner-block {
    background: #b77787;
}

.subhome-banner-snoepjes {
    background: #057d74;
}
.subhome-banner-image-snoepjes {
    background: url('../images/subhomepage/snoepjes-bedrukken.jpg') center center no-repeat #fff;
}

.subhome-banner-image-snoepjes:after {
    border-color: transparent transparent #057d74 transparent;
}

.subhome-banner-blocks-snoepjes .subhome-banner-block {
    background: #78c7c1;
}

.subhome-banner-text {
    padding:85px 0 0 30px;
}

.subhome-banner-text h2 {
    margin-bottom:4px;
    font-size:23px;
    color:#fff;
    font-weight:bold;
}

.subhome-banner-text h2 a {
    color:#fff;
    text-decoration:none;
}

.subhome-banner-text h2 a:hover {
    text-decoration:underline;
}

.subhome-banner-text ul {
    margin:0 0 13px 0;
    padding:3px 0 0 19px;
    line-height:35px;
    list-style-type:none;
}

.subhome-banner-text ul li {
    padding-left:3px;
    font-size:17px;
    color:#fff;
}

.subhome-banner-text ul li:before {
    content:"\f00c";
    font-family:Font Awesome\ 5 Pro;
    display:inline-block;
    width:35px;
    height:30px;
    margin-left:-22px;
    font-size:14px;
    clear:both;
    position:absolute;
    padding-top:0px;
    color:#fff;
}

.subhome-banner-text .btn-white {
    padding:11px 28px;
    font-size:16px;
    font-weight:bold;
    color:#333;
    background:#fff;
}

.subhome-banner-block {
    height:132px;
    padding:20px;
    color:#333;
    border-radius:3px;
}

.subhome-banner-block .media-left {
    padding-right:20px;
}

.subhome-banner-block h3 {
    margin-bottom:2px;
    font-size:20px;
    font-weight:bold;
}

.subhome-banner-block p {
    margin:0;
    font-size:17px;
}

.subhome-banner-block .icon {
    position:absolute;
    top:50%;
    right:20px;
    margin-top:-8px;
    font-size:28px;
}

.subhome-banner-block .stretched-link::after {
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:1;
    pointer-events:auto;
    content:"";
    background-color:rgba(0,0,0,0);
}

.subhome-banner-block:hover {
    box-shadow:0 0 5px 0 rgba(0, 0, 0, 0.20);
}

.subhome-banner-block:active {
    box-shadow:inset 0 0 10px rgba(0, 0, 0, 0.10);
}

.close-filter{
    float: right;
}

.toolbar{
    margin-left: 20px;
}

@media (max-width: 991px) {

.subhome-banner {
    height:auto;
}

.subhome-banner-text {
    padding:20px;
}

.subhome-banner-image {
    border-radius:3px 3px 0 0;
}

.subhome-banner-image:after {
    display:none;
}

.subhome-banner-block {
    margin-bottom:15px;
}

.subhome-banner-block {
    height:auto;
    padding:15px;
}

.toolbar{
    float:left;
    margin-left: 0px;
}

.total-result{
    width: 100%;
}

.reverse-row{
    display: flex;
    flex-direction: column-reverse;
}

.vector-download-button {
    margin-bottom: 5px;
}

}
@media only screen and (min-width: 990px) {
    .collapse-colors-and-stock {
      display: block;
      height: auto !important;
      visibility: visible;
    }
  }

/* Relatiegeschenken inspiratie pagina */

.cms-beursartikelen {
    background-color:#fff;
}

.cms-support-de-supporters {
    background-color:#fff;
}

.thema-submenu {
    margin:0px;
    width:100%;
    position:relative;
    margin:-43px 0 30px 0;
    padding:30px 0;
    background: #fff 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000024;
    z-index:9;
}

.thema-submenu ul li a.paars {
    background:#6C4469;
}

.thema-submenu ul li a.paars:hover {
    background-color:rgba(108,68,105,0.7);
}

.thema-submenu ul li a.bruin {
    background:#B16645;
}

.thema-submenu ul li a.bruin:hover {
    background-color:rgba(177,102,69,0.7);
}

.thema-submenu ul li a.geel {
    background:#F5A73C;
}

.thema-submenu ul li a.geel:hover {
    background-color:rgba(245,167,60,0.7);
}

.thema-submenu ul li a.grijs {
    background:#6F6F6F;
}

.thema-submenu ul li a.grijs:hover {
    background-color:rgba(111,111,111,0.7);
}

.thema-submenu ul li a.groen {
    background:#458449;
}

.thema-submenu ul li a.groen:hover {
    background-color:rgba(69,132,73,0.7);
}

/* kleuren */

.beurs-prijspakkers {background-color:#46b6d6;}
.beurs-musthaves {background-color:#fdbf3b;}
.beurs-eyecatchers {background-color:#224667;}
.beurs-groene-geschenken {background-color:#37983e;}
.beurs-spoed {background-color:#d51818;}

.support-juich-tools {background-color:#fcbe4a;}
.support-party-toppers {background-color:#c50b7d;}
.support-voor-de-sporter {background-color:#4db5d3;}
.support-oranje-boven {background-color:#fa872a;}
.support-belgische-trots {background-color:#cf2426;}

.thema-submenu ul {
    list-style:none;
    text-align:center;
}

.thema-submenu ul li {
    margin:0 5px;
    display:inline;
    font-weight:bold;
}

.thema-submenu ul li a {
    padding:15px;
    text-decoration:none;
    border-radius:3px;
    color:#fff;
}

.gezellig-thuis {
    background:#6C4469;
}

.gezellig-thuis:hover {
    background-color:rgba(108,68,105,0.8);
}

.koffie-en-thee {
    background:#B16645;
}

.koffie-en-thee:hover {
    background-color:rgba(177,102,69,0.8);
}

.reizen {
    background:#F5A73C;
}

.reizen:hover {
    background-color:rgba(245,167,60,0.8);
}

.gadgets {
    background:#6F6F6F;
}

.gadgets:hover {
    background-color:rgba(111,111,111,0.8);
}

.duurzaamheid {
    background:#458449;
}

.duurzaamheid:hover {
    background-color:rgba(69,132,73,0.8);
}

.inspiratie-blokken a.inspiratie-blok {
    display:block;
    position:relative;
    margin-bottom:15px;
    text-decoration:none;
    border:1px solid #e5e5e5;
    border-radius:3px;
    transition:.2s ease;
}

.inspiratie-blokken a.inspiratie-blok figure {
    display:block;
    position:relative;
    z-index:-1;
    overflow:hidden;
}

.inspiratie-blokken a.inspiratie-blok figure img.product-image {
  transition: transform 6s ease;
}

.inspiratie-blokken a.inspiratie-blok:hover img.product-image {
  transform: scale(1.05);
}

.inspiratie-blokken a.inspiratie-blok .text-overlay {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right: 0;
    height:100%;
    width:100%;
    opacity:0;
    transition:.2s ease;
    border-radius:3px 3px 0 0;
    background-color:rgba(0,0,0,0.7);
}

.inspiratie-blokken a.inspiratie-blok:hover .text-overlay {
    opacity:1;
}

.inspiratie-blokken a.inspiratie-blok .text-overlay .text {
    color:#fff;
    font-size:16px;
    font-weight:bold;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%, -50%);
    -ms-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    text-align:center;
}

.inspiratie-blokken a.inspiratie-blok:hover {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
}

.inspiratie-blokken a.inspiratie-blok:active {
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
}

.inspiratie-blokken .inspiratie-tekst-blok {
    padding:20px;
}

.inspiratie-blokken .margin-bottom-15 {
    margin-bottom:15px;
}

.inspiratie-blokken .margin-top-15 {
    margin-top:15px;
}

.inspiratie-blokken .inspiratie-tekst-blok h2 {
    font-weight:bold;
    color:#fff;
}

.inspiratie-blokken .inspiratie-tekst-blok h2:after {
    content:"";
    display:block;
    width:28px;
    height:2px;
    margin:12px 0 13px 2px;
    background:#fff;
}

.inspiratie-blokken .inspiratie-tekst-blok p {
    color:#fff;
}

.inspiratie-blokken .inspiratie-tekst-blok .btn-white {
    margin:5px 0 0 0;
    padding:9px 12px;
    color:#333;
    font-weight:bold;
    background:#fff;
}

.inspiratie-blokken .full-height {
    height:360px;
}

.inspiratie-blokken .half-height {
    height:280px;
}

.inspiratie-blokken .double-height {
    height:575px;
}

.inspiratie-blokken .double-height-extra {
    height:655px;
}

.inspiratie-blokken a.inspiratie-blok .label {
    position:absolute;
    top:10px;
    left:10px;
    padding:8px 9px;
    font-size:12px;
}

.inspiratie-blokken a.inspiratie-blok .brand {
    position:absolute;
    top:10px;
    right:10px;
}

.inspiratie-blokken a.inspiratie-blok .brand img {
    width:100%;
    border-radius:0;
}

.inspiratie-blokken a.inspiratie-blok .label.label-paars {
    background:#6C4469;
}

.inspiratie-blokken a.inspiratie-blok .label.label-bruin {
    background:#B16645;
}

.inspiratie-blokken a.inspiratie-blok .label.label-geel {
    background:#F5A73C;
}

.inspiratie-blokken a.inspiratie-blok .label.label-grey {
    background:#6F6F6F;
}

.inspiratie-blokken a.inspiratie-blok .label.label-green {
    background:#458449;
}

.inspiratie-blokken a.inspiratie-blok h3 {
    display:block;
    width:100%;
    margin:0px;
    padding:20px 0;
    font-size:15px;
    font-weight:bold;
    text-align:center;
    border-top:1px solid #e5e5e5;
    border-radius:0 0 3px 3px;
    background:#fff;
}

.inspiratie-blokken a.inspiratie-blok:hover h3 {
    background:#eee;
}

.inspiratie-blokken .full-height figure {
    height:297px;
}

.inspiratie-blokken .half-height figure {
    height:217px;
}

.inspiratie-blokken .double-height figure {
    height:512px;
}

.inspiratie-blokken .double-height-extra figure {
    height:592px;
}

.inspiratie-blokken a.inspiratie-blok figure img {
    width:100%;
    height:100%;
    border-radius:3px 3px 0 0;
    object-fit:cover;
}

@media (max-width:991px) {

.thema-submenu {
    display:none;
}

.inspiratie-blokken .inspiratie-tekst-blok {
    height:auto;
}

/*.inspiratie-blokken .double-height-extra {
    height:200px;
}*/

}

/* Nieuwsbrief eindejaarscollectie */

.preview-hero-banner {
    position:relative;
    padding:110px 0;
    color:#fff;
    text-align:center;
    overflow:hidden
}

.preview-hero-banner-eindejaarscollectie {
    background-size:cover !important;
    background:url('../images/eoy/hero-background.jpg') center center;
}

.preview-hero-banner-beursartikelen {
    background-size:cover !important;
    background:url('../images/beursinspiratie/hero-background.jpg') center center;
}

.preview-hero-banner h1 {
    margin:0 0 18px 0;
    font-size:30px;
    font-weight:bold;
    color:#fff;
}

.preview-hero-banner p {
    margin:0 0 25px 0;
    padding:0 400px;
    line-height:23px;
}

.preview-hero-banner .form-inline .form-control {
    width:350px;
}

.preview-hero-banner .form-inline button {
    padding:0 20px;
    font-size:15px;
    font-weight:bold;
}

.preview-hero-banner .newsletter-message {
    margin-top:15px;
    font-size:16px;
}

.preview-hero-banner .newsletter-message .alert-success {
    color:#fff;
    background:none;
    border:0;
}

.preview-hero-banner .newsletter-message .alert {
    padding:0;
    margin:0;
    border:0;
}

.col-no-padding {
  padding: 0 !important;
  margin: 0 !important;
}

@media (min-width: 992px) {

.table-container {
  display:table;
  table-layout:fixed;
  padding:0 15px;
}

.table-container .col-table-cell {
  display:table-cell;
  vertical-align:middle;
  float:none;
}


.show-menu{
    display: block;
}

.search-v2 {
    margin-top: 7px;
}

.footer-mid .collapse {
    display: block;
}

}

.thema-blokken figure img {
    width:100%;
    object-fit:cover;
}

.thema-blokken .content-block-text {
    padding:40px;
    color:#fff;
}

.thema-blokken .content-block-text h2 {
    color:#fff;
    font-weight:bold;
}

.thema-blokken .content-block-text h2:after {
    content:"";
    display:block;
    width:28px;
    height:2px;
    margin:12px 0 13px 2px;
    background:#fff;
}

.thema-blokken .paars {
    background:#6C4469;
}

.thema-blokken .bruin {
    background:#B16645;
}

.thema-blokken .geel {
    background:#F5A73C;
}

.thema-blokken .grey {
    background:#6F6F6F;
}

.thema-blokken .green {
    background:#458449;
}

.thema-title h2 {
    margin:0;
    padding:40px 0;
    text-align:center;
    font-weight:bold;
}

.preview-inschrijfblok {
    padding:60px 30px;
    color:#fff;
    text-align:center;
    background-size:250%;
}

.preview-inschrijfblok-eindejaarscollectie {
    background-size:cover !important;
    background:url('../images/eoy/hero-background.jpg') center center;
}

.preview-inschrijfblok-beursartikelen {
    background-size:cover !important;
    background:url('../images/beursinspiratie/hero-background.jpg') center center;
}

.preview-inschrijfblok h1 {
    margin:0 0 12px 0;
    font-size:25px;
    font-weight:bold;
    color:#fff;
}

.preview-inschrijfblok p {
    margin:0 0 25px 0;
    line-height:22px;
}

.preview-inschrijfblok .form-inline .form-control {
    width:350px;
}

.preview-inschrijfblok .form-inline button {
    padding:0 20px;
    font-size:15px;
    font-weight:bold;
}

.preview-inschrijfblok .newsletter-message {
    margin-top:15px;
    font-size:16px;
}

.preview-inschrijfblok .newsletter-message .alert-success {
    color:#fff;
    background:none;
    border:0;
}

.preview-inschrijfblok .newsletter-message .alert {
    padding:0;
    margin:0;
    border:0;
}

@media (max-width:991px) {

.preview-hero-banner {
    padding:40px 0;
}

.subhome-banner-image-extender{
    display: none;
}

.subhome-banner-image img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 375px;
}

.subhome-banner-custom .image-div{
    background: #fff;
}

.preview-hero-banner p {
    margin:0 0 25px 0;
    padding:0;
    line-height:22px;
}

.preview-hero-banner .form-inline .form-control {
    width:100%;
}

.preview-hero-banner .form-inline button {
    width:100%
}

.thema-blokken .content-block-text {
    padding:20px;
}

.thema-title h2 {
    padding:30px 0;
}

.thema-blokken figure {
   height:200px;
   overflow:hidden;
}

.preview-inschrijfblok {
    padding:40px 20px;
    background-size:200%;
}

.preview-inschrijfblok .form-inline .form-control {
    width:100%;
}

.preview-inschrijfblok .form-inline button {
    width:100%
}

.inschrijfblok .col-md-12 {
    padding:0;
}

}

/* Home */

.main-slide {
    height: 394px;
    margin-bottom: 15px;
    overflow:hidden;
}

.main-category .btn{
    background-color:#008600;
}

.open .main-slide{
    z-index: 12;
}

#homepage .main-slide{
    height: 411px;
    margin-bottom: 0px;
}

.main-slide .height{
    background: #fff;
    border-color: #ddd;
}

.main-slide .home{
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #fff), color-stop(36%, #fff), color-stop(36%, #9de7f8), color-stop(38%, #9de7f8), color-stop(38%, #5dcae5), color-stop(100%, #5dcae5));
    background: -moz-linear-gradient(-15deg, #fff 0%, #fff 36%, #9de7f8 36%, #9de7f8 38%, #5dcae5 38%, #5dcae5 100%);
    background: -webkit-linear-gradient(-15deg, 0%, #fff, 36%, #fff, 36%, #9de7f8, 38%, #9de7f8, 38%, #5dcae5, 100%, #5dcae5);
    background: -o-linear-gradient(-15deg, 0%, #fff, 36%, #fff, 36%, #9de7f8, 38%, #9de7f8, 38%, #5dcae5, 100%, #5dcae5);
    background: -ms-linear-gradient(-15deg, #fff 0%, #fff 36%, #9de7f8 36%, #9de7f8 38%, #5dcae5 38%, #5dcae5 100%);
    background: linear-gradient(135deg, 0%, #fff, 36%, #fff, 36%, #9de7f8, 38%, #9de7f8, 38%, #5dcae5, 100%, #5dcae5);
}

.main-slide .blue{
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #fff), color-stop(48%, #fff), color-stop(48%, #9de7f8), color-stop(50%, #9de7f8), color-stop(50%, #5dcae5), color-stop(100%, #5dcae5));
    background: -moz-linear-gradient(-15deg, #fff 0%, #fff 48%, #9de7f8 48%, #9de7f8 50%, #5dcae5 50%, #5dcae5 100%);
    background: -webkit-linear-gradient(-15deg, 0%, #fff, 48%, #fff, 48%, #9de7f8, 50%, #9de7f8, 50%, #5dcae5, 100%, #5dcae5);
    background: -o-linear-gradient(-15deg, 0%, #fff, 48%, #fff, 48%, #9de7f8, 50%, #9de7f8, 50%, #5dcae5, 100%, #5dcae5);
    background: -ms-linear-gradient(-15deg, #fff 0%, #fff 48%, #9de7f8 48%, #9de7f8 50%, #5dcae5 50%, #5dcae5 100%);
    background: linear-gradient(135deg, 0%, #fff, 48%, #fff, 48%, #9de7f8, 50%, #9de7f8, 50%, #5dcae5, 100%, #5dcae5);
}

.main-slide .lightblue{
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #fff), color-stop(48%, #fff), color-stop(48%, #e2f2f8), color-stop(50%, #e2f2f8), color-stop(50%, #aaddf1), color-stop(100%, #aaddf1));
    background: -moz-linear-gradient(-15deg, #fff 0%, #fff 48%, #e2f2f8 48%, #e2f2f8 50%, #aaddf1 50%, #aaddf1 100%);
    background: -webkit-linear-gradient(-15deg, 0%, #fff, 48%, #fff, 48%, #e2f2f8, 50%, #e2f2f8, 50%, #aaddf1, 100%, #aaddf1);
    background: -o-linear-gradient(-15deg, 0%, #fff, 48%, #fff, 48%, #e2f2f8, 50%, #e2f2f8, 50%, #aaddf1, 100%, #aaddf1);
    background: -ms-linear-gradient(-15deg, #fff 0%, #fff 48%, #e2f2f8 48%, #e2f2f8 50%, #aaddf1 50%, #aaddf1 100%);
    background: linear-gradient(135deg, 0%, #fff, 48%, #fff, 48%, #e2f2f8, 50%, #e2f2f8, 50%, #aaddf1, 100%, #aaddf1);
}

.main-slide .pink{
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #fff), color-stop(48%, #fff), color-stop(48%, #fbdee2), color-stop(50%, #fbdee2), color-stop(50%, #fcc6cc), color-stop(100%, #fcc6cc));
    background: -moz-linear-gradient(-15deg, #fff 0%, #fff 48%, #fbdee2 48%, #fbdee2 50%, #fcc6cc 50%, #fcc6cc 100%);
    background: -webkit-linear-gradient(-15deg, 0%, #fff, 48%, #fff, 48%, #fbdee2, 50%, #fbdee2, 50%, #fcc6cc, 100%, #fcc6cc);
    background: -o-linear-gradient(-15deg, 0%, #fff, 48%, #fff, 48%, #fbdee2, 50%, #fbdee2, 50%, #fcc6cc, 100%, #fcc6cc);
    background: -ms-linear-gradient(-15deg, #fff 0%, #fff 48%, #fbdee2 48%, #fbdee2 50%, #fcc6cc 50%, #fcc6cc 100%);
    background: linear-gradient(135deg, 0%, #fff, 48%, #fff, 48%, #fbdee2, 50%, #fbdee2, 50%, #fcc6cc, 100%, #fcc6cc);
}

.main-slide .green{
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #fff), color-stop(48%, #fff), color-stop(48%, #c9e6a9), color-stop(50%, #c9e6a9), color-stop(50%, #9dcc69), color-stop(100%, #9dcc69));
    background: -moz-linear-gradient(-15deg, #fff 0%, #fff 48%, #c9e6a9 48%, #c9e6a9 50%, #9dcc69 50%, #9dcc69 100%);
    background: -webkit-linear-gradient(-15deg, 0%, #fff, 48%, #fff, 48%, #c9e6a9, 50%, #c9e6a9, 50%, #9dcc69, 100%, #9dcc69);
    background: -o-linear-gradient(-15deg, 0%, #fff, 48%, #fff, 48%, #c9e6a9, 50%, #c9e6a9, 50%, #9dcc69, 100%, #9dcc69);
    background: -ms-linear-gradient(-15deg, #fff 0%, #fff 48%, #c9e6a9 48%, #c9e6a9 50%, #9dcc69 50%, #9dcc69 100%);
    background: linear-gradient(135deg, 0%, #fff, 48%, #fff, 48%, #c9e6a9, 50%, #c9e6a9, 50%, #9dcc69, 100%, #9dcc69);
}

.main-slide .koraal{
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #fff), color-stop(48%, #fff), color-stop(48%, #f0a8b7), color-stop(50%, #f0a8b7), color-stop(50%, #e7798f), color-stop(100%, #e7798f));
    background: -moz-linear-gradient(-15deg, #fff 0%, #fff 48%, #f0a8b7 48%, #f0a8b7 50%, #e7798f 50%, #e7798f 100%);
    background: -webkit-linear-gradient(-15deg, 0%, #fff, 48%, #fff, 48%, #f0a8b7, 50%, #f0a8b7, 50%, #e7798f, 100%, #e7798f);
    background: -o-linear-gradient(-15deg, 0%, #fff, 48%, #fff, 48%, #f0a8b7, 50%, #f0a8b7, 50%, #e7798f, 100%, #e7798f);
    background: -ms-linear-gradient(-15deg, #fff 0%, #fff 48%, #f0a8b7 48%, #f0a8b7 50%, #e7798f 50%, #e7798f 100%);
    background: linear-gradient(135deg, 0%, #fff, 48%, #fff, 48%, #f0a8b7, 50%, #f0a8b7, 50%, #e7798f, 100%, #e7798f);
}

.main-slide .yellow{
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #fff), color-stop(48%, #fff), color-stop(48%, #fff3b4), color-stop(50%, #fff3b4), color-stop(50%, #fce773), color-stop(100%, #fce773));
    background: -moz-linear-gradient(-15deg, #fff 0%, #fff 48%, #fff3b4 48%, #fff3b4 50%, #fce773 50%, #fce773 100%);
    background: -webkit-linear-gradient(-15deg, 0%, #fff, 48%, #fff, 48%, #fff3b4, 50%, #fff3b4, 50%, #fce773, 100%, #fce773);
    background: -o-linear-gradient(-15deg, 0%, #fff, 48%, #fff, 48%, #fff3b4, 50%, #fff3b4, 50%, #fce773, 100%, #fce773);
    background: -ms-linear-gradient(-15deg, #fff 0%, #fff 48%, #fff3b4 48%, #fff3b4 50%, #fce773 50%, #fce773 100%);
    background: linear-gradient(135deg, 0%, #fff, 48%, #fff, 48%, #fff3b4, 50%, #fff3b4, 50%, #fce773, 100%, #fce773);
}

.main-slide .darkyellow{
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #fff), color-stop(48%, #fff), color-stop(48%, #fce1a3), color-stop(50%, #fce1a3), color-stop(50%, #ffd26d), color-stop(100%, #ffd26d));
    background: -moz-linear-gradient(-15deg, #fff 0%, #fff 48%, #fce1a3 48%, #fce1a3 50%, #ffd26d 50%, #ffd26d 100%);
    background: -webkit-linear-gradient(-15deg, 0%, #fff, 48%, #fff, 48%, #fce1a3, 50%, #fce1a3, 50%, #ffd26d, 100%, #ffd26d);
    background: -o-linear-gradient(-15deg, 0%, #fff, 48%, #fff, 48%, #fce1a3, 50%, #fce1a3, 50%, #ffd26d, 100%, #ffd26d);
    background: -ms-linear-gradient(-15deg, #fff 0%, #fff 48%, #fce1a3 48%, #fce1a3 50%, #ffd26d 50%, #ffd26d 100%);
    background: linear-gradient(135deg, 0%, #fff, 48%, #fff, 48%, #fce1a3, 50%, #fce1a3, 50%, #ffd26d, 100%, #ffd26d);
}

.main-slide .orange{
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #fff), color-stop(48%, #fff), color-stop(48%, #ffd1ae), color-stop(50%, #ffd1ae), color-stop(50%, #feb075), color-stop(100%, #feb075));
    background: -moz-linear-gradient(-15deg, #fff 0%, #fff 48%, #ffd1ae 48%, #ffd1ae 50%, #feb075 50%, #feb075 100%);
    background: -webkit-linear-gradient(-15deg, 0%, #fff, 48%, #fff, 48%, #ffd1ae, 50%, #ffd1ae, 50%, #feb075, 100%, #feb075);
    background: -o-linear-gradient(-15deg, 0%, #fff, 48%, #fff, 48%, #ffd1ae, 50%, #ffd1ae, 50%, #feb075, 100%, #feb075);
    background: -ms-linear-gradient(-15deg, #fff 0%, #fff 48%, #ffd1ae 48%, #ffd1ae 50%, #feb075 50%, #feb075 100%);
    background: linear-gradient(135deg, 0%, #fff, 48%, #fff, 48%, #ffd1ae, 50%, #ffd1ae, 50%, #feb075, 100%, #feb075);
}

.main-slide .lila{
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #fff), color-stop(48%, #fff), color-stop(48%, #e7c8e5), color-stop(50%, #e7c8e5), color-stop(50%, #d6a8d6), color-stop(100%, #d6a8d6));
    background: -moz-linear-gradient(-15deg, #fff 0%, #fff 48%, #e7c8e5 48%, #e7c8e5 50%, #d6a8d6 50%, #d6a8d6 100%);
    background: -webkit-linear-gradient(-15deg, 0%, #fff, 48%, #fff, 48%, #e7c8e5, 50%, #e7c8e5, 50%, #d6a8d6, 100%, #d6a8d6);
    background: -o-linear-gradient(-15deg, 0%, #fff, 48%, #fff, 48%, #e7c8e5, 50%, #e7c8e5, 50%, #d6a8d6, 100%, #d6a8d6);
    background: -ms-linear-gradient(-15deg, #fff 0%, #fff 48%, #e7c8e5 48%, #e7c8e5 50%, #d6a8d6 50%, #d6a8d6 100%);
    background: linear-gradient(135deg, 0%, #fff, 48%, #fff, 48%, #e7c8e5, 50%, #e7c8e5, 50%, #d6a8d6, 100%, #d6a8d6);
}

.main-slide .mintgreen{
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #fff), color-stop(48%, #fff), color-stop(48%, #72e6e4), color-stop(50%, #72e6e4), color-stop(50%, #3ad2d0), color-stop(100%, #3ad2d0));
    background: -moz-linear-gradient(-15deg, #fff 0%, #fff 48%, #72e6e4 48%, #72e6e4 50%, #3ad2d0 50%, #3ad2d0 100%);
    background: -webkit-linear-gradient(-15deg, 0%, #fff, 48%, #fff, 48%, #72e6e4, 50%, #72e6e4, 50%, #3ad2d0, 100%, #3ad2d0);
    background: -o-linear-gradient(-15deg, 0%, #fff, 48%, #fff, 48%, #72e6e4, 50%, #72e6e4, 50%, #3ad2d0, 100%, #3ad2d0);
    background: -ms-linear-gradient(-15deg, #fff 0%, #fff 48%, #72e6e4 48%, #72e6e4 50%, #3ad2d0 50%, #3ad2d0 100%);
    background: linear-gradient(135deg, 0%, #fff, 48%, #fff, 48%, #72e6e4, 50%, #72e6e4, 50%, #3ad2d0, 100%, #3ad2d0);
}

.main-slide .darkblue{
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #fff), color-stop(48%, #fff), color-stop(48%, #598197), color-stop(50%, #598197), color-stop(50%, #264b60), color-stop(100%, #264b60));
    background: -moz-linear-gradient(-15deg, #fff 0%, #fff 48%, #598197 48%, #598197 50%, #264b60 50%, #264b60 100%);
    background: -webkit-linear-gradient(-15deg, 0%, #fff, 48%, #fff, 48%, #598197, 50%, #598197, 50%, #264b60, 100%, #264b60);
    background: -o-linear-gradient(-15deg, 0%, #fff, 48%, #fff, 48%, #598197, 50%, #598197, 50%, #264b60, 100%, #264b60);
    background: -ms-linear-gradient(-15deg, #fff 0%, #fff 48%, #598197 48%, #598197 50%, #264b60 50%, #264b60 100%);
    background: linear-gradient(135deg, 0%, #fff, 48%, #fff, 48%, #598197, 50%, #598197, 50%, #264b60, 100%, #264b60);
}


.main-slide .greengrey{
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #fff), color-stop(48%, #fff), color-stop(48%, #d0e5e7), color-stop(50%, #d0e5e7), color-stop(50%, #b6dbdf), color-stop(100%, #b6dbdf));
    background: -moz-linear-gradient(-15deg, #fff 0%, #fff 48%, #d0e5e7 48%, #d0e5e7 50%, #b6dbdf 50%, #b6dbdf 100%);
    background: -webkit-linear-gradient(-15deg, 0%, #fff, 48%, #fff, 48%, #d0e5e7, 50%, #d0e5e7, 50%, #b6dbdf, 100%, #b6dbdf);
    background: -o-linear-gradient(-15deg, 0%, #fff, 48%, #fff, 48%, #d0e5e7, 50%, #d0e5e7, 50%, #b6dbdf, 100%, #b6dbdf);
    background: -ms-linear-gradient(-15deg, #fff 0%, #fff 48%, #d0e5e7 48%, #d0e5e7 50%, #b6dbdf 50%, #b6dbdf 100%);
    background: linear-gradient(135deg, 0%, #fff, 48%, #fff, 48%, #d0e5e7, 50%, #d0e5e7, 50%, #b6dbdf, 100%, #b6dbdf);
}

.main-slide .grey{
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #fff), color-stop(48%, #fff), color-stop(48%, #d9dee4), color-stop(50%, #d9dee4), color-stop(50%, #bbc4ce), color-stop(100%, #bbc4ce));
    background: -moz-linear-gradient(-15deg, #fff 0%, #fff 48%, #d9dee4 48%, #d9dee4 50%, #bbc4ce 50%, #bbc4ce 100%);
    background: -webkit-linear-gradient(-15deg, 0%, #fff, 48%, #fff, 48%, #d9dee4, 50%, #d9dee4, 50%, #bbc4ce, 100%, #bbc4ce);
    background: -o-linear-gradient(-15deg, 0%, #fff, 48%, #fff, 48%, #d9dee4, 50%, #d9dee4, 50%, #bbc4ce, 100%, #bbc4ce);
    background: -ms-linear-gradient(-15deg, #fff 0%, #fff 48%, #d9dee4 48%, #d9dee4 50%, #bbc4ce 50%, #bbc4ce 100%);
    background: linear-gradient(135deg, 0%, #fff, 48%, #fff, 48%, #d9dee4, 50%, #d9dee4, 50%, #bbc4ce, 100%, #bbc4ce);
}


.main-slide .greyblue{
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #fff), color-stop(48%, #fff), color-stop(48%, #a3bad0), color-stop(50%, #a3bad0), color-stop(50%, #7998b6), color-stop(100%, #7998b6));
    background: -moz-linear-gradient(-15deg, #fff 0%, #fff 48%, #a3bad0 48%, #a3bad0 50%, #7998b6 50%, #7998b6 100%);
    background: -webkit-linear-gradient(-15deg, 0%, #fff, 48%, #fff, 48%, #a3bad0, 50%, #a3bad0, 50%, #7998b6, 100%, #7998b6);
    background: -o-linear-gradient(-15deg, 0%, #fff, 48%, #fff, 48%, #a3bad0, 50%, #a3bad0, 50%, #7998b6, 100%, #7998b6);
    background: -ms-linear-gradient(-15deg, #fff 0%, #fff 48%, #a3bad0 48%, #a3bad0 50%, #7998b6 50%, #7998b6 100%);
    background: linear-gradient(135deg, 0%, #fff, 48%, #fff, 48%, #a3bad0, 50%, #a3bad0, 50%, #7998b6, 100%, #7998b6);
}


.main-slide .darkyellow .mhmr,
.main-slide .lightblue .mhmr{
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}

.main-slide .yellow .mhmr .head a,
.main-slide .yellow .mhmr .usp:before,
.main-slide .yellow .mhmr .usp-head{
   color:#444;
}



.main-slide .height,
.main-slide .main-category,
.main-slide .mhmr {
    height: 100%;
    border-radius: 4px;
}

.main-subcats .cat-img {
    background: #fff;
    border-radius: 4px;
    padding: 6px;
    margin: -10px 0px -10px -10px;
    overflow: hidden;
    float: left;
    height: 102px;
    width: 129px;
}

.main-subcats .panel-body {
    padding: 15px;
}

.main-subcats .sub-info {
    display: table;
    height: 81px;
}

.main-subcats .align-middle {
    display: table-cell;
    vertical-align: middle;
}

.main-subcats .sub-caption {
    color: #666;
    font-size: 16px;
}

.main-subcats .name {
    color: #333;
    font-size: 17px;
    font-weight: bold;
    display: block;
}

.main-subcats a {
    display: block;
    text-decoration: none!important;
}

.main-subcats .panel:after {
    content: "\f105";
    font: normal normal normal 14px/1 Font Awesome\ 5 Pro;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 15px;
    font-size: 20px;
}

.title-subcats {
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 15px;
    padding: 5px 0;
}

.main-subcats .panel:hover {
    border: 1px solid #ccc;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.10);
}

.main-subcats .panel {
    margin-bottom: 15px;
}

.main-subcats {
    margin-right: 0px;
}

.main-subcats div[class*="col-"] {
    padding-right: 0px;
}

.main-subcats img {
    max-width: 117px;
    height: 90px;
}

.main-category {
    padding: 116px 240px 0px 80px;
}

.main-category .text{
    z-index: 9;
    position: relative;
}

.main-category img {
    max-height: 450px;
    position: absolute;
    bottom: -60px;
    right: -90px;
    max-width: 320px;
}


.main-category li {
    font-size: 16px;
    color: #666;
}

.main-category h2 {
    font-weight: bold;
    font-size: 22px;
    color: #333;
}

.main-category ul {
    padding: 20px 0px;
}

#homepage .main-category ul {
    padding:8px 0 20px 0;
}

.mhmr {
    height: 100%;
    padding: 116px 0px 0px 110px;
}

.mhmr .head {
    font-size: 18px;
    margin-bottom: 15px;
}

.mhmr .head a, .mhmr .head span{
    color: #fff;
    font-size: 22px;
    text-decoration: none;
}

.mhmr .head a:hover {
    text-decoration: underline;
}

.mhmr .row.usp {
    margin: 0 0 17px 0;
}

.mhmr .usp-head {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
}

.mhmr .usp:before{
    content: "\f00c";
    font-family: Font Awesome\ 5 Pro;
    font-size: 20px;
    color: #fff;
    float: left;
    display: inline-block;
    margin-right: 11px;
}

/* Trust sidebar */

.trust-sidebar {
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    color: #666;
}

.trust-sidebar i.fa-check-circle {
    color: #333;
    margin-right: 10px;
}

.trust-sidebar .product-usp {
    padding: 6px 0px;
}

.trust-sidebar .usp-title {
    line-height: 22px;
}

.trust-sidebar .usp-list {
    padding: 25px 30px;
}

.trust-sidebar .usp-list a[target="_blank"]:after {
    content: "\f08e";
    font-family: Font Awesome\ 5 Pro;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    margin-left: 5px;
    font-size: 10px;
    color: #ccc;
    text-decoration: none;
}

/* Top products homepage */

.section {
    margin-top: 30px;
}


section .title {
    text-align:center;
    color: #333;
    font-size: 20px;
    margin-bottom: 40px;
    font-weight: bold;
}

section .product-config .title {
    font-size: 14px;
}

/* Text homepage */

.home-cats{
    margin-bottom: 0px;
    height:523px;
}

.theme-cats{
    margin-top: 20px;
}

.theme-cats .cat-img {
    padding:6px;
}

.theme-cats.main-subcats .cat-img,
.theme-cats.main-subcats img{
    width: 140px;
    height: 140px;
}

.theme-cats.main-subcats .cat-img img{
    width:100%;
    height:auto;
}

.theme-cat-group{
    margin-top:30px;
    margin-right: 0px;
}

.theme-cat-group{
    margin-top:30px;
    margin-right: 0px;
}


.theme-cats.main-subcats .sub-info{
    height: 120px;
}

.home-cats .list-group{
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.home-cats.collapsed{
    height:auto;
    position: absolute;
    z-index: 12;
    border: 1px solid rgba(0,0,0,.3);
}

.home-cats.collapsed .list-group{
     position: relative;
}

.open .home-cats{
    margin-bottom: 0px;
    height:523px;
    z-index:13;
    border: 1px solid rgba(0,0,0,.3);
}


/* Dropdown feature!! */

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -2px;
    padding-top:0px;
    margin-left: -1px;
    -webkit-border-radius: 0px 4px 4px 0px;
    -moz-border-radius: 0px 4px 4px 0px;
    border-radius: 0px 4px 4px 0px;
    width: auto;
    width: 260px;
}

.dropdown-submenu>.dropdown-menu a:first-child {
    border-top:0px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}


/* End dropdown */


.open#homepage{
    z-index: 20;
    position: relative;
}

.hometext {
    padding-bottom: 20px;
}

.hometext div {
    margin-top: 10px;
}

.hometext h1 {
    font-size: 22px;
    margin-top: 20px;
}

.hometext h2 {
    font-size: 18px;
    margin-top: 20px;
}

.hometext p {
    color: #666;
}

.hometext ul {
    color: #666;
    margin-bottom: 5px;
}

.hometext li {
    list-style: inside;
}

.hometext table, .hometext th, .hometext td {
    border: 1px solid #666;
    padding: 5px;
    color: #666;
}

.faq-store div {
    margin-bottom: 30px;
    color: #666;
}

.short-intro {
    padding: 20px;
}

.short-intro p {
    color: #666;
    margin-bottom: 0px;
}

.short-intro h1 {
    font-size: 20px;
    font-weight: bold
}

/* Klantenservice */

.experts-box img {
    float: left;
    height: 60px;
}

.experts {
    border-radius: 4px;
    border: 1px solid #eaeaea;
    margin-bottom: 20px;
}

.experts-box-right {
    border-left: 1px solid #eaeaea;
    padding: 39px 0px;
}

.team-pinkcube .caption {
    margin-top: 0px;
}

.team-pinkcube figure {
    text-align: center;
}

.team-pinkcube h2 {
    display: block;
    width: 100%;
    margin: 20px 0px;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #eaeaea;
}

.team-pinkcube .row>div {
    margin-bottom: 10px;
}

.blokken_referenties img {
    max-width: 100%;
}

.blokken_referenties .blok {
    text-align: center;
    float: left;
    width: 20%;
}

.service-prev {
    margin: 0px 0 15px 0px;
}

.service-prev i{
   float: left;
    margin: 3px;
}

.category_label {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hometext {
    margin-top: 20px;
}


.category-intro p{
    display: inline;
}



/* Font Awesome\ 5 Pro loader
-------------------------------------------------- */

.modal-loader {
    margin-left: 48%;
    color: #666;
}

/* --- */

#show-all-customer-logos {
    margin: 6px 0 0 2px;
}

label.customer-image,
label.visual {
    width: 100%;
    height: 200px;
    overflow: hidden;
    float: left;
    margin: 3px;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #fff;
    background-position: 50% 50%;
}

label.customer-image input,
label.visual input {
    cursor: pointer;
    top: 45%;
    left: 10px;
    position: absolute;
}

label.customer-image,
label.visual {
    border: 10px solid transparent;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    border-color: #f3f3f3;
}

label.customer-image:hover,
label.visual:hover {
    border-color: #eaeaea;
}

label.customer-image.active,
label.visual.active {
    border-color: #5cb85c;
}

.over-pinkcube p,
.social-responsibility p {
  font-size: 14px;
  line-height: 24px;
  color: #555;
}

.social-responsibility .slick-track {
    display: flex !important;
}

.social-responsibility .slick-slide {
    height: inherit !important;
}

.social-responsibility .slick-arrow {
    border-radius: 8px;
    background: none;
    overflow: hidden;
    border: none;
    width: 40px;
    top: 40%;
}

.social-responsibility .slick-arrow:focus {
    border-radius: 8px;
    border: none;
}

.social-responsibility .slick-arrow:hover {
    background: #f5f5f5;
}

.social-responsibility .slick-prev {
    left: 12px;
}

.social-responsibility .slick-next {
    right: 10px;
}

@media (max-width: 768px) {
    .social-responsibility .slick-arrow {
        display: none !important;
    }

    .social-responsibility .products-slider .product {
        max-width: 200px;
    }
}

/* Kiyoh home */

.info-block .info-comment {
    border-radius: 4px;
    background: #ffffff;
    border: 1px solid #eaeaea;
}

.info-block .text-url {
    margin-bottom: 0px !important;
}

.info-block .stars {
    margin: 0 0 0 2px;
}

.info-block .stars i {
    color: #008600;
    letter-spacing: 2px
}

.kiyoh-rating {
    font-size: 14px;
    position: relative;
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 4px;
}

.kiyoh-rating a strong {
    color: #337ab7 !important;
}

.kiyoh-rating .kiyoh-part-1 {
    padding: 25px 0 7px 0;
}

.kiyoh-rating .kiyoh-part-1 p {
    font-size: 14px;
}

.kiyoh-rating .kiyoh-part-1 .stars i {
    color: #008600;
    margin-bottom: 6px;
}

.kiyoh-rating .kiyoh-part-1 a {
    text-decoration: underline;
}

.kiyoh-rating .kiyoh-part-2 {
    text-align: left;
    padding: 12px 12px 12px 12px;
    border-bottom: 0px dotted #ddd;
    border-radius: 3px 3px 0 0;
    background: #fff;
}

.kiyoh-rating .kiyoh-part-2 .star i {
    font-size: 14px;
    letter-spacing: 2px;
    color: #008600;
}

.kiyoh-rating .kiyoh-part-2 .rate {
    margin-left: 3px;
    font-size: 14px;
}

.kiyoh-rating .kiyoh-part-2 ul li div {
    float: right
}

.kiyoh-rating .kiyoh-part-2 ul li {
    margin-bottom: 5px;
    font-size: 14px;
}

.kiyoh-rating .kiyoh-part-2 ul li:last-child {
    margin-bottom: 0px;
}

.kiyoh-rating .kiyoh-part-2 .name {
    display: inline-block;
    width: 118px;
}

.kiyoh-rating .kiyoh-part-2 .rate {
    margin-right: 2px;
    font-size: 14px;
    font-weight: 700;
}

.kiyoh-rating .kiyoh-part-3 {
    text-align: center;
    padding: 12px 12px 12px 12px;
    border-top: 1px dotted #ddd;
    border-radius: 0 0 3px 3px;
    background: #fff;
}

.kiyoh-rating .kiyoh-part-3 .total {
    display: block;
    font-size: 14px;
    margin-top: 0px;
    text-align: center;
}

/* Loader */

.ldr-ch {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: url(../images/wit70.png);
    left: 0px;
    top: 0px;
}

.ldr-ch img,
.ldr-nb img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -12px 0 0 -12px;
}

/* FAQ */

.faq .head {
    font-size: 20px;
    font-weight: bold;
}

.faq .slog {
    font-size: 18px;
    color: #666;
}

.faq h2 {
    font-weight: bold;
    font-size: 16px;
}

.faq .panel-heading {
    font-weight: bold;
}

.stylish-input-group .input-group-addon {
    background: white !important;
}

.stylish-input-group .form-control {
    border-right: 0;
    box-shadow: 0 0 0;
    border-color: #ccc;
}

.stylish-input-group button {
    border: 0;
    background: transparent;
}

.circle {
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    width: 10px;
    height: 10px;
}

.circle.online {
    background: green;
}

.circle.offline {
    background: red;
}

.contact-caption {
    margin-top: 10px;
    color: #666;
}

.gif-border {
    margin-top: 20px;
    max-width: 100%;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
}

.gif-border img {
    max-width: 100%
}

ul.faq-category-items {
    margin-top: 20px;
}

ul.faq-category-items li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eaeaea;
}

ul.faq-category-items li:last-child {
    border-bottom: 0px;
}

ul.faq-category-items h3 {
    font-size: 17px;
    margin-bottom: 10px;
}

.faq table {
    margin-top: 20px;
}

.faq table thead {
    background: #f3f3f3;
}

.faq .table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 1px;
}

.faq .table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 10px 25px 10px 25px;
}

.faq table tr td {
    vertical-align: middle;
    color: #555;
}

.faq table tr td:first-child {
    position: relative;
    padding-left: 47px;
}

.faq table .free {
    color: green;
}

.faq-payment-icon:before {
    content: '';
    position: absolute;
    left: 8px;
    top: 50%;
    margin-top: -10px;
    width: 30px;
    height: 20px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    background-size: 30px 212px;
    background-image: url('../images/faq-payment-icons.png');
}

.faq-payment-icon[data-method=ideal]:before {
    background-position: 0px 0px;
}

.faq-payment-icon[data-method=creditcard]:before {
    background-position: 0px -21px;
}

.faq-payment-icon[data-method=bancontact]:before {
    background-position: 0px -41px;
}

.faq-payment-icon[data-method=paypal]:before {
    background-position: 0px -62px;
}

.faq-payment-icon[data-method=vooruitbetalen]:before {
    background-position: 0px -83px;
}

.faq-payment-icon[data-method=achteraf-betalen]:before {
    background-position: 0px -104px;
}

.faq-payment-icon[data-method=ing-homepay]:before {
    background-position: 0px -125px;
}

.faq-payment-icon[data-method=belfius]:before {
    background-position: 0px -145px;
}

.faq-payment-icon[data-method=kbc]:before {
    background-position: 0px -166px;
    height: 23px;
}

.faq-payment-icon[data-method=banktransfer]:before {
    background-position: 0px -190px;
    height: 22px;
}

.faq-payment-name {
    display: inline-block;
    margin-top: 3px;
}

.faq-contact h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.faq-contact .well {
    margin-bottom: 0px;
    border: 1px solid #eaeaea;
    border-radius: 4px 4px 0px 0px;
    box-shadow: none;
}

.faq-contact-icons {
    padding: 25px 0 10px 0;
    border: 1px solid #eaeaea;
    border-top: 0px;
    border-radius: 0px 0px 4px 4px;
}

.faq-contact-icons span.icon {
    float: left;
    margin-right: 9px;
}

.faq-contact-icons .icon i:nth-child(2) {
    font-size: 18px;
}

.faq-contact-icons .icon .fa-circle {
    color: #333;
}

.faq-contact-icons h2 {
    font-weight: normal;
    font-size: 16px;
    margin-top: 2px;
    margin-bottom: 10px;
}

.faq-contact-icons .contact-caption {
    margin-top: 0px;
}

.faq-contact-icons .col-md-6 {
    padding-left: 31px;
    margin-bottom: 15px;
}

/* FAQ search */

.faq-search-container {
    display: none;
}

.faq-search-container .search-head {
    margin-bottom: 10px;
}

.faq-result {
    width: 100%;
    padding: 20px;
    float: left;
    margin-top: 15px;
    border-top: 1px solid #eaeaea;
}

.category-faq-result {
    padding: 20px;
    position: relative;
    min-height: 100px;
    border: 1px solid #eaeaea;
    border-top: 0px;
}

.category-faq-result .hl {
    padding: 3px;
    border-radius: 3px;
    background: #de479c;
    color: #fff;
}

.faq-info-block {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eaeaea;
}

.faq-info-block img {
    width: 100%;
    border-radius: 5px;
}

.faq-info-block-text {
    display: table;
    height: 100%;
}

.faq-info-block-text .faq-info-block-text-in {
    display: table-cell;
    vertical-align: middle;
}

.faq-info-block-text {
    padding: 0 50px;
    font-size: 14px;
}

.faq-info-block-text h2 {
    font-size: 18px;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

span.email-check-status {
    position: absolute;
    right: 25px;
    top: 9px;
}

a.use-mailgun-suggestion {
    cursor: pointer;
}

div.email-validator-container {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.account-login {
    padding-top: 20px;
}

/* Compisitions */

#composition {
    padding: 10px 0px;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    height: 55px;
}

#composition input {
    border-right: 0px;
}

#composition input.qty {
    width: 65%;
}

#composition input.budget {
    width: 35%;
}

#composition .radio label {
    padding: 5px 5px 5px 40px;
    width: 200px;
}

#composition .radio label:hover {
    background: #fafafa;
}

#composition .dropdown-menu {
    padding: 10px 0px;
}

#composition .radio {
    margin: 0px;
}

#composition .show-price-label {
    margin-right: 10px;
}

#composition .input-group {
    width: 600px;
    float: left;
    margin-right: 50px;
}

#composition .btn:focus {
    outline: 0;
}

.comp-decoration {
    width: 130px;
    padding-right: 20px;
}

.comp-decoration:after {
    content: "\f107";
    position: absolute;
    right: 14px;
    top: 10px;
    height: 12px;
    width: 16px;
    font: normal normal normal 14px/1 Font Awesome\ 5 Pro;
    color: #333;
}

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

@media (min-width: 1200px) and (max-width: 1599px) {
    .hidden-lg {
        display: none !important;
    }

}

@media (min-width: 1200px) and (max-width: 1300px) {
    .delivery-date.product {
        width: 140px;
    }

}

@media (max-width: 320px) {
    .menu-xs {
        padding: 10px 9px;
    }
}

/* Steps */

.steps {
    list-style-type: none;
    padding: 0;
    border-radius: 4px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
    background: #ccc;
    padding: 1px;
}

.steps li {
    display: block;
    float: left;
    padding-right: 1px;
    width: 20%;
    position: relative;
}

.steps li.first p {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.steps li.last p {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.steps i {
    margin-right: 12px;
}

.steps li.last {
    display: block;
    float: left;
    padding-right: 0px;
    width: 20%;
}

.steps p {
    margin: 0px;
}

.steps li a,
.steps li p {
    background: #fff;
    padding: 14px 0px;
    color: #333;
    display: block;
    font-size: 14px;
    font-weight: normal;
    position: relative;
    text-indent: 12px;
    text-align: center;
}

.steps li a:hover,
.steps li p:hover {
    text-decoration: none;
}

.steps li a:before,
.steps li p:before {
    border-bottom: 24px solid transparent;
    border-left: 12px solid #ccc;
    border-top: 24px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    left: 0;
    top: 50%;
    width: 0;
    margin-top: -24px;
}

.steps li a:after,
.steps li p:after {
    border-bottom: 24px solid transparent;
    border-left: 12px solid #fff;
    border-top: 24px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    left: 100%;
    top: 50%;
    width: 0;
    margin-top: -24px;
    z-index: 1;
}

.steps li.first a:before,
.steps li.first p:before {
    border-bottom: 0px solid transparent;
    border-left: 0px solid #fff;
    border-top: 0px solid transparent;
}

.steps li.last a:after,
.steps li.last p:after {
    border-bottom: 0px solid transparent;
    border-left: 0px solid #fff;
    border-top: 0px solid transparent;
}

.steps li.active a,
.steps li.active p {
    background: #fff;
    color: #333;
}

.steps li.active a:after,
.steps li.active p:after {
    border-left: 12px solid #fff;
}

.steps li.undone a,
.steps li.undone p {
    background: #fafafa;
    color: #333;
}

.steps li.undone a:after,
.steps li.undone p:after {
    border-left: 12px solid #fafafa;
}

.steps li.undone p,
.steps li.undone a {
    color: #777;
}

.steps li.undone a:hover {
    text-decoration: underline;
}

.steps span.number {
    background: white;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    color: #aaa;
    display: inline-block;
    font-weight: bold;
    line-height: 1.6em;
    margin-right: 15px;
    text-align: center;
    width: 1.6em;
    text-indent: 0px;
    border: 1px solid #ccc;
}

.steps .active span.number {
    color: #333;
}

.steps .done span.number {
    color: #333;
}

.steps .undone span.number {
    border: 1px solid #eaeaea
}

.step-btn {
    padding: 6px 18px;
}

.step-btn i {
    margin-left: 10px;
    margin-right: 0px!important;
}

.steps .done:before {
    content: "\f058";
    font: bold 18px/1 Font Awesome\ 5 Pro;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    color: #121010;
    z-index: 10;
    position: absolute;
    right: 15px;
    top: 16px;
    color: #398439;
}

.other_categories{
    margin: 15px 0 0 20px;
    display: inline-block;
    cursor: pointer;
}

.other_categories a{
    text-decoration: none;
}

.other_categories a .fa-binoculars{
    margin-right:10px;
}

.other_categories a .fa-angle-down{
    margin-left:10px;
}

.other_categories .dropdown-menu li a{
    padding:6px 6px;
}

.all-categories{
    border-top: 1px solid #e5e5e5;
    padding: 25px 0px;
    height: 100px;
    margin-top:10px;
}

.all-categories .title{
   font-size:18px;
}


.all-categories .btn{
    font-size: 18px;
    padding: 18px 40px 18px 20px;
    position: relative;
}

.all-categories .btn:after {
    content: "\f105";
    font: normal normal normal 14px/1 Font Awesome\ 5 Pro;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 15px;
    font-size: 20px;
}

.file-input .input-group{
    margin-top:15px;
}

#upload_files{
    padding: 20px;
    border: 1px solid rgb(229, 229, 229);
    border-radius: 7px;
    margin: 10px 0px;
    box-shadow: 1px 1px 10px #00000014;
}

#upload_files .checkbox{
    margin-top:10px;
}

.clear-file-upload,
.remove-file-upload{
    position: absolute;
    right:15px;
    top:11px;
    cursor: pointer;
    color:#aaa;
    z-index: 3;
}

.form-title{
    font-size: 18px;
    padding: 15px 25px;
    color: #8b8b8b;
}

#extra-text{
    margin-top: 10px;
}

.payment-radio img{
    position: absolute;
    left: 30px;
    top: 10px;
}

.payment-radio .method-name{
    padding: 8px 10px 8px 50px;
    display: inline-block;
}


.payment-radio .method-name.multiline{
    padding-top: 0px;
    display: inline-block;
    margin-left: 5px;
}



section.white{
    background: #fff;
}

section.white.padding{
    background: #fff;
    padding:50px 0px;
}

.product-info-inner{
    padding:0 8px;
}

.product-info-inner a {
    color:#0ae;
    text-decoration:underline;
}

.product-info-nav{
    padding:20px 0;
    margin:50px 0 0 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.product-info-nav.active{
    width:100%;
    background: #fff;
    z-index: 50;
    box-shadow: 0px 5px 8px 0 rgba(0, 0, 0, 0.20);
}

.product-info-container{
    padding-top:10px;
    padding-bottom: 40px;
}

.product-info-container .product-info{
    padding-top:30px;
    width: 100%;
    float: left;
}

.product-info-container .product-info .icon{
    height: 48px;
    width: 48px;
    border-radius: 24px;
    margin-right: 5px;
    font-weight: 900;
    margin-left: 10px;
    margin-right: 15px;
    border: 2px solid #333;
}

.product-info-container .product-info-title {
    font-size:20px;
    margin-bottom: 20px;
    display: inline-block;
    font-weight: 500;
}

.product-nav{
    float: left;
    margin: 0;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.product-nav-actions{
    display: none;
    margin: -10px;
}

.product-nav-actions .btn{
    padding: 10px 20px;
    margin-left: 10px;
}

.product-info-nav.active .product-nav-actions{
    display: block;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.product-nav li{
    float: left;
    position: relative;
    display: block;
    font-size:16px;
    margin-right: 10px;
}

.product-nav li span.active{
   font-weight: bold;
}

.product-nav li i{
    margin-right:10px;
}

.product-nav span{
    padding: 10px 12px;
    text-decoration: none;
    cursor: pointer;
}





#homepage .main-category {
    padding: 60px 80px 60px 60px;
}

#homepage .main-category h2 {
    margin-bottom: 20px;
}














.filter-container #products-container{
    position: relative;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    background: #fff;
}

.catalog-container .search-top {
    padding: 10px 0px;
}

.total-result {
    padding: 3px;
    font-size: 16px;
    color: #666;
}

.total-result strong {
    color: #333;
    font-weight: bold;
}


.fa .is-rounded{

}









.filter-container{
    padding-top:20px;
}

.filter-container .search-top{
    padding: 20px 0px;
}

.filter{
    padding: 60px 60px 60px 120px;
}

.filter-title img{
    margin-right:20px;
}

.filter-title{
    font-size: 22px;
    color:#fff;
    font-weight: bold;
    margin-bottom:20px;
}

.filter-fields .row{
    padding:10px 0px;
}

.filter-fields .input-group{
    width: 100%;
}

.filter-fields .input-group-addon.icon-addon{
    background: #fff;
    width:70px;
}

.filter-fields .input-group-addon,
.filter-fields .form-control{
    padding: 16px 22px;
    font-size: 20px;
    height: 65px;
}

.datepicker{
    margin-top: 0px;
}


.icon-arrow-right:before{
    content: "\f105";
    font: normal normal normal 14px/1 Font Awesome\ 5 Pro;
    font-weight: 900;
}

.icon-arrow-left:before{
    content: "\f104";
    font: normal normal normal 14px/1 Font Awesome\ 5 Pro;
    font-weight: 900;
}

.filter-color-menu{
    width: 100%;
}

.filter-color-menu .checkbox{
    margin:0px 5px;
}

.filter-action .btn{
    margin-top:10px;
    width: 100%;
    background: #5dcae5;
    border-color: #fff;
    color: #fff;
    padding: 18px;
    font-size: 18px;
}

.filter-action .disabled{
    opacity: 0.5;
}

.filter-results{
    color: #fff;
    padding: 30px;
    font-size: 18px;
    text-align: center;
    width: 100%;
    display: block;
}


/* Top filter  */

.top-filter{
    padding:20px;
}

.top-filter .input-group{
    width: 100%;
}

.top-filter .input-group{
    margin-bottom: 10px;
}

.top-filter .input-group-addon.icon-addon{
    background: #fff;
    width:55px;
}


.top-filter .input-group-addon,
.top-filter .form-control{
    padding: 12px 16px;
    font-size: 16px;
    height: 50px;
}

.filter-container .active-filters
{
    width: 100%;
    margin-top: 15px;
    border-top: 1px solid #e5e5e5;
    padding-top: 15px;
}

.decorations .radio{
    margin:3px 0px;
}

.price-switch{
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: 10;
}

.price-budget{
    position: relative;
}






/* main usps*/

.main-usps p {
    color:#666;
    padding:20px 40px;;
}

.main-usps h2{
   margin-top:20px;
}




















/* Home blocks */

.home-block{
    position: relative;
    border: 1px solid #e5e5e5;
    margin: 2%;
    overflow: hidden;
    width: 100%;
    border-radius:4px;
    display: block;
}

.home-block h2{
    margin: 0px;
}

.home-block .home-block-title{
    position: absolute;
    left:20px;
    right:20px;
    bottom:20px;
    padding:20px;
    background: #fff;
    border-radius: 4px;
    background: #fff;
    text-decoration:none;
    text-align: center;
}

.home-block img {
    max-height: 105%;
    width:100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.home-block:hover img {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.main-home .home-block{
    margin:0%;
    height: 254px;
    margin-bottom: 15px;
}

.main-home .home-block .home-block-title{
    left:16px;
    right:16px;
    bottom:16px;
    padding:16px;
}



/* Home categories */

.home-category{
    padding:20px;
    border-radius: 4px;
    background: #fff;
    margin-bottom: 40px;
    border:1px solid #eaeaea;
}

.home-category a{
    text-decoration: none;
}

.home-category .home-category-title{
   font-size:20px;
   margin-bottom: 10px;
   display: block;
}

.home-category-list{
    padding-left:20px;
    font-size: 14px;
    line-height: 24px;
}

.home-category-list li:before{
    content: "\f105";
    font-family: Font Awesome\ 5 Pro;
    display: inline-block;
    margin-left: -16px;
    width: 16px;
    font-size: 11px;
}

.home-category img {
  max-width: 80%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.home-category a:hover img {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

  /* Floating labels */

.floating-input::placeholder {
    color: rgba(0, 0, 0, 0);
    opacity: 0;
}

select.floating-input{
    height: unset;
    padding: 20px 10px 6px 6px;
    -webkit-appearance:none;
}

.arrow-dropdown:after {
    position: absolute;
    top: 19px;
    right: 19px;
    content: "\f078";
    font: normal normal normal 10px/1 Font Awesome\ 5 Pro;
    font-weight: 900;
}

.floating-input::-moz-placeholder {
    color: rgba(0, 0, 0, 0);
    opacity: 0;
}
.floating-input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0);
    opacity: 0;
}
.floating-input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0);
    opacity: 0;
}

.floating-input:focus::placeholder {
    opacity: 0.5;
    color: #555;
}

.floating-input:focus::-moz-placeholder {
    opacity: 0.5;
    color: #555;
}

.floating-input:focus:-ms-input-placeholder {
    opacity: 0.5;
    color: #555;
}

.floating-label {
    font-weight: 400;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    transform: translate3d(0, 14px, 0) scale(1);
    transform-origin: left top;
    transition: 240ms;
    padding-left: 13px;
    color: #555;
    opacity: .5;
}

.floating.focused .floating-label {
    opacity: 1;
    transform: scale(0.75) translate3d(0, 8px, 0) scale(1);
    color: #555;
    opacity: .5;
}

.floating-input {
    align-self: flex-end;
}

.floating-input {
  padding: 30px 10px 15px 10px;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.floating select {
    padding-left: 9px;
}

/** Floating lables fix for IE11 */
_:-ms-fullscreen, :root .floating-input.form-control {
    min-height: 50px !important;
}

.form-horizontal .has-feedback .floating .form-control-feedback {
    top: 8px;
}

#couponcodeCheck {
    padding: 13.5px 18px;
}

.form-horizontal .has-feedback .select .form-control-feedback {
    right: 20px;
}

@media (min-width: 992px){
    .form-horizontal .floating-form .has-feedback .control-label {
        padding-top: 15px;
    }
}

/* End floating labels */

@media (max-width: 1024px) {
    .navbar.affix .reorder-icon, .navbar.affix .menu-account {
        display: none;
    }
}

@media (max-width: 991px){
    .small-pad-right{
        padding-right: 7.5px;
    }

    .small-pad-left{
        padding-left: 7.5px;
    }

    .floating.street {
        padding-bottom: 15px;
    }
}

@media (max-width: 411px){
    #couponcodeCheck {
        width: 37%;
        padding: 13.5px 0px;
    }

    a.new-logo {
        float: right!important;
        margin-bottom: 5px;
    }
}

@media (max-width: 320px){
    #billing-new-address-form .radio.radio-inline{
        padding-left: 0px;
        padding-right: 0px;
    }
}

.product-header {
    display: flex;
    align-items: center;
}

.product-header strong {
    width: 100%;
}






/* Coupon actions */

.label-coupon{
    background: #ffdc11;
    color:#333;
}

.coupon-action{
    background: #ffdc11;
    border-radius: 3px;
    width: 100%;
    padding: 6px 10px 6px 50px;
    overflow: hidden;
    position: relative;
    margin-bottom:10px;
}

.coupon-action-icon{
    background: #f2c700;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 34px;
    width: 34px;
    padding: 6px 10px;
}

/* Add XL col */

.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block,
.visible-xl {
    display: none !important;
}

@media (min-width: 1600px) {
    .modal-lg {
        width: 1200px
    }

    .container {
        width: 1500px
    }

    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9 {
        float: left;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px
    }


    .col-xl-12 {
        width: 100%
    }


    .col-xl-11 {
        width: 91.66666667%
    }


    .col-xl-10 {
        width: 83.33333333%
    }


    .col-xl-9 {
        width: 75%
    }


    .col-xl-8 {
        width: 66.66666667%
    }


    .col-xl-7 {
        width: 58.33333333%
    }


    .col-xl-6 {
        width: 50%
    }


    .col-xl-5 {
        width: 41.66666667%
    }


    .col-xl-4 {
        width: 33.33333333%
    }


    .col-xl-3 {
        width: 25%
    }


    .col-xl-2 {
        width: 16.66666667%
    }


    .col-xl-1 {
        width: 8.33333333%
    }


    .col-xl-pull-12 {
        right: 100%
    }


    .col-xl-pull-11 {
        right: 91.66666667%
    }


    .col-xl-pull-10 {
        right: 83.33333333%
    }


    .col-xl-pull-9 {
        right: 75%
    }


    .col-xl-pull-8 {
        right: 66.66666667%
    }


    .col-xl-pull-7 {
        right: 58.33333333%
    }


    .col-xl-pull-6 {
        right: 50%
    }


    .col-xl-pull-5 {
        right: 41.66666667%
    }


    .col-xl-pull-4 {
        right: 33.33333333%
    }


    .col-xl-pull-3 {
        right: 25%
    }


    .col-xl-pull-2 {
        right: 16.66666667%
    }


    .col-xl-pull-1 {
        right: 8.33333333%
    }


    .col-xl-pull-0 {
        right: auto
    }


    .col-xl-push-12 {
        left: 100%
    }


    .col-xl-push-11 {
        left: 91.66666667%
    }


    .col-xl-push-10 {
        left: 83.33333333%
    }


    .col-xl-push-9 {
        left: 75%
    }


    .col-xl-push-8 {
        left: 66.66666667%
    }


    .col-xl-push-7 {
        left: 58.33333333%
    }


    .col-xl-push-6 {
        left: 50%
    }


    .col-xl-push-5 {
        left: 41.66666667%
    }


    .col-xl-push-4 {
        left: 33.33333333%
    }


    .col-xl-push-3 {
        left: 25%
    }


    .col-xl-push-2 {
        left: 16.66666667%
    }


    .col-xl-push-1 {
        left: 8.33333333%
    }


    .col-xl-push-0 {
        left: auto
    }


    .col-xl-offset-12 {
        margin-left: 100%
    }


    .col-xl-offset-11 {
        margin-left: 91.66666667%
    }


    .col-xl-offset-10 {
        margin-left: 83.33333333%
    }


    .col-xl-offset-9 {
        margin-left: 75%
    }


    .col-xl-offset-8 {
        margin-left: 66.66666667%
    }


    .col-xl-offset-7 {
        margin-left: 58.33333333%
    }


    .col-xl-offset-6 {
        margin-left: 50%
    }


    .col-xl-offset-5 {
        margin-left: 41.66666667%
    }


    .col-xl-offset-4 {
        margin-left: 33.33333333%
    }


    .col-xl-offset-3 {
        margin-left: 25%
    }


    .col-xl-offset-2 {
        margin-left: 16.66666667%
    }


    .col-xl-offset-1 {
        margin-left: 8.33333333%
    }


    .col-xl-offset-0 {
        margin-left: 0
    }


    .visible-xl {
        display: block!important
    }


    table.visible-xl {
        display: table
    }


    tr.visible-xl {
        display: table-row!important
    }


    td.visible-xl,
    th.visible-xl {
        display: table-cell!important
    }


    .visible-xl-block {
        display: block!important
    }


    .visible-xl-inline {
        display: inline!important
    }


    .visible-xl-inline-block {
        display: inline-block!important
    }


    .hidden-xl {
        display: none!important
    }


    @media (min-width: 1599px) {
        .col-xl-5ths {
            width: 20%;
            float: left
        }


    }


    .col-xl-5ths {
        position: relative;
        min-height: 1px;
        padding-right: 12px;
        padding-left: 12px
    }


}


    /* less/more */

    [aria-expanded="false"] > .expanded,
    [aria-expanded="true"] > .collapsed {
        display: none;
    }

@media screen and (max-width: 767px) {
    #personalize-product {
        display: none !important;
    }

    .panel-body.cla .btn-quote {
        width: 100% !important;
        margin-bottom: 10px;
    }

    .panel-body.cla .btn-order {
        width: 100% !important;
    }

    #collapseCoupon input {
        width: 60%;
    }

    .mobile-vertical-list .item .product-info::after {
        content: "\f105";
        font: normal normal normal 14px/1 Font Awesome\ 5 Pro;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        position: absolute;
        top: 40%;
        right: 8px;
        font-size: 24px;
        color: #ccc;
    }

    .mobile-vertical-list .item button {
        display: none;
    }
    .mobile-vertical-list .item .action {
        margin-top: -36px !important;
    }

    .quote-product-actions  {
        float: left!important;
        margin-top: 10px;
    }
    .quote-increment  {
        float: right!important;
    }
}

@media screen and (min-width: 992px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}


/* Only for mobile                            MOBILE
-------------------------------------------------- */

@media (max-width: 992px) {
    .panel-body.cla .btn-quote, .panel-body.cla .btn-order {
        width: 100% !important;
    }
    /* Mobile category */
    .mobile-vertical-list .item .product-name {
        height: auto !important;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .mobile-vertical-list .item .round-number {
        display: none;
    }

    .mobile-vertical-list .item .supplier_info {
        display: none;
    }

    .mobile-vertical-list .item .pimg {
        height: 90px !important;
        width: 33.33333333%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .mobile-vertical-list .item .pimg img {
        max-width: 75px !important;
        max-height: 75px !important;
    }

    .mobile-vertical-list .item .product-info ul {
        height: auto !important;
        margin-bottom: 25px !important;
        font-size: 90%;
    }

    .mobile-vertical-list .item .product-info li {
        padding-top: 1px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .mobile-vertical-list .item .product-info li:nth-child(3) {
        display: none !important;
    }

    .mobile-vertical-list .item .product-info {
        height: auto !important;
        padding: 10px 20px 10px 5px !important;
        width: 66.66%;
        float: left;;
    }

    .mobile-vertical-list .item a {
        min-height: auto !important;
    }

    .mobile-vertical-list .item .delivery-date {
        font-size: 90%;
    }

    .mobile-vertical-list .item .price-comp {
        display: none !important
    }
    .mobile-vertical-list .item .price-price {
        font-size: 16px !important;
        margin-top: 5px;
    }

    .mobile-vertical-list .item .price-price .price-pre {
        margin: 0px 5px 0px 0px !important;
    }

    .mobile-vertical-list .item .action {
        padding: 0px 10px 5px 20px !important;
        background: none !important
    }

    .mobile-vertical-list .item .product-info .lbls {
        margin-top: 86px !important;
        float: left !important;
    }

    .mobile-vertical-list .item .product-info .lbls::after {
        content: "";
        display: block;
        clear: both;
    }

    .mobile-vertical-list .item .product-info .label {
        padding: 4px !important;
        font-size: 10px !important;
        margin-right: 4px !important;
    }

    .mobile-vertical-list .item .product-info .label .fa {
        display: none !important;
    }

    .mobile-vertical-list .item .action .fa-truck {
        margin-right: 5px !important;
        font-size: 90% !important;
    }

    .home-carousel-caption, .carousel-item {
        width: 250px;
    }


    .home-carousel-caption {
        width: 250px;
    }

    .carousel-item img {
        width: 180px !important;
        height: 200px !important;
    }

    .cart-usps  {
        overflow: auto;
        margin-bottom: 5px;
    }

    .cart-usps div {
        display: inline-block;
    }

    .cart-usps i {
        float: left;
        margin-bottom: 0px;
        margin-right: 5px;
    }

    .cart-usps span {
        float: left;
        margin: 5px 0px;
    }

    /* Main styles */










    .affix {
        position: static;
        box-shadow: none;
    }

    #wrapper.padding{
        padding-top: 89px;
    }

    .main-slide{
        height: auto!important;
    }

    .main-category {
       padding: 36px 0px 0px 50px;
    }

    .main-slide .height img{
        display: none;
    }

    .home-cats .list-group{
        position: inherit;
    }

    .home-cats{
        height: auto;
    }

    #homepage .home-cats i{
        line-height: inherit;
    }

    #homepage{
        margin-top:0px;
    }

    .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    .modal-dialog {
        display: inline-block;
        text-align: left;
        vertical-align: middle;
        width: 93%;
    }

    .cart-count {
        right: 0px;
        top: 6px;
        left: inherit;
    }

    .main-home{
        margin-top:15px;
    }

    ul.top-products-mobile {
        margin: 0;
        padding: 0;
        overflow: scroll;
        list-style: none;
        white-space: nowrap;

    }
    ul.top-products-mobile li.item {
        width: 100%;
        height: 100%;
        display:inline-block ;
    }

    .home-block img {
        max-height: inherit;
        width: 100%;
    }

    /* Navbar page */

    .navbar-store{
        border-top:0px;
        padding: 10px 0px 10px 15px!important;
    }

    .navbar-container{
        height: 55px;
    }

    .navbar{
        margin-bottom: 15px;
    }

    .navbar .fa-bars{
        margin-right: -8px;
    }

    .nav-navigation a{
        text-decoration:none;
    }

    ul.service i,
    .navbar-nav .caret,
    .navbar-nav .dropdown-menu {
        display: none!important;
    }


    .navbar-brand {
        padding: 10px 0px 0px 0px;
    }











    /* Category page */


    .category-intro{
        position: relative;
        border: 0px;
        overflow: hidden;
        line-height: 24px;
        margin-bottom:20px;
    }

    .category-intro a.toggle{
        position: absolute;
        right: 0px;
        bottom: -5px;
        /*width: 220px;*/
        text-align: right;
        background: #fafafa;
    }

    .category-intro a.toggle:before{
        content:'';
        height: 20px;
        width: 70px;
        display: inline-block;
        position: absolute;
        left: -70px;
        background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0 , #fafafa);
        background: -o-linear-gradient(right, rgba(255,255,255,0) 0, #fafafa);
        background: -moz-linear-gradient(right, rgba(255,255,255,0) 0, #fafafa);
        background: linear-gradient(to right, rgba(255,255,255,0) 0 , #fafafa);
    }

    .category-intro:before {

        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50px;
        background-image: -webkit-linear-gradient(top,rgba(255,255,255,0) 0,#fafafa 100%);
        background-image: -o-linear-gradient(top,rgba(255,255,255,0) 0,#fafafa 100%);
        background-image: linear-gradient(to bottom,rgba(255,255,255,0) 0,#fafafa 100%);
        background-repeat: repeat-x;
    }

    #composition{
        height: 102px;
        display: none;
        border-bottom: 0px;
    }

    #composition .input-group{
        margin-right: 0px;
        width: auto;
    }

    .display-price{
        float: right;
        margin-top: 10px;
    }

    .search-container .search-top{
        padding-top:0px;
    }

    .payment {
        float: none;
        text-align: center;
    }

    .product-filters .cats,
    .product-filters .ct,
    .product-filters{
        display: none;
    }

    .product-filters{
        margin-top: 5px;
    }

    .product-filters .am-color .fh{
        border-top:0px;
    }

    .filter-mobile{
        width: 100%;
    }

    .active-filters{
        margin-bottom: 10px;
    }

    .am-left .fh > i {
        display: none;
    }

    .cat-right {
        padding-left: 0px;
    }

    .search-container .total-result{
        margin-bottom: 10px;
    }

    span.more-thumbs,
    .toolbar .sort,
    .shopmore{
        display: none;
    }



    .breadcrumb {
        padding:0 0 15px 0px;
    }

    .breadcrumb .home{
        display: none;
    }

    .breadcrumb:after{
        clear: both;
        display: block;
        content: "";
    }

    .breadcrumb li{
        display: none;
        border:1px solid #ccc;
        border-radius:4px;
        background: #fff;
        padding:5px 10px;
        float: left;
    }

    .breadcrumb a{
        text-decoration: none;
        margin-left: 5px;
        font-weight: bold;
    }

    .breadcrumb a:before{
        content:'Terug naar: ';
        font-weight: normal;
    }

    .breadcrumb li:nth-last-child(2){
        display: block;
        /*padding: 2px 0px;*/
    }

    .breadcrumb>li+li:before{
        content: "\f104";
        font: normal normal normal 14px/1 Font Awesome\ 5 Pro;
    }




    /* Product page */

    .ul.more-views li:nth-child(5n){
        border-right:1px!important;
    }

    .product-details {
        margin-top: 15px;
    }

    .product-image span{
        padding:0px;
    }

    .product-image #image {
        min-height: 375px;
    }

    .product-config .saving{
        display: none;
    }

    .product-config .summary{
        display: block;
    }

    .panel-heading .label{
        display:none;
    }

    .icon.calendar,
    .delivery-month{
        display: none;
    }

    .product-info-nav{
        margin: 0px;
    }

    .product-info-nav.active .product-nav{
        display: none;
    }

    .product-info-nav li{
        width: 100%;
        margin:8px 0;
    }





















    /* Klantenservice */

    .header-afb figure {
        display: none;
    }


    .header-afb .title {
        position: relative;
        padding: 10px 10px 10px 13px;
        border-radius: 5px;
        background: #f3f3f3;
    }

    .info-comment {
        margin-top: 15px;
    }


    .klantreviews figure {
        margin-bottom: 15px;
    }


    .icon-section .icon-block {
        margin-bottom: 20px;
    }













    /* Footer */

    .footer .kiyoh-intro{
        padding-left: 0px;
        padding-right: 0px;
    }

    .footer .usps div.col-md-3{
       margin:10px 0px;
    }

    .footer .footer-top {
        padding: 10px 0px;
    }

    .kiyoh-rating .kiyoh-part-3 .total {
        text-align: center;
    }

    .footer-mid{
        padding-top:20px;
        height: auto;
    }

    .collapse-footer{
        position: absolute;
        left: 0px;
        top: -4px;
        width: 100%;
        height: 25px;
        z-index:10;
    }

    .collapse-footer:after {
        content: "\f106";
        font: normal normal normal 14px/1 Font Awesome\ 5 Pro;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        position: absolute;
        right: 20px;
    }

    .collapse-footer.collapsed:after {
        content: "\f107";
    }

    .footer .collapse{
        padding-bottom: 20px;
    }

    .footer li{
        margin-bottom: 4px;
    }

    .footer-links {
        text-align: center;
        margin-bottom: 20px;
    }

    .footer-links a {
        padding-right: 6px;
        margin-right: 3px;
    }

    /* Sticky footer */

    .footer {
        height: 580px;
    }

    body {
        margin-bottom: 600px;
    }

    /* Search */

    .search-has-store {
        padding-left: 0px;
    }

    .nav-cats .category-view li a {
        padding: 4px 0px;
    }
}



/* Only for desktop                           DESKTOP
-------------------------------------------------- */

@media (min-width: 992px) {

    .filter-mobile{
        display: none;
    }

    .category-intro .moreless{
        display: none;
    }

    #search {
        padding-left: 15px;
        margin-top: 7px;
    }

    .navbar-search-v2 {
        padding-left: 22px;
    }

    .navbar-header {
        padding-left: 0px;
    }

    .navbar.navbar {
        border-top: 4px solid #EC0064;
    }

    .navbar-nav>li>a {
        padding: 10px 12px;
    }


    .nav>li>a.dropdown-toggle:focus,
    .nav>li:hover a.dropdown-toggle {
        text-decoration: none;
        background-color: #FFF;
        border: 1px solid #d5d5d5;
        border-bottom: 0px;
        margin: -1px 0 0 0;
        z-index: 1001;
        position: relative;
    }


    .dropdown-menu>li>a {
        display: block;
        padding: 6px 15px;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
    }


    .navbar-right {
        margin-right: 0px;
    }


    .filter-container .overlay {
        display: none !important;
    }

    #category-filter .overlay {
        display: none!important;
    }


    .product-details > div {
        padding-right: 0px;
    }


    .product-details {
        margin-top: 20px;
    }


    .product-details .trust-sidebar {
        margin-top: 39px;
    }


    .no-pad-left {
        padding-left: 0px;
    }


    .no-pad-right {
        padding-right: 0px;
    }
    .delivery-wrap{
        padding: 10px 0px;
        display: inline-block;
        margin-left: 15px;
        border-left: 1px solid #e5e5e5;
        padding-left: 15px;
    }

    /* fix for Safari */
    .main-home-pinkcube {
        width: 74.9%;
    }
}

@media(max-width: 1920px) {
    .bestseller-person {
        left: 10px;
        max-width: 310px;
    }


    .video-container {
        width: 400px;
    }


    .video-container iframe {
        margin-left: -280px;
    }


    .rating-text {
        display: none;
    }


}

/* Mobile  <--> Desktop */

@media(min-width: 992px) and (max-width: 1199px) {

    .nav-cats .category-container {
        width: 771px;
    }

    .main-category{
        padding: 76px 110px 0px 50px;
    }


    .main-home .main-subcats > div:nth-child(3n){
        display: none;
    }

    .main-category img {
        max-height: 400px;
        right: -70px;
    }

    .mhmr {
        height: 100%;
        padding: 116px 0px 0px 80px;
    }

    .mhmr .head a {
        font-size: 18px;
    }

    .btn-toggle-price{
        float: right;
    }

    .main-home-pinkcube .main-category{
        display: none;
    }

    .main-home-pinkcube .home{
        background: #5dcae5;
    }

    #composition .input-group{
        margin-right: 0px;
        width: 493px;
    }

    .product-nav li{
        margin-right: -5px;
    }
}

@media(min-width: 1400px) and (max-width: 1600px) {
    .container {
        width: 1400px;
    }
}

/* IPAD */
@media(min-width: 415px) and (max-width: 991px) {
    .main-slide .height .mhmr {
        width: 515px;
        float: right;
    }
}

/* Mobile */
@media(max-width: 414px) {
    .mhmr .head, .mhmr .row.usp{
        margin-bottom: 5px;
    }
}

/* IPAD */

@media(max-width: 1400px) {
    .container {
        width: 100%;
    }

    .main-subcats .name{
        font-size: 16px;
    }

    .product-info-nav.active .product-nav span {
        padding: 8px 8px;
    }
}





/* Desktop normal -> Dekstop big */

@media(min-width: 1200px) and (max-width: 1600px) {

    .success-video iframe {
        height: 291px;
    }

    .main-category{
        padding: 76px 150px 0px 50px;
    }

    .main-category img {
        max-height: 320px;
        right: -100px;
    }


}



@media(min-width: 1200px){

  .product-gallery li.third:first-child{
    border-top-right-radius: 4px;
  }

  .search-container .product-gallery li.fourth{
    border-right: 1px solid #fff;
  }

  .search-container .product-gallery li.third{
    border-right: 1px solid #eaeaea;
  }

}

@media(min-width:1599px) {

    .success-video iframe {
        height: 322px;
    }


    .gif-border {
        width: 844px;
    }

}

@media (min-width: 1921px) {
    .container {
        width: 1540px;
    }


    .success-video iframe {
        height: 355px;
    }

}

@media (max-width: 1599px) {

    .kiyoh-rating ul li {
        margin-bottom: 6px;
    }


    .kiyoh-rating .name {
        display: block;
        width: 100%;
    }


    .team-pinkcube .row>div {
        min-height: 211px;
    }

}

@media (max-width: 1199px) {

    .team-pinkcube .row>div {
        min-height: auto;
    }

    .show-price-label{
        display: none;
    }

    .container {
        width: 100%;
    }

}






/* Cookie CSS */

#cookie_directive_container {
  display: none;
}

#cookie_directive_container {
  background-color: #000000;
  color: #FFFFFF;
  height: 40px;
  padding: 10px 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 200;

  top: 0;
}

#cookie_note a, #cookies_used a{
  color: #ffffff;
  font-style: italic;
}

#cookie_directive_container ul li {
  display: inline;
  padding-left: 30px;
  padding-right: 30px;
  font-size:12px;
}

#cookie_accept {
  border-right: 1px solid;
  border-left: 1px solid;
}


#cookie_accept a {
  background-color: #FC0;
  color: #000000;
  padding: 4px;
  text-decoration: none;
  border-radius:3px;
}

div.simple-product-image-option {
    display: flex;
    flex-direction: column;
    align-items: center;
}

div.simple-product-image-option div.color-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100px;
    text-align: center;
}

li.simple-product-image-option-container {
    height: auto!important;
    border: 1px solid #e6e6e6 !important;
    border-radius: 4px;
    padding: 4px;
    width: 15.40% !important;
}

li.disabled-color {
    cursor: not-allowed !important;
}

li.simple-product-image-option-container.disabled-color {
    opacity: 0.3 !important;
    background: #888 !important;
    border-color: #888 !important;
}

li.disabled-color .disabled-color-span, li.disabled-color .disabled-img-span {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    font-size: 0.7em;
    text-align: center;
    background-color: white;
    opacity: 0.7;
}

li.disabled-color .disabled-color-span{
    display: inline-block;
    position: unset;
}

.configurator-color-container {
    position: relative;
}

li.simple-product-image-option-container.active {
    border-color:#333!important;
}

#additional-simple-product-image-container{
    margin-top: 10px;
    margin-left: 50px;
    position: absolute;
    height: 100%;
    background: #fff;
    border-radius: 4px;
}

#additional-simple-product-image-container .fa-spin{
    position: absolute;
    top: 35px;
    left: 23px;
}

.color-info{
    padding-top:40px;
}

.color-info,
.color-info .carousel{
    height: 410px;
}

.color-info .carousel{
    width: 80px;
}


.color-info .color-name{
    position: absolute;
    top: 10px;
    left: 10px;
    width: 130px;
    text-align: left;
}

.color-info .color-hex{
    width: 40px;
    height: 40px;
    border-radius: 20px;
    margin: 10px auto;
    border: 1px solid;
    margin-left: 20px;
}

.simple-product-images{
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 75px;
}

.simple-product-images .active{
    border: 1px solid #ccc;
}

.simple-product-images li{
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 4px;
    margin:2px 0px;
    overflow: hidden;
}

.simple-product-images li img{
    height: 75px;
}

.color-image-nav{
    padding: 10px;
    font-size: 20px;
    color:#aaa;
}

.color-image-nav:hover{
    color:#333;
}

/* vertical carousel */

.vertical .carousel-inner {
  height: 100%;
}

.carousel.vertical .item {
  -webkit-transition: 0.1s ease-in-out top;
     -moz-transition: 0.1s ease-in-out top;
      -ms-transition: 0.1s ease-in-out top;
       -o-transition: 0.1s ease-in-out top;
          transition: 0.1s ease-in-out top;
}

.carousel.vertical .active {
  top: 0;
}

.carousel.vertical .next {
  top: 100%;
}

.carousel.vertical .prev {
  top: -100%;
}

.carousel.vertical .next.left,
.carousel.vertical .prev.right {
  top: 0;
}

.carousel.vertical .active.left {
  top: -100%;
}

.carousel.vertical .active.right {
  top: 100%;
}

.carousel.vertical .item {
    left: 0;
}

h2.plus-minus-title{
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.product-quality{
    font-size: 13px;
    font-weight: 400;
}

.quality-mark{
    color: #de479c;
}

.quality-mark .popover  {
    background: rgba(0, 0, 0, .8)!important;
    color: #fff;
    border:none;
}

.quality-mark .popover.bottom .arrow:after {
    border-bottom-color: rgba(0, 0, 0, .7)!important;
    box-shadow: 0px;
}

.quality-mark .popover-content {
    padding: 9px 14px;
}

.quality-mark i{
    padding: 0px 1px;
}

.label-maak-m-individueel{
    background-color: #4bb4dc;
}

.label-sale{
    background-color: #ff9c00;
}

/* WhatsApp button bottom right */
.whatsapp-btn {
    position: fixed;
    text-decoration: none;
    right: 14px;
    bottom: 14px;
    background-color: #25D366;
    color: white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 24px;
    z-index: 1000;
}

.whatsapp-btn:hover {
    text-decoration: none;
    color: white;
}

#cart-explanation {
    padding: 0px 25px;
}

#cart-explanation > .buttons {
    float: left;
    margin: 5px 5px 5px 0px;
}

#cart-explanation > .buttons a {
    text-decoration: none;
}

@media (min-width: 768px) {
    .whatsapp-btn{
        display: none;
    }
}

div.cc-window.cc-banner {
    flex-direction: row-reverse !important;
}

/* Homepage carousel */

.home-carousel-caption{
    border: 1px solid #f1f1f1;
    width: 325px;;
    padding: 10px 5px;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    background-color: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    text-overflow: ellipsis;
}

.top-caption{
    margin-left: 5px;
    margin-right: 5px;
    width: 250px;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home-carousel-top-image{
    height: 20px;
    width: 20px;
    border-radius: 50%;
    float: left;
    margin-right: 5px;
}

.slick-prev{
    left: -30px;
    border-radius: 30px;
    height: 60px;
    width: 60px;
    line-height: 60px;
    position: absolute;
    z-index: 11;
    right: -30px;
    top: 50%;
    background: #fff;
    border: 1px solid #999;
    cursor: pointer;
}

.slick-arrow{
    border-radius: 30px;
    height: 60px;
    width: 60px;
    line-height: 60px;
    position: absolute;
    z-index: 11;
    right: -30px;
    top: 43%;
    background: #fff;
    border: 1px solid #999;
    cursor: pointer;
}

.slick-arrow:after {
    content: "\f105";
    font: normal normal normal 14px/1 Font Awesome\ 5 Pro;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    right: 50%;
    font-size: 23px;
    margin-right: -8px;
}

.slick-prev:after {
    content: "\f104";
    margin-right: -5px;
}

.topnav.prev.slick-arrow:after {
    content: "\f104";
    margin-right: -5px;
}
.topnav.prev.slick-arrow{
    left: 0px;
    top: 45%;
}

@media (max-width: 768px) {
    .slick-arrow{
        right: 0px;
        top: 45%;
    }
}

.customer-slider .slick-disabled{
    display: none!important;
}

.customer-slider a{
    color: #000;
    text-decoration: none;
}

.customer-slider img,
.home-carousel-caption,
.carousel-item
{
    margin:0 auto;
}

.slick-arrow:focus{
    outline: none;
    border: 1px solid #000;
    border-radius: 30px;
}

.home-carousel-img:hover {
    transform: scale(1.05);
}



  .home-carousel-img:hover {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  .carousel-item {
    position: relative;
    width: 325px;
    display: block;
    overflow: hidden;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }

  .carousel-item img {
    width: 325px;
    height: 325px;
    transition: all .3s;
    object-fit: cover;
  }

  .carousel-item:hover img {
    transform: scale(1.05);
    height: unset;
  }

  .show-visual .visual {
    height: auto;
    display: none;
    position: absolute;
    top: 0;
    width: 300px;
    height: 300px;
    background: #fff;

  }
  .show-visual:hover .visual{
      display: block;
  }

  .carousel-link:focus {
    outline:none;
  }

  .home-slide.portfolio{
      margin-bottom: 30px;
  }

  .klantenportfolio a {
    text-decoration: none;
    }


#datatrics-placeholder, #datatrics-placeholder img {
    max-width: 100%;
}

#billing-new-address-form .form-control[readonly], #billing-new-address-form .form-control[disabled]{
    background:none;
    border: none;
    appearance: none;
}

#newsform-footer abbr {
    font-size: 80%;
    color: #666;
}

.equal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

a.open-colors-product {
    color: #0ae;

}

.sub-banners-home .custom-banner img{
    height: 100%;
    object-fit: cover;
}

.faq-logo-img {
    width: auto;
    height: 110px;
    border: 1px solid #D3D3D3;
    border-radius: 3px;
}

.faq-logo-color-img {
    width: auto;
    height: 110px;
    transform: scale(1.3);
}

.faq-logo-table tr td{
    border:none!important;
    width: 25%;
    text-align: center;
}
/* Faq store */

.faq-store p {
    margin: 0;
}

.faq-store ul {
    list-style-type: disc;
    padding-left: 40px;
}

.faq-store h2 {
    margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
    .faq-logo-table tr td:nth-child(n+3) {
        display:none;
    }

    .faq-logo-img {
        height: 80px;
    }

    .faq-logo-color-img {
        height: 80px;
    }
  }
  /* Product slider */
  .slider-button:after {
        content: "\f105";
        font: normal normal normal 14px/1 Font Awesome\ 5 Pro;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        position: absolute;
        top: 50%;
        margin-top: -12px;
        right: 50%;
        font-size: 23px;
        margin-right: -8px;
    }

    .slider-button.prev:after {
        content: "\f104";
        margin-right: -5px;
    }

    .slider-button.prev{
        left: -30px;
    }

    .slick-slider {
        width: 100%;
    }

    .slider-button {
        border-radius: 30px;
        height: 60px;
        width: 60px;
        line-height: 60px;
        position: absolute;
        z-index: 11;
        right: -30px;
        top: 50%;
        background: #fff;
        border: 1px solid #999;
        cursor: pointer;
    }

    .slider-button:hover {
        border-color: #ccc;
        box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.10);
    }

    .slider-button:focus {
        outline:0;
    }

    .slick-disabled {
        display: none!important;
    }

    /* Product slides */
    @media (max-width: 768px) {
        .slick-slide {
            max-width: 300px;
            box-sizing: border-box;
        }

        .slider-button.next{
            right: -15px;
            top: 45%;
        }

        .slider-button.prev{
            left: -15px;
            top: 45%;
        }

        .slick-slider {
            position: initial!important;
        }
    }


    @media (max-width: 411px) {
        .slick-slide {
            max-width: 320px;
        }
    }

    @media (max-width: 375px) {
        .slick-slide {
            max-width: 280px;
        }
    }

    @media (max-width: 320px) {
        .slick-slide {
            max-width: 240px;
        }
    }

    .slick-slide {
        box-sizing: border-box;
    }


}

.equal {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;

}
/* Product options with images */
ul.option.option-list{
    display: flex;
    flex-flow: row wrap;
}

ul.option.option-list li{
    overflow: hidden;
}

@media (max-width: 768px) {
    .subhome-banner-image {
        height:175px;
    }

    .subhome-banner-text h2 {
        font-size:19px;
    }

    .subhome-banner-text ul {
        line-height:25px;
    }

    .subhome-banner-text ul li {
        font-size:14px;
    }

    .subhome-banner-block .media-left {
        padding-right:15px;
    }

    .subhome-banner-block img {
        width:65px;
    }

    .subhome-banner-block h3 {
        font-size:17px;
    }

    .subhome-banner-block p {
        font-size:14px;
    }

    .product-config li.color {
        width: 23%;
    }

    .product-usps {
        line-height: 30px;
    }

    .product-info-nav {
        margin: 0px;
    }

    .navbar-search-v2 {
        padding-left: 0px;
    }

    .center-img{
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    #wrapper.mobile .affix {
        position: static;
        box-shadow: none;
    }

    #wrapper.mobile.padding{
        padding-top: 89px;
    }
}

.disabled-order-button {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

.navbar .blog-icon {
    display: none;
}

.align-right{
    text-align: right;
}

.qquoteadv-index-order #quote-items .panel-footer {
    padding: 15px;
}

.ie-message {
    font-family: Helvetica,Calibri,Arial,sans-serif;
    font-size: 16px;
    width: 100%;
    color: rgb(64, 64, 64);
    background-color: rgb(239, 239, 239);
    text-align: center;
}

#ie-more-info-button {
    background: #1B7ECF;
    color: white;
    padding: 10px;
    margin-left: 10px;
    cursor: pointer;
}

.ie-message img {
    height: 30px;
    margin: 10px;
    margin-left: 0;
}

.home-slider-text .btn.btn-success:not(:hover):not(:focus):not(:active) {
    color: #008600 !important;
}

.popover {
    max-width: 100%;
}

.flip {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.btn-spinner,
.btn-spinner:after {
    border-radius: 50%;
    width: 1.5em;
    height: 1.5em;
}

.btn-spinner {
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 0.2em solid white;
    border-right: 0.2em solid white;
    border-bottom: 0.2em solid white;
    border-left: 0.2em solid transparent;
    transform: translateZ(0);
    animation: spinning 1s infinite linear;
}

.btn-spinner.grey {
    border-top: 0.2em solid rgba(0,0,0,0.65);
    border-right: 0.2em solid rgba(0,0,0,0.65);
    border-bottom: 0.2em solid rgba(0,0,0,0.65);
}

@keyframes spinning {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.ticket-round {
    border-radius: 50%;
}

.ticket-item {
    transition: all 300ms ease-in-out;
    width: 56px;
    height: 56px;
    background-color: #0052CC;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 15px;
    bottom: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    color: white;
    font-size: 1.5em;
    font-family: arial;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
    display: flex;
    justify-content: center;
}

.ticket-item i {
    transition: all 300ms ease-in-out;
    will-change: transform;
}

.ticket-inner-items .ticket-item {
    width: 50px;
    height: 50px;
    right: 35px;
    bottom: 23px;
    font-size: 1.5em;
    will-change: bottom;
}

.ticket-inner-items.ticket-show .ticket-item:nth-child(1) {
    bottom: 80px;
}

.ticket-inner-items.ticket-show .ticket-item:nth-child(2) {
    bottom: 140px;
}

.ticket-inner-items.ticket-show .ticket-item:nth-child(3) {
    bottom: 200px;
}

.ticket-inner-items.ticket-show .ticket-item:nth-child(4) {
    bottom: 230px;
}

.ticket-inner-items.ticket-show .ticket-item:nth-child(5) {
    bottom: 280px;
}

.ticket-inner-items.ticket-show .ticket-item:nth-child(6) {
    bottom: 330px;
}

.ticket-inner-items.ticket-show+.ticket-item #ticket-open-button {
    display: none;
}

.ticket-inner-items.ticket-show+.ticket-item .cross {
    display: block;
}

.ticket-item .cross {
    display: none;
}

.ticket-item:before {
    content: attr(data-tooltip);
    transition: opacity 150ms cubic-bezier(0.4, 0, 1, 1);
    position: absolute;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    color: #ececec;
    left: 50px;
    top: 25%;
    background-color: rgba(70, 70, 70, 0.9);
    font-size: 0.5em;
    line-height: 1em;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    border-radius: 2px;
    padding: 6px 8px;
    max-width: 200px;
    font-weight: bold;
    text-overflow: ellipsis;
    vertical-align: middle;
    margin-left: 10px;
}

.ticket-item:before {
    content: none;
}

.ticket-item:hover:before {
    visibility: visible;
    opacity: 1;
}

.ticket-inner-items.ticket-show .ticket-item:hover:before {
    content: attr(data-tooltip);
    visibility: visible;
    opacity: 1;
} 