:root {
    --primary: #0073A2;
    --primary-light:#00A0DF;
    --secondary:#FFB837;
    --light-gray:#E8E8E8;
    --dark-text:#231F20;
    --gray-active: #ebebeb;

    scrollbar-color: rgb(128, 128, 128) rgba(128,128,128,0) !important;
    scrollbar-width: thin !important;
}

input {
    margin-bottom: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: white;
}

input:focus, textarea:focus, select:focus{
    outline: none;
}

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

.responsive-invisible {
    display: block;
}

.responsive-visible {
    display: none;
}

.navigation-container {
    z-index: 20;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
    height: 90px;
    position: fixed;
    background: #FFFFFF 0 0 no-repeat padding-box;
    box-shadow: 0 3px 40px #00000029;
    border-radius: 0 0 16px 16px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 12px;
    padding-right: 20px;
}

.scroll-next {
    z-index: 10;
    left: 0;
    right: 0;
    width: 61px;
    height: 23px;
    bottom: 30px;
    margin: 0 auto;
    position: absolute;
    background: url("../assets/icons/scroll_next.svg");
}

.main-logo {
    margin-top: 10px;
    margin-left: 16px;
    width: 172px;
    height: 79px;
}

.search-bar-container {
    padding-right: 15px;
    padding-left: 15px;
    max-width: 410px;
    height: 40px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 20px #0000000D;
    border: 2px solid #B4B4B460;
    border-radius: 20px;
    display: flex;
    align-items: center;
}

.search-bar-container>input {
    border: none;
    flex-grow: 1;
    font: normal normal 500 14px/15px Montserrat;
    letter-spacing: -0.7px;
    color: #B4B4B4;
    margin-bottom: 0;
}

.search-bar-icon-grey {
    width: 22px;
    height: 22px;
    background: url("../assets/icons/search_icon.svg");
}

.search-bar-icon-blue {
    width: 22px;
    height: 22px;
    background: url("../assets/icons/search_icon_blue.svg");
}

.navigation-items-container {
    display: flex;
    align-items: center;
}

.navigation-option-container {
    cursor: pointer;
    margin-right: 20px;
    height: 27px;
}

.navigation-option {
    font: normal normal 500 14px/15px Montserrat;
    letter-spacing: 0;
    color: var(--primary);
}

.navigation-option-selected {
    font: normal normal 700 14px/15px Montserrat;
}

.navigation-option-underline {
    display: none;
    margin-top: 6px;
    height: 3px;
    background: var(--primary) 0 0% no-repeat padding-box;
    border-radius: 3px;
}

.navigation-option-selected> .navigation-option-underline {
    display: block;
}

.sign-in-button {
    margin-right: 20px;
    width: 80px;
    height: 36px;
    box-shadow: 0px 3px 20px #00000029;
    border: 2px solid var(--primary);
    border-radius: 11px;
    text-align: center;
    font: normal normal 500 14px/36px Montserrat;
    letter-spacing: -0.7px;
    color: var(--primary);
}

.cart-icon {
    width: 21px;
    height: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image:url("../assets/icons/cart.svg") ;
}

.mobile-header {
    display: none;
}

.mobile-menu-icon {
    display: none;
}

.mobile-menu-container {
    display: none;
}

.header-logo-mobile { 
    z-index: 22;
    top: 10px;
    left: 20px;
    position: fixed;
    width: 120px;
    height: auto;
}

.hamburger-menu-icon {
    z-index: 22;
    top: 20px;
    right: 20px;
    position: fixed;
    width: 40px;
    height: 40px;
    -webkit-filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
    filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
}


@media (max-width: 1245px) {
    .responsive-invisible {
        display: none;
    }

    .responsive-visible {
        display: block;
    }

    .mobile-menu-icon  {
        display: block;
    }
    
    .navigation-container {
        display: none;
    }

    .mobile-header { 
        position: fixed;
        display: block;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 84px;
        border-bottom: 1px solid #cccccc;
        background-color: rgba(255,255,255,0.7);
        z-index: 22;
    }

    .content-container {
        margin-top: 84px;
    }

    .mobile-menu-container {
        overflow: auto;
        height: 100%;
        width: 100%;
        background-color: white;
        display: flex;
        flex-flow: column;
        position: fixed;
        z-index: 21;
        justify-content: center;
        align-items: center;
    }

    .mobile-menu-container-inner {
        margin-top: 140px;
        height: 100%;
        display: flex;
        flex-flow: column;
        align-items: center;
    }

    .mobile-menu-container a {
        height: 30px;
        margin-bottom: 70px;
    }

    .mobile-menu-container ul {
        list-style-type: none;
    }

    .navigation-option-container {
        margin-right: 0px;
        margin-top: 20px;
        height: 80px;
    }

    .navigation-option {
        font: normal normal 500 24px/15px Montserrat;
        letter-spacing: 0;
        color: var(--primary);
    }

    .navigation-option-selected {
        font: normal normal 700 24px/15px Montserrat;
    }

    .main-logo {
        margin-top: 10px;
        margin-bottom: 50px;
        width: 272px;
        height: 160px;
    }

    .navigation-items-container {
        margin-top: 80px;
    }

    .sign-in-button {
        margin-top: 20px;
    }

    .cart-icon {
        margin-top: 20px;
        width: 60px;
        height: 60px;
    }

}