/*
 Theme Name:   Abelle Child Theme
 Theme URI:    https://abelle.themerex.net
 Description:  Abelle Child Theme
 Author:       ThemeREX
 Author URI:   https://themerex.net/
 Template:     abelle
 Version:      1.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  abelle
*/

/* =Theme customization starts here
------------------------------------------------------------ */
/**Single product add to cart form**/
.single-product div.product form.cart .quantity {
  float: none !important;
  margin: 0 !important;
  display: inline-block;
  height: 55px !important;
}

.single-product div.product form.cart .custom-quantity-button {
  padding: 15px;
  height: 55px;
}
.single_product_bottom_bar_sticky div.quantity input[type="number"],
.woocommerce div.product form.cart div.quantity input[type="number"] {
  text-align: center;
  padding: 0 30px 0 30px;
}
.woocommerce div.product form.cart div.quantity span {
  display: none;
}

.single_add_to_cart_button {
  justify-content: center;
}

.woocommerce-page div.product form.cart {
  display: flex;
  flex-wrap: wrap;
}

.woocommerce div.product form.cart .single_add_to_cart_button,
.tinv-wishlist {
  margin-top: 15px;
}

.quantity-container {
  display: flex;
}
.product-add-to-cart-form {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .single_product_bottom_bar_sticky div.quantity input[type="number"],
  .woocommerce div.product form.cart div.quantity input[type="number"] {
    text-align: center;
    padding: 0 30px 0 30px !important;
  }
  .single-product div.product form.cart .custom-quantity-button {
    padding: 15px;
    height: 55px !important;
  }
  .single-product div.product form.cart .quantity {
    height: 55px !important;
  }
}
/**Single product add to cart form end**/

/**Stripe checkout**/
.woocommerce-checkout #payment div.form-row {
  padding: 0;
  display: block;
  width: 100%;
}
.wc-stripe-elements-field,
.wc-stripe-iban-element-field {
  background-color: transparent;
}
.wc-stripe-elements-field {
  border-color: #423433;
}
.ElementsApp,
.ElementsApp .InputElement {
  color: white !important;
}
.CardNumberField-input-wrapper {
  color: #fff !important;
}
.wc-stripe-elements-field {
  color: #fff !important;
}
#stripe-card-element {
  color: #fff !important;
}
/**Checkout**/
.woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox {
  padding-left: 0px;
}

/**Login form**/
#post-2334 .post_content .woocommerce h2 {
  text-align: center;
  position: relative;
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
#post-2334 .post_content .woocommerce .paragraph {
  text-align: center;
}
#post-2334 .post_content .woocommerce h2:before,
#post-2334 .post_content .woocommerce h2:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 25%;
  height: 1px;
  background: #fff;
}

#post-2334 .post_content .woocommerce h2:before {
  left: -20px;
}

#post-2334 .post_content .woocommerce h2:after {
  right: -20px;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  justify-content: center;
  font-size: 30px;
  width: 100%;
}
/**Register**/
.custom-registration .woocommerce-form p input[type="email"] {
  width: 100%;
}
.custom-registration h2 {
  text-align: center;
  position: relative;
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
.custom-registration h2:before,
.custom-registration h2:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 25%;
  height: 1px;
  background: #fff;
}

.custom-registration h2:before {
  left: -20px;
}

.custom-registration h2:after {
  right: -20px;
}

.custom-registration
  .woocommerce-form-register
  .woocommerce-form-register__submit {
  justify-content: center;
  font-size: 30px;
  width: 100%;
}
.custom-registration .woocommerce-form-register .required {
  color: #ff5b4a !important;
}
/**Pricing**/
.pricing-get-now .sc_price_item.sc_price_active.sc_price_item_simple_shadow {
  box-shadow: 0px 5px 16px 0px #e6c068 !important;
  border-radius: 6px !important;
  height: 100%;
}
.test-class {
  font-size: 15px;
}
/**Product page variable product **/
.woocommerce button.button.disabled {
  background-color: #e6c068!important;
}
.woocommerce-variation-add-to-cart {
  display: flex;
  flex-direction: column;
}
.woocommerce-page div.product form.variations_form.cart {
  display: block;
}

.woocommerce div.product .woocommerce-tabs #tab-description h2 {
	display: block!important;
}
