.shopify-buy__btn {
  color: black;
  font-size: 16px;
  background: #F4B41D;
  padding: 10px 0px;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  border-color: #000000;
  cursor: pointer;
  transition: all 200ms ease;
  max-width: 100%;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 20px;
  -moz-appearance: none;
  -webkit-appearance: none; }
  .btn:hover {
    background: #DDA219; }

.shopify-buy__btn {
  font-family: 'L5', sans-serif;
  font-weight: bold;
  font-size:18px;
  width: 210px;
  height: 52px;
  margin-left: 0px;
  border-width: 0px;
}

.shopify-buy__select-icon {display: none;}
.shopify-buy__option-select__label{display: none;}

.shopify-buy__option-select {
  width:210px;
  margin-left: 10px;
  margin-bottom: 17px;
}
/* .shopify-buy-frame--product {
  display: grid;
  grid-template-columns: auto auto;
  justify-items: right;
  justify-content: right;
} */
