
.product-nav-container{
    font-size: 0.85rem;
    margin-top: 1rem;
    margin-bottom: 2rem;

    /* position: sticky; */
    top: 0;
    overflow: hidden;
    background-color: white;
    padding-top: 1rem;
    padding-bottom: 1rem;
    z-index: 3;
    border-top: 1px lightgrey solid;
    border-bottom: 1px lightgrey solid;
}

.nav-pills{
  border-top: solid 1px lightgrey;
  border-bottom: solid 1px lightgrey;
  padding-top: 0.75rem;
  padding-bottom: 1rem;
  margin-top: 0.75rem;
}

.nav-link{
  color: black;
}

.nav-link:hover{
  color: black;
}

.nav-link.active{
  background-color: #6c757d !important;
}

.nav-link.active:hover{
  text-decoration: none;
}

.nav-item button{
  margin-top: 0.5rem;
}


.product-nav-container a{
    /* color: black; */
}

.product-box img{
  max-height: 208px !important;
}

.product-box{
  margin-top: 1.25rem;
  padding-bottom: 1.5rem;
  text-align: center;
  /* border: solid lightgrey 1px; */
}

.product-box:hover{
}

.product-box p{
  margin-top: 0.5rem;
}

.product-box a{
  /* color: #0d6efd; */
  color: black;
  text-decoration: none;
}

.btn-dark:hover{
  color: white;
  background-color:;
}

/* nudge the product name down */
.product-name {
  margin-top: 1rem;
  /* padding-bottom: 5rem; */
  /* padding-bottom: 0.08rem; */
  /* background-color: skyblue;
  opacity: 0.5; */
  /* color: red; */
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  text-decoration: underline;
}

.product-name a{
  /* line-height: 1.5rem !important; */

}

a .btn-outline-dark:hover{
  color: white;
}

.gallery-price{
    margin-top: 0.25rem;
}

.preview-text p{
  opacity: 0.8;
  font-size: 0.9rem;
  text-align: center;
  line-height: 1.25rem;
  text-decoration: none;
  margin-top: 0.25rem;
  /* text-justify: auto; */
  /* margin-top: 0.54rem;
  padding-bottom: 0.46rem; */
  /* background-color: lavender; */
}

.preview-text:hover{
  cursor: pointer;
}


/* bottle image on a product page */

.product-header{
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.product-selection{
  margin-top: 1rem;
  margin-bottom: 2.5rem;
}


.see-more-btn{
  font-family: 'Lato', sans-serif;
  display: inline-block;
  font-weight: 400;
  line-height: 1.5rem;
  color: black;
  background-color: white;
  border-color: #0B205F;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  justify-content: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid black;
  padding: .25rem 1.5rem;
  font-size: 1rem;
  letter-spacing: 0.0125rem;
  border-radius: 0.25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}


.see-more-btn:hover{
  color: white !important;
  background-color: black;
  text-decoration: none;
}
