/* Minification failed. Returning unminified contents.
(7,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(8,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(9,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Roboto Slab', serif;
    color: #303030;
}

:root {
    --home-widget-accent-color: #414042;
    --home-widget-accent-hover-tint: rgba(65, 64, 66, 0.08);
    --home-widget-dot-active-color: #000000;
}

#search-form-input {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

#search-form-input:focus {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

#search-form-button,
#search-form-button .btn,
#search-container #search-form-button input {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

/* Search input clear button (X) - flat Delitea dark gray styling */
#search-form-input::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
    height: 20px;
    width: 20px;
    background-color: #414042;
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"/></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"/></svg>');
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

#search-form-input::-webkit-search-cancel-button:hover {
    background-color: #5a5a5c;
}

a, .link {
    color: #337ab7;
}

.header-container {
    background-attachment: fixed;
    background-position: top;
}

.header-new-toplist-responsive {
    text-align: center;
    color: #373737;
    padding-bottom: 10px;
    font-size: 24px;
}

    .header-new-toplist-responsive:hover {
        color: #373737;
    }

.list-add {
    width: 100%;
}

.article-list-responsive {
    background-color: #ffffff;
}

.product-added, .product-added:hover {
    color: #fff;
    background-color: #4D8951;
}

#promotion-search {
    padding: 0px;
}

#product-nostock-subscription {
    background-color: #262626;
    border-color: #262626;
    color: #ffffff;
}

#product-related {
    margin-top: 30px;
}

/*    #product-related h3 {
        margin-top: 70px;
    }*/

.all-articles-text {
    color: #337ab7;
}

@media (max-width: 1199px) {
    #product-add-to-cart-container {
        width: 100%;
        max-width: 360px;
    }

        #product-add-to-cart-container .buy-button-container, #product-add-to-cart-container .buy-button-container .purchase-button {
            height: 42px;
            max-height: 42px;
        }
}

@media (max-width: 572px) {
    #product-add-to-cart-container {
        max-width: 100%;
    }
}

#search-form-button .btn {
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-left: none;
}

.btn-success-filter {
    background-color: #414042;
    color: white;
}

.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success, .btn-success.general-form-item {
    background-color: #414042 !important;
    text-decoration: none;
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
    background-color: #414042;
    text-decoration: none;
}

.description-expand svg, .description-collapse svg {
    stroke: #414042;
}

#search-facets .btn {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    color: #303030;
}

#filter-free-btn.btn, #filter-free-btn .btn {
    background-color: #414042;
    border-color: #414042;
}

#search-facets .btn.active {
    background-color: #414042;
    color: #fff;
}

#search-facets .search-facet-panel .facet-main-btn-sel {
    background-color: #f5f5f5;
}

#search-facets .search-facets-title,
#search-facets .search-facets-collapse-all,
#search-facets .search-facets-clear-all:before,
#search-facets .search-facets-title.search-facets-selected > .search-facets-collapse-all {
    color: #303030;
}

#search-facets .search-facet-label:before,
#search-facets .search-facet-remove:after {
    color: #fff;
}

#search-facets .view-type.view-type-active svg {
    stroke: #337ab7;
}

#toggle-cart-details-container {
    padding-right: 8px;
}

#header.sticky #toggle-cart-details-container {
    padding: 1px;
    margin-top: 4px;
}

#header.sticky #cart-quantity {
    top: -2px;
    right: -10px;
}

@media (max-width: 1199px) {
    #header #cart {
        position: absolute;
        top: 0;
        right: 0;
        width: auto;
        z-index: 5;
    }

    #header #cart-header-container {
        margin: 4px 15px 0 0;
        text-align: right;
    }

    #header #toggle-cart-details {
        top: 0;
        right: 0;
    }

    #header #toggle-cart-details-container {
        padding-right: 0;
    }
}

#home-right {
/*    margin-top: -25px;*/
    margin-top:0px;
    padding-top:0px
}

    #home-right #toplist {
        background-color: #f5f5f5;
        margin-top: 0;
        position: relative;
    }

    #home-right #toplist-header {
        position: absolute;
        top: -5px;
        left: 35px;
    }

        #home-right #toplist-header a {
            color: #424242;
        }

    #home-right #toplist #toplist-topten {
        margin-top: 0;
        margin-left: 5px;
    }

    #home-right #toplist-desktop {
        display: grid !important;
        grid-template-columns: auto minmax(0, 1fr);
        column-gap: 10px;
        align-items: start;
        margin-top: 0px; 
        background-color:#F5F5F5;
    }

        #home-right #toplist-desktop > a {
            grid-column: 1;
            display: inline-flex;
            align-items: center;
        }

            #home-right #toplist-desktop > a > #toplist-topten,
            #home-right #toplist-desktop > #toplist-desktop-heading {
                margin-top: 0;
                margin-bottom: 0;
                text-align: left !important;
                white-space: nowrap;
                position: relative;
                left: -15px;
                font-size: 17px;
                text-decoration:none !important;
            }
#toplist-mobile-heading > a{
    color: #414042;
}
#home-right #toplist-desktop > #toplist-desktop-heading {
    grid-column: 2;
/*    align-self: center;*/
/*    text-align: left !important;*/
    line-height: 1;
}

    #home-right #toplist-desktop > #toplist-content,
    #home-right #toplist-desktop > #toplist-footer {
        grid-column: 1 / -1;
        width: 100%;
    }

    #home-right #toplist-desktop > #toplist-desktop-heading a,
    #home-right #toplist-desktop .toplist-row-link,
    #home-right #toplist-desktop .toplist-row-link:visited,
    #home-right #toplist-desktop .toplist-row-link .name,
    #home-right #toplist-desktop #toplist-footer a,
    #home-right #toplist-desktop .toplist-row::before {
        color: #414042;
    }

    #home-right #toplist-desktop > #toplist-desktop-heading a,
    #home-right #toplist-desktop .toplist-row-link,
    #home-right #toplist-desktop .toplist-row-link .name,
    #home-right #toplist-desktop #toplist-footer a,
    #toplist-mobile-heading > a {
        text-decoration: underline;
        text-underline-offset: 2px;
    }
#toplist-desktop-heading > a {
    text-decoration: none !important;
}
    #home-right #toplist-desktop .toplist-row-link:hover,
    #home-right #toplist-desktop .toplist-row-link:hover .name,
    #home-right #toplist-desktop #toplist-footer a:hover {
        color: #414042;
    }

    #home-right #toplist-content {
        padding-top: 0px;
    }

#popular-links-container h2 {
    font-size: 17px;
    font-weight: 600;
}

#last-sold-heading {
    font-size: 17px;
    font-weight: 500;
    padding-top:0px;
}
#last-sold {
    padding-top: 6px;
    margin-top: 4px;
}
#home-right #last-sold .last-sold-pause-button {
    top: 0;
    right: 0px;
}
#home-right #last-sold-heading {
    color: #424242;
    white-space: nowrap;
}

#home-right #last-sold-arrow {
    position: unset;
    margin-top: 0;
    margin-left: 5px;
}

.pause-button:hover, .banner-arrow-button:hover {
    background-color: #414042 !important;
}

.pause-button, .banner-arrow-button {
    background-color: #fff;
}

.homepage-banner-navigation .dots .dot--active {
    background: transparent;
}

.navigation-wrapper .dots .dot--active::before,
.homepage-banner-navigation .dots .dot--active::before {
    background: #000000;
    transform: none;
}

@media (hover: hover) {
    .navigation-wrapper .dots .dot:hover {
        background: rgba(65, 64, 66, 0.08);
        box-shadow: inset 0 0 0 1px #414042;
    }

    .navigation-wrapper .dots .dot:hover::before {
        background: #414042;
    }
}

.navigation-wrapper .dots .dot:focus-visible {
    background: rgba(65, 64, 66, 0.08);
    box-shadow: inset 0 0 0 1px #414042;
}

.navigation-wrapper .dots .dot:focus-visible::before {
    background: #414042;
}

/*#home-right #last-sold .last-sold-pause-button {
    position: absolute;
    top: auto;
    right: 8px;
    bottom: 8px;
    z-index: 4;
}*/

#toggle-cart-details-icon {
    background-size: contain;
    max-height: 34px;
    max-width: 35px;
    min-height: 34px;
    min-width: 35px;
    background-image: url(/content/images/8/cart.svg);
}

.toggle-element {
    background-color: #414042;
}

    .toggle-element.open,
    .toggle-element:not(.collapsed) {
        color: #303030;
    }

#product-description-header.toggle-element {
    cursor: default;
    background-color: #ffffff;
    color: #000000;
}

    #product-description-header.toggle-element .toggle-header {
        background-color: #ffffff;
        color: #000000;
    }

    #product-description-header.toggle-element h2 {
        background-color: #ffffff;
        color: #000000;
    }

    #product-description-header.toggle-element.toggle-element-article {
        color: #ffffff;
    }

#cart-quantity {
    background-color: #414042;
}

#cart-content.in-header {
    color: #000;
}

#cart-content .footer {
    box-shadow: none;
}

#checkout-offers #keen-slider-checkout-offers .offer-container {
    border: 1px solid #dee2e6;
}

    #checkout-offers #keen-slider-checkout-offers .offer-container .image-container {
        padding: 2px 10px;
    }

.product-block .is-med-div {
    display: none;
}

.product-block .name {
    margin-top: 16px;
    text-align: center;
}

.product-block .price-box {
    text-align: center;
}

.product-block .btn {
    font-family: 'Roboto Slab', serif;
}

.product-block .action .buy-button-container {
    max-width: 140px;
}

.product-block-container {
    border-bottom: none;
    margin-bottom: 20px;
}


.promotion-banner .promotion-banner-inner {
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    height: 202px;
}

#product-accessory .promotion-element-heading, #product-related h2, .product-recommendation h2 {
    font-family: 'Roboto Slab', serif;
    font-size: 26px;
    text-align: center;
}

#product-related h2, .product-recommendation h2 {
    margin-top: 0;
}

@media(max-width: 1200px) {
    #product-related h2, .product-recommendation h2 {
        margin-top: 15px;
    }
}

.product-recommendation-first {
    margin-top: 30px !important;
}

.product-recommendation {
    margin-top: 55px;
}

@media (max-width: 1200px) {
    .product-recommendation {
        margin-top: 30px;
    }
}

#product-related .product-block .name,
.product-recommendation .product-block .name {
    min-height: calc(3 * 1.4em);
    height: auto;
    max-height: none;
    overflow: visible;
    display: block;
}

#product-related .article-list-responsive,
.product-recommendation .article-list-responsive {
    align-items: stretch;
}

#product-related .product-block-container,
.product-recommendation .product-block-container {
    display: flex;
}

#product-related .product-block,
.product-recommendation .product-block {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

#product-related .article-wrapper,
.product-recommendation .article-wrapper {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
}

#product-related .article-text-container,
.product-recommendation .article-text-container {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
}

#product-related .product-block .name a,
.product-recommendation .product-block .name a,
#product-related .product-block .price-box .store-price,
.product-recommendation .product-block .price-box .store-price,
#product-related .product-block .price-box .lowest-price,
.product-recommendation .product-block .price-box .lowest-price,
#product-related .product-block .unit-price,
.product-recommendation .product-block .unit-price {
    white-space: normal;
    line-height: 1.4;
    overflow-wrap: anywhere;
    word-break: break-word;
}

#product-related .product-block .price-box,
.product-recommendation .product-block .price-box {
    height: 18px;
    min-height: 18px;
    max-height: 18px;
}

#product-related .product-block .action,
.product-recommendation .product-block .action {
    margin-top: 12px;
}

.btn-xs, .btn-group-xs > .btn {
    line-height: 3.1;
}

.btn {
    background-color: #414042;
    border-color: #414042;
    border-radius: 3px;
    color: #f7f7f7;
}

    .btn:hover {
        text-decoration: none;
        background-color: #414042;
        border-color: #414042;
        border-radius: 3px;
        color: #f7f7f7;
    }

    .btn.disabled {
        background-color: #414042;
        border-color: #414042;
        border-radius: 3px;
    }

#cart-item-container .product-inner .name a {
    color: #414042;
}

#cart-parent, #cart-header, #cart-item-container {
    background-color: #fff;
}

#cart-head-product {
    left: 20px;
}

.price-tag {
    background-image: url(/content/images/8/price-tag-v2.svg);
    height: 42px;
    width: 86px;
    font-size: 17px;
    line-height: 30px;
    font-family: 'Roboto Slab',serif;
    font-weight: bold;
}

    .price-tag.campaign {
        background-image: url(/content/images/8/price-tag-red-v3.svg);
    }

div.price-tag span {
    position: relative;
    top: 0.33em;
}


.single .price-tag {
    position: absolute;
    bottom: 16px;
    left: -30px;
}

.single-compact .price-tag-flat.price-tag a {
    color: #000000;
}

.single-compact .price-tag-flat.price-tag.campaign a {
    color: #f00000;
}

.single-compact .image img {
    height: 65px;
}


@media (max-width: 576px) {
    .single-compact .product-block .image {
        left: 5px;
    }

    .single-compact .name {
        left: 70px;
        max-width: calc(100% - 200px);
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

        .single-compact .name a {
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            display: block;
        }


    .single-compact .short-date {
        left: 180px;
        position: absolute;
        bottom: 10px;
    }


    .single-compact .price-tag-flat.price-tag {
        left: 70px;
    }

    .single-compact .product-block .price-box .store-price {
        left: 150px;
    }

    .single-compact .product-block-container {
        height: 80px;
        margin-bottom: 0px;
    }

    .single-compact .action.buy-button-wrapper {
        min-width: 110px;
        max-width: 110px;
        bottom: 20px;
    }

    .single-compact .buy-button {
        width: 20%;
    }

    .single-compact .product-block .count {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    #search-products.single-compact .product-block-container,
    #search-products.single-compact .product-block,
    #search-products.single-compact .white-out-container,
    #toplist-mobile .single-compact .product-block-container,
    #toplist-mobile .single-compact .product-block,
    #toplist-mobile .single-compact .white-out-container {
        height: auto;
        min-height: 0;
    }

    #search-products.single-compact .product-block,
    #toplist-mobile .single-compact .product-block {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        row-gap: 8px;
        align-items: start;
        justify-content: initial;
    }

    #search-products.single-compact .product-block .count-container,
    #toplist-mobile .single-compact .product-block .count-container {
        display: none;
        position: static;
        width: 30px;
        height: auto;
    }

    #search-products.single-compact .article-wrapper,
    #toplist-mobile .single-compact .article-wrapper {
        position: relative;
        display: grid;
        grid-template-columns: 60px minmax(0, 1fr);
        align-items: start;
        column-gap: 10px;
        width: 100%;
        min-width: 0;
        grid-column: 1;
    }

    #search-products.single-compact .product-block .image img,
    #toplist-mobile .single-compact .product-block .image img {
        margin-left: 8px;
    }

    #search-products.single-compact .product-block .image,
    #toplist-mobile .single-compact .product-block .image {
        position: static;
        left: auto;
        top: auto;
        height: auto;
        width: 60px;
        max-width: 60px;
        min-height: 60px;
        display: flex;
        align-items: center;
    }

    #search-products.single-compact .image img,
    #toplist-mobile .single-compact .image img {
        width: 60px;
        height: 50px;
        margin: 0;
    }

    #search-products.single-compact .article-text-container,
    #toplist-mobile .single-compact .article-text-container {
        display: flex;
        flex-direction: column;
        min-width: 0;
    }

    #search-products.single-compact .is-med-div,
    #search-products.single-compact .name,
    #search-products.single-compact .price-tag-flat.price-tag,
    #search-products.single-compact .product-block .price-box .store-price,
    #search-products.single-compact .product-block .price-box .lowest-price,
    #search-products.single-compact .short-date,
    #toplist-mobile .single-compact .is-med-div,
    #toplist-mobile .single-compact .name,
    #toplist-mobile .single-compact .price-tag-flat.price-tag,
    #toplist-mobile .single-compact .product-block .price-box .store-price,
    #toplist-mobile .single-compact .product-block .price-box .lowest-price,
    #toplist-mobile .single-compact .short-date {
        position: static;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        white-space: normal;
        overflow: visible;
        max-width: none;
    }

    #search-products.single-compact .product-block .price-box .store-price,
    #search-products.single-compact .product-block .price-box .lowest-price,
    #toplist-mobile .single-compact .product-block .price-box .store-price,
    #toplist-mobile .single-compact .product-block .price-box .lowest-price {
        margin-top: 0;
    }

    #search-products.single-compact .product-block .price-box,
    #toplist-mobile .single-compact .product-block .price-box {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
        min-height: 0;
        overflow-wrap: anywhere;
    }

    #search-products.single-compact .action.buy-button-wrapper,
    #toplist-mobile .single-compact .action.buy-button-wrapper {
        position: static;
        right: auto;
        bottom: auto;
        grid-column: 1;
        width: calc(100% - 70px);
        max-width: calc(100% - 70px);
        min-width: 0;
        margin-top: 8px;
        margin-left: 70px;
        align-self: start;
        justify-self: start;
    }

    #search-products.single-compact .buy-button-container,
    #search-products.single-compact .buy-button-container .purchase-button,
    #search-products.single-compact .buy-button-container .purchase-button div,
    #search-products.single-compact .buy-button-container .product-link-button,
    #toplist-mobile .single-compact .buy-button-container,
    #toplist-mobile .single-compact .buy-button-container .purchase-button,
    #toplist-mobile .single-compact .buy-button-container .purchase-button div,
    #toplist-mobile .single-compact .buy-button-container .product-link-button {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    #toplist-mobile .single-compact .action.buy-button-wrapper {
        width: 96px;
        max-width: 96px;
        min-width: 96px;
    }

    #toplist-mobile .single-compact .buy-button-container,
    #toplist-mobile .single-compact .buy-button-container .purchase-button,
    #toplist-mobile .single-compact .buy-button-container .purchase-button div,
    #toplist-mobile .single-compact .buy-button-container .product-link-button {
        width: 96px;
        max-width: 96px;
        min-width: 96px;
    }

    #search-products.single-compact .product-block .action,
    #toplist-mobile .single-compact .product-block .action {
        height: auto;
    }

    #search-products.single-compact .toplist-list .product-block {
        grid-template-columns: auto minmax(0, 1fr);
        row-gap: 4px;
    }

    #search-products.single-compact .toplist-list .product-block .count-container {
        display: flex;
        grid-column: 1;
        grid-row: 1 / span 2;
        align-items: flex-start;
        justify-content: center;
    }

    #search-products.single-compact .toplist-list .article-wrapper {
        grid-column: 2;
        width: 100%;
    }

    #search-products.single-compact .toplist-list .action.buy-button-wrapper {
        grid-column: 2;
        width: 124px;
        max-width: 124px;
        min-width: 124px;
        margin-left: auto;
        margin-top: 2px;
        justify-self: end;
        align-self: start;
    }

    #search-products.single-compact .toplist-list .buy-button-container,
    #search-products.single-compact .toplist-list .buy-button-container .purchase-button,
    #search-products.single-compact .toplist-list .buy-button-container .purchase-button div,
    #search-products.single-compact .toplist-list .buy-button-container .product-link-button {
        width: 124px;
        max-width: 124px;
        min-width: 124px;
    }

    #search-products.single-compact .toplist-list .buy-button.buy-button-add,
    #search-products.single-compact .toplist-list .buy-button.buy-button-reduce {
        width: 27%;
        min-width: 33px;
    }

    #search-products.single-compact .toplist-list .buy-number-display {
        width: 46%;
        min-width: 56px;
    }
}


#price-comparison-links-title, #price-comparison-links {
    display: none;
}

#stock-price-box .price {
    color: #414042;
}

    #stock-price-box .price.campaign {
        color: #D6264F;
    }

#round-up-btn {
    background-color: white;
    font-weight: bold;
    line-height: 1.8;
}

#coupon-remove-div {
    padding-top: 10px;
}

#coupon-remove-div .g-border {
    background-color: #414042;
    border-color: #414042;
    color: #ffffff;
}

#coupon-remove-div .g-border #checkout-coupon,
#coupon-remove-div .g-border #checkout-coupon-validation,
#coupon-remove-div .g-border span,
#coupon-remove-div .g-border .remove-coupon {
    color: #ffffff;
}

#coupon-remove-div .g-border img {
    filter: brightness(0) invert(1);
}

#checkout-top .coupon-container .toggle-element:not(.collapsed),
#checkout-top .checkout-message-container .toggle-element:not(.collapsed),
.checkout-coupon-message-layout .coupon-container .toggle-element:not(.collapsed),
.checkout-coupon-message-layout .checkout-message-container .toggle-element:not(.collapsed) {
    background-color: #414042 !important;
    color: #ffffff !important;
}

#checkout-top .coupon-container .toggle-element:not(.collapsed) label,
#checkout-top .checkout-message-container .toggle-element:not(.collapsed) label,
.checkout-coupon-message-layout .coupon-container .toggle-element:not(.collapsed) label,
.checkout-coupon-message-layout .checkout-message-container .toggle-element:not(.collapsed) label,
.checkout-coupon-message-layout .coupon-container .toggle-element:not(.collapsed) .grow-left,
.checkout-coupon-message-layout .checkout-message-container .toggle-element:not(.collapsed) .grow-left {
    color: #ffffff !important;
}

#checkout-top .coupon-container .toggle-element:not(.collapsed) svg,
#checkout-top .checkout-message-container .toggle-element:not(.collapsed) svg,
.checkout-coupon-message-layout .coupon-container .toggle-element:not(.collapsed) svg,
.checkout-coupon-message-layout .checkout-message-container .toggle-element:not(.collapsed) svg {
    stroke: #ffffff !important;
}

.coupon-container {
    margin-top: 0px !important;
}

.coupon-container, .checkout-message-container {
    font-weight: 700;
}

.checkout-coupon-message-headings label {
    font-size: 14px;
}

.checkout-message-container {
    margin-top: 0.5rem;
    margin-bottom: 5px;
}

.checkout-message-container-container {
    margin-top: 0.5rem !important;
}

.checkout-shipping-method .price-tag-small {
    color: #000000;
    font-weight: 700;
}

    .checkout-shipping-method .price-tag-small.free-shipping {
        color: #f00000;
        font-weight: 700;
    }

#checkout-deadlines .deadline-item, #checkout-deadlines .deadline-time {
    font-size: 12px;
}

#checkout-top .coupon-container .toggle-element, #checkout-top .checkout-message-container .toggle-element {
    cursor: pointer;
    background-color: #f5f5f5;
}

#checkout-top .coupon-container .toggle-element.collapsed,
#checkout-top .checkout-message-container .toggle-element.collapsed,
.checkout-coupon-message-layout .coupon-container .toggle-element.collapsed,
.checkout-coupon-message-layout .checkout-message-container .toggle-element.collapsed {
    background-color: #f5f5f5 !important;
    color: #303030 !important;
}

#checkout-top .coupon-container .toggle-element.collapsed label,
#checkout-top .checkout-message-container .toggle-element.collapsed label,
#checkout-top .coupon-container .toggle-element.collapsed .grow-left,
#checkout-top .checkout-message-container .toggle-element.collapsed .grow-left,
.checkout-coupon-message-layout .coupon-container .toggle-element.collapsed label,
.checkout-coupon-message-layout .checkout-message-container .toggle-element.collapsed label,
.checkout-coupon-message-layout .coupon-container .toggle-element.collapsed .grow-left,
.checkout-coupon-message-layout .checkout-message-container .toggle-element.collapsed .grow-left {
    color: #303030 !important;
}

#checkout-top .coupon-container .toggle-element.collapsed svg,
#checkout-top .checkout-message-container .toggle-element.collapsed svg,
.checkout-coupon-message-layout .coupon-container .toggle-element.collapsed svg,
.checkout-coupon-message-layout .checkout-message-container .toggle-element.collapsed svg {
    stroke: #303030 !important;
}

#checkout-top .coupon-container .toggle-element:not(.collapsed),
#checkout-top .checkout-message-container .toggle-element:not(.collapsed) {
    background-color: #414042;
    color: #ffffff;
}

#checkout-top .coupon-container .toggle-element:not(.collapsed) label,
#checkout-top .checkout-message-container .toggle-element:not(.collapsed) label,
#checkout-top .coupon-container .toggle-element:not(.collapsed) .grow-left,
#checkout-top .checkout-message-container .toggle-element:not(.collapsed) .grow-left {
    color: #ffffff;
}

#checkout-top .coupon-container .toggle-element:not(.collapsed) svg,
#checkout-top .checkout-message-container .toggle-element:not(.collapsed) svg {
    stroke: #ffffff;
}

.checkout-coupon-message-layout .checkout-coupon-panel,
.checkout-coupon-message-layout .checkout-message-panel {
    background-color: #f5f5f5;
    border-radius: 3px;
}

#product-nostock-details {
    background-color: #3d8cc1;
    color: #ffffff;
}

    #product-nostock-details p, #product-nostock-details a, #product-nostock-details p strong {
        color: #ffffff;
    }

#coupon-enter-div .btn-xs {
    line-height: 1.5;
    background-color: #414042;
    border-color: #414042;
}

#header .logo-container {
    padding-top: 0;
}

    #header .logo-container img {
        margin: auto;
        width: 100% !important;
    }

#header.sticky .header-first-row {
    background: #fff;
}

.home-product-list h4 a {
    color: #373737;
}

@media (min-width: 760px) {
    #cart-content.in-header .product {
        min-height: 60px;
    }
}

.gototoplist {
    background: #414042;
}

    .gototoplist:hover {
        background: #414042;
    }

/* Charity round-up*/
.round-up-container {
    padding: 5px;
    color: white;
    margin-bottom: 0.5rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.round-up-left {
    height: 53px;
}

    .round-up-left img {
        height: 53px;
    }

.round-up-middle {
    flex-grow: 3;
    color: white;
    padding: 0 11px;
    line-height: 15px;
}

.round-up-right {
    text-align: right;
    width: 70px;
    padding-right: 3px;
}

.round-up-price-tag {
    color: white;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 3px;
    margin-right: 3px;
}

.slick-header {
    margin-top: 8px;
    margin-bottom: 10px;
}

h2.small-font {
    font-size: 1.23em;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0.5rem;
    color: inherit;
}

    h2.small-font .toggle-element.open, .toggle-element:not(.collapsed) {
        color: #fff;
    }

h4 {
    font-size: 22px;
}

#stock-info img {
    vertical-align: middle;
    margin-top: -2px;
}

#stock-price-box {
    border-bottom: none;
    border-top: none;
}

.slick-header.line-after {
    text-align: center;
    border-bottom: none !important;
}

    .slick-header.line-after a {
        color: #373737;
        font-size: 26px;
    }

.promotion-element-heading {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    padding-top: 14px;
    padding-bottom: 8px;
    margin-top: 0;
}

#home .homepage-banner-navigation {
    margin-bottom: 14px;
}  

#toggle-cart-details-container,
#cart-header-to-checkout,
#search-facets .btn,
.coupon-container .toggle-element,
.checkout-message-container .toggle-element,
#coupon-enter-div .btn-xs {
    border-radius: 3px;
}

.menu-content #popular-links-container {
    background-color: #f5f5f5;
}

#main-menu .menu-content {
    padding-left: 4px;
}

#toplist.new-toplist-responsive > .header > a > h4 {
    text-align: center;
    border-bottom: none;
    margin-bottom: 4px;
}

.slide-wrapper .article-carousel-item:nth-last-child(n):before {
    border: none;
}

.home-product-list h4 {
    text-align: center;
}

.all-articles-button {
    display: block;
    margin: auto;
    background-color: #414042;
    width: 140px;
    height: 40px;
    font-size: 1.2em !important;
    cursor: pointer;
    color: white;
    margin-top: 20px !important;
    font-family: inherit;
    border: none;
    margin-bottom: 15px;
}




#info-bar {
    background-color: #414042;
    color: white;
    padding: 6px;
    font-size: 14px;
}

    #info-bar a {
        text-decoration: underline !important;
        position: relative;
        z-index: 10;
    }

        #info-bar a:hover {
            text-decoration: underline !important;
        }


#main-menu li {
    background-color: #f5f5f5;
}

@media (min-width: 1200px) {
    #main-menu {
        background-color: #f5f5f5;
    }
}

#brands-left {
    background-color: #f5f5f5;
}

#sidebar-categories {
    background-color: #f5f5f5;
}

    #sidebar-categories .lvl-1.sidebar-categories-go {
        border-left: 1px solid #000000;
    }

    #sidebar-categories .lvl-2:not(.sidebar-categories-go) {
        border-left: 1px solid #000000;
    }

    #sidebar-categories .lvl-1 {
        background-color: #414042;
        color: #fff;
    }

        #sidebar-categories .lvl-1.collapsed {
            background-color: #f5f5f5;
        }




#left-bottom-panel {
    background-color: #f5f5f5;
    padding-left: 10px;
    padding-top: 20px;
    padding-bottom: 10px;
}

#footer {
    padding-bottom: 15px;
}

.sticky.half #cart-header-container {
    margin-top: unset;
}

#search-container #search-form-button input {
    height: 38px;
}

#search-sort-dropdown {
    border: 1px solid #414042;
}

#search-facets .search-facets-title.btn {
    background-color: #414042;
    border-color: #414042;
}

#search-facets .facet-display-filter {
    background-color: #414042;
}

#product {
    background-color: #ffffff;
}

.product-block .name {
    font-weight: normal;
}

#cart-head, #cart-item-container, #cart-parent {
    background-color: #ffffff;
}

@media (max-width: 1199px) {


    #info-bar {
        margin-left: 5px;
        margin-right: 5px;
    }
}
.close-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    -webkit-mask: url('/content/images/Kryss_Svart.svg') no-repeat center;
    mask: url('/content/images/Kryss_Svart.svg') no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
}
@media (min-width: 1200px) {


    #info-bar {
        position: fixed;
        top: 100px;
        left: 0;
        right: 0;
        z-index: 998;
        padding-top: .5rem;
        padding-bottom: .5rem;
        min-height: auto;
    }



    .header-container {
        background-color: transparent !important;
    }

        .header-container.header-second-row {
            background-color: transparent;
            height: 20px;
        }

        .header-container .header-second-row-content {
            background-color: transparent;
        }

    #header {
        margin-left: auto;
        margin-right: auto;
        position: fixed;
        z-index: 999;
    }

    div#content {
        padding-top: 100px !important;
    }

        div#content.has-infobar {
            padding-top: 150px !important;
        }

    .header-container.header-first-row {
        background-color: #fff !important;
    }

    #toplinks a, #toplinks span {
        display: none !important;
    }

    #main-left {
        margin-top: 10px;
    }

    #toggle-cart-details-container {
        background-color: #ffffff;
        height: 40px;
        top: 0;
        right: 10px;
        position: absolute;
    }

    #toggle-cart-details-icon {
        max-height: 30px;
        max-width: 30px;
        min-height: 30px;
        min-width: 30px;
    }

    #toggle-cart-details {
        position: absolute;
        right: 100px;
        top: 10px;
        width: 300px;
    }

    #cart-header-to-checkout {
        position: absolute;
        top: 10px;
        right: 0;
        white-space: nowrap;
    }

    #cart {
        position: absolute;
        top: 16px;
        right: 0;
        width: 430px;
        height: 50px;
        z-index: 6;
        display: block;
    }

    #cart-header-container {
        margin-top: 5px;
        margin-right: 0;
        padding: 0;
        background-color: transparent;
        text-align: right;
    }

    #cart-quantity-full {
        text-align: end;
        padding-right: 60px;
    }

    #toggle-cart-details-container {
        display: flex;
        align-items: center;
        gap: 6px;
        width: auto;
        min-height: 40px;
        height: auto;
        padding: 2px 8px;
        overflow: visible;
    }

    #toggle-cart-details-icon {
        order: 2;
        flex: 0 0 30px;
        margin-top: 0;
        margin-left: 4px;
        transform: translateY(-2px);
    }

    #cart-quantity-full {
        order: 1;
        position: static;
        flex: 1 1 auto;
        min-width: 0;
        padding: 2px 0;
        line-height: 1.2;
        text-align: right;
        white-space: normal;
        overflow-wrap: anywhere;
    }

    #cart-header-to-checkout {
        min-height: 40px;
        height: auto;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        line-height: 1.2;
        white-space: normal;
        padding: 6px 12px;
    }

    #toggle-cart-details-container {
        padding: 2px 8px;
    }

    @media (min-width: 1240px) {
        #cart {
            right: calc((100vw - 1240px) / 2);
        }
    }

    #usps {
        top: 15px;
        left: 10px;
        right: unset;
        display: none !important;
    }

        #usps div {
            color: #000000;
        }

    #logo {
        bottom: 35px;
        left: 15px;
    }

        #logo img {
            width: 100%;
        }

    #popular-links-container .h4 {
        display: block;
    }

    #home {
        padding-right: 10px;
    }

    #search-container {
        left: 450px;
        right: unset;
        width: 400px;
        padding: 0px !important;
        top: -50px;
    }
}

#search-products.single-compact div.badges {
    display: none;
}

.track-event .vertical-line {
    background-color: #414042;
}

/* search-filters */
#search-facets .btn {
    background: #414042;
    color: white;
    border: 1px solid #414042;
}
    #search-facets .btn#clear-filter {
        color: black;
        background: transparent;
        border: 1px solid #414042;
    }

div.lvl-3 {
    margin-bottom: 0px !important;
}

.promotion-badge-text {
/*    border-radius: 0rem;*/
    font-size:13px;
    font-family: 'Roboto Slab', serif;
}

#cart-items-table, #cart-items-table #cart-head th {
    background-color: white;
}
#last-sold,
#toplist-desktop,
.product-block,
#left-bottom-panel,
#home-right-banners,
.bg-white,
.menu-content > .rx,
#promotion-search,
#promotion-search > div > p > strong > a img,
.search-top,
#promotion-search > div > p > img,
#cart-parent > tr,
.offer-container,
#round-up > .round-up-container,
#footer,
#shipping-error-message-div {
    border-radius: 5px !important;
}
#footer {
    box-shadow:none;
}
    #main-menu {
        border-radius: 5px 5px 0px 0px !important;
    }

#brands-left {
    border-radius: 0px 0px 5px 5px !important;
}

#cart-parent > tr > td:first-child {
    border-radius: 5px 0px 0px 5px !important;
}

#cart-parent > tr > td:last-child,
#home-email-form .input-group-addon > button {
    border-radius: 0px 5px 5px 0px !important;
}
#home-email-form .input-group-addon,
#main-menu {
    background-color: transparent;
}

@media (max-width: 576px) {
    #search-products.single-compact > .product-block-container .product-block {
        box-sizing: border-box;
        display: grid;
        grid-template-columns: minmax(0, 1fr) 112px;
        column-gap: 12px;
        row-gap: 8px;
        align-items: end;
        padding-right: 8px !important;
    }

    #search-products.single-compact > .product-block-container .article-wrapper {
        grid-column: 1;
        width: auto;
        max-width: 100%;
        min-width: 0;
    }

    #search-products.single-compact > .product-block-container .action.buy-button-wrapper {
        grid-column: 2;
        grid-row: 1;
        width: 112px;
        max-width: 112px;
        min-width: 112px;
        margin-top: 0;
        margin-left: auto;
        justify-self: end;
        align-self: end;
    }

    #search-products.single-compact > .product-block-container .buy-button-container,
    #search-products.single-compact > .product-block-container .buy-button-container.in-cart,
    #search-products.single-compact > .product-block-container .buy-button-container .purchase-button,
    #search-products.single-compact > .product-block-container .buy-button-container .purchase-button div,
    #search-products.single-compact > .product-block-container .buy-button-container .product-link-button {
        width: 112px !important;
        max-width: 112px !important;
        min-width: 112px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        box-sizing: border-box;
    }

    #search-products.single-compact > .product-block-container .buy-button-container.in-cart {
        display: grid;
        grid-template-columns: 28px minmax(0, 1fr) 28px;
        column-gap: 0;
    }

    #search-products.single-compact > .product-block-container .buy-button-container.in-cart .buy-button-reduce,
    #search-products.single-compact > .product-block-container .buy-button-container.in-cart .buy-button-add,
    #search-products.single-compact > .product-block-container .buy-button-container.in-cart .buy-number-display {
        width: auto !important;
        min-width: 0;
        margin-left: 0;
    }
}

@media (max-width: 400px) {
    #search-products.single-compact > .product-block-container .product-block {
        grid-template-columns: minmax(0, 1fr);
        column-gap: 0;
        row-gap: 8px;
        align-items: start;
    }

    #search-products.single-compact > .product-block-container .article-wrapper {
        grid-column: 1;
        width: auto;
        max-width: 100%;
        min-width: 0;
    }

    #search-products.single-compact > .product-block-container .action.buy-button-wrapper {
        grid-column: 1;
        margin-left: auto;
    }
}

@media (max-width: 576px) {
    #toplist-mobile .single-compact .product-block,
    #search-products.single-compact .toplist-list .product-block,
    #search-products[data-fixed-view-type="single-compact"] .toplist-list .product-block {
        box-sizing: border-box;
        padding-right: 6px !important;
    }

    #search-products.single-compact .toplist-list {
        margin-left: 0;
        margin-right: 0;
        padding-right: 0;
        overflow-x: hidden;
    }

    #search-products.single-compact .toplist-list .product-block-container,
    #search-products[data-fixed-view-type="single-compact"] .toplist-list .product-block-container {
        padding-left: 0;
        padding-right: 0;
    }

    #toplist-mobile .single-compact .product-block {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 112px;
        column-gap: 12px;
        row-gap: 8px;
        align-items: end;
        box-sizing: border-box;
        padding-right: 8px;
    }

    #toplist-mobile .single-compact .article-wrapper {
        grid-column: 1;
        width: auto;
        max-width: 100%;
        min-width: 0;
    }

    #toplist-mobile .single-compact .action.buy-button-wrapper {
        grid-column: 2;
        width: 112px;
        max-width: 112px;
        min-width: 112px;
        margin-top: 4px;
        margin-left: auto;
        justify-self: end;
        align-self: end;
    }

    #toplist-mobile .single-compact .buy-button-container,
    #toplist-mobile .single-compact .buy-button-container.in-cart,
    #toplist-mobile .single-compact .buy-button-container .purchase-button,
    #toplist-mobile .single-compact .buy-button-container .purchase-button div,
    #toplist-mobile .single-compact .buy-button-container .product-link-button {
        width: 112px !important;
        max-width: 112px !important;
        min-width: 112px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        border: 0;
        min-inline-size: 0;
        box-sizing: border-box;
    }

    #toplist-mobile .single-compact .buy-button-container.in-cart {
        display: grid;
        grid-template-columns: 28px minmax(0, 1fr) 28px;
        column-gap: 0;
    }

    #toplist-mobile .single-compact .buy-button-container.in-cart .buy-button-reduce,
    #toplist-mobile .single-compact .buy-button-container.in-cart .buy-button-add,
    #toplist-mobile .single-compact .buy-button-container.in-cart .buy-number-display {
        width: auto !important;
        min-width: 0;
        margin-left: 0;
    }

    #search-products.single-compact .toplist-list .product-block,
    #search-products[data-fixed-view-type="single-compact"] .toplist-list .product-block {
        display: grid;
        grid-template-columns: 20px minmax(0, 1fr) 112px;
        column-gap: 12px;
        row-gap: 8px;
        align-items: end;
        box-sizing: border-box;
        padding-right: 8px;
    }

    #search-products.single-compact .toplist-list .product-block .count-container,
    #search-products[data-fixed-view-type="single-compact"] .toplist-list .product-block .count-container {
        width: 20px;
        min-width: 20px;
        justify-content: flex-start;
    }

    #search-products.single-compact .toplist-list .article-wrapper,
    #search-products[data-fixed-view-type="single-compact"] .toplist-list .article-wrapper {
        grid-column: 2;
        width: auto;
        max-width: 100%;
        min-width: 0;
    }

    #search-products.single-compact .toplist-list .action.buy-button-wrapper,
    #search-products[data-fixed-view-type="single-compact"] .toplist-list .action.buy-button-wrapper {
        grid-column: 3;
        grid-row: 1;
        width: 112px;
        max-width: 112px;
        min-width: 112px;
        margin-top: 0;
        margin-left: auto;
        justify-self: end;
        align-self: end;
    }

    #search-products.single-compact .toplist-list .buy-button-container,
    #search-products.single-compact .toplist-list .buy-button-container.in-cart,
    #search-products.single-compact .toplist-list .buy-button-container .purchase-button,
    #search-products.single-compact .toplist-list .buy-button-container .purchase-button div,
    #search-products.single-compact .toplist-list .buy-button-container .product-link-button,
    #search-products[data-fixed-view-type="single-compact"] .toplist-list .buy-button-container,
    #search-products[data-fixed-view-type="single-compact"] .toplist-list .buy-button-container.in-cart,
    #search-products[data-fixed-view-type="single-compact"] .toplist-list .buy-button-container .purchase-button,
    #search-products[data-fixed-view-type="single-compact"] .toplist-list .buy-button-container .purchase-button div,
    #search-products[data-fixed-view-type="single-compact"] .toplist-list .buy-button-container .product-link-button {
        width: 112px !important;
        max-width: 112px !important;
        min-width: 112px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        border: 0;
        min-inline-size: 0;
        box-sizing: border-box;
    }

    #search-products.single-compact .toplist-list .buy-button-container.in-cart,
    #search-products[data-fixed-view-type="single-compact"] .toplist-list .buy-button-container.in-cart {
        display: grid;
        grid-template-columns: 28px minmax(0, 1fr) 28px;
        column-gap: 0;
    }

    #search-products.single-compact .toplist-list .buy-button-container.in-cart .buy-button-reduce,
    #search-products.single-compact .toplist-list .buy-button-container.in-cart .buy-button-add,
    #search-products.single-compact .toplist-list .buy-button-container.in-cart .buy-number-display,
    #search-products[data-fixed-view-type="single-compact"] .toplist-list .buy-button-container.in-cart .buy-button-reduce,
    #search-products[data-fixed-view-type="single-compact"] .toplist-list .buy-button-container.in-cart .buy-button-add,
    #search-products[data-fixed-view-type="single-compact"] .toplist-list .buy-button-container.in-cart .buy-number-display {
        width: auto !important;
        min-width: 0;
        margin-left: 0;
    }
}

@media (max-width: 360px) {
    #search-products.single .product-block-container,
    #search-products.single .product-block,
    #search-products.single .white-out-container {
        height: auto;
        min-height: 0;
    }

    #search-products.single .product-block {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        row-gap: 8px;
        align-items: start;
        box-sizing: border-box;
        padding-right: 6px !important;
    }

    #search-products.single .article-wrapper {
        width: auto;
        max-width: 100%;
        min-width: 0;
        display: grid;
        grid-template-columns: 60px minmax(0, 1fr);
        column-gap: 10px;
        align-items: start;
    }

    #search-products.single .product-block .image {
        position: static;
        left: auto;
        top: auto;
        width: 60px;
        max-width: 60px;
        min-height: 60px;
        height: auto;
        display: flex;
        align-items: center;
    }

    #search-products.single .product-block .image img {
        width: 60px;
        height: 50px;
        margin: 0;
    }

    #search-products.single .article-text-container {
        width: auto;
        max-width: 100%;
        min-width: 0;
        display: flex;
        flex-direction: column;
    }

    #search-products.single .action.buy-button-wrapper {
        grid-column: 1;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        margin-top: 0;
        margin-left: 0;
        justify-self: stretch;
        align-self: end;
    }

    #search-products.single .buy-button-container,
    #search-products.single .buy-button-container.in-cart,
    #search-products.single .buy-button-container .purchase-button,
    #search-products.single .buy-button-container .purchase-button div,
    #search-products.single .buy-button-container .product-link-button {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #toplist-mobile .single-compact .product-block {
        grid-template-columns: minmax(0, 1fr);
        column-gap: 0;
        row-gap: 8px;
        align-items: start;
    }

    #toplist-mobile .single-compact .article-wrapper {
        grid-column: 1;
        width: auto;
        max-width: 100%;
        min-width: 0;
    }

    #toplist-mobile .single-compact .action.buy-button-wrapper {
        grid-column: 1;
        margin-top: 0;
        margin-left: 70px;
        justify-self: start;
        align-self: end;
    }

    #search-products.single-compact .product-block {
        grid-template-columns: minmax(0, 1fr);
        column-gap: 0;
        row-gap: 8px;
        align-items: start;
        padding-right: 6px !important;
    }

    #search-products.single-compact .article-wrapper {
        grid-column: 1;
        width: auto;
        max-width: 100%;
        min-width: 0;
    }

    #search-products.single-compact .action.buy-button-wrapper {
        grid-column: 1;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        margin-top: 0;
        margin-left: 0;
        justify-self: stretch;
        align-self: end;
    }

    #search-products.single-compact .buy-button-container,
    #search-products.single-compact .buy-button-container.in-cart,
    #search-products.single-compact .buy-button-container .purchase-button,
    #search-products.single-compact .buy-button-container .purchase-button div,
    #search-products.single-compact .buy-button-container .product-link-button {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media (max-width: 576px) {
    #search-products.single-compact .article-list-responsive:not(.toplist-list) .product-block {
        box-sizing: border-box;
        display: grid;
        grid-template-columns: minmax(0, 1fr) 112px;
        column-gap: 12px;
        row-gap: 8px;
        align-items: end;
        padding-right: 8px !important;
    }

    #search-products.single-compact .article-list-responsive:not(.toplist-list) .article-wrapper {
        grid-column: 1;
        width: auto;
        max-width: 100%;
        min-width: 0;
    }

    #search-products.single-compact .article-list-responsive:not(.toplist-list) .action.buy-button-wrapper {
        grid-column: 2;
        grid-row: 1;
        width: 112px;
        max-width: 112px;
        min-width: 112px;
        margin-top: 0;
        margin-left: auto;
        justify-self: end;
        align-self: end;
    }

    #search-products.single-compact .article-list-responsive:not(.toplist-list) .buy-button-container,
    #search-products.single-compact .article-list-responsive:not(.toplist-list) .buy-button-container.in-cart,
    #search-products.single-compact .article-list-responsive:not(.toplist-list) .buy-button-container .purchase-button,
    #search-products.single-compact .article-list-responsive:not(.toplist-list) .buy-button-container .purchase-button div,
    #search-products.single-compact .article-list-responsive:not(.toplist-list) .buy-button-container .product-link-button {
        width: 112px !important;
        max-width: 112px !important;
        min-width: 112px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        box-sizing: border-box;
    }

    #search-products.single-compact .article-list-responsive:not(.toplist-list) .buy-button-container.in-cart {
        display: grid;
        grid-template-columns: 28px minmax(0, 1fr) 28px;
        column-gap: 0;
    }

    #search-products.single-compact .article-list-responsive:not(.toplist-list) .buy-button-container.in-cart .buy-button-reduce,
    #search-products.single-compact .article-list-responsive:not(.toplist-list) .buy-button-container.in-cart .buy-button-add,
    #search-products.single-compact .article-list-responsive:not(.toplist-list) .buy-button-container.in-cart .buy-number-display {
        width: auto !important;
        min-width: 0;
        margin-left: 0;
    }
}

@media (max-width: 380px) {
    #search-products.single-compact .article-list-responsive:not(.toplist-list) .product-block {
        grid-template-columns: minmax(0, 1fr);
        column-gap: 0;
        row-gap: 8px;
        align-items: start;
    }

    #search-products.single-compact .article-list-responsive:not(.toplist-list) .article-wrapper {
        grid-column: 1;
        width: auto;
        max-width: 100%;
        min-width: 0;
    }

    #search-products.single-compact .article-list-responsive:not(.toplist-list) .action.buy-button-wrapper {
        grid-column: 1;
        grid-row: auto;
        margin-top: 4px;
        margin-left: 70px;
        justify-self: start;
        align-self: start;
    }
}

@media (max-width: 400px) {
    #search-products.single-compact .toplist-list .product-block,
    #search-products[data-fixed-view-type="single-compact"] .toplist-list .product-block {
        grid-template-columns: 20px minmax(0, 1fr);
        column-gap: 8px;
        align-items: start;
    }

    #search-products.single-compact .toplist-list .action.buy-button-wrapper,
    #search-products[data-fixed-view-type="single-compact"] .toplist-list .action.buy-button-wrapper {
        grid-column: 2;
        grid-row: auto;
        margin-top: 4px;
        margin-left: 70px;
        justify-self: start;
        align-self: start;
    }
}

.buy-button-container .buy-number-display {
    background-color: #008a3f;
}

.buy-button-container.buy-button-ignore .purchase-button div {
    background-color: #336735 !important;
}

.old-buy-button-container {
    display: inline-block;
    float: right;
}

.buy-button-container .buy-button-add {
    background-color: #414042;
    border-radius: 0 3px 3px 0;
}

.buy-button-container .buy-button-reduce {
    background-color: #414042;
    border-radius: 3px 0 0 3px;
}

.buy-button-container .purchase-button,
.buy-button-container .purchase-button div,
.buy-button-container .product-link-button {
    background-color: #414042;
    border-radius: 3px !important;
    overflow: hidden;
}


.buy-button-container .buy-number-display {
    background-color: #737373;
    color: white;
    border-radius: 0;
}

.products5 li:not(.separator):before{
    border:none;
}


/* Sajtfärger på menyn */
#main-menu .menu-top,
#main-menu .menu-end {
    background-color: #336735;
}

#sidebar-categories .lvl-1 {
    background-color: #414042;
    color: white;
}

#toggle-cart-details-container {
    background-color: #ffffff;
    border: none;
}

.sidebar-category-header.lvl-2 {
    color: #336735;
}

#sidebar-categories .lvl-2:first-child:not(.sidebar-category-header) {
    border-left: 1px solid #336735;
}

.sidebar-category-header.lvl-2:not(.collapsed):after {
    color: #336735;
}

#sidebar-categories .lvl-3 {
    border-left: 1px solid #336735;
}
/**/
.navbar-toggle {
    color: #414042;
}
    .navbar-toggle .icon-bar {
        background-color: #414042;
    }
#search-form-input {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: none;
}
.header-container {
    background-color: #fff;
}
#main-menu .menu-top, #main-menu .menu-end {
    background-color: #414042
}
#suggest-container {
    display: none;
    background-color: #F7F7F7;
    max-height: 600px;
    overflow-y: auto;
}

    #suggest-container .suggest-article-hit {
        padding: 5px;
        background-color: #FFFFFF;
        margin-bottom: 1px;
        border-radius: 0;
    }

    #suggest-container .suggest-article-image {
        width: 78px;
        height: 78px;
        max-width: 78px;
        max-height: 78px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        #suggest-container .suggest-article-image img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

    #suggest-container .suggest-price {
        font-weight: bold;
        font-size: 16px;
        color: #2F2423;
        line-height: 1.2;
    }

        #suggest-container .suggest-price.campaign-price {
                color: #EB0000;
        }

    #suggest-container .suggest-store-price {
        text-decoration: line-through;
        color: #626262;
        font-size: 11px;
        line-height: 1;
        display: inline-block;
        vertical-align: baseline;
        margin-left: 8px;
    }

    #suggest-container .suggest-price-section {
        display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        gap: 0;
    }

    @media (max-width: 480px) {
        #suggest-container .suggest-price-section {
            flex-direction: column;
            align-items: flex-start;
            gap: 4px;
        }

        #suggest-container .suggest-store-price {
            margin-left: 0;
        }
    }

    #suggest-container .suggest-badge {
        display: inline-block;
        padding: 2px 5px;
        margin: 0 3px;
        font-size: 9px;
        font-weight: 700;
        border-radius: 0;
        text-transform: uppercase;
        letter-spacing: 0.2px;
        vertical-align: middle;
    }

        #suggest-container .suggest-badge.campaign {
                background-color: #414042;
            color: white;
        }

    #suggest-container .suggest-category-hit,
    #suggest-container .suggest-brand-hit {
        padding: 8px 12px 8px 12px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: #FFFFFF;
        margin-bottom: 2px;
        border-radius: 0;
    }

    #suggest-container .suggest-category-hit .suggest-arrow,
    #suggest-container .suggest-brand-hit .suggest-arrow {
        transition: transform 150ms ease-in;
        transform: translateX(0);
    }

    #suggest-container .suggest-category-hit:hover .suggest-arrow,
    #suggest-container .suggest-brand-hit:hover .suggest-arrow {
        transform: translateX(4px);
    }

    #suggest-container .suggest-category-hit:hover .suggest-category-name,
    #suggest-container .suggest-brand-hit:hover .suggest-brand-name {
        text-decoration: underline !important;
    }

    #suggest-container .suggest-category-name,
    #suggest-container .suggest-brand-name {
        color: #2F2423;
        font-size: 14px;
        overflow-wrap: break-word;
        word-break: break-word;
        flex: 1;
        margin-right: 8px;
    }

    #suggest-container .suggest-arrow {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    #suggest-container .suggest-arrow .suggest-arrow-icon {
        width: 24px;
        height: 24px;
        filter: brightness(0) saturate(100%);
    }

#suggest-container .suggest-article-image .badges {
    position: absolute;
    top: 0;
    right: 5px;
    z-index: 10;
    pointer-events: none;
    text-align: right;
}

    #suggest-container .suggest-article-image .badges img {
        width: auto;
        height: auto;
        max-width: 35px;
        max-height: 35px;
    }

    #suggest-container .suggest-article-image .badges .promotion-badge-text {
        font-size: 0.5rem;
        padding: 0.12rem 0.3rem;
/*        border-radius: 0rem;*/
    }

#suggest-container .buy-button-container {
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
}

    #suggest-container .buy-button-container .hidden {
        display: none !important;
    }

    #suggest-container .purchase-button,
    #suggest-container .product-link-button {
        width: 120px !important;
        min-width: 120px !important;
        max-width: 120px !important;
        height: 35px !important;
        padding: 8px 4px !important;
        font-size: 15.6px !important;
        display: flex !important;
        align-items: center;
        justify-content: center;
        text-align: center;
        background-color: #414042 !important;
        color: white !important;
        border-radius: 0;
        border: none;
        line-height: 1.2;
    }

    #suggest-container .product-link-button {
    }

        #suggest-container .purchase-button {
            text-decoration: none !important;
        }

        #suggest-container .buy-button {
            width: 31px !important;
            height: 35px !important;
            min-width: 31px !important;
            max-width: 31px !important;
        }

    #suggest-container .buy-number-display {
        width: 58px !important;
        height: 35px !important;
        min-width: 58px !important;
        max-width: 58px !important;
        font-size: 15.6px !important;
    }

        #suggest-container .buy-number-display input {
            font-size: 12px !important;
            height: 35px !important;
            padding: 0 2px !important;
            font-size: 15.6px !important;
        }

        @media (min-width: 768px) and (max-width: 1024px) {
            #suggest-container .purchase-button,
            #suggest-container .product-link-button {
                width: 120px !important;
                min-width: 120px !important;
                max-width: 120px !important;
                height: 40px !important;
                padding: 10px 8px 8px !important;
                font-size: 15.6px !important;
                display: flex !important;
                align-items: center;
                justify-content: center;
                text-align: center;
                background-color: #414042 !important;
                color: white !important;
                border-radius: 0;
                border: none;
                line-height: 1.2;
            }

            #suggest-container .product-link-button {
            }

            #suggest-container .purchase-button {
                text-decoration: none !important;
            }

            #suggest-container .buy-button {
                width: 31px !important;
                height: 40px !important;
                min-width: 31px !important;
                max-width: 31px !important;
            }

            #suggest-container .buy-number-display {
                width: 58px !important;
                height: 40px !important;
                min-width: 58px !important;
                max-width: 58px !important;
                font-size: 15.6px !important;
            }

                #suggest-container .buy-number-display input {
                    font-size: 14px !important;
                    height: 40px !important;
                    font-size: 15.6px !important;
                }
        }
        /* Mobile: Reorder promotions below products */
        @media (max-width: 767px) {
            #suggest-container .row {
                display: flex;
                flex-direction: column;
            }

            #suggest-container .col-8,
            #suggest-container .col-4 {
                width: 100% !important;
                max-width: 100% !important;
                padding: 5px !important;
            }

            #suggest-container .col-4 {
                display: contents;
            }

            #suggest-container .suggest-categories-brands-wrapper {
                order: 1;
                width: 100% !important;
                max-width: 100% !important;
                padding: 5px !important;
                background-color: transparent !important;
            }

            #suggest-container .col-8 {
                order: 2;
            }

            #suggest-container .suggest-promotions-wrapper {
                order: 3;
                width: 100% !important;
                max-width: 100% !important;
                padding: 5px !important;
            }

            #suggest-container .purchase-button,
            #suggest-container .product-link-button {
                width: 120px !important;
                min-width: 120px !important;
                max-width: 120px !important;
                height: 44px !important;
                padding: 12px 8px !important;
                font-size: 15.6px !important;
                display: flex !important;
                align-items: center;
                justify-content: center;
                text-align: center;
                background-color: #414042 !important;
                color: white !important;
                border-radius: 0;
                border: none;
                line-height: 1.2;
            }

            #suggest-container .product-link-button {
            }

            #suggest-container .purchase-button {
                text-decoration: none !important;
            }

            #suggest-container .buy-button {
                color: white;
                width: 31px !important;
                height: 44px !important;
                min-width: 31px !important;
                max-width: 31px !important;
            }

            #suggest-container .buy-number-display {
                width: 58px !important;
                height: 44px !important;
                min-width: 58px !important;
                max-width: 58px !important;
                font-size: 15.6px !important;
            }

                #suggest-container .buy-number-display input {
                    font-size: 15px !important;
                    height: 44px !important;
                    font-size: 15.6px !important;
                }
        }

        #suggest-container .suggest-search-all {
            padding: 8px 12px 8px 12px;
            background-color: #FFFFFF;
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-top: 8px;
            margin-bottom: 8px;
            margin-left: -6px;
            margin-right: -6px;
            border-radius: 0;
        }

            #suggest-container .suggest-search-all .suggest-arrow {
                transition: transform 150ms ease-in;
                transform: translateX(0);
            }

            #suggest-container .suggest-search-all:hover .suggest-arrow {
                transform: translateX(4px);
            }

            #suggest-container .suggest-search-all a {
                text-decoration: none;
                display: flex;
                align-items: center;
                gap: 8px;
                flex-grow: 1;
            }

                #suggest-container .suggest-search-all a > img {
                    width: 24px;
                    height: 24px;
                }

                #suggest-container .suggest-search-all a > div {
                    font-size: 16px;
                    font-weight: 500;
                    color: #2F2423;
                    line-height: 1.2;
                }

            #suggest-container .suggest-search-all .suggest-search-all-count {
                font-size: 12px;
                font-weight: 500;
            }

        #suggest-container .suggest-section-title {
            font-size: 24px;
            font-weight: 500;
            color: #2F2423;
            background-color: #FFFFFF;
            padding-top: 10px;
            padding-bottom: 8px;
            padding-left: 8px;
            padding-right: 8px;
            margin: 0 0 2px 0;
            text-transform: none;
            letter-spacing: 0;
            border-radius: 0;
        }

            #suggest-container .suggest-section-title:first-child {
                padding-top: 10px;
            }

        .search-pill {
            background-color: #DCD6CD;
            text-align: center;
            border-radius: 0;
            padding: 4px 8px;
            margin-right: 12px;
        }

        .cursor-pointer {
            cursor: pointer;
        }
        /* SKU Limit Overlay */
        .suggest-article-hit {
            position: relative;
        }

            .suggest-article-hit .white-out-content {
                background: rgba(255, 255, 255, 0.95);
                border-radius: 0;
                padding: 15px;
            }

        .flex-grow-1 {
            flex-grow: 1;
        }

        .flex-shrink-0 {
            flex-shrink: 0;
        }

        .search-term {
            color: #414042;
        }

        .suggest-image-container {
            padding: 6px;
            width: 104px;
            flex-shrink: 0;
            position: relative;
        }

        .suggest-product-details {
            padding: 5px 2px 5px 0;
            flex-grow: 1;
            display: flex;
            flex-direction: column;
        }

        .suggest-product-name {
            font-size: 16px;
            font-weight: 500;
            color: #575757;
        }

        .suggest-drug-label {
            font-size: 10px;
            line-height: 1.2;
            color: #2F2423;
            margin-bottom: 2px;
        }

        .suggest-button-wrapper {
            padding: 0;
            flex-shrink: 0;
        align-self: center;
            padding: 5px;
        }

        .suggest-rx-header {
            font-weight: 600;
            font-size: 13px;
            color: #666;
        }

        #suggest-container .suggest-product-details {
            min-width: 0;
        }

            #suggest-container .suggest-product-details > a {
                display: block;
                min-height: 48px;
            }

            #suggest-container .suggest-product-details > div:last-child {
                margin-top: auto;
            }

        #suggest-container .suggest-article-hit:hover .suggest-product-name {
            text-decoration: underline !important;
        }

        #suggest-container .suggest-product-name {
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            line-clamp: 2;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            overflow-wrap: break-word;
            word-break: normal;
            line-height: 1.2;
            max-height: 2.4em;
        }

        #suggest-container .suggest-button-wrapper {
            margin-left: 6px;
            margin-bottom: 4px;
        }

        #suggest-container .suggest-price {
            font-size: 16px;
            font-weight: 500;
        }

        #search-form-input::-webkit-search-cancel-button {
            -webkit-appearance: none;
            appearance: none;
            width: 24px;
            height: 24px;
            background-color: #414042;
            -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"/></svg>');
            mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"/></svg>');
            -webkit-mask-size: contain;
            mask-size: contain;
            -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
            -webkit-mask-position: center;
            mask-position: center;
            cursor: pointer;
        }

        @media (min-width: 1200px) {
            #suggest-container {
                width: 724px !important;
            }

                #suggest-container .col-8 {
                    flex: 0 0 61%;
                    max-width: 61%;
                }

                #suggest-container .col-4 {
                    flex: 0 0 39%;
                    max-width: 39%;
                }
        }

        .suggest-article-hit .white-out-content {
            font-size: 13px;
            line-height: 1.35;
        }

            .suggest-article-hit .white-out-content a {
                font-size: 13px;
                line-height: 1.35;
            }

