/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/* Global*/
:root {
    --blue: #00a9e0;
    --light-blue: #06a7e2;
    --yellow: #cede00;
    --grijs: #F7F7F7;
    --h1: 19px;
    --p: 11px;
    --groen: #65bc7b;
}

input[type="checkbox"] {
    max-height: 1em;
}

.bg-grijs {
    background-color: var(--grijs) !important;
}

.nopadding, .nopadding .col-inner {
    padding: 0 !important;
}

.max450 img{
    max-height: 500px !important;
    max-width: 1200px !important;
    object-fit: cover;
}

/* Blue */
.blue {
    color: var(--blue) !important;
}

/* Custom Banner */
.CustomBanner{
    font-weight: bolder;
    font-size: 11px;
    margin: 8px 0;
    display: flex;
    gap: 50px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.header-nav {
    align-items: center;
}

.header-nav .header-block {
    display: flex;
    align-items: center;
    margin-right: 80px;
    max-width: 150px;
}



/* Phone Styles */
.phone-link a,
.phone-link p {
    display: block;
    color: var(--blue);
    font-weight: bold;
    font-size: 18px;
    margin: 0;
    text-decoration: none;
    padding: 0;
    transition: opacity 0.5s;
    gap: 50px;
}
.phone-link a:hover {
    opacity: 0.6;
}

#Phone {
    max-width: 35px;
    max-height: 35px;
}

/* Header */
.header-main {
    flex-direction: column;
    align-items: flex-start;
}

body .header-bottom {
    border-bottom: 5px solid var(--blue);
}

.header-bottom .nav > li {
    margin: 0 2.3em;
}

.header-bottom .nav > li > a {
    font-weight: bold;
    font-size: 15px;
}

.header-block {
    justify-content: right;
}

.search-field.mb-0 {
    padding: 25px 1.75em;
    font-size: medium;
}

.header-bottom .icon-angle-down {
    background: var(--light-blue);
    color: #fff;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 15px;
    transition: background 0.3s;
}

.header-bottom .nav > li:hover .icon-angle-down,
.header-bottom .icon-angle-down:hover {
    background: var(--yellow);
}

.icon-angle-down:active{
    background-color: var(--yellow);
}

.header-bottom .nav-dropdown li a {
    display: block;
    padding: 10px 20px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
    line-height: normal;
    font-size: 16px;
    text-transform: capitalize;
}

.header-bottom .nav-dropdown li a:not([href]) {
    cursor: not-allowed;
}

.header-bottom .nav-dropdown li a[href]:hover {
    color: var(--blue);
}

.header-bottom .nav-dropdown li a:hover {
    background-color: transparent !important;
}

.nav-dropdown.nav-dropdown-bold>li.nav-dropdown-col, .nav-dropdown.nav-dropdown-simple>li.nav-dropdown-col {
    border: none;
}

.nav-dropdown-has-border .nav-dropdown, .nav-dropdown-has-shadow .nav-dropdown {
    border: none;
    box-shadow: none;
}

.header-bottom .nav-dropdown {
    margin-top: 5px;
}

#menu-item-15023 > .sub-menu,
#menu-item-15015 > .sub-menu,
#menu-item-15020 > .sub-menu {
    width: 100vw;
}

#menu-item-15016 > .nav-dropdown {
    width: auto !important;
    max-width: 320px !important;
    display: block !important;
}

#menu-item-15016 > .nav-dropdown > li.nav-dropdown-col {
    width: auto !important;
    border: none !important;
    display: block !important;
}

#menu-item-15016 > .nav-dropdown > li.nav-dropdown-col {
    width: 100% !important;
    display: block !important;
    float: none !important;
    border: none !important;
    position: relative !important;
}

#menu-item-15016 .nav-dropdown-col > .nav-column {
    display: none !important;
    position: absolute !important;
    left: 100% !important;
    top: 0 !important;
    background: #edf8fd !important;
    min-width: 220px !important;
    width: auto !important;
    padding: 5px 0 !important;
    margin: 0 !important;
    border: none !important;
}

#menu-item-15016 .nav-dropdown-col:hover > .nav-column {
    display: block !important;
}

#menu-item-15016 .nav-dropdown-col > a {
    font-weight: normal !important;
    display: block !important;
    padding: 10px 20px !important;
    font-size: 16px !important;
}

#menu-item-15016 .nav-dropdown-col > .nav-column li a {
    display: block !important;
    padding: 10px 20px !important;
    white-space: nowrap !important;
}

.nav-dropdown>li.nav-dropdown-col {
    width: 190px !important;
}

li.current-dropdown>.nav-dropdown-full, li.has-dropdown:hover>.nav-dropdown-full {
    max-width: none !important;
    justify-content: center;
}

.header-bottom .nav-dropdown-col > a {
    font-weight: bold !important;
}

.header-bottom .nav-top-link:not([href]) {
    cursor: pointer;
}

/* Newsletter Signup Form */
.nf-form-title h3 {
    color: white;
    font-weight: 700 !important;
    font-size: 30px !important;
    margin-bottom: 30px !important;
}

.page-id-12039 .nf-form-title h3, .page-id-12237 .nf-form-title h3 {
    color: #000;
}

#nf-field-5-container .nf-field-element input,
#nf-field-6-container .nf-field-element input,
#nf-field-7-container .nf-field-element input {
    background-color: var(--blue) !important;
    color: white !important;
    border: none;
    outline: none;
    box-shadow: none;
    border-bottom: 2px solid white;
}

#nf-field-5-container .nf-field-element input::placeholder,
#nf-field-6-container .nf-field-element input::placeholder,
#nf-field-7-container .nf-field-element input::placeholder {
    color: white !important;
}

#nf-field-8 {
    background-color: white !important;
    color: black;
    font-weight: normal;
    text-transform: none !important;
    width: 100% !important;
    display: block;
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold;
}

/* Footer CSS News form*/
#nf-field-15-container .nf-field-element input{
    background-color: var(--light-blue) !important;
    color: white !important;
    border: none;
    outline: none;
    box-shadow: none;
    border-bottom: 2px solid white;
}

#nf-field-15-container input::placeholder {
    color: white !important;
}

#nf-field-16 {
    background-color: var(--yellow) !important;
    color: white;
    font-weight: normal;
    text-transform: none !important;
    display: block;
    font-size: 15px;
    font-weight: bold;
}

#nf-field-16:hover {
    color: black;
}

.flickity-button {
    background: var(--light-blue);
    width: 40px;
    height: 50px;
    display: flex;
    opacity: 1;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}

.flickity-button:hover {
    background: #000000;
}

.flickity-button-icon,
.flickity-prev-next-button svg,
.flickity-prev-next-button svg path {
    fill: white !important;
    stroke: white !important;
    height: 30px !important;
}

.slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button {
    margin-top: 0% !important;
}

.Cate .col-inner {
    border: 2px solid var(--light-blue);
    padding: 25px;
    box-sizing: border-box;
}

.BannerButton{
    color: black;
}

.BottomV2 {
    border-top: 2px solid white;
}

.sidebar-inner .col-inner {
    border: 1px solid #e6e6e6;
    padding: 10px;
    box-sizing: border-box;
}

/* Meest Verkocht */
.MeestVerkocht .col {
    padding: 12px;
    box-sizing: border-box;
}

.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    color: #000000;
    font-size: 15px;
    font-weight: 600;
    text-decoration: underline;
}

.MeestVerkocht .col .col-inner {
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e9e9e9;
    transition: transform 0.28s ease, box-shadow 0.25s ease, border-color 0.2s ease;
    transform-origin: center center;
    padding: 10px;
}

.MeestVerkocht .col .col-inner:hover {
    transform: scale(1.03);
    box-shadow: 0 10px 28px rgba(0,0,0,0.08);
    border-color: rgba(6,167,226,0.12);
}

.MeestVerkocht .col .col-inner img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.35s ease, filter 0.25s ease;
}

.MeestVerkocht .col .col-inner:hover {
    transform: scale(1.09);
}

.MeestVerkocht .col .col-inner .price,
.MeestVerkocht .col .col-inner .woocommerce-Price-amount,
.MeestVerkocht .col .col-inner .amount {
    gap: 4px;
    align-items: flex-start;
    margin-top: 8px;
}

.MeestVerkocht .col .col-inner .price .woocommerce-Price-amount.amount,
.MeestVerkocht .col .col-inner .price .amount,
.MeestVerkocht .col .col-inner .woocommerce-Price-amount.amount {
    color: var(--light-blue);
    font-weight: 800;
    font-size: 16px;
}

.MeestVerkocht .col .col-inner .price small,
.MeestVerkocht .col .col-inner .price .woocommerce-price-suffix {
    display: block;
    margin-top: 4px;
    font-size: 14px;
    color: #9b9b9b;
    font-weight: 400;
    line-height: 1.2;
}

.MeestVerkocht .col .col-inner .price small .woocommerce-Price-amount,
.MeestVerkocht .col .col-inner .price .woocommerce-price-suffix .woocommerce-Price-amount {
    color: inherit;
    font-weight: inherit;
    font-size: inherit;
}

.MeestVerkocht .button.meer-info-button {
    width: 300px !important;
    font-size: 15px;
}

/* Sidebar column sizing */
.category-page-row .col.large-3 {
    /* flex: 0 0 260px; */
    max-width: 320px;
    box-sizing: border-box;
}

/* 4 blocks*/
.four_blocks .col {
    max-width: none !important;
    flex: 0px !important;
}

.container .section, .row .section {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

/* Widget titles */
.widget .widget-title.shop-sidebar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 6px 0;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 13px;
    letter-spacing: 0.6px;
    color: #111;
    cursor: pointer;
}

.widget .widget-title.shop-sidebar:after {
    content: "\25BC";
    font-size: 12px;
    color: var(--light-blue);
    transition: transform 0.18s ease;
}

.widget .widget-title.shop-sidebar[aria-expanded="false"]:after {
    transform: rotate(90deg);
}

.widget .is-divider.small {
    display: none;
}

.facetwp-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 0;
    cursor: pointer;
    position: relative;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
    padding-left: 5px !important;
}

.facetwp-checkbox::before {
    content: "";
    width: 18px;
    height: 18px;
    border: 2px solid #d6d6d6;
    background: #fff;
    border-radius: 2px;
    display: inline-block;
    box-sizing: border-box;
    flex: 0 0 18px;
}

/* .facetwp-checkbox::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 4px;
    width: 6px;
    height: 10px;
    border: solid transparent;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    display: none;
} */

.facetwp-checkbox:hover::before {
    border-color: var(--light-blue);
}

.facetwp-checkbox.facetwp-active::before {
    background: var(--light-blue) !important;
    border-color: var(--light-blue) !important;
}

.facetwp-checkbox.facetwp-active::after {
    display: block !important;
    border-color: #fff !important;
}

.facetwp-checkbox.checked::before,
.facetwp-checkbox.checked.facetwp-active::before {
    background: var(--yellow) !important;
    border-color: var(--light-blue) !important;
}

.facetwp-checkbox.checked::after,
.facetwp-checkbox.checked.facetwp-active::after {
    display: block !important;
    border-color: #fff !important;
}

.facetwp-checkbox.checked {
    background-color: rgba(6,167,226,0.05);
}

.facetwp-checkbox input[type="checkbox"],
.facetwp-facet input[type="checkbox"],
#shop-sidebar input[type="checkbox"],
aside.widget input[type="checkbox"] {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    border: 0 !important;
    white-space: nowrap !important;
}

.facetwp-facet label > input[type="checkbox"] {
    display: none !important;
}

aside.widget.collapsed .facetwp-facet,
aside.widget.collapsed .is-divider.small,
aside.widget.collapsed .textwidget > .facetwp-facet {
    display: none !important;
}

.facetwp-display-value { 
    color: #222; 
    font-size: 14px; 
}
.facetwp-counter { 
    color: #9b9b9b; 
    font-size: 13px; 
    text-align: right; 
}

.facetwp-facet,
.facetwp-checkbox,
.facetwp-display-value,
.facetwp-counter,
.facetwp-checkbox::before,
.facetwp-checkbox::after {
    background-image: none !important;
}

.facetwp-checkbox:has(input[type="checkbox"]:checked)::before,
.facetwp-checkbox:has(input[type="checkbox"]:checked)::after {
    background: var(--light-blue) !important;
    border-color: var(--light-blue) !important;
    display: block !important;
}

/* Facet stlying */
#shop-sidebar .facetwp-facet,
#shop-sidebar .textwidget .facetwp-facet,
#shop-sidebar .widget .facetwp-facet {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: stretch;
}

#shop-sidebar .facetwp-checkbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
}

#shop-sidebar .facetwp-display-value { 
    flex: 1 1 auto; 
}

#shop-sidebar .facetwp-counter { 
    text-align: right; 
}

#shop-sidebar .flex-col.hide-for-medium.flex-center {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: stretch;
    width: 100%;
}

/* "Lees meer" button */
.LeesMoreButton {
    color: black !important;
}

.ContactButton {
    color: black !important;
}

.ContactButtonV2 {
    background-color: black !important;
    color: white !important;
}

.nf-next, .nf-previous {
    background-color: var(--blue) !important;
    color: black !important;
}

#nf-field-87-wrap input {
    background-color: var(--yellow) !important;
    color: black !important;
}

.BBGButton {
    color: white !important;
    background-color: black !important;
    padding-left: 2em;
    padding-right: 2em;
}

.DownloadButton {
    color: white !important;
    background-color: black !important;
    border: 1px solid black !important;
    padding-left: 1em;
}

.DownloadButton:hover {
    color: white !important;
    background-color: rgb(206, 222, 64) !important;
}

.NeemContactOp {
    color: black !important;
    background-color: var(--yellow) !important;
    text-transform: capitalize !important;
}

.open-ninja-modal-contactv {
    background-color: black;
}

/* Pager */
.pagination, .facetwp-pager {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    margin-top: 40px;
    line-height: normal;
    font-size: 13px;
    clear: both;
    margin-left: 1em;
    margin-right: 1em;
}

.pagination a, .facetwp-pager a {
    padding: 6px 12px;
    margin: 0 2px;
    border: 1px solid #858585;
    border-radius: 0px;
    background: #fff;
    color: #000;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}

.pagination a.inactive, .facetwp-pager a {
    color: #858585;
    background: #f7f7f7;
}

.pagination .current, .facetwp-pager .active {
    font-weight: bold;
    color: #fff;
    background: var(--yellow);
    border-color: var(--yellow);
}

.pagination-prev, .pagination-next, .facetwp-page.prev, .facetwp-page.next {
    font-weight: bold;
    color: var(--light-blue);
    border: none;
    background: none;
}

/* Four boxes */
.Top10Rugged a {
    font-size: 18px;
}

.Top10Rugged p {
    font-size: 16px;
}

/* Woocommerce styles */
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    font-family: sans-serif;
    color: #0a0a0a;
    background-color: #ffffff;
    border: 1px solid #eee;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 12px;
    transition: all 0.3s ease;
}

.woocommerce ul.products li.product:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0;
}

.woocommerce ul.products li.product .price {
    color: var(--light-blue);
    font-weight: 700;
}

/* "Meer informatie" button styling */
.button.meer-info-button {
    background-color: var(--yellow);
    color: #000;
    border: none;
    font-weight: 600;
    text-transform: capitalize;
    transition: all 0.3s ease;
    width: 200px;
}

.button.meer-info-button:hover {
    background-color: var(--yellow);
}

.button.meer-info-button::after {
    content: ' →';
    font-weight: bold;
}

/* Producten */
.product-small .col-inner {
    border: 1px solid #e7e7e7;
}

.product-small.col:hover {
    scale: 1.05;
    transition: all 0.3s;
}

.product-small .product-title a {
    font-size: 0.9rem;
    color: #0a0a0a;
    display: inline-block;
    margin: 12px 0 6px;
}

.product-small .product-title a:hover {
    color: var(--light-blue);
    text-decoration: none;
}

.product-title {
    font-size: 20px !important;
    margin-bottom: 0px !important;
}

.product-small .price,
.product-small .woocommerce-Price-amount,
.product-small .amount {
    flex-direction: column;
    gap: 4px;
    align-items: flex-start;
    margin-top: 8px;
}

.product-small .price .woocommerce-Price-amount.amount,
.product-small .price .amount,
.product-small .woocommerce-Price-amount.amount {
    color: var(--light-blue);
}

.product-small .price small,
.product-small .price .woocommerce-price-suffix {
    color: #858585;
    font-weight: 400;
}

.product-small .price small .woocommerce-Price-amount,
.product-small .price .woocommerce-price-suffix .woocommerce-Price-amount {
    color: inherit;
    font-weight: inherit;
    font-size: inherit;
} 

.product-small .box-text.box-text-products {
    padding: 15px;
}

.product-small .box-text-products {
  display: flex;
  flex-direction: column;
}

.product-small .title-wrapper {
  min-height: 60px;
}

.product-small .price-wrapper {
  margin-top: auto;
}

/* Product page */
.productbox {
    max-width: 540px !important;
}

.ux-quantity.quantity.buttons_added {
    display: none;
}

/* .product-info.summary {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
    max-height: none;
    padding: 20px;
    background-color: #F7F7F7;
    max-width: 500px;
    margin: 20px 20px 20px auto;
} */

form.cart {
    display: contents;
    gap: 0px !important;
}

.single_add_to_cart_button {
    width: 100%;
    text-align: center;
    font-size: 16px;
    background-color: var(--yellow);
    color: #000;
    text-transform: capitalize;
}

.single_add_to_cart_button.button.alt::before {
    content: "";
    display: inline-block;
    vertical-align: sub;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background-image: url('/wp-content/uploads/shopping-cart-black-shape.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.open-ninja-modal-offerte.button.alt.custom-offerte-btn::before, .open-ninja-modal-usb-offerte.button.alt.custom-offerte-btn::before, .open-ninja-modal-gadget-offerte.button.alt.custom-offerte-btn::before {
    content: "";
    display: inline-block;
    vertical-align: sub;
    width: 20px;
    height: 20px;
    margin-right: 6px;
    background-image: url('/wp-content/uploads/mail.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.related-variants-buttons {
    padding-top: 1vw;
    padding-bottom: 1vw;
    display: flex;
    flex-wrap: wrap;
}

.related-variant-button {
    background-color: var(--yellow);
    color: #000;
}

.related-variant-button.active {
    background-color: var(--light-blue);
}

.related-variant-button:hover {
    background-color: var(--light-blue);
    color: black;
    transition: 0.5s;
    opacity: 1;
}

.woocommerce-tabs .wc-tabs li a, .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.panel.entry-content.active th {
    text-transform: capitalize;
}

.tab-panels {
    background-color: #F7F7F7 !important;
    border: none !important;
}

.price-wrapper .price.product-page-price .woocommerce-Price-amount.amount {
    color: var(--light-blue);
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 1.5em;
}

.price-wrapper .price.product-page-price small.woocommerce-price-suffix{
    display: block;
    margin-top: .5em;
}

.woocommerce-price-suffix span, .woocommerce-price-suffix{
    color: #858585 !important;
    font-size: 15px !important;
    opacity: 0.8;
    font-weight: 100 !important;
}

.woocommerce-Price-amount.amount, .product-info.summary.col-fit.col.entry-summary.product-summary.text-left.form-minimal strong {
    font-weight: 100;
}

.woocommerce-breadcrumb.breadcrumbs {
    padding: 15px;
    background-color: rgb(6, 167, 226, 0.1);
}

.woocommerce-breadcrumb.breadcrumbs a {
    color: #858585;
}

.message-container.container.success-color.medium-text-center {
    padding: 10px;
    border: 1px #3c434a solid;
    color: #3c434a !important;
    max-width: 1300px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.woocommerce-message .message-container i.icon-checkmark {
    padding-right: 1vw;
}

.woocommerce-message.message-wrapper {
    padding-bottom: 0px !important;
}

.woocommerce-message .message-container a.button.wc-forward {
    background: none;
    border: none;
    padding: 0;
    color: inherit;
    font-size: inherit;
    font-weight: normal;
    text-decoration: underline;
    box-shadow: none;
    display: inline;
    text-transform: capitalize;
    margin-left: auto;
    white-space: nowrap;
}

.woocommerce-message .message-container a.button.wc-forward:hover {
    background: none;
    text-decoration: none;
}

/* .product-summary .woocommerce-Price-currencySymbol {
    font-size: 100% !important;
} */

/* .custom-offerte-list strong {
    font-weight: bold !important;
} */

/* Cart & checkout stlying */
.page-id-13099 .wp-block-spacer, .page-id-13099 .entry-header.text-center, .page-id-13099 .wp-block-woocommerce-cart-order-summary-shipping-block.wc-block-components-totals-wrapper {
    display: none;
}

.wc-block-cart .wc-block-components-product-name {
    color: var(--light-blue) !important;
    text-decoration: underline;
    font-size: 1rem !important;
}

.wc-block-cart p, .wc-block-cart-item__remove-link{
    color: #000;
}

.wc-block-cart__submit-button {
    background-color: var(--yellow) !important;
    color: #000 !important;
    font-weight: bold;
}

.page-id-11 .entry-header.text-center {
    display: none;
}

.page-id-11 .entry-content {
    padding-top: 0px;
    padding-bottom: 0px;
}

.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
    background-color: var(--yellow);
    color: #000;
    text-transform: capitalize;
}

.wc-block-components-order-summary-item__description h3.wc-block-components-product-name {
    font-size: 30px;
    line-height: 1.4;
}

.wc-block-components-product-metadata__description p {
    font-size: 16px;
    line-height: 1.5;
}

.wc-block-components-order-summary-item__individual-price, .wc-block-components-order-summary-item__total-price .wc-block-components-product-price__value, .wc-block-components-totals-item__label, .wc-block-components-panel__button, .wc-block-formatted-money-amount.wc-block-components-formatted-money-amount.wc-block-components-product-price__value {
    font-size: 16px;
}

.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title,.wc-block-components-checkout-order-summary__title-price , .wc-block-cart-items__header-total, .wc-block-cart-items__header-image, .wc-block-components-totals-item__value, .wc-block-components-totals-footer-item-tax-value {
    font-size: 16px;
    font-weight: bold !important;
    color: black !important;
}

.wc-block-components-order-summary-item {
    padding: 8px 0;
}

.wp-block-woocommerce-checkout.alignwide.wc-block-checkout {
    padding-top: 0px;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__description::after {
    content: 'De verzending wordt bij het afrekenen berekend';
    display: block;
    font-size: 14px;
    font-weight: bold;
}

/* Blog styles */
.entry-content.single-page h1 {
    font-size: 45px;
}

.entry-content.single-page h4 {
    color: rgb(6, 167, 226, 0.75);
}

.entry-content.single-page a {
    color: var(--light-blue);
    text-decoration: underline;
}

/* Mobile Styles */
@media (max-width: 768px) {
.Cate .col-inner {
    padding: 10px !important;
}

.header-top.hide-for-sticky.nav-dark.flex-has-center {
    display: none !important;
}
}

/* Ninja Forms styling */
.nf-form-title h3 { 
    color: black !important;
}

.checkboxfix .nf-field-element {
    height: 2px;
}

/* ===== Ninja Forms Modal ===== */
#ninja-modal-backdrop {
    display: none;
    position: fixed;
    z-index: 9998;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

#ninja-modal-backdrop.active {
    display: block;
}

.nf-modal-open {
    position: fixed !important;
    z-index: 9999 !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 90% !important;
    max-width: 600px !important;
    max-height: 85vh !important;
    overflow-y: auto !important;
    background: #fff !important;
    padding: 30px 25px 25px !important;
    border-radius: 8px !important;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.3) !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    clip: auto !important;
}

.nf-modal-open * {
    color: #000 !important;
}

.nf-modal-open input:not([type="submit"]):not([type="button"]),
.nf-modal-open textarea,
.nf-modal-open select {
    color: #000 !important;
    background: #fff !important;
}

.nf-modal-open input[type="submit"],
.nf-modal-open input[type="button"],
.nf-modal-open button[type="submit"],
.nf-modal-open .nf-element.nf-button,
.nf-modal-open .nf-nav-button {
    background-color: var(--yellow) !important;
    color: #000 !important;
    border: none !important;
    cursor: pointer !important;
}

.nf-modal-close-btn {
    position: absolute !important;
    top: 5px !important;
    right: 12px !important;
    font-size: 28px !important;
    font-weight: bold !important;
    cursor: pointer !important;
    color: #000 !important;
    z-index: 10000 !important;
    line-height: 1 !important;
    background: none !important;
    border: none !important;
}

.ninja-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    padding: 20px;
}

.ninja-modal-inner {
    background: #ffffff;
    padding: 40px;
    max-width: 600px;
    width: 100%;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
    position: relative;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.ninja-modal-inner h3,
.ninja-modal-inner label {
    font-weight: 600;
    color: #333;
}

.ninja-modal-inner input,
.ninja-modal-inner textarea {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    font-size: 16px;
}

.ninja-modal-inner .nf-field-element {
    margin-bottom: 20px;
}

.ninja-modal-inner .nf-error-msg {
    color: #d00;
    font-size: 14px;
}

.ninja-modal-inner .nf-form-submit {
    text-align: center;
}

.ninja-modal-inner .nf-form-submit input[type="submit"] {
    background-color: #005eb8;
    color: #fff;
    padding: 12px 30px;
    border: none;
    font-size: 16px;
    cursor: pointer;
}

.ninja-modal-inner .nf-form-submit input[type="submit"]:hover {
    background-color: #004a94;
}

.close-modal {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 28px;
    color: #666;
    cursor: pointer;
}

/* Offerte button styling */
.custom-offerte-btn {
    width: 100%;
    font-size: 16px;
    background-color: white !important;
    border: 2px solid var(--light-blue);
    margin-bottom: 15px;
    margin-top: 15px;
    color: black;
    text-transform: none !important;
}

.custom-offerte-list {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    text-align: left;
    line-height: 1.6;
    color: #333;
    font-size: 14px;
}

.custom-offerte-list-item {
    margin-left: 0px !important;
    margin-bottom: 0px;
    margin-top: 0.6em;
}

.custom-offerte-icon {
    max-width: 25px;
    margin-right: 6px;
    vertical-align: middle;
}

.custom-offerte-icon-lg {
    max-width: 35px;
    margin-right: 6px;
    vertical-align: middle;
}

.custom-offerte-highlight {
    color: var(--light-blue);
}

.custom-offerte-link {
    color: var(--light-blue);
    font-weight: bold;
    text-decoration: underline;
}

/* Hide price for USB sticks on product page */
.product_cat-usb-sticks .price.product-page-price {
    display: none;
}

.header-main .cart-item a:hover .icon-shopping-cart,
.header-main .cart-item a:hover .icon-shopping-cart:before,
.header-main a:hover .icon-user,
.header-main a:hover .icon-user:before {
    color: var(--yellow) !important;
}