
.card{
  height: 100%;
}
a:hover{
  cursor:pointer;
}
/*nav*/

.navbar{
  background-color:#004537;
}
.btn-success{
  background-color: #028066;
  border-color: #028066;
}
.btn-outline-success{
  border-color:#028066;
}
.btn-check:active+.btn-outline-success, .btn-check:checked+.btn-outline-success, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show, .btn-outline-success:active, .btn-outline-success:hover{
  background-color: transparent;
  border-color: #028066;
  color: #333;
}
.accordion-button:not(.collapsed){
  color:#028066;
  background-color: transparent;
}
.accordion-button:focus{
  border-color:#028066;
  box-shadow: none;
}
input::-webkit-clear-button {
  display: none;
}
.form-control:focus-visible{
	box-shadow: none;
}
/*homepage*/
.ind-box-inner{
  width:100%;
  height:100%;
  font: inherit;
  text-decoration: inherit;
  color: #212529;
}
.ind-box-inner:hover{
  color:#028066;
}
.ind-box-inner .card-body{
  padding: 1rem 1rem;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.staff .card{
  background-color:rgb(2 128 102 / 10%);

}

/*account*/

.circle-letter {
  display: inline-block;
  border-radius: 50%;
  background-color: #028066;
  text-align: center;
  line-height: 1;
  padding:.4rem;
  font-size: .9rem;
  font-weight: bold;
  color: #fff;
}

.cart-item-amount{
  border:none;
}
.btn-minus, .btn-plus{
  padding:.375rem 0;
}
#btn-clear-cart{
  text-decoration: underline;
}
hr{
  margin:.5rem 0;
}
.cart-total-box h5, .cart-total-box h4{
  margin-bottom:.5rem;
}
.cart-total-box p{
  margin-bottom:.5rem;
}
#flush-collapseOne{
  max-height: 350px;
  overflow-y: scroll;
}
#flush-collapseOne .accordion-body{
  padding: 1rem 0;
}
.shopping-cart{
  min-height: 356.63px;
}
/*products*/

.item-cost{
  font-size:1.2rem;
  font-weight: bold;
}

#account .card{
  height: auto;
}
#modal-products .card{
  height:175px;
	cursor: pointer;
}
#modal-products .card-body{
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}
.accordion-button{
  border: thin solid #028066;
  padding:.5rem 1rem;
}
.card-body .card-body-overlay{
  width: 100%;
  height: 100%;

}
.product-info{
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
#product-group .product-info .card-title{
  margin-bottom:.75rem;
  line-height: 1;
}
#product-group .product-info p{
  margin-bottom:.5rem;
  line-height: 1;
}
.btn-add-product{
  align-self: flex-end;
}

.error { 
color:red;}

.in-cart .card{
  background-color: rgb(2 128 102 / 10%);
}