:root {
    --primary-turbo: #be0000;
    --secondary-turbo: #333333;
}

body {
    font-family: 'Helvetica Neue', Helvetica, 'Arial Nova', Calibri, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    background-color: white;
}

#breadcrumb-wrapper {
    background: #eee;
}

#footer {
    background: #222223;
    .dropdown-toggle {
        color: white !important;
        margin-bottom: 0;
    }
    hr {
        border-top: 1px solid white;
    }
    .productlist-filter-headline {
        color: white;
        font-size: 1.125rem;
        font-family: 'Helvetica Neue', Helvetica, 'Arial Nova', Calibri, Arial, sans-serif;
        padding-top: 2rem;
    }
    .nav-link {
        color: #c4c4c4 !important;
    }
    li {
        margin-bottom: 0;
    }
    #copyright {
        background-color: #000;
        border-top: 1px solid #eee;
        margin-top: 4rem;
        color: #888;
        .btn-icon-secondary {
            height: 32px;
            width: 32px;
            background: var(--primary-turbo);
            border: 0;
            border-radius: 16px;
            color: white;
        }
    }
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .product-matrix .product-matrix-title, .h3, .sidepanel-left .box-normal .box-normal-link, .h4, .h5, .h6 {
    font-family: 'Helvetica Neue', Helvetica, 'Arial Nova', Calibri, Arial, sans-serif;
}

h2, .h2, .buy-wrapper .price {
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--secondary-turbo);
}

header {
    .nav-wrapper {
        background-color: var(--secondary-turbo);
        border-top: 1px solid white;
    }
    #shop-nav {
        .account-icon-dropdown, .search-wrapper-dropdown {
            .nav-link {
                padding-left: 0.25rem;
                padding-right: 0.25rem;
            }
        }
        .cart-icon-dropdown, .search-wrapper-dropdown {
            svg {
                height: 40px;
                width: 40px;
                &:hover {
                    fill: var(--primary-turbo);
                }
            }
        }
    }
}

.header-banner-row {
    background-color: var(--primary-turbo);
    color: white;
    z-index: 1020;
    position: relative;
    .box-normal {
        padding: 5px 0;
        margin-bottom: 0;
    }
    p {
        margin-bottom: 0;
    }
}

#header-top-bar {
    background-color: #eee;
    li.language-dropdown {
        border-left: 2px solid white;
    }
}

.login-icon-svg {
    height: 40px;
    width: 40px;
    &:hover .st0 {
        fill: #be0000;
    }
    .st1 {
        fill: #be0000;
    }
    .st2 {
        fill: none;
        stroke: #fff;
        stroke-width: 1.3;
        stroke-miterlimit: 10;
    }
    .st3 {
        fill: #fff;
    }
}

.main-search-wrapper {
    max-width: unset !important;
}

#search {
    .form-control {
        border: 0;
        background-color: #eee !important;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        &:focus {
            box-shadow: none !important;
        }
    }
    .btn {
        background-color: #eee !important;
        border: 0;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        color: #525252;
        &:focus {
            box-shadow: none !important;
        }
    }
}

@media (min-width: 1450px) {
    .container {
        max-width: 1400px;
    }
}

@media (max-width: 991px) {
    header {
        .navbar-brand img {
            max-width: 50vw;
        }
        & #shop-nav {
            .cart-icon-dropdown, .search-wrapper-dropdown {
                svg {
                    height: 30px;
                    width: 30px;
                }
            }
            .login-icon-svg {
                height: 30px;
                width: 30px;
            }
        }
    }
}

@media (min-width: 992px) {
    header .navbar-brand {
        margin-right: 0;
    }
    #mainNavigation {
        height: 50px;
        .navbar-nav {
            padding-bottom: 0;
            justify-content: center;
            >.nav-item {
                &.active {
                    >.nav-link {
                        background-color: #cb3333;
                    }
                }
                >.nav-link {
                    color: white;
                    padding: 0.8rem 0.75rem;
                    font-size: 1rem;
                    font-weight: bold;
                    &:before {
                        display: none;
                    }
                    &:hover {
                        background-color: #cb3333;
                    }
                }
            }
        }
    }
    #search {
        max-width: 350px;
    }
    .toggler-logo-wrapper {
        float: unset;
    }
}

.price.special-price,
.price-wrapper .special-price,
.price_wrapper .special-price,
.productbox-price.special-price {
    color: #be0000 !important;
    font-weight: bold;
}

.old-price del,
.old-price .value,
.instead-of del {
    text-decoration: line-through;
    color: #888 !important;
    font-size: 0.9em;
}

.parent-article-discount {
    margin-top: 0.25rem;
}

.parent-article-discount .old-price {
    margin-bottom: 0.15rem;
}

.parent-article-discount .discount {
    margin-top: 0.15rem;
}

.discount .value,
.parent-article-discount .discount .value {
    color: #be0000 !important;
    font-weight: bold;
    font-size: 1em;
}

.text-danger,
.discount .text-danger,
.parent-article-discount .text-danger {
    color: #be0000 !important;
}

.ribbon {
    background-color: #be0000 !important;
    color: white !important;
    font-weight: bold;
}

.price-note .old-price small,
.price-note .discount small {
    display: inline-block;
    margin-top: 0.15rem;
}

.productbox .discount,
.productbox .old-price {
    font-size: 0.85rem;
}

.price_wrapper .old-price {
    margin-bottom: 0.5rem;
}

.price_wrapper .discount {
    margin-top: 0.25rem;
}

.productbox-price.special-price {
    font-size: 1.1em;
    font-weight: 700;
}

.price-note .old-price del.value {
    font-size: 0.9em;
    color: #999;
}

.text-muted-util {
    color: #888 !important;
}

.variation-badge.variation-special-price {
    display: inline-block;
    border: 1px solid #be0000;
    background-color: transparent;
    color: #be0000;
    border-radius: 4px;
    padding: 2px 8px;
    font-weight: bold;
    margin-left: auto;
    flex-shrink: 0;
}

.variation-badge.variation-special-price .old-price-variation del,
.variation-badge .old-price-variation del {
    text-decoration: line-through;
    color: #888 !important;
    font-size: 0.85em;
    font-weight: normal;
}

.variation-badge.variation-special-price .special-price-variation,
.variation-badge .special-price-variation {
    color: #be0000 !important;
    font-weight: bold;
}

.variation-badge.variation-special-price .discount-badge-variation,
.variation-badge .discount-badge-variation {
    color: #be0000 !important;
    font-weight: bold;
    font-size: 0.85em;
}

.custom-control.variation .custom-control-label,
.variation-select .custom-control-label,
label.variation {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100%;
}

.custom-control-label.variation .variation-badge:not(.variation-special-price) {
    margin-left: 0.5rem;
}

.variation option .variation-badge {
    display: inline;
}

/* For swatch variations */
.swatches .variation-badge {
    font-size: 0.75rem;
    margin-top: 0.25rem;
}

.variation-badge .special-price-variation,
.variation-badge .old-price-variation,
.variation-badge .discount-badge-variation {
    white-space: nowrap;
}

.bootstrap-select .dropdown-menu li a {
    display: block !important;
    width: 100% !important;
}
.bootstrap-select .dropdown-menu li a span.text {
    display: block !important;
    width: 100% !important;
    min-width: 0;
    padding-right: 2rem;
}
.bootstrap-select .dropdown-menu .variation-value-row {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
    gap: 0.5rem;
}
.bootstrap-select .dropdown-menu .variation-value-name {
    flex: 1 1 auto;
    min-width: 0;
}
.bootstrap-select .dropdown-menu .variation-badge {
    flex: 0 0 auto;
    margin-left: auto;
}

/* Selected value in dropdown button: Badge right corner */
.bootstrap-select .dropdown-toggle .filter-option-inner .variation-value-row,
.bootstrap-select .dropdown-toggle .filter-option .variation-value-row {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
    gap: 0.5rem;
}
.bootstrap-select .dropdown-toggle .variation-value-name {
    flex: 1 1 auto;
    min-width: 0;
}
.bootstrap-select .dropdown-toggle .variation-badge {
    flex: 0 0 auto;
    margin-left: auto;
}

.detail-price-sie-sparen {
    margin-top: 0.5rem;
}

.detail-price-sie-sparen .sie-sparen-line {
    color: #be0000;
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: 0.25rem;
}

.detail-price-sie-sparen .sie-sparen-percent {
    font-weight: bold;
    color: #be0000;
}

.detail-price-sie-sparen .detail-old-price {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 0;
    color: #888;
}

.detail-price-sie-sparen .detail-old-price del,
.detail-price-sie-sparen .detail-old-price del.value {
    text-decoration: line-through;
    color: #888 !important;
    font-weight: bold;
    font-size: 1.1rem;
}