*{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
#nav{
    display: flex;
    align-items: center;
    height: 60px;
    width: 100%;
    background-color: rgb(49, 49, 49);
    /* position:fixed;
    z-index: 1; */
}
#logo{
    display: flex;
    align-items: center;
    height: 60px;
    background-color: rgb(194, 0, 0);
}
#logo > a img{
    width: 170px;
    height: 100px;
    margin-top: 5px;
}
#search{
    display: flex;
    align-items: center;
    margin: 5px 5px;
    height: 50px;
    width: 790px;
    background-color: white;
    border-radius: 3px;
}
#search >  div:nth-child(1){
    display: flex;
    height: 40px;
    margin: 5px 5px;
    align-items: center;
    border-radius: 3px;
    background-color: rgb(255, 208, 0);
}
#search > div:nth-child(1) >img{
    width: 25px;
    margin: 10px;
}
#search > div:nth-child(1)> a{
    width: 90px;
    color: black;
    text-decoration: none;
}
#search > div:nth-child(1)> select{
    width: 15px;
    border: none;
    margin-left: 20px;
    background-color: rgb(255, 208, 0);
}
#search > div:nth-child(2){
    width: 600px;
    height: 40px;
    display: flex;
    justify-content: space-between;
    padding: 5px;
    border: 1px solid;
}
#search > div:nth-child(2) input{
    width: 550px;
    padding-top: 5px;
    height: 30px;
    font-size: 15px;
    border: none;
    border-radius: 3px;
}
#search > div:nth-child(2) button{
    width: 40px;
    border-radius: 3px;
    border: none;
    background-color: rgb(255, 208, 0);
}
#search > div:nth-child(2) img{
    width: 20px;
    mix-blend-mode: multiply;
    color:  rgb(255, 208, 0);
}
#location{
    display: flex;
    align-items: center;
    height: 50px;
    margin: 5px; 
    border-radius: 3px;
    background-color: rgb(255, 208, 0);
}
#location > p{
    width: 110px;
    margin: 7px;
}
#location > img{
    width: 15px;
    height: 15px;
    margin: 5px;
    margin-left: 10px;
    mix-blend-mode: multiply;
}
a #account{
    display: flex;
    align-items: center;
    height: 50px;
    margin: 5px;
    border-radius: 3px;
    background-color: rgb(255, 208, 0);
    text-decoration: none;
}
a #account >p{
    margin: 10px;
    color: black;
    text-decoration: none;
}
a #account > img{
    width: 15px;
    height: 15px;
    margin: 5px;
    mix-blend-mode: multiply;
}
#cartlogo{
    display: flex;
    align-items: center;
    height: 50px;
    margin: 5px;
    border-radius: 3px;
    background-color: rgb(255, 208, 0);
}
#cartlogo > h2{
    width: 20px;
    margin: 5px;
    margin-right: 20px;
}
#cartlogo >a img{
    width: 25px;
    height: 25px;
    margin-left: 5px;
    mix-blend-mode: multiply;
}

#menu{
    display: flex;
    align-items: center;
}
#menu > div{
    border-right: 1px solid rgb(175, 175, 175);
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0px 20px;
    font-size: 14px;
    text-align: center;
}
#menu > div >a{
    color: black;
    font-size: 14px;
    display: block;
    padding: 14px 0px;
    text-decoration: none;
}
#menu > div:hover{
    background-color: rgb(224, 222, 222);
    cursor: pointer;
}
#sort{
    font-size: 16px;
    margin-left: 220px;
    border-radius: 5px;
    padding: 3px 7px;
    background-color: #fddb41;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 8px;
    border: none;
}
#menu1{
    display: flex;
    align-items: center;
}
#menu1 > img{
    width: 20px;
    height: 20px;
    margin: 5px;
}
#menu >div:nth-child(6){
    color: rgb(196, 3, 3);
    font-weight: bolder;
}
#menu >div:nth-child(7){
    border: none;
}
#menuitem{
    position: relative; 
}

#submenu{
    position: absolute;
    width: 120px;
    text-align: left;
    top: 100%;
    display: none;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    background-color: white;
    z-index: 11;
}
.submenuitem{
    height: 10px;
    padding: 10px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#menuitem:hover #submenu{
    display: block;
}
.submenuitem:hover{
    background-color: rgb(224, 222, 222);
    cursor: pointer;
}


/* ///////////////////////////////////////////////////////////////// */
#product{
    width: 90%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin: auto;
    margin-top: 30px;
}
#product >div{
    background-color: rgb(233, 233, 233);
    padding: 10px 20px;
    clip-path: polygon(10% 0%, 100% 0, 100% 20%, 100% 100%, 80% 100%, 20% 100%, 0 100%, 0% 10%);
    height: 370px;
}
#product > div>img{
    width: 170px;
    display: block;
    margin: auto;
    margin-top: 10px;
    mix-blend-mode: multiply;
}
#product > div>h3:nth-child(2){
    color: red;
    margin-bottom: 5px;
}
#product > div>h3:nth-child(3){
    color: rgb(0, 0, 75);
    margin-top: 5px;
    margin-bottom: 2px;
}
#product > div>p{
    font-size: 15px;
    margin-top: 2px;
}
#product > div>button{
    display: block;
    margin: auto;
    font-size: 15px;
    padding: 7px 17px;
    border: none;
    font-weight: bold;
    border-radius: 7px;
    background-color: rgb(255, 208, 0);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
#product >div > button:hover{
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    background-color: rgb(250, 192, 0);
    cursor: pointer;
}