* {
  margin: 0;
  padding: 0;
}
#main{
  max-width: 100%;
  height: 100px;
  background-color:#cc0000 ;
  display: flex;
  padding: 10px;
 
}
#main>div{
  margin-top: 20px;
  margin-left: 20px;
}


.logo{
color: #fff;
}
#main>div>a{
  color: #fff;
  font-size: 25px;
  text-decoration: none;
}
#main>div>a:hover{

  text-decoration: underline;
}
/* #search_bar{
  width: 300px;
  height: 50px;
} */
#search_div{
  display: flex;
}

#search_div>input{
  padding: 5px;
  width: 500px;
  height: 50px;
  border-radius: 10px;
}
#search-logo{
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;
  
}
#signInlogo{
  margin-left: 20px;
  margin-right: 20px;
}
#cartlogo{
  display: flex;
  color: #fff;
}
.navbar-1{
  
  width: 100%;
  border: 1px solid black;
  display: flex;
}
.registry-1{
  width:50%;
  border: 1px solid black;
  padding-top: 10px;
}
.registry {
width: 50%;
border: 1px solid black;
display: flex;


}
.registry a{
  font-size:15px;
  
      text-decoration: none;
      color: rgb(102, 102, 102);
      margin: 10px;
      
}
#heart{
  height: 16px;
  margin-top: 10px;
}
/* navbar end here */
/* products page start here */
.container {
  width: 90%;
  
  /* border: 1px solid black; */

  margin: auto;
}
.adultPack {
  text-align: center;
  font-size: 20px;
  font-family: "Targetica", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 22.856px;
  color: #333333;
  margin: 10px;
}
.page_navigator {
  text-align: center;
  padding: 5px;
  font-size: 14px;
  line-height: 20px;
  color: grey;
  font-family: "Targetica", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.shop_byCategory {
  text-align: center;
  font-family: Targetica, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  letter-spacing: normal;
  margin: 10px;
}
.shop-1 {
  width: 80%;
  /* border: 1px solid black; */
  margin: auto;
  display: flex;
}
.image {
  width: 30%;
  margin: auto;
  /* border: 1px solid black; */
}
.image img {
  width: 150px;
  height: 150px;
  margin-left: 20px;
}
.image > a {
  text-decoration: none;
  font-family: Targetica, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;

  text-align: center;
  letter-spacing: normal;
  color: #333333;
}


.shop_topBrand {
  text-align: center;
  font-family: Targetica, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  letter-spacing: normal;
  margin: 10px;
  font-weight: 700;
}
.topbrand {
  width: 100%;
  display: flex;
  margin: auto;
  /* border: 1px solid black; */
}
.image-1 {
  width: 10%;
 

  margin: auto;
  /* border: 1px solid black; */
}
.image-1 img {
  width: 130px;
  height: 130px;
}
.image-1 >a {
  text-decoration: none;
  font-family: Targetica, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;

  text-align: center;
  letter-spacing: normal;
  color: #333333;
}

.new_arrivals{
 
margin-top: 40px;

}
 
   #mySelect {
    float: right;
    border: 1px solid black;
    color: #12284c;
    cursor: pointer;
    font-size: 12px;
    font-family: Montserrat Light, sans-serif;
    height: 25px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    letter-spacing: 0.2px;
    line-height: 40px;
    padding: 0 10px;
    width: 150px;
    margin: 5px;
    border-radius: 5px;

    
  }
  .Pick{
      height: 50px;
      width: 250px;
     
      border-radius:  5px;
      background-color:#E0E0E0;
      font-family: "Targetica", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 16px;
      text-align: start;
      padding-top: 20px;
      padding-left: 10px;
      margin: 5px;
  }
  .delivery_pickup{
      height: 100px;
      width: 250px;
      /* border:1px solid black; */
      font-size: 15px;
      font-family:
      "Helvetica for Target", HelveticaForTarget, Targetica, "HelveticaNeue for Target", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  input.checkbox{
      margin-left: 10px;
      margin-top: 10px;
      
      height: 20px;
      width: 20px;
  }

  
 .line{ /* yeh left side me filters ke niche ki line hai     */
    width: 260px;
    height: 1px;
    background-color:black;
}

/* yaha mere main product ki block hai */
.product-detail{
  width: 100%;
 
 display: flex;
  margin: auto;
}
.left_select{
  width: 30%;
 
}
#items{
  width:75%;
 
 margin:20px auto;
  display: grid;
  grid-template-columns: 33% 33% 33%;
  
}
.product-info{
  /* width: 32%; */
 
  border-right: 3px solid gray;
  
}


.Product-image{
  position: relative;
  height: 350px;
  width: 100%;
  margin: 20px;
  color: azure;
 
 margin: auto;
  
}
.Product-image img{
  position: absolute;
  height: 300px;
  width: 100%;
  
  
 border-bottom:3px solid gray;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition:  0.5s ease-in-out;
  -o-transition:  0.5s ease-in-out;
  transition:  0.5s ease-in-out;
  

}
.Product-image img.img-back:hover{
  opacity: 0;
  cursor: pointer;

}
.product-particulars{
  text-align: left;
  width: 90%;
 
  margin: auto;
  /* display: flex; */

}
 .Product_name{
  
font-family: Targetica, "Helvetica Neue", Helvetica, Arial, sans-serif;
margin: 0;
}
.product-particulars h6{
  font-family: Targetica, "Helvetica Neue", Helvet;
  font-size: 12px;
 
}
.product-particulars p{
  width: 90%;

  margin-top:30px;
  font-size: 16px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  
}
.wishlist{
  height: 15px;
  margin-left: 15px;
  
}
 .cart-button{
  background-color:#cc0000;
  text-decoration: none;
  color:white;
  font-family: Arial, Helvetica, sans-serif;
  display: inline-block;
  margin-top:15px;
  padding: 10px 30px;
  border-radius:5px;
  
}
