header{
    /* height: 30px; */
    position: sticky;
    top: 0px;
    /* background-color: #273273e1; */
    background-color: #01426a;
    background-color: white;
    background-color: transparent;
    display: block;
    z-index: 5;
    border-bottom: 1px solid rgb(230, 230, 230);
    border-bottom: 1px solid #bb7f00;
    border-bottom: none;
}

.menu, .menu-bars, .logo, .menu-items, .outer-circle, .dynamic-text, .our-services{
    display: grid;
    display: -ms-grid;
    display: -moz-grid;
}

.logo{
    grid-template-columns: repeat(2, auto);
    align-content: center;
    column-gap: 1.5rem;
}

.logo .menu-bars{
    align-self: center;
}

.menu{
    grid-template-columns: repeat(3, auto);
    justify-content: space-between;
    padding:0.5rem 1rem;
    align-items: center;
    /* border:1px solid black; */
}

@media (max-width: 768px){
    .menu{
        column-gap: 1.5rem;
    }
}


@media (max-width: 888px){
    .menu{
        /* grid-template-columns: repeat(3, auto); */
        grid-template-columns: max-content auto max-content;
        justify-content: stretch;
    }
    .shopping-cart-and-user-menu{
        justify-self: right;
        position: relative;
        right: -20px;
        z-index: 2;
    }
    .shopping-cart-and-user-menu li{
        display: grid;
        grid-template-columns: auto auto;
        justify-content: right;
        column-gap: -5px;
    }
    .shopping-cart-and-user-menu li span{
        position:relative;
        left: -16px;
    }
    .shopping-cart-and-user-menu img{
        width: max-content;
        text-align: right;
    }
}
.company-logo{
    height: 60px;
}
@media (max-width: 425px){
    .company-logo{
        height: 50px;
    }
}

.outer-circle{
    width: 22px;
    height:22px;
    border-radius: 50%;
    border: 2px solid white;
    /* display: inline-block; */
    /* text-align: center; */
    margin-left: 1rem;
    grid-template-columns: auto;
    grid-template-rows: auto;
    align-items: center;
    justify-content: center;
}

.inner-circle{
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 50%;
    border: 2px solid white;
    display: inline-block;
    transition: all .5s;
    justify-self: center;
}

.menu-bars{
    width: 38px;
    height: 35px;
    border-radius: 5px;
    grid-template-rows: repeat(3, auto);
    align-content: space-between;
    padding:0.6rem 0.5rem;
}

.menu-bars:hover{
    cursor: pointer;
}

/* .menu-bars:hover > div{
    background-color: rgb(245, 245, 245);
} */

.menu-bars:hover{
    background-color: #01426a31;
}

.menu-bars > div{
    height: 2px;
    /* background-color: white; */
    background-color: #01426a;
}

/*.menu-bars > div:nth-of-type(2){
    width:75%;
}

.menu-bars > div:nth-of-type(3){
    width:50%;
}*/

.menu-items{
    grid-template-columns: repeat(3, auto);
    column-gap:3rem;
    justify-content: right;
    list-style: none;
}

.middle-menus{
    padding: 0rem 2rem;
    border-radius: 3rem;
    background-color: #bb7f00;
    background-color: transparent;
    border: 2px solid #bb7f00;
}

.menu-items li, .menu-items a{
    display: grid;
    display: -ms-grid;
    display: -moz-grid;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: auto;
    align-content: center;
}

.shopping-cart-and-user-menu{
    column-gap: 1rem;
}
.menu-items li span{
    align-self: center;
    position: relative;
    right: 1rem;
}

.menu-items li img{
    height: 40px;
}

.shopping-cart-and-user-menu img{
    height: 32px !important;
}

.our-services:hover ul{
    display: block;
}
.our-services{
    grid-template-columns: auto;
    grid-template-rows: auto;
    align-items: center;
    height: max-content;
    align-self: center;
}
.our-services > span{
    transition: all .5s;
    align-self: center;
    font-weight: 500;
}

.our-services > span:hover{
    cursor: pointer;
}

.our-services:hover .inner-circle, .our-services:hover .outer-circle{
    border-color: gold;
}
.our-services > div{
    position: relative;
    /* top:0.8rem; */
    left:-0.3rem;
    /* border:1px solid red; */
}

.our-services > div > ul{
    display: none;
    position: absolute;
    width: max-content;
    width: 320px;
    padding: 1rem 0rem;
    background-color: transparent;
    border-radius: 0px 0px 5px 5px;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 80vh;
}

.our-services > div > ul ul{
    margin-left: 1rem;
}

.our-services > div > ul > a{
    border: 2px dotted #eb98c0 !important;
    color: black !important;
}
.our-services > div > ul a, .our-services > div > ul span{
    display: block;
    padding: 1.2rem 2rem;
    border-radius: 5px;
    border: 1px solid transparent;
    /* border-left:4px solid transparent; */
    transition: border-color 1s;
    color: white;
}
.our-services > div > ul a:hover{
    /* border-color: #fcc22c; */
    /* border-left-color: #fcc22c; */
    /* box-shadow: 1px 1px 3px rgb(120, 120, 120); */
}
.menu-items li, .menu-items a{
    padding: 0.8rem 0.2rem;
    text-decoration: none;
    font-weight: 500;
    transition: all .5s;
    color: black;
}
.menu-items > a{
    font-weight: 500;
}
.menu-items li:hover, .menu-items a:hover{
    cursor: pointer;
}

#cart-notification{
    display: none;
    background-color: rgb(236, 0, 0);
    color: white;
    padding: 0.5rem 0.7rem;
    border-radius: 50%;
    font-size: 0.5rem;
    position: relative;
    bottom: 0.8rem;
    left: 0.2rem;
}
/*
    Hamburger menu styling
*/
.hamburger-menu{
    /* min-height: 100vh; */
    background-color: #01426a;
    width: 0%;
    /* white-space: nowrap; */
    position: relative;
    height: 0px;
}

.hamburger-menu > div{
    background-color: rgba(45, 45, 45, 0.8);
    /* background-color: #273273d7; */
    position: fixed !important;
    top: 0px;
    left: 0px;
    right: unset;
    bottom: 0px;
    width: 0%;
    transition: all .5s;
    z-index: 5;
}

.hamburger-menu > div > ul{
    transition: width 0.5s;
    overflow: auto;
    background-color: white;
    width:100%;
    max-width:700px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 3rem;
}
.hamburger-menu ul ul{
    margin-left: 1rem;
}
.hamburger-menu ul > li{
    margin: 0rem 0rem 0rem 0rem;
}
.hamburger-menu ul > li:hover{
    background-color: white;
}
.hamburger-menu a, .hamburger-menu span{
    display: block;
    padding: 0.8rem 0.2rem;
    text-decoration: none;
    font-weight:500;
    margin-left: 1rem;
    color: black;
}
.hamburger-menu-ul > li > span{
    margin-left: 0rem;
}
.hamburger-menu-ul > span:first-of-type{
    font-size: 2.5rem;
    /* border: 1px solid black; */
    padding: 0rem 0.8rem 0rem 0.8rem;
    display: block;
    width: max-content;
    border-radius: 50%;
    margin:0.5rem 0.5rem 0.5rem auto;
    box-shadow: 1px 1px 4px rgba(120, 120, 120, 0.8);
    position: sticky;
    top: 0px;
}
.hamburger-menu-ul > span:first-of-type:hover{
    cursor: pointer;
}
.hamburger-menu .underline{
    width: 40px !important;
    margin-left: 1rem;
}
.small-screen-menu-bars{
    display: none;
}

.large-screen-menu-bars{
    display: grid;
}

@media (max-width:900px){
    .menu-items{
        display: none;
    }
    .shopping-cart-and-user-menu{
        display: block;
    }
    .shopping-cart-and-user-menu span span:first-of-type{
        display: none;
    }
    .small-screen-menu-bars{
        display: grid;
    }
    .large-screen-menu-bars{
        display: none;
    }
    .hamburger-menu > ul{
        background-color: white !important;
    }
    .our-services{
        visibility: hidden;
    }
}
.dynamic-text{
    grid-template-columns: repeat(2, auto);
    align-items: center;
    font-weight: 500;
}

.shopping-cart-and-user-menu a{
    padding: 0rem;
}
