@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,600;0,700;0,800;1,400;1,600;1,700;1,800&display=swap');
*{
    margin: 0%;
    padding: 0%;
    font-family: 'Montserrat', sans-serif;
}
#bestseller{
    box-sizing: border-box;
    /* border: 1px solid red; */
    font-size: x-large;
    padding: 30px 0;
    background-image: url('https://cdn.shopify.com/s/files/1/0054/6665/2718/files/1_1_ecef2245-1d82-431e-b32d-5d704e1e620d.jpg?v=1606463237');
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    overflow: hidden;
    margin-bottom: 50px;
    margin-top: 70px;
}
#bestseller>p{
    padding-left: 32px;
}
#bestseller>div{
    display: flex;
    justify-content: center;
margin-top: 15px;
}

#bestseller>div img{
    width: 95%;
}
.navigator{
    margin-left: 35px;
    font-weight: 600;
    font-size: small;
}
.navigator+div{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 20px;
}
.navigator a{
    text-decoration: none;
    color: inherit;
    font-weight: 500;
}
#filter{
    display: flex;
    justify-content: right;
    align-items: center;
    height: fit-content;
    padding-right: 30px;
    gap: 10px;
 /* border: 1px solid red; */
}
#filter>span{
    font-weight: 500;
    font-size: 14px;
}
 #filter>select{
    height: 35px;
    border-radius: 0%;
    outline: none;
    font-weight: 600;
    font-size: 15px;
}
select option{
    font-weight: 600;
} 
#refine{
    font-weight: 600;
    font-size: 14px;
}
#refine img{
    width: 25px;
    margin-left: 35px;
    margin-right: 10px;
}

#bellacash{
    width: 150px;
    height: 60px;
    background-color: #ffc400;
    border-radius: 50px;
    position: fixed;
    bottom: 20px;
    left: 10px;
    z-index: 100;
    padding-top: 13px;
    font-size: 15px;
    font-weight: 600;
}
#bellacash img{
   margin-left: 20px;
   margin-right: 7px;
  
}
#whatsapp{
    width: 60px;
    height: 60px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 50%;
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;

}
#whatsapp img{
    width: 70%;
}




/* ==============================search================== */



/* nav{
    text-align: right;
    padding-right: 50px;
    margin-top: 100px;
} */
#searchbar{
    border: 2px solid black;
    width: fit-content;
    padding-right: 10px;
    height: 35px;
    background-color: white;
   position: absolute;
   /* top: 50; */
   margin-top: 25px;
   right: 30px;
   display: none;
}
#searchbar input{
  border: none;
  outline: none;
  width: 300px;
  margin-right: 10px;
  height: 100%;
  /* border: 1px solid red; */
}
#icon-search{
    font-size: x-large;
}