﻿
/*#region General*/

/* @media (min-width: 1000px) {*/
html {
    height: 100%;
}

body {
    /*font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;*/
    /*background: rgb(255,255,255);
    background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 100%);*/
    background-color: #fff;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}


* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: 'Montserrat', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 25px;
}

    * h1, * h2, * h3, * h4, * h5, * h6 {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }


form *:disabled {
    pointer-events: none !important;
    cursor: default !important;
    transition: all .5s !important;
    background-color: rgba(230, 230, 230, 0.5) !important;
}

button {
    font-family: 'Montserrat', Tahoma, Geneva, Verdana, sans-serif !important;
}


h1.title {
    /* font-family: Gotham;*/
    /*font-size: 10vh;*/
    font-size: 70px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    display: inline;
}

h5.pretitle {
    /*font-family: Gotham;*/
    /*font-size: 3vh;*/
    font-size: 35px;
    font-weight: 300;
    margin: 0;
    padding: 0;
    display: inline;
}

p.tagline {
    /*font-family: Gotham;*/
    /*font-size: 0.8vw;*/
    font-weight: 300;
    /*height: 70px;*/
    font-size: 13px;
}

.storefrontProductCard {
    /*    max-height:65vh;
    min-height:65vh; */
}

span.buttontext {
    /*font-family: Gotham;*/
    /*font-size: 1vw;*/
    font-weight: 400;
}

.frontpage_product {
    width: 97%;
    height: 600px;
    display: block;
    margin: 0 auto;
}

.input-fields {
    width: 200px;
}

h1.producttitle {
    /*font-family: Gotham;*/
    /*font-size: 7vh;*/
    font-weight: 600;
    margin: 0px;
    padding: 0px;
    display: inline;
}

h5.productheader {
    /*font-family: Gotham;*/
    /*font-size: 3vh;*/
    font-weight: 600;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
}

h5.productbyline {
    /*font-family: Gotham;*/
    font-size: 1vh;
    font-weight: 400;
    color: #EDEDED;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
}

.btn, .btn-primary {
    color: #EA0000;
    background-color: #EA0000;
    border-color: #EA0000;
    color: white;
    border-radius: 36px;
    /*font-family: Gotham;*/
    font-weight: 700;
    width: 50%;
}

.cartLink {
    font-weight: 300;
    /*    font-size: 1vw;*/
    color: black;
}

.toCart {
    color: #FFF;
    background-color: #EA0000;
    border-color: #EA0000;
    border-radius: 36px;
    /*  font-family: Gotham;*/
    font-weight: 700;
    width: 300px;
    height: 40px;
    display: table;
    vertical-align: middle;
    text-transform: uppercase;
}

button.toCart:hover {
    background: #000;
    color: #FFF;
    border-color: #000;
}

.red-black-btn {
    background: #EA0000;
}

.product-children {
    margin: auto !important;
    max-width: 700px !important;
    padding: 10px !important;
    max-height: 90vh !important;
    overflow-y: auto !important;
    min-height: 300px !important;
}

.product-children-area {
    width: 100% !important;
    background-color: white !important;
    border-radius: 9999px !important;
    z-index: 100 !important;
    padding: min(55px, 10vw) !important;
    -webkit-box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
}

.product-children-area-list {
    width: 100%;
    max-height: 50vh;
    overflow-y: auto;
}

    .product-children-area-list::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 10px;
        background-color: #F5F5F5;
    }

    .product-children-area-list::-webkit-scrollbar {
        width: 8px;
        background-color: #F5F5F5;
    }

    .product-children-area-list::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #555;
    }

.red-black-btn:hover {
    background: #000;
    color: #FFF;
    border-color: #000;
}

.subpanel {
    background-color: #FAFBFB;
    color: black;
    cursor: pointer;
    width: 100%;
    height: auto;
    margin-top: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 0px;
    padding-right: 0px;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: none;
    text-align: left;
    font-size: 14px;
    /*font-family:Gotham;*/
    font-weight: 400;
    outline: 0;
    outline-offset: 0;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .subpanel .panelarrow {
        float: right;
    }

.breadcrumb {
    background-color: transparent !important;
    margin-left: 0;
    padding-left: 0;
}

h5.carouselHeader {
    color: black;
}

.carousel-indicators .active {
    background-color: #EA0000;
}

.carousel-indicators li {
    background-color: black;
}

p.carouselText {
    color: black;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    height: 100px;
    width: 100px;
    outline: black;
    background-size: 100%, 100%;
    border-radius: 50%;
    border: none;
    background-image: none;
}

    .carousel-control-next-icon:after {
        content: '>';
        font-size: 40px;
        color: #EA0000;
        margin-right: 0px;
    }

    .carousel-control-prev-icon:after {
        content: '<';
        font-size: 40px;
        color: #EA0000;
    }

.carousel-control-next {
    width: 50px;
}

.carousel-control-prev {
    width: 50px;
}



.modeltext {
    /*font-family:Gotham;*/
    font-size: medium;
    font-weight: 300;
    color: #EDEDED;
    font-style: italic;
}

/*#endregion*/

/* #region Navbar*/
.navbar {
    margin-bottom: 0px !important
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.logo {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    max-height: 40px;
    margin-left: 15px;
}

a:active.menu_text {
    color: white;
    display: block;
    padding: 0.5rem 1rem;
    font-size: 14px;
}

a:link.menu_text {
    color: white;
    display: block;
    padding: 0.5rem 1rem;
    font-size: 14px;
}

a:visited.menu_text {
    color: white;
    display: block;
    padding: 0.5rem 1rem;
    font-size: 14px;
}

a:hover.menu_text {
    color: #EA0000;
    display: block;
    padding: 0.5rem 1rem;
    font-size: 14px;
}
/*#endregion*/

/*#region login popup*/
.modal-login {
    color: #EA0000;
    width: 350px;
}

    .modal-login .modal-content {
        padding: 20px;
        border-radius: 5px;
        border: none;
    }

    .modal-login .modal-header {
        border-bottom: none;
        position: relative;
        justify-content: center;
    }

    .modal-login h4 {
        text-align: center;
        font-size: 26px;
        margin: 30px 0 -15px;
    }

.modal-login {
    border-color: #70c5c0;
}

.form-control:focus {
    border-color: rgba(234,0,0,0.2);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(234,0,0,.075),0 0 8px rgba(234,0,0,.2);
    box-shadow: inset 0 1px 1px rgba(234,0,0,.075),0 0 8px rgba(234,0,0,.2);
}

.modal-login .form-control, .modal-login .btn {
    min-height: 40px;
    border-radius: 3px;
}

.modal-login .close {
    position: absolute;
    top: -5px;
    right: -5px;
}

.modal-login .modal-footer {
    background: #ecf0f1;
    border-color: #dee4e7;
    text-align: center;
    justify-content: center;
    margin: 0 -20px -20px;
    border-radius: 5px;
    font-size: 13px;
}

    .modal-login .modal-footer a {
        color: #999;
    }

.modal-login .avatar {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -70px;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    z-index: 9;
    background: #60c7c1;
    padding: 15px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

    .modal-login .avatar img {
        width: 100%;
    }

.modal-login.modal-dialog {
    margin-top: 80px;
}

.modal-login .btn, .modal-login .btn:active {
    color: #fff;
    border-radius: 4px;
    background: #EDEDED !important;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    border: none;
}

    .modal-login .btn:hover, .modal-login .btn:focus {
        background: #45aba6 !important;
        outline: none;
    }
/*#endregion*/

/*#region Select*/
.selectWrapper {
    border-radius: 36px;
    display: inline-block;
    overflow: hidden;
    background: white;
    border: 1px solid #cccccc;
    width: 100%;
}

.selectBox {
    width: 100%;
    height: 100%;
    border: 0px;
    outline: none;
    text-align: center;
    vertical-align: middle;
    /*font-size: 1.5vh;*/
}
/*#endregion*/

/*#region Image gallery*/
.btn:focus, .btn:active, button:focus, button:active {
    outline: none !important;
    box-shadow: none !important;
}

#image-gallery .modal-footer {
    display: block;
}

.thumb {
    margin-top: 15px;
    margin-bottom: 15px;
}
/*#endregion*/

/*#region Background*/
#backgroundImage {
    z-index: 1;
}

    #backgroundImage:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        /* background-image: url(http://static.tumblr.com/25bac3efec28a6f14a446f7c5f46b685/hywphoq/ufoniwv6n/tumblr_static_ldhkrazuoqo4g0s0sk8s4s4s.jpg);*/
        background-image: url(../../images/fod.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        opacity: 0.2;
        filter: alpha(opacity=40);
        height: 100%;
        width: 100%;
    }

.main {
    z-index: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}
/*#endregion*/

/*#region carousel*/
.byline {
    color: black;
    vertical-align: middle;
}


/*#endregion*/

/*#region Product view*/
.price {
    color: darkgray;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
}

input[type=text].serialNumber {
    border: none;
    width: 15ch;
    background: repeating-linear-gradient(90deg, dimgrey 0, dimgrey 1ch, transparent 0, transparent 1.5ch) 0 100%/100% 2px no-repeat;
    color: dimgrey;
    font: min(5ch, calc((100vw - min(110px, 20vw)) / 10)) consolas, monospace;
    letter-spacing: .5ch;
    margin: auto;
    display: block;
}

input.serialNumber:focus {
    outline: none;
    color: dodgerblue;
}

/*#endregion*/

/*#region new carousel*/
/*@media (max-width: 768px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }

        .carousel-inner .carousel-item > div:first-child {
            display: block;
        }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}*/

/* display 3 */
/*@media (min-width: 768px) {

    .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(33.333%);
    }

    .carousel-inner .carousel-item-left.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-33.333%);
    }
 
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left {
    transform: translateX(0);
}*/


/*#endregion*/

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}


/*.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}*/

/*#region Sticky footer styles*/

/*html {
  font-size: 14px;
}*/

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/*#endregion*/

html {
    position: relative;
    min-height: 100%;
}


.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

/* Custom */



.page-head-image {
    background-image: url("../images/bg.png"); /* The image used */
    background-color: #cccccc; /* Used if the image is unavailable */
    height: 100px; /* You must set a specified height */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    border-radius: 10px 10px 10px 10px;
}

.homepage-head-image {
    background-image: url("../images/home_banner.jpg"); /* The image used */
    background-color: #efefef; /* Used if the image is unavailable */
    /*height: 30em;*/
    height: 40vh;
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: contain; /* Resize the background image to cover the entire container */
    /* border-radius: 10px 10px 10px 10px;*/
}

.footer_container {
    /*background-color: #f3f3f2;*/
    background-color: #F8F8F8;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-top: 50px;
    width: 100%;
}

.category_container {
    background-color: white;
    height: 20vh;
    width: 18vw;
    margin: 0;
    border: 1px solid #efefef;
}

.my_divider {
    border-right: 1px;
    border-right-color: lightgray;
    border-right-style: solid;
}

.middle > * {
    vertical-align: middle;
}

.home_headline {
    /* font-family:GothamBlack;  */
    font-weight: 800;
    /*font-size:5rem;*/
    font-size: 6vh;
    white-space: nowrap;
    margin: 0;
    padding: 0;
}

.home_sub-headline {
    /*font-family:GothamBook;*/
    font-weight: 500;
    /*font-size:5rem;*/
    font-size: 2vh;
    white-space: nowrap;
    margin: 0;
    padding: 0;
}

.btn-outline-dark {
    outline-color: #ccccff;
    border-color: #EA0000;
    border-width: 1px;
    border-radius: 2px;
    /*font-family: 'Gotham';*/
    font-weight: 300;
    background-color: #EA0000;
    color: white;
    height: 35px;
    width: 150px;
    font-size: 15px;
    margin: 0 auto;
    padding-top: 2px;
    padding-bottom: 2px;
}
/*}
    */

.select-product-category {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 20px;
    font-size: 18px;
}

.font-gotham {
    font-family: 'Gotham', sans-serif;
}

.product-title-text, .product-link {
    color: #292b2c;
}

    .product-link:hover {
        text-decoration: underline;
        color: #EA0000;
    }

.button-base {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    border-radius: 36px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    font-family: Gotham, sans-serif;
    font-weight: 300;
}

    .button-base:disabled {
        cursor: default;
        pointer-events: none;
        background-color: rgba(100, 100, 100, 0.7) !important;
        opacity: 0.6;
    }

.button-xl {
    font-size: 18px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15%;
    padding-left: 15%;
}

.button-s {
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 5%;
    padding-left: 5%;
}

.button-red {
    background-color: #EA0000;
    color: white;
}

    .button-red:hover {
        background-color: #EEEEEE;
        color: #EA0000;
    }

.button-light {
    background-color: #EEEEEE;
    color: #EA0000;
}

    .button-light:hover {
        background-color: #EA0000;
        color: white;
    }

.button-white {
    background-color: #fff;
    color: #EA0000;
}

    .button-white:hover {
        background-color: #EA0000;
        color: #fff;
    }

@media (max-width: 1400px) {
    .col-8, .col-9 {
        flex: 0 0 85%;
        max-width: 85%;
    }
}

@media (max-width: 1024px) {
    .input-fields {
        width: 100px;
    }

    .col-sm {
        flex-basis: 30% !important;
    }

    .col-8, .col-9 {
        flex: 0 0 90%;
        max-width: 90%;
    }
}

@media (max-width: 768px) {
    html {
        font-size: 16px;
    }

    .col-sm {
        display: block;
        width: 100%;
        flex-basis: 100% !important;
    }

    .col-sm-related-prod {
        flex-basis: 45% !important;
        flex-grow: 1;
    }

    .col-8, .col-9, .col-6 {
        flex: 0 0 90%;
        max-width: 90%;
    }

    .checkout-table {
        display: grid;
    }

        .checkout-table.tr, .custom-info-row {
            display: grid;
            /*width: 200%;*/
        }

    h1.title {
        font-size: 60px;
    }

    p, h8, ul {
        font-size: 14px;
    }
}

@media (max-width: 550px) {
    h1.title {
        font-size: 40px;
    }

    h5.pretitle {
        font-size: 30px;
    }

    .col-sm-related-prod {
        flex-basis: 100% !important;
        flex-grow: 1;
    }

    .toCart {
        width: 90%;
        height: auto;
    }

    .carousel-control-next, .carousel-control-prev {
        visibility: hidden;
    }

    .col-9, .col-8 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .product-checkout-image {
        visibility: hidden;
        width: 0;
        height: 0;
    }

    .fa-check {
        font-size: 40vw !important;
    }
}

/*PRODUCT CARD */
.product-card {
    margin: auto;
    height: 100%;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.product-grid {
    display: grid;
}

/*FOOTER*/
footer {
    background-color: #fff;
    height: 300px;
    margin-bottom: 30px;
    font-size: 90%;
    position: relative;
}

    footer img {
        height: 60px;
        margin: 30px 0;
    }

    footer p {
        margin-bottom: 20px;
    }

    footer i {
        color: #ea0000;
    }

    footer a {
        color: black;
        margin-left: 7px;
    }

        footer a:hover {
            color: #ea0000;
            border-bottom: 0.5px solid #ea0000;
        }

    footer .copyright {
        background-color: #f8f8f8;
        padding: 20px 0px 3px 0px;
        margin-top: 40px;
    }

        footer .copyright p {
            text-align: center;
            font-size: 95%;
        }

    footer .footer-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 2000px;
        margin: auto;
    }

        footer .footer-container .footer-first-column {
            padding-left: 10%;
            padding-right: 10%;
        }

        footer .footer-container .footer-second-column {
            position: absolute;
            top: 200px;
            left: 50%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

            footer .footer-container .footer-second-column .footer-second-column-border {
                border-left: #ea0000 solid 0.5px;
            }

        footer .footer-container .footer-third-column {
            position: absolute;
            left: 70%;
            top: 150px;
        }

            footer .footer-container .footer-third-column .footer-third-column-border {
                border-left: #ea0000 solid 0.5px;
            }

        footer .footer-container .footer-fourth-column {
            position: absolute;
            left: 88%;
            top: 160px;
        }

            footer .footer-container .footer-fourth-column .footer-fourth-column-border {
                border-left: #ea0000 solid 0.5px;
            }

        footer .footer-container .fa-phone-alt {
            padding-left: 1px;
            padding-right: 8px;
        }

        footer .footer-container .fa-envelope {
            padding-left: 1px;
            padding-right: 5px;
        }

        footer .footer-container .fa-tools {
            padding-left: 1px;
            padding-right: 5px;
        }

        footer .footer-container .fa-file-invoice-dollar {
            padding-left: 3px;
            padding-right: 7px;
        }

        footer .footer-container .fa-truck {
            padding-right: 3px;
        }

        footer .footer-container .fa-info {
            padding-left: 5px;
            padding-right: 10px;
        }

        footer .footer-container .fa-linkedin {
            padding-left: 2px;
            padding-right: 7px;
        }

@media screen and (max-width: 1246px) {
    .footer-second-column-border {
        display: none;
    }

    .footer-third-column {
        display: none;
    }

    .footer-fourth-column {
        display: none;
    }
}

/* NAVBAR */
.navbar {
    background-color: #f8f8f8;
    height: 60px;
    /*.catsi-svg:hover {
        filter: invert(14%) sepia(71%) saturate(7318%) hue-rotate(352deg) brightness(83%) contrast(126%);
    }
    
    .catsii-svg:hover {
        filter: invert(14%) sepia(71%) saturate(7318%) hue-rotate(352deg) brightness(83%) contrast(126%);
    }

    .base-svg:hover {
        filter: invert(14%) sepia(71%) saturate(7318%) hue-rotate(352deg) brightness(83%) contrast(126%);
    }

    .evai-svg:hover {
        filter: invert(14%) sepia(71%) saturate(7318%) hue-rotate(352deg) brightness(83%) contrast(126%);
    }

    .evaii-svg:hover {
        filter: invert(14%) sepia(71%) saturate(7318%) hue-rotate(352deg) brightness(83%) contrast(126%);
    }

    .evaiii-svg:hover {
        filter: invert(14%) sepia(71%) saturate(7318%) hue-rotate(352deg) brightness(83%) contrast(126%);
    }

    .rerx-svg:hover {
        filter: invert(14%) sepia(71%) saturate(7318%) hue-rotate(352deg) brightness(83%) contrast(126%);
    }*/
}

    .navbar .ul-large-screen {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        list-style-type: none;
        list-style: none;
    }

        .navbar .ul-large-screen .nok9-logo-large-header {
            z-index: 9999999;
        }

    .navbar img {
        height: 60px;
        margin-top: 0;
        margin-right: 150px;
        z-index: 100000;
    }

    .navbar .li-large-screen {
        margin: 10px;
        padding: 10px 15px;
    }

        .navbar .li-large-screen a:hover {
            color: inherit;
            text-decoration: none;
        }

    .navbar .arrow-down {
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #ea0000;
    }

    .navbar .arrow-up {
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid #ea0000;
    }

    .navbar a {
        color: black;
        display: inline-block;
    }

    .navbar .dropdown {
        position: relative;
        display: inline-block;
    }

    .navbar span {
        display: inline-block;
        vertical-align: middle;
        margin-left: 5px;
    }

    .navbar .dropdown-content {
        display: none;
        position: absolute;
        background-color: #f8f8f8;
    }

        .navbar .dropdown-content a:hover {
            color: #ea0000;
        }

    .navbar .outlined-prod {
        height: 100px;
        margin: 0 20px;
        pointer-events: none;
    }

    .navbar .header-svg {
        background-color: #f8f8f8;
    }

    .navbar a:hover .dropdown-content {
        display: block;
        position: fixed;
        overflow: auto;
        padding: 20px 10px 10px 10px;
    }

    .navbar a:hover .dropdown-content-hardware {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[7];
        grid-template-columns: repeat(7, 1fr);
        position: fixed;
        overflow: auto;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        /*margin-top: 2px;*/
        left: 0;
        right: 0;
        z-index: 999;
    }

.dropdown:hover .dropdown-content {
    display: block;
    position: fixed;
    overflow: auto;
    padding: 20px 10px 10px 10px;
}

.dropdown:hover .dropdown-content-hardware {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[7];
    grid-template-columns: repeat(7, 1fr);
    position: fixed;
    overflow: auto;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    /*margin-top: 2px;*/
    left: 0;
    right: 0;
    z-index: 999;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 999;
}

.nav-small-screen {
    display: none;
}

.js-is-hidden {
    display: none;
}

/*GRIDS*/
.grid, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9 {
    display: grid;
}

.grid-2 {
    grid-template-columns: repeat(2, 1fr);
}

.grid-3 {
    grid-template-columns: repeat(3, 1fr);
}

.grid-4 {
    grid-template-columns: repeat(4, 1fr);
}

.grid-5 {
    grid-template-columns: repeat(5, 1fr);
}

.grid-6 {
    grid-template-columns: repeat(6, 1fr);
}

.grid-7 {
    grid-template-columns: repeat(7, 1fr);
}

.grid-8 {
    grid-template-columns: repeat(8, 1fr);
}

.grid-9 {
    grid-template-columns: repeat(9, 1fr);
}

.container-lg {
    max-width: 1800px !important;
    margin: 0 auto !important;
    overflow: auto !important;
    padding: 0 10px !important;
}

@media screen and (max-width: 1380px) {
    .navbar img {
        margin-right: 30px;
    }
}

@media screen and (max-width: 1400px) {
    .navbar {
        /* MENU ICON ANIMATION */
        /* DROPDOWN IN MENU ANIMATION */
    }

        .navbar .li-large-screen {
            display: none !important;
        }

        .navbar img {
            position: absolute;
            left: 20px;
        }

        .navbar .nav-small-screen {
            display: block;
        }

        .navbar #open-menu {
            width: 30px;
            position: absolute;
            right: 30px;
            top: 13px;
            z-index: 9999;
            overflow: hidden;
        }

        .navbar #line-1, .navbar #line-2, .navbar #line-3 {
            rotate: 0deg;
            -webkit-transition: 0.3s;
            transition: 0.3s;
        }

        .navbar #line-1 {
            transform-origin: 100% 100%;
            -webkit-transform-origin: 100% 100%;
            -moz-transform-origin: 100% 100%;
            -o-transform-origin: 100% 100%;
        }

        .navbar #line-3 {
            transform-origin: 100% 0%;
            -webkit-transform-origin: 100% 0%;
            -moz-transform-origin: 100% 0%;
            -o-transform-origin: 100% 0%;
        }

        .navbar .rotated45 {
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

        .navbar .rotated-45 {
            transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

        .navbar .ul-small-screen {
            z-index: 9998;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            text-align: center;
            width: 100%;
            position: absolute;
            top: -400px;
            right: 0px;
            background-color: #f8f8f8;
            opacity: 0.95;
            padding: 30px 60px 30px 60px;
            list-style: none;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

            .navbar .ul-small-screen li {
                margin-top: 10px;
            }

        .navbar .dropdown-content-small-container {
            position: relative;
        }

        .navbar .dropdown-content-small {
            font-size: 90%;
            margin: 10px 0 20px 0;
            position: absolute;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

            .navbar .dropdown-content-small a {
                color: #ea0000;
                margin-top: 20px;
            }

                .navbar .dropdown-content-small a:hover {
                    color: black;
                }

        .navbar .dropdown-content-small-hardware {
            top: 100px;
            visibility: hidden;
            opacity: 0%;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

        .navbar .dropdown-content-small-about {
            top: 100px;
            opacity: 0%;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

        .navbar #margin-hardware, .navbar #margin-about {
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

        .navbar .transform-hardware {
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

        .navbar .transform-active-up-hardware {
            width: 0;
            height: 0;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-bottom: 5px solid #ea0000;
        }

        .navbar .transform-active-down-hardware {
            width: 0;
            height: 0;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-top: 5px solid #ea0000;
        }

        .navbar .transform-about {
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

        .navbar .transform-active-up-about {
            width: 0;
            height: 0;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-bottom: 5px solid #ea0000;
        }

        .navbar .transform-active-down-about {
            width: 0;
            height: 0;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-top: 5px solid #ea0000;
        }
}

.grid-2 {
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
}

@media screen and (max-width: 1000px) {
    .grid-2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.refund-policy-container {
    width: min(100%, 400px);
    text-align: center;
    padding: 15px 0;
}

    .refund-policy-container p {
        font-size: 8px;
        margin-bottom: 5px !important;
        line-height: 14px !important;
    }

    .refund-policy-container .refund-policy-header {
        font-weight: 600;
        margin-bottom: 10px !important;
    }

.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

    .popup p, .cart p {
        color: #ea0000;
        line-height: 30px;
        font-size: 1.1rem;
    }

    .popup .popup-text {
        visibility: hidden;
        max-width: 1000px;
        background-color: white;
        border-radius: 9999px;
        position: absolute;
        z-index: 1;
        bottom: -450px;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        padding: 50px;
        -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    }

.cart .popup-text {
    width: 100%;
    background-color: white;
    border-radius: 9999px;
    z-index: 1;
    padding: 100px 50px;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

    .popup .popup-text input, .cart .popup-text input {
        margin: 5px;
    }

    .popup .popup-text .popup-submit, .cart .popup-text .popup-submit {
        font-size: 105%;
        padding: 15px;
        border-radius: 999px;
        border: white;
        margin: 40px;
        cursor: pointer;
    }

    .popup .popup-text .close-popup, .cart .popup-text .close-popup {
        border: none;
        font-size: 140%;
        cursor: pointer;
        padding: 40px;
        background-color: white;
    }

    .popup .popup-text span, .cart .popup-text span {
        color: #ea0000;
    }

    .popup .popup-text .interested, .cart .popup-text .interested {
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .popup .popup-text .popup-text-checkboxes, .cart .popup-text .popup-text-checkboxes {
        text-align: left;
    }

        .popup .popup-text .popup-text-checkboxes span, .cart .popup-text .popup-text-checkboxes span {
            color: black;
            margin-left: 27px;
        }

    .popup .popup-text .terms, .cart .popup-text .terms {
        margin-top: 15px;
        color: darkgray;
        font-size: 12px;
        /*line-height: 60%;*/
    }

        .popup .popup-text .terms a, .cart .popup-text .terms a {
            color: darkgray;
            font-size: 12px;
            /*line-height: 60%;*/
            text-decoration: underline;
            text-align: center;
        }

    .popup .popup-text .terms-push-data, .cart .popup-text .terms-push-data {
        margin-top: 50px;
        text-align: center;
    }

    .popup .popup-text .terms-push-brochure, .cart .popup-text .terms-push-brochure {
        margin-left: 10px;
        margin-bottom: 30px;
        margin-top: 50px;
        text-align: center;
    }

.popup .show, .cart .show {
    visibility: visible;
    display: block;
    -webkit-animation: fadeInPopup 1s;
    animation: fadeInPopup 1s;
}

@-webkit-keyframes fadeInPopup {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeInPopup {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
