

#navbar {
    display: flex;
    /* justify-content: space-between; */
    padding-left: 4%;
    padding-right: 4%;
    background-color: white;
    /* border: solid 1px black; */
    width: 100vw;

    height: 100px;
    z-index: 9999;
    top: 0;
    /* bottom: 20; */
    position: fixed;
}

.navItemLeft {
    display: flex;
    padding-top: 6px;
    font-family: 'Fira Sans Condensed', sans-serif;
    position: relative;
}

.navItemLeft > a {
    text-decoration: none;
    all: unset;
    cursor: pointer;
    position: relative;
    padding-top: 20%;
    margin-right: 50px;
    text-decoration: none;
    font-weight: 550;
    font-family: 'Fira Sans Condensed', sans-serif;
    font-size: 15px;
    color: #202124;
}

.navItemRight {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    margin-left: 40%;
    position: relative;
}

a img {
    width: 76px;
    height: 23px;
    margin-top: 38px;
    margin-right: 44.26px;
    margin-bottom: 39.48px;
    margin-left: 50px;
    cursor: pointer;
}

.accountIcon {
    display: flex;
    border-right: 1px solid #cecece;
    cursor: pointer;
    width: 30%;
    height: 30px;
    justify-content: center;
    align-items: center;
    /* padding-left: 10px; */
    font-size: 13px
}

.accountIcon a {
    margin-left: 20px;
    font-family: 'Fira Sans Condensed', sans-serif;
    font-style: normal;
    font-weight: 900;
    text-decoration: none;
}

.accountIcon img {
    width: 20px;
    height: 20px;
}

.bucketIconDiv {
    display: flex;
    cursor: pointer;
    padding-left: 20px;
}

.bucketIconDiv span {
    padding-top: 20px;
    padding-left: 5px;
    font-family: 'Fira Sans Condensed', sans-serif;
    font-style: normal;
    font-size: 13px;
}

.bucketIcon img {
    width: 51px;
    height: 51px;
    margin-top: 8%;
}

#cartIconCount {
    position: absolute;
    top: 0;
    right: 31%;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 15px;
    font-size: 13px;
    text-align: center;
    font-family: 'Fira Sans Condensed', sans-serif;
    font-style: normal;
    font-weight: 700;
}