
  .season-text {
    font-weight: bold;
    text-align: center;
  }


  .sidebar {
    align-items: flex-end;
  }

.nav-link {
    font-weight: bold;
}

.sidebar label {
  display: block;

}

.footer {
background-color: rgb(208, 237, 211);
}



.sidebar label[for="price-range"],
.sidebar label[for="gender"],
.sidebar label[for="color"],
.sidebar label[for="season"]    {
font-weight: bold;
}

.fa-star.checked {
  color: #FFD700;
}

.color-options {
  display: flex;
}

.color-option {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  border: 1px solid #ccc;
  display: inline-block;
}

.button-container {
  display: flex;
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
  margin-top: 20px; 
}

.foto{
  background-color: rgb(208, 237, 211);
  padding-top: 10px;
  
}

.carousel-item .col-md-4 img {
  margin: 10px; /* Adjust the margin value as needed */
}


.card-body {
  text-align: center; /* Center align text within cards */
}

.navbar{
  background-color: rgb(208, 237, 211);
}

.navbar-nav {
  margin-left: 190px;
}

.carousel-caption h5 {
  color: black; /* Change the color to black */
}

.quantity-input {
  display: flex;
  align-items: center;
}

.minus-btn {
  margin-right: 5px;
}

.plus-btn {
  margin-left: 5px;
}

.season-text {
  color: black; /* Set the text color to black */
  text-decoration: none; /* Remove underline from the text */
  cursor: pointer; /* Change cursor to pointer on hover */
}

.btn{
  background-color: rgb(208, 237, 211);
  color: black;
}




