@import url('https://use.fontawesome.com/releases/v5.0.13/css/regular.css');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:100,300,400,400i,700');

body,
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6,
#mainMenu {
    font-family: 'Roboto Condensed', sans-serif !important;
    font-size: 16px;
}

html {
    scroll-behavior: smooth;
}

.preloader {
    position: absolute;
}

a,
.message > * a {
    color: #b9956d;
    transition: all .2s;
}

nav.navigation ul#mainMenu li.category-menu ul.dropdown-menu li ul > li.dropdown-submenu:before,
nav.navigation ul#mainMenu li.static-menu ul.dropdown-menu li ul > li.dropdown-submenu:before {
    content: "\f0da";
    font-family: FontAwesome, serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #b9956d;
    font-size: 14px;
    top: 0;
    right: 15px;
    position: absolute;
    line-height: 42px;
}

.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6 {
    font-weight: 600;
    margin: 0;
    color: #a8895b !important;
    line-height: 1.428 !important;
    letter-spacing: 0.5px;
}

.bk-home-slider .owl-nav .owl-prev {
    left: 20px !important;
    background-color: rgba(185, 149, 109, 0.4);
}

.bk-home-slider .owl-nav .owl-prev:before {
    content: "\f053";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #ffffff;
    font-size: 19px;
    position: relative;
    top: -4px;
    left: -2px;
}

.bk-home-slider .owl-nav .owl-next {
    right: 20px !important;
    background-color: rgba(185, 149, 109, 0.4);
}

.bk-home-slider .owl-nav .owl-next:before {
    content: "\f054";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #ffffff;
    font-size: 19px;
    position: relative;
    top: -4px;
    left: 1px;
}

.header .logo-header .logo img {
    height: 72px;
}

.btn-default {
    color: #b9956d;
    border-color: #b9956d;
    background-color: #ffffff;
    border-radius: 0;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    color: #ffffff;
    border-color: #b9956d;
    background-color: #b9956d;
}

.btn-primary {
    color: #ffffff;
    border: 1px solid #028e6c;
    background-color: #00bb8d;
    border-radius: 0;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    color: #ffffff;
    border: 1px solid #028e6c;
    background-color: #028e6c;
}

.btn-secondary {
    color: #fff;
    border: 2px solid #b9956d;
    background-color: #b9956d;
    border-radius: 0;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
    color: #b9956d;
    border-color: #b9956d;
    background-color: #ffffff;
}

.modal-popup.confirm .modal-footer .action-primary {
    color: #b9956d;
    border-color: #b9956d;
    background-color: #ffffff;
    border-radius: 0;
}

.modal-popup.confirm .modal-footer .action-primary:hover {
    background-color: #b9956d;
    border-color: #b9956d;
}

.modal-popup.confirm .modal-footer .action-secondary {
    color: #fff;
    border: 2px solid #b9956d;
    background-color: #b9956d;
    border-radius: 0;
}

.btn {
    height: auto;
}

header.header {
    position: relative !important;
    border-bottom: 0;
}

header.header4 .col-md-4 > .dropdown-toplinks {
    display: inline-block;
    float: left;
}

.header .search-form .actions-search .action-search:hover,
.header .dropdown-toplinks .dropdown-toggle:hover,
a:hover, a:focus, a:active,
.products-list .product-item-info .product-item-details .product-item-name a:hover,
.products-list .product-item-info .product-item-details .product-item-name a:focus {
    color: #b9956d;
}

header .middle-header-content {
    max-height: 130px;
    height: 130px;
    background-color: rgba(255, 255, 255, 0.75);
}

.header .logo-header .logo {
    margin: 29px 0;
}

.header.header4 .bottom-header-content {
    border-top: 0;
    background-color: #a8895b;
}

.header .nav.nav-main-menu > li > a {
    font-weight: 400;
    padding: 15px 18px;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
}

.header .nav.nav-main-menu > li > a:hover {
    color: #51605b;
}

body.cms-index-index header.header4 {
    /*position: absolute !important;*/
    background: rgba(255, 255, 255, 0);
}

body.cms-index-index header.header4.active-sticky {
    position: fixed !important;
}

#placeholder-header {
    display: none;
}

.header.active-sticky.header4 .bottom-header-content {
    visibility: visible;
    opacity: 1;
    max-height: 58px;
}

.header.active-sticky.header4 .bk-usp-container {
    display: none;
}

.header.active-sticky.header4 .middle-header-content {
    background-color: rgba(255, 255, 255, 1);
    height: 81px;
}

.header.active-sticky.header4 .middle-header-content .logo {
    margin: 15px 0;
}

.header.active-sticky.header4 .middle-header-content .logo img {
    height: 50px;
    width: auto;
}

.header.active-sticky.header4 .middle-header-content .bk-inloggen {
    padding: 28px 0 28px 20px;
}

.header.active-sticky.header4 .minicart-wrapper .action.showcart {
    margin: 13px 0;
}

.header.active-sticky.header4 .nav.nav-main-menu > li > a {
    padding: 8px 18px;
}

.bk-usp-content {
    overflow: hidden;
}

.bk-usp-content ul li {
    display: inline-block;
    float: left;
    width: 25%;
    text-align: center;
    line-height: 50px;
    position: relative;
    color: #51605b;
    font-size: 15px;
}

.bk-usp-content ul li:before {
    content: "";
    background-image: url("../images/boot-koffie-boon.png");
    background-repeat: no-repeat;
    background-size: 20px 20px;
    position: relative;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 8px;
    top: 5px;
}

div.bk-usp-content > ul > li:nth-of-type(4)::before {
    display: none;
}

#mainMenu li.logo-item {
    display: none !important;
}

#mainMenu li.logo-item .logo:before {
    content: "\f015";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #ffffff;
    font-size: 19px;
}

.header .nav.nav-main-menu > li.logo-item {
    padding: 0 10px;
}

ul#mainMenu ul.dropdown-menu li a {
    color: #51605b;
    font-size: 13px;
    text-transform: uppercase;
}

ul#mainMenu ul.dropdown-menu li a:hover {
    color: #b9956d;
}

.header .table-icon-menu > div {
    padding: 0;
}

header .minicart-wrapper a.action.showcart {
    background-color: #00bb8d;
}

header .minicart-wrapper .action.showcart {
    width: 55px;
    height: 55px;
    border: 0;
    background-color: #51605b;
    margin: 37px 0;
    position: relative;
}

header .minicart-wrapper .action.showcart:before {
    content: "\f291";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    width: 100%;
    line-height: 55px;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
}

.header .table-icon-menu .minicart-wrapper {
    padding-right: 25px;
}

.minicart-wrapper .action.showcart > .counter.qty {
    background-color: #b9956d;
    font-size: 14px;
    font-weight: 400;
    top: 30px;
    right: -25px;
    left: auto;
    border-radius: 0;
    padding: 0;
    width: 25px;
    line-height: 25px;
    height: 25px;
}

header .search-form .actions-search button i {
    padding: 0px 10px;
}

div.actions-search > form {
    margin-right: 15px !important;
}

.header .search-form .form-search {
    background-color: rgba(81, 96, 91, 0.95);
}

.header .search-form .form-search .form.minisearch .input-text {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}

.header .search-form .form-search .form.minisearch .input-text::placeholder {
    color: #ffffff;
}

.header .search-close:hover {
    color: #b9956d;
}

.minicart-wrapper .action.showcart:hover:before,
.minicart-wrapper .action.showcart:active:before {
    color: #b9956d;
}

header .minicart-wrapper .action.showcart,
header .minicart-wrapper .action.showcart:before {
    transition: all .2s;
    color: #FFFFFF !important;
}

.bt-home-usp-container {
    margin: 10px 0;
}

.bk-home-banner-koffie .bt-banner-cta p:first-child {
    background-color: #b9956d;
    color: #ffffff;
    padding: 15px 20px;
    font-size: 60px;
    margin: 0;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    text-align: left;
    float: left;
}

.bk-home-banner-koffie .bt-banner-cta p:last-child {
    background-color: #51605b;
    color: #ffffff;
    padding: 15px 20px;
    font-size: 25px;
    margin: 0;
    line-height: 1;
    font-weight: 100;
    text-align: left;
    clear: left;
    float: left;
}

.bk-home-banner-horeca .bt-banner-cta p:first-child,
.bk-home-banner-koffie-werk .bt-banner-cta p:first-child {
    background-color: #b9956d;
    color: #ffffff;
    padding: 10px 15px;
    font-size: 35px;
    margin: 0;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    text-align: left;
    float: left;
}

.bk-home-banner-horeca .bt-banner-cta p:last-child,
.bk-home-banner-koffie-werk .bt-banner-cta p:last-child {
    background-color: #51605b;
    color: #ffffff;
    padding: 10px 15px;
    font-size: 18px;
    margin: 0;
    line-height: 1;
    font-weight: 100;
    text-align: left;
    clear: left;
    float: left;
}

.bk-home-bigbanners {
    margin-bottom: 20px;
}

.bk-home-category-koffiebonen {
    margin-top: 50px;
}

.bk-home-category-koffiebonen h3,
.bk-home-category-thee h3,
h3.bk-landingpage-category-title,
.bk-home-news-blog h3 {
    text-transform: uppercase;
    font-size: 35px;
    border-bottom: 1px solid #b9956d;
    margin-bottom: 20px;
    padding-bottom: 5px;
    width: 100%;
    text-align: left;
}

.bk-home-category-koffiebonen h3:before,
.bk-home-category-koffiebonen h3:after,
.bk-home-category-thee h3:before,
.bk-home-category-thee h3:after,
.bk-home-news-blog h3:after,
.bk-home-news-blog h3:before {
    display: none;
}

.bk-home-category-koffiebonen .content-heading,
.bk-home-category-thee .content-heading,
.bk-home-news-blog .content-heading {
    margin-bottom: 0;
}

.bk-home-news-blog .post-info {
    display: none;
}

.bk-home-news-blog .thumbnail-post {
    margin-bottom: 0 !important;
}

.bk-home-news-blog .title a {
    background-color: #b9956d;
    color: #ffffff !important;
    width: 100%;
    display: block;
    text-transform: uppercase;
    font-weight: 400;
    padding: 10px 12px;
}

.bk-home-news-blog .post-item-content {
    margin-bottom: 0 !important
}

.bk-home-news-blog {
    margin: 60px 0;
}

.bk-home-news-blog .post-item .post-item-content .short-content p {
    display: inline-block;
}

.products-grid .product-item-info .product-top:hover a.photo:after,
.products-grid .product-item-info .product-top .actions-link,
.products-grid .product-item-info .product-top > div {
    display: none;
}

.bk-all-products ul {
    text-align: center;
    background: none;
    padding: 0px 0px 10px 0px;
}

.bk-all-products ul li {
    display: inline-block;
    margin-top: 10px;
}

.bk-all-products ul li a {
    border: 1px solid #b9956d;
    line-height: 35px;
    display: block;
    padding: 0 35px 0 15px;
    font-size: 15px;
    margin-right: 10px;
    font-weight: 300;
    transition: all .2s;
    position: relative;
}

.bk-all-products ul li a:before {
    content: "\f138";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #b9956d;
    font-size: 16px;
    position: absolute;
    right: 10px;
    transition: all .2s;
}

.bk-all-products ul li a:hover {
    border: 1px solid #b9956d;
    background-color: #b9956d;
    color: #ffffff;
}

.bk-all-products ul li a:hover:before {
    color: #ffffff;
}

.bk-all-products ul li:last-child a {
    margin-right: 0;
}

.bk-all-products ul li:first-child a {
    pointer-events: none;
    color: #b9956d;
    padding: 0 5px;
    border: 0;
    font-weight: 400;
}

.bk-all-products ul li:first-child a:before {
    display: none;
}

.owl-carousel .owl-nav > div {
    opacity: 1;
    visibility: visible;
}

.bk-inloggen {
    padding: 53px 0 52px 20px;
    line-height: 25px;
    position: relative;
    color: #383838;
}

.bk-inloggen:before {
    content: "\f007";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    left: 0;
    text-align: center;
    color: #b9956d;
    font-size: 17px;
}

a.bk-header-left-link {
    display: inline-block;
    float: left;
}

a.bk-wederverkopers-link {
    margin-left: 20px;
}

a.bk-wederverkopers-link .bk-inloggen {
    padding: 53px 0 52px 25px;
}

a.bk-wederverkopers-link .bk-inloggen:before {
    content: "";
    background-image: url(../images/wederverkopers-icon.png);
    background-repeat: no-repeat;
    background-size: 18px auto;
    width: 18px;
    height: 19px;
    position: absolute;
    left: 0;
    text-align: center;
    background-position: 0px 4px;
}

.header .dropdown-toplinks .dropdown-menu {
    left: 0;
    right: auto;
    top: 86px;
}

.dropdown-toplinks button i {
    padding: 53px 0px;
}

header.active-sticky .dropdown-toplinks button i {
    padding: 28px 0px;
}

header.active-sticky .middle-header-content .mobile-item-col {
    max-height: 81px;
}

.products-grid .product-item-info {
    margin: 0 0 30px;
    border: 1px solid #f4f4f4;
    padding: 20px !important;
}

.products-grid .product-item-info .product-item-details .product-item-name {
    min-height: 72px;
    font-size: 14px;
    margin: 0;
    padding: 0;
    font-weight: 500;
    margin-bottom: 5px;
}

.products-grid .product-item-info .product-item-details .product-item-name a {
    color: #482521 !important;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
}

.bk-product-short-description {
    color: #482521;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
    min-height: 48px;
    margin: 0 0 10px 0;
}

.products-grid .product-item-info .bk-add-to-cart .tocart.btn-cart {
    opacity: 1;
    visibility: visible;
    position: relative;
    background-color: #00bb8d;
    color: #ffffff;
    border-radius: 5px;
    padding: 0 15px;
    display: inline-block;
    left: 0;
    transform: none;
}

.products-grid .product-item-info .bk-add-to-cart .tocart.btn-cart:hover {
    background-color: #028e6c;
}

.products-grid .product-item-info .bk-add-to-cart .tocart.btn-cart i {
    font-size: 20px;
    line-height: 36px;
}

.products-grid .product-item-info .price-box.price-final_price {
    float: right;
}

.products-grid .product-item-info .price-box.price-final_price span span span {
    font-family: 'Roboto Condensed', sans-serif !important;
    font-size: 20px;
    font-weight: 700;
    color: #b9956d;
}

.owl-carousel .owl-nav > div {
    color: #b9956d;
    border: 2px solid #b9956d;
}

.owl-carousel .owl-nav > div.owl-prev {
    left: -30px;
}

.owl-carousel .owl-nav > div.owl-next {
    right: -30px;
}

.owl-carousel .owl-nav > div:not(.disabled):hover {
    background-color: #b9956d;
    border-color: #b9956d;
}

.bk-home-row-below-coffee-container,
.bk-home-row-below-thee-container {
    /*padding: 60px 0;*/
}

.bk-home-row-below-coffee-container p,
.bk-home-row-below-thee-container p {
    color: #482521;
    line-height: 28px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 100;
}

.bk-home-row-below-thee-container p:not(:last-child) {
    /*margin-bottom: 20px;*/
}

.bk-home-row-below-coffee-container p a,
.bk-home-row-below-thee-container p a {
    color: #b9956d;
}

.bk-home-banner-eerlijkekoffie .bt-banner-cta p,
.bk-home-banner-workshops .bt-banner-cta p,
.bk-home-banner-komlangs .bt-banner-cta p {
    margin: 0;
    background-color: #51605b;
    color: #ffffff;
    line-height: 60px;
    font-size: 25px;
    font-weight: 100;
}

.product-tab .menu-product-tabs li.active a {
    border: 1px solid #b9956d;
    color: #b9956d;
    border-radius: 0 !important;
}

.product-tab .menu-product-tabs {
    margin: 0 auto 20px;
}

.home-big-banner-left {
    padding-right: 0;
    border-right: 3px solid #b9956d;
}

.home-big-banner-right {
    padding-left: 0;
    border-left: 3px solid #b9956d;
}

.home-big-banner-left .promobanner > .text {
    width: 100%;
    text-align: right;
    padding: 30px;
}

.home-big-banner-right .promobanner > .text {
    width: 100%;
    text-align: left;
    padding: 30px;
}

.home-big-banner-left .promobanner > .text p:first-child,
.home-big-banner-right .promobanner > .text p:first-child {
    font-size: 57px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    text-transform: uppercase;
    line-height: 1;
}

.home-big-banner-left .promobanner > .text p:last-child,
.home-big-banner-right .promobanner > .text p:last-child {
    font-size: 35px;
    font-weight: 100;
    color: #b9956d;
    margin: 0;
    text-transform: uppercase;
    line-height: 1;
}

.minicart-items .product-item .product.actions .action:hover {
    background-color: #b9956d;
    border-color: #b9956d;
}

.bk-nieuwsbrief-row {
    margin: 0;
}

.bk-nieuwsbrief-container {
    overflow: hidden;
    background-color: #b9956d;
    padding: 25px 15px;
}

.bk-nieuwsbrief-container .block-content h2 {
    color: #ffffff !important;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1 !important;
}

.bk-nieuwsbrief-container .block-content p {
    margin: 0;
    font-size: 20px;
    font-weight: 100;
    color: #ffffff;
    line-height: 30px;
}

input[type="text"], input[type="password"], input[type="url"], input[type="tel"], input[type="search"], input[type="number"], input[type="datetime"], input[type="email"] {
    height: 50px;
    font-size: 16px;
    line-height: 50px;
}

.bk-nieuwsbrief-container .actions button.btn-primary {
    float: right;
    border: 0;
    line-height: 50px;
    padding: 0 25px;
    margin-top: 10px;
    letter-spacing: 0.5px;
    font-size: 16px;
    font-weight: 100;
}

.bk-nieuwsbrief-home .bk-nieuwsbrief-container form > .newsletter {
    margin-bottom: 0;
}

form.subscribe .newsletter .control > div {
    color: #ffffff;
}

.bk-home-review h3 {
    border: none;
}

.bk-nieuwsbrief-container {
    a {
        &.nws-link-footer {
            background-color: #00BB8D;

            &:hover {
                background-color: #028e6c;
            }
        }
    }
}

.bk-footer-column-container .bk-footer-title {
    line-height: 45px;
    font-size: 23px;
    color: #ffffff;
    background-color: #b9956d;
    width: 100%;
    padding: 0 10px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.bk-footer-column-container.col-1 ul li:before {
    content: "\f138";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #b9956d;
    font-size: 16px;
    margin-right: 10px;
    margin-left: 10px;
}

.bk-footer-column-container ul li span,
.bk-footer-column-container ul li a,
.bk-footer-column-container > span {
    font-size: 16px;
    color: #b9bfbd !important;
    font-weight: 100;
}

footer.footer1 .middle-footer {
    background-color: #51605b;
}

body footer.footer,
body.cms-index-index footer.footer {
    margin-top: 50px !important;
}

.bk-footer-column-container.col-2 > span:before, .bk-footer-column-container.col-3 > span:before {
    content: "\f041";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #b9956d;
    font-size: 16px;
    margin-right: 10px;
    margin-left: 10px;
    position: absolute;
    left: 0;
}

.bk-footer-column-container.col-2 > span, .bk-footer-column-container.col-3 > span {
    position: relative;
    padding-left: 33px;
    display: block;
}

.bk-footer-column-container.col-2 ul.bk-opening-times li:before, .bk-footer-column-container.col-3 ul.bk-opening-times li:before {
    content: "\f017";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #b9956d;
    margin-right: 10px;
    margin-left: 10px;
}

.bk-footer-column-container ul.bk-opening-days li {
    padding-left: 33px;
}

.bk-footer-column-container.col-2 ul li span:first-child, .bk-footer-column-container.col-3 ul li span:first-child {
    width: 90px;
    display: inline-block;
}

.bk-footer-kiyoh {
    margin-top: 20px;
}

.bk-footer-kiyoh iframe {
    border-radius: 10px;
}

.bk-no-margin-row .bk-home-banner-koffie {
    padding-right: 0;
}

.bk-no-margin-row .bk-home-banner-horeca, .bk-no-margin-row .bk-home-banner-koffie-werk {
    padding-left: 0;
}

.bottom-footer {
    display: none;
}

.products-grid ol.product-items li.product-item-info {
    width: calc(33.33333333% - 30px);
    margin-left: 15px;
    margin-right: 15px;
}

.block.filter .block-content.filter-content .filter-options-item .filter-options-title:before,
.block.filter .block-content.filter-content .filter-options-item .filter-options-title:after {
    display: none;
}

.block.filter .block-content.filter-content .filter-options-item .filter-options-title {
    background-color: #51605b;
    line-height: 50px;
    padding-bottom: 0;
    color: #ffffff;
    padding: 0 15px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 0;
}

.block-filter-content .filter-options .filter-options-content ol.items {
    padding: 15px;
    background-color: #f7f7f7;
}

.block.filter .block-content.filter-content .filter-options-item .filter-options-content ol.items .item {
    border-bottom: 0;
    padding: 0;
    margin-bottom: 5px;
}

.block.filter .block-content.filter-content .filter-options-item .filter-options-content ol.items .item:last-child {
    margin-bottom: 0;
}

.block.filter .block-content.filter-content .filter-options-item .filter-options-content ol.items .item a:before {
    content: "\f138";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #b9956d;
    margin-right: 10px;
    font-size: 14px;
    transition: all .2s;
}

.block.filter .block-content.filter-content .filter-options-item .filter-options-content ol.items .item a {
    color: #51605b;
}

.block.filter .block-content.filter-content .filter-options-item .filter-options-content ol.items .item .count {
    display: none;
}

.block.filter .block-content.filter-content .filter-options-item {
    margin-bottom: 10px;
}

.bk-koffie-sidebar {
    width: 100%;
    height: 270px;
    background-image: url("../images/sidebar-koffie-maand.jpg");
    background-size: cover;
    position: relative;
    margin-bottom: 20px;
}

.bk-thee-sidebar {
    width: 100%;
    height: 270px;
    background-image: url("../images/sidebar-thee-maand.jpg");
    background-size: cover;
    position: relative;
    margin-bottom: 20px;
}

.bk-koffie-sidebar a,
.bk-thee-sidebar a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.bk-koffie-sidebar .bk-koffie-content,
.bk-thee-sidebar .bk-thee-content {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.bk-koffie-sidebar .bk-koffie-content p:first-child,
.bk-thee-sidebar .bk-thee-content p:first-child {
    font-size: 30px;
    margin-bottom: 0;
    line-height: 1;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
    background-color: #b9956d;
    float: left;
    padding: 6px 8px;
}

.bk-koffie-sidebar .bk-koffie-content p:last-child,
.bk-thee-sidebar .bk-thee-content p:last-child {
    font-size: 18px;
    margin-bottom: 0;
    line-height: 1;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 0.5px;
    background-color: #51605b;
    float: left;
    padding: 6px 8px;
    clear: both;
}

.sidebar .block.filter + .sidebar-additional,
.sidebar .block + .block {
    margin-top: 20px;
}

.page-title-wrapper:before {
    display: none;
}

.page-title-wrapper {
    background-image: none;
    padding: 20px 0;
}

.page-title-wrapper h1 {
    color: #b9956d !important;
    font-size: 25px;
}

.page-title-wrapper.active-sticky-pagetitle {
    margin-top: 238px;
}

section.bk-usp-container {
    margin: 0;
    background-color: rgba(255, 255, 255, 0.75);
}

body.catalog-category-view .breadcrumbs {
    margin-bottom: 15px;
}

.breadcrumbs {
    background-color: transparent;
    padding: 0px 0px 10px 0px;
}

body.catalog-category-view .breadcrumbs ul,
body.checkout-cart-index .breadcrumbs ul,
body.cms-page-view .breadcrumbs ul,
body.catalog-product-view .breadcrumbs ul,
body .breadcrumbs ul {
    margin-top: 10px;
}

.breadcrumbs ul {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
}

.breadcrumbs .items > li a:hover {
    color: #b9956d;
}

.product-detail-infomation .product-name {
    font-size: 30px;
    margin-bottom: 5px;
    font-weight: 600;
    color: #383838;
    text-transform: uppercase;
}

.bk-beschikbaar-winkel {
    display: none;
}

.product-info-main .product-info-price .price-box .price {
    font-size: 30px;
    color: #383838;
    font-weight: 700;
}

.product-detail-infomation h1.product-name {
    font-size: 30px;
    margin-bottom: 0px;
    font-weight: 600;
    color: #383838 !important;
    text-transform: uppercase;
    line-height: 1 !important;
}

.product-info-main > h2.bk-product-subtitle {
    font-size: 16px;
    color: #686868;
    font-weight: 400;
}

.bk-intensiteit-container {
    margin: 10px 0;
}

.bk-intensiteit-container p {
    display: inline-block;
    /*color: #383838;*/
    font-size: 16px;
    margin-bottom: 0;
}

.bk-intensiteit-trans {
    background-image: url(../images/intensiteit-trans.png);
    background-size: 17px 13px;
    width: 81px;
    height: 13px;
    background-repeat: repeat-x;
    display: inline-block;
}

.bk-intensiteit-overlay-1 {
    background-image: url('../images/intensiteit.png');
    background-size: 17px 13px;
    width: 17px;
    height: 13px;
    background-repeat: repeat-x;
}

.bk-intensiteit-overlay-2 {
    background-image: url('../images/intensiteit.png');
    background-size: 17px 13px;
    width: 34px;
    height: 13px;
    background-repeat: repeat-x;
}

.bk-intensiteit-overlay-3 {
    background-image: url('../images/intensiteit.png');
    background-size: 17px 13px;
    width: 51px;
    height: 13px;
    background-repeat: repeat-x;
}

.bk-intensiteit-overlay-4 {
    background-image: url('../images/intensiteit.png');
    background-size: 17px 13px;
    width: 68px;
    height: 13px;
    background-repeat: repeat-x;
}

.bk-intensiteit-overlay-5 {
    background-image: url('../images/intensiteit.png');
    background-size: 17px 13px;
    width: 81px;
    height: 13px;
    background-repeat: repeat-x;
}

.product-info-main .product-info-price .price-box .price {
    font-family: 'Roboto Condensed', sans-serif !important;
    font-weight: 700;
}

.product-options-wrapper .fieldset div.field {
    width: 50%;
    float: left;
    padding: 15px;
    background-color: #b9956d;
    margin-bottom: 0;
}

.product-options-wrapper .fieldset div.field:last-of-type {
    padding: 15px;
    float: left;
    background-color: #f7f7f7;
    margin-bottom: 0;
    width: 50%;
}

.product-options-wrapper .fieldset div.field:last-of-type label {
    margin: 0px 0px 10px !important;
}

.product-options-wrapper .fieldset div.field label span {
    font-weight: 400;
    color: #ffffff;
    text-transform: none;
    font-size: 16px;
}

.product-options-wrapper .fieldset div.field:last-of-type label span {
    font-style: italic;
    text-transform: none;
    font-weight: 100;
    color: #707070;
    font-size: 14px;
}

.product-add-form .product-options-wrapper .fieldset > .field > .control {
    padding-bottom: 0;
}

.product-add-form .product-options-wrapper .fieldset > .field > .control select {
    margin-bottom: 0;
}

.product-options-wrapper .fieldset div.field:last-of-type .control > input {
    border: 1px solid #f0f0f0;
    line-height: 35px;
    height: 35px;
    width: 265px;
}

.product-options-bottom .box-tocart .field.qty .control .minus,
.product-options-bottom .box-tocart .field.qty .control .plus,
.product-options-bottom .box-tocart > .action-add-to {
    display: none;
}

.box-tocart .field.qty > .control {
    border: 0;
}

.product-info-main .product-add-form .box-tocart .field.qty > .control .input-text.qty,
.bundle-info .product-details .box-tocart .field.qty > .control .input-text.qty {
    width: 60px;
    background-color: #ffffff;
    border: 1px solid #f0f0f0;
    line-height: 25px;
    height: 50px;
}

.product-add-form .product-options-wrapper .fieldset > .field:last-of-type > .label {
    margin: 0px 0px 6px 0px !important;
}

.product-info-main .product-add-form .actions {
    margin-bottom: 0;
}

.product-info-main .product-add-form .actions button.tocart,
.bundle-info .product-details .actions button.tocart {
    border-radius: 0;
    background-color: #00bb8d;
    border-color: #028e6c;
    height: 50px;
    line-height: 46px;
    font-size: 16px;
}

body.catalog-product-view .product-options-bottom {
    float: right;
    background-color: #f7f7f7;
    margin-top: 0;
    width: 50%;
    text-align: right;
    padding: 20px 15px;
}

body.catalog-product-view.category-workshop-cadeaubon .product-options-bottom {
    padding: 45px 15px;
}

body.catalog-product-view .product-options-bottom .box-tocart {
    margin-top: 0;
}

body.catalog-product-view .product-options-bottom .box-tocart > .fieldset {
    float: right;
}

.product-info-main .product-add-form .tocart,
.bundle-info .product-details .tocart {
    margin-right: 0;
}

.bk-inhoud-product {
    margin-bottom: 10px;
}

.bk-inhoud-product span:first-child {
    display: inline-block;
    padding: 10px 15px;
    color: #ffffff;
    letter-spacing: 0.5px;
    background-color: #b9956d;
    line-height: 1;
}

.bk-inhoud-product span:last-child {
    display: inline-block;
    color: #383838;
    padding: 10px 15px;
    margin-right: 10px;
    letter-spacing: 0.5px;
    background-color: #f7f7f7;
    line-height: 1;
}

.bk-options-container,
.bk-more-info-container {
    overflow: hidden;
}

.bk-more-info a {
    background-color: #51605b;
    float: right;
    color: #ffffff;
    line-height: 35px;
    padding: 0 15px;
    position: relative;
    border: 2px solid #51605b;
}

.bk-more-info a:before {
    content: "\f05a";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #ffffff;
    font-size: 14px;
    margin-right: 10px;
}

.product-add-form .product-options-wrapper {
    padding-top: 0;
}

.bk-extra-specs-container {
    margin-top: 20px;
}

.bk-extra-specs-container .bk-extra-specs-item {
    margin-bottom: 5px;
    overflow: hidden;
    line-height: 35px;
    background-color: #f7f7f7;
    float: left;
    clear: both;
}

.bk-extra-specs-container .bk-extra-specs-item span:first-child {
    background-color: #51605b;
    padding: 10px 15px;
    color: #ffffff;
    margin-right: 10px;
    letter-spacing: 0.5px;
}

.bk-extra-specs-container .bk-extra-specs-item span:last-child {
    padding-right: 10px;
    color: #383838;
}

body.catalog-product-view .product-sub-infomation {
    display: none;
}

.product-data-items-menu .data.item.title.active .data.switch {
    border-radius: 0;
    margin: 0;
    border: 0;
    background-color: #b9956d;
    background: #b9956d !important;
    color: #ffffff;
    padding: 0 20px;
    line-height: 50px;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.5px;
    height: 50px;
}

.product-data-items-menu {
    margin: 0;
}

.product.info .product .product-data-items-content {
    border: 1px solid #eaeaea;
    padding: 15px 20px;
    /*    color: #383838;*/
    font-size: 14px;
    letter-spacing: 0.5px;
}

.product.info .product .product-data-items-content .data .product p:last-child {
    margin: 0;
}

.product.info.detailed {
    margin-top: 15px;
}

.related-product-main .content-heading h3 {
    display: block;
    border-bottom: 1px solid #b9956d;
    margin-bottom: 10px;
    padding-bottom: 15px;
    color: #000000 !important;
    text-align: left;
    line-height: 1 !important;
}

.related-product-main .content-heading h3:before,
.related-product-main .content-heading h3:after {
    display: none;
}

.products-grid .product-item-info .product-item-details {
    overflow: hidden;
}

.minicart-wrapper .close-minicart {
    line-height: 50px !important;
    background-color: #b9956d;
    color: #ffffff !important;
}

.minicart-content-wrapper .secondary a {
    color: #fff;
    border: 2px solid #51605b;
    background-color: #51605b;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 400;
}

.bk-shopcart-item dt,
.bk-shopcart-item dd {
    display: inline-block;
}

.checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-details dl.item-options dt {
    margin-top: 0;
}

.checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-details .product-item-name a:hover,
.checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-details .product-item-name a:focus {
    color: #b9956d;
}

dl.item-options {
    margin-top: 10px;
    margin-bottom: 0;
}

.checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-details {
    padding-top: 0;
    margin-left: 0;
    width: 100%;
}

.checkout-cart-index #shopping-cart-table .cart-price .price {
    font-family: 'Roboto Condensed', sans-serif !important;
    font-size: 20px;
    font-weight: 700;
    color: #b9956d !important;
}

.checkout-cart-index #shopping-cart-table .gift-options-cart-item {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.checkout-cart-index #shopping-cart-table tbody tr.item-actions td {
    padding: 0;
}

.checkout-cart-index #shopping-cart-table tbody tr.item-actions td > .actions-toolbar {
    padding: 10px;
    text-align: right;
}

.checkout-cart-index #shopping-cart-table tbody tr.item-actions > td {
    background-color: #f3f3f3;
}

.checkout-cart-index #shopping-cart-table tbody tr td.col.qty .input-text.qty {
    line-height: 40px;
}

.checkout-cart-index #shopping-cart-table thead tr th {
    font-family: 'Roboto Condensed', sans-serif !important;
}

.checkout-cart-index #shopping-cart-table tbody tr.item-actions td > .actions-toolbar > a + a {
    margin-left: 7px;
}

body.catalog-product-view #owl-carousel-gallery.owl-carousel .owl-nav > div.owl-next {
    right: 10px;
}

body.catalog-product-view #owl-carousel-gallery.owl-carousel .owl-nav > div.owl-prev {
    left: 10px;
}

.bk-mobile-login-link {
    display: none !important;
}

.bk-mobile-login-link .bk-inloggen {
    padding: 0px 10px 0px 20px;
}

.footer .middle-footer {
    border-top: 0;
}

h4.bk-insta-title {
    color: #51605b;
    text-transform: uppercase;
    font-size: 28px;
    margin-bottom: 20px;
    padding-bottom: 5px;
    text-align: center;
}

h4.bk-insta-title a {
    color: #b9956d;
}

body .product-detail-infomation-sticky-parent > .col-xs-12 + div {
    width: 66.66666667% !important;
}

.bk-stock-amount {
    position: absolute;
    right: 15px;
}

.opc-block-summary .table-totals tr.totals.grand th strong,
.opc-block-summary .table-totals tr.totals.grand td strong,
.opc-progress-bar .opc-progress-bar-item._active > span:after,
.opc-progress-bar .opc-progress-bar-item._active > span {
    color: #b9956d;
}

.opc-progress-bar .opc-progress-bar-item._active > span:before,
.opc-progress-bar .opc-progress-bar-item._active:before {
    background: #b9956d;
}

#shipping-method-buttons-container .action,
.payment-method-content .actions-toolbar .action,
#shipping-method-buttons-container button.action,
.payment-method-content .actions-toolbar button.action {
    background-color: #b9956d;
    border: 1px solid #b9956d;
    border-radius: 0;
}

#shipping-method-buttons-container .action:hover,
.payment-method-content .actions-toolbar .action:hover,
#shipping-method-buttons-container button.action:hover,
.payment-method-content .actions-toolbar button.action:hover {
    background-color: #ffffff;
    border: 1px solid #b9956d;
    color: #b9956d;
}

body.checkout-index-index header .header.content {
    z-index: 1 !important;

    .logo {
        display: none;
    }
}

body.checkout-index-index header .middle-header-content > div > div > div {
    z-index: 5 !important;
}

body.checkout-index-index .breadcrumbs {
    margin-bottom: 0;
}

body.checkout-index-index header > .header {
    background-color: transparent;
    border: 0;
    text-align: center;
    line-height: 130px;
}

body.checkout-index-index header > .header.active-sticky {
    line-height: 81px;
}

body.checkout-index-index header > .header.active-sticky a img {
    width: 140px;
    height: auto;
}

.blog-list .post-item-info .post-image {
    overflow: hidden;
    display: flex;
}

.bk-post-image {
    width: 33.3333%;
    float: left;
}

.bk-post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-post .post-info {
    float: left;
    width: 66.6666%;
    padding: 30px !important;
    border-top: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    background: #ffffff !important;
    text-align: left !important;
}

.blog-post .post-info .published-by {
    display: none !important;
}

.blog-list .post-item-info {
    margin-bottom: 50px;
}

.sidebar .block-blog-posts .post-list li a:hover,
.sidebar .block-blog-categories li a:hover {
    color: #b9956d;
}

.blog-list .post-item-info .post-info h2 {
    line-height: 1;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-bottom: 0;
    margin-top: 0;
}

.blog-list .post-item-info .post-info a {
    color: #51605b;
    line-height: 22px;
}

.blog-list .post-item-info .post-info .post-meta {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    font-size: 12px;
    padding: 5px 0;
    margin: 15px 0;
}

.blog-list .post-item-info .post-info .post-meta .published-by {
    display: inline-block;
    margin-right: 20px;
}

.blog-list .post-item-info .post-info .post-meta .create-post-time {
    display: inline-block;
}

.blog-list .post-item-info .published-by .text-capitalize {
    color: #878787;
}

.blog-list .post-item-info .post-info a:hover {
    color: #b9956d;
}

.blog-list .post-item-info .post-content .post-short-description {
    font-size: 14px;

    p {
        color: #482521;
    }
}

.blog-list .post-item-info .post-content .btn-default {
    color: #b9956d;
    border-color: #b9956d;
    background-color: #ffffff;
    border-radius: 0;
    font-weight: 400;
    line-height: 40px;
    font-family: 'Roboto Condensed', sans-serif !important;
    font-size: 15px;
}

.blog-list .post-item-info .post-content .btn-default:hover {
    color: #ffffff;
    background-color: #b9956d;
}

.blog-post-view .post-item-info .post-info {
    border-top: 0;
    border-right: 0;
    width: 100%;
    border-bottom: 1px solid #d8d8d8;
    padding: 15px 0 !important;
}

.blog-post-view .post-item-info .post-content {
    margin-top: 20px;
    overflow: hidden;
    display: block;
    clear: both;
}

body.blog-post-view .post-content p img {
    margin: 0px 20px;
}

.product-info-main .product-add-form .box-tocart .action-add-to {
    display: none;
}

.product-info-main .product-add-form .box-tocart .edit-qty.minus,
.product-info-main .product-add-form .box-tocart .edit-qty.plus {
    display: none !important;
}

.product-info-main .product-add-form .box-tocart > .fieldset,
.bundle-info .product-details .box-tocart > .fieldset {
    float: right;
}

.product-info-main .product-add-form .box-tocart,
.bundle-info .product-details .box-tocart {
    background-color: #f7f7f7;
    margin-top: 0;
    padding: 20px;
}

.toolbar .pages .pagination .item.current a {
    color: #b9956d;
}

.block.filter .block-content.filter-content .filter-options-item .filter-options-content ol.items .item a:hover:before,
.block.filter .block-content.filter-content .filter-options-item .filter-options-content ol.items .item a:focus:before {
    color: #222222;
}

.bk-no-options-btn {
    opacity: 1;
    visibility: visible;
    position: relative;
    background-color: #00bb8d;
    color: #ffffff;
    border-radius: 5px;
    padding: 0 15px;
    display: inline-block;
    left: 0;
    transform: none;
    height: 40px;
}

.bk-no-options-btn:hover {
    background-color: #028e6c;
}

.bk-no-options-btn:before {
    content: "\f291";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #ffffff;
    font-size: 20px;
    position: relative;
    line-height: 40px;
}

.products-grid .product-item-info .bk-add-to-cart .tocart.btn-cart:before {
    content: "\f291";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #ffffff;
    font-size: 20px;
    position: relative;
    line-height: 40px;
}

body.catalog-product-view .product-options-bottom .box-tocart {
    padding: 0;
}

.multicheckout.success a,
.checkout-success a,
.order-details-items .table-wrapper tfoot tr.grand_total th strong,
.order-details-items .table-wrapper tfoot tr.grand_total td strong,
.checkout-cart-index .column.main .cart-empty a {
    color: #b9956d;
}

body[class*='categorypath-workshops'] .product-options-wrapper .fieldset div.field label span {
    color: #383838;
    font-style: normal;
    text-transform: none;
    font-weight: 400;
    font-size: 16px;
}

body[class*='categorypath-workshops'] .product-options-wrapper .fieldset div.field {
    background-color: #f7f7f7;
    width: 50%;
    float: left;
    padding: 15px;
    margin-bottom: 0;
}

body[class*='categorypath-workshops'] .product-options-wrapper .fieldset div.field:last-of-type .control > input {
    border: 1px solid #ccc;
    line-height: 40px;
    height: 40px;
    width: 100%;
}

body[class*='categorypath-workshops'] .product-add-form .product-options-wrapper .fieldset > .field:last-of-type > .label {
    margin: 0px 0px 10px 0px !important;
}

.checkout-cart-index .cart-summary .checkout-methods-items .item .action.checkout {
    background-color: #00bb8d;
    border: 1px solid #028e6c;
    border-radius: 0;
}

.checkout-cart-index .cart-summary .checkout-methods-items .item .action.checkout:hover {
    color: #ffffff;
    background-color: #028e6c;
    border: 1px solid #028e6c;
}

.checkout-extra {
    display: none;
}

#eapps-instagram-feed-1 .eapps-instagram-feed-posts-item-overlay {
    background-color: rgba(185, 149, 109, 0.8) !important;
}

/* body.cms-index-index footer.footer {
    margin-top: 50px !important;
} */

/*----------- CHECKOUT STYLING -----------*/

.checkout-index-index #checkout.am-checkout {
    background: transparent;
    margin: 0;
    padding: 0;
}

.checkout-index-index .checkout-header {
    margin: 10px 0 0 0;
    padding: 0;
}

.checkout-index-index .checkout-header h1.title {
    font-size: 30px;
    margin-bottom: 0;
}

.checkout-index-index .checkout-block {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    transition: none;
    box-shadow: none;
    border: 1px solid #e8e8e8;
    transition: all .2s;
    padding: 0;
}

.checkout-index-index .checkout-block:hover {
    box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.15);
}

.opc-wrapper .step-title {
    background-color: #51605b;
    color: #ffffff;
    padding: 5px 0px 5px 15px;
    margin-bottom: 0px;
}

.opc-wrapper span#tooltip-label {
    display: none;
}

.checkout-index-index .opc-wrapper.am-opc-wrapper .step-content:not(#checkout-step-payment) {
    padding: 20px;
}

.checkout-shipping-method {
    margin-top: 0;
}

.authentication-wrapper {
    text-align: left;
    margin-bottom: 10px;
}

.authentication-wrapper .action-auth-toggle {
    font-size: 15px;
    color: #ffffff;
    border: 1px solid #b9956d;
    background-color: #b9956d;
    margin-top: 10px;
    padding: 0px 15px;
    line-height: 40px;
    font-weight: 400;
    margin-right: 0;
    min-width: 120px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
}

.authentication-wrapper .action-auth-toggle:hover {
    color: #b9956d;
    border: 1px solid #b9956d;
    background-color: #ffffff;
}

.authentication-wrapper .authentication-dropdown {
    right: auto;
    left: 0;
}

.checkout-header, .authentication-wrapper {
    display: none;
}

.layout-3-columns .checkout-column:nth-child(1) .checkout-block {
    margin: 10px 10px 10px 0px;
}

.layout-3-columns .checkout-column:nth-child(2) .checkout-block {
    margin: 10px;
}

.layout-3-columns .checkout-column:nth-child(3) .checkout-block {
    margin: 10px 0px 10px 10px;
}

.layout-3-columns .checkout-column:nth-child(3) .checkout-block .opc-block-summary {
    margin: 0;
}

input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
    height: 40px;
    line-height: 40px;
}

.am-checkout .label, .am-checkout label {
    font-size: 15px;
    margin: 0 0 5px;
}

.am-checkout .fieldset > .field:not(.choice) {
    margin-bottom: 10px;
}

.table-checkout-shipping-method > thead {
    display: none;
}

.table-checkout-shipping-method tbody tr td {
    padding: 5px 15px 5px 15px;
    text-align: left;
    border: 0;
}

.table-checkout-shipping-method tr td.col-method {
    padding: 5px 0px;
}

.table-checkout-shipping-method tr td.col-method:nth-child(2) {
    padding: 5px 0px 5px 10px;
}

.table-checkout-shipping-method tr td.col-carrier {
    display: none;
}

.table-checkout-shipping-method tr td.col-price {
    text-align: right;
    padding: 5px 0px;
}

.checkout-billing-address .billing-address-same-as-shipping-block {
    background-color: #f4f4f4;
    padding: 10px 30px 10px 40px;
    margin: 20px 0 0 0 !important;
}

.checkout-billing-address .billing-address-same-as-shipping-block > input {
    left: 20px;
    top: 16px !important;
}

.checkout-billing-address .billing-address-same-as-shipping-block > label {
    margin: 0;
}

.checkout-billing-address > fieldset {
    padding: 20px 0px 20px 0px;
}

.checkout-billing-address > fieldset .actions-toolbar button {
    border: 0;
    width: calc(50% - 2px);
    line-height: 35px;
}

.checkout-billing-address > fieldset .actions-toolbar button.action-update {
    background-color: #b9956d;
    color: #ffffff;
    float: right;
}

.checkout-billing-address > fieldset .actions-toolbar button.action-cancel {
    margin: 0 !important;
}

.shipping-address-items .shipping-address-item.selected-item {
    color: #b9956d;
    border-color: #b9956d;
}

.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-method-content,
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-option-content {
    padding: 0px;
}

.checkout-billing-address > fieldset .actions-toolbar .primary {
    float: none !important;
}

.opc-payment .payment-methods .payment-method {
    padding: 5px;
    border-bottom: 0;
    margin-bottom: 0;
}

.payment-method > .payment-method-title {
    padding-left: 0;
}

.checkout-payment-method .payment-methods .actions-toolbar .primary {
    padding: 0;
}

.checkout-billing-address form .choice > input {
    left: 7px;
}

.checkout-billing-address form .choice > label {
    margin-left: 20px;
}

.payment-method-billing-address .checkout-billing-address .actions-toolbar .primary button:first-child {
    width: calc(50% - 10px);
    float: left;
    min-width: 10px;
}

.payment-method-billing-address .checkout-billing-address .actions-toolbar .primary button:last-child {
    width: calc(50% - 10px);
    float: right;
    min-width: 10px;
}

.opc-block-summary {
    background-color: #f9f9f9;
    padding: 0 !important;
}

.opc-block-summary .table-totals tr th:after {
    color: #b9956d;
}

.checkout-index-index .opc-block-summary .minicart-items .product-image-container {
    margin-left: 0;
}

.checkout-index-index .opc-block-summary .minicart-items .product-image-container img {
    border: 1px solid #ececec;
}

.checkout-index-index .opc-block-summary .minicart-items .product-item-details {
    padding-left: 20px;
}

.checkout-index-index .opc-block-summary .minicart-items .delete {
    position: absolute;
    width: 20px;
    height: 20px;
    background: none;
    background-color: red;
    padding: 0;
    border: 0;
}

.checkout-index-index .opc-block-summary .minicart-items .delete:before {
    content: "\f00d";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #ffffff;
    font-size: 12px;
    position: absolute;
    top: 0;
    line-height: 20px;
    width: 20px;
    text-align: center;
}

.checkout-index-index .opc-block-summary .minicart-items input.qty {
    width: 30px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    text-align: center;
    padding: 0;
}

.opc-payment .payment-methods .payment-method .payment-method-title .label {
    padding-left: 20px;
}

.field.choice .control,
.form-group.choice .control,
.field.choice > input,
.form-group.choice > input {
    top: 7px;
}

.checkout-payment-method .payment-methods .actions-toolbar .primary {
    padding: 0;
    width: 100%;
    border: 0;
    background-color: #00bb8d;
    color: #ffffff;
    line-height: 45px;
}

.checkout-payment-method .payment-methods .actions-toolbar .primary:hover {
    background-color: #028e6c;
}

.checkout-payment-method > .discount-code {
    padding: 0 20px 20px 20px;
}

.payment-option.discount-code .form-discount .actions-toolbar .action.action-apply {
    color: #ffffff;
    border: 1px solid #b9956d;
    background-color: #b9956d;
    border-radius: 0;
    font-size: 14px;
    padding: 0 20px;
    line-height: 40px;
    width: 100%;
}

.payment-option.discount-code .form-discount .actions-toolbar > div {
    width: 100%;
}

.am-checkout .additional-options {
    margin: 0;
    padding: 20px;
}

.opc-estimated-wrapper {
    display: none;
}

form.form-login > fieldset > fieldset .actions-toolbar {
    text-align: right;
    margin-bottom: 0 !important;
}

form.form-login > fieldset > fieldset .actions-toolbar button.login {
    padding: 0 20px;
    border: 0;
    line-height: 40px;
    color: #ffffff;
    background-color: #b9956d;
}

.checkout-index-index .additional-options .checkout-agreements .action-show {
    font-style: italic;
    font-size: 14px;
    color: #b9956d;
}

.minicart-items-wrapper ol li.item div.actions > div.primary,
.minicart-items-wrapper ol li.item div.actions > div.secondary {
    display: none;
}

.opc-wrapper .control .field-error {
    color: #ffffff;
    background-color: red;
    border-radius: 3px;
    padding: 3px 5px;
    margin-top: 5px;
    font-size: 14px;
    font-weight: 600;
}

/*########### CHECKOUT STYLING END ###########*/

/*########### STORE LOCATOR ###########*/

.amlocator_input,
#current-address > label,
#amasty_locator_filter .column_right .block-title,
.today_schedule {
    display: none;
}

.amlocator_input#current-address {
    display: block;
    margin-top: 0;
}

#amasty_locator_filter .column_right .location-attribute {
    margin-top: 0 !important;
}

#amasty_locator_filter .column_left strong span,
#amasty_locator_filter .column_right .location-attribute > .attribute-label {
    font-size: 18px;
    font-weight: 400;
}

#amasty_locator_filter .column_right .block-content {
    overflow: hidden;
    position: relative;
}

#amasty_locator_filter .column_right .block-content button.filter-attribute {
    position: absolute;
    bottom: 0;
    line-height: 38px;
    padding: 0 15px;
    right: 0;
    margin: 0;
    background-color: #b9956d;
    border: 1px solid #b9956d;
    color: #ffffff;
    font-weight: 400;
}

.column_left,
.column_right {
    width: 50%;
}

#amasty_locator_filter {
    margin-bottom: 20px;
}

#amasty_locator_block .amlocator_center .amlocator_store_list {
    position: relative;
}

#amasty_locator_block .amlocator_center {
    position: relative;
    overflow: hidden;
}

#amasty_locator_block .amlocator_center:after {
    content: "";
    position: absolute;
    background-color: green;
    width: 100%;
    height: 100px;
    bottom: 0;
    left: 0;
    max-width: 351px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+80 */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
}

/*########### STORE LOCATOR END ###########*/

.slider_mgs_carousel .owl-item .slide-text.bottom_center > * {
    max-width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 40px;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.7);
}

a.bk-more-info-contact {
    background-color: #b9956d;
    color: #ffffff;
    line-height: 40px;
    display: inline-block;
    padding: 0px 55px 0px 15px;
    margin-bottom: 30px;
    position: relative;
    transition: all .2s;
    margin-top: 10px;
}

a.bk-more-info-contact:after {
    content: "\f054";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #ffffff;
    font-size: 15px;
    line-height: 40px;
    position: absolute;
    right: 0;
    background-color: rgba(0, 0, 0, 0.1);
    width: 40px;
    text-align: center;
    transition: all .2s;
}

a.bk-more-info-contact:hover {
    color: #ffffff;
}

a.bk-more-info-contact:hover:after {
    background-color: #51605b;
}

.contact-index-index .contact-form-content ul.list-icon li {
    padding-left: 0px;
    margin-bottom: 0px;
}

body.contact-index-index .page-bottom {
    display: none;
}

/* .bk-contact-details li:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #b9956d;
    font-size: 16px;
    position: absolute;
    left: 10px;
}

.bk-contact-details li.bk-contact-address:before {
    content: "\f015";
}

.bk-contact-details li.bk-contact-mail:before {
    content: "\f0e0";
}

.bk-contact-details li.bk-contact-phone:before {
    content: "\f095";
} */

.bk-contact-details > ul {
    margin-bottom: 30px;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

body.cms-page-view p {
    color: #482521;
}

body.cms-page-view .page-main ul {
    margin: 0 0 10px 0;
}

body.cms-page-view .page-main ul li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 5px;
}

body.cms-page-view .page-main ul li:last-of-type {
    margin-bottom: 0;
}

body.cms-page-view .page-main ul li:before {
    content: "\f138";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #b9956d;
    font-size: 16px;
    position: absolute;
    left: 10px;
}

.bk-footer-column-container.col-4 ul li {
    position: relative;
    padding-left: 32px;
    font-size: 16px;
    color: #b9bfbd !important;
    font-weight: 100;
}

.bk-footer-column-container.col-4 ul li:before {
    content: "\f041";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #b9956d;
    position: absolute;
    left: 0;
    width: 28px;
    text-align: center;
    line-height: 28px;
}

.bk-footer-column-container.col-4 ul li.bk-foot-col4-location:before {
    content: "\f041";
}

.bk-footer-column-container.col-4 ul li.bk-foot-col4-location:nth-child(2):before,
.bk-footer-column-container.col-4 ul li.bk-foot-col4-location:nth-child(3):before {
    content: "";
}

.bk-footer-column-container.col-4 ul li.bk-foot-col4-phone:before {
    content: "\f095";
}

.bk-footer-column-container.col-4 ul li.bk-foot-col4-email:before {
    content: "\f0e0";
    font-size: 15px;
}

.bk-footer-column-container.col-4 ul li.bk-foot-col4-btw:before {
    content: "\f09d";
}

.bk-footer-column-container.col-4 ul li.bk-foot-col4-kvk:before {
    content: "\f1ad";
}

.bk-social-footer {
    text-align: center;
}

.bk-social-footer > span {
    font-size: 16px;
    color: #b9bfbd !important;
    font-weight: 100;
}

.bk-social-footer a.bk-footer-facebook:before {
    content: "\f09a";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #b9956d;
    left: 0;
    width: 20px;
    text-align: center;
    display: inline-block;
    font-size: 20px;
}

.bk-social-footer a.bk-footer-instagram:before {
    content: "\f16d";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #b9956d;
    left: 0;
    width: 20px;
    text-align: center;
    display: inline-block;
    font-size: 20px;
}

.bt-content-image img {
    max-width: 100%;
}

body .mgs-gdpr-cookie-notice {
    padding: 10px !important;
}

body .message.global.cookie .content .actions button.bk-cookie-button {
    background-color: #b9956d !important;
    line-height: 40px;
    padding: 0 15px;
    text-decoration: none;
    color: #ffffff;
    font-weight: 400;
    border: 1px solid #b9956d;
}

body .message.global.cookie .content .actions button.bk-cookie-button:hover {
    background-color: #ffffff !important;
    color: #b9956d;
}

.bk-logo-container {
    display: flex;
    flex-wrap: wrap;
}

.bk-logo-container > div {
    text-align: center;
    flex: 1 1 0;
    width: 0;
    line-height: 170px;
}

.bk-logo-container > div > img {
    max-width: calc(100% / 2);
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity: .5;
    transition: all .3s;
}

.bk-logo-container > div > img:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
    opacity: 1;
}

.product.media .horizontal-thumbnail-row {
    margin: 0 0 10px 0;
}

.product.media #owl-carousel-gallery > .owl-stage-outer {
    /* border: 1px solid #b08f6e; */
}

.scroll-to-top {
    background-color: #b9956d;
    color: #ffffff;
}

.at4-follow-outer {
    display: none;
}

.addthis_inline_follow_toolbox {
    height: 20px;
    margin: 55px 0px 55px 20px;
    float: left;
}

.bk-mobile-social {
    display: none !important;
    margin: 15px 15px 15px 20px;
}

header.active-sticky .addthis_inline_follow_toolbox {
    margin: 30px 0px 31px 20px;
}

.addthis_inline_follow_toolbox .at-follow-tbx-element > p {
    float: left;
    font-size: 16px;
    /*color: #383838;*/
    margin-right: 5px;
    margin-bottom: 0;
    line-height: 21px;
    display: none;
}

.addthis_inline_follow_toolbox .at-follow-tbx-element > .addthis_toolbox {
    float: left;
}

.opc-payment .payment-methods .payment-method .payment-method-title .label {
    color: #878787;
}

.shipping-address-items .shipping-address-item.selected-item {
    color: #878787;
    border-color: #b9956d;
}

body.account table.table-order-items {
    font-size: 14px;
}

.items.order-links li.current, .items.order-links li:hover {
    border-color: #b9956d;
    color: #b9956d;
}

.block-order-details-comments .order-comments .comment .comment-date {
    color: #878787;
}

body.catalog-category-view .category-description {
    margin-bottom: 25px;
}

body.catalog-category-view .category-description ul li:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #00bb8d;
    font-size: 14px;
    padding-right: 10px;
}

.mgs-instant-search-dropdown .see-all {
    display: none;
}

.bk-insta-feed-mobile {
    display: none;
}

.category-product-actions .filter-toggle {
    width: 40px;
    position: fixed;
    background-color: #b9956d;
    z-index: 120;
    top: 50%;
    left: 0;
    margin-top: -20px;
}

.product-items .ajax-loading .scroll-ajax-button {
    border: 2px solid #b9956d;
    background-color: #b9956d;
    border-radius: 40px;
    display: inline-block;
    height: 50px;
    line-height: 48px;
    padding: 0 45px;
    font-size: 20px;
    color: #ffffff;
}

.eapps-instagram-feed-content .eapps-instagram-feed-posts-slider-inner .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item {
    pointer-events: none;
    cursor: default;
}

body.checkout-onepage-success .page-title-wrapper .container > a {
    display: none;
}

.bk-home-toptext h1 {
    line-height: 1 !important;
    font-size: 25px;
}

.bk-home-toptext span {
    margin-bottom: 20px;
    display: block;
}

.checkout-index-index .modal-popup:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap {
    width: 75%;
}

.popup-authentication .modal-content .block-authentication {
    overflow: hidden;
    padding: 30px 25px;
}

.popup-authentication .modal-content .block-new-customer {
    width: 50%;
    float: left;
}

.popup-authentication .modal-content .block-new-customer .actions-toolbar a.action {
    background-color: #b9956d;
    color: #ffffff;
    line-height: 40px;
    padding: 0 15px;
    margin: 20px 0 0 0;
}

.popup-authentication .modal-content .block-new-customer .block-content ul {
    list-style: disc;
    margin-left: 20px;
}

.popup-authentication .modal-content .block-customer-login {
    width: 50%;
    float: right;
}

#shipping-new-address-form #shipping-save-in-address-book span {
    margin-left: 10px !important;
}

button#dhlparcel-shipping-servicepoint-button {
    background-color: #b9956d;
    color: #ffffff;
    border: 0;
    line-height: 35px;
    padding: 0 10px;
    border-radius: 3px;
}

.password .control #password-strength-meter-container .password-strength-meter {
    display: none !important;
}

.bk-configurable-prod span.price {
    position: relative;
}

.bk-configurable-prod span.price:before {
    content: "Vanaf";
    position: absolute;
    color: grey;
    font-size: 14px;
    left: -37px;
    bottom: 0;
    font-weight: 400;
}

body.page-layout-bktext .page-main .column.main img,
body.blog-post-view .page-main .column.main img {
    max-width: 100%;
    height: auto;
    margin: 0;
}

body.customer-account-index .sidebar .block-title h3.title {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
}

body.customer-account-index .sidebar .block-title h3.title::after {
    display: none;
}

body.customer-account-index .sidebar .block-title > h3.title > i {
    display: none;
}

form.subscribe .newsletter .control > div {
    position: unset !important;
}

.bk-header-social-container {
    display: inline-block;
    padding: 52px 0;
    line-height: 25px;
    margin-left: 20px;
}

header.active-sticky .bk-header-social-container {
    padding: 28px 0;
}

.bk-header-social-container p {
    float: left;
    margin-right: 5px;
    margin-bottom: 0;
}

.bk-header-social-container a {
    width: 20px;
    display: inline-block;
}

.bk-header-social-container a img {
    width: 20px;
}

.bss-previous-next-block ul li {
    padding: 0;
    display: inline-block;
    width: auto;
}

.bss-previous-next-block ul li a#prev_url h5 {
    background-color: #faf7f5;
    font-weight: 300;
    color: #b9956d !important;
    line-height: 40px !important;
    padding: 0 15px 0 55px;
    position: relative;
    transition: all .2s;
}

.bss-previous-next-block ul li a#prev_url h5:before {
    content: "\f053";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #ffffff;
    font-size: 14px;
    position: absolute;
    left: 0;
    width: 40px;
    background-color: #b9956d;
    border: 1px solid #b9956d;
    line-height: 38px;
    transition: all .2s;
}

.bss-previous-next-block ul li a#prev_url h5:hover {
    border-bottom: 3px solid #b9956d;
    padding: 0 15px 0 40px;
}

.bss-previous-next-block ul li a#prev_url h5:hover:before {
    color: #b9956d;
    background-color: #faf7f5;
    border: 1px solid #faf7f5;
    content: "\f137";
    font-size: 22px;
}

.bss-previous-next-block ul li a#next_url h5 {
    background-color: #faf7f5;
    font-weight: 300;
    color: #b9956d !important;
    line-height: 40px !important;
    padding: 0 55px 0 15px;
    position: relative;
    transition: all .2s;
}

.bss-previous-next-block ul li a#next_url h5:before {
    content: "\f054";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #ffffff;
    font-size: 14px;
    position: absolute;
    right: 0;
    width: 40px;
    background-color: #b9956d;
    border: 1px solid #b9956d;
    line-height: 38px;
    transition: all .2s;
}

.bss-previous-next-block ul li a#next_url h5:hover {
    border-bottom: 3px solid #b9956d;
    padding: 0 40px 0 15px;
}

.bss-previous-next-block ul li a#next_url h5:hover:before {
    color: #b9956d;
    background-color: #faf7f5;
    border: 1px solid #faf7f5;
    content: "\f138";
    font-size: 22px;
}

.bss-previous-next-block ul {
    height: 40px;
    margin-bottom: 0px;
    text-align: right !important;
}

.bss-previous-next-block li.bk-nextprev-disabled a {
    pointer-events: none;
}

.bss-previous-next-block li.bk-nextprev-disabled h6 {
    opacity: .3;
}

.bss-previous-next-block ul li a h6 {
    transition: all .3s;
}

.bss-previous-next-block ul li a:hover h6 {
    color: #b9956d !important;
}

.bss-previous-next-block #style-2 #previous,
.bss-previous-next-block #style-2 #next {
    float: none;
}

.bss-previous-next-block ul li#devider {
    line-height: 22px;
    min-width: 20px;
    text-align: center;
}

body.catalog-product-view .breadcrumbs {
    margin-bottom: 10px;
}

.bk-home-mobile-text,
.bk-header-social-mobile {
    display: none;
}

div.bk-header-social-mobile > img {
    margin-right: 5px;
}


.bk-top-cart-button {
    margin-top: 0 !important;
    margin-bottom: 30px;
}

body.checkout-cart-index .breadcrumbs {
    margin-bottom: 20px;
}

.checkout-cart-index .cart.main.actions {
    margin-top: 30px;
}

.admin__control-grouped-date .ui-datepicker-trigger {
    left: 0;
}

.bk-options-container.option-no-157 .product-options-wrapper .fieldset > div:nth-of-type(2),
.bk-options-container.option-no-157 .product-options-wrapper .fieldset > div:nth-of-type(3) {
    display: none;
}

.bk-options-container.option-no-157 .product-options-bottom {
    padding: 26px 15px;
}

.bk-filter-toggle {
    float: left;
    width: 23px;
    height: auto;
    padding: 8px 0px;
    margin-left: 8px;
}

.block-blog-tags {
    display: none;
}

button#product-addtocart-button {
    position: relative;
    padding-right: 48px;
}

button#product-addtocart-button::after {
    content: "»";
    float: right;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 24px;
    border-left: 1px solid;
    padding: 0 5px;
    height: 100%;
    line-height: 40px;
}

span.counter {
    display: none;
}

/*########### RESPONSIVE MAX-WIDTH ###########*/

@media (max-width: 1214px) {
    .bk-usp-content ul li {
        font-size: 14px;
    }

    .products-grid .product-item-info .product-item-details .product-item-name a {
        font-size: 16px;
    }

    .bk-product-short-description {
        font-size: 13px;
        font-weight: 300;
    }

    .bk-home-banner-eerlijkekoffie .bt-banner-cta p,
    .bk-home-banner-workshops .bt-banner-cta p,
    .bk-home-banner-komlangs .bt-banner-cta p {
        font-size: 20px;
    }

    .home-big-banner-left .promobanner > .text,
    .home-big-banner-right .promobanner > .text {
        padding: 15px;
    }

    .home-big-banner-left .promobanner > .text p:first-child,
    .home-big-banner-right .promobanner > .text p:first-child {
        font-size: 45px;
    }

    .home-big-banner-left .promobanner > .text p:last-child,
    .home-big-banner-right .promobanner > .text p:last-child {
        font-size: 30px;
    }

    .bk-nieuwsbrief-container .block-content p {
        font-size: 17px;
    }

    .clearfix.visible-sm {
        display: block !important;
    }

    .header:not(.header6):not(.header7) .megamenu-content .nav-tabs > li > a {
        padding: 15px 0;
        background-color: #51605b;
        color: #ffffff;
    }

    .header:not(.header6):not(.header7) .megamenu-content .nav-tabs > li.active > a {
        background-color: #b9956d;
        color: #ffffff;
    }

    .header:not(.header6):not(.header7) .megamenu-content .nav-tabs > li {
        width: calc(100% / 2);
    }

    .header:not(.header6):not(.header7) .megamenu-content .nav-tabs > li + li {
        border-left: 0;
    }

    .block.filter .block-content.filter-content .filter-options-item .filter-options-title {
        line-height: 45px;
        font-size: 17px;
    }
}

@media (max-width: 1199px) {
    .bk-inloggen {
        display: inline-block;
        margin-left: 30px;
    }

    .header .action.nav-toggle {
        display: inline-block;
        float: left;
        margin-top: 45px;
    }

    .breadcrumbs {
        margin-bottom: 10px;
    }

    .product-options-wrapper .fieldset div.field:last-of-type label span {
        font-size: 12px;
        position: relative;
    }

    html.nav-open .category-product-actions .filter-toggle {
        z-index: 9;
    }

    .nav-before-open .header .megamenu-content {
        z-index: 999999 !important;
    }

    nav.navigation ul#mainMenu li.category-menu ul.dropdown-menu li ul > li.dropdown-submenu:before, nav.navigation ul#mainMenu li.static-menu ul.dropdown-menu li ul > li.dropdown-submenu:before {
        display: none;
    }

    .bk-mobile-menu-label {
        display: inline-block;
        margin-left: 5px;
        position: relative;
        top: 2px;
        color: #383838;
    }

    header button.nav-toggle > img {
        width: 20px;
        height: auto;
    }
}

@media (max-width: 1006px) {
    .bk-usp-content ul li {
        width: 33.333333%;
    }

    .bk-usp-content ul li:last-child {
        display: none;
    }

    .bk-home-banner-koffie .bt-banner-cta p:first-child {
        font-size: 40px;
    }

    .bk-home-banner-koffie .bt-banner-cta p:last-child {
        font-size: 18px;
    }

    .bk-home-banner-horeca .bt-banner-cta p:first-child,
    .bk-home-banner-koffie-werk .bt-banner-cta p:first-child {
        font-size: 25px;
    }

    .bk-home-banner-horeca .bt-banner-cta p:last-child,
    .bk-home-banner-koffie-werk .bt-banner-cta p:last-child {
        font-size: 16px;
    }

    .promobanner .text {
        padding: 10px;
    }

    .bk-home-banner-eerlijkekoffie .bt-banner-cta p,
    .bk-home-banner-workshops .bt-banner-cta p,
    .bk-home-banner-komlangs .bt-banner-cta p {
        line-height: 40px;
        font-size: 18px;
    }

    .home-big-banner-left {
        padding-right: 12px;
    }

    .home-big-banner-right {
        padding-left: 12px;
    }

    .bk-no-margin-row .bk-home-banner-koffie {
        padding-right: 15px;
    }

    .bk-no-margin-row .bk-home-banner-horeca,
    .bk-no-margin-row .bk-home-banner-koffie-werk {
        padding-left: 15px;
    }

    .category-product-actions {
        overflow: hidden;
        margin-bottom: 10px;
    }

    body.catalog-category-view .breadcrumbs {
        margin-bottom: 0;
    }

    body:not(body.cms-home) section.bk-usp-container {
        margin: 0;
    }

    .category-product-actions .filter-toggle {
        width: auto !important;
        background-color: #b9956d;
        line-height: 40px;
        height: 40px;
        text-align: center;
        border-radius: 0px 3px 3px 0px;
    }

    .bk-filter-toggle-label {
        display: inline-block;
        color: #ffffff;
        font-size: 20px;
        float: left;
        padding: 0 10px;
    }

    .category-product-actions .filter-toggle span {
        color: #ffffff;
        font-size: 29px;
        float: left;
        position: relative;
        top: 5px;
        left: 5px;
    }

    .category-product-actions .filter-toggle a {
        line-height: 40px !important;
    }

}

@media (max-width: 1000px) {
    #amasty_locator_block .amlocator_mapblock,
    #amasty_locator_block .amlocator_store_list {
        width: 100% !important;
    }

    #amasty_locator_block .amlocator_store_list {
        margin-top: 25px;
    }

    #amasty_locator_block .amlocator_store_list::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 7px;
    }

    #amasty_locator_block .amlocator_store_list::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background-color: rgba(0, 0, 0, .5);
        -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
    }

    #amasty_locator_block .amlocator_center:after {
        display: none;
    }
}

@media (max-width: 991px) {
    /** start - wijzigingen januari 2024 **/
    .bk-home-row-below-thee-container {
        .container-fluid.no-padding {
            .bk-home-desktop-text p,
            .bk-home-desktop-text h1,
            .bk-home-mobile-text p,
            .bk-home-mobile-text h1{
                padding: 10px;
                margin-bottom: 0;
            }
        }
    }

    .product-options-wrapper .fieldset div.field:last-of-type,
    body.catalog-product-view .product-options-bottom {
        width: 100%;
    }

    .product-options-wrapper .fieldset div.field:last-of-type {
        text-align: right;
    }

    body.catalog-product-view .product-options-bottom {
        padding: 0px 15px 20px 15px;
    }

    body.catalog-product-view #owl-carousel-gallery.owl-carousel .owl-nav > div.owl-next,
    body.catalog-product-view #owl-carousel-gallery.owl-carousel .owl-nav > div.owl-prev {
        display: none;
    }

    body.page-layout-bktext .sidebar.sidebar-main {
        display: none;
    }

    #layered-filter-block .block-content {
        overflow: scroll;
    }

    body[class*='categorypath-workshops'] .product-options-wrapper .fieldset div.field {
        width: 100%;
    }

    body.catalog-product-view.category-workshop-cadeaubon .product-options-bottom {
        padding: 20px 15px;
    }

}

@media (max-width: 782px) {
    body .product-detail-infomation-sticky-parent > .col-xs-12 + div {
        width: 100% !important;
    }
}

@media (max-width: 775px) {
    .products-grid ol.product-items li.product-item-info {
        width: calc(50% - 30px);
    }
}

@media (max-width: 767px) {
    .owl-carousel .owl-nav > div.owl-next {
        right: 20px;
        top: 25%
    }

    .owl-carousel .owl-nav > div.owl-prev {
        left: 20px;
        top: 25%;
    }

    .owl-carousel .owl-nav > div {
        background-color: rgba(255, 255, 255, 0.8);
    }

    .main .product-detail-infomation-sticky-parent > .col-xs-12 + div {
        width: 100%;
    }

    body.checkout-cart-index .bk-cart-item-image {
        width: 100px !important;
        float: left;
    }

    body.checkout-cart-index .bk-cart-item-image img {
        max-width: 100%;
    }

    .checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-details {
        margin: 0;
    }

    body.checkout-cart-index #shopping-cart-table tbody tr td.col.item {
        border-bottom: 1px solid #eaeaea !important;
    }

    .checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-details .product-item-name a,
    .checkout-cart-index .item-info .bk-shopcart-item,
    .checkout-cart-index .item-info td.col span.price,
    .checkout-cart-index .item-info td.col:before {
        font-size: 13px !important;
    }

    .checkout-cart-index .item-info .product-item-details .item-options {
        padding-left: 85px;
    }

    .checkout-cart-index .item-info td.col.price {
        float: left;
        width: 32% !important;
        line-height: 39px;
    }

    .checkout-cart-index .item-info td.col.qty {
        float: left;
        width: 26% !important;
    }

    .checkout-cart-index .item-info td.col.subtotal {
        float: left;
        width: 42% !important;
        line-height: 39px;
    }

    .checkout-cart-index .item-info td.col.qty:before {
        display: none !important;
    }

    .checkout-cart-index tr.item-actions {
        float: left;
        width: 100%;
    }

    .checkout-cart-index tr.item-actions .actions-toolbar {
        border-top: 0 !important;
    }

    .checkout-cart-index .cart.item {
        overflow: hidden;
    }

    .checkout-cart-index #shopping-cart-table tbody {
        padding: 10px 0 0px 0;
    }

    .checkout-cart-index #shopping-cart-table tbody tr td.col.qty .input-text.qty {
        width: 60px;
    }

    .checkout-cart-index #shopping-cart-table tbody tr.item-actions td > .actions-toolbar {
        padding: 0;
    }

    a.action-edit {
        display: none !important;
    }

    .bk-home-slider .inner-text {
        display: none;
    }

    body.customer-account-index .my-account-main .box-information {
        margin-bottom: 25px;
    }

    body.customer-account-index .block-dashboard-addresses > .block-content > .box,
    body.customer-account-index .block-dashboard-addresses {
        margin-bottom: 20px;
    }

    .bk-home-desktop-text {
        display: none;
    }

    .bk-home-mobile-text {
        display: block;
    }

    .bk-home-row-below-thee-container {
        .slider_mgs_carousel .owl-item .slide-text.bottom_center > * {
            font-size: 25px;
        }
    }
}

@media (max-width: 720px) {
    a.bk-header-left-link {
        display: none;
    }
}

@media (max-width: 700px) {
    .lazy-loading-img .page-main > div.row {
        margin-right: -15px !important;
    }

    .bk-insta-feed-mobile {
        display: block;
    }

    .bk-insta-feed-desktop {
        display: none;
    }
}

@media (max-width: 615px) {
    body.catalog-category-view .page-title-wrapper, body.catalog-product-view .page-title-wrapper,
    body.checkout-cart-index .page-title-wrapper, body.customer-account-login .page-title-wrapper,
    body.customer-account-forgotpassword .page-title-wrapper, body.customer-account-create .page-title-wrapper,
    body.customer-account-index .page-title-wrapper, body.customer-account-logoutsuccess .page-title-wrapper,
    body.checkout-index-index .page-title-wrapper, body.amlocator-index-index .page-title-wrapper,
    body.cms-wederverkopers .page-title-wrapper, body.cms-zakelijk .page-title-wrapper,
    body.cms-horeca .page-title-wrapper, body.cms-over-ons .page-title-wrapper,
    body.blog-index-index .page-title-wrapper, body.cms-geschiedenis .page-title-wrapper,
    body.cms-koffiewinkel-in-baarn .page-title-wrapper, body.cms-branderij-amersfoort .page-title-wrapper,
    body.cms-vacatures .page-title-wrapper, body.customer-account-edit .page-title-wrapper,
    body.newsletter-manage-index .page-title-wrapper, body.sales-order-history .page-title-wrapper,
    body.customer-address-index .page-title-wrapper, body.gdpr-customer-index .page-title-wrapper,
    body.contact-index-index .page-title-wrapper, body.sales-order-history .page-title-wrapper,
    body.instantsearch-result-index .page-title-wrapper,
    body.blog-post-view .page-title-wrapper {
        margin-top: 50px;
    }

    .privacy-policy .message.info > *:before {
        position: unset;
        display: unset;
        margin-right: 5px;
    }

    .privacy-policy .message.info > span {
        padding: 12px 20px;
    }

    .checkout-index-index .loading-mask .loader img {
        position: unset !important;
    }

    body.checkout-index-index .middle-header-content .mobile-item-col .table-icon-menu {
        margin-top: 30px;
    }

    label.label {
        white-space: normal;
    }

    header .middle-header-content {
        max-height: inherit;
        height: inherit;
    }
}

@media (max-width: 600px) {
    .bk-usp-container {
        display: none;
    }

    header .middle-header-content .col-xs-auto.mobile-item-col {
        width: 100%;
    }

    header .minicart-wrapper .action.showcart {
        margin: 0;
        background-color: transparent;
    }

    header .minicart-wrapper .action.showcart:before {
        color: #51605b;
    }

    header .middle-header-content .col-xs-auto.mobile-item-col .table-icon-menu {
        float: none !important;
        margin-left: auto;
        margin-right: auto;
    }

    .minicart-wrapper .action.showcart > .counter.qty {
        background-color: #ffffff;
        font-size: 11px;
        top: 15px;
        right: 3px;
        border-radius: 100px;
        width: 20px;
        line-height: 19px;
        height: 20px;
        color: #b9956d;
        border: 1px solid #b9956d;
    }

    .bk-mobile-login-link {
        display: inline-block;
    }

    .header .mobile-item-col > a {
        display: none;
    }

    .bk-desktop-social {
        display: none;
    }

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

    body.cms-index-index header .table-icon-menu {
        background-color: rgba(255, 255, 255, 0.9);
        border-radius: 0 0 5px 5px;
    }

    #amasty_locator_block .column_left,
    #amasty_locator_block .column_right {
        width: 100%;
        padding: 0;
    }

    .product-detail-infomation .bk-options-container {
        margin-bottom: 10px;
    }

    .product-detail-information .bk-extra-specs-container .bk-extra-specs-item {
        margin-top: 5px;
    }

    .product-info-main .bk-stock-amount {
        position: unset !important;
    }

    .product-options-wrapper .fieldset div.field:last-of-type {
        text-align: left;
    }

    body.catalog-product-view .product-options-bottom .box-tocart > .fieldset {
        float: left;
    }

    .product-info-main .bk-more-info a {
        float: left;
    }

    .product-info-main .product-add-form .box-tocart > .fieldset {
        float: left;
    }

    .bk-header-social-desktop {
        display: none;
    }

    .bk-header-social-mobile {
        display: block;
        float: left;
        width: calc(100% / 3);
        margin-left: 0;
        text-align: center;
        padding: 26px 0;
    }

    .bk-mobile-login-link {
        display: inline-block !important;
        padding: 13px 0px !important;
    }

    .header .action.nav-toggle {
        margin-top: 17px;
    }
}


@media (max-width: 520px) {
    .products-grid ol.product-items li.product-item-info {
        width: calc(100% - 30px);
    }

    .product-options-wrapper .fieldset div.field {
        width: 100%;
    }

    .blog-list .post-item-info .post-info {
        width: 100%;
    }

    .blog-list .post-item-info .post-image {
        display: block;
    }

    body.catalog-category-view .page-wrapper div.page-title-wrapper {
        margin: 0px 0px 0px;
        padding: 0px 0px;
    }

    .catalog-category-view div.logo-header {
        height: 90px;
    }
}

@media (max-width: 480px) {
    #product-carousel-related .owl-nav {
        display: none;
    }

    .bk-extra-specs-container .bk-extra-specs-item span:last-child {
        display: block;
        padding-left: 15px;
    }

    .bk-extra-specs-container .bk-extra-specs-item {
        width: 100%;
    }

    .bk-all-products ul li {
        display: block;
    }

    .bk-all-products ul li a {
        max-width: 50%;
        margin-right: auto;
        margin-left: auto;
    }

    .bk-all-products ul li:last-child a {
        margin-right: auto;
    }
}

@media (max-width: 375px) {
    .header .logo-header .logo img {
        width: 140px;
        height: auto;
    }

    .bk-header-social-container a img,
    .bk-header-social-container a {
        width: 20px;
    }

    .bk-header-social-mobile {
        text-align: right;
    }

    .bk-header-social-mobile > a:last-child {
        margin-right: 10px;
    }

    .category-product-actions .filter-toggle span {
        font-size: 26px;
    }

    .page-title-wrapper h1 {
        font-size: 22px;
    }
}

/*########### RESPONSIVE MIN-WIDTH ###########*/

@media (min-width: 768px) {
    body.page-layout-bktext.wide #maincontent.container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    body.page-layout-bktext.wide #maincontent.container {
        width: 970px;
    }

    .bk-home-row-below-thee-container,
    .bk-home-row-below-coffee-container {
        .container-fluid.no-padding {
           padding: 30px !important;
        }
    }
}

@media (min-width: 1200px) {
    body.page-layout-bktext.wide #maincontent.container {
        width: 1200px !important;
    }
}

/*########### RESPONSIVE MIN-WIDTH AND MAX-WIDTH ###########*/
@media (min-width: 1200px) {
    /** start - wijzigingen januari 2024 **/
    .header.header4 .middle-header-content .row {
        display: flex;
        flex-direction: row;
    }

    .middle-header-content .col-md-4.col-sm-4.mobile-item-col {
        order: 2;
    }


    .middle-header-content .col-md-4.col-sm-4.logo-header.mobile-item-col {
        order: 1;
    }

    .header .logo-header .logo {
        justify-content: start;
    }
    /** einde - wijzigingen januari 2024 **/
}

@media (min-width: 721px) and (max-width: 991px) {
    .bk-header-social-container p {
        display: none;
    }
}

/* Newsletter form */
@media (min-width: 769px) {
    #mc_embed_signup_scroll input#mce-EMAIL {
        width: 85%;
        float: right;
        height: 50px;
    }
}

@media (max-width: 768px) {
    #mc_embed_signup_scroll input#mce-EMAIL {
        width: 100%;
        float: none;
        height: 50px;
    }

    div.logo-header > a > img {
        width: 120px;
    }

    /** start - wijzigingen januari 2024 **/
    .bk-home-row-below-thee-container {
        .container-fluid.no-padding {
            > div.row > div > div.row {
                display: flex;
                flex-direction: column;

                .panel-block-row.bk-home-mobile-text {
                    padding-top: 30px;
                    order: 2;
                }

                .panel-block-row {
                    order: 1
                }
            }
        }
    }
    /** einde - wijzigingen januari 2024 **/
}
a.nws-link-footer,
.bubble .bubble_attention {
    background: #00bb8d;
}

a.nws-link-footer:hover,
.bubble_attention:hover,
a.bk-no-options-btn:hover,
header .minicart-wrapper a.action.showcart:hover,
a.nws-link-footer:hover,
.bubble .bubble_attention:hover,
.product-info-main .product-add-form .actions button.tocart:hover, .bundle-info .product-details .actions button.tocart:hover {
    background: #028e6c;
}


#mc_embed_signup_scroll input#mc-embedded-subscribe {
    float: right;
    width: 30%;
    margin-top: 15px;
    background-color: #51605b;
    border: none;
    height: 45px;
    color: #fff;
    font-weight: bold;
}

#mc_embed_signup_scroll input#mc-embedded-subscribe:hover {
    color: #b9956d;
}

.checkout-index-index .loading-mask {
    background: transparent;
}

body.product-black-friday-pakket-3x-1kg-colombia-kachalu-espresso .bk-stock-amount,
body.product-black-friday-pakket-3x-1kg-colombia-kachalu-filter .bk-stock-amount,
body.product-black-friday-pakket-3x-1kg-colombia-dark-roast-cafeinevrij-espresso-limited-edition .bk-stock-amount,
body.product-black-friday-pakket-3x-250-grams-colombia-dark-roast-cafeinevrij-espresso-limited-edition .bk-stock-amount,
body.product-black-friday-pakket-3x-250-grams-colombia-kachalu-espresso .bk-stock-amount,
body.product-black-friday-pakket-3x-250-grams-colombia-kachalu-filter .bk-stock-amount {
    display: none;
}

body.customer-account-index .block-dashboard-orders,
.product-detail-deals {
    display: none;
}

.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .field-select-billing .label {
    display: block !important;
    font-size: 20px;
    font-weight: 600;
}

.checkmark {
    display: inline-block;
    margin-right: 5px;

}

.checkmark::after {
    content: ' ';
    display: inline-block;
    transform: rotate(45deg);
    height: 25px;
    width: 12px;
    border-bottom: 5px solid #028e6c;
    border-right: 5px solid #028e6c;
}
