:root {
    --main-color: #005b9f;
    --main-color-dark: #10103F;
    --main-color-light: #3369B6;
    --main-color-yellow: #ffdd00;
    --light-blue: #C2E5F5;
    --peach: #FAE1C3;
    --coral: #FF8273;

    --main-text-color: rgba(255,255,255,1);
    --main-text-color-hover: rgba(225,225,225,1);
    --main-text-color-dark: rgba(255,255,255,1);
    --main-text-color-dark-hover: rgba(225,225,225,1);
    --main-text-color-light: #bf190d;
    --main-text-color-light-hover: #bf190d;

    --btn-primary-background: #005b9f;
    --btn-primary-color: rgba(255,255,255,1);
    --btn-primary-hover-background: #15304e;
    --btn-primary-hover-color: rgba(255,255,255,1);
}

html {
    box-sizing: border-box;
    position: relative;
    min-height: 100%;
}

*, * ::before, * ::after {
    box-sizing:inherit
}

body {
    margin:0;
    margin-bottom: 200px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}

#container {
    background-color: #fff;
    /* padding-top: 3.125rem; */
}

.noClick {
    pointer-events: none;
}

/*############ EXTRA BASE START ############*/

a {
    color: #000;
}

a:hover {
    color: rgba(0, 0, 0, 0.7);
    text-decoration: none;
}

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

.current-page {
    font-weight: 600;
    font-size: 1.1rem;
}

.breadcrumb {
    font-size: 1.1rem;
    line-height: 25px;
}

.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.smoothLoad {
    opacity: 0;
}

.lazy {
    visibility: hidden;
}

.pointer {
    cursor: pointer;
}

.radio label {
    cursor: pointer;
}

.line-header {
    font-weight: 700;
    display: block;
    line-height: 0.2em;
    border-bottom: 1px solid #666;
}

.line-header span {
    background-color: white;
}

abbr {
    color: #f00;
}

.text-black {
    color: #000;
}

/*line header för artiklar*/
.line-article {
    display: block;
    line-height: 0.2em;
    border-bottom: 1px solid #666;
}

.line-article span {
    background-color: white;
}

abbr {
    color: #f00;
}

.text-black {
    color: #000;
}

/*############ EXTRA BASE END ############*/
/*############ INPUT CONTROL START ############*/

.form-control,
.custom-select,
.form-control:focus {
    border: 1px solid #002A4D;
    border: none;
    background-color: #DFE2E6;
    box-shadow: none !important;
    color: #002A4D;
    font-size: 13px;
    line-height: 1 !important;
    height: 1.785rem;
}

.language-selector {
    background-color: #002A4D;
    color: var(--main-text-color-dark);
    background: none;
    font-size: 12px;
    text-transform: uppercase;
}

.input-group-text {
    border: none !important;
    background-color: #f8f9fa;
}

.form-control::placeholder {
    color: rgba(0, 0, 0, 0.4);
    opacity: 0.7;
    /* Firefox */
}

.form-control:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
    opacity: 0.7;
    /* Firefox */
}

.form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgba(0, 0, 0, 0.4);
    opacity: 0.7;
    /* Firefox */
}

.custom-control-label::before {
    background-color: white !important;
    border: 2px solid #000;

}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #004087 !important;

    
}

.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
    border-color: #e9ecef;
}

/*############ INPUT CONTROL END ############*/

.tooltip {
    pointer-events: none;
}

/*############ BORDER START ############*/

.border-red {
    border: 2px solid red;
}

.border-blue {
    border: 2px solid blue;
}

.language-selector-icon-container .input-group-text {
    background-color: var(--main-color-dark);
}

/*############ BORDER END ############*/



.underline.active {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 5px;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #002A4D;
    color: #fff;
}



.dropdown:hover>.dropdown-menu {
    display: block;
    background-color: #fed226;
    text-align: center;
}

.dropdown-menu {
    border-radius: 0;
    padding: 0;
}

.dropdown-item {
    font-weight: 600;
    color: #043e69;
}

.dropdown-item:hover {
    color: #fff;
    background-color: #002A4D;
}

.nav-menu-bg {
    background-color: #fff;
    width: 20rem;
}

.dropdown-menu-center {
    left: 50% !important;
    right: auto !important;
    text-align: center !important;
    transform: translate(-50%, 0) !important;
    
}

.search-input {
    height: 33.5px !important;
}

.menu-icon-txt {
    font-size: 0.7rem;
    font-weight: 600;
}

/*############ NAVBAR END ############*/
/*############ NAVBAR MINICART START ############*/

.cart-menu, .search-menu {
    position: relative;
}

.miniSearch-wrapper {
    display: flex;
}

#miniCart, #miniSearch {
    transition: all 0.4s;
    z-index: 10000;
    visibility: hidden;
    opacity: 0;
    right:-30px;
    top: 40px;
    min-height: 100px;
    width: 400px;
    background-color: rgba(255, 255, 255);
    border: 0px;
    border-radius:3px !important;
    padding: 10px 10px 40px 10px;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.27);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.27);
}

#miniSearch {
    /* visibility: visible;
    opacity: 1; */
    background-color: var(--main-color-dark);
    min-height: auto;
    padding-bottom: 15px;
    right: -30px;
}

#miniCart #cartTable {
    max-height:60vh;
    overflow-y: scroll;
}
#miniCart #cartTable a {
    color:#000;
}


#miniCart p {
    text-align: center;
}

#miniCart.show, #miniSearch.show {
    visibility: visible;
    opacity: 1;
}

#miniCart #goToCart {
    border: 0px;
    border-radius: 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    bottom: 0px;
    left: 0px;
}

.navbar-toggler {
    font-size: inherit;
    line-height: inherit;
    padding: .375rem .75rem;
}

.cart-column {
    margin-right: -20vh;
}

.cart-btn {
    margin: 0em 0.8em;
    padding: 0em 0.8;
    font-size: 0.8rem;
}

.cart-icon {
    font-size: 1rem;
    text-align: center;
}

.btn-cart {
    /* padding: 0.55em 1em !important; */
    /* background-color: var(--main-color) !important; */
    color: white !important;
    border-radius: 50px !important;
    font-size: 0.7rem !important;
}

.product-amount {
    font-size: 0.8rem;
    font-weight: 900;
    border: none;
    box-shadow: none !important;
    border-radius: 0;
    color: white;
    color: #10103F;
}

@media (max-width: 600px) {    
    .btn-cart { 
        padding: 0.3rem 1rem;
    }

    .product-amount {
        font-size: 0.8rem;
    }
}

.cart-box {
/*    margin-left: 2em; */
}
/*
@media (min-width: 1000px) {    
    .search-box {
        margin-right: -16em;
    }
}

@media (min-width: 1200px) {    
    .search-box {
        margin-right: -15em;
    }
}

@media (min-width: 1400px) {    
    .search-box {
        margin-right: -15em;
    }
}

@media (min-width: 1600px) {    
    .search-box {
        margin-right: -20em;
    }
}

@media (min-width: 1700px) { 
    .search-box {
        margin-right: -22em;
    }
}
*/
@media (min-width: 1200px) {
    .btn-cart {
        padding: 0.55em 1em !important;
    }
}

/*############ NAVBAR MINICART END ############*/

/*############ START PAGE HERO CONTENT ############ */
.start-hero-wrapper {
    background: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ), url('images/start-hero-background-2.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.start-hero-container, .start-video-hero-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 750px;
    margin: auto;
}

.start-hero-header, .start-video-hero-header {
    font-weight: 700;
    transition: 0.1s;
    font-size: 40px;
    line-height: 1;
    z-index: 1;
    color: white;
    text-align: center;
    margin-bottom: 0;
    margin-top: 10px;
}

/* .start-hero-container {
    display: flex;
    flex-direction: column;
    align-items: center;
} */

.start-hero-merchandise, .start-video-hero-merchandise {
    color: #FFFFFF;
    font-size: 1rem;
    justify-content: center;
    margin-bottom: 15px;
}


.start-hero-header2, .start-video-hero-header2 {
    -webkit-text-stroke: 1px white;
    -webkit-text-fill-color: transparent;
}

/*############ START PAGE HERO CONTENT END ############ */

/*############ START PAGE VIDEO CONTENT ############ */

.banner-start {
    position: relative;
    max-height: 60vh;
    bottom: 100px;
}

/* video {
    position: absolute;
    width: 100%;
    height: 100vh;
    object-fit: cover;
} */

.video-banner-start {
    position: relative;
    width: 100%;
    height: 80vh;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.video-header {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
}

.video-overlay {
    background-color: rgba(50,0,0,0.1);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.video-banner-start img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: center;
    object-position: top;
    background-repeat: no-repeat;
}

.start-video-content {
    position: relative;
    color: #fff;
}

.start-video-hero-content {
    height: 100%;
    max-width: 100%;
    padding-inline: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 1;
}

.start-video-hero-content--title {
    font-family: 'Changa One', sans-serif;
    color: white;
    font-size: 50px;
    font-size: 30px;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 35px;
}
.start-video-hero-content--text {
    font-size: 1.3rem;
    font-size: 1.1rem;
    color: white;
    background-color: rgba(0,0,0,0.2);
    padding: 15px;
}

.start-video-content2 {
    position: relative;
    color: #fff;
}

.video-content-img {
    position: relative;
    margin: auto;
    margin-top: 1em;
    /* margin-bottom: 1em; */
    width: 19rem;
}

.start-video-content img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
}

.hero-logo {
    width: 150px !important; 
    height: auto !important;
}

@media(min-width: 767px) {
    .start-video-hero-content {
        max-width: 700px;
        padding: 0;
    }

    .start-video-hero-content--title {
        font-size: 90px;
        font-size: 50px;
    }
}

@media(min-width: 860px) {
    .start-video-hero-content {
        max-width: 700px;
        max-width: 850px;
        padding: 0;
    }
}

/*############ START PAGE VIDEO CONTENT END ############ */

.start-page-filler-text {
    background-color: #fed226;
    /*
    background: linear-gradient(
            to top,
            white 0%,
            white 80%,
            #fed226 80%,
            #fed226 100%
          );
          */
    padding-top: 200px;
    padding-bottom: 20px;
    margin-top: -220px;
    position: relative;
    color: #002A4D;
    font-weight: 600;
    font-size: 1.2rem;
    
}


/*############ START PAGE TWO IMG COLUMNS START ############ */
.start-advertisement {
    position: relative;
    display: flex;
    flex-direction: column;
}

.start-advertisement-container {
    position: relative;
    flex: 1;
}

.start-advertisement-container img { 
    transition: opacity 2.25s ease, transform 0.2s ease;
}

.start-advertisement-container img:hover {
    transform: scale(1.02);
}

/*############ START PAGE TWO IMG COLUMNS START ############ */
.start-box-sortiment {
    position: relative;
    display: flex;
    flex-direction: column;
}

.start-box-sortiment-container {
    position: relative;
    flex: 1;
}

.start-box-sortiment-image-darken {
    position: relative;
}

.start-box-sortiment-image-darken img {
    display: block;
}

.start-box-sortiment-image-darken-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2); /* black with 50% opacity */
}

.start-box-sortiment-image {
    width: 100%;
    object-fit: fit;
}

.start-box-sortiment-content {
    position: absolute;
    bottom: 38px;
    left: 30px;
}

.start-box-sortiment-title {
    font-family: 'Changa One', sans-serif;
    font-weight: 400;
    transition: 0.1s;
    font-size: 35px;
    line-height: 1.1;
    z-index: 1;
    padding-left: 1.4rem;
    color: white;
    text-transform: uppercase;
}

.start-box-sortiment-text {
    transition: 0.1s;
    font-size: 1rem;
    padding-bottom: 5px;
    font-weight: 300;
    z-index: 1;
    padding-left: 1.4rem;
    color: white;
}

.start-box-sortiment-button {
    margin-top: 10px;
    transition: 0.1s;
    padding-bottom: 5px;
    z-index: 1;
    padding-left: 1.4rem;
    text-transform: uppercase;
}

.btn-sortiment {
    background-color: var(--main-color) !important;
    color: white !important;
    font-weight: 700;
    border-radius: 30px !important;
    font-size: 0.7rem !important;
    transition: opacity 2.25s ease, transform 0.2s ease;
    padding-block: 10px !important;
}

.btn-sortiment:hover {
    background-color: var(--main-color-dark) !important;
    transform: scale(1.05);
}

.img-responsive.mobile {
    display: none;
}
  
@media (max-device-width: 700px) {
    .img-responsive {
        display: none;
    }
    .img-responsive.mobile {
        display: block;
    }
}

@media (max-width: 768px) {
    .start-hero-wrapper {
        min-height: 50vh;
    }
    .video-banner-start {
        height: 60vh;
    }

    .start-hero-container {
        width: 90%;
    }

    .start-box-sortiment-content {
        left: 10px;
    }

    .start-box-sortiment-title {
        font-size: 40px;
    }

    .hero-logo {
        width: 70vw !important; 
    }
}

@media (max-width: 600px) {
    .start-box-sortiment-title {
        font-size: 25px;
        max-width: 80vw;
    }
    .start-box-sortiment-content {
        max-width: 90vw;
    }
}

@media (min-width: 768px) {
    .start-video-header, .start-hero-header, .start-video-hero-header {
        font-size: 5.0rem;
    }
}
@media (min-width: 900px) {
    .start-box-sortiment {
        flex-direction: row;
    }
}

/*############ START PAGE SORTIMENT CARDS ############ */
.start-sortiment-cards-wrapper {
    background-color: #f6f6f6;
    padding: 100px 0;
}

.start-sortiment-cards {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
    justify-content: center;
}

.start-sortiment-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.start-sortiment-card-image {
    border-radius: 10px;
    transition: opacity 2.25s ease, transform 0.2s ease;
}

.start-sortiment-card-title {
    color: #393939;
    margin-top: 10px;
    font-size: 0.9rem;
    transition: opacity 2.25s ease, transform 0.2s ease;
}

.start-sortiment-card:hover .start-sortiment-card-image {
    transform: scale(1.05);
}

.start-sortiment-card:hover .start-sortiment-card-title {
    transform: scale(1.10);
    /* color: #FFCE00; */
}

@media (max-width: 990px) {
    .start-sortiment-cards {
        grid-template-columns: repeat(2, 1fr);
    }
    .start-sortiment-cards-wrapper {
        padding: 50px 20px;
    }
}

/*############ START PAGE OFFICIAL MERCHANDISE ############ */
.start-brand-bar {
    font-weight: 700;
    background-color: var(--main-color);
    color: var(--main-text-color);
    padding: 10px;
    white-space: nowrap;
    overflow: hidden;
    display: flex;
    gap: 30px;
}
.start-brand-bar > * {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    padding-top: 3px;
}

.start-official-merchandise-wrapper {
    background-image: url("./images/ntk-parallax-01.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.start-official-merchandise-container {
    display: flex;
    flex-direction: column;
    max-width: 750px;
    margin: auto;
    align-items: center;
}

.start-official-merchandise-header, .list-other-articles-title {
    font-family: 'Changa One', sans-serif;
    font-weight: 400;
    transition: 0.1s;
    font-size: 35px;
    z-index: 1;
    color: white;
    text-align: center;
    text-transform: uppercase;
}

.list-other-articles-title {
    color: var(--main-color);
    margin-bottom: 30px;
    text-transform: uppercase;
}

.start-official-merchandise-text {
    transition: 0.1s;
    font-size: 1.1rem;
    padding-bottom: 5px;
    font-weight: 300;
    z-index: 1;
    color: white;
    text-align: center;
    max-width: 650px;
}

.start-official-merchandise-logo {
    color: white;
    display: flex;
    justify-content: center;
}

.start-official-merchandise-logo img {
    width: 80px;
}

@media (max-width: 991px) { 
    .start-official-merchandise-wrapper {
        min-height: 350px;
    }

    .start-official-merchandise-container {
        max-width: 75%;
    }
    .start-official-merchandise-header, .list-other-articles-title {
        line-height: 3rem;
        font-size: 50px;
    }

    .start-official-merchandise-text {
        font-size: 0.9rem;
        margin-top: 15px;
    }
}

@media (max-width: 767px) { 
    .start-brand-bar {
        font-size: 0.9rem;
        padding: 7px;
    }

    .start-official-merchandise-wrapper {
        min-height: 350px;
    }

    .start-official-merchandise-container {
        max-width: 75%;
    }
    .start-official-merchandise-header, .list-other-articles-title {
        line-height: 3rem;
        font-size: 50px;
    }

    .start-official-merchandise-text {
        font-size: 0.9rem;
        margin-top: 15px;
    }
}


@media (max-width: 600px) { 
    .start-official-merchandise-wrapper {
        min-height: 350px;
    }

    .start-official-merchandise-container {
        max-width: 75%;
        padding-block: 60px;
    }
    .start-official-merchandise-header, .list-other-articles-title {
        line-height: 1.1;
        font-size: 30px;
    }

    .start-official-merchandise-text {
        font-size: 0.9rem;
        margin-top: 15px;
    }
}

/*############ START PAGE THREE IMG COLUMNS START ############ */

.sortiment-boxes {
    width: 18rem;
    margin: auto;
}

.start-page-blue-bg {
    position: relative;
    background-color: #002A4D;
    padding-top: 30px;
    height: 16em;
    /* top: 10px; */
}

.sortiment-boxes img {
    width: 100%;
    height: auto;
}

.sortiment-box {
    position: relative;
    padding-bottom: 30px;
    z-index: 3;
}

.sortiment-box a {
    color: #fff;
}

.hover-wrap {
    position: relative;
    overflow: hidden;
}

.hover-cap {
    text-align: center;
    padding: 10px;
    position: absolute;
    background-color: #000;
    color: #fff;
    bottom: 0;
    left: 0;
    width: 100%;
    font-weight: 300;
    z-index: 1;
}

.hover-cap {
    visibility: none;
    opacity: 0;
    transition: 0.3s;
}

.hover-wrap:hover .hover-cap {
    visibility: visible;
    opacity: 1;
}

.hover-wrap:hover .bottom-left-small-text {
    margin-bottom: 50px;
}

.bottom-left-small-text {
    position: absolute;
    transition: 0.1s;
    bottom: 0;
    left: 12px;
    font-size: 14px;
    padding-bottom: 5px;
    font-weight: 300;
    z-index: 1;
    padding-left: 1.4em;
}

.shadow-box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    box-shadow: 10px 10px 200px 100px black;
}

/*############ START PAGE THREE IMG COLUMNS END ############ */

.collection-text, .collection-text-start {
    font-size: 14px;
    text-align: center;
    color: #002A4D;
}

.collection-text {
    padding-top: 160px;
}

.collection-img-carousel {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    width: 22rem;
}

.collection-img-carousel img {
    scroll-snap-align: start;
    width: 100%;
    height: auto;
}

.banner-start .banner-background {
    width: 100%;
    min-width: 1000px;
    margin: auto;
    margin-left: 50%;
    transform: translateX(-50%);
}

.banner-start .banner-text {
    color: #fff;
    position: absolute;
    right: 30vw;
    top: 15vw;
}

.banner-start .banner-text h4 {
    font-size: 1.2vw;
}

.banner-start .banner-text h1 {
    font-size: 2.8vw;
}

.start-video-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.start-video-merchandise {
    color: #FFCE00;
    flex: 1;
    font-size: 1.1rem;
    justify-content: center;
    margin-bottom: 10px;
}

.start-video-header {
    font-weight: 700;
    flex: 1;
    justify-content: center;
    font-size: 3.0rem;
    margin: 0 !important;
    color: white;
    line-height: 65px;
}

.start-video-header2 {
    -webkit-text-stroke: 1px white;
    -webkit-text-fill-color: transparent;
}   

@media (min-width: 768px) {
    .start-video-header, .start-hero-header, .start-video-hero-header {
        /* font-size: 5.5vw; */
    }
}
@media (min-width: 1220px) {
    .start-video-header, .start-hero-header, .start-video-hero-header {
        font-size: 5vw;
    }
}
@media (max-width: 767px) {
    .start-hero-container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .start-hero-merchandise {
        font-size: 0.8rem;
    }
}

@media (max-width: 800px) {
    .banner-start .banner-text {
        left: 0;
        top: auto;
        bottom: 5vh;
        width: 100%;
        text-align: center;
    }

    .banner-start .banner-background {
        width: 100%;
        top: auto;
        bottom: 0px;
        min-width: 400px;
        content: url("./images/slider-mobile-NY.jpg");
    }

    .banner-start .banner-text h4 {
        font-size: 4.2vw;
    }

    .banner-start .banner-text h1 {
        font-size: 7vw;
    }
}

.head-title {
    font-weight: 800;
    font-size: 56px;
    color: #fff;
}

/*############ START PAGE CCHECKBOXES ############ */
.start-checkboxes-wrapper {
    background-color: var(--main-color-dark); 
    color: var(--main-text-color);
}

.start-checkboxes-container {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    padding-top: 40px; 
    padding-bottom: 40px;
}

.start-checkboxes-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.start-checkboxes-item svg {
    margin-right: 5px;
}

@media (max-width: 991px) {
    .start-checkboxes-item {
        font-size: 0.8rem;
    }
}
@media (max-width: 767px) {
    .start-checkboxes-wrapper .container {
        padding-right: 0;
        padding-left: 0;
    }

    .start-checkboxes-item {
        font-size: 0.7rem;
    }
}
@media (max-width: 575px) {
    .start-checkboxes-wrapper .container {
        padding-right: 10px;
        padding-left: 20px;
    }

    .start-checkboxes-item {
        font-size: 0.6rem;
    }
}

/*############ STARTPAGE SLIDER START ############*/

.carousel-inner {
    background-color: #a2c69f;
    max-height: 70vh;
}

/* Make slider center  */

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: flex;
}

.carousel-item {
    align-items: center;
    justify-content: center;
}

.carousel-item img {
    vertical-align: middle;
    display: inline-block;
    min-width: 1000px;
}

.start-slider-text {
    position: absolute;
    text-align: left;
    color: #000;
    left: 50px;
    top: 10vw;
}

.start-slider-text h1 {
    font-weight: 700;
    margin: 0px;
}

.frontpage-description {
    padding-left: 26vh;
}

@media (max-width: 768px) {
    .start-slider-text h1 {
        font-size: 20px;
    }

    .frontpage-description {
        padding: 0 30px;
    }
}

/*############ STARTPAGE SLIDER END ############*/
/*############ STARTPAGE WELCOME-TEXT START ############*/

.slider-bottom {
    background-color: #a2c69f;
    color: #fff;
}

.slider-bottom-arrow {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #007dc2;
}

.startpage-btn {
    color: white!important;
}

/*############ STARTPAGE WELCOME-TEXT END ############*/
/*############ STARTPAGE BANNER-BOX START ############*/

.banner-box {
    height: 300px;
}

.banner-box div {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 20%;
    background-repeat: no-repeat;
}

#banner-box-1 .bg {
    background-image: url(./images/box-1.jpg);
}

#banner-box-1 h1 {
    font-size: 45px;
    color: #fff;
    font-weight: bolder;
}

#banner-box-2 .bg {
    background-image: url(./images/box-2.jpg);
}

#banner-box-2 h1 {
    font-size: 45px;
    color: #fff;
    font-weight: bolder;
}

/*############ STARTPAGE BOX-BANNER END ############*/
/*############ STARTPAGE SORTIMENT-BOX START ############*/

.sortiment-box {
    overflow: hidden;
}

.sortiment-box img {
    transition: all 0.8s;
}

.sortiment-box-text {
    transition: all 0.4s;
    padding: 10px;
    display: block;
    background-color: rgba(0, 59, 121, 0.5);
    color: #fff;
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    margin-bottom: -30px;
}

.sortiment-box-text .extra {
    color: #003B79;
    opacity: 0;
    transition: all 1s;
}

.sortiment-box:hover .sortiment-box-text {
    margin-bottom: 0px;
    color: #fff;
    background-color: rgba(255, 210, 0, 0.8);
}

.sortiment-box:hover .sortiment-box-text .extra {
    opacity: 1;
}

/*############ SORTIMENT STARTPAGE START ############*/

.sortiment-page {
    text-align: center;
}

.sortiment-page-image {
    position: relative;
    color: #fff;
    margin-bottom: 0;
}

@media (min-width: 1400px) {
    .sortiment-page-image {
        margin-bottom: 1rem;
    }
}

.sortiment-page-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    max-height: 450px;
}

.center-bg {
    display: flex;
    justify-content: center;
    position: relative;
}

.top-image {
    overflow: hidden;
}

.top-image img {
    height: 15em;
    width: auto;
}

.sortiment-page-wrapper {
    width: 400px;
    height: 170px;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sortiment-page-header {
    color: #fff;
    font-weight: 700;
    font-size: 28px;
    margin-top: 1.em;
    margin-bottom: 0;
    text-transform: uppercase;
}

.sortiment-page-filler-txt {
    margin-bottom: 1.5rem;
    color: white;
    font-size: 11px;
}

.sortiment-page-filler-merchandise {
    /* margin-bottom: 1.5rem; */
    color: #FFCE00;
    font-size: 11px;
    text-transform: uppercase;
}

@media (min-width: 645px) {
    .sortiment-page-wrapper {
        width: 500px;
        height: 100px;
    }

    .sortiment-page-header {
        margin-top: 1.em;
        font-size: 34px;
    }
}

@media (max-width: 719px) {
    .top-image img {
        width: 100%;
        height: auto;
    }
}

@media (min-width: 720px) {
    .top-image img {
        width: 100%;
        height: auto;
    }

    .sortiment-page-wrapper {
        width: 400px;
        height: 100px;
    }

    .sortiment-page-header {
        margin-top: .4em;
    }
}

@media (min-width: 767px) {
    .sortiment-page-wrapper {
        width: 100%;
        height: auto;
        max-height: 100px;
    }
}

@media (min-width: 767px) {
    .sortiment-page-wrapper {
        width: 400px;
        height: auto;
    }
}

@media (max-width: 767px) {
    .sortiment-page-image img {
        max-height: 300px;
    }
}

@media (min-width: 991px) {
    .sortiment-page-wrapper {
        width: 40%;
        height: auto;
    }
}

@media (min-width: 1220px) {
    .sortiment-page-wrapper {
        width: 40%;
        height: auto;
    }

    .sortiment-page-header {
        margin-top: .4em;
        font-size: 50px;
    }

    .sortiment-page-filler-txt {
        font-size: 1rem;
    }

    .sortiment-page-filler-merchandise {
        font-size: 0.9rem;
    }
}


/*############ SORTIMENT STARTPAGE END ############*/
/*############ STARTPAGE SORTIMENT-BOX END ############*/

#info-box {
    background-color: #151f42;
    border-top: 3px solid #ca0b0f;
    border-bottom: 3px solid #ca0b0f;
}

/*############ PRODUCTBOX START ############*/

.product {
    overflow: hidden;
}

.product .image-holder {
    padding-bottom: 120%;
    height: 0;
    position: relative;
    overflow: hidden;
}

.product .image-holder img {
    width: 90%;
    width: 100%;
    /* left: 5%; */
    top: 10%;
    z-index: 2;
    transition: opacity 2.25s ease, transform 0.2s ease
}

.product:hover img {
    transform: scale(1.05);
}

.product button, .product .sortlistbutton {
    transition: all 0.2s;
    z-index: 10;
}

.product:hover button, .product:hover .sortlistbutton {
    opacity: 1 !important;
}

.product-title {
    font-weight: 700;
    font-size: .8rem;
    color: #002A4D;
}

.general-price {
    font-size: .9rem;
    color: var(--main-color) !important;
}

.product-price {
    color: #002A4D;
}

@media (min-width: 768px) {
    .product-title {
        font-size: 1.1rem;
    }

    .general-price {
        font-size: .9rem;
    }
}
/*############ PRODUCTBOX END ############*/
/*############ ARTICLE START ############*/

.article-image-overlay {opacity: 1;}
.article-image-overlay {
    background: rgba(220, 220, 220, 0.3);
    /* mix-blend-mode: darken; */
    overflow: hidden;
    padding: 40px 0;
    background-repeat: no-repeat;
}

.article-image-overlay-small {
    padding: 0;
}

.article-hero {
    background-image: url("./images/ntk-parallax-01.jpg");
    background-size: cover;
    background-position: 50% calc(50%);
    background-repeat: no-repeat;
}

.article-hero-container {
    display: flex;
    align-items: center;
    height: 12rem;
}

.article-hero .breadcrumbs {
    padding-left: 30px;
    color: white;
    font-size: 1.1rem;
}

.article-item-wrapper {
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.article-item-image-container {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 15px;
}

.article-item-image-thumbnails {
    display: flex;
    gap: 15px;
}

.article-item-image-thumbnail {
    flex: 1;
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.article-item-description-container {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.article-item-description-text-muted {
    font-size: 0.7rem;
}

.article-item-description-title {
    font-family: 'Changa One', sans-serif;
    color: #000000;
    font-weight: 400;
    font-size: 2rem;
    text-transform: uppercase;
}

.article-item-description-price-wrapper {
    display: flex;
    gap: 15px;
}

.article-item-description-price {
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--main-color) !important;
}

.article-item-description-price-vat {
    display: flex;
    align-self: flex-end;
    color: grey;
    font-size: 0.8rem;
}

.article-item-description-text-wrapper {
    margin-top: 15px;
}

.article-item-description-text-title {
    margin-bottom: 5px;
    font-size: 0.8rem;
}

.article-item-selections-container {
    margin-top: 15px;
}

.article-item-selections-wrapper {
    display: flex;
    gap: 10px;
}

.article-item-selections-size {
    flex: 8;
}

.article-item-selections-quantity {
    flex: 4;
}

.article-item-extra-container {}

.article-item-cart-container {
    margin-top: 15px;
}

.article-item-image-overlayFilter {
    z-index: 50 !important;
    position: absolute !important;
    background-image: url("./images/default/overlay.png") !important;
    background-size: 100% !important;
    opacity: .9;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    mix-blend-mode: darken;
}

.list-other-articles-wrapper {
    padding: 50px 30px;
    display: flex;
    flex-direction: column;
}

.list-other-articles {
    margin-top: 15px;
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 250px), 1fr));
}

.list-other-articles-title {

}

.list-other-articles-article img {
    transition: opacity 2.25s ease, transform 0.2s ease
}

.go-button {
    bottom:0;
    opacity:0;
    transition:opacity 1s ease-in-out,margin 0.2s linear;
    margin-top:-50px;
    z-index: 200;
}

.list-other-articles-article a:hover .go-button {
    margin-top:0px;
    opacity:1;
}

.list-other-articles-article a:hover img {
    transform: scale(1.05);
}

@media (min-width: 600px) {
    .article-item-description-text-wrapper {
        flex: 1;
    }
  }

.list-other-articles-article {
    display: flex;
    flex: 1;
}

.list-other-articles-article-title {
    font-family: 'Changa One', sans-serif;
    font-weight: 400;
    font-size: 1.1rem;
    margin-top: 15px;
    color: var(--main-color-dark);
}


@media (min-width: 768px) {
    .article-hero-container {
        max-width: 1140px;
        margin: auto;
    }

    .article-item-wrapper {
        max-width: 1140px;
        margin: auto;
        flex-direction: row;
    }

    .list-other-articles-wrapper {
        max-width: 1140px;
        margin: auto;
    }

    .on-sortiment-page {
        padding: 100px 15px;
    }

    .list-other-articles-article-title {
        font-size: 1.1rem;
    }
}

.article-page {
    width: 100%;
    height: 6rem;
    position: relative;
}

.article-page img {
    width: 100%;
    height: 6rem;
    object-fit: none;
    position: relative;
}

.article-page-place {
    position: absolute;
    bottom: 1.5em;
    color: #ffffff95;
    font-size: 1rem;
}

.start-a {
    color: #ffffff;
}

.start-a:hover {
    color: #fff;
}

.current-a {
    color: #fff;
    font-weight: 600;
}

.current-a:hover {
    color: #ffffff95;
}

.article-title {
    color: #002A4D;
    font-weight: 700;
    font-size: 38px;
    text-transform: uppercase;
}

.article-text-muted {
    font-size: 0.7rem;
}

.article-price {
    font-size: 1.5rem;
}

.article-description-title {
    margin-bottom: 5px;
    font-size: 0.8rem;
}

.article-description {
    font-size: 14px;
}

.desc {
    font-size: 14px;
}

.titles {
    font-weight: 700;
    font-size: .8rem;
}

.tiitles {
    font-weight: 700;
    font-size: .8rem;
}



.quantity-btn {
    color: #fff;
    padding-bottom: 3px;
}

.quantity-button {
    background-color: rgb(127, 127, 127);
    height: 28.5px;
}

.quantity-button:hover {
    background-color: #000000a8;
}

.no-border {
    border-radius: 0px !important;
}

.other-articles {
    margin-top: -10rem;
}

.text-adjuster {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.designerImageWrapper {
    width: 100%;
}
.designerImageWrapper img { 
    width: 100%;
    max-width: 400px;
}

/*############ ARTICLE END ############*/
/*############ BUTTONS START ############*/

.btn {
    font-size: 1rem;
    font-weight: 400;
    padding: .3rem 1.5rem;
    border: none;
    box-shadow: none !important;
    border-radius: 5px;
}

.btn-outline {
    background-color: #002A4D !important;
    border: 2px solid #fff !important;
}

.btn-primary {
    background-color: var(--btn-primary-background);
    color: var(--btn-primary-color);
}

.btn-primary:disabled {
    background-color: #ccc;
    color: #fff;
}

.btn-primary:hover {
    background-color: var(--btn-primary-hover-background);
    color: var(--btn-primary-hover-color);
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-color: #0a63a7;
    color: #ffffff97;
}

.btn-secondary {
    background-color: #002A4D;
    color: #fff;
}

.btn-secondary:hover {
    background-color: #035593;
    color: #ffffffa8;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    background-color: #0660a5;
    color: #ffffff7c;
}

.btn-dark {
    cursor: pointer;
    background-color: #000;
    color: rgba(255, 255, 255, 0.845);
}

.btn-dark:hover {
    background-color: #000;
    color: rgba(255, 255, 255, 0.7);
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    background-color: #000000;
    color: #ffffff72;
}

.product-btn {
    padding: 0.8rem 1.5rem;
}

.add-to-cart-btn {
    font-weight: 400;
    font-size: 1rem;
}


.add-to-cart-btn-icon {
    /* color: var(--btn-primary-color); */
}

.add-to-cart-btn:hover .add-to-cart-btn-icon {
    /* color: var(--btn-primary-c); */
}

/*############ BUTTONS END ############*/
/*############ START PAGE - PARALLAX START ############*/

.yellow-bg {
    height: 14rem;
    background-color: #fed226;
    margin-bottom: 10em;
    padding: 1rem 2rem 2rem 5rem;
    position: relative;
}

.yellow-bg p {
    color: #014273;
}

.supporter-img {
    width: 34em;
    height: 14rem;
    position: absolute;
    bottom: 0rem;
    left: 37.5rem;
    overflow: hidden;
}

.supporter-img img {
    width: 100%;
    height: auto;
}

/*############ START PAGE - PARALLAX END ############*/
/*############ START PAGE - BOTTOM CHECK TEXT START ############*/

.top-border {
    border-top: 1px solid #000;
}

.bottom-content {
    margin-top: 3rem;
}

.bottom-content span {
    color: rgb(101, 101, 101);
    font-size: 16px;
}

/*############ START PAGE - BOTTOM CHECK TEXT END ############*/
/*############ CART PAGE START ############*/

.cart-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-top: 30px;
}

.cart-form-wrapper {
    flex: 4;
}

.cart-summery {

}

.cart-summery-wrapper {
    flex: 3;
    /* background-color: hotpink; */
}

.cart-summery-title {
    font-weight: 700;
    text-transform: uppercase;
}

.cart-table {
    display: flex;
    flex-direction: column;
    padding: 30px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    border-radius: 5px;
}

.cart-table-article {
    display: flex;
    gap: 30px;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #DFE2E6;
}

.cart-table-article-image img {
    width: 100%;
    max-width: 90px;
}
.cart-table-article-information {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.cart-table-article-title {
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
}

.cart-table-article-title a {
    color: #002A4D;
}

.cart-table-article-variation {
    font-size: 0.8rem;
}
.cart-table-article-extrainfo {
    font-size: 0.7rem;
}
.cart-table-article-quantity {
    max-width: 100px;
    font-size: 0.8rem;
}
.cart-table-article-delete .btn { padding: 0 !important }

.discount-container {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    font-size: 0.8rem;
}

.cart-discount-container {
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
    gap: 15px;
    flex-direction: column;
}

.cart-discount-inputs {
    display: flex;
    gap: 15px;
    flex-direction: column;
}

.cart-discount-inputs-input {
    flex: 1;
}

.cart-discount-button {
    display: flex;
    justify-content: flex-end;
}

.cart-summery-summery-container {
    margin-top: 30px;
}

.cart-summery-summery-container-item {
    display: flex;
    font-size: 0.8rem;
}
.cart-summery-summery-container-label {
    width: 125px;
}
.cart-summery-summery-container-value {
    flex: 1;
}

.cart-summery-summery-container-total-item {
    display: flex;
    justify-content: space-between;
}

.cart-summery-summery-container-total-label {
}

.cart-summery-summery-container-total-vat {
    display: flex;
    justify-content: flex-end;
}

.cart-errors-warnings-container {
    margin-top: 30px;
}

.cart-terms-container {
    margin-top: 15px;
    font-size: 0.8rem;
    display: flex;
    flex-direction: column;
}

.cart-paybutton-container {
    margin-top: 30px;
}

.cart-form {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 30px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    border-radius: 5px;
}

.cart-discount-checkbox-container {
    position: relative;
}

.cart-terms-container .custom-control-input {
    position: absolute !important;
}
.cart-discount-checkbox-container .custom-control-input {
    position: absolute !important;
}

@media (min-width: 600px) {
    .cart-wrapper {
        flex-direction: row;
    }
    .cart-table-article-title {
        font-size: 1.1rem;
    }
    .cart-table-article-variation {
        font-size: 0.9rem;
    }
    .cart-discount-inputs {
        flex-direction: row;
    }
    .last-checkbox {
        padding-left: 10px;
        margin: 0;
    }
}

#payButton {
    width: 100%;
}

.cart-page-nav-buttons {
    color: #ffffffc1;
}

.cart-page-current-page {
    color: #fff;
}

.space-between {
    margin-bottom: 10em;
}


@media (min-width: 768px) {
    .space-between {
        margin-bottom: 0em;
    }

    .cart-table-product {
        font-size: 13px;
        font-weight: 300; 
        padding-left: 1.4em;       
    }
}

@media (min-width: 992px) {
    .space-between {
        margin-bottom: 8em;
    }
    .cart-table-product {
        font-size: 15px;
        font-weight: 300; 
        padding-left: 1.4em;       
    }
}

@media (min-width: 1200px) {
    .space-between {
        margin-bottom: 0em;
    }
    .cart-table-product {
        font-size: 15px;
        font-weight: 300; 
        padding-left: 1.4em;   
        
    }

    .remove-product-btn{
       
        
    }
}

.coupon-style {
    border: 2px solid #000;
    
}

.coupon-content {
    margin: 1em 2em 1em 1em;
}

.coupon-txt {
    position: relative;
    font-weight: 300;
    
}

.cart-table-product {
    font-size: 15px;
    font-weight: 300;

}

.cart-table-products {
    font-size: 12px;
    font-weight: 300;
    
}

.prod-cart-image {
       
}

.prod-cart-image img {
    width: 70%;
    height: auto;
    
}

.normal-font-weight {
    font-weight: 300;
}

.total-price {
    font-size: 22px;
}

.ship-price {
    padding-top: 1em;
    font-size: 14px;
}

.ship-txt {
    font-size: 14px;
    
}

.end-price {
    padding-top: 1.5em;
}

.buy-btn {
    width: 100%;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    color: #fff;
    font-size: 14px;
}

.small-txt {
    font-weight: 300;
}

.remove-btn {
    padding: 0;
}

.adjustBtn{
    padding-left: 11.5em;
}

/*############ CART PAGE END ############*/

/*############ CART PAGE MEMBER BOX START ############*/

.member-title {
    font-size: 30px;
    padding-top: 0.5em;
}

.member-box-bg {
    background-color: #fed226;
}

.member-box {
}

.member-checkbox {
    
    background-color: #fed226;
}

.member-checkbox label {
    padding-top: 0.2em;
    font-weight: 300;
}

.member-checkbox input {
    top: 0 !important;
}

.member-box-txt {
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.become-member a {
    color: #004087;
    font-weight: 600;
    font-size: 14px;
}

.custom-control-input {
    position: unset !important

}

.custom-control-label {
    color: #000 !important;
}

.form-control,
.custom-select {
    border-color: #000 !important;
}

/*############ CART PAGE MEMBER BOX END ############*/

/*############ FOOTER START ############*/

.upper-txt {
    text-transform: uppercase;
}

footer {
    position: absolute;
    width: 100%;
    height: 200px;
    bottom: 0;
    color: #fff;
}

.footer-logo img {
    width: 100%;
    height: auto;
   
}

.foot-social-media-wrapper {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    margin: 0 30px;
}

.foot-social-media-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.foot-social-media-item img {
    vertical-align: text-top; 
    width:1em;
    margin-right: 5px;
}

.foot-social-media-item a {
    color:white; 
    font-weight: 600;
    font-size: 0.7rem;
}

.footer-official-text {
    padding-right: 30px !important;
}

@media (max-width: 768px) { 
    .foot-social-media-wrapper {
        margin: 0 10px;
    }

    .center-content {
        justify-content: center;
        display: flex;
    }

    .foot-image {
        width: 75px;
    }

    .footer-official-text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .footer-copy {
        padding-left: 30px;
        padding-right: 30px;
    }

    .copyright-text {
        text-align: center;
    }
}

.darker-blue-bg {
    background-color: var(--main-color);
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.u-list {
    list-style: none;
}

.u-list li a {
    font-size: 12px;
    color: white;
    line-height: 1px;
    font-weight: 300;
}

.foot-header {
    color: #FFFFFF;
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 400;
    font-family: 'Changa One', sans-serif;
}

.footer-copy {
    color: #808080;
}

.footer-copy-content {
    padding-top: 20px;
    padding-bottom: 20px;
}

.center-txt {
    text-align: center;
}

.footer-neh-img {
    width: 9rem;
}

.footer-neh-img img{
    width: 100%;

}

.footer-copyright {
    color: #737373;
    font-size: 0.6rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-copyright a {
    color: #737373;
}

.footer-copyright img {
    margin-left: 20px;
    width: 50px;
}

.grey-bg {
    background-color: #2B2B2B;
    /* padding-top: 2rem;
    padding-bottom: 1rem; */
}

.copyright-header {
    font-weight: 600;
    margin-bottom: 4px;
    font-size: 1rem;
    text-align: left;
}

.copyright-filler,
.copyright-filler a {
    font-size: 12px;
}

.copyright-filler a {
    color: #2a71a7;
}

.copyright-filler a:hover {
    color: #5fb1ef;
}

.presented-by .presented-by-label {
    font-weight: 600;
    text-align: left;
    font-size: 1rem;
    margin-bottom: 20px;
}

@media (max-width: 990px) { 
    .presented-by {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    
}

/*############ FOOTER END ############*/
/*############ MISC START ############*/

.toTop {
    transition: 1s all;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none !important;
    box-shadow: none;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 25px;
}

.toTop.active {
    opacity: 1;
    visibility: visible;
}

table.contact th {
    background-color: var(--main-color);
    color: #fff;
}

table.contact td {
    color: #666;
}

.imagePreview {
    cursor: zoom-in;
    
}

.parallax {
    background-image: url("./images/parallax.jpg?2");
    background-size: cover;
    background-position: 50% calc(50%);
    background-repeat: no-repeat;
}

.parallax div {
    display: table-cell;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, 0.4);
}

.blimedlem {
    color:#002A4D;
}

/*############ MISC END ############*/
/* ---------------------------------------------------
    Spinner
----------------------------------------------------- */

.spinner {
    display: inline-block;
}

.spinner:after {
    content: " ";
    display: block;
    margin: 1px;
    border-radius: 50%;
    border: 5px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.4s ease-in-out infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/***** 5 column design ****/
/* 5 Columns */

.col-xs-25,
.col-sm-25,
.col-md-25,
.col-lg-25,
.col-xl-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-24 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

@media (min-width: 576px) {
    .col-sm-24 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 768px) {
    .col-md-24 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 992px) {
    .col-lg-24 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 1200px) {
    .col-xl-24 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.overlayFilter2 {
    z-index: 50 !important;
    position: absolute !important;
    background-image: url("./images/default/overlay.png") !important;
    background-size: 100% !important;
    opacity: .9;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    mix-blend-mode: darken;
}


.svff-border {
    outline:1vw solid #fed226;
    box-shadow:2vw 2vw #005288;
}

.shadow-border {
    box-shadow: 10px 10px 50px #000000;
}

/* .collection-section {
    margin-top: 45em;
} */

.select-menu {
    background-color: #DFE2E6;
    border-radius: 4px;
    border: none;
    color: #002A4D;
    display: inline-block;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;
    margin: 0;      
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}

select.select-menu {
    background-image:
    linear-gradient(45deg, transparent 50%, rgb(255, 255, 255) 50%),
    linear-gradient(135deg, rgb(255, 255, 255) 50%, transparent 50%),
    linear-gradient(to right, rgb(127, 127, 127), rgb(127, 127, 127));
    background-position:
    calc(100% - 14px) calc(0.5em + 5px),
    calc(100% - 9px) calc(0.5em + 5px),
    100% 0;
    background-size:
    5px 5px,
    5px 5px,
    2.4em 2.4em;
    background-repeat: no-repeat;
}

select.select-menu:hover {
    background-image:
    linear-gradient(45deg, transparent 50%, rgba(255, 255, 255, 0.8) 50%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.8) 50%, transparent 50%),
    linear-gradient(to right, rgb(0, 0, 0, 0.7), rgb(0, 0, 0, 0.7));
    cursor: pointer;
}

.page-text,
.page-text a,
.page-text span {
    font-size: 0.6rem;
}

.product-box-images {
    padding: 0 0;
}

/*############ MEDIA QUERY START ############ */

@media (min-width: 992px) {
    .nav-menu-bg {
        background-color: #ffffff00;
    }
}

@media (max-width: 1200px) {
    .hide-items {
        display: none;
    }

    .logotype {
        /* bottom: -1vh; */
        left: 0;
    }
}

@media (min-width: 600px) {
    .start-page-filler-text {
        background-color: #fed226;
        padding-top: 150px;
        margin-top: -110px;
        /*
        background: linear-gradient(
            to top,
            white 0%,
            white 80%,
            #fed226 80%,
            #fed226 100%
          );
          */
    }

    .sortiment-boxes {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .sortiment-box {
        width: 13rem;
    }

    .bottom-left-small-text {
        position: absolute;
        transition: 0.5s;
        bottom: 0;
        left: 12px;
        font-size: 12px;
        padding-bottom: 5px;
    }

    /* .collection-section {
        margin-top: -10em;
    } */
}

@media (min-width: 900px) {
    .start-video-content {
        display: flex;
        justify-content: space-between;
    }
    .start-video-content2 {
        display: flex;
        justify-content: center;
        height: 70vh;
    }

    .video-content-img {
        margin: 0;
        /* width: 22rem;
        margin-top: 80px;
        padding-left: 20px; */
    }

    .start-page-filler-text {
        padding-top: 40px;
    }

    .start-page-filler-text p{
        width: 300px;
    }
}

@media (min-width: 992px) {
    .navbar-nav .nav-link {
        font-size: .7rem;
        padding-top: 1.5em;
    }

    .start-page-filler-text p{
        width: 650px;
    }

    .sortiment-box {
        width: 18rem;
    }

    .bottom-left-small-text {
        font-size: 14px;
    }

    .left-txt {
        text-align: left;
    }

    .collection-section {
        margin-top: -5em;
    }

    .right-border {
        border-right: 2px solid #02599c;
    }

    .page-text,
    .page-text a,
    .page-text span {
        font-size: 1rem;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .start-video-content {
        justify-content: space-evenly;
    }
}

@media (min-width: 1100px) {
    .navbar-nav .nav-link {
        font-size: 1rem;
        padding-top: 1em;

    }
}

@media (min-width: 1200px) {
    .start-page-filler-text {
        padding-top: 4em;
        padding-bottom: 3em;
        margin-top: -150px;
        
    }

    .video-content-img {
        width: 100%;
        margin-top: 150px;
        margin-bottom: 150px;
        left: -60px;
    }

    .sortiment-box {
        width: 22rem;
    }
    
    .bottom-left-small-text {
        bottom: 0;
        left: 12px;
        padding-bottom: 5px;
    }

    .collection-section {
        margin-top: 0em;
    }
}

@media (min-width: 1500px) {
    .navbar-nav .nav-link {
        font-size: 1rem;
    }
}

/*############ MEDIA QUERY END ############ */

/*image boxes*/

.box {
    border-style: none;
    cursor: zoom-in;
    display:inline-block;
    mix-blend-mode: darken;
}

.imagebox {
    background-image: url("./images/default/overlay.png");
    background-size: 100%;
    opacity: 0.9;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    grid-column-gap: 0.5rem;
}

.kundicon {
    width: 1.3rem;
    height: 1.3rem;
    display: inline;
    position: relative;
    top: -0.2em;
}


.btn-medlem {
    cursor: pointer;
    background-color: #002A4D;
    color: white;
    padding: 10px;
    font-weight: 400;
}

h1, h2, h3 {
    font-family: 'Changa One', sans-serif;
    font-weight: 400;
}

h5{
    font-family: 'Changa One', sans-serif;
    font-weight: 400;
    font-size: 20px;
}



.kampanjfiller{ /*brödtext*/
    margin-bottom: 0.5em;
    color: white;
    font-size: 12px; 
    text-align: left;  
    max-width: 300px; 
    margin-bottom: 1em;
    position: relative;
    top:-70px;
}


.kampanj-blue-bg {
    width: 400px;
    height: 170px;
    background-color: #002A4D00;
    position: absolute;
}


/*skärmstorlekar*/

@media (min-width: 720px) {
    .top-image img {
        width: 100%;
        height: auto;
    }
}

@media (min-width: 767px) {
  
}

@media (min-width: 1220px) {
    .kampanj-blue-bg {
        width: 820px;
        height: 280px;
        background-color: #002A4D;
    }

    .kampanjfiller {
        font-size: 1rem;
    }

    .kampanjImage{
    height:auto;
    max-width: 60%;
    position:relative;
    top: -330px;
    left: 170px;

}
}

.ribbon-wrapper-right {
    width: 85px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    width: 170px;
    height: 170px;
}

.ribbon-right {
    text-align: center;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    padding: 5px 0;
    /* left: -5px;
    top: 15px; */
    left: -4%;
    top: 11%;
    width: 120px;

    width: 170px;
    top: 25px;
    left: 45px;

    font-size: 0.8rem;

    color: #fff;
}

@media (min-width: 767px) {
    .ribbon-right {
        padding: 15px 0;
        top: 15px;
        font-size: 1rem;
    }
}


/* ====== NEW ======= */
.navbar-wrapper {
    z-index: 99;
    margin-right: auto !important;
    padding: 0 !important;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.navbar-container {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: auto!important;
    margin-right: auto!important;
}

.navbar-box {
    text-transform: uppercase!important;
    text-align: right!important;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    position: relative;
    min-height: 1px;
    padding: 0;
}

.navbar-upper {
    height: 40px;
    font-size: 0.7em;
    background-color: var(--main-color-dark);
    color: rgba(0, 0, 0, 0.6);
    z-index: 1;
    display: none!important;
}

.navbar-upper a {
    color: var(--main-text-color-dark);
}

.navbar-upper a {
    padding-left: 30px;
}

.navbar-upper a:first-child {
    padding-left: 0;
}

.navbar-upper a:hover {
    color: var(--main-text-color-dark-hover);
}

@media (min-width: 767px) {
    .navbar-upper {
        display: flex!important;
    }
}

#cc-main .cm__title {
    display: flex;
    align-items: center;
}


.list-group-item.active {
    background-color: #15304F;
    border-color: #15304F;
}

