@font-face {
    font-family: "regularfont";
    src: url("/wp-content/plugins/bs-frontend/fonts/0a72c688-cbf1-4545-b25d-dc6c6935a2b9.eot?#iefix") format("eot"), url("/wp-content/plugins/bs-frontend/fonts/e101a80e-e24e-4a7d-85b5-9d00cc1848f8.woff2") format("woff2"), url("/wp-content/plugins/bs-frontend/fonts/ea1567a4-8608-4bb1-a638-bc30606fc950.woff") format("woff"), url("/wp-content/plugins/bs-frontend/fonts/95c8bd18-b342-4b31-a039-d332be2affd5.ttf") format("truetype");
}

@font-face {
    font-family: "headfont";
    src: url("/wp-content/plugins/bs-frontend/fonts/3eb65125-4482-4e12-86c6-d994ce13a193.eot?#iefix") format("eot"), url("/wp-content/plugins/bs-frontend/fonts/7df93ebc-f55d-4dd4-96c4-374cee4b579b.woff2") format("woff2"), url("/wp-content/plugins/bs-frontend/fonts/937fcf32-ec7c-43d0-b026-4f214608806e.woff") format("woff"), url("/wp-content/plugins/bs-frontend/fonts/a8450999-198c-44b6-8d50-55abb75cf4e1.ttf") format("truetype");
}

@font-face {
    font-family: "headfontSpecial";
    src: url("/wp-content/plugins/bs-frontend/fonts/492c1dc1-a0eb-449d-9c6b-5fc379d3d6ad.eot?#iefix") format("eot"), url("/wp-content/plugins/bs-frontend/fonts/e3b67d18-64e8-4e25-b680-dde6a7e0f7a5.woff2") format("woff2"), url("/wp-content/plugins/bs-frontend/fonts/572f4033-5b20-497d-9eec-f2642057895c.woff") format("woff"), url("/wp-content/plugins/bs-frontend/fonts/4874e700-7150-43e5-a72e-108b74d19e58.ttf") format("truetype");
}

@font-face {
    font-family: "mediumfont";
    src: url("/wp-content/plugins/bs-frontend/fonts/9d110454-bdb0-45fa-8bfd-27c1e5a6e0de.eot?#iefix") format("eot"), url("/wp-content/plugins/bs-frontend/fonts/88c3d16b-bc33-4128-a3bd-8bd635a90f87.woff2") format("woff2"), url("/wp-content/plugins/bs-frontend/fonts/f2bb9e08-e1b0-4de5-b414-c8a0b3ec39fa.woff") format("woff"), url("/wp-content/plugins/bs-frontend/fonts/d51673dd-8f8b-49c0-bc94-97ae567963c3.ttf") format("truetype");
}

@font-face {
    font-family: "headfontWide";
    src: url("/wp-content/plugins/bs-frontend/fonts/bf098a5b-1ed4-41db-85df-660e72c30b12.eot?#iefix") format("eot"), url("/wp-content/plugins/bs-frontend/fonts/3a45bf22-a313-4e07-937f-5e4501939abb.woff2") format("woff2"), url("/wp-content/plugins/bs-frontend/fonts/dca67071-e60c-46f2-b400-0050b9ad09cc.woff") format("woff"), url("/wp-content/plugins/bs-frontend/fonts/c5943c46-938f-4d2e-8d05-483658075cce.ttf") format("truetype");
}

:root {
    --text: #9A9A9A;
    --primary: #FF007B;
    --bodywidth: 1440px;
}

a.bs_anchor {
    color: black;
    font-family: mediumfont;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    margin: 3px 0 15px;
    text-align: left;
}

.specialHeader {
    font-family: 'headfontSpecial', sans-serif !important;
    text-transform: uppercase;
}

h2 {
    font-family: 'headfontSpecial';
}

.navbar-nav {
    list-type: none;
    list-style-type: none !important;
    padding: 0px !important;
    display: flex;
    flex-direction: row;
    gap: 20px;
}

* .bs_text, div.et_pb_blurb_description > p, .navbar-nav > li > a {
    font-family: regularfont;
    color: var(--text) !important;
}

div.et_pb_blurb_description > p > strong {
    color: black !important;
}

.bs_klantenlogos {
    width: 100%;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}

.bs_klantenlogo {
    /* border: 1px solid red; */
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    filter: saturate(0);
    opacity: 0.5;
    transition-duration: .4s;
}

.bs_klantenlogo:hover {
    filter: saturate(1);
    opacity: 1;
}

.bs_header_productbtn > img {
    width: 22px;
    cursor: pointer;
}

.bs_header_productbtn {
    background-color: var(--primary);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 15px 17px;
    justify-content: space-between;
}

.bs_header_el {
    display: grid;
    grid-template-columns: 150px 1fr;
    grid-gap: 40px;
}

.bs_header_productbtn > span {
    font-family: 'mediumfont';
    color: white;
    font-size: 14px;
}

.bs_header_el > h1 {
    color: white;
    font-size: 34px;
    font-family: headfontWide;
    text-transform: uppercase;
    font-size: 54px;
    line-height: 1;
}

.bs_header_el > h1 > .specialHeader {
    font-size: 43px;
}

.bs_header_content {
    grid-column: 2 / span 1;
    max-width: var(--bodywidth);
}

button.bs_btn, a.bs_btn {
    padding: 10px 20px;
    background-color: var(--primary);
    border-radius: 100px;
    font-family: 'mediumfont';
    color: white;
    float: left;
    border: 0px solid red;
}

.bs_social_footer > a > img, .bs_social_icons > a > img {
    width: 50px;
}

.bs_social_footer > a > img {
    width: 30px;
}

.bs_social_footer, .bs_social_icons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 12px;
}

.bs_social_footer {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 8px;
}

/*bs header */
.bs_header_spacer {
    height: 105px;
    width: 100%;
}

.bs_header_wrapper {
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: white;
    display: flex;
    flex-direction: column;
    z-index: 1000;
    align-items: center;
    justify-content: flex-start;
    height: 105px;
}

.bs_header_wrapper .bs_header_lower, .bs_header_wrapper .bs_header_upper {
    width: 100%;
    max-width: var(--bodywidth);
}

.bs_header_upper {
    height: 45px;
    /* border: 1px solid red; */
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    background-color: #f8f8f8;
    padding: 0px 20px;
    box-sizing: border-box;
}

.bs_header_lower {
    display: flex;
    width: 100%;
    height: 60px;
    overflow: hidden;
}

.bs_header_wrapper .bs_header_upper .bs_header_content {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    gap: 30px;
}

.bs_header_wrapper .bs_header_upper .bs_header_content .bs_header_pages {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    gap: 30px;
}

.bs_header_wrapper .bs_header_upper .bs_header_content span {
    position: relative;
}

.bs_header_wrapper .bs_header_upper .bs_header_content span::after {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    left: -30px;
    top: -5px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.bs_header_wrapper .bs_header_upper .bs_header_content .header_call, .bs_header_wrapper .bs_header_upper .bs_header_content a {
    font-family: 'mediumfont';
    color: black;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
}

.bs_header_wrapper .bs_header_upper .bs_header_content .header_call {
    color: var(--primary);
}

.header_call:hover {
    filter: saturate(0);
    cursor: pointer;
}

.bs_header_wrapper .bs_header_upper .bs_header_content a:hover {
    opacity: 0.7;
}

.bs_header_wrapper .bs_header_upper .bs_header_content a:active {
}

.bs_header_wrapper .bs_header_upper .bs_header_content a:focus {
}

.bs_header_wrapper .bs_header_lower .bs_header_content {
    width: 100%;
    height: 100%;
    /* border: 1px solid red; */
    display: grid;
    grid-template-columns: 120px 290px auto;
    grid-gap: 10px;
}

.bs_header_wrapper .bs_header_lower .bs_header_content .bs_header_menubtn {
    background-color: black;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 9px;
}

.bs_header_wrapper .bs_header_lower .bs_header_content .header_logo {
    background-size: contain;
    background-position: center left;
    background-repeat: no-repeat;
    cursor: pointer;
}

.bs_header_wrapper .bs_header_lower .bs_header_content .bs_lowerheader_actions {
    /* background-color: blue; */
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    gap: 0px;
    /* width: 110px; */
}

.bs_header_wrapper .bs_header_lower .bs_header_content span {
    color: white;
    font-family: 'Regularfont';
    font-size: 14px;
}

.bs_header_wrapper .bs_header_lower .bs_header_content img {
    width: 25px;
}

.bs_header_wrapper .bs_header_lower .bs_header_content .bs_headersearch {
    width: 190px;
    background-color: white;
    padding: 0px;
    /* border-radius: 30px; */
    height: 30px;
    border-radius: 20px;
    border: 1px solid #d3d3d3;
    margin-right: 10px;
    position: relative;
}

.bs_header_wrapper .bs_header_lower .bs_header_content .bs_headersearch input {
    width: 160px;
    height: calc(100% - 2px);
    border-radius: 40px;
    bordeR: 0px solid red;
    font-family: 'mediumfont';
    padding-left: 12px;
}

.bs_header_wrapper .bs_header_lower .bs_header_content .headercta {
    width: 146px;
    border: 0px solid red;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-left: 2px solid #f8f8f8;
    ;
    border-right: 2px solid #f8f8f8;
    ;
}

.bs_header_wrapper .bs_header_lower .bs_header_content .headercta span {
    background-color: var(--primary);
    padding: 0px;
    border-radius: 15px;
    font-weight: 600;
    color: white;
    font-family: 'mediumfont';
    height: 35px;
    line-height: 35px !important;
    !importan;
    !importa;
    !import;
    !impor;
    !impo;
    !imp;
    !im;
    !i;
    !;
    width: 120px;
    text-align: center;
    cursor: pointer;
}

.bs_header_wrapper .bs_header_lower .bs_header_content .bs_header_cart, .bs_header_wrapper .bs_header_lower .bs_header_content .bs_header_account {
    width: 60px;
    border-right: 2px solid #f8f8f8;
    height: 100%;
    margin-left: 3px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    float: right;
}

.bs_header_wrapper .bs_header_lower .bs_header_content .bs_header_cart {
    border-right: 0px solid #f8f8f8;
    ;
}

.bs_headersearch::after {
    content: "";
    position: absolute;
    right: 7px;
    top: -1px;
    width: 30px;
    height: 30px;
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
}

.bannerstunter_productenmodal.bs_producten_menu_visible {
    z-index: 9999999999999999;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    background-color: rgb(255 255 255 / 14%);
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.productmenu_inner {
    width: 100%;
    max-width: var(--bodywidth);
    height: calc(100vh - 105px);
    position: relative;
    top: 105px;
}

.bannerstunter_productenmodal.bs_producten_menu_visible .bs_producten_menu {
    width: 200px;
    height: 100%;
    background-color: white;
    border: 2px solid #e6e6e6;
    position: relative;
    padding-top: 60px;
    padding: 0px;
    padding-top: 50px;
    overflow: scroll;
}

.bannerstunter_productenmodal.bs_producten_menu_visible .bs_producten_menu .bs_producten_menu_topbar {
    width: 100%;
    height: 50px;
    background-color: #e4e4e4;
    position: absolute;
    left: 0px;
    top: 0px;
}

.bannerstunter_productenmodal.bs_producten_menu_visible .bs_producten_menu .bs_producten_menu_topbar .bs_menu_close {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 30px;
    height: 30px;
    /* background-color: red; */
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/wp-content/uploads/2025/02/close.svg");
}

.bs_productmenu_items {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 0px;
    /* border: 2px solid red; */
    /* overflow: scroll; */
}

.bs_productmenu_items .bs_productmenu_item {
    padding: 10px;
    border-bottom: 1px solid #e4e4e4;
    font-size: 14px;
    font-family: 'regularfont';
    font-weight: 600;
    color: black;
    font-family: 'mediumfont';
    cursor: pointer;
}
.bs_productmenu_items .bs_productmenu_item:hover{
    text-decoration: underline;
}
.bs_productdetail_innerr {
    display: grid;
    grid-template-columns: 190px auto;
    grid-gap: 20px;
    position: absolute;
    top: 50px;
    width: 100%;
    max-width: var(--bodywidth);
    padding: 0px;
    /* border: 1px solid red; */
    left: 200px;
    width: 490px;
    height: calc(100vh - 155px);
    background-color: #e4e4e4;
}

.bs_productdetail_innerr > .bs_productdetail_column {
    padding: 20px;
}

div.bs_productdetail_column_right {
    background-color: white;
}

.bs_productdetail_innerr .bs_productdetail_column h3 {
    font-family: 'mediumfont';
}

.bs_productdetail_innerr .bs_productdetail_column .bs_inline_product_image {
    width: 100%;
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.bs_productdetail_innerr .bs_productdetail_column .bs_product_desc {
}

.bs_productdetail_innerr .bs_productdetail_column .bs_productmenu_items {
}

.bs_productdetail_innerr .bs_productdetail_column .bs_productmenu_items .bs_productmenu_item {
}

/* Ninja forms */
/* Apply Roboto font family to all Ninja Forms elements */
.nf-field-container {
    font-family: 'Roboto', sans-serif;
}

/* Style labels */
.nf-field-label label {
    color: #050D9E;
    /* Primary color for labels */
    display: none;
}

/* Targeting submit input within Ninja Forms */
.nf-field-element input[type="submit"] {
    width: 100%;
    /* Additional styling for the button */
    padding: 10px;
    border: none;
    background-color: #0073e6;
    color: white;
    cursor: pointer;
}

/* If buttons are actual <button> elements with a class */
.nf-field-element .nf-button {
    width: 100%;
    /* Additional styling similar to above */
    padding: 10px;
    border: none;
    background-color: #0073e6;
    color: white;
    cursor: pointer;
}

/* Style input fields */
.nf-field-element input[type="text"], .nf-field-element input[type="email"], .nf-field-element input[type="number"], .nf-field-element input[type="password"], .nf-field-element textarea, .nf-field-element select {
    width: 100%;
    /* Full width */
    border-radius: 5px;
    /* Rounded corners */
    border: none;
    /* Remove border */
    padding: 10px;
    /* Add some padding inside the fields */
    background-color: #F5F5F5;
    /* White background */
    color: #000;
    /* Black text color for input */
}

/* Ensure that input placeholders also use black text for consistency */
.nf-field-element input::placeholder, .nf-field-element textarea::placeholder {
    color: #000;
}

/* Additional styling for focus state to enhance usability */
.nf-field-element input:focus, .nf-field-element textarea:focus, .nf-field-element select:focus {
    outline: none;
    box-shadow: 0 0 0 2px #050D9E;
    /* Use the primary color for focus outline */
}

/* Eigen css */
.nf-field-element > select, .nf-field-element > input, .nf-field-element > textarea {
    border: 0px solid red !important;
    background-color: #ffffff !important;
    border-radius: 1px !important;
    border: 2px solid #e4e4e4 !important;
}

#nf-field-17:focus, #nf-field-17:active, #nf-field-17:hover, #nf-field-17, #nf-field-9:focus, #nf-field-9:active, #nf-field-9:hover, #nf-field-9 {
    background-color: var(--primary) !important;
    color: white;
    font-family: mediumfont;
    font-weight: 700;
    font-size: 16px;
    border: 0px solid red !important;
    border-radius: 10px !important;
    padding: 10px;
    border: none;
    cursor: pointer;
    width: 120px !important;
}

div#nf-field-15-wrap > .nf-field-element > button {
    background-color: black;
    padding: 10px 15px !important;
    border-radius: 10px;
    color: white !important;
}

.nf-field-element > .nf_field_element {
}

.nf-fu-progress {
    display: none;
}

div#nf-field-15-wrap > .nf-field-element > button > span {
    color: white !important;
}
/* BS footer */

.bs_footer_wrapper {
    width: 100%;
    /* border: 1px solid red; */
}

.bs_footer_wrapper .bs_footer .bs_footer_links {
    display: Flex;
    gap: 30px;
    font-family: 'regularfont';
    color: grey;
}

.bs_footer_wrapper .bs_footer .bs_footer_links a {
    font-family: 'regularfont';
    font-size: 12px;
    color: #9a9a9a;
}

.bs_footer_wrapper .bs_footer .bs_footer_links a:hover {
}

.bs_footer_wrapper .bs_footer .bs_footer_links a:active {
}

.bs_footer_wrapper .bs_footer .bs_footer_links a:focus {
}

.bs_footer_wrapper .bs_footer .bs_footer_social {
    display: grid;
    grid-template-columns: 30px 30px 30px;
    grid-gap: 10px;
}

.bs_footer_wrapper .bs_footer .bs_sibon_logo {
}

.bs_footer_wrapper .bs_footer .bs_sibon_logo img {
}

.bs_footer {
    display: flex;
    justify-content: space-between;
}

.bs_sibon_logo {
    width: 140px;
    margin-top: 30px;
    margin-bottom: 50px;
}

.bs_footer_links {
}

/* producten overzicht */
.bs_producten {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    grid-gap: 20px;
    width: 85%;
}

h1.bs_productgroeptitle {
    font-size: 37px;
    line-height: 0.8em;
    font-family: 'headfont', Helvetica, Arial, Lucida, sans-serif;
    display: block !important;
    width: 85%;
    text-transform: uppercase;
    margin-top: 15px;
}

.bs_producten > a.product {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 260px 1fr;
}

.product_img.bs_contain, .product_img.bs_cover {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.product_img.bs_cover {
}

.product_title {
    font-family: 'mediumfont';
    color: black;
    font-size: 16px;
}

.bs_producten_wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}

.product_subtitle {
    font-size: 14px;
    font-family: headfontSpecial;
    font-weight: 300;
    color: #4b4b4b;
}

div.bs_producten > a.product > button {
    width: 160px;
    color: white !important;
    margin-top: 10px;
    cursor: pointer;
}

/* style jquery autocomplete */
/* Style jQuery Autocomplete */
.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    /* kan ook white */
    padding: 5px;
    margin: 0;
    /* voorkom eventueel ongewenste marges */
    z-index: 9999;
    /* Voor langere lijsten die anders te ver naar beneden zouden lopen */
    max-height: 250px;
    overflow-y: auto;
    /* Subtiele schaduw voor een wat modernere look */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    border: 0px solid red !important;
}

/* Standaardstijl van de lijstitems */
.ui-autocomplete .ui-menu-item {
    z-index: 999999999999999 !important;
    list-style: none;
    /* voorkom opsommingsteken */
    font-family: 'regularfont';
    font-size: 14px;
    /* pas aan naar wens */
    padding: 5px 10px;
    cursor: pointer;
    /* handig om te zien dat dit klikbaar is */
    border: 0px solid red !important;
}

/* Eventuele linkjes binnen de menu-items stylen */
.ui-autocomplete .ui-menu-item a {
    z-index: 999999999999999 !important;
    display: block;
    text-decoration: none;
    color: #333;
    /* pas deze kleur aan naar wens */
    width: 100%;
    height: 100%;
    border: 0px solid red !important;
}

/* Hover-state van een item */
.ui-autocomplete .ui-menu-item:hover {
    z-index: 999999999999999 !important;
    background-color: var(--primary);
    border: 0px solid red !important;
    color: #fff !important;
    /* belangrijk om tegenstrijdige thema-stijlen te overrulen */
}

/* A-tag binnen een hover-state */
.ui-autocomplete .ui-menu-item:hover > a {
    z-index: 999999999999999 !important;
    color: #fff !important;
    background-color: var(--primary);
    border: 0px solid red !important;
}

/* jQuery UI gebruikt vaak de klasse .ui-state-active of .ui-state-focus.
   Dit kun je ook meenemen als je wilt dat de itemselectie (met pijltoetsen) wordt gestyled. */
.ui-menu .ui-menu-item a, .ui-autocomplete .ui-state-focus, .ui-autocomplete .ui-state-active {
    z-index: 999999999999999 !important;
    background-color: var(--primary) !important;
    color: #fff !important;
    border: 0px solid red !important;
}

/* Extra styling als je bijv. een overgangsanimatie wilt. Niet door alle browsers ondersteund bij hover,
   maar kan nuttig zijn als je iets subtieler wilt werken met hovers of focus. */
.ui-autocomplete .ui-menu-item, .ui-autocomplete .ui-menu-item a {
    z-index: 999999999999999 !important;
    border: 0px solid red !important;
}

/* Veelgestelde vragen en aanleverspecificaties */
.bsf_faq_items {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
}

.bsf_faq_item {
    padding: 10px;
    background-color: #F5F5F5 !important;
    border-radius: 5px;
    cursor: pointer;
    background-color: white;
    padding-right: 30px;
    position: relative;
}

.bsf_faq_item:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 13px;
    height: 20px;
    width: 20px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%3Cpath%20fill%3D%22%23616161%22%20d%3D%22M15.0857864%2C12.5%20L6.79289322%2C20.7928932%20C6.40236893%2C21.1834175%206.40236893%2C21.8165825%206.79289322%2C22.2071068%20C7.18341751%2C22.5976311%207.81658249%2C22.5976311%208.20710678%2C22.2071068%20L17.2071068%2C13.2071068%20C17.5976311%2C12.8165825%2017.5976311%2C12.1834175%2017.2071068%2C11.7928932%20L8.20710678%2C2.79289322%20C7.81658249%2C2.40236893%207.18341751%2C2.40236893%206.79289322%2C2.79289322%20C6.40236893%2C3.18341751%206.40236893%2C3.81658249%206.79289322%2C4.20710678%20L15.0857864%2C12.5%20Z%22%20transform%3D%22rotate(90%2012%2012.5)%22%2F%3E%0A%3C%2Fsvg%3E%0A');
    transition: all 400ms cubic-bezier(1.000, 0.065, 0.085, 1.005);
    /* custom */
    transition-timing-function: cubic-bezier(1.000, 0.065, 0.085, 1.005);
    /* custom */
}

.faq_open:after {
    transform: rotate(180deg) !important;
}

.bsf_faq_item_question {
    font-weight: 700;
}

.bsf_faq_item_answer {
    display: none;
}

.faq_open .bsf_faq_item_answer {
    display: block;
}

.bsf_as_content > .bsf_faq_item {
    margin-bottom: 5px;
    padding: 15px;
    background-color: #F8F8F8 !important;
}

.bsf_as_content > .bsf_faq_item > .bsf_faq_item_question {
    font-weight: 800;
    font-size: 17px;
    font-family: 'headfontSpecial';
    color: black;
}

.bsf_faq_item:after {
    top: 16px;
    right: 12px;
}

.ui-autocomplete {
    z-index: 9999999999999999 !important;
}

.bs_product_desc {
    font-family: 'regularfont';
    font-size: 14px;
    color: #3f3f3f;
    line-height: 1.4em;
}

#bs_cart_page > p {
    font-family: 'regularfont';
    font-size: 14px;
    color: #3f3f3f;
    line-height: 1.4em;
}

.bs_productmenu_item.group_selected {
    background-color: #e4e4e4;
    color: black;
}

.bs_mobile_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.8); */
    z-index: 99999999;
    display: none;
}

.bs_mobile_menu_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
    background-color: white;
    padding: 20px;
    z-index: 999999999!important;
    padding-top: 110px;
}

.bs_mobile_menu_links {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.bs_mobile_menu_close {
    cursor: pointer;
    background-color: black;
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    position: absolute;
    right: 20px;
    top: 20px;
}

.bs_lowerheader_actions.som {
    display: none !important;
}

.bs_mobile_menu_links > a {
    font-size: 19px;
    font-family: 'headfontWide';
    text-transform: uppercase;
    color: black;
    text-decoration: none !important;
    !importan;
    !importa;
    !import;
    !impor;
    !impo;
    !imp;
    !im;
    !i;
    !;
    !imoprtant;
    !imoprtan;
    !imoprta;
    !imoprt;
    !imopr;
    !imop;
    !im;
    !i;
    !;
    !importan;
    !importa;
    !import;
    !impor;
    !impo;
    !imp;
    !im;
    !i;
    !;
}
/* responsive menu */

@media screen and (max-width: 910px) {
    div.headercta {
        display: none !important;
    }
}
/* responsive menu */

@media screen and (max-width: 760px) {
    div.bs_headersearch {
        display: none !important;
    }

    div.bs_header_upper {
        display: none !important;
    }

    div.bs_lowerheader_actions {
        display: none !important;
    }

    div.bs_header_spacer, div.bs_header_wrapper {
        height: 60px;
    }

    .bs_lowerheader_actions.som {
        display: flex !important;
        width: 97px;
        margin-left: 50px;
    }

    .bs_header_content {
        grid-template-columns: 100px 1fr auto !important;
    }

    div.header_logo {
        background-size: auto !important;
    }
}

@media screen and (max-width: 500px) {
    div.productmenu_inner {
        width: 100%;
        left: 0px;
        top: 60px;
        height: calc(100vh - 60px);
    }

    div.header_logo {
        width: 150px;
    }

    .bs_header_content {
        display: flex !important;
        flex-direction: row;
        align-content: center;
        justify-content: space-between;
    }

    div.header_logo {
        background-size: contain !important;
    }

    .bs_producten {
        width: 100% !important;
    }
    .bs_header_wrapper .bs_header_lower .bs_header_content .bs_lowerheader_actions{
        width: 90px;
    }
    .bs_productdetail_innerr{
        display: none!important;
    }
    .bs_productmenu_items{
        padding-bottom: 200px!important;
    }

}

@media screen and (max-width: 400px) {
    div.bs_header_menubtn > svg {
        display: none;
    }

    .bs_header_menubtn {
        width: 76px;
        padding: 0px !important;
        !importan;
        !importa;
        !import;
        !impor;
        !impo;
        !imp;
        !im;
        !i;
        !;
        text-align: center !important;
        !importan;
        !importa;
        !import;
        !impor;
        !impo;
        !imp;
        !im;
        !i;
        !;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

@media screen and (max-width: 320px) {
    div.bs_header_menubtn {
        display: none !important;
    }

    div.bs_header_lower {
        padding-left: 10px !important;
    }
}

/* responsive menu */
@media screen and (max-width: 1440px) {
    div.bs_footer_wrapper, div#page {
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
        padding-top: 10px !important;
    }
}

@media screen and (max-width: 910px) {
    #page.site .bs_page_content .bs_productdetails > div.bs_maxwidth
    {
        grid-template-columns: 300px 1fr !important;
    }

    .bs_product_info {
        width: calc(100% - 20px);
    }
}
/* responsive menu */

@media screen and (max-width: 760px) {
    .bs_footer {
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-content: center;
        align-items: center;
    }

    #page.site .bs_footer_wrapper .bs_footer_wrapper .bs_footer_links {
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-content: center;
        align-items: center;
        margin-bottom: 20px;
    }

    .bs_footer_links {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px !important;
        !importan;
        !importa;
        !import;
        !impor;
        !impo;
        !imp;
        !im;
        !i;
        !;
        margin-bottom: 20px !important;
        !importan;
        !importa;
        !import;
        !impor;
        !impo;
        !imp;
        !im;
        !i;
        !;
    }
    .productmenu_inner{
        top: 72px!important;
    }
}

@media screen and (max-width: 400px) {
    #page.site .bs_footer_wrapper .bs_footer_wrapper {
        align-items: center !important;
    }
}

#bs_cart > i{
    font-family: 'regularfont' !important;
}

.bs_price_summary {
    background-color: #f8f8f8;
    padding: 20px;
    border-radius: 5px;
    font-family: 'regularfont';
}

.bs_price_summary .bs_subtotal {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 14px;
    gap: 20px;
    color: #3f3f3f;
}

.bs_price_summary .bs_subtotal strong {
    font-family: 'mediumfont';
    color: black;
}

.bs_price_summary .bs_shipping {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    font-size: 14px;
    color: #3f3f3f;
}

.bs_price_summary .bs_shipping strong {
    font-family: 'mediumfont';
    color: black;
}

.bs_price_summary .bs_divider {
    border-top: 2px solid #e4e4e4;
    margin: 15px 0;
}

.bs_price_summary .bs_total {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 16px;
    font-family: 'mediumfont';
    color: black;
}

.bs_price_summary .bs_total strong {
    font-family: 'mediumfont';
    font-weight: 700;
}

.bs_price_summary .bs_vat {
    font-size: 12px;
    color: #9a9a9a;
    text-align: right;
}
