.appstle_sub_widget,
.ab-bogo-choose-gety-product,
.ab-bogo-select-blank-content {
  display: none !important;
}
.product__title h1 {
  font-size: 20px !important;
}
.product-form__input .form__label,
.product-form__input label {
  font-size: 16px;
}
.product-form__input label {
  border: 1px solid #000 !important;
  background: #fff !important;
  color: #000 !important;
}
.product-form__input input[type="radio"]:checked + label {
  box-shadow: 0 0 0 1px
}
.ab-bogo-add-to-cart {
  background: #ff8802 !important;
}

variant-radios {
  width: 100%;
  display: flex !important;
  justify-content: center;
  padding-top: 22px;
  border-top: 1px solid #575757;
}

.product-form__input .form__label {
  margin: auto;
}

.product-form__input {
  display: flex;
  flex-direction: column;
  max-width: unset !important;
}

.ab-bogo-discount-wrapper {
  max-width: unset !important;
}

.elife-price-wrapper {
  display: flex;
    flex-direction: column;
    align-items: center;
}

shopify-accelerated-checkout [slot="button"] button {
   background: #ff8802 !important;
}

shopify-accelerated-checkout [slot="button"] :after, :before {
   box-shadow: none;
}

button.shopify-payment-button__button.shopify-payment-button__button--unbranded:hover {
  background-color: #e48111 !important;

  &:after, &:before {
    box-shadow: none;
  }
}

@media screen and (min-width: 7y50px) {
  .product__title h1 {
    font-size: 24px !important;
  }
}
