@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;800&family=Open+Sans:wght@400;500&family=Poppins:wght@100;200;300;400&display=swap');
* {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}


/* navbar0 */

#navbar1 {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: white;
}

#navbar0 {
    /* text-align: center; */
    /* background: white; */
    height: 50px;
    width: 72%;
    display: flex;
    justify-content: space-evenly;
    /* border: 1px solid red; */
    /* margin-bottom: 20px; */
    /* padding-bottom: 20px; */
    /* align-items: center; */
    /* margin-left: 20px; */
    margin: auto;
    margin-top: -32px;
}

#navbar0>div {
    display: flex;
    /* border: 1px solid red; */
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    /* border-right: 1px solid rgb(156, 154, 154); */
}

#navbar0>div>a {
    padding-right: 10px;
    padding-left: 10px;
    border-right: 1px solid rgb(156, 154, 154);
}

#navbar0>a {
    height: 8px;
    padding-right: 10px;
    padding-left: 10px;
    border-right: 1px solid rgb(150, 146, 146);
}

#navbar>img {
    height: 30px;
}

#navbar0 a {
    text-decoration: none;
    color: black;
    font-size: 15px;
    font-weight: 300;
}

#navbar0 i {
    color: black;
}

#navbar0>div {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3px;
    cursor: pointer;
}

#navbar0>div>i {
    margin-left: 10px;
}

#a1>a:hover {
    /* background-color:unvisivle; */
    border-bottom: 1px solid rgb(150, 146, 146);
    border-right: 1px solid transparent;
}

#a2>a:hover {
    /* background-color: #e5f0da; */
    border-bottom: 1px solid rgb(150, 146, 146);
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
}

#a3:hover {
    /* background-color: #e5f0da; */
    border-bottom: 1px solid rgb(150, 146, 146);
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
}

#navbar0>div>a:hover {
    background-color: #e5f0da;
    border-bottom: 1px solid rgb(150, 146, 146);
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
}

#navbar0>div:hover {
    background-color: #e5f0da;
    /* border-bottom: 1px solid rgb(150, 146, 146); */
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
}


/* #navbar0>div>a:hover {
    background-color: #e5f0da;
} */

.icon>i {
    font-size: 10px;
}

#navBar_btn {
    padding: 5px 14px;
    background-color: #fff;
    border-radius: 18px;
    border: none;
    color: #666;
    cursor: pointer;
}

.changeOfNavi {
    font-size: 20px;
    font-weight: 300;
}

.dropMenu {
    position: relative;
    transition: all 0.3s;
    z-index: 100;
}

#HAIR_CARE_drop {
    padding: 20px;
    background-color: #e5f0da;
    height: auto;
    width: 800px;
    display: grid;
    grid-template-columns: 250px 250px 250px;
    grid-template-rows: 250px;
    flex-direction: column;
    position: absolute;
    top: 50px;
    border-radius: 8px;
    left: -400.5px;
    right: inherit;
    border: 1px solid #e5f0da;
    opacity: 0;
    visibility: hidden;
}

.header__menu__image__box>img {
    width: 100%;
}

#HAIR_CARE_drop>a {
    /* color: red; */
    color: #000;
    font-weight: 400;
    padding: 5px 5px;
    /* text-align: center; */
    font-size: 15px;
}

#HAIR_CARE_drop>a:hover {
    background-color: #fff;
}

.dropMenu:hover #HAIR_CARE_drop {
    opacity: 1;
    visibility: visible;
}

#PERFUMES_drop {
    padding: 10px;
    background-color: #e5f0da;
    width: 400px;
    display: grid;
    grid-template-columns: 200px 200px;
    grid-template-rows: 250px;
    flex-direction: column;
    position: absolute;
    top: 50px;
    border-radius: 8px;
    left: -162.5px;
    right: inherit;
    border: 1px solid #e5f0da;
    opacity: 0;
    visibility: hidden;
}

.header__menu__image__box>img {
    width: 100%;
}

.header__menu__image__box {
    width: 100%;
}

#PERFUMES_drop>a {
    /* color: red; */
    color: #000;
    font-weight: 400;
    padding: 5px 5px;
    text-align: left;
    font-size: 15px;
}

#PERFUMES_drop>a:hover {
    background-color: #fff;
}

.dropMenu:hover #PERFUMES_drop {
    opacity: 1;
    visibility: visible;
}

#combos_drop {
    padding: 10px;
    background-color: #e5f0da;
    height: auto;
    width: 200px;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 50px;
    border-radius: 8px;
    left: -62.5px;
    right: inherit;
    border: 1px solid #e5f0da;
    opacity: 0;
    visibility: hidden;
}

#combos_drop>a {
    /* color: red; */
    color: #000;
    font-weight: 400;
    padding: 5px 5px;
    /* text-align: center; */
    font-size: 15px;
}

#combos_drop>a:hover {
    background-color: #e5f0da;
}

.dropMenu:hover #combos_drop {
    opacity: 1;
    visibility: visible;
}

#more_drop {
    background-color: #e5f0da;
    height: auto;
    width: 220px;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 50px;
    border-radius: 8px;
    left: -62.5px;
    right: inherit;
    border: 1px solid #e5f0da;
    opacity: 0;
    visibility: hidden;
}

#more_drop>a {
    /* color: red; */
    color: #000;
    font-weight: 400;
    padding: 5px 5px;
    /* text-align: center; */
    font-size: 15px;
}

#more_drop>a:hover {
    background-color: #fff;
}

.dropMenu:hover #more_drop {
    opacity: 1;
    visibility: visible;
}

#care_drop {
    /* --li-size: 220px; */
    /* padding: 10px; */
    padding: 10px;
    background-color: #e5f0da;
    height: auto;
    width: 1100px;
    display: grid;
    grid-template-columns: 240px 240px 250px 230px 200px;
    flex-direction: column;
    position: absolute;
    top: 50px;
    border-radius: 8px;
    left: -500.5px;
    right: inherit;
    border: 1px solid #e5f0da;
    opacity: 0;
    visibility: hidden;
}

li.menu_col_two {
    width: calc(var(--li-size) * 2);
    flex: 0 0 calc(var(--li-size) * 2);
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
}

#care_drop>a {
    /* color: red; */
    color: #000;
    font-weight: 400;
    padding: 5px 5px;
    /* text-align: center; */
    font-size: 15px;
}

#care_drop>a:hover {
    background-color: #fff;
}

.dropMenu:hover #care_drop {
    opacity: 1;
    visibility: visible;
}

#body_Drop {
    display: flex;
    padding: 20px;
    /* justify-content: space-between; */
    background-color: #e5f0da;
    /* height: 240px; */
    width: 400px;
    display: grid;
    grid-template-columns: 200px 200px;
    grid-template-rows: 200px;
    position: absolute;
    top: 50px;
    border-radius: 8px;
    left: -100.5px;
    right: inherit;
    border: 1px solid #e5f0da;
    opacity: 0;
    visibility: hidden;
}

#image__box>img {
    width: 110%;
    margin-left: -50px;
}

#body_Drop>div {
    display: flex;
    flex-direction: column;
    width: 50%;
    margin-left: 10px;
}

#body_Drop>div>a {
    /* text-align: center; */
    color: #000;
    font-weight: 400;
    padding: 5px 0;
    font-size: 15px;
}

#body_Drop>div>h4 {
    /* text-align: center; */
    color: #000;
    font-weight: 800;
    font-size: 15px;
}

#body_Drop>div>a:hover {
    background-color: #fff;
}

.dropMenu:hover #body_Drop {
    opacity: 1;
    visibility: visible;
}

#body_Drop_more {
    position: absolute;
    bottom: 0;
    right: 10px;
    font-style: italic;
}


/* navbar2 */


/* #navbar2 {
    margin: auto;
    width: 90%;
} */

#navbar2>div:nth-child(1) {
    padding-top: 20px;
    text-align: center;
    color: #15433d;
    background-color: #e5f0da;
    margin-bottom: 20px;
    /* justify-items: center; */
}

#navbar2>div:nth-child(2) {
    margin: auto auto 20px auto;
    width: 90%;
    display: flex;
    justify-content: space-between;
    /* justify-items: center; */
}

#navbar2>div:nth-child(2)>div:nth-child(1) {
    width: 180px;
    padding: 20px;
    display: flex;
    text-align: center;
    justify-items: center;
}

#navbar2>div:nth-child(2)>div:nth-child(2) {
    width: 180px;
    display: flex;
    justify-content: space-around;
    gap: 10px;
}

#navbar2>div:nth-child(2)>div:nth-child(3) {
    padding: 20px;
    width: 180px;
    display: flex;
    gap: 10px;
}

#navbar2>div:nth-child(2)>div>div {
    width: 50px;
}

#navbar2>div:nth-child(2)>div>div>a>img {
    width: 100%;
}

#count2 {
    position: absolute;
    width: 18px;
    height: 17px;
    color: black;
    background-color: white;
    border-radius: 50%;
    padding: 1px;
    text-align: center;
    font-size: 10px;
    top: 118px;
    right: 84px;
    border: 1px solid black;
}

#count1 {
    position: absolute;
    width: 18px;
    height: 17px;
    color: black;
    background-color: white;
    border-radius: 50%;
    padding: 1px;
    text-align: center;
    font-size: 10px;
    top: 115px;
    right: 123px;
    border: 1px solid black;
}

.fa-bag-shopping {
    position: relative;
    color: #000;
    font-size: 30px;
}

.fa-heart {
    font-size: 30px;
}

.changeOfNavi {
    font-size: 25px;
    /* border: 1px solid black; */
}

#navbar2>div:nth-child(2)>div:nth-child(1)>i {
    font-size: 40px;
}


/* #navbar2>div:nth-child(2)>div:nth-child(1)>i */


/* lets color the scroll bar */