.Select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  appearance: none;
  padding: 0 40px 0 20px;
  line-height: 5rem;
  min-height: 46px;
  /* height: 100%; */
  width: 100%;
  border-color: #212121;
  border-radius: 4px;
  font-size: 14px;
  border-radius: 0px;
}
.SelectWrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
}

/* .SelectWrapper::after {
  position: absolute;
  top: 15px;
  right: 20px;
  content: "\F0D7";
  font-family: 'FontAwesome';
  font-size: 20px;
  color: var(--color, #212121);
  pointer-events: none;
} */
/* .SelectWrapper.BlackTriangle::after {
  position: absolute;
  top: 15px;
  right: 20px;
  content: "\F0D7";
  font-family: 'FontAwesome';
  font-size: 20px;
  color: #434343;
  pointer-events: none;
} */

.Select.gray {
  border-color: #E2DFD8;
}

.SelectWrapper .icon {
  position: absolute;
  justify-self: center;
  align-self: center;
  width: 14px;
  left: 20px;
  top: 15px;
}
.SelectDownArrow {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0px, -50%);
  pointer-events: none;
}
.cart-order-method-svg-wrapper {
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translate(0px, -50%);
  pointer-events: none;
  margin-top: -3px;
}    
.cart-order-time-svg-wrapper {
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translate(0px, -50%);
  pointer-events: none;
  margin-top: -3px;
}