﻿.main-first-icon {
    height: 60px;
    width: auto;
    min-width: 230px;
    background-image: url('/assets/icons/homeicon.png');
    margin-left: 15px;
    background-size: cover;
    cursor: pointer;
}

#header-locations-extended,
#header-categories-extended {
    display: none;
}

.navbar {
    padding: 0;
}

#small-menu-modal-button {
    cursor: pointer;
    text-align: center;
}

.header-container {
    
}

.header-nav-title {
    margin-left: 10px;
    font-size: 18px;
}

.header-nav-title:hover {
    background-color: #cdeaf2;
    border-radius: 5px;
}

#main-navbar {
    background-color: transparent !important;
    padding-left: 30px;
}

.language-dropdown-toggle {
    max-width: 100px;
}

.language-selector-container {
    max-width: 200px;
}

div.header-container:nth-child(2) {
    margin-left: auto;
}

.main-header {
    width: 100%;
    display: flex;
    background-color: #F2FAFF !important;
    min-height: 10vh;
}

.main-header-img {
    height: 30vh;
    max-height: 30vh;
    background-image: url('../../assets/img/main-header-img-1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0px 10px 40px 0px white inset;
    display: none;
    opacity: 0.8;
}

.small-header-menu {
    display: none !important;
}

.small-header-modal {
    display: none;
}

@media (min-width:590px) and (max-width:992px) {
    .small-header-menu {
        display: block;
        width: 60%;
    }

    .small-header-modal {
        display: block;
    }

    .small-nav {
        width: 150px;
    }

    .nav-link-menu {
        width: 150px;
    }

    .main-first-icon {
        height: 40px;
        width: auto;
        min-width: 150px;
        background-size: cover;
        background-image: url('/assets/icons/homeicon.png');
        margin-left: 5px;
    }
}

@media (max-width:992px) {

    .main-header-img {
        display: none;
    }

    .main-first-icon {
        height: 40px;
        width: auto;
        min-width: 150px;
        background-size: cover;
        background-image: url('/assets/icons/homeicon.png');
        margin-left: 5px;
    }

    .small-header-menu {
        display: block;
        width: 80px;
    }

    .small-header-modal {
        display: block;
    }

    .language-selector {
        display: none;
    }

    .nav-link {
        width: 70px;
    }

    .small-nav {
        width: 80px;
    }

    .nav-item-menu {
        width: 80px;
    }

    .nav-link-menu-str {
        display: none;
    }

    .main-header {
        justify-content: space-between;
    }

    .second-part-row-location  {
        margin-top: 0px;
    }
}