
.visuallyhidden {
  display: none;
}

/* product */

.shopify-buy__btn {
  background-color: #e04005;
  border: none;
  padding: 10px 16px 10px 16px;
  font-weight: bold;
  font-family: "Domine", serif;
  color: #fff;
  margin: 5px 0 12px 0;
}

.shopify-buy__btn:hover {
  background-color: #e0501b;
  cursor: pointer;
}

.shopify-buy__option-select__select {
    font-size: 100%;
    padding: 4px;
    width: 100%;
    border: 0;
    background: transparent;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
	font-family: "Domine", serif;
  text-align:center;

}

.shopify-buy__option-select-wrapper {
    border: 1px solid #e04005;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    max-width: 150px;
    background: #fff;
    overflow: hidden;
    text-align:center;
    left: 50%;
    transform: translateX(-50%);
}

.shopify-buy__option-select-wrapper:hover {
    border-color: #e0501b;
}

.shopify-buy__select-icon {
    cursor: pointer;
    display: block;
    fill: #585858;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -6px;
    pointer-events: none;
    width: 12px;
    height: 12px;
}

/* toggle */

.shopify-buy__cart-toggle {
  background-color: #e04005;
  cursor: pointer;
  width: 40px;
  color: #fff;
  padding: 12px 2px 12px 2px;
  text-align: center;
  font-family: "Domine", serif;
}

.shopify-buy__cart-toggle:hover {
  background-color: #e0501b;
}

.shopify-buy__cart-toggle svg {
  fill: #fff;
  width: 24px;
  }

.shopify-buy--visually-hidden {
  display: none;
}

.shopify-buy__cart-toggle__count {
  margin-bottom: 8px;
  font-weight: bold;
}