@font-face {
    font-family: 'brixslab';
    src:  url('fonts/HVD-Fonts-BrixSlab-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'brixsansblack';
    src:  url('fonts/HVD-Fonts-BrixSansBlack.ttf') format('truetype');
}

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

body {
    margin-bottom: 200px;
    color: rgba(0, 0, 0, 0.8);
    font-family: 'brixslab', sans-serif;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    font-weight: 400;
}


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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}



a {
    transition: all 0.2s;
    text-decoration: none; /* !important; */
    color: rgba(0, 0, 0, 0.7);
}

a:hover {
    color: rgba(0, 0, 0, 1);
}

.breadcrumb {
    font-size: 14px;
    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;
}

label {
    font-weight: bold;
}

.radio label {
    cursor: pointer;
}

.fa,
.fab,
.fal,
.far,
.fas {
    line-height: unset;
}

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

.line-header span {
    background-color: #fff;
}

abbr {
    color: #f00;
}

.text-black {
    color: #000;
}


/*############ EXTRA BASE END ############*/





/*############ BROWSER (IE) FIXES START ############*/
/*############ BROWSER (IE) FIXES END ############*/



.alert {
    border-radius: 25px;
}

/*############ INPUT CONTROL START ############*/
.form-control,
.custom-select,
.form-control:focus {
    /* border: 0px !important; */
    border: 1px solid #aaa;
    border-radius: 25px;
    border-radius: 5px;
    /* background-color: #f8f9fa; */
    background-color: #fff;
    box-shadow: none !important;
    color: rgba(0, 0, 0, 0.7);
    font-size: 12px;
    line-height: 1 !important;
    height: calc(1.785rem);
    font-weight: 400;
    letter-spacing: 1.25px;
}

.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: #e9ecef !important;
}

.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;
}

/*############ NAVBAR START ############*/
.navbar-first {
    z-index: 1030;
    padding: 0px;
    height: 50px;
    font-size: 12px;
    background-color: #fff;
    color: rgba(0, 0, 0, 0.7);
}

.navbar-first a {
    color: rgba(0, 0, 0, 0.7);
}

.navbar-first a:hover {
    color: rgba(0, 0, 0, 1);
}

.navbar-second {
    z-index: 9999;
    padding: 20px 0px;

    background-color: #24346D;
    /*
    -webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.4);
    -moz-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.4);
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.4);
    */
}

.navbar-second .logo {
    width:80px;
}

.navbar-second .nav-link {
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.5px;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    background-color: #dba84f;
}

.navbar-second .nav-link:hover {
    color: #ccc;

}

.navbar-second #navbarSearch .btn {
    border-radius: 0px 25px 25px 0px;
    border-radius: 0px 5px 5px 0px;
    background-color: #fff !important;
    color: #000 !important;
}

.navbar-second input[type="search"] {
    background-color: white;
    border-radius: 25px 0px 0px 25px;
    border-radius: 5px 0px 0px 5px;
    border: 2px solid #fff !important;
    color: black;
    border-right: 0px solid #fff !important;
    height: 36px;
    font-size: 14px;

}

.navbar-second input[type="search"]::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(0, 0, 0, 0.9) !important;
    opacity: 0.9;
    /* Firefox */
}

.navbar-second input[type="search"]:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000 !important;
}

.navbar-second input[type="search"]::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000 !important;
}

/* style active navbar items */
.nav-item.active a,
.dropdown-item.active a,
.dropdown-item:active a {

    color: #dba84f;
    font-weight: 700;
}

/* Show dropdown menu on hover */
.dropdown:hover>.dropdown-menu {
    display: block;
}

#navbar-categories {
    position: relative;
    padding-top: 0;
}

@media (max-width: 767px) {
    #logo {
        width: 60px;
    }

    #navbar-categories {
        position: absolute;
        z-index: -1;
    }

    .navbar-nav {

        padding-top: 60px;
        background: white;
    }

    .navbar-nav .nav-link {
        color: #000;
    }
}

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





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

#miniCart {
    transition: all 0.4s;
    z-index: 10000;
    visibility: hidden;
    opacity: 0;
    right: 0px;
    top: 40px;
    min-height: 100px;
    width: 400px;
    background-color: rgba(255, 255, 255, 0.95);
    border: 0px;
    border-radius: 15px;
    padding-bottom: 40px;
    -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);
}

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

#miniCart #cartTable a {
    color: #000;
}


#miniCart p {
    text-align: center;
}

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

#miniCart #goToCart {
    border: 0px;
    padding: 12px;
    border-radius: 0 0px 15px 15px;
    bottom: 0px;
    left: 0px;
}


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

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



.banner-start {
    width: 100%;
    position: relative;
    max-height: 90vh;
    overflow: hidden;
}

.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;
    left: 30vw;
    top: 15vw;
}

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

.banner-start .banner-text h1 {
    font-size: 3.5vw;
    font-family: 'brixsansblack', sans-serif;
}

@media (max-width: 600px) {
    .navbar-first {
        display: none;
    }

    .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/IMAGE-phone.jpg"); */
        content: url("./images/IMAGE-phone2.jpg");
    }

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

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

}

/*############ 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;
    /* horizontal */
    justify-content: center;
    /* vertical */
}

.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: 0 8rem;
}


@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 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-box:hover img {
    transform: scale(1.1);
}

/*############ 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 .product-price {
    font-weight: 900;
    font-size: 1.4rem;
    color: #007dc2;

}

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

.product .image-holder img {
    width: 90%;
    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 {
    transition: all 0.2s;
    z-index: 10;
}

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

/*############ PRODUCTBOX END ############*/


/*############ BUTTONS START ############*/
.btn {
    font-size: 14px;
    font-weight: 700;
    line-height: 1 !important;

    padding: 0.5rem 1.5rem;
    border: none;
    box-shadow: none !important;
    border-radius: 25px;
    border-radius: 5px;
}

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


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

.btn-primary:hover {
    background-color: #24346D;
    color: #fff;
}

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

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

.btn-secondary:hover {
    background-color: #dba84f;
    color: #000;
}

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

/*############ BUTTONS END ############*/

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

.footer-wrapper {
    background-color: #24346D;
}



.footer-wrapper ul {
    list-style: none;
    line-height: 2;
}

.footer-wrapper .links a {
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.5px;

}

.footer-wrapper a:hover {
    color: #dba84f;
    color: #000;
}

.footer-copyright {
    font-size: 12px;
    font-weight: 300;
    background-color: #343438;
    color: #737373;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-copyright,
.footer-copyright a,
.footer-copyright a:hover {
    color: #737373;
    font-weight: lighter;
}

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

/*############ 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: #003B79;
    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);
}

/*############ 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: .8;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

    mix-blend-mode: darken;
}

.btn-cart {
    background-color: #004987 !important;
    border-color: #004987 !important;
}

.btn-cart:hover {
    color: #fff;
}

.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-image-overlay-small {
    padding: 0;
}
.article-image-overlay {
    background: rgba(220, 220, 220, 0.3);
    /* mix-blend-mode: darken; */
    overflow: hidden;
    background-repeat: no-repeat;
}
.article-image-overlay {
    opacity: 1;
}

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

.imagePreview {
    cursor: zoom-in;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}

.statusbar {
    background-color: #007dc2;
    color: #fff;
    text-align: center;
    padding: 3px 0;
}