/* 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 '-'
(10,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(19,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(20,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(21,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(22,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(23,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(24,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(25,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(26,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(27,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(28,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(975,37): run-time error CSS1039: Token not allowed after unary operator: '-cart-mobile-media-width'
(1059,33): run-time error CSS1039: Token not allowed after unary operator: '-cart-mobile-media-width'
(2194,1): run-time error CSS1062: Expected semicolon or closing curly-brace, found '@media'
(3346,47): run-time error CSS1030: Expected identifier, found '.'
(3346,69): run-time error CSS1031: Expected selector, found ')'
(3346,69): run-time error CSS1025: Expected comma or open brace, found ')'
 */
body, p, div {
    font-family: Rubik, Helvetica;
    color: #4d4f59;
}

:root {
    --home-widget-accent-color: #D11822;
    --home-widget-accent-hover-tint: rgba(209, 24, 34, 0.08);
    --home-toplist-link-color: #D11822;
    --home-toplist-link-hover-color: #A5121B;
}

#search-form-input:focus {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

#brands-left .brand-picker {
    --brand-picker-search-radius: 3px;
    --brand-picker-search-button-bg: #D11822;
    --brand-picker-search-button-border: #D11822;
    --brand-picker-search-button-hover-bg: #A5121B;
    --brand-picker-search-button-hover-border: #A5121B;
    --brand-picker-search-button-color: #ffffff;
    --brand-picker-search-clear-color: #D11822;
    --brand-picker-search-clear-hover-color: #e9303a;
    --brand-picker-selected-border-color: #D11822;
    --brand-picker-arrow-color: #D11822;
}

#brands-left .brand-picker-search {
    border: 1px solid #ccc;
    border-right: 0;
}

#brands-left .brand-picker-search-button-icon {
    filter: brightness(0) invert(1);
}

/* Search input clear button (X) - flat Storochliten red styling */
#search-form-input::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
    height: 20px;
    width: 20px;
    background-color: #D11822;
    -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: #e9303a;
}

body {
    background-color: #f5f5f5;
}

.bg-white a:hover {
    color: #4d4f59;
}

#content {
    background-color: #fff;
}

#product {
    background-color: #fff;
}

#product-nostock-subscription {
    background-color: #f3f3f3;
    border: none;
    color: #4d4f59;
    border-radius: 15px;
}

#product-info #product-description-header.toggle-element, #product-info .toogle-header, #product-info .toggle-element {
    background-color: #fff;
}

#product-info #product-description-header.toggle-element h5, #product-info .toggle-element h2 {
    color: #4d4f59;
}

#product-info #product-description-header.toggle-element svg, #product-info .toggle-element:not(.collapsed) svg {
    color: #4d4f59;
    stroke: #4d4f59;
}

#product-info .toggle-element {
    border-bottom: 1px solid #ccc;
}

#product-info .toggle-body.show {
    border-bottom: 1px solid #ccc;
}

#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: #f3f3f3;
    color: #4d4f59;
}

#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,
#checkout-top .coupon-container .toggle-element.collapsed h5,
#checkout-top .checkout-message-container .toggle-element.collapsed h5,
.checkout-coupon-message-layout .coupon-container .toggle-element.collapsed h5,
.checkout-coupon-message-layout .checkout-message-container .toggle-element.collapsed h5 {
    color: #4d4f59;
}

#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: #4d4f59;
}

#product-info h2 {
    font-family: Rubik,Helvetica;
    font-weight: bold;
    font-size: 1.23em;
}

#productdetail-button-container {
    justify-content: right;
}
.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: 768px) {
    #info-bar {
        padding-top: 10em;
        position: fixed;
        z-index: 99;
    }

    div#header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
    }

    div#content {
        padding-top: 130px !important;
    }

        div#content.has-infobar {
            padding-top: 170px !important;
        }
}

@media (min-width: 768px) {
    #info-bar {
        position: static;
        top: auto;
        left: auto;
        right: auto;
        width: auto;
        z-index: auto;
        padding-top: .5rem;
        padding-bottom: .5rem;
        min-height: auto;
    }

    div#header {
        position: relative;
        top: auto;
        left: auto;
        width: auto;
        z-index: auto;
    }

    div#content,
    div#content.has-infobar {
        padding-top: 0 !important;
    }
}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: cooper-black-std, serif;
    letter-spacing: 1px;
    font-variant-ligatures: no-common-ligatures;
    color: #4d4f59;
}

a:hover {
    color: #4d4f59;
}

.breadcrumb li a:hover {
    color: #4d4f59;
}

#brands-left h4 {
    margin-left: -5px;
}

#brands.content-panel a:hover {
    color: #4d4f59;
}

#checkout h4 {
    font-size: 20px;
}

#content {
    padding-left: unset;
    padding-right: unset;
}

.description-expand svg, .description-collapse svg {
    stroke: #4d4f59;
}

.description a:hover {
    color: #4d4f59;
}

#header {
    padding: 0;
}

@media (min-width: 1200px) {
    #header {
        padding: 7px 0 0 0;
    }
}

.header-container {
    background-color: #fff;
}

.header-container.header-second-row {
    background-color: #d11822;
    width: 100%;
    margin:unset;
}

.header-container .header-second-row-content {
    background-color: #d11822;
}

a, .link {
    color: #d11822;
}

#suggest-container div.hit.selected, #suggest-container div.hit.selected:hover {
    background-color: #d7eec3;
    border-top: 1px solid #a9cf88;
    border-bottom: 1px solid #a9cf88;
}

@media(min-width: 1200px) {
    #suggest-container {
        margin-top: 26px;
        right: 0px;
        left: unset;
    }
}

.btn-success-filter {
    background-color: #639cc9;
}

.btn-success, .btn-success-filter {
    background-color: #3ba54e;
    border-color: #3ba54e;
    border-radius: 15px;
}

    .btn-success:hover, #cart-header-to-checkout:hover,
    .btn.btn-product-action:hover {
        color: #fff;
        background-color: #00a652;
        border-color: #00a652;
    }


.btn-success {
    background-color: #3db75f;
    border-color: #3db75f;
    border: none;
}

    .btn-success:hover,
    .btn-success:focus,
    .btn-success.focus,
    .btn-success:active,
    .btn-success.active,
    .open > .dropdown-toggle.btn-success {
        background-color: #3db75f;
    }

#cart-header-to-checkout {
    font-family: Rubik, Helvetica;
    font-size: 14px;
    font-weight: unset;
    height: 35px;
    line-height: 35px;
}

#product-add-to-cart {
    width: 100%;
    background-color: #00993c;
    color: #fff;
    border: none;
}

    #product-add-to-cart:hover {
        border: none;
        background-color: #19a34f;
    }

#product-add-to-cart.btn-success {
    background-color: #3ba54e;
    border-color: #3ba54e;
    font-weight: 500;
    text-transform: uppercase;
}

#product-add-to-cart.btn-success:hover {
    background-color: #00a652;
    border-color: #00a652;
}

.btn-danger, .btn-default {
    border-radius: 15px;
}

#stock-price-box .price {
    color: #4d4f59;
}

#stock-price-box .price.campaign {
    color: #d11822;
}

.product-block .is-med-div {
    display: none;
}

.price-tag {
    position: absolute;
    top: 130px;
    left: 3px;
    display: block;
    text-align: center;
    background-color: #007cc2;
    line-height: 17px;
    padding: 3px 5px;
    font-size: 14px;
    border-radius: 5px;
    letter-spacing: 1px;
}

.price-tag.campaign {
    background-color: #d51317;
}

#toplist .price {
    color: #4d4f59;
}

@media (min-width: 1200px) {
    #search-container {
        width: 300px;
        left: unset;
        right: 0rem;
    }
}
#search-form-input {
    border-radius: 1px;
}

.breadcrumb {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

#search {
    margin-top: 0px;
}

.product-block .price-box .store-price {
    font-weight: normal;
    font-size: 11px;
    color: #303030;
}

.product-block .action .btn {
    font-family: Rubik, Helvetica;
    font-weight: 500;
    min-width: 96px;
    padding-top:7px;
    padding-bottom:5px;
    height: 32px;
    line-height: 17px;
    font-size: 14px;
}
/*.product-block a {
    color: #666;
}

.price-tag .product-block a {
    color: #fff;
}*/


.product-added, .product-added:hover {
    color: #ffffff;
    background-color: #00a652;
    border-color: #00a652;
    font-weight: bold;
}

@media(min-width: 1200px) {
    #logo {
        top: -50px;
        left: 470px;
    }
}

#logo img {
    width: 100%;
}


.logo-container div {
    max-height: 53px;
    display:inline-block;
    float:left;
}

    .logo-container .logo-image {
        max-height: 50px;
        display: inline-block;
        max-width: 30%;
        margin-top: 6px;
    }



    @media (max-width: 279px) {
        .logo-container .logo-image {
            max-height: 50px;
            display: inline-block;
            max-width: 30%;
            margin-top: 0px;
            padding-right: 15px;
        }
    }

.logo-container .logo-text {
    max-height: 20px;
    display: inline-block;
    max-width: 70%;
    /*margin-top:15px;
    padding-left:3px;*/
    margin-left:-15px;
}

.checkout-charity-item .logo-container .logo {
    height: auto;
}

.checkout-shipping-method .price-tag-small {
    font-family: 'Rubik';
}


#responsive-teh {
    display: none;
}

#teh-topp img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    min-height: 60px;
    padding-bottom: 10px;
}

#footer-topp-babyland {
    padding-left: 15%;
    padding-right: 15%;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    font-weight: lighter;
}

#footer h4 {
    color: #ffffff;
    font-size: 22px;
}

@media (max-width: 576px) {
    #footer h4 {
        font-size: 18px;
    }
}

#footer-bottom {
    background-color: #fff;
    margin-top: unset;
}

#responsive-footer-newsletter button {
    background-color: #3ba54e;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
    border-color: #3ba54e;
}

.prisjakt-score {
    position: relative;
    margin-top: 25px;
    margin-bottom: 15px;
}

    .prisjakt-score div {
        display: inline-block;
        color: #ffffff;
    }

.prisjakt-text {
    position: absolute;
    top: 15px;
    left: 60px;
    color: #ffffff;
    vertical-align: middle;
}

.header-first-row {
    height: 60px;
}

.navbar-toggle .icon-bar {
    background-color: #d11822;
    height: 4px;
}

.navbar-toggle {
    margin-left: 8px;
    margin-top: 15px;
    padding: 0 0;
    color: #d11822;
    border-radius: unset;
}

@media (max-width: 1200px) {
    .navbar-toggle {
        margin-top: 5px;
    }
}

.sticky #navbar-toggle-container {
    margin-left: 8px;
}

#last-sold {
    border: 1px solid #ddd;
}

#last-sold-heading {
    color: #fff;
    background-color: #d11822;
    height: 32px;
    line-height: 32px;
    padding: 0 40px 0 8px;
    box-sizing: border-box;
    white-space: nowrap;
    font-family: Rubik, sans-serif;
    font-size: 14px;
}

#home-right #last-sold .last-sold-pause-button {
    top: 8px;
    right: 8px;
}

#home-right #last-sold .last-sold-pause-button::before {
    background-color: #fff;
}

#maincanvas {
    padding: 10px;
}

#main-menu {
    border-right: 1px solid #ddd;
}

@media (min-width: 1200px) {
    #main-menu {
        background-color: #fff;
    }
}

#main-menu h4 {
    font-family: Rubik, sans-serif;
    color: #bc1224;
    font-weight: 700;
    margin-bottom: auto;
    /*height: 30px;*/
    font-size: 17px;
    letter-spacing: unset;
    margin-top: 15px;
}

#stock-info img {
    width: 14px;
    vertical-align: middle;
    margin-top: -2px;
}

.ships-tick img {
    width: 14px;
}

.actions a {
    font-weight: bold;
}



.search-top {
    padding: 15px 8px 8px 8px;
}

#search-form-input {
    border-top-left-radius: 15px !important;
    border-bottom-left-radius: 15px !important;
}
#search-form-button .btn {
    background-color: #ffffff;
    border-color: #ffffff;
    border-top-right-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
}

#search-facets .btn {
    background-color: #eaeaea;
    border: 1px solid #d11822;
    color: #303030;
}

    #search-facets .btn.search-addon {
        background-color: #d11822;
        height: 35px;
    }

#search-facets .facet-heading.btn {
    background-color: #d11822;
    border: none;
}

#search-facets .btn.active {
    background-color: #97161f;
    color: #fff;
}

#search-facets .btn:hover {
    text-decoration: underline;
    text-decoration-color: #4d4f59;
}

.facet-main-btn {
    background-color: #eaeaea;
}

.facet-main-btn:hover {
    background-color: #f2f2f2;
}

#coupon-enter-div .input-group-addon {
    background-color: #fff;
}

.input-group-addon.btn-success {
    border-radius: 2px;
}

#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;
}


#toggle-cart-details-icon {
    width: 30px;
    height: 30px;
/*    margin-top: 7px;
*/    /*background: url('/content/images/10/cart_white.png') no-repeat 0 0 / contain;*/
    background-image: url('/content/images/10/cart.svg');
    line-height: 44px;
    font-size: 17px;
}


#cart-quantity {
    padding: 0;
    padding-top: 2px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    background-color: #00a652;
    color: #ffffff;
    line-height: 17px;
    top: 3px;
    font-weight: normal;
}

@media (min-width: 1200px) {
    #header #cart {
        position: absolute;
        top: 16px;
        right: 0;
        width: 430px;
        height: 50px;
        z-index: 6;
        display: block;
    }

    #header #cart-header-container {
        margin-top: 5px;
        margin-right: 0;
        padding: 0;
        background-color: transparent;
        text-align: right;
    }

    #header #toggle-cart-details {
        position: absolute;
        right: 115px;
        top: 10px;
    }

    #header #cart-header-to-checkout {
        position: absolute;
        top: 10px;
        right: 0;
        white-space: nowrap;
    }

    #header #toggle-cart-details-container {
        position: absolute;
        top: 0;
        left: 10px;
        right: auto;
    }

    #header #cart-quantity-full {
        margin-left: 40px;
        padding-right: 15px;
        line-height: 35px;
    }

    #cart-quantity-full {
        margin-left: 40px;
        padding-right: 15px;
        line-height: 35px;
    }

    #toggle-cart-details {
        right: 115px;
    }

    #toggle-cart-details-container {
        left: 10px;
        right: auto;
    }

    #toggle-cart-details-icon {
        max-width: 25px;
        max-height: 25px;
    }

    #cart-header-to-checkout {
        min-width: 100px;
        background-color: #3ba54e;
        color: #fff;
        border: none;
        border-radius: 15px;
    }
        #cart-header-to-checkout:hover {
            background-color: #40b355;
            text-decoration: none;
            border: none;
        }

    
}

    @media (min-width: 1240px) {
        #header #cart {
            right: calc((100vw - 1240px) / 2);
        }
    }

    @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-container {
            position: absolute;
            right: 0;
            top: 0;
        }

        #header #toggle-cart-details {
            right: 0;
            top: 0;
        }
    }

#cart-clear {
    line-height: 20px;
    font-size: 14px;
    font-weight: bold;
    padding-top: 6px;
    padding-bottom: 6px;
}

    #cart-clear:hover {
    }

#cart-quantity.empty {
    background-color: transparent;
    display: none;
}

#cart-content .product-image {
    border: unset;
}

#cart-content .name a {
    font-weight: normal;
    color: #222;
    font-size: 14px;
}

#cart-content .a-price-inner {
    font-size: 14px;
}

#cart-items-table {
    background-color: #ffffff;
    border-spacing: 0;
}

#cart-items-table #cart-head th,
#cart-items-table #cart-parent,
#cart-items-table td {
    background-color: #ffffff;
}

#cart-items-table .cart-item td {
    border-bottom: 1px solid #e6e6e6;
}

@media (max-width: 1199.98px) {
    #cart-items-table .cart-item td {
        border-bottom: 0;
    }

    #cart-items-table .cart-item::after {
        content: "";
        display: block;
        grid-column: 1 / -1;
        height: 1px;
        margin: 0 12px;
        background-color: #e6e6e6;
    }

    #cart-items-table #cart-parent .cart-item:last-child::after {
        display: none;
    }

    #cart-items-table .cart-cell-product {
        border-bottom: 0;
    }
}

#cart-items-table .cart-limit-row td,
#cart-items-table #cart-parent .cart-item:last-child td {
    border-bottom: 0;
}

#cart-items-table .cart-cell-price,
#cart-items-table .cart-cell-sum,
#cart-items-table .cart-cell-price .a-price,
#cart-items-table .cart-cell-price .a-price-inner,
#cart-items-table .cart-cell-sum .row-sum {
    text-align: right;
    white-space: nowrap;
}

#cart-items-table .a-price-inner {
    padding-right: 0;
}

@media (min-width: 1200px) {
    #cart-items-table .cart-cell-price {
        width: 110px;
        min-width: 110px;
    }

    #cart-items-table .cart-cell-sum {
        width: 120px;
        min-width: 120px;
    }
}

@media (max-width: 575.98px) {
    #cart-items-table .cart-item {
        grid-template-columns: minmax(0, 1fr);
        grid-template-areas:
            "product"
            "quantity"
            "sum";
        row-gap: 0;
    }

    #cart-items-table .cart-cell-quantity {
        width: 100%;
        grid-template-columns: var(--cart-mobile-media-width) minmax(0, 1fr);
        column-gap: 16px;
        padding-bottom: 8px;
        border-bottom: 0;
    }

    #cart-items-table .cart-cell-quantity .ships {
        padding-right: 12px !important;
    }

    #cart-items-table .cart-cell-sum {
        width: 100%;
        min-width: 0;
        padding-top: 0;
        padding-bottom: 15px;
    }

    #cart-items-table .cart-cell-sum .row-sum {
        width: 100%;
        justify-items: end;
    }
}

#cart-content .row-sum {
    font-size: 14px;
}

#cart-content .stock-not-ok, .sku_stock_not_ok {
    font-weight: normal;
}

#cart-content .footer .actions .btn {
    width: 100%;
}

#cart-content .sum {
    text-align: right;
}

#cart-content.in-header {
    color: #000;
}

#cart-content.in-header #cart-items-table,
#cart-content.in-header #cart-items-table tbody,
#cart-content.in-header #cart-items-table td {
    display: block;
    width: 100%;
}

#cart-content.in-header #cart-items-table #cart-parent {
    display: block !important;
}

#cart-content.in-header #cart-items-table .cart-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
        "product"
        "quantity"
        "sum";
    row-gap: 0;
    border-bottom: 0;
}

#cart-content.in-header #cart-items-table .cart-item td {
    border-bottom: 0;
}

#cart-content.in-header #cart-items-table .cart-item::after {
    content: "";
    display: block;
    grid-column: 1 / -1;
    height: 1px;
    margin: 0 12px;
    background-color: #e6e6e6;
}

#cart-content.in-header #cart-items-table #cart-parent .cart-item:last-child::after {
    display: none;
}

#cart-content.in-header #cart-items-table .cart-cell-quantity {
    width: 100%;
    grid-template-columns: var(--cart-mobile-media-width) minmax(0, 1fr);
    column-gap: 16px;
    padding-bottom: 8px;
}

#cart-content.in-header #cart-items-table .cart-cell-quantity .ships {
    padding-right: 12px !important;
}

#cart-content.in-header #cart-items-table .cart-cell-sum {
    width: 100%;
    min-width: 0;
    padding-top: 0;
    padding-bottom: 15px;
}

#cart-content.in-header #cart-items-table .cart-cell-sum .row-sum {
    width: 100%;
    justify-items: end;
}

#cart-content .cart-item {
    border-bottom: 1px solid #e6e6e6;
}

#cart-content #cart-items-table .cart-item {
    border-bottom: 0;
}

#cart-parent {
    background-color: #fff;
    border: none;
}

#cart-item-container {
    background-color: #fff;
}

#cart-header-container {
    margin: 4px 3px 0 0;
}

@media (max-width: 1200px) {
    #cart-header-container {
        margin: 4px 15px 0 0;
    }
}


.header-second-row,
#header.sticky.half .header-first-row {
    background-color: #d11822;
    height: auto;
}

#header.sticky.half #navbar-container .icon-bar{
    background-color: white;
}
#header.sticky.half #navbar-container .navbar-toggle{
    color: white;
    margin-top: 7px;
}
#header.sticky.half #toggle-cart-details-container {
    padding: 3px;
}
#header.sticky.half #toggle-cart-details-icon {
    background: url(/content/images/10/cart_white.png) no-repeat 0 0 / contain;
    background-image: url(/content/images/10/cart_white.svg);
}

#header.sticky + .container #cart-content.in-header {
    margin-top:7px;
}

#header.sticky.half #cart-quantity {
    top:0px;
}

#home-right {
    margin-top: 33px;
}

.home-product-list .col-12 {
    padding-bottom: 15px;
}

.sidebar-offcanvas {
    width: 220px;
}

.row-offcanvas-left .sidebar-offcanvas {
    left: -100%;
}

.price-box {
}

.slick-header {
    color: #d51317;
    border-bottom: 1px solid #cccccc;
}

.slick-dots li.slick-active button:before {
    color: #D11822 !important;
}

.slick-dots li button:before {
    color: #878697 !important;
    opacity: 1 !important;
}

.navigation-wrapper .dots .dot {
    background: transparent;
    border-color: transparent;
    box-shadow: none;
}

.navigation-wrapper .dots .dot--active {
    background: transparent;
    border-color: transparent;
}

.navigation-wrapper .dots .dot::before {
    background: #878697;
}

.navigation-wrapper .dots .dot--active::before {
    background: #D11822;
    transform: none;
}

@media (hover: hover) {
    .navigation-wrapper .dots .dot:hover {
        background: rgba(209, 24, 34, 0.08);
        box-shadow: inset 0 0 0 1px #D11822;
    }

    .navigation-wrapper .dots .dot:hover::before {
        background: #D11822;
    }
}

.navigation-wrapper .dots .dot:focus-visible {
    background: rgba(209, 24, 34, 0.08);
    box-shadow: inset 0 0 0 1px #D11822;
}

.navigation-wrapper .dots .dot:focus-visible::before {
    background: #D11822;
}


.product-block .image img {
    max-height: 98%;
    max-width: 98%;
}


.product-block .name {
    font-weight: normal;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.store-price {
    text-decoration: line-through;
    display: inline-block;
    font-size: 11px;
}

.list-price {
    /*display: inline-block;*/
    font-size: 13px;
    margin-bottom: 3px;
}

.sale_price {
    display: inline-block;
    font-weight: 600;
    color: #ed1c2d;
    font-size: 14px;
}

.price-box {
    margin-bottom: 5px;
}

.price {
    font-weight: 600;
    font-size: 16px;
    font-family: Rubik, Helvetica;
    color: #d11822;
}

#top-banner img {
    width: 100%;
}

@media (min-width: 770px) {
    #keen-slider-top-banner .keen-slider__slide {
        min-width: 100%;
        max-width: 100%;
        transform: translate3d(0, 0, 0);
    }
}

#toplinks a {
    color: #4d4f59;
}

.toplist {
    background-color: #f0f0f0;
}

#toplist {
    background-color: #f3f3f3;
    margin-top: 10px;
}

.toplist-row p.name::first-line {
    font-weight: 600;
}

#toplist-content {
    margin-top: 15px;
}

#toplist-header {
    background-color: #d11822;
    font-family: Rubik, sans-serif;
    font-size: 14px;
    padding: 5px 0 5px 0;
}

    #toplist-header a {
        color: #fff;
    }

    #toplist-header a:hover,
    #toplist .header a:hover,
    #toplist .content .product a:hover,
    #toplist .header-new-toplist-responsive:hover,
    #toplist .header-new-toplist-responsive a:hover,
    #toplist-mobile-heading a:hover,
    #toplist-desktop-heading a:hover,
    #toplist-footer a:hover {
        color: #D11822;
    }

    #toplist h4 {
        color: #d11822;
        border-bottom: 1px solid #cccccc;
    }

    #toplist .position {
        color: #878697;
        font-family: Rubik, Helvetica;
        font-weight: bold;
    }

    #toplist .content .product a {
        line-height: 90%;
        color: #878697;
    }

    #toplist .cell {
        padding-bottom: 4px;
    }

    #toplist .store-price span {
        font-weight: normal;
    }

#toplist .header-new-toplist-responsive {
    color: #4d4f59;
}

#toggle-cart-details-container {
    background-color: unset;
}

#toggle-cart-details-icon {
    width: 30px;
    height: 30px;
    background-image: url('/content/images/10/cart.svg');
    line-height: 44px;
    font-size: 17px;
}

#toggle-cart-details {
    width: auto;
    height: 35px;
    border: 2px solid #d6e8ce;
    border-radius: 15px;
}

@media(max-width: 1200px) {
    #toggle-cart-details-icon {
        margin-top: 7px;
    }

    #toggle-cart-details {
        border: unset;
        width: unset;
    }
}



.footer-section {
    background-color: #d11822;
}

#footer {
    background-color: #d11822;
    box-shadow: unset;
    padding-bottom: 40px;
}


/*@media (min-width: 1200px) {
    #footer {
        margin-left: 20%;
    }
}*/

    #footer a {
        color: #ffffff;
    }

    #footer p {
        color: #ffffff;
    }

@media (max-width: 1200px) {
    #responsive-footer-newsletter {
        padding-top: 30px;
    }
}

.social-image {
    width: 50px;
    margin-top: 10px;
}

.symbol.text-center {
    display: none;
}

.cart-item-bundle img {
    width: 12px;
    height: 12px;
}

.bundle-group-item .availability img {
    width: 16px;
}

.ships-tick img {
    width: 14px;
}


#product-skus li.sku-selected {
    border: 1px solid #1885db;
    font-weight: bold;
    color: #000;
}

/*#cart-content .stock-not-ok, .sku_stock_not_ok {
    font-weight: bold;
}

#stock-price-box .price {
    font-weight:500;
}*/
.christmas-cap {
    font-size: 18px;
    font-weight: 800;
    padding: 2px;
    color: #ed1c2d;
}

#info-bar {
    font-family: cooper-black-std, serif;
    color: #5b5b5b;
}

/*#cart-updating, #cart-content .name, #cart-clear, .actions a, label, .checkout-shipping-method .sm-name,
.checkout-shipping-method .sm-cost {
    font-weight: 500;
}*/

#footer .pricerunner-score {
    margin-top: 10px;
}

#footer .pricerunner-score img {
    /*    width: 100px;
    height: 100%;
    margin: 20px 0 10px 0;
*/
}
#footer .pricerunner-score a {
   height: 98px !important;
}

#footer .pricerunner-score div {
    color: #fff;
}

#footer .pricerunner-guarantee {
    margin-top: 10px;
}

#product-facts-grid .value a {
    color: #d11822;
}

#sidebar h4 {
    color: #d11822;
    font-family: Rubik, Helvetica;
}

#sidebar {
    background-color: #f5f5f5;
}

@media (max-width: 1200px) {
    #sidebar-categories .category-container {
        background-color: #f5f5f5;
    }

    .panel .sidebar-category-header {
        background-color: #f5f5f5;
    }

}

#sidebar-categories .selected, #sidebar-categories div.collapsing, #sidebar-categories div.in, #sidebar-categories .panel {
    background-color: #f5f5f5;
}

@media (min-width: 1200px) {
    #sidebar-categories .selected, #sidebar-categories div.collapsing, #sidebar-categories div.in, #sidebar-categories .panel {
        background-color: #fff;
    } 
}

#sidebar-categories .lvl-3.sidebar-categories-go, #sidebar-categories .lvl-4 {
    margin-left: 0px;
    border-left: 1px solid #d11822;
}

.lvl-2.sidebar-categories-go {
    margin-left: 0px;
}

#sidebar-categories .lvl-3 {
    margin-left: 0px;
}

#sidebar-categories .lvl-1.collapsed, #sidebar-categories .lvl-1.sidebar-categories-go {
    color: rgb(68, 68, 68);
}

.sidebar-segment .img-responsive {
    margin: 10px 0 10px 0;
}

#search-sort-dropdown {
    border: 1px solid #ccc;
}

#search-facets h2 {
    font-family: Rubik, Helvetica;
    margin: 15px 0 5px 0;
    font-size: 13px;
}

#search-facets .facet-sort.selected a, #search-facets .facet-ppp.selected {
    color:#888;
}

#search-facets .facet-display-filter {
    background-color: #d11822;
}

#search-facets .facet-sort-row h6 {
    font-family: Rubik, Helvetica;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: normal;
    padding-bottom: 10px;
}

#search-facets .facet-sort {
    border-bottom: 1px solid #e0e0e0;
}

#search-facets .search-facets-title:hover {
    text-decoration: unset;
}

#search-facets .search-facets-title.search-facets-selected {
    background-color: #d11822;
    border-color: #d11822;
}

#search-facets .btn.active {
    background-color: #d11822;
    border-color: rgba(0,0,0,0.5);
}

@media(max-width: 576px) {
    .single-compact .buy-button-wrapper, .single-compact .price-tag-flat.price-tag {
        padding-bottom: 10px;
    }

    .single-compact .price-tag {
        font-size: 17px !important;
    }

    .single-compact .price-tag-flat.price-tag {
        padding-bottom: 18px;
    }

    .single-compact .product-block .price-box .store-price {
        margin-left: -50px;
        padding-bottom: 0;
        position: absolute;
        bottom: 5px;
        left: 180px;
    }

    .single-compact .product-block .action .btn {
        min-width: 80px;
    }

    #toplist .single-compact .action {
        padding-right: 0;
    }

    .single-compact .product-block .buy-button-wrapper {
        justify-content: end;
        display: flex;
    }

}

@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;
    }

    #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: 100%;
        max-width: none;
        min-width: 0;
        margin-left: 0;
        margin-top: 2px;
        justify-self: stretch;
        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: 100%;
        max-width: 100%;
        min-width: 0;
    }
}

@media(min-width: 576px) {
    #search-products .short-description {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2; /* number of lines to show */
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    #search-products .price-tag-flat {
        padding-top: 5px;
    }
}

#search-products .article-wrapper .image .price-tag.campaign {
    display: none;
}

.price-tag-flat.price-tag.campaign {
    display: block;
}

/*Responsive topplistan*/
#toplist.new-toplist-responsive .price {
    color: #4d4f59 !important;
}
#toplist.new-toplist-responsive .price.store-price {
    color: #d11822 !important;
}

#toplist.new-toplist-responsive .product > a > p {
    font-size: 12px;
}

.gototoplist{border-radius: 0;}


#toplist.new-toplist-responsive > .header > a > h4 {
    color: #d11822 !important;
}

/*Nya Priser*/

div.price-tag {
    top: 207px;
    z-index: 1;
    background-color: transparent !important;
    /*width: 149.56px;*/
    width: 100%;
    display: flex;
    justify-content: center;
    left: 0;
    font-size: 17px !important;
    padding: unset;
    font-size: 17px;
    font-family: Rubik,Helvetica;
}

    div.price-tag .xp {
        font-size: 17px;
        font-family: Rubik,Helvetica;
    }

    div.price-tag.campaign {
        top: 199px;
        z-index: 1;
        background-color: transparent !important;
        /*width: 149.56px;*/
        display: flex;
        justify-content: center;
        left: 0;
        font-size: 17px !important;
        padding: unset;
    }

.price-tag .xp {
    font-size: 17px;
}

.product-block .name {
    height: 33px;
    margin-bottom: 20px;
}

.product-block .image .price-tag.campaign {
    display: none;
}

.col-lg-10.col-md-15.col-sm-15.col-xs-26.product-block-container > .product-block > div > .price-box {
    height: 17px;
}

#price-info .before-price {
    font-size: 14px;
}

#stock-price-box .price {
    color: #5b5b5b;
}

.product-block.slick-slide.slick-active > .price-box > div > .store-price {
    font-size: 11px;
    color: #5b5b5b;
}
/*.slick-slide.slick-active > .product-block > div > .image > div > div.price-tag {
    top: 201px;
}*/
div .price-tag > a > span {
    color: #333333;
    font-weight: 600;
}

div.price-tag.campaign {
    background-color: transparent;
}

#price-info .before-price {
    text-decoration: line-through;
    font-size: 12.5px;
    color: #5b5b5b;
    font-weight: bold;
}

div.price-tag.campaign > a > span {
    color: #ed1c2d;
}

span.price {
    text-transform: lowercase !important;
}


.col-lg-10.col-md-15.col-sm-15.col-xs-20.product-block-container > .product-block > .price-box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 8px;
    margin-top: 0;
}

    .col-lg-10.col-md-15.col-sm-15.col-xs-20.product-block-container > .product-block > .price-box > .price {
        font-size: 14.5px;
        color: #333333;
    }

    .col-lg-10.col-md-15.col-sm-15.col-xs-20.product-block-container > .product-block > .price-box > .sale_price {
        font-size: 14.5px;
        margin-right: 5px;
    }

    .col-lg-10.col-md-15.col-sm-15.col-xs-20.product-block-container > .product-block > .price-box > .list-price {
        font-size: 14px;
    }

    .col-lg-10.col-md-15.col-sm-15.col-xs-20.product-block-container > .product-block > .price-box > div:nth-child(2) {
        font-size: 11px;
        vertical-align: central;
        color: #333333;
        text-decoration: line-through;
        margin: auto 0 0 0;
    }


/*Responsive topplistan*/
#toplist.new-toplist-responsive .product > a > p {
    font-size: 12px;
}

#toplist.new-toplist-responsive > .header > a > h4 {
    color: #5b5b5b !important;
}

#toplist.new-toplist-responsive .price {
    color: #5b5b5b !important;
}

    #toplist.new-toplist-responsive .price.store-price {
        color: #ed1c2d !important;
    }

.toplist-item-contents {
    width: 75% !important;
}

.toplist-item-row .cell.action {
    width: unset;
}

.content .toplist-item-row {
    justify-content: space-between;
}

.offer-item {
    border: 1px solid #e6e6e6;
}

.promotion-element-heading {
    font-family: cooper-black-std, serif;
    letter-spacing: 1px;
    font-size: 20px;
    border-bottom: 5px solid #f8f8f8;
}

.promotion-element-heading a:hover {
    color: #4d4f59;
}

#product-related h3 {
    border-bottom: 5px solid #f8f8f8;
    font-size: 20px;
}

#product-accessory .product-block .name,
#product-related .product-block .name,
.product-recommendation .product-block .name {
    min-height: 53px;
    height: 53px;
    max-height: 53px;
    overflow: hidden;
    display: block;
    line-height: 17px;
}

#product-accessory .product-block-container,
#product-related .product-block-container,
.product-recommendation .product-block-container {
    display: flex;
}

#product-accessory .product-block,
#product-related .product-block,
.product-recommendation .product-block {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

#product-accessory .article-text-container,
#product-related .article-text-container,
.product-recommendation .article-text-container {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
}

#product-accessory .product-block .name a,
#product-related .product-block .name a,
.product-recommendation .product-block .name a,
#product-accessory .product-block .price-box .store-price,
#product-related .product-block .price-box .store-price,
.product-recommendation .product-block .price-box .store-price,
#product-accessory .product-block .price-box .lowest-price,
#product-related .product-block .price-box .lowest-price,
.product-recommendation .product-block .price-box .lowest-price,
#product-accessory .product-block .unit-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-accessory .product-block .name a,
#product-related .product-block .name a,
.product-recommendation .product-block .name a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#product-accessory .product-block .price-box,
#product-related .product-block .price-box,
.product-recommendation .product-block .price-box {
    height: 18px;
    min-height: 18px;
    max-height: 18px;
}

#product-accessory .action.buy-button-wrapper,
#product-related .action.buy-button-wrapper,
.product-recommendation .action.buy-button-wrapper {
    margin-top: auto;
}

#product-accessory .image > .price-tag,
#product-related .image > .price-tag,
.product-recommendation .image > .price-tag {
    height: auto;
    min-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 6px;
    box-sizing: border-box;
}

#product-accessory .image > .price-tag a,
#product-related .image > .price-tag a,
.product-recommendation .image > .price-tag a {
    display: inline-block;
    white-space: nowrap;
    line-height: 1.4;
}

#product-accessory .price-tag-flat.price-tag,
#product-related .price-tag-flat.price-tag,
.product-recommendation .price-tag-flat.price-tag {
    display: none;
}

#product-accessory .image > .price-tag.campaign,
#product-related .image > .price-tag.campaign,
.product-recommendation .image > .price-tag.campaign {
    display: none !important;
}

#product-accessory .price-tag-flat.price-tag.campaign,
#product-related .price-tag-flat.price-tag.campaign,
.product-recommendation .price-tag-flat.price-tag.campaign {
    position: static;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-top: 4px;
    background-color: transparent !important;
}

#product-accessory .price-tag-flat.price-tag.campaign a,
#product-related .price-tag-flat.price-tag.campaign a,
.product-recommendation .price-tag-flat.price-tag.campaign a {
    display: inline-block;
    white-space: nowrap;
    line-height: 1.4;
}

.toplist-item-contents {
    width: 75% !important;
}

.promotion-titel {
    color: #4d4f59;
}
.promotion-article-title {
    color: #d11822;
}

.promotion-banner .price-container:not(.reduced-price) {
    font-size: 25px;
    float: left;
    margin-top: 2px;
    color: #333 !important;
    font-weight: 600;
}
.banner-info-container .link-button.btn-success a {
    color: #ffffff !important
}
.promotion-banner.article .purchase-container span.btn.btn-success.list-add,
.promotion-banner.article .purchase-container span.btn.btn-success.list-add-nobuy {
    min-width: 90px;
}

.promotion-banner .price-container.reduced-price {
    color: #ed1c2d;
}

.promotion-banner .price-container .ordinary-price {
    font-weight: normal;
    font-size: 11px;
    color: #5b5b5b;
}

.quantity .form-plus-sign {
    width: unset;
    border: unset;
}

.row-sum .a-price {
    display: none;
}

/* 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%;

@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,
    #search-products.single-compact .article-list-responsive:not(.toplist-list) .product-block {
        box-sizing: border-box;
        padding-right: 8px !important;
    }

    #toplist-mobile .single-compact .product-block {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 112px;
        column-gap: 12px;
        row-gap: 8px;
        align-items: end;
    }

    #toplist-mobile .single-compact .article-wrapper {
        grid-column: 1;
        width: auto;
        max-width: 100%;
        min-width: 0;
    }

    #toplist-mobile .single-compact .article-text-container {
        gap: 4px;
    }

    #toplist-mobile .single-compact .name {
        display: block;
        height: auto;
        min-height: 0;
        margin-top: 0;
        margin-bottom: 0;
        overflow: visible;
        -webkit-line-clamp: unset;
        line-clamp: unset;
    }

    #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,
    #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,
    #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;
    }

    #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,
    #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,
    #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;
    }

    #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;
    }

    #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);
        column-gap: 8px;
        row-gap: 8px;
        align-items: start;
    }

    #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: 2;
        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 .product-block,
    #search-products[data-fixed-view-type="single-compact"] .toplist-list .product-block {
        grid-template-columns: 20px minmax(0, 1fr) 112px;
        column-gap: 12px;
        align-items: end;
    }

    #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;
    }

    #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,
    #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;
        border: 0;
        min-inline-size: 0;
        box-sizing: border-box;
    }

    #search-products.single-compact .article-list-responsive:not(.toplist-list) .action.buy-button-wrapper {
        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) .product-block {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 112px;
        column-gap: 12px;
        row-gap: 8px;
        align-items: end;
    }

    #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: auto;
        margin-top: 4px;
        grid-row: 1;
    }
        align-self: start;

    #toplist-mobile .single-compact .product-block .price-box,
    #search-products.single-compact .toplist-list .product-block .price-box,
    #search-products[data-fixed-view-type="single-compact"] .toplist-list .product-block .price-box,
    #search-products.single-compact .article-list-responsive:not(.toplist-list) .product-block .price-box {
        position: static !important;
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important;
        width: auto;
        margin-top: 4px;
        overflow-wrap: anywhere;
    }

    #toplist-mobile .single-compact .product-block .price-box .store-price,
    #toplist-mobile .single-compact .product-block .price-box .lowest-price,
    #search-products.single-compact .toplist-list .product-block .price-box .store-price,
    #search-products.single-compact .toplist-list .product-block .price-box .lowest-price,
    #search-products[data-fixed-view-type="single-compact"] .toplist-list .product-block .price-box .store-price,
    #search-products[data-fixed-view-type="single-compact"] .toplist-list .product-block .price-box .lowest-price,
    #search-products.single-compact .article-list-responsive:not(.toplist-list) .product-block .price-box .store-price,
    #search-products.single-compact .article-list-responsive:not(.toplist-list) .product-block .price-box .lowest-price {
        position: static !important;
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important;
        display: block;
        margin-top: 4px;
        margin-left: 0;
        padding-bottom: 0;
        white-space: normal;
    }
}

@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;
    }

    #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;
    }
}
}

.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;
}

#search-products.single .price-tag {
    text-align: center;
    margin: auto;
    position: absolute;
    top: 62px;
    width: 100%;
}
#search-products.single .product-block .name.name-with-margin {
    max-height: 53px;
    font-size: 15px;
    height: 300px;
    margin-bottom: 17px;
}

.single-compact .product-block-container {
    border-bottom: 1px solid #f0f0f0;
}


#search-products.single-compact .action.buy-button-wrapper.no-height {
    margin-top: 0px;
}

.single .product-block .image {
    line-height: normal;
    align-items: center;
}

#search-products.single .price-tag {
    height: 30px;
    width: 100%;
    font-size: 15px;
    padding: 3px 6px;
    position: absolute;
    bottom: -7px;
    margin: 0px;
    top: auto;
}

#coupon-enter-div .btn-xs {
    background-color: #3db75f;
    border-color: #3db75f;
}

.g-border {
    width: 230px;
}


@media (max-width: 576px) {
    #search-products.single-compact .product-block .action .btn {
        min-width: 80px;
    }

    #search-products.single-compact .action.buy-button-wrapper.no-height {
        min-width: 80px;
    }
}


#info-bar {
    background-color: #5cb36a !important;
    color: white;
    font-family: cooper-black-std,serif !important;
    font-weight: 700;
}

    #info-bar a {
        font-family: Rubik;
        text-decoration: underline !important;
    }

        #info-bar a:hover {
            text-decoration: underline;
        }

.view-type .feather {
    width: 20px;
    height: 20px;
    stroke-width: 2;
}

.view-type .feather:hover {
    stroke: #878697;
}

#usps {
    right: unset;
    margin-left: 170px;
}

    #usps div {
        font-weight: 700;
        font-family: cooper-black-std, serif;
        margin-right: 180px;
    }

        #usps div:not(:first-child):before {
            content: none;
        }

    #usps div a img {
        margin-top: -70px;
        max-width: 140px;
    }

/* search-filters */


    #search-facets .btn#clear-filter {
        color: black;
        background: transparent;
        border: 1px solid #3db75f;
    }
div.lvl-3 {
    margin-bottom: 0px !important;
    margin-left: 0px !important;
}
div.lvl-3.no-children.collapsed {
    margin-bottom: 0px !important;
    margin-left: 0px !important;
}

div.sidebar-categories-go.lvl-3 {
    margin-bottom: 0px !important;
    margin-left: 0px !important;
}

div.sidebar-category-header.lvl-3 {
    margin-bottom: 0px !important;
    margin-left: 0px !important;
}
div.sidebar-category-header {
    margin-bottom: 0px !important;
    margin-left: 0px !important;
}
div.sidebar-categories-go {
    margin-bottom: 0px !important;
    margin-left: 0px !important;
}

.promotion-badge-text {
/*    border-radius: 25px 0px 25px 25px;*/
    letter-spacing: 0.05em;
    font-family: cooper-black-std, serif;
    font-size: 0.75rem;
}
div.price-tag span {
    position: relative;
    top: 0.3em;
}

div.price-tag span {
    position: relative;
    top: 0.3em;
}

#product-accessory div.price-tag span,
#product-related div.price-tag span,
.product-recommendation div.price-tag span {
    position: relative;
    top: 0.3em;
}
/* Sajtfärger på menyn */
#main-menu .menu-top,
#main-menu .menu-end {
    background-color: #d11822;
}

#sidebar-categories .lvl-1 {
    background-color: #d11822;
    color: white;
}

.sidebar-category-header.lvl-2 {
    color: #d11822;
}

#sidebar-categories .lvl-2:first-child:not(.sidebar-category-header) {
    border-left: 1px solid #d11822;
}

.sidebar-category-header.lvl-2:not(.collapsed):after {
    color: #d11822;
}

#sidebar-categories .lvl-3 {
    border-left: 1px solid #d11822;
}
/**/

.products5 li:not(.separator):before,
.slick-track div.slick-slide.slick-active:not(.slick-clone) div.product-block:before {
    border-right: unset;
}
.slide-wrapper .article-carousel-item:nth-last-child(n):before {
    border-right: unset;
}
#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: 70px;
        height: 70px;
        max-width: 70px;
        max-height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        #suggest-container .suggest-article-image img {
            max-width: 100%;
            max-height: 100%;
        }

    #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: 2px;
        text-transform: uppercase;
        letter-spacing: 0.2px;
        vertical-align: middle;
    }

        #suggest-container .suggest-badge.campaign {
            background-color: #e31e24;
            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;
        width: 24px;
        height: 24px;
        position: relative;
    }

    #suggest-container .suggest-arrow .suggest-arrow-icon {
        display: none;
    }

    #suggest-container .suggest-arrow::before {
        content: "";
        width: 24px;
        height: 24px;
        background-color: #D11822;
        -webkit-mask: url('/content/feather-icons/dist/icons/arrow-right.svg') center / contain no-repeat;
        mask: url('/content/feather-icons/dist/icons/arrow-right.svg') center / contain no-repeat;
    }

#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: 25px 0px 25px 25px;*/
    }

#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: 14px !important;
        display: flex !important;
        align-items: center;
        justify-content: center;
        text-align: center;
        background-color: #3DB75F !important;
        color: white !important;
        border-radius: 20px;
        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;
        background-color: #3DB75F !important;
        border-radius: 20px;
        color: white;
    }

    #suggest-container .buy-button-reduce {
        border-radius: 20px 0 0 20px !important;
    }

    #suggest-container .buy-button-add {
        border-radius: 0 20px 20px 0 !important;
    }

    #suggest-container .buy-number-display {
        width: 58px !important;
        height: 35px !important;
        min-width: 58px !important;
        max-width: 58px !important;
        background-color: #3DB75F !important;
        border-radius: 0;
        font-size: 14px !important;
    }

        #suggest-container .buy-number-display input {
            font-size: 12px !important;
            height: 35px !important;
            padding: 0 2px !important;
            background-color: #3DB75F !important;
            color: white;
            border: none;
            font-size: 14px !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: 14px !important;
        display: flex !important;
        align-items: center;
        justify-content: center;
        text-align: center;
        background-color: #3DB75F !important;
        color: white !important;
        border-radius: 20px;
        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;
        background-color: #3DB75F !important;
        border-radius: 20px;
        color: white;
    }
    #suggest-container .buy-button-reduce {
        border-radius: 20px 0 0 20px !important;
    }

    #suggest-container .buy-button-add {
        border-radius: 0 20px 20px 0 !important;
    }
    #suggest-container .buy-number-display {
        width: 58px !important;
        height: 40px !important;
        min-width: 58px !important;
        max-width: 58px !important;
        background-color: #3DB75F !important;
        border-radius: 0;
        font-size: 14px !important;
    }

        #suggest-container .buy-number-display input {
            font-size: 14px !important;
            height: 40px !important;
            border-radius: 20px;
            background-color: #3DB75F !important;
            color: white;
            border: none;
            font-size: 14px !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: 14px !important;
        display: flex !important;
        align-items: center;
        justify-content: center;
        text-align: center;
        background-color: #3DB75F !important;
        color: white !important;
        border-radius: 22px;
        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;
        background-color: #3DB75F !important;
        border-radius: 22px;
    }
    #suggest-container .buy-button-reduce {
        border-radius: 22px 0 0 22px !important;
    }

    #suggest-container .buy-button-add {
        border-radius: 0 22px 22px 0 !important;
    }
    #suggest-container .buy-number-display {
        width: 58px !important;
        height: 44px !important;
        min-width: 58px !important;
        max-width: 58px !important;
        background-color: #3DB75F !important;
        border-radius: 0;
        font-size: 14px !important;
    }

        #suggest-container .buy-number-display input {
            font-size: 15px !important;
            height: 44px !important;
            border-radius: 22px;
            background-color: #3DB75F !important;
            color: white;
            border: none;
            font-size: 14px !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: 5px;
}


#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: 5px 5px 0 0;
}

#suggest-container .suggest-section-title:first-child {
    padding-top: 10px;
}

.search-pill {
    background-color: #DCD6CD;
    text-align: center;
    border-radius: 12px;
    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: #D11822;
}

.suggest-image-container {
    padding: 6px;
    width: 96px;
    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;
}

.suggest-column {
    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: #D11822;
    -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;
}

#suggest-container .suggest-article-hit:has(+ .suggest-section-title),
#suggest-container .suggest-article-hit:last-child,
#suggest-container .suggest-category-hit:has(+ .suggest-section-title),
#suggest-container .suggest-category-hit:last-child,
#suggest-container .suggest-brand-hit:has(+ .suggest-section-title),
#suggest-container .suggest-brand-hit:last-child {
    border-radius: 0 0 5px 5px;
}

