.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  /*background-color: #f9f9f9;*/
  min-width: 160px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover a {
  color: rgba(47, 23, 15, 0.9);
}

.store-header {
  background-color: rgba(255, 255, 255, 0.85);
}

.custom-select {
  position: relative;
  font-family: Arial;
}

.custom-select select {
  display: none;
  /*hide original SELECT element:*/
}

.select-selected {
  background-color: DodgerBlue;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div, .select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: DodgerBlue;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

p.card-text {
  background-color: lavender;
  width: 100%;
  min-height: 100%;
  line-height: 1.25;
}

.card-body {
  background-color: white;
  border-style: solid;
  border-width: medium;
  border-color: lightgray;
  padding: 0;
  text-align: center;
}

.card-header {
  padding: 0.5rem;
  font-size: smaller;
  vertical-align: baseline;
  text-transform: uppercase;
  background-color: white;
  border: none;
  min-height: 3em;
  line-height: 1.5em;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.card {
  min-height: 100%;
}

.mar-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.rating {
  position: absolute;
  right: 10px;
  font-size: 16px;
  top: 10px;
  float: right;
  font-size: smaller;
}

div.product {
  cursor: pointer;
  border: 0px;
}

img.ad-img {
  border: solid;
  border-bottom: none;
  border-color: lightgray;
  min-height: 250px;
}

.modal.loading::before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  /* Adjust opacity as needed */
  z-index: 1050;
  /* Adjust based on modal's z-index */
  cursor: wait;
}

.modal.loading * {
  pointer-events: none;
}

.suggestion {
  font-weight: bold;
}

.my_shop_label {
  color: #555d66;
}

/*# sourceMappingURL=owner.css.map */
