.breadcrumb-item a {
    color: rgb(68, 68, 68);
    transition: color 1s;
    font-size: 13px;
  }
a:hover {
    color: red;
  }
  .input-group span {
  cursor: pointer;
}
  .nav-tabs .nav-link.active
{
  border-radius: 8px;
  border-width: 5px;
  box-shadow: 0px 20px 15px 0px #cff2fb87 inset;
  border-top-color: #77c043;
  background-color: #ffffff;
  color: #77c043;
  border-bottom-color: #fff;
  border-left: none;
  border-right: none;
}
.nav-link
{
  border-left: none;
  border-right: none;
  color: black;
}
.nav-tabs .nav-link:hover
{
border-radius: 8px;
border-width: 5px;
box-shadow: 0px 20px 15px 0px #cff2fb87 inset;
border-top-color: #77c043;
color: #77c043;
border-bottom-color: #fff;
border-left: none;
border-right: none;

}
.thumbnail_images ul {
  list-style: none;
  justify-content: center;
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.input-group
{
  width: 16%;
}
.buy-product-section
{
  flex-direction: row;
}
@media screen and (max-width: 800px) {
  .input-group
{
  height: fit-content;
  width: 36%;
}

}
@media screen and (max-width: 470px) {
  .input-group
{
  width: 100%;
}
.buy-product-section
{
  flex-direction: column;
}
}
.card-product {
  border: 0px;
}
.img-product:hover {
  transform: scale(1.05, 1.05);
}
.img-product {
  transition: transform 0.5s;
}
.card-product:hover {
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}
.form-select
{
	width:auto;
}
.carousel-item {
  height: 94vh;
  min-height: 300px;
}
.carousel-indicators [data-bs-target] {
  width: unset;
  height: unset;
}
.carousel-indicators {
  position: unset;
  flex-direction: column;
}
#thumbnail li img{
	cursor:pointer !important;
}
.carousel-control-prev-icon,.carousel-control-next-icon
{
	background-color: #97e60c;
}