/* Minification failed. Returning unminified contents.
(2,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(394,17): run-time error CSS1039: Token not allowed after unary operator: '-white'
(401,28): run-time error CSS1039: Token not allowed after unary operator: '-primary-red'
(417,28): run-time error CSS1039: Token not allowed after unary operator: '-white'
(1327,28): run-time error CSS1039: Token not allowed after unary operator: '-primary-red'
(1402,32): run-time error CSS1039: Token not allowed after unary operator: '-primary-red'
(1465,32): run-time error CSS1039: Token not allowed after unary operator: '-primary-red'
(1603,28): run-time error CSS1039: Token not allowed after unary operator: '-primary-red'
(1640,32): run-time error CSS1039: Token not allowed after unary operator: '-primary-red'
(1772,28): run-time error CSS1039: Token not allowed after unary operator: '-white'
(1784,28): run-time error CSS1039: Token not allowed after unary operator: '-lightgrey'
(1790,32): run-time error CSS1039: Token not allowed after unary operator: '-primary-red'
(1791,21): run-time error CSS1039: Token not allowed after unary operator: '-white'
(2020,32): run-time error CSS1039: Token not allowed after unary operator: '-primary-red'
(2403,25): run-time error CSS1039: Token not allowed after unary operator: '-white'
(2410,36): run-time error CSS1039: Token not allowed after unary operator: '-primary-red'
(3151,17): run-time error CSS1039: Token not allowed after unary operator: '-white'
(3152,28): run-time error CSS1039: Token not allowed after unary operator: '-primary-red'
 */
:root {
    --primary-red: #b20000;
    --white: #ffffff;
    --lightgrey: #f5f5f5;
}




* {
    margin: 0;
    padding: 0;
}
body {
    font-size: 14px;
}

a {
    cursor: pointer;
}
    a:hover {
        text-decoration: none;
    }

hr {
    border-top: 1px dotted #363636;
    margin-top: 20px;
    margin-bottom: 20px;
}
    hr.solid {
        border-top: 1px solid #777;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

.hide {
    max-height:0px;
    overflow:hidden;
}

div.hide, span.hide {
    display: none;
}

@media screen and (min-width: 992px) {
    .pl-lg-3 {
        padding-left: 14px !important;
    }

    .pr-lg-3 {
        padding-right: 14px !important;
    }
}

@media screen and (max-width: 991px) AND (min-width: 768px) {
    .pl-md-3 {
        padding-left: 15px !important;
    }
    .pr-md-3 {
        padding-right: 15px !important;
    }
}

@media screen and (max-width: 767px) {
    .p-0 > .row {
        margin-left: 0;
        margin-right: 0;
    }

    .padding-sm-0 {
        padding: 0;
    }
}

.align-bottom {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.align-bottom-container {
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    padding-left:15px;
    padding-right:15px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}
.margin-bottom-25 {
    margin-bottom: 25px;
}
.margin-bottom-30 {
    margin-bottom: 30px;
}
.margin-bottom-50 {
    margin-bottom: 50px;
}
.margin-bottom-15 {
    margin-bottom: 15px;
}
.margin-top-200 {
    margin-top: 200px;
}
.margin-top-150 {
    margin-top: 150px;
}
.margin-top-100 {
    margin-top: 100px;
}
.margin-top-80 {
    margin-top: 80px;
}
.margin-top-50 {
    margin-top: 50px;
}
.margin-top-15 {
    margin-top: 15px;
}
.margin-top-40 {
    margin-top: 40px;
}
.margin-top-30 {
    margin-top: 30px;
}
.margin-top-20 {
    margin-top: 20px;
}

.padding-top-128 {
    padding-top: 128px;
}

.border-left {
    border-left: 1px solid #A5A5A5;
}
.border-bottom-1 {
    border-bottom: 1px solid #fff;
}

.CookieDeclarationDialogText {
    max-width: 750px;
}

.CookieDeclarationIntro {
    max-width: 750px;
}
/* Bootstrap overrides */
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 100%;
        width: 1400px;
    }
}

.carousel-control-prev,
.carousel-control-next {
    z-index:1030;
}

.carousel-control-prev i, 
.carousel-control-next i {
    text-shadow: 0 0 3px #444;
}

@media screen AND (min-width:768px) AND (max-width:992px) {
    .modal-xl {
        max-width: 90%;
    }
}

/*Umbraco overrides*/
.umb-grid ul {
    margin-left: 15px;
}

.umb-grid a {
    color: #000000;
    text-decoration: underline;
}

.umb-grid .carousel-control-prev-icon,
.umb-grid .carousel-control-next-icon {
    font-size: 50px;
}

.umb-grid .carousel-item {
    height: auto;
   /* max-height: 500px;*/
}

.umb-grid img {
    max-width: 100%;
    margin-bottom: 10px;
}

.umb-grid iframe {
    max-width: 100%;
}

.umb-grid .black-background {
    background-color: #000;
    color: #fff;
}

    .umb-grid .black-background a,
    .umb-grid .black-background h1,
    .umb-grid .black-background h2,
    .umb-grid .black-background h3,
    .umb-grid .black-background h4,
    .umb-grid .black-background h5 {
        color: #fff !important;
    }

/*Color + fonts*/
.background-color1 {
    background-color: #2F7F3D;
    color:#fff;
}
.background-color1-90 {
    background-color: rgba(47, 127, 61, 0.90);
}
.background-color2 {
    background-color:#fff;
}
.background-color3 {
    background-color: #84AC7D;
}

.text-color-1 {
    color: #363636;
}
.text-color-2 {
    color: #84AC7D;
}
.text-color-3 {
    color: #0047AB;
}
.text-color-4 {
    color: #fff;
}
.text-color-5 {
    color: #6e6e6e;
}

.font-1 {
    font-family: 'Montserrat',sans-serif;
}

.font-size-16 {
    font-size: 16px;
}
.font-size-18 {
    font-size: 18px;
}

.font-semibold {
    font-weight: 600;
}

.rotate-right {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    /* Safari */
    -webkit-transform: rotate(90deg);
    /* Firefox */
    -moz-transform: rotate(90deg);
    /* IE */
    -ms-transform: rotate(90deg);
    /* Opera */
    -o-transform: rotate(90deg);
    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.rotate-left {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    /* Safari */
    -webkit-transform: rotate(-90deg);
    /* Firefox */
    -moz-transform: rotate(-90deg);
    /* IE */
    -ms-transform: rotate(-90deg);
    /* Opera */
    -o-transform: rotate(-90deg);
    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-1);
}

.rotate-right-45 {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    /* Safari */
    -webkit-transform: rotate(45deg);
    /* Firefox */
    -moz-transform: rotate(45deg);
    /* IE */
    -ms-transform: rotate(45deg);
    /* Opera */
    -o-transform: rotate(45deg);
    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0.5);
}

.rotate-left-45 {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    /* Safari */
    -webkit-transform: rotate(-45deg);
    /* Firefox */
    -moz-transform: rotate(-45deg);
    /* IE */
    -ms-transform: rotate(-45deg);
    /* Opera */
    -o-transform: rotate(-45deg);
    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-0.5);
}

.text-white-space-pre-line {
    white-space: pre-line;
}

.border-lightgrey {
    border-bottom: 1px solid #dcdcdc !important;
}

.border-darkgrey {
    border: 1px solid #707070;
}

.separateLine {
    height: 8px;
    background-image: linear-gradient(to right, #061628, #b5d2d3);
}

@media screen AND (max-width:767px) {
    .padding-sm-0 {
        padding: 0;
    }
    .display-sm-none {
        display: none;
    }
}

@media screen AND (min-width:768px) AND (max-width: 991px) {
    .padding-bottom-md-20 {
        padding-bottom: 20px;
    }
}

@media screen AND (min-width:992px) {
    .horizontal-center-lg {
        justify-content: center;
    }
}

.std-red-button {
    color: var(--white);
    height: 49px;
    width: 245px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-red);
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    margin-top: 20px;
    margin-bottom: 20px
}

.std-white-button {
    color: black;
    height: 49px;
    width: 245px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white);
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    margin-top: 20px;
    margin-bottom: 20px
}




.overlay-image {
    position: absolute;
    bottom: 0px; /* Placerer billedet i bunden */
    right: 0px; /* Placerer billedet til højre */
    width: 100px; /* Justér størrelsen efter behov */
    max-height: 50px
}

.image-container {
    position: relative;
}

.main-image {
    width: 100%;
    height: auto;
}



/* Pop-up box modal */
#popupBox-modal {
    padding: 0;
}

    #popupBox-modal .modal-dialog {
        max-width: 600px;
    }

    #popupBox-modal .modal-content {
        padding: 30px;
        border-radius: 0;
        border: none;
        font-family: 'Montserrat',sans-serif;
        -webkit-box-shadow: 0 0 10px #444;
        -moz-box-shadow: 0 0 10px #444;
        box-shadow: 0 0 10px #444;
    }

        #popupBox-modal .modal-content .text {
            font-size: 16px;
        }

    #popupBox-modal .close {
        border: none;
        font-size: 16px;
        position: absolute;
        right: -8px;
        top: -12px;
        opacity: 1;
        border-radius: 50%;
        background-color: #000;
        color: #fff;
        width: 30px;
        height: 30px;
    }

        #popupBox-modal .close:focus {
            outline: none;
        }


/********************************************************************************************************************
*********************************************** HEADER / NAVIGATION *************************************************
********************************************************************************************************************/

/*******************************************************
********************** LARGE HEADER ********************
********************************************************/

/* TOP LINKS */
#header-icon-links {
    margin: 0;
    padding-top: 10px;
    /*height: 40px;*/
    display: flex;
    align-items: center;
}

    #header-icon-links li a {
        padding: 0 10px; 
        color: #fff;
    }

        #header-icon-links li:last-child a {
            padding: 0 0 0 10px;
        }

        #header-icon-links li a i {
            font-size: 20px;
            color: #818285;
        }

    #header-icon-links li img {
        object-fit: cover;
        object-position: center center;
        height: 30px; 
        width: 30px;
    }

header #trust-pilot {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: end;
    margin-right: -15px;
}

/* FIXED HEADER */
.pinned {
    position: fixed;
    left: 0;
    z-index: 1045;
    width: 100%;
    background-color: #fff;
}

.pinned-visible {
    top: 0;
    transition: all 0.50s ease-out;
}

.pinned-hidden {
    top: -160px;
    transition: all 0.50s ease-in;
}


/* HORIZONTAL MENU */
header #large-menu {
    background-color: #000000;
    font-family: 'Montserrat', sans-serif;
    height: 80px;
}

#dynamic-menu {
    *zoom: 1;
    clear: both;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 100;
    position: relative;
    width: 100%;
}

    #dynamic-menu ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
        display: flex;
        align-items: center;
    }

        #dynamic-menu ul li {
            position: relative;
            display: block;
        }

    #dynamic-menu a {
        text-decoration: none;
        white-space: nowrap;
        display: block;
    }

    #dynamic-menu .horizontal-menu.init {
        overflow: hidden;
    }

    #dynamic-menu .horizontal-menu > li {
        float: left;
        display: block;
    }

    #dynamic-menu > .horizontal-menu > li > a {
        font-size: 15px;
        font-weight: 600;
        color: #fff;
        height: 80px;
        padding: 0 25px;
        display: flex;
        align-items: center;
    }

    #dynamic-menu > .horizontal-menu > li:first-child a {
        padding-left: 0px;
    }

        #dynamic-menu > .horizontal-menu > li > a i {
            margin-left: 8px;
        }

    #dynamic-menu .horizontal-menu .overflow-root > a {
        display: flex;
        display: flex;
        align-items: center;
        float: right;
        height: 45px;
        height: 80px;
    }

        #dynamic-menu .horizontal-menu .overflow-root > a .collapse-menu-toggle {
            width: 25px;
            height: 21px;
        }

        #dynamic-menu .horizontal-menu .overflow-root > a .bar {
            display: block;
            width: 100%;
            height: 3px;
            background-color: #fff;
            margin-bottom: 6px;
        }

    /* VERTICAL MENU*/
    #dynamic-menu .horizontal-menu > li .vertical-menu {
        display: none;
    }

    #dynamic-menu .horizontal-menu .vertical-menu.burger-menu .vertical-menu {
        padding-bottom: 0;
    }

    #dynamic-menu .horizontal-menu .vertical-menu.burger-menu {
        right: 0;
        left: auto;
    }

@media only screen and (min-width:1200px) {
    #dynamic-menu .horizontal-menu > li > .vertical-menu {
        position: absolute;
        top: 100%;
        left: 0;
    }

    /*#dynamic-menu .horizontal-menu > li.open > a .fa-caret-down,
    #dynamic-menu .horizontal-menu > li.open > a .fa-caret-left,
    #dynamic-menu .horizontal-menu > li.open > a .fa-caret-right {
        display: none;
    }*/


    #dynamic-menu .horizontal-menu > li > a .fa-caret-down {
        transform: rotate(0deg);
        transition: all 0.3s ease-in-out;
    }
    #dynamic-menu .horizontal-menu > li.open > a .fa-caret-down {
        transform: rotate(180deg);
        transition: all 0.3s ease-in-out;
    }

    #dynamic-menu .horizontal-menu > li .vertical-menu li a .fa-caret-down {
        transform: rotate(0deg);
        transition: all 0.3s ease-in-out;
    }

    #dynamic-menu .horizontal-menu > li .vertical-menu li.open a .fa-caret-down {
        transform: rotate(180deg);
        transition: all 0.3s ease-in-out;
    }

    #dynamic-menu .horizontal-menu > li.overflow-root .vertical-menu .vertical-menu li a .fa-caret-down {
        transform: rotate(0deg);
        transition: all 0.3s ease-in-out;
    }

    #dynamic-menu .horizontal-menu > li.overflow-root .vertical-menu .vertical-menu li.open a .fa-caret-down {
        transform: rotate(180deg);
        transition: all 0.3s ease-in-out;
    }

    /*#dynamic-menu .horizontal-menu > li.open > a .fa-caret-up {
        display: inline-block;
    }*/

/*    #dynamic-menu .horizontal-menu > li .vertical-menu li.open a .fa-caret-down,
    #dynamic-menu .horizontal-menu > li .vertical-menu li.open a .fa-caret-left,
    #dynamic-menu .horizontal-menu > li .vertical-menu li.open a .fa-caret-right {
        display: none;
    }

    #dynamic-menu .horizontal-menu > li .vertical-menu li.open a .fa-caret-up {
        display: inline-block;
    }*/

/*    #dynamic-menu .horizontal-menu > li.overflow-root .vertical-menu li.open a .fa-caret-down,
    #dynamic-menu .horizontal-menu > li.overflow-root .vertical-menu li.open a .fa-caret-right,
    #dynamic-menu .horizontal-menu > li.overflow-root .vertical-menu li.open a .fa-caret-left,
    #dynamic-menu .horizontal-menu > li.overflow-root .vertical-menu .vertical-menu li.open a .fa-caret-down,
    #dynamic-menu .horizontal-menu > li.overflow-root .vertical-menu .vertical-menu li.open a .fa-caret-right,
    #dynamic-menu .horizontal-menu > li.overflow-root .vertical-menu .vertical-menu .vertical-menu li.open a .fa-caret-left,
    #dynamic-menu .horizontal-menu > li.overflow-root .vertical-menu .vertical-menu .vertical-menu li.open a .fa-caret-down,
    #dynamic-menu .horizontal-menu > li.overflow-root .vertical-menu .vertical-menu .vertical-menu li.open a .fa-caret-right,
    #dynamic-menu .horizontal-menu > li.overflow-root .vertical-menu .vertical-menu .vertical-menu li.open a .fa-caret-left {
        display: none;
    }

    #dynamic-menu .horizontal-menu > li.overflow-root .vertical-menu li.open a .fa-caret-up,
    #dynamic-menu .horizontal-menu > li.overflow-root .vertical-menu .vertical-menu li.open a .fa-caret-up,
    #dynamic-menu .horizontal-menu > li.overflow-root .vertical-menu .vertical-menu .vertical-menu li.open a .fa-caret-up {
        display: inline-block;
    }*/

   /* #dynamic-menu .horizontal-menu > li > a .fa-caret-up,
    #dynamic-menu .horizontal-menu > li > a .fa-caret-left,
    #dynamic-menu .horizontal-menu > li > a .fa-caret-right {
        display: none;
    }*/

/*    #dynamic-menu .horizontal-menu > li .vertical-menu li a .fa-caret-up,
    #dynamic-menu .horizontal-menu > li .vertical-menu li a .fa-caret-left,
    #dynamic-menu .horizontal-menu > li .vertical-menu li a .fa-caret-right {
        display: none;
    }


    #dynamic-menu .horizontal-menu > li.overflow-root .vertical-menu li a .fa-caret-up,
    #dynamic-menu .horizontal-menu > li.overflow-root .vertical-menu li a .fa-caret-right,
    #dynamic-menu .horizontal-menu > li.overflow-root .vertical-menu li a .fa-caret-left,
    #dynamic-menu .horizontal-menu > li.overflow-root .vertical-menu .vertical-menu li a .fa-caret-up,
    #dynamic-menu .horizontal-menu > li.overflow-root .vertical-menu .vertical-menu li a .fa-caret-right,
    #dynamic-menu .horizontal-menu > li.overflow-root .vertical-menu .vertical-menu li a .fa-caret-left,
    #dynamic-menu .horizontal-menu > li.overflow-root .vertical-menu .vertical-menu .vertical-menu li a .fa-caret-up,
    #dynamic-menu .horizontal-menu > li.overflow-root .vertical-menu .vertical-menu .vertical-menu li a .fa-caret-right,
    #dynamic-menu .horizontal-menu > li.overflow-root .vertical-menu .vertical-menu .vertical-menu li a .fa-caret-left {
        display: none;
    }

    #dynamic-menu .horizontal-menu > li.overflow-root .vertical-menu li a .fa-caret-down,
    #dynamic-menu .horizontal-menu > li.overflow-root .vertical-menu .vertical-menu li a .fa-caret-down,
    #dynamic-menu .horizontal-menu > li.overflow-root .vertical-menu .vertical-menu .vertical-menu li a .fa-caret-down {
        display: inline-block;
    }*/
}

/* MOTAS */
#dynamic-menu .horizontal-menu.init {
    height: 55px;
}

    #dynamic-menu .horizontal-menu.init > .menu-item {
        visibility: hidden;
    }

#dynamic-menu .horizontal-menu > li .vertical-menu {
    background-color: rgba(75,75,75,.97);
}

    #dynamic-menu > .horizontal-menu > li.overflow-root {
        margin-left: 10px;
        position: absolute;
        right: 0;
    }

        #dynamic-menu > .horizontal-menu > li.overflow-root > a {
            padding-left: 40px;
            padding-right: 0;
        }

    #dynamic-menu > .horizontal-menu > li.menu-item > .vertical-menu {
        background-color: rgba(75,75,75,.97);
        min-width: 100%;
        padding: 10px 0;
    }

        #dynamic-menu > .horizontal-menu > li.menu-item > .vertical-menu li {
            padding: 10px 70px 10px 30px;
        }

    #dynamic-menu > .horizontal-menu > li.menu-item .vertical-menu {
        box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.2);
    }

        #dynamic-menu > .horizontal-menu > li.menu-item .vertical-menu .vertical-menu {
            box-shadow: none;
            background-color: rgba(0,0,0,0.07);
        }

#dynamic-menu > .horizontal-menu .vertical-menu li {
    padding: 10px 20px;
}

#dynamic-menu > .horizontal-menu .vertical-menu a {
    color: #fff;
    font-size: 15px;
}

/* MESSAGE BOXES */
.messageBox {
    position: absolute;
    top: 160px;
    left: 0;
    width: 100%;
    padding: 10px;
    background-color: #FFCE00;
    box-shadow: 0 3px 6px #00000058;
    height: 66px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 15px;
    display: flex;
    align-items: center;
    z-index: 1;
}

    .messageBox .link {
        height: 38px;
        width: 147px;
        background-color: #000000;
        color: #FFFFFF;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .messageBox .text {
        color: #000000;
        font-size: 15px;
        line-height: 19px;
        overflow: hidden;
    }

@media screen AND (max-width:991px) {
    .messageBox .link {
        height: 30px;
        width: 120px;
        overflow: hidden;
        font-size: 14px;
    }

    .messageBox .text {
        color: #000000;
        font-size: 14px;
        line-height: 19px;
        overflow: hidden;
    }
}

@media screen AND (max-width:767px) {
}


/*******************************************************
********************** SMALL HEADER ********************
********************************************************/

/* HEADER */
#small-header {
    font-family: 'Montserrat', sans-serif;
}

    #small-header .home-link-small img {
        max-width: 100%;
    }

    #small-header .top-bar-container {
        background-color: #ffffff;
        height: 80px;
        display: flex;
        align-items: center;
    }

    #small-header .small-menu-container {
        background-color: #000000;
        box-shadow: 0 3px 6px #00000058;
    }

        #small-header .small-menu-container .quick-link {
            height: 80px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            #small-header .small-menu-container .quick-link img {
                height: 33px;
                object-fit: cover;
                object-position: center center;
            }

            #small-header .small-menu-container .quick-link .text {
                font-size: 14px;
                line-height: 20px;
                color: #FFFFFF;
            }

@media screen AND (max-width:991px) {
    #header-icon-links li a {
        padding: 0 12px;
    }

        #header-icon-links li a i {
            font-size: 20px;
        }
}

@media screen AND (max-width:350px) {
    #small-header .small-menu-container .quick-link .text {
        font-size: 12px;
    }
}

/* MENU TOGGLE */
#nav-toggle-box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.nav-toggle-icon {
    width: 36px;
    height: 30px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    cursor: pointer;
    display: inline-block;
}

    .nav-toggle-icon span {
        display: block;
        position: absolute;
        height: 4px;
        width: 100%;
        background: #ffffff;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

        .nav-toggle-icon span:nth-child(1) {
            top: 0px;
        }

        .nav-toggle-icon span:nth-child(2),
        .nav-toggle-icon span:nth-child(3) {
            top: 13px;
        }

        .nav-toggle-icon span:nth-child(4) {
            top: 26px;
        }

    .nav-toggle-icon.open span:nth-child(1) {
        top: 18px;
        width: 0%;
        left: 50%;
    }

    .nav-toggle-icon.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .nav-toggle-icon.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .nav-toggle-icon.open span:nth-child(4) {
        top: 18px;
        width: 0%;
        left: 50%;
    }

@media screen AND (max-width:360px) {
    #nav-toggle-box {
        padding-left: 0;
    }
}

/* MENU */
#small-menu {
    background-color: #4a4949;
    position: absolute;
    top: 160px;
    width: 100%;
    z-index: 1100;
    box-shadow: 0 2px 4px #444;
    padding: 0;
}

/******************************************/
/*           NAVIGATION - SMALL           */
/******************************************/
@media screen AND (max-width:991px) {
    #navbarContent {
        color: #fff;
    }

        #navbarContent .nav-link {
            color: #fff;
            text-align: left;
            padding: 10px 40px;
            display: block;
            font-size: 18px;
            border-bottom: 1px solid #6b6a6a;
        }

        #navbarContent .nav-item.active {
            background-color: inherit;
            box-shadow: none;
        }

            #navbarContent .nav-item.active .nav-link {
                color: #555;
                font-weight: 600;
            }

        #navbarContent .nav-item:first-child .nav-link {
            padding-top: 20px;
        }

        #navbarContent .nav-item:nth-last-child(2) .nav-link {
            padding-bottom: 20px;
        }

        #navbarContent .dropdown .nav-link .fa.fa-caret-down {
            transform: rotate(0deg);
            transition: all 0.3s ease-in-out;
            margin-left: 2px;
            font-size: 15px;
        }

        #navbarContent .dropdown.show .nav-link .fa.fa-caret-down {
            transform: rotate(180deg);
            transition: all 0.3s ease-in-out;
        }

        #navbarContent .dropdown-menu {
            background-color: #818285;
            border-radius: 0;
            border: none;
            margin: 0;
            position: unset !important;
            transform: none !important;
            top: unset !important;
            left: unset !important;
            will-change: unset !important;
        }

            #navbarContent .dropdown-menu .dropdown-item {
                padding: 10px 30px;
                color: #ffffff;
                font-size: 18px;
            }

                #navbarContent .dropdown-menu .dropdown-item .dot {
                    font-weight: 700;
                    margin-left: 25px;
                    margin-right: 5px;
                }

                #navbarContent .dropdown-menu .dropdown-item:focus,
                #navbarContent .dropdown-menu .dropdown-item:active,
                #navbarContent .dropdown-menu .dropdown-item:hover {
                    background-color: #818285;
                }

                #navbarContent .dropdown-menu .dropdown-item.active {
                    background-color: #818285;
                    font-weight: 600;
                }
}

@media screen AND (max-width:767px) {
    #navbarContent .nav-link {
        padding: 10px 20px;
        font-size: 16px;
    }

    #navbarContent .dropdown-menu .dropdown-item {
        font-size: 16px;
    }

        #navbarContent .dropdown-menu .dropdown-item .dot {
            font-weight: 700;
            margin-left: 10px;
            margin-right: 5px;
        } 
}
/* Brand logos */
.pre-footer #brand-logos {
    margin: 50px 0;
}

.pre-footer .brand-logo img {
    filter: grayscale(100%);
    transition: all 0.1s ease-in-out;
    width: auto !important;
    max-width: 100%;
    max-height: 110px;
    object-fit: contain;
    object-position: center center;
}

    .pre-footer .brand-logo img:hover {
        filter: grayscale(0%);
        transition: all 0.1s ease-in-out;
    }

@media screen AND (max-width:767px) {
    .pre-footer #brand-logos {
        margin: 20px 0;
    }
}

/* Footer */
footer {
    background-color: #000000;
    box-shadow: 0 3px 6px #00000058;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    padding: 50px;
    padding-bottom: 60px;
}

    footer ul {
        list-style-type: none;
    }

        footer ul .title {
            font-size: 16px;
            font-weight: 700;
            line-height: 24px;
        }

        footer ul li a {
            font-size: 16px;
            font-weight: 400;
            line-height: 24px;
            color: #fff;
        }

            footer ul li a:hover {
                color: #fff;
            }

    footer .logo {
        padding: 25px 0;
        width: 100%;
        display: flex;
    }

    footer .logo img {
        object-fit: cover;
        object-position: center center;
        max-width: 100%;
    }

    footer .company-info {
        padding: 10px 0;
    }

        footer .company-info a {
            color: #fff;
            font-size: 16px;
            line-height: 24px;
            font-weight: 400;
        }

            footer .company-info a:hover {
                color: #fff;
            }

footer .company-newline {
    display: none;
}

/*footer .soMeAarhus-wrapper {
    text-align: right;
}*/

/*footer .company-info-wrapper {
    text-align: right;
}*/

footer .company-info-wrapper:first-child {
    text-align: left;
}

footer .soMeAarhus-wrapper ul,
footer .soMeSilkeborg-wrapper ul {
    margin: 0;
}

    footer .soMeAarhus-wrapper ul li,
    footer .soMeSilkeborg-wrapper ul li {
        display: inline-flex;
        margin-right: 5px;
    }

@media screen AND (max-width:991px) {
    footer .soMeAarhus-wrapper {
        text-align: left;
    }

    footer .company-info-wrapper {
        text-align: left;
    }

    footer .company-info {
        padding: 20px 0;
    }

    footer .soMeSilkeborg-wrapper ul {
        border-bottom: 1px solid #484848;
        padding-bottom: 20px;
    }
}

@media screen AND (max-width:767px) {
    footer {
        padding: 50px 15px 60px 15px;
    }

        footer .company-info {
            padding: 10px 0;
        }

        footer .soMeSilkeborg-wrapper ul {
            border-bottom: 1px solid #484848;
            padding-bottom: 20px;
        }

        footer .company-newline {
            display: block;
        }
}

@media screen AND (max-width:368px) {
    footer .company-newline {
        display: none;
    }
}
h1, h2, h3, h4, h5 {
    color: #000000;
    line-height: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

h1 {
    font-size: 36px;
    font-weight: 500;
    padding: 30px 0;
}

.frontPage h1 {
    font-weight: 400;
    line-height: 44px;
    color: #000000ED;
    margin-top: 20px;
    padding-bottom: 0;
}

h2 {
    font-size: 32px;
    line-height: 34px;
}

h3 {
    font-size: 28px;
    line-height: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

#content-root {
    padding-top: 160px;
    min-height: calc(100vh - 160px);
}

.bottom-textbox {
    bottom: 0px !important;
    width: 98% !important;
    background-color: var(--primary-red) !important;
    left:15px !important;
    height:119px;
}

    .bottom-textbox a {
    display:flex;
    align-items:center;

    }

    .bottom-textbox .title {
        float: left;
        padding-right: 55px;
        padding-bottom:0 !important;
        width:500px;
    }

    .bottom-textbox .text {
        float: left;
        width: 46%;
        padding-right: 40px;
    }

    .bottom-textbox .std-red-button {
        float:left;
        width:175px;
        height:39px;
        margin-left:20px;
        background-color:rgba(255,255,255,0.5);
    }


    @media screen AND (max-width:1199px) {
        #content-root {
        padding-top: 0;
    }
    .bottom-textbox {
        bottom: 0px !important;
        width: 98% !important;
    }
}

@media screen AND (max-width:991px) {
    h1,
    .frontPage h1 {
        font-size: 25px;
        font-weight: 500;
        padding: 20px 0;
        line-height: 30px;
    }

    h2 {
        font-size: 22px;
        line-height: 28px;
    }

    h3 {
        font-size: 20px;
        line-height: 26px;
    }

    h4 {
        font-size: 18px;
        line-height: 24px;
    }

    h5 {
        font-size: 16px;
        line-height: 22px;
    }

    .bottom-textbox {
        bottom: 0px !important;
        width: 96% !important;
        background-color: var(--primary-red) !important;
        left: 15px !important;
        height: 119px;
        padding: 0 !important;
    }

        .bottom-textbox, .bottom-textbox .title, .bottom-textbox .text, .bottom-textbox .std-red-button {
            float: left;
            font-size: 14px !important;
            line-height: 17px !important;
        }

            .bottom-textbox a {
                display: flex;
                align-items: center;
                height: 100%;
            }

            .bottom-textbox .title {
                padding-right: 35px;
                padding-left: 15px;
                width: 400px;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 2; /* number of lines to show */
                line-clamp: 2;
                -webkit-box-orient: vertical;
                padding-bottom: 0 !important;
            }

            .bottom-textbox .text {
                width: 67%;
                padding-right: 0;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 2; /* number of lines to show */
                line-clamp: 2;
                -webkit-box-orient: vertical;
            }

            .bottom-textbox .std-red-button {
                min-width: 115px;
                height: 39px;
                margin-left: 20px;
                margin-right: 20px;
                background-color: rgba(255,255,255,0.5);
            }
}

@media screen AND (max-width:767px) {
    .frontPage h1 {
        font-size: 25px;
        font-weight: 500;
        padding: 20px 0;
        line-height: 30px;
        margin: 0;
    }

    .bottom-textbox {
        bottom: 0px !important;
        width: 96% !important;
        background-color: var(--primary-red) !important;
        left: 15px !important;
        height: 89px;
        padding: 0 !important;
    }

        .bottom-textbox, .bottom-textbox .title, .bottom-textbox .text, .bottom-textbox .std-red-button {
            float: left;
            font-size: 12px !important;
            line-height: 17px !important;
        }

            .bottom-textbox a {
                display: flex;
                align-items: center;
                height: 100%;
            }

            .bottom-textbox .title {
                padding-right: 35px;
                padding-left: 15px;
                width: 400px;
                color: white !important;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 2; /* number of lines to show */
                line-clamp: 2;
                -webkit-box-orient: vertical;
                padding-bottom: 0 !important;
            }

            .bottom-textbox .text {
                width: 67%;
                padding-right: 0;
                color: white !important;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 2; /* number of lines to show */
                line-clamp: 2;
                -webkit-box-orient: vertical;
            }

            .bottom-textbox .std-red-button {
                min-width: 115px;
                height: 39px;
                margin-left: 20px;
                margin-right: 20px;
                background-color: rgba(255,255,255,0.5);
            }

}

/*****************************************/
/**************FRONTPAGE******************/
/*****************************************/
/* Banner */
.frontPage .carousel-item {
    background-size: cover;
    background-position: center center;
    height: 668px;
    max-height: 100vh;
}

.frontPage #mainCarousel .carousel-control-next,
.frontPage #mainCarousel .carousel-control-prev {
    width: 5%;
}

    .frontPage #mainCarousel .carousel-control-next img,
    .frontPage #mainCarousel .carousel-control-prev img {
        object-fit: contain;
        height: 166px;
        width: 16px;
    }

.frontPage .carousel-item #bannerText-container {
    height: 100%;
}

.frontPage .carousel-item .banner-textbox a {
    /*color: #000000;*/
}

.frontPage .carousel-item .banner-textbox {
    position: absolute;
    width: 405px;
    /* color: #000000;*/
    padding: 20px;
}

    .frontPage .carousel-item .banner-textbox.Top-venstre {
        top: 110px;
        left: 15px;
    }

    .frontPage .carousel-item .banner-textbox.Bund-venstre {
        bottom: 50px;
        left: 15px;
    }

    .frontPage .carousel-item .banner-textbox.Top-højre {
        top: 110px;
        right: 15px;
    }

    .frontPage .carousel-item .banner-textbox.Bund-højre {
        bottom: 50px;
        right: 15px;
    }

    .frontPage .carousel-item .banner-textbox.Bund-midt {
        bottom: 50px;
        right: 500px;
    }

    .frontPage .carousel-item .banner-textbox.Top-midt {
        top: 50px;
        right: 500px;
    }

    .frontPage .carousel-item .banner-textbox .title {
        font-size: 22px;
        font-weight: 500;
        line-height: 27px;
        padding-bottom: 10px;
        margin-bottom: 0;
    }

    .frontPage .carousel-item .banner-textbox .text {
        font-size: 14px;
        font-weight: 500;
        line-height: 24px;
    }

#focus-products .productCategori p {
    font-size: 26px;
    background-color: var(--primary-red);
    padding: 10px 0 10px 0;
    text-transform:uppercase;
}

#focus-products .productCategori {
    padding-top:40px;
}

@media screen AND (max-width:1199px) {
    .frontPage .carousel-item {
        height: 400px;
    }

        .frontPage .carousel-item .banner-textbox.Top-venstre,
        .frontPage .carousel-item .banner-textbox.Bund-venstre,
        .frontPage .carousel-item .banner-textbox.Top-højre,
        .frontPage .carousel-item .banner-textbox.Bund-højre,
        .frontPage .carousel-item .banner-textbox.Bund-midt,
        .frontPage .carousel-item .banner-textbox.Top-midt {
            bottom: 20px;
            top: auto;
            right: auto;
            left: 10%;
            width: 80%;
            padding: 15px
        }

        .frontPage .carousel-item .banner-textbox .text {
            font-size: 14px;
            font-weight: 500;
            line-height: 20px;
        }

    .bottom-textbox {
        bottom: 0px !important;
        width: 96% !important;
        background-color: var(--primary-red) !important;
        left: 15px !important;
        height: 69px;
        padding: 0 !important;
    }

        .bottom-textbox, .bottom-textbox .title, .bottom-textbox .text, .bottom-textbox .std-red-button {
            float: left;
            font-size: 14px !important;
            line-height: 17px !important;
        }

            .bottom-textbox a {
                display: flex;
                align-items: center;
                height: 100%;
            }

            .bottom-textbox .title {
                padding-right: 35px;
                padding-left: 15px;
                width: 400px;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 2; /* number of lines to show */
                line-clamp: 2;
                -webkit-box-orient: vertical;
                padding-bottom: 0 !important;
            }

            .bottom-textbox .text {
                width: 67%;
                padding-right: 0;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 2; /* number of lines to show */
                line-clamp: 2;
                -webkit-box-orient: vertical;
            }

            .bottom-textbox .std-red-button {
                min-width: 115px;
                height: 39px;
                margin-left: 20px;
                margin-right: 20px;
                background-color: rgba(255,255,255,0.5);
            }
}

@media screen AND (max-width:991px) {
    /*.frontPage .carousel-item {
        height: 300px;
    }*/
    #focus-products .productCategori p {
        font-size: 22px;
    }
}

@media screen AND (max-width:767px) {
    .frontPage .carousel-item {
        height: 576px;
        max-height: calc(100vh - 160px);
    }

        .frontPage .carousel-item .banner-textbox.Top-venstre,
        .frontPage .carousel-item .banner-textbox.Bund-venstre,
        .frontPage .carousel-item .banner-textbox.Top-højre,
        .frontPage .carousel-item .banner-textbox.Bund-højre,
        .frontPage .carousel-item .banner-textbox.Bund-midt,
        .frontPage .carousel-item .banner-textbox.Top-midt {
            bottom: 0px;
            left: 0;
            width: 100%;
        }

        .frontPage .carousel-item .banner-textbox .text {
            font-size: 16px;
            font-weight: 500;
            line-height: 20px;
        }

    .frontPage #mainCarousel .carousel-control-next,
    .frontPage #mainCarousel .carousel-control-prev {
        width: 8%;
    }
    #focus-products .productCategori p {
        font-size: 16px;
    }
}

/* Banner video */
.frontPage #banner-video-container {
    height: calc(100vh - 160px);
    width: 100%;
    position: relative;
}

    .frontPage #banner-video-container video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }

    .frontPage #banner-video-container .video-textbox {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        min-width: 70%;
        text-align: center;
    }

        .frontPage #banner-video-container .video-textbox .title {
            color: #ffffff;
            font-size: clamp(2rem, 6vw, 4rem);
            line-height: 1.2;
            font-weight: 500;
            margin-bottom: 5px;
        }

        .frontPage #banner-video-container .video-textbox .desc {
            color: #ffffff;
            font-size: clamp(1rem, 4vw, 2rem);
            line-height: 1.2;
        }


/*Focus product*/
.focus-product {
    background-color: var(--white)
}

/* Focus products */
#focus-products .buttons-wrapper {
    padding-bottom: 40px;
    padding-top: 40px;
    display: flex;
    justify-content: center;
}

#focus-products {
    background-color: var(--lightgrey);
}

    #focus-products #loadMore {
        width: 349px;
        height: 49px;
        background-color: var(--primary-red);
        color: var(--white);
        border-radius: 10px;
        font-size: 18px;
        line-height: 22px;
        font-weight: 500;
        font-family: 'Montserrat', sans-serif;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    #focus-products #showLess {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 20px;
        cursor: pointer;
    }

#focus-products-wrapper {
    height: auto;
    transition: height 0.6s ease-in-out;
}

    #focus-products-wrapper #focus-products-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: 100%;
    }

        #focus-products-wrapper #focus-products-container .focus-product {
            font-family: 'Montserrat', sans-serif;
            height: 390px;
            border: 1px solid #E2DDDD;
            margin-top: 30px;
        }

            #focus-products-wrapper #focus-products-container .focus-product .focus-picture {
                height: 232px;
                object-fit: cover;
                object-position: top right;
            }

            #focus-products-wrapper #focus-products-container .focus-product h2 {
                height: 47px;
                overflow: hidden;
                font-size: 15px;
                color: #818285;
                line-height: 20px;
                font-weight: 500;
            }

                #focus-products-wrapper #focus-products-container .focus-product h2 span {
                    margin-left: 5px;
                }

                    #focus-products-wrapper #focus-products-container .focus-product h2 span:first-child {
                        margin-left: 0;
                    }

            #focus-products-wrapper #focus-products-container .focus-product .content {
                padding: 20px 20px 0 20px;
            }

            #focus-products-wrapper #focus-products-container .focus-product .price-label {
                font-size: 32px;
                color: #000000;
                font-weight: 700;
                border-bottom: 1px solid #C7C7C7;
            }

                #focus-products-wrapper #focus-products-container .focus-product .price-label .currency {
                    color: #818285;
                    font-size: 16px;
                    line-height: 24px;
                    font-weight: 800;
                }

            #focus-products-wrapper #focus-products-container .focus-product .department,
            #focus-products-wrapper #focus-products-container .focus-product .year-label {
                font-size: 16px;
                color: #000000;
                line-height: 24px;
                font-weight: 500;
                padding: 5px 0;
            }

@media screen AND (max-width:1199px) {
    #focus-products-wrapper {
        height: auto;
        width: 80%;
        margin: auto;
    }

        #focus-products-wrapper #focus-products-container .focus-product {
            height: 322px;
        }

        #focus-products-wrapper .owl-nav .owl-prev {
            position: absolute;
            top: 25%;
            left: -10%;
            height: 179px;
            width: 50px;
        }

        #focus-products-wrapper .owl-nav .owl-next {
            position: absolute;
            top: 25%;
            right: -10%;
            height: 179px;
            width: 50px;
        }

            #focus-products-wrapper .owl-nav .owl-next.disabled,
            #focus-products-wrapper .owl-nav .owl-prev.disabled {
                display: none;
            }

            #focus-products-wrapper .owl-nav .owl-next:focus,
            #focus-products-wrapper .owl-nav .owl-prev:focus {
                outline: none;
            }

        #focus-products-wrapper .owl-dots {
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            padding-top: 15px;
        }

        #focus-products-wrapper .owl-dot {
            height: 12px;
            width: 12px;
            border-radius: 50%;
            background-color: #000000;
            margin: 0 10px;
        }

            #focus-products-wrapper .owl-dot.active {
                background-color: #E60000;
                border: 1px solid #000000;
            }

            #focus-products-wrapper .owl-dot:focus {
                outline: none;
            }

        #focus-products-wrapper #focus-products-container .focus-product img {
            height: 164px;
        }
}

@media screen AND (max-width:991px) {
    #focus-products #loadMore {
        width: 280px;
        height: 40px;
        font-size: 14px;
        line-height: 22px;
    }

    #focus-products-wrapper #focus-products-container .focus-product {
        height: 350px;
    }

        #focus-products-wrapper #focus-products-container .focus-product img {
            height: 191px;
        }
}

@media screen AND (max-width:767px) {
    #focus-products-wrapper {
        width: 70%;
    }

        #focus-products-wrapper .owl-nav .owl-prev {
            left: -22%;
        }

        #focus-products-wrapper .owl-nav .owl-next {
            right: -22%;
        }

        #focus-products-wrapper #focus-products-container .focus-product .price-label {
            font-size: 25px;
        }

        #focus-products-wrapper #focus-products-container .focus-product .content {
            padding: 10px 10px 0 10px;
        }

        #focus-products-wrapper #focus-products-container .focus-product h2 {
            height: 65px;
            overflow-wrap: break-word;
        }

        #focus-products-wrapper #focus-products-container .focus-product img {
            height: 266px;
        }

        #focus-products-wrapper #focus-products-container .focus-product {
            height: 423px;
        }
}

@media screen AND (max-width:470px) {
    #focus-products-wrapper #focus-products-container .focus-product img {
        height: 228px;
    }

    #focus-products-wrapper #focus-products-container .focus-product {
        height: 382px;
    }
    #focus-products .productCategori p {
        font-size: 11px;
    }

    .carousel-inner {
        height: 755px;
    }

    .bottom-textbox {
        bottom: -179px !important;
        width: 100vw !important;
        background-color: var(--primary-red) !important;
        height: 179px;
        padding: 0 !important;
        left: 0 !important;
    }

        .bottom-textbox, .bottom-textbox .text, .bottom-textbox .std-red-button {
            font-size: 15px !important;
            line-height: 17px !important;
        }

            .bottom-textbox a {
                height: 100%;
                display:block;
            }

            .bottom-textbox .title {
                padding-right: 35px;
                padding-left: 15px;
                width: 400px;
                padding-bottom: 0 !important;
                padding-top:15px;
                font-size:22px !important;
                line-height:25px !important;
            }

            .bottom-textbox .text {
                width: 400px;
                padding-right: 35px;
                padding-left:15px;
                padding-top:7px;
            }

            .bottom-textbox .std-red-button {
                min-width: 95px;
                height: 39px;
                margin-left: 20px;
                margin-right: 20px;
                margin-top:15px !important;
                background-color: rgba(255,255,255,0.5);
            }
}

@media screen AND (max-width:376px) {
    #focus-products-wrapper #focus-products-container .focus-product img {
        height: 178px;
    }

    #focus-products-wrapper #focus-products-container .focus-product {
        height: 335px;
    }

    .carousel-inner {
        height: 687px;
    }
}

@media screen AND (max-width: 376px) AND (min-height: 668px)  {
    .carousel-inner {
        height:755px;
    }
}

@media screen AND (max-width:360px) {
    #focus-products {
        overflow: hidden;
    }

    #focus-products-wrapper {
        width: 70%;
    }

        #focus-products-wrapper .owl-nav .owl-prev {
            left: -25%;
        }

        #focus-products-wrapper .owl-nav .owl-next {
            right: -25%;
        }

        #focus-products-wrapper #focus-products-container .focus-product {
            height: 306px;
        }

            #focus-products-wrapper #focus-products-container .focus-product img {
                height: 151px;
            }
}

/* Elements*/
.element-content {
    padding-top: 90px;
    padding-bottom: 90px;
}

.element-text {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 23px;
}

.element-title {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
}


/* Section links */
#section-link-container {
    padding-top: 30px;
}

    #section-link-container .section-item {
        background-color: #000000;
        box-shadow: 0 3px 6px #00000029;
        font-family: 'Montserrat', sans-serif;
        margin-bottom: 30px;
    }

        #section-link-container .section-item img {
            object-fit: cover;
            object-position: center center;
            height: 100%;
        }

        #section-link-container .section-item .content {
            padding: 35px 35px 35px 10px;
            height: 100%;
        }

            #section-link-container .section-item .content.right {
                padding: 35px 10px 35px 35px;
            }

            #section-link-container .section-item .content .title {
                font-size: 30px;
                line-height: 37px;
                color: #FFFFFFED;
                padding-bottom: 10px;
            }

            #section-link-container .section-item .content .text {
                font-size: 14px;
                line-height: 23px;
                color: #FFFFFF;
                padding-bottom: 30px;
            }

            #section-link-container .section-item .content .link {
                height: 49px;
                width: 145px;
                padding: 10px;
                border-radius: 10px;
                background-color: #FFFFFF;
                color: #000000;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 18px;
                font-weight: 500;
                line-height: 22px;
            }

@media screen AND (max-width:991px) {
    #section-link-container {
        min-width: 100%;
    }

        #section-link-container .section-item .content .title {
            font-size: 25px;
            line-height: 30px;
        }

        #section-link-container .section-item .content .link {
            height: 40px;
            width: 140px;
            font-size: 14px;
            font-weight: 500;
            line-height: 22px;
        }

        #section-link-container .section-item .content {
            background-color: #000;
        }
}

@media screen AND (max-width:767px) {
    #section-link-container .section-item .content {
        padding: 35px;
        background-color: #000;
    }
}

/****************************************
/***********BREADCRUMB*************/
/*****************************************/
.breadcrumb {
    background-color: #fff;
    border-radius: 0;
    color: #336699;
    padding-left: 0;
    margin: 0;
}

    .breadcrumb a {
        color: #336699;
    }

    .breadcrumb li {
        margin-right: 10px;
    }

    .breadcrumb .separator {
        color: #E3E3E3;
    }

/*********************************************
/***NEWS OVERVIEW PAGE + FRONTPAGE SECTION + ARTICLELIST PAGE***/
/********************************************/
.newslist {
    font-family: 'Montserrat', sans-serif;
}

.news-section #newsSearch-form {
    padding-top: 30px;
}

.news-section #newsSearch {
    height: 39px;
    border: 1px solid #c9c9c9;
    border-radius: 10px;
    width: 100%;
    padding-left: 20px;
}

.news-section .search-button {
    height: 39px;
    background-color: #B20000;
    width: 100%;
    border-radius: 10px;
    color: #ffffff;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    cursor: pointer;
}

    .news-section .search-button:focus {
        outline: none;
    }

.news-section .newsTitle {
    color: #000000ED;
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 40px;
    font-weight: 500;
}

.frontPage .news-section .newsTitle {
    display: flex;
    justify-content: center;
}

.newslist .newsTitle,
.articleList .newsTitle {
    color: #444;
}

@media screen AND (max-width:991px) {
    .frontPage .news-section .newsTitle {
        font-size: 25px;
        margin-bottom: 20px;
    }

    .newslist .news-section #newsSearch-form {
        padding-top: 20px;
    }
}

@media screen AND (max-width:767px) {
    .news-section .newsTitle {
        font-size: 30px;
    }

    .newslist .news-section #newsSearch-form {
        padding-top: 0px;
    }

    .newslist .news-section #search-button-wrapper {
        display: flex;
        justify-content: flex-end;
    }

    .newslist .news-section .search-button {
        margin-top: 10px;
        width: 50%;
        margin-bottom: 20px;
    }
}

/*Tags*/
.news-section .sort-title {
    color: #666666;
    margin-bottom: 5px;
}

.news-section .tag-Wrapper {
    margin-bottom: 20px;
}

.news-section .tag {
    background-color: #000000;
    color: #fff;
    box-shadow: 0 3px 6px #00000029;
    text-transform: uppercase;
    padding: 5px 8px 5px 8px;
    font-weight: 600;
}

    .news-section .tag .tag-checkbox {
        float: right;
        width: 22px;
        height: 22px;
    }

@media screen AND (max-width:600px) {
    .news-section .tag-box {
        margin-bottom: 15px;
    }
}

/*News*/
.news {
    font-family: 'Montserrat', sans-serif;
}

.newsItem-wrapper {
    margin-bottom: 30px;
}

.newsOverviewItem {
    box-shadow: 0 3px 6px #00000029;
    height: 100%;
}

    .newsOverviewItem .newsItem-content {
        padding: 20px;
    }

        .newsOverviewItem .newsItem-content h3 {
            color: #000000ED;
            font-size: 22px;
            line-height: 27px;
            height: 55px;
            overflow: hidden;
        }

        .newsOverviewItem .newsItem-content .newsdescription,
        .newsOverviewItem .newsItem-content .newsdate {
            color: #222222;
            font-size: 14px;
            line-height: 23px;
        }

        .newsOverviewItem .newsItem-content .newsdescription {
            margin-bottom: 10px;
            height: 65px;
            overflow: hidden;
        }

        .newsOverviewItem .newsItem-content .newslink-container {
            padding-top: 20px;
            display: flex;
            justify-content: center;
        }

        .newsOverviewItem .newsItem-content .newslink {
            color: var(--white);
            height: 49px;
            width: 145px;
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: var(--primary-red);
            font-size: 18px;
            font-weight: 500;
            line-height: 22px;
            margin-top: 20px;
        }

.pagination-button {
    color: #000000;
    font-weight: 500;
    opacity: 0.7;
}

    .pagination-button:hover {
        color: #000000;
        opacity: 1;
    }

.page-number {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

@media screen AND (max-width:991px) {
    .newsOverviewItem .newsItem-content .newslink {
        height: 40px;
        width: 140px;
        font-size: 14px;
        font-weight: 500;
        line-height: 22px;
        margin-top: 20px;
    }
}

@media screen AND (max-width:767px) {
    .page-number {
        font-size: 14px;
    }
}

@media screen AND (max-width:360px) {
    .newsOverviewItem .newsItem-content h3 {
        font-size: 24px;
    }
}

/****************************************
/***********NEWS ITEM PAGE*************/
/*****************************************/
/* Small screen(tablet + mobile) */
@media screen AND (max-width:991px) {
    .newsGrid {
        margin-bottom: 20px;
    }
}

/****************************************
/***********GRID ARTICLE PAGE*************/
/*****************************************/
.gridPage .grid {
    font-size: 14px;
    color: #000000;
    line-height: 24px;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 50px;
}

.article-carousel .carousel-item img {
    width: 100%;
    object-fit: cover;
    object-position: center center;
    height: auto;
}

.article-carousel .carousel-control-next,
.article-carousel .carousel-control-prev {
    width: 5%;
}

    .article-carousel .carousel-control-next img,
    .article-carousel .carousel-control-prev img {
        object-fit: contain;
        object-position: center center;
        height: auto;
        width: 16px;
    }

@media screen and (max-width: 991px) {
    .article-carousel .carousel-control-next,
    .article-carousel .carousel-control-prev {
        width: 8%;
    }
}

@media screen and (max-width: 767px) {
    .article-carousel .carousel-control-next img,
    .article-carousel .carousel-control-prev img {
        width: 12px;
    }
}

/*workshop booking*/
.gridPage .workshopGrid {
    font-size: 14px;
    color: #000000;
    line-height: 24px;
    font-family: 'Montserrat', sans-serif;
    padding-top: 50px;
}

.gridPage .workshopBooking #queryPlate {
    display: inline;
    text-align: left;
}

.gridPage .workshopBooking #queryPlateNoDK {
    width: 19px;
    background-color: #403eff;
    color: #fff;
    position: absolute;
    left: 15px;
    height: calc(100% - 10px);
    font-size: 10px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin: 4px;
}

.gridPage .workshopBooking #queryPlateNo {
    border: 2px solid #E60000;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    vertical-align: middle;
    padding: 8px 5px 5px 24px;
    height: 38px;
    border-radius: 3px;
    margin-right: 5px;
    width: 100%;
    margin-bottom: 0;
}

    .gridPage .workshopBooking #queryPlateNo::placeholder {
        color: #C7C7C7;
    }

    .gridPage .workshopBooking #queryPlateNo.yes {
        border: 1px solid #e51111;
    }

    .gridPage .workshopBooking #queryPlateNo.no {
        border: 1px solid #5be511;
    }

.gridPage .workshopBooking #queryPlateNoSubmit {
    height: 40px;
    width: 22px;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

    .gridPage .workshopBooking #queryPlateNoSubmit:focus {
        outline: none;
    }

    .gridPage .workshopBooking #queryPlateNoSubmit .arrow-right {
        border-top: 19px solid transparent;
        border-bottom: 19px solid transparent;
        border-left: 19px solid #C7C7C7;
    }

.gridPage .workshopBooking {
    background-color: #FAFAFA;
    padding: 20px 0;
}

    .gridPage .workshopBooking h2 {
        font-size: 24px;
        color: #000000;
        line-height: 20px;
        font-weight: 500;
        margin: 0;
    }

    .gridPage .workshopBooking #queryPlateForm {
        margin-bottom: 10px;
    }

    .gridPage .workshopBooking .subTitle {
        font-size: 18px;
        color: #8D8D8D;
        line-height: 20px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .gridPage .workshopBooking textarea {
        min-height: 38px;
        height: 38px;
        font-size: 14px;
        padding-top: 8px;
        padding-left: 20px;
        border-radius: 0;
    }

    .gridPage .workshopBooking input,
    .gridPage .workshopBooking select {
        height: 38px;
        border: 1px solid #D3D3D3;
        margin-bottom: 20px;
        padding-left: 20px;
        color: #666666;
    }

    .gridPage .workshopBooking select {
        width: 100%;
    }

        .gridPage .workshopBooking select:focus {
            outline: none;
        }

    .gridPage .workshopBooking input::placeholder {
        color: #666666;
    }

    .gridPage .workshopBooking .send-button,
    .gridPage .workshopBooking .send-button:hover {
        background-color: #B20000;
        height: 38px;
        border-radius: 10px;
        width: 100%;
        align-items: center;
        justify-content: center;
        color: #ffffff;
    }

    .gridPage .workshopBooking .reset-button,
    .gridPage .workshopBooking .reset-button:hover {
        height: 38px;
        width: 100%;
        align-items: center;
        justify-content: center;
        color: #666666;
    }

@media screen AND (max-width:991px) {
    .gridPage .workshopBooking #queryPlateForm {
        margin-bottom: 20px;
    }

    .gridPage .workshopBooking textarea {
        margin-bottom: 20px;
        min-height: 96px;
    }

    .gridPage .workshopBooking h2 {
        margin-bottom: 15px;
    }
}

@media screen AND (max-width:767px) {
    .gridPage .workshopBooking input, .gridPage .workshopBooking select {
        margin-bottom: 15px;
    }
}

/*Employee*/
.gridPage .employees {
    padding-top: 50px;
}

    .gridPage .employees .employee {
        margin-bottom: 30px;
    }

        .gridPage .employees .employee img {
            width: 100%;
            object-fit: cover;
            object-position: center center;
            border-radius: 50%;
        }

        .gridPage .employees .employee .bookByPhone,
        .gridPage .employees .employee .bookByMail,
        .gridPage .employees .employee .bookByPhone a,
        .gridPage .employees .employee .bookByMail a {
            color: #000000;
            font-size: 14px;
            line-height: 24px;
            font-weight: 500;
        }

        .gridPage .employees .employee .bookByPhone {
            margin-bottom: 20px;
        }

@media screen AND (max-width:991px) {
    .gridPage .employees .employee img {
        width: 40%;
        object-fit: cover;
        object-position: center center;
        border-radius: 50%;
        margin-bottom: 20px;
    }
}

/*Opening info*/
.gridPage .department-opening .day-name,
.gridPage .department-opening .opening-hours {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #000;
}

.gridPage .closePeriod {
    margin-top: 20px;
}

    .gridPage .closePeriod h4 {
        font-size: 18px;
        color: #000000;
        margin: 0;
    }

    .gridPage .closePeriod .description {
        font-size: 14px;
        font-weight: 400;
        color: #000000;
        margin: 0;
    }

/****************************************
/***********Error page 404*************/
/*****************************************/
.errorPage404 #content-root {
    min-height: calc(100vh - 256px);
}

/****************************************
/***********DEPARTMENT PAGE*************/
/*****************************************/
.departmentsPage .department {
    margin-bottom: 50px;
    font-family: 'Montserrat', sans-serif;
}

    .departmentsPage .department h2 {
        font-size: 28px;
    }

    .departmentsPage .department .departmentOpeningHours {
        font-size: 14px;
        line-height: 24px;
        font-weight: 500;
        color: #000000;
    }

    .departmentsPage .department .description {
        color: #000000;
        font-size: 14px;
        margin: 20px 0;
        font-weight: 400;
    }

    .departmentsPage .department .employee {
        margin-bottom: 20px;
    }

        .departmentsPage .department .employee img {
            width: 158px;
            height: 158px;
            border-radius: 50%;
        }

        .departmentsPage .department .employee .contact-info {
            font-size: 14px;
            font-weight: 500;
            line-height: 24px;
            display: flex;
            align-items: center;
        }

            .departmentsPage .department .employee .contact-info .job-title {
                margin-bottom: 20px;
            }

            .departmentsPage .department .employee .contact-info a {
                color: #000000;
            }

    .departmentsPage .department .departmentOpeningHours .closePeriod {
        margin-top: 30px;
    }

        .departmentsPage .department .departmentOpeningHours .closePeriod h3 {
            font-size: 22px;
            color: #000000;
        }

        .departmentsPage .department .departmentOpeningHours .closePeriod .description {
            font-size: 14px;
            font-weight: 400;
            color: #000000;
            margin: 0;
        }

/* Video */
.departmentsPage #banner-video-container {
    width: 100%;
}

    .departmentsPage #banner-video-container video {
        width: 100%;
        height: auto;
    }

@media screen AND (min-width:991px) AND (max-width: 1200px) {
    .departmentsPage .department .employee img {
        max-width: 100%;
        height: auto;
    }

    .departmentsPage .department .employee .contact-info .job-title {
        margin-bottom: 10px;
    }
}

@media screen AND (max-width:991px) {
    .departmentsPage .department .departmentOpeningHours {
        margin-bottom: 50px;
    }

    .departmentsPage .department .employee .contact-image {
        display: flex;
        justify-content: center;
    }

    .departmentsPage .department .employee .contact-info {
        margin-bottom: 20px;
    }

        .departmentsPage .department .employee .contact-info .name,
        .departmentsPage .department .employee .contact-info .job-title,
        .departmentsPage .department .employee .contact-info .phone,
        .departmentsPage .department .employee .contact-info .email {
            text-align: center;
        }

        .departmentsPage .department .employee .contact-info .job-title {
            margin-bottom: 10px;
        }

    .departmentsPage .department .departmentOpeningHours .closePeriod {
        margin-top: 20px;
    }
}

@media screen AND (max-width:767px) {
    .departmentsPage .department .employee .contact-info {
        display: flex;
        justify-content: center;
    }
}

/*****************************************/
/****************PRODUCT******************/
/*****************************************/
.productPage {
    font-family: 'Montserrat', sans-serif;
}

@media screen AND (max-width:767px) {
    .productPage #content-root {
        padding: 0;
    }
}

.productPage h1 {
    color: #000000;
    font-size: 36px;
    font-weight: 500;
    line-height: 36px;
    padding: 30px 0;
}

@media screen AND (max-width:991px) {
    .productPage h1 {
        color: #000000;
        font-size: 25px;
        font-weight: 500;
        line-height: 25px;
        padding: 30px 0;
    }

    .productPage .productPrice-small .current-price-value {
        text-align: left;
        color: #000000;
    }

        .productPage .productPrice-small .current-price-value .price-label {
            color: #000000;
            font-size: 15px;
            line-height: 19px;
            margin-bottom: 10px;
        }

        .productPage .productPrice-small .current-price-value .price-value {
            color: #000000;
            font-size: 24px;
            line-height: 24px;
            font-weight: 700;
        }

            .productPage .productPrice-small .current-price-value .price-value .currency {
                color: #818285;
                font-size: 16px;
                line-height: 24px;
                font-weight: 800;
            }

    .productPage .productPrice-small .cheapest-financing-container .financing-value {
        color: #818285;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
    }

        .productPage .productPrice-small .cheapest-financing-container .financing-value .currency {
            color: #818285;
            font-size: 14px;
            font-weight: 800;
            line-height: 24px;
        }

        .productPage .productPrice-small .cheapest-financing-container .financing-value span {
            color: #000000;
            font-size: 18px;
            font-weight: 600;
            line-height: 24px;
        }
}

@media screen AND (max-width:767px) {
    .productPage .productPrice-small {
        margin-bottom: 10px;
        text-align: left;
    }

    .productPage .productPrice-small .current-price-value {
        text-align: left;
    }

    .productPage .productPrice-small .cheapest-financing-container .financing-value {
        text-align: left;
    }

    .productPage .department-small .department {
        font-size: 16px;
        font-weight: 600;
    }

        .productPage .department-small .department i {
            margin-right: 5px;
        }
}

/*
    Carousel
*/
.productPage #productImages {
    margin-bottom: 65px;
}

    .productPage #productImages .carousel-item {
        height: 600px;
    }

.productPage #productImages .carousel-item img {
    object-fit: cover;
    height: 100%;
    object-position: top right;
}

.productPage #productImages .carousel-control-prev img,
.productPage #productImages .carousel-control-next img {
    width: 29px;
    object-fit: cover;
    object-position: center center;
    height: 179px;
}

.productPage .show-overlay {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1031;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    height: 63px;
    width: 63px;
    background-color: rgba(255, 255, 255, 0.4);
}

    .productPage .show-overlay i {
        color: #FFFFFF;
        font-size: 40px;
    }

.productPage .carousel-indicators {
    top: 100%;
    flex-wrap: wrap;
    margin: 0;
    padding-top: 5px;
}

    .productPage .carousel-indicators li {
        background-color: #000000;
        border-radius: 50%;
        height: 11px;
        width: 11px;
        margin-left: 9px;
        margin-right: 9px;
        opacity: 1;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
    }

        .productPage .carousel-indicators li.active {
            background-color: #E60000;
        }

@media screen AND (max-width:1320px) {
    .productPage #productImages .carousel-item {
        height: 546px;
    }
}

@media screen AND (max-width:1199px) {
    .productPage #productImages .carousel-item {
        height: 707px;
    }
}

@media screen AND (max-width:991px) {
    .productPage #productImages {
        padding-bottom: 0;
    }

        .productPage #productImages .carousel-item {
            height: 518px;
        }

    .productPage .carousel-indicators {
        height: 60px;
        overflow: hidden;
    }
}

@media screen AND (max-width:767px) {
    .productPage #productImages .carousel-item {
        height: 404px;
    }

    .productPage .carousel-indicators {
        overflow: hidden;
    }

    .productPage #productImages {
        margin-bottom: 75px;
    }

        .productPage #productImages .carousel-control-prev img,
        .productPage #productImages .carousel-control-next img {
            object-fit: contain;
            height: 166px;
            width: 16px;
        }
}

@media screen AND (max-width:415px) {
    .productPage #productImages .carousel-item {
        height: 311px;
    }
}

@media screen AND (max-width:375px) {
    .productPage #productImages .carousel-item {
        height: 280px;
    }
}

@media screen AND (max-width:325px) {
    .productPage #productImages .carousel-item {
        height: 240px;
    }
}

/*
    Key information box
*/
/*Buttons*/
.productPage .black-button,
.productPage .darkgrey-button,
.productPage .lightgrey-button {
    display: flex;
    height: 42px;
    align-items: center;
    justify-content: center;
    line-height: 19px;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
}

.productPage .black-button {
    color: #ffffff;
    background-color: #000000;
    border-bottom: 1px solid #444444;
    border-top: 1px solid #444444;
}

.productPage .black-button#active {
    cursor: auto;
}

.productPage .darkgrey-button {
    color: #ffffff;
    background-color: #939393;
}

.productPage .red-button {
    color: var(--white);
    background-color: var(--primary-red);
    display: flex;
    height: 42px;
    align-items: center;
    justify-content: center;
    line-height: 19px;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Montserrat',sans-serif;
    cursor: pointer;
}

.productPage .lightgrey-button {
    color: #444444;
    background-color: #E9E9E9;
}

@media screen AND (max-width:767px) {
    .productPage .black-button,
    .productPage .darkgrey-button,
    .productPage .lightgrey-button,
    .productPage .black-button#active {
        text-align: center;
        padding: 5px 0;
        height: 59px;
    }
}

/*Master data*/
.productPage .keyInfomation {
    height: 516px;
    background-color: #000000;
    font-family: 'Montserrat', sans-serif;
}

    .productPage .keyInfomation .current-price-value {
        text-align: center;
        padding-top: 30px;
    }

        .productPage .keyInfomation .current-price-value .price-label {
            color: #ffffff;
            font-size: 15px;
            line-height: 19px;
            margin-bottom: 10px;
        }

        .productPage .keyInfomation .current-price-value .price-value {
            color: #ffffff;
            font-size: 32px;
            line-height: 24px;
            font-weight: 700;
        }

            .productPage .keyInfomation .current-price-value .price-value .currency {
                color: #818285;
                font-size: 16px;
                line-height: 24px;
                font-weight: 800;
            }

    .productPage .keyInfomation .cheapest-financing-container .financing-value {
        color: #818285;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        text-align: center;
    }

        .productPage .keyInfomation .cheapest-financing-container .financing-value .currency {
            color: #818285;
            font-size: 14px;
            font-weight: 800;
            line-height: 24px;
        }

        .productPage .keyInfomation .cheapest-financing-container .financing-value span {
            color: #FFFFFF;
            font-size: 18px;
            font-weight: 600;
            line-height: 24px;
        }

.productPage .keySpecs-row {
    padding-top: 30px;
    text-align: center;
}

    .productPage .keySpecs-row .keySpec-value {
        color: #ffffff;
        font-weight: 500;
        font-size: 15px;
        line-height: 19px;
        padding-bottom: 10px;
        display: block;
    }

        .productPage .keySpecs-row .keySpec-value.department {
            color: #ffffff;
            font-weight: 500;
            font-size: 15px;
            line-height: 19px;
            padding-top: 20px;
        }

            .productPage .keySpecs-row .keySpec-value.department i {
                font-size: 35px;
                padding-right: 5px;
            }

    .productPage .keySpecs-row .print-button {
        color: #ffffff;
        font-weight: 500;
        font-size: 15px;
        line-height: 19px;
        padding-top: 20px;
    }

        .productPage .keySpecs-row .print-button i {
            font-size: 30px;
            padding-right: 5px;
        }

    .productPage .keySpecs-row .video-button {
        color: #ffffff;
        font-weight: 500;
        font-size: 15px;
        line-height: 19px;
        padding-top: 20px;
    }

        .productPage .keySpecs-row .video-button i {
            font-size: 30px;
            padding-right: 5px;
        }

        .productPage .keySpecs-row .video-button:hover {
            color: #fff;
        }


@media screen AND (max-width:1320px) {
    .productPage .keyInfomation {
        height: 462px;
    }
}

@media screen AND (max-width:1199px) {
    .productPage #keyInfomation-wrapper {
        margin-bottom: 50px;
    }
}

@media screen AND (max-width:991px) {
    .productPage #keyInfomation-wrapper {
        margin-bottom: 50px;
    }

    .productPage .keyInfomation {
        height: 320px;
    }
}

@media screen AND (max-width:767px) {
    .productPage #keyInfomation-wrapper {
        margin-bottom: 30px;
    }

    .productPage .keyInfomation {
        height: 180px;
        padding: 0 20px;
    }

    .productPage .keySpecs-row {
        padding-top: 40px;
        text-align: left;
    }
}

@media screen AND (max-width:575px) {
    .productPage .keySpecs-row .video-button i {
        font-size: 20px;
    }
}

/*Attributes*/
.productPage .attribute-group {
    margin-bottom: 30px;
    font-family: 'Montserrat', sans-serif;  
}

    .productPage .attribute-group .attribute-inner {
        overflow: hidden;
        position: relative;
        transition: height 0.5s ease-in-out;
    }

        .productPage .attribute-group .attribute-inner .fadeout {
            bottom: 0;
            height: 100px;
            background: linear-gradient( rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100% );
            position: absolute;
            width: 100%;
        }

    .productPage .attribute-group .attr-moreBtn {
        display: flex;
        justify-content: center;        
    }

        .productPage .attribute-group .attr-moreBtn i {
            font-size: 22px;
            color: #000000;
            cursor: pointer;
            transition: transform .5s ease-in-out;
        }

    .productPage .attribute-group .attribute-top {
        width: 100%;
        height: 35px;
        background-color: #000000;
        margin-bottom: 30px;
        font-size: 15px;
        line-height: 19px;
        font-weight: 500;
        color: #ffffff;
        display: flex;
        align-items: center;
        padding: 0 30px;
    }

    .productPage .attribute-group .attribute {
        display: block;
        font-size: 15px;
        color: #444444;
        font-weight: 500;
        line-height: 19px;
    }

    .productPage .attribute-group .promotion-text,
    .productPage .attribute-group .description-text {
        padding: 0 30px;
        color: #444444;
        font-weight: 500;
    }

    .productPage .attribute-group .promotion-text {
        font-weight: 700;
        margin-bottom: 20px;
        color: #000000;
    }

    .productPage .attribute-group .checkmark {
        color: #444444;
    }

    .productPage .attribute-group .text-left {
        padding-left: 45px;
    }

    .productPage .attribute-group .text-right {
        padding-right: 45px;
    }

/*Iframe*/
.productPage .video-outer {
    margin-top: 20px;
}

@media screen AND (max-width:991px) {
   /* .productPage .iframe-movie {
        margin-top: 30px;
    }*/

    .productPage .video-outer {
        margin-top: 0px;
    }
}

.productPage #scbdkdealerexternalcalc {
    float: right;
}

@media screen AND (max-width:767px) {
    .productPage #scbdkdealerexternalcalc {
        float: left;
    }

    .productPage .video-outer {
        padding: 0;
    }
}

/*Financing modal*/
#financing-modal-container .financing {
    margin-bottom: 50px;
}

    #financing-modal-container .financing .financing-infomation {
        margin-bottom: 15px;
    }

    #financing-modal-container .financing .header {
        font-weight: bold;
        padding-top: 2px;
        padding-bottom: 2px;
    }

    #financing-modal-container .financing .financing-periods .financing-period {
        border-top: 1px solid #777;
        padding-top: 2px;
        padding-bottom: 2px;
    }

#financing-modal-container .close:focus {
    outline: none;
}

@media screen AND (max-width:991px) {
    #financing-modal-container .financing .financing-periods .financing-period .value {
        text-align: right;
    }
}

/*Carousel modal*/
.productPage #galleryViewer .carousel-overlay {
    width: 80%;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .productPage #galleryViewer .carousel-overlay:active {
        overflow-y: hidden;
    }

    .productPage #galleryViewer .carousel-overlay .carousel-item {
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center;
    }

.productPage #galleryViewer .carousel-item {
    min-height: unset;
}

.productPage #galleryViewer .carousel-caption {
    top: unset;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.78);
    width: 100px;
    right: 0;
    left: 0;
    margin: auto;
    color: #444;
    font-size: 16px;
}

.productPage #galleryViewer .carousel-inner {
    padding-bottom: 0;
}

.overlay-root {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10002;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.85);
}

.hide-overlay {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10002;
    cursor: pointer;
    background-color: rgba(255,255,255,1);
    height: 40px;
    width: 40px;
    border: 1px solid #444;
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
    font-size: 30px;
}

/* product contact modal */
.productPage #productContact {
    padding: 0;
}

.productPage .modal-backdrop {
    z-index: 1046 !important;
}

.productPage #productContact .modal-dialog {
    max-width: 873px;
}

.productPage #productContact .modal-header {
    border: none;
}

    .productPage #productContact .modal-header button {
        padding-top: 30px;
        font-size: 35px;
    }

        .productPage #productContact .modal-header button:focus {
            outline: none;
        }

.productPage #productContact .modal-content {
    padding: 0 30px 45px 30px;
    border-radius: 0;
    border: 1px solid #707070;
    font-family: 'Montserrat', sans-serif;
    color: #666666;
}

    .productPage #productContact .modal-content .image-desc {
        font-size: 14px; 
        margin-bottom: 10px;
        width: 100%;
        text-align: center;
    }

    .productPage #productContact .modal-content .employee-image-wrapper {
        display: inline;
        margin-right: 10px;
    }

    .productPage #productContact .modal-content img {
        width: 62px;
        height: 62px;
        object-fit: cover;
        object-position: center center;
        border-radius: 50%;
        margin-bottom: 10px;
    }

    .productPage #productContact .modal-content label {
        margin-bottom: 0;
        font-weight: 600;
        padding-left: 10px;
    }

    .productPage #productContact .modal-content textarea,
    .productPage #productContact .modal-content input {
        width: 100%;
        padding-left: 10px;
        font-size: 14px;
        border: 1px solid #D3D3D3;
    }

    .productPage #productContact .modal-content input {
        height: 33px;
        margin-bottom: 20px;
    }

    .productPage #productContact .modal-content textarea {
        padding-top: 10px;
        min-height: 140px;
    }

    .productPage #productContact .modal-content .send-btn {
        background-color: #000000;
        border: none;
        height: 36px;
        border-radius: 10px;
        width: 100%;
        font-size: 14px;
        line-height: 18px;
        color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

        .productPage #productContact .modal-content .send-btn:focus {
            outline: none;
        }

.productPage #productContact .employee-image {
    border: 2px solid transparent;
    transition: all 0.2s ease-in-out;
}

    .productPage #productContact .employee-image.active {
        border: 2px solid #000000;
        transition: all 0.2s ease-in-out;
    }

/* Book showing modal */
.productPage #bookShowing {
    padding: 0;
}

    .productPage #bookShowing .modal-dialog {
        max-width: 873px;
    }

    .productPage #bookShowing .modal-header {
        border: none;
    }

        .productPage #bookShowing .modal-header button {
            padding-top: 30px;
            font-size: 35px;
        }

            .productPage #bookShowing .modal-header button:focus {
                outline: none;
            }

    .productPage #bookShowing .modal-content {
        padding: 0 30px 45px 30px;
        border-radius: 0;
        border: 1px solid #707070;
        font-family: 'Montserrat', sans-serif;
        color: #666666;
    }

        .productPage #bookShowing .modal-content .image-desc {
            font-size: 14px;
            margin-bottom: 10px;
            width: 100%;
            text-align: center;
        }

        .productPage #bookShowing .modal-content .employee-image-wrapper {
            display: inline;
            margin-right: 10px;
        }

        .productPage #bookShowing .modal-content img {
            width: 62px;
            height: 62px;
            object-fit: cover;
            object-position: center center;
            border-radius: 50%;
            margin-bottom: 10px;
        }

        .productPage #bookShowing .modal-content label {
            margin-bottom: 0;
            font-weight: 600;
            padding-left: 10px;
        }

        .productPage #bookShowing .modal-content input {
            width: 100%;
            padding-left: 10px;
            font-size: 14px;
            border: 1px solid #D3D3D3;
            height: 33px;
            margin-bottom: 20px;
        }

        .productPage #bookShowing .modal-content .send-btn {
            background-color: #000000;
            border: none;
            height: 36px;
            border-radius: 10px;
            width: 100%;
            font-size: 14px;
            line-height: 18px;
            color: #ffffff;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
        }

            .productPage #bookShowing .modal-content .send-btn:focus {
                outline: none;
            }

    .productPage #bookShowing .employee-image {
        border: 2px solid transparent;
        transition: all 0.2s ease-in-out;
    }

        .productPage #bookShowing .employee-image.active {
            border: 2px solid #000000;
            transition: all 0.2s ease-in-out;
        }

/* Calculate exchange price modal */
.productPage #calcExchangePrice {
    padding: 0;
}

    .productPage #calcExchangePrice .modal-dialog {
        max-width: 990px;
    }

    .productPage #calcExchangePrice .modal-header {
        border: none;
    }

        .productPage #calcExchangePrice .modal-header button {
            padding-top: 30px;
            font-size: 35px;
        }

            .productPage #calcExchangePrice .modal-header button:focus {
                outline: none;
            }

    .productPage #calcExchangePrice .modal-content {
        padding: 0 30px 45px 30px;
        border-radius: 0;
        border: 1px solid #707070;
        font-family: 'Montserrat', sans-serif;
        color: #666666;
    }

        .productPage #calcExchangePrice .modal-content #queryPlateForm-wrapper {
            margin-bottom: 40px;
        }

        .productPage #calcExchangePrice .modal-content #queryPlate {
            display: inline;
            text-align: left;
        }

        .productPage #calcExchangePrice .modal-content #queryPlateNoDK {
            width: 19px;
            background-color: #403eff;
            color: #fff;
            position: absolute;
            left: 15px;
            height: calc(100% - 8px);
            font-size: 10px;
            display: flex;
            align-items: flex-end;
            justify-content: center;
            margin: 4px;
        }

        .productPage #calcExchangePrice .modal-content #queryPlateNo {
            border: 2px solid #E60000;
            font-size: 14px;
            font-weight: 500;
            font-family: 'Montserrat', sans-serif;            
            text-align: center;
            vertical-align: middle;
            padding: 8px 5px 5px 24px;
            height: 46px;
            border-radius: 3px;
            margin-right: 5px;
            width: 100%;
            margin-bottom: 0;
        }

            .productPage #calcExchangePrice .modal-content #queryPlateNo::placeholder {
                color: #C7C7C7;
            }

            .productPage #calcExchangePrice .modal-content #queryPlateNo.yes {
                border: 1px solid #e51111;
            }

            .productPage #calcExchangePrice .modal-content #queryPlateNo.no {
                border: 1px solid #5be511;
            }

        .productPage #calcExchangePrice .modal-content #queryPlateNoSubmit {
            height: 40px;
            width: 22px;
            background-color: transparent;
            border: none;
            cursor: pointer;
        }

            .productPage #calcExchangePrice .modal-content #queryPlateNoSubmit:focus {
                outline: none;
            }

            .productPage #calcExchangePrice .modal-content #queryPlateNoSubmit .arrow-right {
                border-top: 20px solid transparent;
                border-bottom: 20px solid transparent;
                border-left: 20px solid #C7C7C7;
            }


        .productPage #calcExchangePrice .modal-content label {
            margin-bottom: 0;
            font-weight: 600;
            padding-left: 10px;
        }

        .productPage #calcExchangePrice .modal-content input,
        .productPage #calcExchangePrice .modal-content textarea {
            width: 100%;
            padding-left: 10px;
            font-size: 14px;
            border: 1px solid #707070;
        }

        .productPage #calcExchangePrice .modal-content textarea {
            padding-top: 10px;
            min-height: 140px;
        }
        
        .productPage #calcExchangePrice .modal-content input {
            height: 33px;
            margin-bottom: 20px;
        }

        .productPage #calcExchangePrice .modal-content .send-btn {
            background-color: #000000;
            border: none;
            height: 36px;
            border-radius: 10px;
            width: 100%;
            font-size: 14px;
            line-height: 18px;
            color: #ffffff;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-top: 20px;
            cursor: pointer;
        }

            .productPage #calcExchangePrice .modal-content .send-btn:focus {
                outline: none;
            }

@media screen AND (max-width:767px) {
    .productPage #calcExchangePrice .modal-content textarea {
        margin-bottom: 20px; 
    }

    .productPage #calcExchangePrice .modal-content .description {
        margin-top: 20px;
    }

    .productPage #calcExchangePrice .modal-content #queryPlateForm-wrapper {
        margin-bottom: 30px;
    }
}

/*
    ADD ONS
*/
.productPage #addon-selector.closed {
    display: none;
    opacity: 0;
}

.productPage #addon-selector {
    margin-bottom: 50px;
    transition: opacity 0.7s ease-in-out;
    opacity: 1;
    background-color: #fff;
}

.productPage .addon {
    overflow-x: auto;
    width: 100%;
}

    .productPage .addon .addon-inner {
        padding: 0 120px;
        padding-bottom: 20px;
    }

.productPage .addon-close {
    position: absolute;
    top: 5px;
    left: 15px;
    font-size: 24px;
}

    .productPage .addon-close a {
        color: #fff;
    }

.productPage .addon-label {
    height: 210px;
    width: 50px;
    font-size: 22px;
    word-break: keep-all;
    white-space: nowrap;
    background-color: #033a58;
}

/*Item*/
.productPage .addon-item {
    border-radius: 5px;
    width: 180px;
    height: 210px;
    margin: 0 25px 15px 25px;
    font-family: 'Montserrat', sans-serif;
}

    .productPage .addon-item .image {
        height: 100px;
    }

    .productPage .addon-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }

    .productPage .addon-item .checkbox {
        border: 1px solid #707070;
        border-radius: 3px;
        display: inline-block;
        height: 24px;
        width: 24px;
        position: relative;
        top: 3px;
        margin-right: 10px;
    }

        .productPage .addon-item .checkbox .bar {
            display: none;
            height: 3px;
            width: 18px;
            background-color: #000;
            position: absolute;
            top: 10px;
            left: 2px;
        }

        .productPage .addon-item .checkbox.checked .bar {
            display: inline;
        }

    .productPage .addon-item .price {
        margin-top: 10px;
        font-size: 16px;
        font-weight: 700;
        height: 30px;
        overflow: hidden;
    }

    .productPage .addon-item .name {
        height: 65px;
        overflow: hidden;
        padding-top: 10px;
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        color: #444444;
    }

/*Scrool*/
.addon-scroll {
    position: absolute;
    top: 31px;
    background-position: center center;
    background-repeat: no-repeat;
    width: 46px;
    height: 55px;
    opacity: 0.7;
}

    .addon-scroll:hover {
        opacity: 1;
        cursor: pointer;
    }

.addon-scroll-left {
    left: 50px;
    
}

.addon-scroll-right {
    right: 50px;
    
}

.addon-scroll-left,
.addon-scroll-right {
    width: 29px;
    object-fit: cover;
    object-position: center center;
    height: 179px;
}


/*Overall section*/
.productPage #addon-total-wrapper {
    padding: 0 145px;
}

.productPage .total-label {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    font-family: 'Montserrat', sans-serif;
    color: #444444;
}

.productPage .total-price {
    font-size: 18px;
    font-weight: 700;
    line-height: 19px;
}

.productPage .total-price .currency {
    font-weight: 800;
    font-size: 14px;
}

.productPage .total-pricepermonth {
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    font-family: 'Montserrat', sans-serif;
}

.productPage .total-removeselection {
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    display: block;
    color: #D80606;
    font-family: 'Montserrat', sans-serif;
}

.productPage #addon-selector .financing-value {
    font-weight: 400;
    font-style: italic;
    margin-top: 10px;
}

    .productPage #addon-selector .financing-value .currency {
        font-weight: 800;
        font-size: 14px;
        margin-left: 5px;
    }

    .productPage #addon-selector .financing-value .ph-price-permonth {
        font-weight: 700;
    }

.productPage .fn-toggle-addons.disabled {
    opacity: 0.3;
    cursor: default;
}

/*Extension*/
.productPage .addon-item-container.has-extension {
    transition: all 0.3s ease-in-out;
}

.productPage .addon-item-container.has-extension.show {
    background-color: #e9e9e9;
    padding-top: 25px;
    transition: all 0.3s ease-in-out;
}

.productPage .addon-item-container .addon-item-extension {
    display: none;
    padding-left: 30px;
}

    .productPage .addon-item-container .addon-item-extension.show {
        display: flex !important;
    }

.productPage .addon-item-container .addon-item-extension-header {
    position: relative;
    display: block;
    width: 40px;
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding-bottom: 28px;
}

    .productPage .addon-item-container .addon-item-extension-header span {
        font-size: 24px;
        font-weight: 700;
        color: #aaa;
        transform: rotate(-90deg);
        transform-origin: left;
        display: block;
        align-items: flex-end;
    }

@media screen AND (max-width:991px) {
    .productPage .addon .addon-inner {
        padding: 0px 30px;
    }

    .productPage #addon-total-wrapper {
        padding: 0 40px;
    }
}

@media screen AND (max-width:767px) {
    .productPage .addon-item {
        border-radius: 5px;
        min-width: 210px;
        width: 210px;
        height: 215px;
        margin: 15px;
    }

    .productPage .addon-label {
        height: 330px;
    }

    .productPage #addon-selector {
        padding: 0 0 0 15px;
        margin-right: 0;
    }

    .addon-scroll-right {
        right: 15px;
    }

    .addon-scroll-left {
        left: 15px;
    }

    .productPage .total-removeselection {
        padding-bottom: 20px;
    }

    .productPage .total-label,
    .productPage .total-price {
        font-size: 16px;
        line-height: 24px;
    }
}

/*
    prev-next bar
*/
.productPage .next-prev-wrapper {
    padding: 30px 0;
}

.productPage .next-prev-container .counter-text {
    font-size: 16px;
    display: block;
    color: #444;
}

.productPage .back-button {
    color: #444;
    display: flex;
    align-items: center;
}

    .productPage .back-button i {
        font-size: 25px;
        margin-right: 10px;
    }

    .productPage .back-button span {
        font-size: 16px;
    }

.productPage .next-prev-container .prev-next-link {
    text-align: center;
    color: #444;
    font-size: 24px;
    line-height: 24px;
}

    .productPage .next-prev-container .prev-next-link i {
        display: block;
    }

    .productPage .next-prev-container .prev-next-link span {
        color: #A0A0A0;
        font-size: 14px;
        display: block;
    }

@media screen AND (max-width:991px) {
    .productPage .next-prev-wrapper {
        border-bottom: 1px solid #D5D5D5;
    }
}

@media screen AND (max-width:767px) {
    .productPage .next-prev-container {
        padding: 5px 0;
    }

    .productPage .back-button {
        margin-left: 30%;
    }

        .productPage .back-button span {
            position: absolute;
            left: 40%;
            top: 26px;
        }
}

/* Products video modal */
.productPage #productVideoModal {
    padding: 50px;
}

    .productPage #productVideoModal .modal-dialog {
        max-width: 1200px;
        max-height: 80vh;
    }

    .productPage #productVideoModal .modal-content {
        background-color: #fff;
        border-radius: 0;
        border: none;
    }

    .productPage #productVideoModal .modal-title {
        color: #000;
        font-weight: 600;
        font-size: 26px;
    }

    .productPage #productVideoModal .close {
        color: #000;
    }

        .productPage #productVideoModal .close:focus {
            outline: none;
        }

@media screen AND (max-width:575px) {
    .productPage #productVideoModal {
        padding: 15px;
    }

        .productPage #productVideoModal .modal-title {
            font-size: 20px;
        }
}
/*****************************************/
/**************PRODUCTSPAGE***************/
/*****************************************/



.grid-product .price-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price-amount {
    font-size:24px;
    flex-grow: 1;
    display: flex;
    align-items: center;
}

.before-price-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: right;
    height: 100%; /* Sørger for, at containeren fylder samme højde som price-amount */
}

.before-price,
.before-price-text {
    height: 50%; /* Hver af disse divs vil fylde halvdelen af højden af before-price-container */
    display: flex;
    align-items: center; /* Centrerer teksten vertikalt */
}

.before-price {
    max-height: 20px;
    color: #b20000;
    font-size: 18px;
}

.before-price-text {
    max-height:20px;
    color: #818285;
    font-size: 16px;
    font-weight: 800;
    line-height: 1; /* Sørger for, at linjehøjden matcher teksthøjden, så den ikke tilføjer ekstra plads */
    justify-content: flex-end; /* Justerer teksten mod bunden af div'en */
}




#products-page {
    font-family: 'Montserrat', sans-serif;
}

.input-missing {
    box-shadow: 0 0 10px 0 rgba(255,0,0,0.5);
}

form input.form-control,
form select.form-control,
#productSearchForm .dropdown {
    font-size: 14px;
    border-radius: 0;
    width: 100%;
    display: inline-block;
    border: 1px solid #C9C9C9;
    padding-left: 20px;
    color: #444 !important;
}

    form input.form-control:focus,
    form select.form-control:focus {
        outline: none;
        box-shadow: none;
    }

    form input.form-control::placeholder {
        color: #444;
        opacity: 1;
    }

form select.form-control,
#productSearchForm .dropdown {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('/Graphics/select.png');
    background-repeat: no-repeat;
    background-position: right 15px center;
    padding-right: 15px;
    color: #444;
}

/*Carousel*/
#products-page .productsCarousel .carousel-item {
    background-size: cover;
    background-position: center center;
    height: 347px;
}

#products-page .productsCarousel .carousel-control-prev,
#products-page .productsCarousel .carousel-control-next {
    font-size: 50px;
    bottom: 30px;
    align-items: flex-end;
}

/*
    Searchform
*/
/*Fields + buttons */
#products-page #productSearchForm-wrapper {
    background-color: #FAFAFA;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 50px;
}

#products-page #productSearchForm {
    margin-top: 10px;
}

    #products-page #productSearchForm #search-fields-container {
        padding-top: 5px;
    }

#products-page .activeFilters {
    padding-bottom: 20px;
}

    #products-page .activeFilters .filter {
        display: inline-block;
        background-color: #cdcdcd;
        color: #000;
        padding: 5px 10px;
        margin: 10px 10px 0 0;
        border-radius: 3px;
    }

        #products-page .activeFilters .filter a {
            margin-left: 5px;
        }

#products-page .search-button {
    background-color: #b20000;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    border-radius: 10px;
    height: 39px;
    width: 238px;
}

#products-page .reset-button {
    color: #666666;
    font-size: 14px;
}

#products-page .pdf-inventory-button {
    height: 39px;
    color: #666666;
}

.sort-slidedown-btn {
    color: #000000;
    font-size: 16px;
    line-height: 22px;
}

    .sort-slidedown-btn i {
        margin-left: 5px;
    }

@media screen AND (max-width:991px) {
    form input.form-control,
    form select.form-control {
        height: 50px;
    }

    #sort-slidedown-content {
        display: none;
        padding-bottom: 10px;
    }

    #products-page #productSearchForm-wrapper {
        margin-bottom: 30px;
    }
}

@media screen AND (max-width:767px) {
    #products-page #productSearchForm-wrapper {
        margin-bottom: 0;
        padding-top: 0;
    }

    #products-page .interval-dropdown .label {
        height: 50px;
    }

    #productSearchForm .form-control {
        font-size: 14px;
    }

    #productSearchForm input.form-control {
        margin-bottom: 20px;
    }

    .form-group {
        margin-bottom: 30px;
    }

    .sort-slidedown-btn {
        padding-bottom: 10px;
    }
}

/*Interval field*/
.interval-dropdown {
    padding-bottom: 20px;
    position: relative;
}

    .interval-dropdown .label {
        width: 100%;
        height: 39px;
        border: 1px solid #C9C9C9;
        background-color: #fff;
        display: flex;
        align-items: center;
        padding: 0 15px;
    }

.interval-dropdown .label .min-value,
.interval-dropdown .label .max-value {
    color: #999;
}

    .interval-dropdown input {
        padding-left: 10px;
        height: 30px;
        border: 1px solid #D3D3D3;
    }

.interval-dropdown input:focus {
    outline: none;
}

.interval-dropdown .price-label {
    font-size: 13px;
    font-weight: 600;
}

    .interval-dropdown .content {
        display: none;
        position: absolute;
        background-color: #fff;
        padding: 20px 16px;
        width: 100%;
        border: 1px solid #C9C9C9;
        border-top: none;
        z-index: 1000000;
    }

.interval-dropdown .label i.closed {
    transform: rotate(0deg);
    transition: transform 0.2s linear;
}

.interval-dropdown .label i.open {
    transform: rotate(180deg);
    transition: transform 0.2s linear;
}

@media screen AND (max-width:991px) {
    .interval-dropdown .label {
        height: 50px;
    }

    .interval-dropdown input {
        height: 39px;
    }
}

/*Price slider*/
#products-page .price-slider-box {
    padding-bottom: 40px;
    overflow: hidden;
}

#products-page .price-slider-value {
    padding-bottom: 30px;
    color: #000000;
    font-size: 16px;
}

#products-page .price-slider-wrapper {
    padding: 0 5px 0 24px;
    background-color: #585858;
}

#products-page #products-price-slider {
    height: 3px;
    border: none;
}

#products-price-slider.ui-slider-horizontal .ui-slider-handle {
    border-radius: 50%;
    background-image: radial-gradient(#656565, #959595);
    height: 46px;
    width: 46px;
    top: -23px;
    outline: none;
    transition: transform 0.3s ease-in-out;
    margin-left: -2.3em;
}

#products-price-slider.ui-slider-horizontal .ui-slider-handle:focus {
    border: none;
}

#products-price-slider.ui-slider-horizontal .ui-slider-range-min {
    background-color: #585858;
}

#products-price-slider.ui-widget.ui-widget-content {
    background-color: #585858;
}

/*Sort products / show products */
#products-page .display-style-menu-header {
    font-size: 16px;
    font-weight: 500;
    line-height: 47px;
}

#products-page ul.display-style-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

    #products-page ul.display-style-menu li {
        float: left;
    }

        #products-page ul.display-style-menu li a {
            display: block;
            height: 47px;
            line-height: 47px;
            color: #444444;
            padding-left: 30px;
            font-size: 16px;
        }

        #products-page ul.display-style-menu li:first-child a {
            border-right: none;
        }

        #products-page ul.display-style-menu li:last-child a {
            border-left: none;
        }

        #products-page ul.display-style-menu li a.active i {
            color: #DB0004;
        }

        #products-page ul.display-style-menu li a .asc,
        #products-page ul.display-style-menu li a .desc {
            display: none;
        }

            #products-page ul.display-style-menu li a.asc .asc,
            #products-page ul.display-style-menu li a.desc .desc {
                display: inline-block;
            }

@media screen AND (max-width:991px) {
    #products-page ul.display-style-menu {
        float: right;
    }

        #products-page ul.display-style-menu li a {
            padding-left: 20px;
        }
}

@media screen AND (max-width:767px) {
    #products-page ul.display-style-menu {
        text-align: center;
        float: left;
    }

        #products-page ul.display-style-menu li a {
            height: 25px;
            line-height: 25px;
            font-size: 14px;
            padding-left: 10px;
            padding-right: 5px;
        }

    #products-page .display-style-menu-header {
        float: left;
    }
}

@media screen AND (max-width:360px) {
    #products-page ul.display-style-menu li a {
        font-size: 14px;
        padding-left: 18px;
        padding-right: 18px;
    }
}

/*Products items*/
#products-page .grid-product,
#products-page .list-product {
    color: #444;
    font-size: 18px;
}

#products-page .product-title .manufacturer-name,
#products-page .product-title .model-name,
#products-page .product-title .model-type-name {
    margin-right: 5px;
}

#products-page .empty-search-result {
    font-weight: bold;
    font-size: 25px;
    margin-top: 15px;
}

@media screen AND (max-width:767px) {
    #products-page .products-container {
        padding: 0;
    }
}

/* Grid */
#products-page .grid-product {
    font-family: 'Montserrat', sans-serif;
    height: 372px;
    border: 1px solid #E2DDDD;
    margin-top: 30px;
}

    #products-page .grid-product .main-picture {
        height: 237px;
        object-fit: cover;
        object-position: top right;
    }

    #products-page .grid-product h2 {
        height: 40px;
        overflow: hidden;
        font-size: 15px;
        color: #818285;
        line-height: 20px;
        font-weight: 500;
        margin-bottom: 0;
    }

        #products-page .grid-product h2 span {
            margin-left: 5px;
        }

            #products-page .grid-product h2 span:first-child {
                margin-left: 0;
            }

    #products-page .grid-product .content {
        padding: 20px 20px 0 20px;
    }

    #products-page .grid-product .price-label {
        font-size: 32px;
        color: #000000;
        font-weight: 700;
        border-bottom: 1px solid #C7C7C7;
        margin-bottom: 0;
        line-height: 40px;
    }

        #products-page .grid-product .price-label .currency {
            color: #818285;
            font-size: 16px;
            line-height: 24px;
            font-weight: 800;
        }

    #products-page .grid-product .department,
    #products-page .grid-product .year-label {
        font-size: 16px;
        color: #000000;
        line-height: 24px;
        font-weight: 500;
        padding: 5px 0;
    }

@media screen AND (max-width:1199px) {
    #products-page .grid-product img {
        height: 215px;
    }

    #products-page .grid-product {
        height: auto;
    }
}

@media screen AND (max-width:991px) {
    #products-page .grid-product img {
        height: 246px;
    }
}

@media screen AND (max-width:767px) {
    #products-page .grid-product img {
        height: 256px;
    }
}

/* List */
#products-page .productsCarousel {
    overflow: hidden;
}

#products-page .productsCarousel .carousel-item {
    height: 246px;
}

    #products-page .productsCarousel .carousel-item img {
        object-fit: cover;
        height: 100%;
        object-position: center center;
    }

#products-page .productsCarousel .carousel-control-next,
#products-page .productsCarousel .carousel-control-prev {
    bottom: 0;
    align-items: center;
}

    #products-page .productsCarousel .carousel-control-next img,
    #products-page .productsCarousel .carousel-control-prev img {
        object-fit: contain;
        object-position: center center;
        height: 166px;
        width: 16px;
    }

#products-page .list-product:first-child {
    margin-top: 25px;
}

#products-page .list-product { 
    margin-bottom: 25px;
}

#products-page .list-product-inner {
    background-color: #FAFAFA;
    font-family: 'Montserrat', sans-serif;
    position: relative;
}

    #products-page .list-product-inner .product-title {
        padding: 20px 0;
        border-bottom: 1px solid #C7C7C7;
        margin-bottom: 20px;
    }

        #products-page .list-product-inner .product-title a {
            color: #818285;
            font-size: 15px;
            font-weight: 500;
            line-height: 20px;            
            text-transform: uppercase;
        }

    #products-page .list-product-inner .promotion-value {
        font-size: 13px;
        color: #000000;
        font-weight: 500;
        line-height: 20px;
    }

    #products-page .list-product-inner .keySpecs {
        padding-top: 10px;
    }

    #products-page .list-product-inner .keySpecs .spec {
        margin-bottom: 6px;
    }

        #products-page .list-product-inner .keySpecs .spec .label {
            font-size: 12px;
            color: #959595;
            line-height: 20px;
            padding: 0px 20px;
            font-weight: 500;
        }

        #products-page .list-product-inner .keySpecs .spec .value {
            color: #000000;
            font-weight: 500;
            font-size: 14px;
            line-height: 20px;
            padding: 0px 20px;
        }

    #products-page .list-product-inner .price-row {
        position: absolute;
        bottom: 0;
        width: 100%;
    }

    #products-page .list-product-inner .department {
        font-size: 18px;
        color: #000;
        font-weight: 500;
        height: 49px;
        display: flex;
        align-items: center;
        width: 100%;
    }

        #products-page .list-product-inner .department i {
            margin-right: 5px;
        }

    #products-page .list-product-inner .price-value {
        font-size: 32px;
        color: #000000;
        font-weight: 700;
        padding-right: 20px;
        border-top: 1px solid #c7c7c7;
        margin-left: 15px;
        text-align: right;
        height: 49px;
    }

        #products-page .list-product-inner .price-value .currency {
            color: #818285;
            font-size: 16px;
            line-height: 24px;
            font-weight: 800;
            margin-left: 5px;
        }

@media screen AND (max-width:1230px) {
    #products-page .list-product-inner .keySpecs .spec .value {
        padding: 0;
    }

    #products-page .list-product-inner .keySpecs .spec .label {
        padding: 0px;
    }

    #products-page .list-product-inner .price-value {
        margin-left: 0;
    }
}

@media screen AND (max-width:991px) {
    #products-page .list-product-inner .department {
        border-top: 1px solid #c7c7c7;
    }

    #products-page .list-product-inner .product-title {
        padding: 10px 0;
        margin-bottom: 0;
    }

    #products-page .list-product .productsCarousel .carousel-item {
        height: 290px;
    }
}

@media screen AND (max-width:767px) {
    #products-page .list-product .productsCarousel .carousel-item {
        height: auto;
    }

    #products-page .list-product {
        margin-bottom: 25px;
        background-color: #FAFAFA;
    }

    #products-page .list-product-inner .price-row {
         position: relative; 
         bottom: auto; 
         width: auto; 
    }

    #products-page .list-product-inner .price-value {
        margin: 0;
        padding-right: 0;
    }

    #products-page .list-product-inner .price-row {
        border-top: 1px solid #c7c7c7;
    }

    #products-page .list-product-inner .department {
        border: none;
    }

    #products-page .list-product-inner .price-value {
        border: none;
    }

    #products-page .list-product-inner .product-title {
        border-bottom: none;
    }

    #products-page .list-product-inner #title-wrapper {
        border-bottom: 1px solid #c7c7c7;
    }
}


@media screen AND (max-width:360px) {
    #products-page .list-product-inner .price-value {
        font-size: 28px;
    }

    #products-page .list-product-inner .department {
        font-size: 14px;
    }
}
/*.margin-top-40 {
    margin-top: 40px;
}

.no-scroll {
    overflow: hidden;
}*/

/*-----------
  ----------- COOKIE 
-----------*/
/*#cookie-overlay {
    background-color: rgba(0, 0, 0, 0.83);
    position: fixed;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    z-index: 1000000;
    padding: 20px;
}

    #cookie-overlay #cookie-box {
        width: 790px;
        max-width: 100%;
        max-height: 100%;
        background: #F4F4F4;
        color: #4B4B4B;
        overflow-x: hidden;
        padding: 40px;
        font-family: Verdana;
    }

        #cookie-overlay #cookie-box .title {
            font-size: 33px;
            font-weight: 400;
            padding-bottom: 25px;
        }

        #cookie-overlay #cookie-box .description {
            font-size: 16px;
            font-weight: 400;
        }

            #cookie-overlay #cookie-box .description a {
                color: #2f7f3d;
                text-decoration: underline;
            }

        #cookie-overlay #cookie-box .cookieBtn-selected {
            background-image: linear-gradient(#CECECE, #868686);
            color: #fff;
            font-size: 16px;
            height: 44px;
            width: 188px;
            font-weight: 700;
            border: none;
            border-radius: 25px;
            margin-right: 20px;
            cursor: pointer;
        }

        #cookie-overlay #cookie-box .cookieBtn-all {
            background-image: linear-gradient(#76FF00, #2f7f3d);
            color: #fff;
            font-size: 16px;
            height: 44px;
            width: 188px;
            font-weight: 700;
            border: none;
            border-radius: 25px;
            cursor: pointer;
        }

            #cookie-overlay #cookie-box .cookieBtn-all:focus,
            #cookie-overlay #cookie-box .cookieBtn-selected:focus {
                outline: none;
            }*/

/* SWITCHES */
/*.switch-wrapper {
    height: 63px;
    padding-left: 50px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 61px;
    height: 32px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #A2A2A2;
    border: 2px solid #626262;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 24px;
        width: 24px;
        left: 4px;
        bottom: 2px;
        background-color: #D8D8D8;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
    background-color: #53E01E;
}

.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.disabled-switch .slider {
    cursor: auto;
}*/

/* COOKIE SETTINGS BUTTON POPUP */
/*#cookie-settings {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.83);
    position: fixed;
    left: -56px;
    bottom: -56px;
    cursor: pointer;
    z-index: 100000;
}

    #cookie-settings img {
        position: absolute;
        right: 28px;
        width: 19px;
        height: 40px;
        top: 18px;
    }*/

/*Video replacement*/
/*.videoReplacement {
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 30px 20px;
    height: 100%;
}

    .videoReplacement i {
        font-size: 60px;
        margin-bottom: 10px;
    }

    .videoReplacement .text {
        margin-bottom: 40px;
    }

    .videoReplacement a {
        color: #fff;
        cursor: pointer;
        text-decoration: none;
        display: block;
        margin-bottom: 10px;
    }

.frontPage .section-item .videoReplacement i {
    font-size: 50px;
}

.frontPage .section-item .videoReplacement .text {
    margin-bottom: 20px;
}*/

/* REPONSIVE */
/*@media screen and (max-width: 1500px) {
    .frontPage .section-item .videoReplacement {
        padding: 20px 10px;
    }
}

@media screen and (max-width:991px) {
    #cookie-overlay #cookie-box .title {
        line-height: 38px;
    }
}

@media screen and (max-width:767px) {
    .switch-wrapper {
        height: 55px;
        padding-left: 0;
    }

    #cookie-overlay #cookie-box {
        padding: 20px;
    }

        #cookie-overlay #cookie-box .title {
            font-size: 24px;
            font-weight: 400;
            padding-bottom: 15px;
        }

        #cookie-overlay #cookie-box .description {
            font-size: 14px;
        }

        #cookie-overlay #cookie-box #buttons-wrapper {
            display: unset;
        }

        #cookie-overlay #cookie-box .cookieBtn-all,
        #cookie-overlay #cookie-box .cookieBtn-selected {
            width: 80%;
            font-size: 14px;
            float: right;
            margin-right: 0;
        }

        #cookie-overlay #cookie-box .cookieBtn-all {
            margin-top: 10px;
        }

        #cookie-overlay #cookie-box .buttons-wrapper {
            display: unset !important;
        }

    .frontPage .section-item .videoReplacement {
        background-color: #369;
        color: #fff;
        text-align: center;
        padding: 20px 10px;
        height: 100%;
    }

        .frontPage .section-item .videoReplacement i {
            font-size: 30px;
            margin-bottom: 5px;
        }

        .frontPage .section-item .videoReplacement .text {
            margin-bottom: 15px;
        }
}

@media screen and (max-width:360px) {
    #cookie-overlay #cookie-box .title {
        line-height: 30px;
    }

    #cookie-overlay #cookie-box .cookieBtn-all,
    #cookie-overlay #cookie-box .cookieBtn-selected {
        line-height: 18px;
    }

    .videoReplacement {
        padding: 15px;
    }
}*/

/***********************************************
*********************Catalog********************
***********************************************/
.webshopPage h1 {
    padding: 40px 0;
}

@media screen AND (max-width:991px) {
    .webshopPage h1 {
        padding-top: 30px;
        padding-bottom: 0;
    }
}

/* BANNER */
.webshopPage .carousel {
    padding: 30px 0 50px 0;;
}

.webshopPage .carousel-item .img {
    background-size: cover;
    background-position: center center;
    height: 387px;
}

.webshopPage .carousel-item .image-text {
    background-color: #000000;
    font-family: 'Montserrat',sans-serif;
    padding: 50px 125px 50px 50px;
    color: #ffffff;
    height: 100%;
}

    .webshopPage .carousel-item .image-text h2 {
        font-size: 30px;
        font-weight: 500;        
        color: #ffffff;
        margin-bottom: 40px;
    }

    .webshopPage .carousel-item .image-text .description {
        font-size: 16px;
        font-weight: 500;
        line-height: 23px;
        overflow: hidden;
        max-height: 163px;
    }

.webshopPage .carousel .carousel-control-next,
.webshopPage .carousel .carousel-control-prev {
    width: 5%;
}

@media screen AND (max-width:991px) {
    .webshopPage .carousel-item .img {
        height: 280px;
    }

    .webshopPage .carousel-item .image-text {
        padding: 30px 55px 30px 70px;
    }

        .webshopPage .carousel-item .image-text h2 {
            font-size: 22px;
            font-weight: 500;
            line-height: 24px;
            margin-bottom: 20px;
        }

        .webshopPage .carousel-item .image-text .description {
            font-size: 16px;
            overflow: hidden;
            height: 138px;
        }
}

@media screen AND (max-width:767px) {
    .webshopPage .carousel {
        padding: 30px 0 20px 0;
    }

        .webshopPage .carousel .carousel-control-next,
        .webshopPage .carousel .carousel-control-prev {
            width: 10%;
        }
}

/*Gategory owl-carousel webshop frontpage*/
.webshopPage .featured-categories .watchAll-btn-outer {
    text-align: right;
    padding-right: 20px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.webshopPage .featured-categories .watchAll-btn {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    background-color: rgba(0,0,0,.64);
    padding: 8px 20px;
    border-radius: 10px;
}

    .webshopPage .featured-categories .owl-carousel .owl-item .item .item-grid-outer {
        margin-left: 4px;
        margin-right: 4px;
    }

.webshopPage .featured-categories .owl-carousel .to-basket img,
.webshopPage .featured-categories .owl-carousel .variants img {
    width: 34px;
    height: 23px;
    float: left;
}

.webshopPage .featured-categories .owl-carousel .supplier-item-image,
.webshopPage .featured-categories .owl-carousel .reseller-item-image {
    height: 184px;
    object-fit: cover;
    object-position: center center;
}

.webshopPage .featured-categories .owl-carousel .owl-item .öffer-splatter {
    padding: 5px 115px;
    position: absolute;
    transform: rotate(25deg);
    right: -126px;
    top: 18px;
    background-color: #000;
    color: #fff;
    text-align: center;
    width: 360px;
    font-size: 12px;
    text-transform: uppercase;
}

.webshopPage .featured-categories .owl-carousel .to-basket,
.webshopPage .featured-categories .owl-carousel .variants {
    margin-top: 10px;
}

.webshopPage .featured-categories .owl-carousel .to-basket .label,
.webshopPage .featured-categories .owl-carousel .variants .label {
    height: 23px;
    display: flex;
    align-items: center;
}

.webshopPage .featured-categories .owl-carousel .fn-item-basket-hasitem {
    margin-left: 5px;
}

.webshopPage .featured-categories .owl-nav {
    position: absolute;
    left: 0;
    top: 8%;
    width: 100%;
}

.webshopPage .featured-categories .owl-nav .owl-prev {
    position: absolute;
    left: 12px;
    height: 179px;
    width: 29px;
}

.webshopPage .featured-categories .owl-nav .owl-next {
    position: absolute;
    right: 12px;
    height: 179px;
    width: 29px;
}

    .webshopPage .featured-categories .owl-nav .owl-next img,
    .webshopPage .featured-categories .owl-nav .owl-prev img {
        opacity: 0.6;
        transition: opacity 0.1s ease-in-out;
    }

    .webshopPage .featured-categories .owl-nav .owl-next:hover img,
    .webshopPage .featured-categories .owl-nav .owl-prev:hover img {
        opacity: 1;
        transition: opacity 0.1s ease-in-out;
    }

    .webshopPage .featured-categories .owl-nav .owl-next.disabled,
    .webshopPage .featured-categories .owl-nav .owl-prev.disabled {
        display: none;
    }

    .webshopPage .featured-categories .owl-nav .owl-next:focus,
    .webshopPage .featured-categories .owl-nav .owl-prev:focus {
        outline: none;
    }

@media screen AND (max-width:1199px) {
    .webshopPage .featured-categories .owl-carousel .supplier-item-image,
    .webshopPage .featured-categories .owl-carousel .reseller-item-image {
        height: 213px;
    }
}

@media screen AND (max-width:991px) {
    .webshopPage .featured-categories .owl-carousel .supplier-item-image,
    .webshopPage .featured-categories .owl-carousel .reseller-item-image {
        height: 238px;
    }
}

@media screen AND (max-width:767px) {
    .webshopPage .featured-categories .owl-carousel .to-basket,
    .webshopPage .featured-categories .owl-carousel .variants {
        margin-top: 0px;
    }

    .webshopPage .featured-categories .owl-carousel .supplier-item-image,
    .webshopPage .featured-categories .owl-carousel .reseller-item-image {
        height: 375px;
    }
}

@media screen AND (max-width:500px) {
    .webshopPage .featured-categories .owl-carousel .supplier-item-image,
    .webshopPage .featured-categories .owl-carousel .reseller-item-image {
        height: 255px;
    }
}

@media screen AND (max-width:420px) {
    .webshopPage .featured-categories .owl-nav .owl-next img,
    .webshopPage .featured-categories .owl-nav .owl-prev img {
        object-fit: contain;
        height: 160px;
        width: 20px;
    }
}

@media screen AND (max-width:375px) {
    .webshopPage .featured-categories .owl-carousel .supplier-item-image,
    .webshopPage .featured-categories .owl-carousel .reseller-item-image {
        height: 225px;
    }
}

/*CATEGORY PAGE*/
#categoryPage {
    font-family: 'Montserrat',sans-serif;
}

@media screen AND (max-width:991px) {
    #categoryPage {
        padding-top: 30px;
    }
}

/* CATEGORY GRID */
.catalog .category-grid {
    box-shadow: 0px 3px 6px #00000029;
    display: flex;
    -ms-flex-flow: column;
    -webkit-flex-flow: column;
    flex-flow: column;
    justify-content: space-between;
}

    .catalog .category-grid .image img {
        width: 100%;
        object-fit: cover;
    }

    .catalog .category-grid .name {
        font-size: 16px;
        height: 56px;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        color: #000000;
        font-family: 'Montserrat',sans-serif;
        line-height: 24px;
    }

/* ITEM GRID */
.catalog .item-grid-outer {
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
}

.catalog .item-grid {
    display: flex;
    -ms-flex-flow: column;
    -webkit-flex-flow: column;
    flex-flow: column;
    justify-content: space-between;
}

    .catalog .item-grid .image {
        overflow: hidden;
    }

        .catalog .item-grid .image .öffer-splatter {
            padding: 5px 100px;
            position: absolute;
            transform: rotate(25deg);
            right: -115px;
            top: 20px;
            background-color: #000;
            color: #fff;
            text-align: center;
            width: 360px;
            font-size: 14px;
            text-transform: uppercase;
        }

@media (min-width:576px) {
    .catalog .item-grid .supplier-item-image,
    .catalog .item-grid .reseller-item-image {
        width: 100%;
        height: 240px;
        object-fit: cover;
        object-position: center center;
    }
}


.catalog .item-grid .info {
    padding: 0 25px;
}

.catalog .item-grid .name {
    font-size: 15px;
    font-weight: 600;
    height: 50px;
    overflow: hidden;
    color: #444444;
}

.catalog .item-grid .price {
    position: relative;
    height: 63px;
    overflow: hidden;
    background-color: #000000;
    padding: 5px 25px;
    border-radius: 0 0 5px 5px;
    color: #ffffff;
    margin-top: 10px;
}

    .catalog .item-grid .price .price-label {
        font-size: 15px;
        font-weight: 400;
        line-height: 20px;
        color: #818285;
    }

    .catalog .item-grid .price .currency {
        color: #818285;
        font-size: 16px;
        font-weight: 800;
        margin-left: 5px;
    }

    .catalog .item-grid .price .current {
        font-size: 28px;
        font-weight: 700;
        line-height: 28px;
    }

    .catalog .item-grid .price .before {
        position: absolute;
        bottom: 10px;
        right: 14px;
        font-size: 14px;
        font-weight: 300;
    }

        .catalog .item-details .before-price::after,
        .catalog .item-grid .price .before::after {
            display: block;
            content: "";
            position: absolute;
            top: 50%;
            left: -5px;
            width: Calc(100% + 10px);
            height: 1px;
            transform: rotate(-7deg);
            background-color: #b20000;
        }

.catalog .item-grid .discount {
    position: absolute;
    bottom: 35px;
    right: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    border-radius: 50%;
    height: 48px;
    width: 48px;
    overflow: hidden;
    white-space: nowrap;
    z-index: 10;
    background-color: #b20000;
    color: #ffffff;
}

.catalog .item-grid .on-sale {
    position: absolute;
    top: 25px;
    right: -59px;
    width: 200px;
    transform: rotate(45deg);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    z-index: 10;
    background-color: #ffea00;
}

.catalog .item-grid .limited {
    position: absolute;
    top: 45px;
    right: -46px;
    width: 200px;
    transform: rotate(45deg);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    z-index: 10;
}

.catalog .item-grid .to-basket img,
.catalog .item-grid .variants img {
    padding-right: 8px;
}

.catalog .item-grid .to-basket,
.catalog .item-grid .variants {
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase;
}

    .catalog .item-grid .to-basket a,
    .catalog .item-grid .variants a {
        color: #444444;
    }

/* ITEM DETAILS */
.catalog .item-details {
    font-family: 'Montserrat',sans-serif;
    padding-bottom: 50px;
}

.catalog .item-details .carousel {
    padding: 0;
}

    .catalog .item-details .carousel .carousel-item img {
        width: 100%;
        object-fit: cover;
        object-position: center center;
        height: 415px;
    }

    .catalog .item-details .carousel-inner .öffer-splatter {
        padding: 5px 95px;
        position: absolute;
        transform: rotate(25deg);
        right: -100px;
        top: 25px;
        background-color: #000;
        color: #fff;
        text-align: center;
        width: 360px;
        font-size: 16px;
        text-transform: uppercase;
    }

    .catalog .item-details .carousel .carousel-control-next,
    .catalog .item-details .carousel .carousel-control-prev {
        width: 10%;
    }

.catalog .item-details h1 {
    color: #6E6E6E;
    font-weight: 600;
    line-height: 40px;
    padding-top: 0;
}

.catalog .item-details h2 {
    color: #000000;
    font-size: 24px;
    font-weight: 700;
}

.catalog .item-details .open-gallery-button {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1030;
    align-items: center;
    justify-content: center;
    height: 63px;
    width: 63px;
    background-color: rgba(0,0,0,0.1);
}

    .catalog .item-details .open-gallery-button i {
        color: #ffffff;
        font-size: 40px;
    }

.catalog .item-details .price {
    position: relative;
}

    .catalog .item-details .price .price-label {
        font-size: 15px;
        color: #000000;
        line-height: 24px;
    }

    .catalog .item-details .price .currency {
        font-size: 16px;
        color: #818285;
        line-height: 24px;
        font-weight: 800;
        margin-left: 5px;
    }

.catalog .item-details .current-price {
    color: #000000;
    font-size: 32px;
    font-weight: 700;
    line-height: 24px;
}

.catalog .item-details .before-price {
    color: #C9C9C9;
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    position: relative;
    margin-top: 20px;
}

.catalog .item-details .discount {
    position: absolute;
    border-radius: 50%;
    width: 43px;
    height: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 140px;
    bottom: -8px;
    background-color: #b20000;
    color: #ffffff;
}

    .catalog .item-details #ov-onskeskyen-generated-wish-button,
    #ov-onskeskyen-generated-wish-button.blue,
    .gowish-btn, .gowish-btn-rounded {
        margin-right: 0 !important;
        line-height: 16px;
    }

.catalog .item-details .btn-variant,
.catalog .item-details .btn-to-basket {
    width: 100%;
    height: 50px;
    color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    background-color: #000000;
    line-height: 21px;
    box-shadow: 0 3px 6px #00000029;
    cursor: pointer;
}

    .catalog .item-details .btn-variant img,
    .catalog .item-details .btn-to-basket img {
        max-height: 28px;
        max-width: 28px;
        margin: 8px;
    }

    .catalog .item-details .itemNo {
        color: #444444;
        font-size: 16px;
        padding: 10px 0;
    }

.catalog .item-details .description {
    padding-bottom: 25px;
    color: #444444;
    font-size: 16px;
    line-height: 19px;
}

    .catalog .item-details .description ul {
        padding-left: 20px;
    }

.catalog .item-details .btn-variant.closed .variant-menu {
    display: none;
}

.catalog .item-details .btn-variant.open .variant-menu {
    display: block;
}

    .catalog .item-details .btn-variant .variant-menu {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        z-index: 1000;
        background-color: rgba(75,75,75,.97);
        max-height: 350px;
        overflow-y:scroll;
    }

        .catalog .item-details .btn-variant .variant-menu::-webkit-scrollbar {
            width: 6px;
        }

        /* Track */
        .catalog .item-details .btn-variant .variant-menu::-webkit-scrollbar-track {
            background: rgba(75,75,75,1);
        }

        /* Handle */
        .catalog .item-details .btn-variant .variant-menu::-webkit-scrollbar-thumb {
            background: #999;
        }

            /* Handle on hover */
            .catalog .item-details .btn-variant .variant-menu::-webkit-scrollbar-thumb:hover {
                background: #555;
            }

    .catalog .item-details .btn-variant .variant-menu li {
        margin: 0;
        padding: 0;
    }

    .catalog .item-details .btn-variant .variant-menu a,
    .catalog .item-details .btn-variant .variant-menu a:hover {
        color: #fff;
        padding: 10px 10px 10px 15px;
        display: block;
        font-size: 16px;
    }

        .catalog .item-details .btn-variant .variant-menu a.active {
            background-color: rgba(0,0,0,0.5);
        }

        .catalog .item-details .btn-variant .variant-menu li:last-child a {
            padding-bottom: 15px;
        }


.catalog .item-details .related-item {
    font-size: 16px;
    border-bottom: 1px solid #DDDDDD;
    padding: 20px 0px;
    display: flex;
    justify-content: space-between;
}

    .catalog .item-details .related-item .image {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 33.3333%;
        flex-grow: 2;
    }

        .catalog .item-details .related-item .image img {
            max-width: 106px;
            max-height: 106px;
        }

    .catalog .item-details .related-item .name {
        width: 50%;
        flex-grow: 3;
    }

        .catalog .item-details .related-item .name a {
            color: #000000;
        }

        .catalog .item-details .related-item .name a:hover {
            text-decoration: underline;
        }

    .catalog .item-details .related-item .price {
        display: flex;
        flex-flow: column;
        justify-content: space-between;
        align-items: flex-end;
        width: 16.6666%;
        flex-grow: 1;
    }

    .catalog .item-details .related-item .current-price {
        color: #444444;
        font-size: 16px;
        text-align: right;
        padding-bottom: 5px;
    }

    .catalog .item-details .related-item .btn-to-basket {
        width: 68px;
        height: 45px;
        background-color: #000000;
        color: #fff;
        font-size: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .catalog .item-details .related-item .composite-list {
        list-style-type: square;
        list-style-position: inside;
    }

        .catalog .item-details .related-item .composite-list li {
            padding-left: 30px;
        }

.catalog .item-details .stockinfo {
    color: #444444;
}

    .catalog .item-details .stockinfo .instock {
    }

    .catalog .item-details .stockinfo .outofstock {
    }

    .catalog .item-details .stockinfo .dot {
        height: 16px;
        width: 16px;
        display: inline-block;
        border-radius: 50%;
        position: relative;
        top: 2px;
        margin-right: 5px;
        background-color: #aaa;
    }

    .catalog .item-details .stockinfo .instock .dot {
        background-color: #4b9b14;
    }

    .catalog .item-details .stockinfo .outofstock .dot {
        background-color: rgba(219,20,25,1);
    }

    .catalog .item-details .stockinfo .insupplierstock .dot {
        background-color: #f89306;
    }

@media (max-width:1199px) {
    .catalog .item-details .current-price {
        font-size: 28px;
    }

    .catalog .item-details h1 {
        padding-bottom: 10px;
    }

    .catalog .item-details #ov-onskeskyen-generated-wish-button, 
    #ov-onskeskyen-generated-wish-button.blue, 
    .gowish-btn, 
    .gowish-btn-rounded {
        margin-bottom: 20px;
    }

    .catalog .item-details .btn-variant, 
    .catalog .item-details .btn-to-basket {
        font-size: 15px;
    }
}

@media (max-width:991px) {
    .catalog#itemPage {
        padding-top: 30px;
    }

    .catalog .item-details .btn-variant,
    .catalog .item-details .btn-to-basket {
        margin: 30px 0;
    }

    .catalog .item-details .carousel .carousel-item img {
        height: auto;
    }

    .catalog .item-details #ov-onskeskyen-generated-wish-button,
    #ov-onskeskyen-generated-wish-button.blue,
    .gowish-btn,
    .gowish-btn-rounded {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    .catalog .item-details .carousel .carousel-control-next img,
    .catalog .item-details .carousel .carousel-control-prev img {
        object-fit: contain;
        object-position: center center;
        height: 166px;
        width: 16px;
    }

    .catalog .item-details .carousel-inner .öffer-splatter {
        padding: 5px 120px;
        position: absolute;
        transform: rotate(25deg);
        right: -125px;
        top: 18px;
        background-color: #000;
        color: #fff;
        text-align: center;
        width: 360px;
        font-size: 12px;
        text-transform: uppercase;
    }

    .catalog .item-details h1 {
        line-height: 30px;
    }

    .catalog .item-details .discount {
        position: absolute;
        border-radius: 50%;
        width: 43px;
        height: 43px;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 2px;
        right: 20px;
    }

    .catalog .item-details .related-item {
        flex-flow: column;
    }

        .catalog .item-details .related-item .image {
            width: 100%;
        }

            .catalog .item-details .related-item .image img {
                max-width: 100%;
                max-height: 100%;
            }

        .catalog .item-details .related-item .name {
            width: 100%;
        }

        .catalog .item-details .related-item .price {
            flex-flow: row;
            width: 100%;
        }

        .catalog .item-details .related-item .current-price {
            flex-grow: 4;
            padding-bottom: 0px;
            padding-right: 10px;
        }

    .catalog .item-details .btn-variant {
        margin-bottom: 10px;
    }

    .catalog .item-details .price {
        margin-bottom: 20px;
    }

    .catalog .item-details .btn-variant {
        margin-bottom: 20px;
        margin-top: 0;
    }

    .catalog .item-details .btn-to-basket {
        margin-bottom: 20px;
        margin-top: 0;
    }
}

@media (max-width:575px) {
    .catalog .item-details .price {
        margin-bottom: 15px;
    }

    .catalog .item-details .btn-variant,
    .catalog .item-details .btn-to-basket {
        font-size: 16px;
    }

    .catalog .item-details #ov-onskeskyen-generated-wish-button,
    #ov-onskeskyen-generated-wish-button.blue,
    .gowish-btn,
    .gowish-btn-rounded {
        margin-bottom: 20px;
    }
}

/*Item Details carousel modal*/
.catalog .item-details #galleryViewer .carousel-overlay {
    width: 80%;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .catalog .item-details #galleryViewer .carousel-overlay:active {
        overflow-y: hidden;
    }

    .catalog .item-details #galleryViewer .carousel-overlay .carousel-item {
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center;
    }

        .catalog .item-details #galleryViewer .carousel-overlay .carousel-item img {
            width: unset;
            height: auto;
        }

.catalog .item-details #galleryViewer .carousel-item {
    min-height: unset;
}

.catalog .item-details #galleryViewer .carousel-caption {
    top: unset;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.78);
    width: 100px;
    right: 0;
    left: 0;
    margin: auto;
    color: #444;
    font-size: 16px;
}

.catalog .item-details #galleryViewer .carousel-inner {
    padding-bottom: 0;
}

.catalog .item-details .overlay-root {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10002;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.85);
}

.catalog .item-details .hide-overlay {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10002;
    cursor: pointer;
    background-color: rgba(255,255,255,1);
    height: 40px;
    width: 40px;
    border: 1px solid #444;
    border-radius: 50%;
    text-align: center;
    line-height: 39px;
    font-size: 30px;
}

/* WEBSHOP BASKET OVERLAY */
.webshop-basket-overlay {
    position: fixed;
    bottom: 0px;
    right: 5vw;
    z-index: 1050;
    display: none;
}

body.basket-overlay-visible .webshop-basket-overlay {
    display: block;
}

.webshop-basket-overlay .inner-basket {
    display: flex;
    background-color: rgba(0,0,0,0.85);
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    width: 430px;
    margin-left: auto;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 3px 12px rgba(0,0,0,0.7);
    color: #ffffff;
}

.webshop-basket-overlay .inner-basket-text {
    width: 67px;
    height: 57px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 600;
    background-color: #b20000;
    color: #ffffff;
}

.webshop-basket-overlay .inner-basket-goto {
    width: 67px;
    height: 57px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
}

.webshop-basket-overlay .inner-basket-small {
    display: flex;
    -ms-flex-flow: row;
    -webkit-flex-flow: row;
    flex-flow: row;
    width: 100%;
    background: rgba(0,0,0,0.8);
    padding: 10px 5px 5px 5px;
}

    .webshop-basket-overlay .inner-basket-small .inner-basket-item {
        display: flex;
        -ms-flex-flow: column;
        -webkit-flex-flow: column;
        flex-flow: column;
        width: 50%;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .webshop-basket-overlay .inner-basket-small .inner-basket-count {
        position: absolute;
        top: 5px;
        left: 44%;
        font-size: 11px;
        font-weight: 700;
        border-radius: 50%;
        width: 16px !important;
        height: 16px !important;
        text-align: center;
    }

.webshopPage-d-flex {
    display: none !important;
}

.webshopPage .webshopPage-d-flex {
    display: flex !important;
}

.webshopPage .webshopPage-d-none {
    display: none !important;
}

.webshop-terms {
    font-size: 16px;
    font-weight: 400;
    padding: 30px;
}

.webshop-terms-image {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: flex-start;
    padding: 15px;
}

    .webshop-terms-image img {
        width: auto !important;
    }

@media screen and (max-width: 575.98px) {
    .webshop-basket-overlay .inner-basket-small {
        padding-left: 60px;
    }

        .webshop-basket-overlay .inner-basket-small .inner-basket-item {
            color: #ffffff;
        }

    body.webshopPage .webshop-basket-overlay {
        font-family: 'Montserrat', sans-serif;
        display: block;
    }

    body.webshopPage .inner-basket-count {
        display: none;
    }

    body.webshopPage.basket-overlay-visible .inner-basket-count {
        display: flex;
        border-radius: 50%;
        background-color: #b20000;
        top: 2px;
        left: 47%;
        justify-content: center;
        align-items: center;
        height: 18px !important;
        width: 18px !important;
    }

    .webshop-basket-overlay {
        position: fixed;
        bottom: 0px;
        right: 0px;
        left: 0px;
        z-index: 1050;
        display: none;
    }

        .webshop-basket-overlay .inner-basket {
            width: 100%;
            margin: 0px;
        }

        .webshop-basket-overlay .inner-basket-count {
            width: auto;
            flex-grow: 1;
            margin-left: 10px;
        }

        .webshop-basket-overlay .inner-basket-total {
            width: auto;
            flex-grow: 2;
        }


    .catalog .item-grid-outer {
        background-color: #E3E3E3;
    }

        .catalog .item-grid-outer .item-grid {
            background-color: #fff;
        }

        .catalog .item-grid-outer .to-basket, .catalog .item-grid-outer .variants {
            font-size: 13px;
            font-weight: 300;
            text-transform: uppercase;
            height: 50px;
            align-items: flex-end;
            width: 100%;
            padding: 5px 15px;
            background-color: #fafafa;
        }     

    .catalog .item-grid {
        border-radius: 5px;
        box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
        display: flex;
        -ms-flex-flow: column;
        -webkit-flex-flow: column;
        flex-flow: column;
        justify-content: space-between;
    }

    .catalog .item-grid-outer .to-basket img, .catalog .item-grid-outer .variants img {
        padding-right: 8px;
    }

    .catalog .item-grid .price .before {
        position: absolute;
        top: auto;
        left: auto;
        right: 15px;
        bottom: 15px;
        font-size: 14px;
        font-weight: 300;
    }
}

@media screen and (max-width: 767px) {
    .webshopPage .search-button-small {
        padding-left: 0px;
        padding-right: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .catalog .item-grid-outer a {
        color: #444444;
    }
}

/***********************************************
*******************Navigation*******************
***********************************************/
.body-scroll-lock {
    position: fixed;
    width: 100%;
    overflow: hidden;
    touch-action: none;
}

#shop-navigation {
    padding-bottom: 50px;
    font-family: 'Montserrat', sans-serif;
}

    #shop-navigation .search-button {
        background-color: #B20000;
        font-size: 14px;
        line-height: 18px;
        color: #ffffff;
        border-radius: 10px;
        width: 100%;
        height: 39px;
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;  
    }

    #shop-navigation .search-query {
        height: 39px;
        border: 1px solid #c9c9c9;
        border-radius: 10px;
    }

    #shop-navigation .shop-menu-icon i {
        color: #000000;
        font-size: 40px;
    }

    #shop-navigation .toogle-desc {
        margin-left: 10px;
        font-weight: 500;
    }

.shop-menu-bg {
    background-color: rgba(0,0,0,0);
    transition: background-color 0.4s ease-in-out;
}

    .shop-menu-bg.active {
        position: fixed;
        display: block;
        z-index: 1059;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100vh;
        background-color: rgba(0,0,0,0.6);
        transition: background-color 0.4s ease-in-out;
    }

.shop-menu-outer {
    position: fixed;
    z-index: 1060;
    left: -450px;
    top: 0px;
    width: 450px;
    height: 100%;
    transition: all 0.6s ease-in-out;
}

    .shop-menu-outer.active {
        left: 0px;
        transition: all 0.6s ease-in-out;
    }

        .shop-menu-outer.active .shop-menu-close {
            opacity: 1;
            transition: all 0.6s ease-in;
        }

.shop-menu-inner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    padding: 30px;
    width: 390px;
    background-color: #fff;
}

.shop-menu-close {
    position: absolute;
    right: 5px;
    top: 7px;
    font-size: 36px;
    opacity: 0;
    transition: all 0.4s ease-out;
}

    .shop-menu-close a {
        color: #ffffff;
    }

.shop-menu .menu-item {
    height: 80px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 400;
    color: #893131;
    font-size: 16px;
    background-color: #fff;
    padding-left: 15px;
    padding-right: 2px;
    border-bottom: 1px dashed #DBDBDB;
}

    .shop-menu .menu-item:hover {
        background-color: #F7F7F7;
    }

    .shop-menu .menu-item .image {
        margin: 6px;
        width: 58px;
        height: 58px;
        background-size: cover;
        box-shadow: 0 3px 6px #dcdcdc;
    }

    .shop-menu .menu-item .name {
        padding: 0px 18px;
        flex-grow: 4;
    }

    .shop-menu .menu-item a {
        color: #000000;
    }

    .shop-menu .menu-item .icon,
    .shop-menu .menu-item-children .icon {
        font-size: 22px;
    }

        .shop-menu .menu-item .icon a,
        .shop-menu .menu-item-children .icon a {
            width: 30px;
            display: inline-block;
            color: #893131;
        }

.shop-menu .menu-item-children-header,
.shop-menu .menu-item,
.shop-menu .menu-item-children,
.shop-menu .menu-item-container {
    display: none; 
}

    .shop-menu .menu-item-children-header.active,
    .shop-menu .menu-item-children.active,
    .shop-menu .menu-item-container.active {
        display: block;       
    }

    .shop-menu .menu-item.active {
        display: flex;
    }

    .shop-menu .menu-item-children .parent {
        height: 80px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-weight: 400;
        color: #893131;
        font-size: 16px;
        background-color: #fff;
        padding-left: 15px;
        padding-right: 2px;
        border-bottom: 1px dashed #DBDBDB;
    }

        .shop-menu .menu-item-children .parent .name {
            padding: 0px 18px;
            flex-grow: 4;
        }

        .shop-menu .menu-item-children .parent a {
            color: #000000;
        }

    .shop-menu .menu-item-children .header {
        height: 80px;
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        font-weight: 900;
        color: #B20000;
        font-size: 16px;
        background-color: #F7F7F7;
        padding: 15px;
        border-bottom: 1px dashed #DBDBDB;
    }


/* BREADCRUMB */
.breadcrumb {
    background: none;
    border: none;
    display: block;
    padding: 30px 0;
}

    .breadcrumb li {
        font-size: 13px;
        display: inline;
        margin-right: 0;
        font-weight: 500;
    }

    .breadcrumb a {
        color: #000000;
    }

        .breadcrumb a:hover {
            color: rgba(42, 100, 150, 1);
        }

    .breadcrumb > .active {
        color: rgba(153, 153, 153, 1);
    }

    .breadcrumb > li + li:before {
        color: #000000;
        content: "\003E\00a0";
        margin: 0px 5px;
    }

@media screen and (max-width: 767px) {
    #shop-navigation #toggle-outer {
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 575.98px) {
    .shop-menu-outer {
        max-width: 100%;
    }

    .shop-menu-inner {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 80%;
        height: 100%;
        overflow-y: scroll;
        padding: 10px;
    }

    .shop-menu .menu-item {
        height: 80px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-weight: 400;
        color: #893131;
        font-size: 16px;
        background-color: #fff;
        padding-left: 2px;
        padding-right: 2px;
        border-bottom: 1px dashed #DBDBDB;
    }

    .shop-menu-close {
        right: 20px;
    }
}

/***********************************************
*******************Checkout*********************
***********************************************/
/* BASKET */
.basket {
    font-family: 'Montserrat', sans-serif; 
}

.basket-navi {
    padding-top: 40px;
}

.error-font {
    color: #ff0000;
    font-weight: bold;
    font-size: 1.2em;
}

.basket #basketContent .bold {
    font-weight: 700;
}

.basket .basketline {
    margin-bottom: 15px;
    margin-top: 15px;
}

    .basket .basketline #basketline-name a {
        color: #000000;
    }

    .basket .basketline .basketlineQuantity {
        text-align: center;
        font-size: 14px;
        height: 38px;
        line-height: 34px;
        border: 1px solid #c9c9c9;
    }

.basket .basket-total-row {
    font-size: 1.2em;
    font-weight: bold;
}

    .basket .basket-total-row .price-label {
        font-size: 15px;
        line-height: 24px;
        color: #000000;
        font-weight: 400;
    }

    .basket .basket-total-row .basketTotalPrice {
        font-size: 32px;
        font-weight: 700;
        line-height: 24px;
        color: #000000;
    }

    .basket .basket-total-row .currency {
        font-size: 16px;
        font-weight: 800;
        line-height: 24px;
        color: #818285;
        margin-left: 5px;
    }

.basket .actionbar {
    margin-top: 30px;
}

    .basket .actionbar a,
    .basket .actionbar a:hover,
    #enterInformationForm a,
    #enterInformationForm a:hover {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        background-color: #000000;
        border: none;
        border-radius: 10px;
        font-size: 16px;
        padding-left: 25px;
        padding-right: 25px;
        height: 39px;
        line-height: 34px;
        text-transform: uppercase;
        cursor: pointer;
    }

        .basket .actionbar a.continue-button,
        .basket .actionbar a.continue-button:hover,
        #enterInformationForm a.continue-button,
        #enterInformationForm a.continue-button:hover {
            color: #fff;
            background-color: #008f13;
        }

@media screen and (max-width: 991px) {
    .basket {
        padding-top: 30px;
    }

    #basket-page {
        padding-top: 30px;
    }

    .basket h1 {
        padding-top: 0;
    }

    .basket-navi {
        padding-top: 0px;
    }
}

@media screen and (max-width: 350px) {
    .basket .actionbar a, .basket .actionbar a:hover, #enterInformationForm a, #enterInformationForm a:hover {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        background-color: #000;
        border: none;
        border-radius: 10px;
        font-size: 14px;
        padding-left: 25px;
        padding-right: 25px;
        height: 39px;
        line-height: 18px;
        text-transform: uppercase;
        cursor: pointer;
    }
}

/*******************************************
*********EnterinformationPage***************
*******************************************/
#enterInformationForm .checkbox-container {
    padding-right: 10px;
}

    #enterInformationForm .checkbox-container input[type='radio'] {
        transform: scale(1.5);
        margin-right: 5px;
        margin-bottom: 10px;
    }

#enterInformationForm input[type='text'],
#enterInformationForm select,
#enterInformationForm textarea {
    width: 100%;
    border: 1px solid #c9c9c9;
    line-height: 34px;
    height: 38px;
    font-size: 14px;
    margin-bottom: 20px;
    padding-left: 20px;
    color: #444;
    padding-right: 5px;
}

    #enterInformationForm select#Basket_Reseller:first-child {
        color: #666666;
    }

#enterInformationForm textarea {
    padding-top: 20px;
    line-height: 18px;
    height: 100px;
}

#enterInformationForm .input-label {
    color: #666666;
    font-weight: 600;
}

#enterInformationForm ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

Quantity fail message
.quantity-failMessage {
    padding: 15px;
    background-color: rgba(255, 0, 0, 0.10);
    border-radius: 5px;
    border: 1px solid rgb(255, 0, 0);
    color: rgb(255, 0, 0);
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
}

    .quantity-failMessage i {
        font-size: 25px;
    }

    .quantity-failMessage b {
        margin: 0 4px 0 4px;
    }

#displayBasketContent .bold {
    font-weight: 700;
}

#displayBasketContent .price-label {
    font-size: 15px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
}

#displayBasketContent .basketTotalPrice {
    font-size: 32px;
    font-weight: 700;
    line-height: 24px;
    color: #000;
}

#displayBasketContent .currency {
    font-size: 16px;
    font-weight: 800;
    line-height: 24px;
    color: #818285;
    margin-left: 5px;
}


/* FORMS */

input.invalid,
select.invalid {
    box-shadow: 0 0 3px 3px rgba(255,0,0,0.8);
}
/**********************

    Quick search form + search form on products page

***********************/
#productSearch-addon {
    background-color: #FAFAFA;
    font-family: 'Montserrat',sans-serif;
    margin: 20px 0;
}

#productSearch-addon #product-quicksearch {
    padding: 30px 0;
}

    #productSearch-addon #product-quicksearch h3 {
        color: #666;
        text-align: center;
        margin: 0;
        padding-bottom: 10px;
        font-size: 28px;
        font-weight: 600;
    }

    #productSearch-addon #product-quicksearch .productcount-box {
        padding-bottom: 20px;
        font-style: italic;
        color: #666;
    }

    #productSearch-addon #product-quicksearch button.search-button {
        height: 100%;
        background-color: #b20000;
        border: none;
        color: #fff;
        cursor: pointer;
        height: 39px;
        border-radius: 10px;
    }

        #productSearch-addon #product-quicksearch button.search-button:focus {
            outline: none;
        }

    #productSearch-addon #product-quicksearch .search-fields-btn {
        text-align: center;
        padding-bottom: 20px;
        font-weight: 600;
    }

        #productSearch-addon #product-quicksearch .search-fields-btn i {
            margin-left: 5px;
        }

#productSearch-addon .interval-dropdown {
    position: relative;
    cursor: pointer;
}

#productSearch-addon #product-quicksearch select {
    cursor: pointer;
}

#productSearch-addon #product-quicksearch select:focus {
    outline: none;
}

#productSearch-addon .interval-dropdown,
#productSearch-addon #product-quicksearch select {
    padding-bottom: 20px;
}

    #productSearch-addon .interval-dropdown .label,
    #productSearch-addon #product-quicksearch select {
        width: 100%;
        height: 39px;
        border: 1px solid #c9c9c9;
        background-color: #fff;
        display: flex;
        align-items: center;
        padding: 0 15px;
    }

    #productSearch-addon .interval-dropdown .label {
        padding-right: 4px;
    }

#productSearch-addon .interval-dropdown .label .min-value,
#productSearch-addon .interval-dropdown .label .max-value {
    color: #999;
}

#productSearch-addon .interval-dropdown input {
    padding-left: 10px;
    height: 30px;
}
        

#productSearch-addon .interval-dropdown input:focus {
    outline: none;
}

#productSearch-addon .interval-dropdown .price-label {
    font-size: 13px;
    font-weight: 600;
    color: #666666;
}

#productSearch-addon .interval-dropdown .content {
    display: none;
    position: absolute;
    background-color: #fff;
    padding: 20px 16px;
    width: 100%;
    border: 1px solid #c9c9c9;
    border-top: none;
    z-index: 1000000;
}

#productSearch-addon .interval-dropdown .content input {
    border: 1px solid #c9c9c9;
}

#productSearch-addon .interval-dropdown .label i {
    font-size: 12px;
}

#productSearch-addon .interval-dropdown .label i.closed {
    transform: rotate(0deg);
    transition: transform 0.2s linear;
}

#productSearch-addon .interval-dropdown .label i.open {
    transform: rotate(180deg);
    transition: transform 0.2s linear;
}

@media screen AND (max-width:991px) {
    #productSearch-addon #product-quicksearch h3 {
        font-size: 25px;
        font-weight: 600;
    }

    #productSearch-addon #product-quicksearch #button-group {
        margin-top: 30px;
    }

    #productSearch-addon .interval-dropdown .label,
    #productSearch-addon #product-quicksearch select {
        height: 50px;
    }

    #productSearch-addon .interval-dropdown input {
        height: 39px;
    }
}

@media screen AND (max-width: 767px) {
    #productSearch-addon #product-quicksearch select {
        margin-bottom: 20px;
    }
} 
