@charset "utf-8";

img,
object,
embed,
video {
    max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
    width: 100%;
}

.fluid {
    margin-left: 0;
    width: 100%;
    float: left;
    display: block;
}

.fluidList {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

/* Mobile Layout: 480px and below. */
.gridContainer {
    margin-left: 2.5%;
    margin-right: 2.5%;
    width: 90%;
    padding-left: 2.5%;
    padding-right: 2.5%;
    clear: none;
    float: none;
}

.clear {
    clear: both !important;
}

.row {
    clear: both;
}

.col1 {
    width: 100%;
}

.colsoeg {
    width: 98%;
    margin: 0 1%;
}

.col2 {
    width: 100%;
}

.col2menu {
    width: 50%;
}

.col3menu {
    width: 50%;
}

.col3 {
    width: 100%;
}

.col3Antal {
    width: 80%;
}

.ion-ios-arrow-down {
    padding: 12px 0 0 15px;
    font-size: 22px;
}

.col4 {
    width: 100%;
}

.col5 {
    width: 100%;
}

.col5menu2 {
    width: 100%;
    margin: 15px 0;
}

.col5menu3 {
    width: 100%;
    margin: 15px 0;
}

.col6 {
    width: 100%;
}

.soeg {
    background-color: #ffffff40 !important;
    color: #fff !important;
    padding: 15px 15px;
    border: none;
    border-radius: 2px;
    width: 75%;
}

.basket {
    width: 0px;
}

.rightborder {
    border-right: none;
}

.menupadding {
    padding: 5px 0;
}

.drop {
    display: block;
    float: left;
    width: 100%;
    color: #222;
    text-align: center;
    background-color: #ffffff;
    border-radius: 3px;
    overflow: hidden;
    /*padding: 5px 25px;*/
    margin: 0 0px 10px 0;
}

.imgbig {
    border-radius: 5px;
    width: 100%;
}

.imgsmall {
    border-radius: 5px;
    min-height: 116px;
    background-size: cover;
    object-fit: cover;
}

.divimgbig {
    float: left;
    clear: both;
    width: 80%;
}

.divimgsmall {
    float: left;
    clear: none;
    width: 20%;
    margin: 10px 10px 10px 0;
}

.zeroMargin_mobile {
    margin-left: 0;
}

.hidemobile {
    display: none;
}

header.page-header {
    position: relative;
    margin: 0;
    padding: 0;
    z-index: 100;
    background-color: #b00639;
    border: none;

    .header-top {
        padding: 10px 0;

        .container {
            display: flex;
            align-items: center;
            justify-content: space-between;

            &::before,
            &::after {
                display: none;
            }
        }

        .ht-buttons {
            display: flex;
            align-items: center;

            a {
                font-size: small;

                &:not(:last-child) {
                    margin-right: 15px;
                }
            }
        }

        nav {
            ul {
                margin: 0;
                padding: 0;
                list-style: none;

                a {
                    font-size: small;
                }

                ul {
                    min-width: 150px;
                    background-color: #fff;
                    position: absolute;
                    opacity: 0;
                    visibility: hidden;
                    transform: translateY(30px);
                    padding: 15px;
                    transition: transform 350ms, opacity 300ms, visibility 400ms;

                    a {
                        padding: 5px 0;
                        display: block;
                    }
                }
            }

            > ul {
                display: flex;
                align-items: center;

                .back {
                    display: none;
                }

                > li {
                    position: relative;

                    > a {
                        text-transform: uppercase;
                        display: flex;
                        align-items: center;
                        text-decoration: none;
                        color: #fff;

                        i {
                            display: block;
                            margin-left: 5px;
                            transition: transform 300ms;
                        }
                    }

                    &:not(:last-child) {
                        margin-right: 15px;
                        padding-right: 15px;
                        border-right: 1px solid #fff;
                    }

                    &:hover {
                        i {
                            transform: rotate(180deg);
                        }

                        ul {
                            transition: transform 350ms, opacity 300ms, visibility 0;
                            opacity: 1;
                            visibility: visible;
                            transform: translateY(0);
                        }
                    }
                }
            }
        }
    }

    .header-middle {
        position: relative;
        padding: 25px 0 35px 0;

        .container {
            display: flex;
            align-items: center;
            justify-content: space-between;

            &::before,
            &::after {
                display: none;
            }
        }

        .hm-logo {
            a {
                display: block;
                text-decoration: none;
            }

            img {
                display: block;
                height: 80px;
                width: auto;
            }
        }
    }

    .hm-search {
        form {
            position: relative;
        }

        input {
            min-width: 470px;
            box-sizing: border-box;
            padding-right: 50px;
            outline: none;
        }

        button {
            position: absolute;
            top: 0;
            right: 0;
            height: 100%;
            width: 50px;
            border: none;
            background-color: transparent;
            cursor: pointer;
            background-image: url(../styleimg/search.png);
            background-repeat: no-repeat;
            background-position: center;
            background-size: 24px auto;

        }
    }

    .header-bottom {
        background-color: #d3d3d3;
        padding: 0 30px;

        .menu-mobile-header {
            display: none;
        }

        .hb-burger {
            display: none;
            align-items: center;
            cursor: pointer;

            a {
                text-decoration: none;
                width: 24px;
                margin-right: 15px;

                &::before,
                &::after,
                span {
                    display: block;
                    height: 2px;
                    background-color: #222;
                }

                &::before,
                &::after {
                    content: '';
                }

                span {
                    margin: 5px 0;
                }
            }

            > span {
                font-weight: 500;
            }
        }

        .hb-actions {
            display: none;
            align-items: center;

            i {
                font-size: 24px;
                color: #232323;
            }
        }

        nav {
            position: relative;

            ul {
                float: none;
            }

            .new-mega-menu {
                box-sizing: border-box;
                position: absolute;
                left: 0;
                width: 100%;
                padding: 2rem;
                border-top: 10px solid #b00639;
                background-color: #dedede;
                box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
                visibility: hidden;
                opacity: 0;
                transform: translateY(30px);
                transition: transform 350ms, opacity 300ms, visibility 400ms;
                display: flex;
                align-items: flex-start;
                justify-content: space-between;

                .back {
                    display: none;
                    justify-content: flex-start;
                    align-items: center;
                    font-size: 1rem;
                    font-weight: 600;
                    line-height: 1.25;
                    color: #fff;
                    padding: 0 !important;
                    background-color: #b00639;

                    i {
                        font-size: 20px;
                        display: block;
                        padding: 10px 15px 10px 20px;
                        color: #fff;
                    }
                }

                ul {
                    list-style: none;
                    padding: 0;
                    margin: 0;

                    ul {
                        display: none;
                        padding-left: 20px;
                        list-style: square;

                        ul {
                            list-style: circle;
                        }
                    }
                }

                > ul {
                    width: calc(25% - 20px);
                }

                a {
                    display: flex;
                    align-items: center;
                    font-family: inherit;
                    font-size: 1rem;
                    font-weight: 500;
                    line-height: 1.25;
                    padding: 0.5rem 0;
                    border: none;
                    outline: none;
                    color: var(--color-black);
                    text-transform: none;
                    -webkit-transition: color 0.1s ease;
                    transition: color 0.1s ease;

                    i {
                        display: block;
                        margin-left: 5px;
                        transition: transform 300ms;
                    }
                }
            }

            .hb-nav-wrapper {
                > ul {
                    list-style: none;
                    display: flex;
                    align-items: center;
                    justify-content: space-around;
                    padding: 0;
                    margin: 0;

                    > li {
                        > a {
                            padding: 20px 0;
                            display: flex;
                            text-decoration: none;
                            align-items: center;

                            i {
                                display: block;
                                margin-left: 5px;
                                transition: transform 300ms;
                            }
                        }

                        &:hover {
                            > a {
                                i {
                                    transform: rotate(180deg);
                                }
                            }

                            .new-mega-menu {
                                transition: transform 350ms, opacity 300ms, visibility 0s;
                                opacity: 1;
                                visibility: visible;
                                transform: translateY(0);
                            }
                        }
                    }
                }
            }
        }
    }

    @media (max-width: 1360px) {
        .header-bottom {
            padding: 0 20px;
        }
    }

    @media (max-width: 1200px) {
        .container {
          width: 100%;
          box-sizing: border-box;
          padding: 0 20px;
        }

        .header-top {
          nav {
            > ul {
              > li {
                &:not(:last-child){
                  padding-right: 10px;
                  margin-right: 10px;
                }

                > a {
                  font-size: 12px;

                  i {
                    font-size: 18px;
                  }
                }
              }
            }
          }
        }

        .header-middle {
          padding: 15px 0 25px 0;

          .hm-logo {
            img {
              height: 70px;
            }
          }

          .hm-search {
            input {
              min-width: 400px;
            }
          }
        }

        .header-bottom {
            padding: 20px;

            nav {
                position: fixed;
                visibility: hidden;
                opacity: 0;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-color: rgba(0,0,0,.5);
                transition: visibility 400ms, opacity 350ms;

                .new-mega-menu, .new-mega-menu .menu-item-has-children ul {
                    display: block;
                    position: absolute;
                    background-color: #dedede;
                    border: none;
                    padding: 0;
                    height: 100%;
                    width: 100%;
                    z-index: 1;
                    overflow-y: auto;
                    top: 0;
                    box-shadow: none;
                    opacity: 1;
                    visibility: visible;
                    transition: transform 300ms linear;
                    transform: translateX(-100vw) !important;

                    .back {
                        display: flex;
                        align-items: center;
                    }

                    ul {
                        width: 100%;
                    }
                }

                .hb-nav-wrapper {
                    background-color: #dedede;
                    max-width: 600px;
                    height: 100%;
                    overflow-y: auto;
                    transform: translateX(-100vw);
                    transition: transform 300ms;

                    > ul {
                        height: 100%;
                        position: relative;
                        display: block;
                        border-top: 1px solid rgba(0, 0, 0, 0.1);

                        li {
                            border-bottom: 1px solid rgba(0, 0, 0, 0.1);;

                            a {
                                padding: 10px 0 10px 20px;
                                justify-content: space-between;
                                position: relative;

                                i {
                                    position: absolute;
                                    right: 0;
                                    top: 1px;
                                    bottom: 1px;
                                    width: 50px;
                                    font-size: 22px;
                                    margin: 0;
                                    transform: rotate(-90deg) !important;
                                    display: flex;
                                    align-items: center;
                                    justify-content: center;
                                }
                            }

                            &.active {
                                a {
                                    i {
                                        transform: rotate(0) !important;
                                    }
                                }

                                > .new-mega-menu,
                                > ul {
                                    transform: translateX(0) !important;
                                }
                            }
                        }

                        > li:first-child {
                            border-top: 1px solid #b00639;
                        }
                    }
                }

                &.active {
                    transition: visibility 0ms, opacity 200ms;
                    visibility: visible;
                    opacity: 1;

                    .hb-nav-wrapper {
                        transform: translateX(0);
                    }
                }
            }

            .hb-burger {
                display: inline-flex;
            }

            .menu-mobile-header {
                display: flex;
                justify-content: flex-end;

                button {
                    height: 50px;
                    width: 50px;
                    border: none;
                    background-color: #fff;
                    font-size: 35px;
                }
            }
        }
    }
    
    @media (max-width: 991px) {
        .header-top {
            display: none;
        }

        .header-middle {
            padding: 15px 0;

            .hm-search {
                display: none;
            }
        }

        .header-bottom {
            padding: 10px 20px;
            display: flex;
            align-items: center;
            justify-content: space-between;

            nav {
                z-index: 10;
            }

            .top-nav-first {
                margin-top: 50px;
                border-top: 1px solid #b00639;
            }

            .hb-actions {
                display: flex;

                .hb-search > a,
                .hb-account > a {
                    padding: 10px;
                    display: block;
                }

                > a:first-child {
                    margin-right: 10px;
                }

                .hb-account {
                    position: relative;

                    > a {
                        padding: 5px;

                        i {
                            font-size: 30px;
                        }
                    }

                    ul {
                        position: absolute;
                        margin: 0;
                        list-style: none;
                        display: grid;
                        grid-template-columns: 1fr;
                        gap: 10px;
                        right: 0;
                        background-color: #fff;
                        padding: 20px;
                        transform: translateY(30px);
                        opacity: 0;
                        visibility: hidden;
                        transition: opacity 300ms, transform 350ms, visibility 400ms;
                    }

                    &.active {
                        ul {
                            opacity: 1;
                            visibility: visible;
                            transform: translateY(0);
                            transition: opacity 300ms, transform 350ms, visibility 0ms;
                        }
                    }
                }
            }

            .hb-search {
                display: none;
                position: relative;
            }

            .hm-search {
                position: relative;

                input {
                    border: 1px solid #999;
                    min-width: 400px;
                    color: #222 !important;

                    &::placeholder {
                        color: #222;
                        opacity: 1; /* Firefox */
                    }

                    &::-ms-input-placeholder { /* Edge 12 -18 */
                        color: #222;
                    }
                }

                button {
                    filter: brightness(1) invert(1);
                    opacity: .7;
                }
            }
        }
    }

    @media (max-width: 767px) {
        .header-middle {
            padding: 0;

            .hm-logo {
                img {
                    height: 50px;
                }
            }
        }

        .header-bottom {
            position: relative;

            nav {
                z-index: 10;

                .new-mega-menu {
                    .back {
                        i {
                            padding-left: 10px;
                        }

                        span {
                            font-size: 16px;
                        }
                    }
                }
            }

            .hb-nav-wrapper {
                max-width: unset;
                width: 280px;

                ul {
                    li {
                        font-size: 14px;

                        a {
                            font-size: 14px;
                            line-height: 16px;
                        }
                    }
                }

                > ul {
                    li {
                        a {
                            padding-left: 10px !important;

                            i {
                                font-size: 18px !important;
                                width: 36px !important;
                                padding: 0;
                            }
                        }
                    }
                }
            }

            .hb-actions {
                .hb-search {
                    display: block;
                    position: static;
                }
            }

            .hm-search {
                display: block;
                position: absolute;
                visibility: hidden;
                opacity: 0;
                transform: translateY(30px);
                left: 15px;
                right: 15px;
                width: auto;
                background-color: #fff;
                top: 66px;
                z-index: 1;
                transition: transform 400ms, opacity 350ms, visibility 500ms;

                button {
                    background-size: 16px auto;
                }

                .soeg {
                    width: 100%;
                    min-width: unset;
                    padding: 13px 20px;
                    font-size: 14px;
                    line-height: 16px;
                }

                &.active {
                    visibility: visible;
                    opacity: 1;
                    transform: translateY(0);
                    transition: transform 400ms, opacity 350ms, visibility 0;
                }
            }
        }
    }
}

#front-slider .slick-slide .front-slider-item {
    display: flex !important;
}

#front-slider .front-slider-item {
    display: flex;
}

#front-slider .slider-image {
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#front-slider .slider-image img {
    display: none;
}

#front-slider .slider-content {
    width: 42%;
    padding: 0 4% 30px 4%;
    color: #fff;
    background-color: #b00639;
}

#front-slider .slick-dots,
#reviews-slider .slick-dots {
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: center;
}

#front-slider .slick-dots button,
#reviews-slider .slick-dots button {
    border: solid 1px #b00639;
    border-radius: 120px;
    font-size: 0;
    background-color: transparent;
    transition: background-color 300ms;
    margin: 0 5px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    outline: none;
}


#front-slider .slick-dots .slick-active button,
#reviews-slider .slick-dots .slick-active button {
    background-color: #b00639;
}

#front-slider .slick-arrow,
#reviews-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    border: none;
    background-color: transparent;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

#front-slider .slick-arrow.slick-prev,
#reviews-slider .slick-arrow.slick-prev {
    left: -20px;
    height: 20px;
    width: 20px;
}

.add-to-whishlist {
    display: flex;
    align-items: center;
    text-align: left;
    justify-content: center;
    margin-top: 15px;
}

.add-to-whishlist .filled-heart {
    opacity: 0;
    transition: opacity 300ms;
}

.add-to-whishlist.active .filled-heart {
    opacity: 1;
}

.add-to-whishlist svg {
    height: 30px;
    width: 30px;
}

.add-to-whishlist span {
    margin-left: 10px;
    font-size: 15px;
    line-height: normal;
    display: inline-block;
}

.home-news {
    clear: both;
}

.home-news-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.home-news h2 {
    margin-bottom: 30px;
}

.home-news .news-block {
    width: calc(25% - 15px);
    background-color: #fff;
    margin-bottom: 40px;
    transition: box-shadow 300ms;
}

.home-news .news-block:hover {
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .16);
}

.home-news .news-block__img {
    width: 100%;
}

.home-news .news-block__img img {
    height: 280px;
}

.home-news .news-block h3 {
    font-size: 18px;
    height: auto !important;
    min-height: 40px;
}

.home-news .news-block a {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 20px;
    box-sizing: border-box;
}

.home-news .news-block__content {
    padding: 0 20px;
}

.home-news .news-block .bggreylight {
    margin: 0 20px;
    padding: 10px 20px;
    text-align: center;
}


.home-news .news-block button {
    padding-left: 30px;
    padding-right: 30px;
}

.guarantee-item {
    display: block;
    padding-bottom: 20px;
    transition: box-shadow 300ms;
}

.guarantee-item img {
    max-height: 100px;
    width: auto;
}

.guarantee-item:hover {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
}

.checkout-shipping {
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-top: 20px;
}

.checkout-shipping .checkout-shipping__details {
    display: none;
}

.checkout-shipping .checkout-shipping__selector {
    cursor: pointer;
}

.checkout-shipping .checkout-shipping__selector input {
    display: none;
}

.checkout-shipping .checkout-shipping__selector label {
    display: block;
    margin: 0;
    padding: 15px 15px 15px 50px;
    line-height: 20px;
    cursor: pointer;
    position: relative;
}

.checkout-shipping .checkout-shipping__selector label span {
    display: block;
    font-weight: normal;
    margin-top: 5px;
}

.checkout-shipping .checkout-shipping__selector label::before {
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    left: 15px;
    top: 15px;
    border-radius: 20px;
    box-sizing: border-box;
    border: 1px solid #ccc;
}

.checkout-shipping .checkout-shipping__selector label::after {
    content: '';
    position: absolute;
    height: 12px;
    width: 12px;
    left: 19px;
    top: 19px;
    border-radius: 20px;
    box-sizing: border-box;
    background-color: #011e41;
    transition: transform 300ms;
    transform: scale(0);
}

.checkout-shipping .checkout-shipping__selector input:checked + label::after {
    transform: scale(1);
}

.checkout-shipping.active .checkout-shipping__details {
    display: block;
    margin: 0 15px;
    border-top: 1px solid #ccc;
    padding-top: 15px;
}

.checkout-shipping.active .checkout-shipping__details .form-control {
    width: 100%;
}


.cart-dropdown-qty {
    display: flex;
    align-items: center;
}

.cart-dropdown-qty i {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    border: 1px solid #ccc;
    font-size: 16px;
    font-style: normal;
    box-sizing: border-box;
}

.cart-dropdown-qty input {
    display: block;
    height: 20px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    width: 50px;
    text-align: center;
    font-size: 16px;
}

.popover-content {
    position: relative;
}

.popover-content .cart-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .8);
    z-index: 100;
    display: none;
    background-image: url(../images/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
}

.select2-container {
    z-index: 1070;
}

.cart-dropdown-qty .select2-container--default .select2-selection--single,
.cart-dropdown-qty .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 30px !important;
}

.cart-dropdown-qty .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 30px !important;
}

.lb-data .lb-caption {
    display: none !important;
}

.home-reviews {
    padding: 40px 0 60px 0;
}

.home-reviews h2 {
    margin-bottom: 30px;
}

.home-reviews .container {
    width: auto;
    max-width: unset;
}

.home-reviews .slick-slide {
    padding: 0 10px;
    transition: opacity 300ms;
    opacity: .2;
}

.home-reviews .slick-slide.slick-center {
    opacity: 1;
}

.home-reviews .slick-list {
}

.home-reviews .review-item .review-item__text {
    border-radius: 5px;
    background-color: #b00639;
    padding: 30px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    box-sizing: border-box;
}

.home-reviews .review-item .review-item__author {
    font-weight: 600;
    margin-top: 15px;
    font-size: 18px;
    margin-bottom: 5px;
}

.home-reviews .review-item .review-item__position,
.home-reviews .review-item .review-item__company {
    color: #999;
}

.home-reviews .review-item svg {
    display: block;
    margin-bottom: 10px;
}

#reviews-slider .slick-dots {
    display: none !important;
}

#reviews-slider .slick-arrow {
    background-color: #b00639;
    height: 40px !important;
    width: 40px !important;
    opacity: 1 !important;
    border-radius: 20px;
    z-index: 2;
    cursor: pointer;
    top: 35%;
    transform: translateY(-35%);
    background-size: auto 20px;
}

#reviews-slider .slick-arrow.slick-prev {
    left: 15%;
    background-position: 13px center;
    background-image: url(../images/chevron-left-icon.svg);
}

#reviews-slider .slick-arrow.slick-next {
    background-position: 16px center;
    background-image: url(../images/chevron-right-icon.svg);
    right: 15%;
}

.sign-up-modal {
    position: fixed;
    display: flex;
    bottom: 0;
    right: 0;
    z-index: 1000;
    transform: translateY(100%);
    width: 740px;
    background-color: #b00639;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .4);
    transition: transform 400ms;
}

.sign-up-modal.active {
    transform: translateY(0);
}

.sign-up-modal h3 {
    color: #fff;
    margin-top: 0;
    padding: 0 20px;
}

.sign-up-modal-close {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.sign-up-modal-close svg {
    display: block;
    width: 30px;
    height: auto;
}

.sign-up-modal__form {
    width: 50%;
}

.sign-up-modal__img {
    width: 50%;
}

.sign-up-modal__img img {
    display: block;
    max-width: 100%;
    height: auto;
    width: auto;
}

.sign-up-modal iframe {
    height: 100% !important;
    width: 100%;
}

.recommended-products {
    padding: 40px 0 60px 0;
}

.recommended-products-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}

.recommended-products .recommended-product,
.cart-suggest-popup .recommended-product {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.recommended-products .recommended-product__img,
.cart-suggest-popup .recommended-product__img {
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 15px;
}

.recommended-products .recommended-product__title,
.cart-suggest-popup .recommended-product__title {
    font-weight: 700;
    margin-bottom: 10px;
}

.partners-slider {
    margin-top: 60px;
    margin-bottom: 30px;
}

.partners-slider h2 {
    text-align: center;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 0;
}

.continue-checkout-btn {
    position: absolute;
    right: 30px;
    top: 60px;
}

#partners-slider:not(.slick-slider) {
    display: flex;
    align-items: center;
}


.partners-slider .slick-track {
    display: flex;
    align-items: center;
}

.partners-slider .slick-slide,
#partners-slider:not(.slick-slider) div {
    padding: 0 30px;
}

.partners-slider .slick-slide img {
    display: block;
    max-width: 200px;
    max-height: 50px;
    width: auto;
    height: auto;
    filter: brightness(0%);
}

.new-prod-badge {
    display: flex;
    align-items: flex-start;
}

.new-prod-badge span {
    display: block;
    font-size: 11px;
    background-color: red;
    color: #fff;
    border-radius: 3px;
    padding: 3px 8px;
    margin-left: 10px;
    font-weight: 600;
    white-space: nowrap;
}

.quantity-input-field {
    position: relative;
}

.quantity-input-field input {
    padding: 6px 30px !important;
    box-sizing: border-box;
    text-align: center;
    height: 50px;
}

.quantity-input-field span {
    position: absolute;
    top: 0;
    height: 100%;
    width: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
}

.quantity-input-field span:first-child {
    left: 0;
    border-right: 1px solid #efefef;
}

.quantity-input-field span:last-child {
    right: 0;
    border-left: 1px solid #efefef;
}

.footer-nav {
    padding-top: 40px;
}

.footer-nav .gridContainer {
    width: auto;
    max-width: 100%;
    box-sizing: border-box;
    display: grid;
    padding: 0 3rem;
    grid-template-columns:  repeat(5, 1fr);
    gap: 30px;
}

.footer-nav .gridContainer::before,
.footer-nav .gridContainer::after {
    display: none;
}

.footer-nav .gridContainer .col5 {
    margin: 0;
    width: auto;
}

.footer-nav #mc_embed_signup_scroll {
    padding: 20px;
}

.footer-nav #mc_embed_signup_scroll h2 {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 0;
}

.footer-nav .indicates-required {
    margin-bottom: 20px;
}

.footer-nav .mc-field-group {
    margin-bottom: 15px;

    .mce_inline_error {
        margin-bottom: 0;
    }
}

.footer-nav .mc-field-group label {
    display: block;
    margin-bottom: 5px;
}

.footer-nav .mc-field-group input {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 15px;
    box-sizing: border-box;
}

.footer-nav input[type="submit"] {
    display: block;
    width: 100%;
    background-color: #6B0505 !important;
    color: #fff !important;
    transition: transform 300ms;
    height: 40px;
    box-sizing: border-box;
}

.footer-nav input[type="submit"]:hover {
    transform: scale(1.05);
}


#sidebar-filter {
    aside {
        max-height: calc(100vh - 40px);
        overflow-y: auto;
        position: sticky;
        top: 20px;
    }
}

.category-page {
    .container {
        .row {
            display: flex;
            flex-wrap: wrap;
        }
    }

    .product-card {
        border: 1px solid #eee;
        border-radius: 2px;
        padding: 10px;
        margin-bottom: 16px;
        min-height: 150px;
        background-color: #fff;

        &::after {
            content: '';
            display: block;
            clear: both;
        }
    }
}

.price-development-overview {
    padding-bottom: 50px;

    h2 {
        text-align: center;
        margin-bottom: 50px;
    }

    .pdo-items {
        padding-bottom: 40px;

        .pdo-module {
            padding: 30px;
            margin-top: 30px;
            border-radius: 15px;
            background-color: #d3d3d3;
            box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .4);

            &:nth-child(2n) {
                background-color: #efefef;
            }

            .pdo-module__header {
                h3 {
                    text-align: center;
                    margin: 0 0 40px 0;
                }
            }

            .pdo-module__content {
                ol {
                    list-style: none;

                    li[data-list="bullet"] {
                        list-style: disc;
                    }

                    li[data-list="ordered"] {
                        list-style: decimal;
                    }

                    li[data-list="unchecked"] {
                        list-style: square;
                    }
                }
            }
        }
    }

    .pdo-pagination ul {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        list-style: none;
        margin: 0;
        padding: 0;

        li {
            padding: 0 5px;
            margin-bottom: 10px;
        }

        a {
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            border: 1px solid #d3d3d3;
            transition: all 300ms;
            width: 30px;
            height: 30px;
            border-radius: 4px;
            font-weight: 500;
            font-size: 14px;
        }

        a:hover {
            background-color: #e5e5e5;
        }

        a.active {
            font-weight: 600;
            color: #fff;
            background-color: #b00639;
            border-color: #b00639;
        }
    }
}

@media (max-width: 1200px) {
    .header .container {
        width: auto !important;
    }

    .price-development-overview {
        padding-left: 15px !important;
        padding-right: 15px !important;
        width: 100% !important;
        box-sizing: border-box;
    }

    .home-news .news-block {
        width: calc(50% - 15px);
    }

    .home-news .news-block__img img {
        margin: 0 auto;
        display: block;
    }

    .footer-nav .gridContainer {
        padding: 0 15px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 0;
    }

    .footer-nav .gridContainer .col5 {
        width: calc(25% - 20px);
    }

    .footer-nav .gridContainer .col5:last-child {
        width: 100%;
    }

    .footer-nav #mc_embed_signup {
        width: 100%;
    }

    .footer-nav #mc_embed_signup_scroll {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;

        [hidden] {
            display: none;
        }

        #mce-responses {
            width: 100%;
        }

        .mc-field-group {
            margin-bottom: 0;
            width: calc(25% - 10px);
        }

        input[type="submit"] {
            margin-top: 20px;
            margin-left: auto;
        }
    }

    .footer-nav #mc_embed_signup_scroll h2,
    .footer-nav #mc_embed_signup_scroll .indicates-required {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .continue-checkout-btn {
        position: static;
        display: table;
        margin: 30px auto 0 auto;
    }

    #front-slider .front-slider-item {
        flex-wrap: wrap;
    }

    #front-slider .front-slider-item .slider-image,
    #front-slider .front-slider-item .slider-content {
        width: 100%;
    }

    #front-slider .front-slider-item .slider-image {
        background-image: none;
        padding-bottom: 56.25%;
    }

    #reviews-slider .slick-arrow.slick-prev {
        left: 5%;
    }

    #reviews-slider .slick-arrow.slick-next {
        right: 5%;
    }

    .recommended-products .container {
        width: 100%;
    }

    .recommended-products-list {
        gap: 20px;
    }

    .footer-nav {
        #mc_embed_signup_scroll {
            .mc-field-group {
                width: calc(50% - 20px);
                margin-bottom: 20px;
            }

            input[type="submit"] {
                margin-top: 0px;
            }
        }
    }
}

@media (max-width: 767px) {
    .home-news .news-block {
        width: 100%;
    }

    .favourites-button {
        width: calc(50% - 10px);
        float: left;
        margin-top: 20px;
    }

    .orders-button {
        float: right;
        margin-top: 20px;
        width: calc(50% - 10px);
    }

    .orders-button a {
        width: 100% !important;
    }

    .login-button {
        margin-top: 20px;
        width: 100%;
        max-width: 400px;
    }

    .login-button a {
        width: 100% !important;
    }

    .home-reviews .slick-slide {
        padding: 0 7.5px;
    }

    #reviews-slider .slick-arrow {
        width: 32px !important;
        height: 32px !important;
        background-size: auto 15px;
    }

    #reviews-slider .slick-arrow.slick-prev {
        left: 10px;
        background-position: 10px center;
    }

    #reviews-slider .slick-arrow.slick-next {
        right: 10px;
        background-position: 14px center;
    }

    .sign-up-modal {
        width: 96%;
        box-sizing: border-box;
        padding: 40px 20px;
    }

    .sign-up-modal__form {
        width: 100%;
        min-height: 400px;
    }

    .sign-up-modal__img {
        display: none;
    }

    .recommended-products-list {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .recommended-products h2 {
        font-size: 24px;
    }

    .recommended-products .container {
        max-width: 450px;
    }

    .footer-nav {
        padding-top: 40px;

        .gridContainer {
            padding-left: 15px;
            padding-right: 15px;

            .col5 {
                width: calc(50% - 15px);
                margin-bottom: 40px;
            }
        }

        #mc_embed_signup_scroll {
            .mc-field-group {
                width: 100%;
            }
        }
    }

    .price-development-overview {
        h2 {
            font-size: 25px;
        }

        .pdo-items {
            .pdo-module {
                padding: 20px;

                h3 {
                    font-size: 20px;
                }

                .pdo-module__content {
                    * {
                        font-size: 14px;
                    }
                }
            }
        }
    }
}

/* HER STARTER DESKTOP STYLESHEET - HER STARTER DESKTOP STYLESHEET - HER STARTER DESKTOP STYLESHEET - Var 850px*/
@media only screen and (min-width: 768px) {
    .gridCon {
        width: 100%;
        padding-left: 0%;
        padding-right: 0%;
        margin: auto;
        clear: none;
        float: none;
        margin-left: auto;
    }

    .gridContainer {
        width: 98%;
        max-width: 1200px;
        padding-left: 1%;
        padding-right: 1%;
        margin: auto;
        clear: none;
        float: none;
        margin-left: auto;
    }

    .row {
        clear: both;
    }

    .col1 {
        width: 100%;
        margin: 0%;
    }

    .colsoeg {
        width: 52%;
        margin: 49px 0%;
        clear: none;
    }

    .col2 {
        width: 50%;
        margin: 0;
        clear: none;
    }

    .col2menu {
        width: 80%;
        /*margin: 0 1%;*/
        clear: none;
    }

    .col3menu {
        width: 18%;
        margin: 0 1%;
        clear: none;
    }

    .col21 {
        width: 50%;
        margin: 0 0%;
        clear: none;
        min-height: 400px;
    }

    .col22 {
        width: 42%;
        margin: 0 0%;
        padding: 0 4%;
        clear: none;
        min-height: 400px;
    }

    .col3 {
        width: 31.3%;
        margin: 0 1%;
        clear: none;
    }

    .col3Antal {
        width: 31.3%;
        margin: 0 1%;
        clear: none;
    }

    .ion-ios-arrow-down {
        padding: 0 0 0 0;
    }

    .col4 {
        width: 21%;
        margin: 0 2%;
        clear: none;
    }

    .col5 {
        width: 18%;
        margin: 0 1%;
        clear: none;
    }

    .col5menu {
        width: auto;
        margin: 0 0%;
        clear: none;
        font-size: small;
        padding: 0px 15px;
        margin-top: 20px;
    }

    .col5menu2 {
        width: 28%;
        margin: 0 1%;
        clear: none;
        margin: 35px 0;
    }

    .col5menu3 {
        width: 20%;
        margin: 0 1%;
        clear: none;
        margin: 48px 0;
    }

    .col5menuLogin {
        width: auto;
        min-width: 150px;
        margin: 0 0%;
        clear: none;
        font-size: small;
        padding: 0 0 0 15px;
        margin-top: 10px;
    }

    .col6 {
        width: 10%;
        margin: 0 1%;
        clear: none;
    }

    .floatright {
        float: right;
        text-align: right;
    }

    .rightborder {
        border-right: 1px solid #fff;
    }

    .soeg {
        background-color: #ffffff40 !important;
        color: #fff !important;
        padding: 15px 15px;
        border: none;
        border-radius: 2px;
        width: 78%;
    }

    .basket {
        width: 100%;
        float: right;
    }

    .menupadding {
        padding: 15px 0;
    }

    .drop {
        display: block;
        float: left;
        width: 25%;
        color: #222;
        text-align: center;
        background-color: #ffffff;
        border-radius: 3px;
        overflow: hidden;
        /*padding: 5px 25px;*/
        margin: 0 10px 10px 0;
    }

    .marginfooter {
        padding-top: 100px;
    }

    .zeroMargin_desktop {
        margin-left: 0;
    }

    .hidedesktop {
        display: none !important;
    }

    .hidemobile {
        display: inline-block;
    }
}

#CybotCookiebotDialog.CybotEdge {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    top: 0 !important;
    transform: none !important;
    left: 0;
    height: 100% !important;
    min-width: unset !important;
    max-width: unset !important;
    width: 100% !important;
    max-height: unset !important;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, .5);
    padding: 0 !important;
}

#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogHeader {
    width: auto !important;
}

#CybotCookiebotDialog.CybotEdge .CybotCookiebotDialogContentWrapper {
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center;
    width: 100% !important;
    background-color: #fff;
    max-width: 900px !important;
    border-radius: 20px;
    padding: 30px !important;
}

#CybotCookiebotDialogHeader {
    margin: 0 auto 40px auto !important;
}

#CybotCookiebotDialogHeaderLogosWrapper {
    flex-direction: row !important;
}

#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogPoweredbyCybot {
    margin-top: 0 !important;
    margin-left: 2rem;
}

#CybotCookiebotDialogFooter {
    margin-top: 40px !important;
    width: 100% !important;
}

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonsWrapper {
    flex-direction: row !important;
    justify-content: space-between !important;
    width: 100% !important;
}

#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyButtons {
    max-width: unset !important;
}

#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
    margin-bottom: 0 !important;
    width: calc(33.33333% - 10px) !important;
    margin-right: 0 !important;
}

@media screen and (min-width: 1280px) {
    #CybotCookiebotDialog.CybotEdge.CybotMultilevel #CybotCookiebotDialogFooter {
        position: static !important;
    }
}

@media (max-width: 1200px) {
    #CybotCookiebotDialogHeader {
        margin-bottom: 0 !important;
    }

    #CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogHeader {
        width: 100% !important;
    }
}

@media (max-width: 991px) {
    #CybotCookiebotDialog.CybotEdge .CybotCookiebotDialogContentWrapper {
        max-width: calc(100% - 40px) !important;
    }
}

@media (max-width: 767px) {
    .product-quantity-field {
        box-sizing: border-box;
        width: calc(100% - 30px) !important;
        margin-bottom: 15px;
    }

    #CybotCookiebotDialog.CybotEdge {
        display: block !important;
    }

    #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonsWrapper {
        flex-direction: column !important;
    }

    #CybotCookiebotDialog.CybotEdge .CybotCookiebotDialogContentWrapper {
        max-width: unset !important;
        padding: 20px !important;
        border-radius: 0 !important;
    }

    #CybotCookiebotDialogFooter {
        padding: 0 !important;
    }

    #CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
        margin-bottom: .5rem !important;
        width: 100% !important;
    }
}
