/* Product page — Subscription + Add to cart + Fast checkout (equal full-width buttons) */
.ie-product-buy {
  clear: both;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}

.ie-product-buy .btn-lg.btn-block,
.ie-product-buy .ie-btn-subscription,
.ie-product-buy #button-cart.ie-btn-add-cart,
.ie-product-buy #button-fast-checkout.ie-btn-fast-checkout {
  display: block !important;
  width: 100% !important;
  float: none !important;
  margin: 0 0 10px !important;
  padding: 12px 16px !important;
  min-height: 48px !important;
  height: auto !important;
  line-height: 24px !important;
  font: 500 14px/24px "Poppins", Helvetica, sans-serif !important;
  border-radius: 4px !important;
  text-align: center !important;
  text-transform: capitalize !important;
  box-sizing: border-box !important;
  position: relative !important;
}

.ie-product-buy #button-cart.ie-btn-add-cart::before {
  display: none !important;
  content: none !important;
}

.ie-btn-subscription {
  background: #111 !important;
  background-image: none !important;
  border: none !important;
  box-shadow: none !important;
  color: #fff !important;
  text-decoration: none !important;
}

.ie-btn-subscription:hover,
.ie-btn-subscription:focus {
  background: #000 !important;
  color: #fff !important;
  text-decoration: none !important;
}

.ie-btn-subscription .fa-paypal {
  font-size: 15px;
  margin-left: 6px;
}

.ie-product-buy .ie-btn-add-cart {
  margin-bottom: 10px;
}

#button-fast-checkout.ie-btn-fast-checkout {
  background: #fff !important;
  background-image: none !important;
  border: 1px solid #f12a43 !important;
  box-shadow: none !important;
  color: #f12a43 !important;
  cursor: pointer;
  margin-bottom: 0;
}

#button-fast-checkout.ie-btn-fast-checkout::before,
#button-fast-checkout.ie-btn-fast-checkout::after {
  content: none !important;
  display: none !important;
}

.ie-btn-fast-checkout .fa-bolt {
  color: #f12a43 !important;
  margin-right: 6px;
}

.ie-btn-fast-checkout:hover,
.ie-btn-fast-checkout:focus {
  background: #f12a43 !important;
  border-color: #f12a43 !important;
  color: #fff !important;
}

.ie-btn-fast-checkout:hover .fa-bolt,
.ie-btn-fast-checkout:focus .fa-bolt {
  color: #fff !important;
}

.ie-btn-fast-checkout:disabled {
  opacity: 0.75;
}

.ie-product-buy .ie-fast-checkout-note {
  clear: both;
  color: #888;
  font-size: 11px;
  line-height: 1.45;
  margin: 8px 0 0;
  text-align: center;
}

.ie-product-buy .ie-fast-checkout-note a {
  color: #666;
  text-decoration: underline;
}

.ie-product-buy .ie-fast-checkout-note a:hover {
  color: #f12a43;
}

.ie-fast-checkout-cart-hint {
  background: #fff8e6;
  border: 1px solid #f0d78c;
  border-radius: 6px;
  color: #5c4a12;
  font-size: 11px;
  line-height: 1.5;
  padding: 8px 10px;
  text-align: left;
}

.ie-fast-checkout-cart-hint a {
  color: #5c4a12;
  font-weight: 600;
}

/* Hide qty row for digital downloads */
.ie-product-buy label[for="input-quantity"],
.ie-product-buy #input-quantity[type="text"] {
  display: none !important;
}
