
#Allnav{
  overflow: hidden;
  background-color: white;
  position: fixed;
  top: 0;
  width: 100%;
}
.searchbox{
  display: flex;
  /* border: 1px solid; */
  background-color: white;
}
.searchbox>div:nth-child(1){
  width: 30%;
  /* border: 1px solid; */
  cursor: pointer;
}
.searchbox>div:nth-child(2){
  width: 55%;
  /* border: 1px solid; */
}
#search{
  width: 65%;
  height: 40px;
  margin-top: 3%;
}
.searchbox>div:nth-child(3){
  width: 9%;
  /* border: 1px solid; */
  cursor: pointer;
}
.h3{
  margin-top: 1%;
  cursor: pointer;
}
/* ***********nav************bar********* */
#navbar{
  display: flex;
  justify-content: space-around;
  /* border: 1px solid; */
}

a{
  text-decoration: none;
  color: black;
}
/* ****************shipping box*************** */
.shippingbox{
  display: flex;
  justify-content: space-around;
  /* border: 1px solid; */
  background-color: #f2f2f2;
  margin-top: 10%;
}
.shippingbox>div{
  /* border: 1px solid; */
  font-size: 20px;
}
/* *********************************supercharge************** */
.supercharge>div{
 margin-left: 15%;
 border: 1px solid ;
 border-color: #cccccc;
  font-size: 19px;
}
.supercharge{
  background-color: #cccccc;
}

/* *****************sliding ***************** */

.sliding>img{
  width: 100%;
  /* margin-top: 50px; */
  /* height: 500px; */
}
h4{
  margin-left: 45%;
  font-size: 25px;
  font-style: oblique;
  margin-bottom: -5px;
}
h4+p{
  margin-left: 4%;
  font-size: 18px;
}
/* ************************ */
.skin{
  display: flex;

}
.skinproduct{
  border: 1px solid;
  width: 100%;
  display: flex;
}
.skinproduct>div{
  border: 1px solid;
  width: 50%;
}
/* ****************category************* */
.shopbycategory>p{
  margin-left: 45%;
  font-size: 25px;
  font-weight: bold;
}
.category{
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-template-rows: repeat(2,auto);
  gap: 30px;
}
.category>div{
  border: 3px solid black;
  cursor: pointer;
}
.category>div>a>p{
  margin-left: 40%;
}
/* ******************best sellers***************** */
#product{
  height: 300px;
  border: 3px solid black;
}
/* *************category2*********** */
.catehory2{
  margin-top: 50px;
  display: flex;
  gap: 30px;
}
.catehory2>div>img{
  height: 370px;
}
.catehory2>div>div{
  width: 85%;
}
.catehory2>div>div>h5{
  margin-left: 25%;
  font-size: 20px;
  margin-top: 5px;
  margin-bottom: -5px;
}
/* ***************npw trending************* */
.trending>h2{
  margin-left: 44%;
}
.trendingflex{
  display: flex;
  justify-content: space-around;
}

.brand{
  display: grid;
  grid-template-columns: repeat(6,1fr);
  margin-top: 60px;
}
.brand>div>img{
  height: 100px;
  width: 100%;
}
/* *************** */
.dream{
  width: 80%;
  margin: auto;
  text-align: center;
  margin-bottom: 50px;
}
.blog{
  display: flex;
  gap: 30px;
  margin-top: 50px;
  margin-bottom: 80px;
}
.blog>div>p{
  text-align: center;
  font-size: 19px;
}
#blog>h2{
  text-align: center;
}
/* ****************footer****************** */

.mainfooter{
  display: flex;
  /* border: 1px solid; */
  
}
.mainfooter>div{
  width: 60%;
}
.mainfooter>div>a>button{
  padding: 15px 45px;
  border: 1px solid;
  background-color: black;
  color: white;
  cursor: pointer;
}
.social_icon{
  display: flex;
  gap: 20px;
}
.social_icon>div>a>img{
  /* border: 1px solid; */
  height: 50px;
  
}
.line{
  display: grid;
  grid-template-columns: 40% 17% 17% 17%;
  gap: 40px;
  margin-top: 60px;
  
  margin-bottom: 45px;
}
.thg>img{
  width: 100%;
}
.fa-solid fa-magnifying-glass{
  height: px;
  border: 1px solid;
}











/* ************************Skin care************** */

.homeskin{
  display: flex;
  gap: 10px;
  
}
.homeskin>div:nth-child(1)>p{
  color: black;
  font-weight: bold;
}
/* ********** */
.category1{
  display: grid;
  grid-template-columns: repeat(6,1fr);
}
.category1>div>img{
  height: 250px;
}
.sidebar{
  display: grid;
  grid-template-columns: 25% 75%;
  column-gap: 40px;
}
.sidebar>div{
  /* border: 1px solid; */
  
}
.sidebar>div>h3{
  font-weight: bold;
  color: black;
  /* font-size: 20px; */
}

ul {
  list-style-type: square;
  /* color:white; */
  height:px;
  margin: 10px;
  padding: 10px;
  overflow: hidden;
  color: #cccccc;
}
.productpart>div>h3{
  font-size: 25px;
  font-weight: bold;
}
#sort_by{
  display: flex;
  gap: 40px;
  /* border: 1px solid; */
}
#sort_by>div>p{
  font-size: 20px;
}
#select{
  border: 1px solid ;
  width: 250px;
  height: 50px;
  font-size: 20px;
  
}

#container{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  /* border: 1px solid; */
  /* grid-template-rows: repeat(); */
  margin-top: 50px;


  /* **************dropdown************** */

  .dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
  }
  
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  .dropdown-content a:hover {background-color: #f1f1f1}
  
  .dropdown:hover .dropdown-content {
    display: block;
  }
  
  .dropdown:hover .dropbtn {
    background-color: #3e8e41;
  }