
.hero{
  width: 100%;
  margin-top: 20px;
}
.row1{
  width: 90%;
  height: 100vh;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.col1{
  flex-basis: 45%;

}
.slider{
  height:80vh;
  display: flex;
}
.product1 img{
 height: 19vh;
 margin-bottom: 9px;
 cursor: pointer;
 box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); 

}
.product1 img{
  background-color: #fff;
  border-radius: 10px;
  border: 2px solid #c09366;
  
}
.preview1 img{
  height: 100%;
  background-color: #c0c0c0;
  border-radius: 10px;
  /* box-shadow: 0px 0px 10px #c09366; */
  border: 2px solid #c09366;
}
.content i{
    color: #c09366;
}
.content span{
    font-size: 17px;
}
.product .product-details{
  text-align: center;
}


