input.searchbox{
  background-color: transparent !important;
}

.product-card {
  border-radius: 4px;
  padding: 0;
}


.product-card .card-body{
  font-size: 0.75rem;
  padding: 10px;
}

.product-listing{
  height: 80vh !important;
  overflow-y: scroll;
  overflow-x: hidden;

}

.strikethrough {
  text-decoration: line-through;
  color: red;
}

.pos-product-price{
  font-weight: 600;
}

button.btn-edit-product{
  font-size: 0.7rem !important;
  border-radius: 0;
  overflow: hidden;
}

button.btn-edit-product:hover {
  background-color: #301d2f;
  color: #ffffff;
}

.selected-product-list{
  height: 45vh;
  overflow-y: scroll;
  margin-bottom: 10px;
}

.cart-item {
  width: 100%;
  padding: 2px 0 !important;
}
.products-section{
  margin-top: 70px !important;
}

.bill-section{
  background-color: #ffffff !important;
  padding-top: 70px;
  height: 100vh;
}

.bg-none{
  background-color: transparent;
  border-style: none;
  box-shadow: none;
}

.bg-none:hover {
  border-style: none;
  box-shadow: none;
}

.bg-none .card-body{
  padding: 10px 10px;
}

.delete-item-btn {
  font-size: 10px;
  background: none;
  border: none;
  color: #591313;
  float: right;
  padding: 0;
  padding-left: 10px;
  cursor: pointer;
}

.service-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.service-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 2px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}

.service-name {
  flex: 1;
  font-weight: 600;
  font-size: 0.7rem;
}

.service-price {
  margin-right: 2px;
  font-size: 0.7rem;
  font-weight: 600;
  white-space: nowrap;
  color: #306f3b;
}

.service-remove {
  background: none;
  border: none;
  color: #dc3545;
  font-size: 0.75rem;
  cursor: pointer;
}

.totals-box {
  font-size: 14px;
  line-height: 1.5;
}

.payment-options{
  box-shadow: 0 -4px 6px -2px rgba(0, 0, 0, 0.1);
    /* x-offset, y-offset, blur, spread, color */
}
