/* ------------------------------ */
/* ADVANCED PARAMETER */
/* ------------------------------ */
.advanced-parameter-inner {
    width: 2em;
    height: 2em;
}

.advanced-parameter {
    width: 3rem;
    height: 2rem;
}

#product-detail-form .advanced-parameter .advanced-parameter-inner {
    box-shadow: unset;
    cursor: pointer;
}

#product-detail-form .advanced-parameter .advanced-parameter-inner:hover {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background-color: #556B2F;
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px #00bfbf;
    border-color: white;
}

#product-detail-form .advanced-parameter .advanced-parameter-inner.yes-before:before {
    display: none;
}

#product-detail-form .advanced-parameter-inner.yes-before {
    border-color: #cfcfcf;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background-color: #556B2F;
    box-shadow: 0 0 0 3px #fff, 0 0 0 8px #00bfbf !important;
    border-color: white;
}

/* Breadcrumbs background fix */
span#navigation-4,
span#navigation-5,
span#navigation-6,
span#navigation-7,
body .breadcrumbs .breadcrumb-last .triangle-right {
    background: #ffffff !important;
}

/* ------------------------------ */
/* NAVIGATION / MENU */
/* ------------------------------ */
@media (min-width: 768px) {
    #navigation .menu-level-2 > li > div > a {
        padding-bottom: 0;
    }

    .navigation-in > ul > li.ext > ul > li > div > ul > li > a {
        display: inline;
        padding: 0;
        font-family: 'Roboto' !important;
    }

    #navigation .menu-level-2 > li > div {
        row-gap: 1px;
    }

    .navigation-in > ul > li.ext > ul > li > div > ul > li {
        display: inline-block;
        padding-left: 10px;
    }
}

.navigation-in > ul > li.ext > ul > li > div > a {
    font-size: 18px;
}

/* Subcategory images */
.subcategories.with-image li a .image img {
    max-height: 112px;
    height: 64px;
    position: absolute;
    top: -7px;
    left: -22px;
    max-width: 140px;
    transition: transform 0.3s ease-in-out;
}

/* Error fields */
input[type="checkbox"].error-field + label,
input[type="radio"].error-field + label,
input[type="checkbox"].js-error-field + label,
input[type="radio"].js-error-field + label {
    background: #ffeff5;
    transition: background-color 0.6s ease-out;
}

/* Subcategory container */
.subcategories.with-image li a {
    padding: 10px;
    border-radius: 6px;
}

.subcategories li a {
    background: white;
    border: 1px solid #d4d4d4;
    height: 60px;
}

@media (min-width: 1440px) {
    .col-xl-3 {
        width: 19%;
    }
}

/* Align icons + text in top bar */
.top-navigation-bar-menu a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    line-height: 1.2;
}

.top-navigation-bar-menu a svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    display: block;
    stroke: currentColor;
}

/* Filters / sidebar */
.filter-sections {
    background-color: white !important;
}

.sidebar,
.desktop .box.box-sm.box-filters {
    background: white;
    box-shadow: none;
    border: none;
}

.subcategories.with-image li a .text {
    color: black !important;
}

/* Hide unwanted sub-menu */
li.menu-item-3016.ext.exp ul.menu-level-2 {
    display: none !important;
}

/* ------------------------------ */
/* HEADER */
/* ------------------------------ */
#header {
    border-color: #cfcfcf;
    color: #1a1937;
    background-color: #232323;
    background-image: none;
}

/* HEADER bottom – mobile/tablet */
@media (max-width: 992px) {
    #header .header-bottom {
        border-style: none;
        background: #232323;
    }
}

/* NAVIGATION BAR */
#navigation {
    border-top-color: #232323;
    background-color: #232323;
}

/* MENU LINKS */
.navigation-in > ul > li > a,
.navigation-in > ul > li.ext.exp > a,
.navigation-in > ul > li > a:hover {
    background-color: transparent;
    color: #ffffff;
    padding-left: 9px;
    padding-right: 9px;
}

/* MENU <b> underline fix */
#navigation .navigation-in ul li > a > b {
    border-bottom-color: transparent;
    font-size: 16px;
    font-weight: bold;
}

/* Cart button */
#header .navigation-buttons a[data-target="cart"] {
    display: flex;
    align-items: center;
    color: white;
}

/* Search button */
button.btn.btn-default.search-button {
    background: #4CAF50;
}

/* Header bottom bar */
.header-bottom {
    color: #1a1937;
    border-color: #232323;
}

/* Border around menu items */
.navigation-in > ul > li {
    border-color: rgb(24, 24, 24);
}

/* Header icons */
#header .navigation-buttons a::before {
    line-height: 80px;
    font-size: 30px;
    color: white;
}    #header .header-bottom {
        border-style: none;
        background-color: #232323;
    }
    #sn_0b9d, #sn_0b9d .announce-bar {
    background-color: #000000;
    display: none;
}