/* PAGINATITELS */
.page-header h1 {
    color: #4a6fd5 !important;
}

/* LINKER WINKELWAGEN IN HEADER */
.container-header .hikashop_cart_module {
    font-weight: bold;
}

/* Titel */
.container-header .hikashop_cart_module::before {
    content: "Winkelwagen";
    color: #ffffff !important;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}

/* Alleen linkerdeel wit */
.container-header .hikashop_cart_module .hikashop_cart_empty,
.container-header .hikashop_cart_module .hikashop_small_cart_total,
.container-header .hikashop_cart_module .hikashop_small_cart_total *,
.container-header .hikashop_cart_module .hikashop_cart_empty span,
.container-header .hikashop_cart_module .hikashop_cart_empty div,
.container-header .hikashop_cart_module .hikashop_cart_empty a,
.container-header .hikashop_cart_module .hikashop_small_cart_total_title,
.container-header .hikashop_cart_module .hikashop_small_cart_total_value {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

/* RECHTER DRAWER DONKER */
.hikashop_drawer_content,
.hikashop_drawer_content *,
.hikashop_drawer_content span,
.hikashop_drawer_content div,
.hikashop_drawer_content td,
.hikashop_drawer_content th,
.hikashop_drawer_content a,
.hikashop_drawer_content strong {
    color: #222222 !important;
    -webkit-text-fill-color: #222222 !important;
}

/* Checkout knop */
.hikashop_drawer_content .hikabtn,
.hikashop_drawer_content .hikabtn span,
.hikashop_drawer_content .hikashop_cart_proceed_to_checkout,
.hikashop_drawer_content .hikashop_cart_proceed_to_checkout span {
    color: #222222 !important;
}

/* ZOEKVELD */
.mod-finder__search input,
.finder input[type="search"] {
    background: #ffffff !important;
    color: #000000 !important;
    border: 2px solid #ffffff !important;
}

.mod-finder__search input::placeholder,
.finder input[type="search"]::placeholder {
    color: #666666 !important;
}

.mod-finder__search button,
.finder button {
    background: #ffffff !important;
    color: #000000 !important;
    border: 2px solid #ffffff !important;
}
/* USP balk */
.usp-balk {
    width: 100%;
    text-align: center;
    color: rgba(255,255,255,0.92);
    font-size: 14px;
    font-weight: 500;
    padding: 4px 10px 8px 10px;
    letter-spacing: 0.2px;
}

.usp-balk span {
    display: inline-block;
    margin: 0 10px;
}
/* USP balk centreren */
.usp-balk {
    width: 100%;
    text-align: center;
    color: rgba(255,255,255,0.92);
    font-size: 14px;
    font-weight: 500;
    padding: 4px 10px 8px 10px;
    letter-spacing: 0.2px;
    margin: 0 auto;
}

.usp-balk span {
    display: inline-block;
    margin: 0 10px;
}
.usp-module {
    width: 100% !important;
    text-align: center !important;
}

.usp-module .usp-balk {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
}