/* Minification failed. Returning unminified contents.
(51,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(52,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(53,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(54,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(55,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(321,28): run-time error CSS1039: Token not allowed after unary operator: '-color-4'
(931,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(932,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(933,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(934,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(935,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1112,28): run-time error CSS1039: Token not allowed after unary operator: '-color-4'
 */
@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto/Roboto-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto/Roboto-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto/Roboto-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto/Roboto-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}



:root {
    --color-1: #16542d; /* Mörkgrön */
    --color-2: #abc3ac; /* LjusGrön */
    --color-3: #e85626; /* Orange    */
    --color-4: #303030; /* Mörkgrå    */
    --color-5: #eaeaea; /* Ljusgrå    */
}

body, p, div, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Roboto', sans-serif;
    color: #303030;
}

body {
    background-color: #f7f7f7;
}



h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: bold;
}




.header-new-toplist-responsive {
    font-weight: bold !important;
}

.toplist-content p {
    font-weight: bold;
}

#popular-links-container h2 {
    font-size: 17px;
    font-weight: 600;
}

#last-sold-heading {
    font-size: 13px;
    font-weight: 600;
}

.menu-content {
    font-weight: normal;
}

.category-container .lvl-2, .category-container .lvl-3, sidebar-categories-go, sidebar-categories-go.lvl-2 {
    background-color: #fafafa !important;
}
#sidebar-categories .lvl-1.sidebar-categories-go {
    background-color: #fafafa !important;
}

#sidebar-categories .lvl-1.sidebar-categories-go {
    border-left: 1px solid #15542f;
}

#sidebar-categories .lvl-2:not(.sidebar-categories-go) {
    border-left: 1px solid #15542f;
}

.sidebar-category-header.lvl-2.selected:not(.collapsed) a {
    font-weight: 700;
}

#sidebar-categories .category-container {
    padding-top: 0px;
    padding-bottom: 0px;
}

#page {
    background-color: #ffffff;
    padding: 10px 10px;
    display: inline-block;
    margin: 0px;
}

.lvl-1 span {
    font-weight: bold;
}

.lvl-1 a {
    font-weight: normal;
}

.lvl-2 a {
    font-weight: normal;
}

.lvl-2.bld a {
    font-weight: 700;
}

.lvl-3 a {
    font-weight: normal;
}

.lvl-3.bld a {
    font-weight: 700;
}

.lvl-4 a {
    font-weight: normal;
}

.lvl-4.bld a {
    font-weight: 700;
}

a {
    color: #337ab7;
}

.header-container {
    background-color: #16542d;
    border-color: #16542d;
}

.btn-success {
    background-color: #e85626;
    border-color: #e85626;
    font-weight: bold;
}

    .btn-success.btn-getreturnlabel {
        background-color: #e76a41;
        border-color: #e76a41;
    }

    .btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
        background-color: #e85626;
        border-color: #e85626;
        color: white;
    }

#checkout-form .btn-success {
    background-color: #15542f;
    border-color: #15542f;
}

    #checkout-form .btn-success:hover {
        background-color: #2c6f48;
        border-color: #2c6f48;
    }

.btn-success.gototoplist {
    background-color: #15542f;
    border-color: #15542f;
}

.offer-item .btn {
    background-color: #e85626 !important;
    border-color: #e85626 !important;
}

    .offer-item .btn:hover {
        background-color: #e76a41;
        border-color: #e76a41;
    }

#product-subscription {
    background-color: #abc3ac;
    border-color: #abc3ac;
    font-weight: bold;
    height: 100%;
}

    #product-subscription:hover {
        background-color: #98b69d;
        border-color: #98b69d;
    }

#product .back {
    stroke: #15542f;
}

#news-subscribe .btn-success {
    background-color: #15542f;
    border-color: #15542f;
}

    #news-subscribe .btn-success:hover {
        background-color: #2c6f48;
        border-color: #2c6f48;
    }

#home-email-form .btn-success {
    background-color: #abc3ac;
    border-color: #abc3ac;
}

    #home-email-form .btn-success:hover {
        background-color: #98b69d;
        border-color: #98b69d;
    }

.btn-xs, .btn-group-xs > .btn {
    border-radius: 1px;
}

#search-form-button .btn {
    background-color: #abc3ac;
    border-color: #abc3ac;
}

#product-nostock-subscription {
    background-color: #9d9735;
    border-color: #9d9735;
}

#product-nostock-subscription, #product-add-to-cart, #product-add-bundle-to-cart {
    width: 100%;
}
#search-facets .search-facets-title.facet-heading {
    background-color: #abc3ac;
    border-color: #abc3ac;
    color: #ffffff;
}



#search-facets .title-text {
    color: #ffffff;
}

#search-facets .search-facets-title.btn {
    background-color: #abc3ac;
    color: #ffffff;
}
#search-facets .facet-link .btn {
    background-color: #ffffff;
    color: #000000;
}

    #search-facets .btn.active {
        background-color: #abc3ac;
        color: #ffffff;
        border: 1px solid #16542d;
    }

#search-facets .search-facet-label.btn {
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #ccc;
}

    #search-facets .search-facet-label.btn.active {
        background-color: #abc3ac;
        color: #ffffff;
        border: 1px solid #16542d;
    }

.facet-display-filter {
    background-color: unset;
}

#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-sort-dropdown {
    border: 1px solid var(--color-4);
}

#toggle-cart-details-icon {
    min-width: 28px;
    min-height: 35px;
    max-width: 28px;
    max-height: 35px;
    margin-top: 0px;
    background: url('/content/images/9/cart.png') no-repeat 0 0 / contain;
    background-image: url('/content/images/9/cart.svg');
    line-height: 44px;
    font-size: 17px;
}


#price-comparison-links-title {
    text-align: center;
    margin-top: 20px;
}

.price-comparison-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .price-comparison-link img {
        width: auto;
    }

    .price-comparison-link div {
        line-height: 14px;
        width: 90px;
        padding-left: 10px;
        color: #08C;
    }

#stock-price-box .price {
    font-family: 'Roboto', sans-serif;
    color: #000000;
}
#stock-price-box .price.campaign {
    color: #ff0000;
}

#cart-quantity {
    position: initial;
    padding: 0;
    border: none;
    border-radius: initial;
    background: none;
    display: block;
}

    #cart-quantity.empty {
        background-color: transparent;
    }

#cart-content.in-header {
    color: #000;
}

.product-block .is-med-div {
    display: none;
}

.product-block .name-with-margin a {
    height: 50px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.product-block .action {
    text-align: center;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.list-add, .list-add-nobuy {
    min-width: unset;
}

.list-add.btn, .list-add-nobuy.btn
{
    font-size: 14px;
    padding: 6px;
}
.list-add.btn, .list-add-nobuy.btn
{
    font-size: 14px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 6px;
    padding-right: 6px;
    min-width: 60px;
    width: 100%;
}

.product-block .price-tag-flat.price-tag {
    display: none;
}

.product-block .price-box .store-price {
    font-weight: normal;
    text-decoration: unset;
}

#stock-price-box .before-price {
    text-decoration: unset;
}

.product-block .name {
    height: 70px;
    font-weight: normal;
}
/*.article-list-responsive .product-block-container {
    border-left: 1px solid #e0e0e0;
}


.article-list-responsive .product-block-container.art-col-6:nth-child(6n+1) {
    border-left: none;
}
.article-list-responsive .product-block-container.art-col-5:nth-child(5n+1) {
    border-left: none;
}
.article-list-responsive .product-block-container.art-col-4:nth-child(4n+1) {
    border-left: none;
}
.article-list-responsive .product-block-container.art-col-3:nth-child(3n+1) {
    border-left: none;
}
.article-list-responsive .product-block-container.art-col-2:nth-child(2n+1) {
    border-left: none;
}
.article-list-responsive .product-block-container.art-col-1 {
    border-left: none;
}
*/

.description-expand svg, .description-collapse svg {
    stroke: #555;
}

.product-block div.price-tag {
    position: absolute;
    top: 150px;
    left: 10px;
    right: 10px;
    display: block;
    text-align: center;
    color: #000000;
    font-size: 16px;
    font-weight: 700;
}

    .product-block div.price-tag a {
        color: #000000;
    }

    .product-block div.price-tag.campaign a {
        color: #ff0000;
    }
.single-compact .product-block div.price-tag {
    display: inline-block;
}

.single-compact .price-tag-flat.price-tag {
    display: none;
}

#responsive-teh div{
    color: #eeeeee;
}

#prisjakt-rating {
    margin-bottom: 10px;
}

.promotion-titel {
    color: #e85626;
}


@media(max-width: 576px) {
    .single-compact .buy-button-wrapper {
        bottom: 10px;
    }
}
    .bundle-group-item.not-available {
        display: flex;
    }

    .home-product-list .promotion-element-heading {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 26px;
        font-weight: 700;
    }

    .home-product-list .slick-header {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 26px;
    }


    .slick-dots li.slick-active button:before {
        color: #000;
        opacity: 0.8;
        content: '■';
        font-size: 17px;
    }

    .slick-dots li button:before {
        opacity: 0.8;
        content: '■';
        font-size: 17px;
        color: #B0B0B0;
    }

    .navigation-wrapper .dots .dot {
        border-radius: 0 !important;
    }

    .slick-dots li button:before {
        font-size: 17px;
    }

    .toggle-element {
        background-color: #15542f;
    }



    #toplist .symbol {
        display: none;
    }

    #toplist .position,
    #toplist .price {
        color: #333;
    }

    #toplist.new-toplist-responsive {
        background-color: #f7f7f7 !important;
    }

    .header-new-toplist-responsive {
        color: #000000;
        font-size: 26px;
    }

    #toplist .header {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 26px;
    }


    /*#info-bar {
    background-color: #c4131b;
    color: white;
}*/

    #product .back {
        color: #15542f;
    }

    #header.sticky #toggle-cart-details-container {
        padding: 2px 2px;
    }



    #header .logo-container img {
        margin: auto;
        width: 75%;
    }

    .home-product-list h2 a {
        color: #313131;
    }

    #last-sold-heading, #toplist-header, #toplist-header a {
        background-color: #15542f;
        color: #ffffff;
        padding: 8px 2px;
        text-align: center;
        margin-bottom: 10px
    }
    /*Responsive topplistan*/
    #toplist.new-toplist-responsive .price {
        color: #333333;
    }

        #toplist.new-toplist-responsive .price.store-price {
            color: #f00000
        }
    /*.panel:nth-child(2) span.hidden-sm.hidden-md.hidden-lg {
    font-weight: 600;
}*/

    .promotion-banner .price-container {
        color: #000 !important;
    }

        .promotion-banner .price-container .ordinary-price {
            font-weight: normal;
            font-size: 11px;
            color: #5b5b5b;
        }

    /* Charity round-up*/
    .round-up-container {
        padding: 5px;
        color: white;
        margin-bottom: 20px;
        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;
    }

    .promotion-article-title {
        color: #e85626;
    }

.single .product-block .image {
    line-height: normal;
}

#search-products.single .price-tag {
    height: 30px;
    width: auto;
    font-size: 15px;
    padding: 3px 6px;
    position: absolute;
    bottom: 7px;
    margin: 0px;
    top: auto;
}

    .single-compact .price-tag-flat.price-tag a {
        color: #333333;
    }

    .single-compact .price-tag-flat.price-tag.campaign a {
        color: #f00000;
    }

    .single-compact .product-block div.price-tag:not(.price-tag-flat) {
        display: none;
    }

    .all-articles-button {
        display: block;
        margin: auto;
        background-color: #e85626;
        width: 140px;
        height: 40px;
        font-size: 1.2em !important;
        font-family: 'Roboto', sans-serif;
        cursor: pointer;
        color: white;
        border: none;
        margin-bottom: 15px;
    }


    #footer {
        padding-bottom: 15px;
    }

    #checkout-offers .offer-item .offer-container {
        background-color: #ffffff;
        border: 1px solid silver;
    }

    #checkout-top .toggle-element {
        border: 1px solid #16542d;
    }

#checkout-top .coupon-container .toggle-element, #checkout-top .checkout-message-container .toggle-element {
    cursor: pointer;
    background-color: #ffffff;
    border: none;
}


    #info-bar {
        background-color: #abc3ac;
        color: black;
        font-weight: 700;
        font-size: 16px;
        margin-top: 0px;
        width: 100%;
    }

        #info-bar a {
            text-decoration: none;
        }

            #info-bar a:hover {
                text-decoration: underline;
            }


    #usps div:not(:first-child):before {
        content: "";
    }

    #toplinks {
        height: 45px;
        text-align: right;
        padding-top: 10px;
        width: 800px;
    }

        #toplinks a {
            color: #ffffff;
            font-weight: 700;
            font-family: 'Roboto', sans-serif;
            padding-right: 20px;
            letter-spacing: 0.1em;
        }


    #main-menu h4 {
        font-family: 'Roboto', sans-serif;
        font-weight: bold;
        font-size: 19px;
    }

    #popular-links-container .h4 {
        display: none;
    }

    #cart-quantity.d-xl-none {
        display: block !important;
    }

    #cart-header {
        background-color: #ffffff;
    }

    #cart-item-container {
        background-color: #ffffff;
    }

    #cart-parent {
        background-color: #ffffff;
    }

        #cart-parent .name a {
            color: #000000;
        }

    .bundle-item-name a {
        color: #000000;
    }

    @media (min-width: 1200px) {
        .header-container.header-second-row {
            background-color: #16542d;
        }

        .header-container .header-second-row-content {
            background-color: #16542d;
        }

        #header {
            background-color: #16542d;
        }

        #toggle-cart-details-container {
            background-color: unset;
            top: -3px;
        }

        #cart-quantity-full {
            display: none !important;
        }

        #usps {
            right: -7px;
        }

        #logo {
            bottom: 10px;
            left: 0px;
        }

        #popular-links-container .h4 {
            display: block;
        }

        #home {
            padding-right: 10px;
        }
    }

.track-event .vertical-line {
    background-color: #0f532a;
}

h2.small-font {
    font-size: 1.23em;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0.5rem;
    color: inherit;


}

/* search-filters */
.filter-buttons button.btn#clear-filter {
    border: 1px solid #16542d;
}
/*#9d9735*/

@font-face {
    font-family: 'Roboto condensed';
    src: url('/fonts/RobotoCondensed/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto condensed';
    src: url('/fonts/RobotoCondensed/Roboto-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto condensed';
    src: url('/fonts/RobotoCondensed/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto condensed';
    src: url('/fonts/RobotoCondensed/Roboto-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto condensed';
    src: url('/fonts/RobotoCondensed/Roboto-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto condensed';
    src: url('/fonts/RobotoCondensed/Roboto-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}


:root {
    --color-1: #16542d; /* Mörkgrön */
    --color-2: #abc3ac; /* LjusGrön */
    --color-3: #e85626; /* Orange    */
    --color-4: #303030; /* Mörkgrå    */
    --color-5: #eaeaea; /* Ljusgrå    */
}

body, p, div, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Roboto condensed', sans-serif;
    color: #303030;
}









a {
    color: #337ab7;
}

.header-container {
    background-color: #16542d;
    border-color: #16542d;
}

.btn-success {
    background-color: #9d9735;
    border-color: #9d9735;
    font-weight: bold;
}

    .btn-success.btn-getreturnlabel {
        background-color: #e76a41;
        border-color: #e76a41;
    }

    .btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
        background-color: #9d9735;
        border-color: #9d9735;
        color: white;
    }

#checkout-form .btn-success {
    background-color: #15542f;
    border-color: #15542f;
}

    #checkout-form .btn-success:hover {
        background-color: #2c6f48;
        border-color: #2c6f48;
    }
#checkout .btn {
    width: 100%;
}
.btn-success.gototoplist {
    background-color: #15542f;
    border-color: #15542f;
}

.offer-item .btn {
    background-color: #9d9735 !important;
    border-color: #9d9735 !important;
}

    .offer-item .btn:hover {
        background-color: #e76a41;
        border-color: #e76a41;
    }

#product-subscription {
    background-color: #9d9735;
    border-color: #9d9735;
    font-weight: bold;
    height: 100%;
}

    #product-subscription:hover {
        background-color: #98b69d;
        border-color: #98b69d;
    }


#news-subscribe .btn-success {
    background-color: #15542f;
    border-color: #15542f;
}

    #news-subscribe .btn-success:hover {
        background-color: #2c6f48;
        border-color: #2c6f48;
    }

#home-email-form .btn-success {
    background-color: #9d9735;
    border-color: #9d9735;
}

    #home-email-form .btn-success:hover {
        background-color: #98b69d;
        border-color: #98b69d;
    }

.btn-xs, .btn-group-xs > .btn {
    border-radius: 1px;
}

#search-form-button .btn {
    background-color: #9d9735;
    border-color: #9d9735;
}

#product-nostock-subscription {
    background-color: #9d9735;
    border-color: #9d9735;
}

#product-nostock-subscription, #product-add-to-cart, #product-add-bundle-to-cart {
    width: 100%;
}

#search-facets .search-facets-title.facet-heading {
    background-color: #9d9735;
    border-color: #9d9735;
    color: #ffffff;
}



#search-facets .title-text {
    color: #ffffff;
}

#search-facets .search-facets-title.btn {
    background-color: #9d9735;
    color: #ffffff;
}

#search-facets .facet-link .btn {
    background-color: #ffffff;
    color: #000000;
}

#search-facets .btn.active {
    background-color: #9d9735;
    color: #ffffff;
    border: 1px solid #16542d;
}

#search-facets .search-facet-label.btn {
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #16542d;
}

    #search-facets .search-facet-label.btn.active {
        background-color: #9d9735;
        color: #ffffff;
        border: 1px solid #16542d;
    }

.facet-display-filter {
    background-color: unset;
}

#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-sort-dropdown {
    border: 1px solid var(--color-4);
}

#toggle-cart-details-icon {
    min-width: 28px;
    min-height: 35px;
    max-width: 28px;
    max-height: 35px;
    margin-top: 0px;
    background: url('/content/images/9/cart.png') no-repeat 0 0 / contain;
    background-image: url('/content/images/9/cart.svg');
    line-height: 44px;
    font-size: 17px;
}


#price-comparison-links-title {
    text-align: center;
    margin-top: 20px;
}

.price-comparison-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .price-comparison-link img {
        width: auto;
    }

    .price-comparison-link div {
        line-height: 14px;
        width: 90px;
        padding-left: 10px;
        color: #08C;
    }

#stock-price-box .price {
    font-family: 'Roboto condensed', sans-serif;
    color: #000000;
}
    #stock-price-box .price.campaign {
        color: #ff0000;
    }

#cart-quantity {
    position: initial;
    padding: 0;
    border: none;
    border-radius: initial;
    background: none;
    display: block;
}

    #cart-quantity.empty {
        background-color: transparent;
    }

#cart-content.in-header {
    color: #000;
}

.product-block .is-med-div {
    display: none;
}

.product-block .action {
    text-align: end;
    margin-right: 10px;
}

.list-add, .list-add-nobuy {
    min-width: unset;
}

.product-block .price-tag-flat.price-tag {
    display: none;
}

/*.article-list-responsive .product-block-container {
    border-left: 1px solid #e0e0e0;
}


    .article-list-responsive .product-block-container.art-col-6:nth-child(6n+1) {
        border-left: none;
    }

    .article-list-responsive .product-block-container.art-col-5:nth-child(5n+1) {
        border-left: none;
    }

    .article-list-responsive .product-block-container.art-col-4:nth-child(4n+1) {
        border-left: none;
    }

    .article-list-responsive .product-block-container.art-col-3:nth-child(3n+1) {
        border-left: none;
    }

    .article-list-responsive .product-block-container.art-col-2:nth-child(2n+1) {
        border-left: none;
    }

    .article-list-responsive .product-block-container.art-col-1 {
        border-left: none;
    }
*/
.product-block div.price-tag {
    position: absolute;
    top: 150px;
    left: 10px;
    right: 10px;
    display: block;
    text-align: center;
    color: #000000;
    font-size: 16px;
    font-weight: 700;
}

    .product-block div.price-tag a {
        color: #000000;
    }
    .product-block div.price-tag.campaign a {
        color: #ff0000;
    }


.product-block .name {
    height: 70px;
}

.bundle-group-item.not-available {
    display: flex;
}

.home-product-list .slick-header {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: 0.8;
    content: '■';
    font-size: 17px;
}

.slick-dots li button:before {
    opacity: 0.8;
    content: '■';
    font-size: 17px;
    color: #B0B0B0;
}

.navigation-wrapper .dots .dot {
    border-radius: 0 !important;
}

.slick-dots li button:before {
    font-size: 17px;
}

.toggle-element {
    background-color: #15542f;
}


    #toplist .symbol {
        display: none;
    }

    #toplist .position,
    #toplist .price {
        color: #333;
    }

/*#info-bar {
    background-color: #c4131b;
    color: white;
}*/

#product .back {
    color: #15542f;
}

#header.sticky #toggle-cart-details-container {
    padding: 2px 2px;
}



#header .logo-container img {
    margin: auto;
    width: 75%;
}

.home-product-list h2 a {
    color: #313131;
}

#last-sold-heading, #toplist-header, #toplist-header a {
    background-color: #15542f;
    color: #ffffff;
    padding: 8px 2px;
    text-align: center;
    margin-bottom: 10px
}
/*Responsive topplistan*/
#toplist.new-toplist-responsive .price {
    color: #333333;
}

    #toplist.new-toplist-responsive .price.store-price {
        color: #f00000
    }
/*.panel:nth-child(2) span.hidden-sm.hidden-md.hidden-lg {
    font-weight: 600;
}*/

.promotion-banner .price-container {
    color: #000 !important;
}

    .promotion-banner .price-container .ordinary-price {
        font-weight: normal;
        font-size: 11px;
        color: #5b5b5b;
    }

/* Charity round-up*/
.round-up-container {
    padding: 5px;
    color: white;
    margin-bottom: 20px;
    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;
}

.promotion-article-title {
    color: #9d9735;
}


#search-products.single .price-tag {
    margin-left: 15%;
    height: auto;
    width: auto;
    font-size: 15px;
    padding: 3px 6px;
    position: absolute;
}

#search-products.single-compact .price-tag-flat.price-tag a {
    color: #333333;
}

#search-products.single-compact .price-tag-flat.price-tag.campaign a {
    color: #f00000;
}

#checkout-offers .offer-item .offer-container {
    background-color: #f7f7f7;
    border: 1px solid silver;
}

#footer-div {
    background-color: #16542d;
    border: none;
}

#footer {
    padding-bottom: 15px;
}

.all-articles-button {
    display: block;
    margin: auto;
    background-color: #9d9735;
    width: 140px;
    height: 40px;
    font-size: 1.2em !important;
    font-family: 'Roboto condensed', sans-serif;
    cursor: pointer;
    color: white;
    border: none;
    margin-bottom: 15px;
}


#info-bar {
    background-color: #9d9735;
    color: black;
    font-weight: 700;
    font-size: 16px;
    margin-top: 0px;
    width: 100%;
}

    #info-bar a {
        text-decoration: none;
    }

        #info-bar a:hover {
            text-decoration: underline;
        }


#usps div:not(:first-child):before {
    content: "";
}

#toplinks {
    height: 45px;
    text-align: right;
    padding-top: 10px;
    width: 800px;
}

    #toplinks a {
        color: #ffffff;
        font-weight: 700;
        font-family: 'Roboto condensed', sans-serif;
        padding-right: 20px;
        letter-spacing: 0.1em;
    }

#left-bottom-panel {
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
}

#footer-logos-new img {
    max-height: 40px;
    max-width: unset;
    padding: 0px;
}

#main-menu h4 {
    font-family: 'Roboto condensed', sans-serif;
    font-weight: bold;
    font-size: 19px;
}

#popular-links-container .h4 {
    display: none;
}

#cart-quantity.d-xl-none {
    display: block !important;
}

#cart-header {
    background-color: #ffffff;
}

#cart-item-container {
    background-color: #ffffff;
}

#cart-parent {
    background-color: #ffffff;
}

    #cart-parent .name a {
        color: #000000;
    }


.description-expand svg, .description-collapse svg {
    stroke: #000000;
}

@media (min-width: 1200px) {
    .header-container.header-second-row {
        background-color: #16542d;
    }

    .header-container .header-second-row-content {
        background-color: #16542d;
    }

    #header {
        background-color: #16542d;
    }

    #toggle-cart-details-container {
        background-color: unset;
        top: -3px;
    }

    #cart-quantity-full {
        display: none !important;
    }

    #usps {
        right: -7px;
    }

    #logo {
        bottom: 10px;
        left: 0px;
    }

    #popular-links-container .h4 {
        display: block;
    }

    #home {
        padding-right: 10px;
    }

    #checkout .btn {
        max-width: 240px;
        margin-left: auto;
        margin-right: auto;
    }
}


.track-event .vertical-line {
    background-color: #0f532a;
}
.buy-button-container .buy-number-display {
    background-color: #008a3f;
}

.buy-button-container .buy-button-reduce {
    background-color: #336735;
}

.buy-button-container .buy-button-add {
    background-color: #336735;
}

.buy-button-container .purchase-button, .buy-button-container .product-link-button {
    background-color: #336735;
}

.buy-button-container.buy-button-ignore .purchase-button div {
    background-color: #336735 !important;
}

.old-buy-button-container {
    display: inline-block;
    float: right;
}
/* Sajtfärger på menyn */
#main-menu .menu-top,
#main-menu .menu-end {
    background-color: #16542d;
}

#sidebar-categories .lvl-1 {
    background-color: #16542d;
    color: white;
}

.sidebar-category-header.lvl-2 {
    color: #16542d;
}

#sidebar-categories .lvl-2:first-child:not(.sidebar-category-header) {
    border-left: 1px solid #16542d;
}

.sidebar-category-header.lvl-2:not(.collapsed):after {
    color: #16542d;
}

#sidebar-categories .lvl-3 {
    border-left: 1px solid #16542d;
}
/**/

