.product-img {
  height: 200px;
  align-items: center;
  justify-content: center;
  display: flex;
}

.product-img img {
  max-height: 100%;
}

.alert {
  z-index: 1003;
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
}

.bestseller {
  font-size: 0.75rem;
  font-weight: 700;
  background: #ffffff;
  color: #d8ad15;
  border-radius: 100px;
  border: 1px solid #d8ad15;
  text-transform: uppercase;
  padding-left: 6px;
  padding-right: 6px;
  display: inline-block;
}
/*# sourceMappingURL=custom.css.map */

.form-select {
    display: block;
    width: 100%;
    padding: .47rem 1.75rem .47rem .75rem;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}
