.bid-menu a {
  font-size: 1.1rem;
  padding-left: 50px;
  padding-right: 50px;
  color: #B6D8C7;
  font-weight: 500;
}

.bid-menu {
  padding-bottom: 30px;
}

h3.product-title {
  font-size: 1rem;
  font-weight: normal;
}

.product-date{
  color:#999;
  font-size: .9rem;
}


#bid-info {
  height: 100%; /* 100% Full-height */
  width: 25%; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  right: 0;
  background-color: #fff; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 100px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
  white-space: nowrap;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  border-top-left-radius : 40px;
  border-bottom-left-radius : 40px;
}


.home{
  background-image: url("../img/bg-product.png");
  background-repeat:no-repeat;
  background-size: cover;
  background-position: center;
}


#content-info {
  height: 100%; /* 100% Full-height */
  width: 30%; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #fff; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 50px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
  /* white-space: nowrap; */
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  border-top-right-radius : 40px;
  border-bottom-right-radius : 40px;
}