.c-product p {
  margin-bottom: 0;
}
.c-product__wrapper {
  background: #f7f7f7;
  padding: 135px 0 0;
}
.c-product__forms {
  margin: -117px 0 0;
  position: relative;
}
.c-product__forms .product_totals {
  display: none;
}
.c-product .gform_page_footer {
  display: none;
}
.c-product .layout_product_extras {
  display: none;
}
.c-product.step-1 .layout_product_extras {
  display: block;
}
.c-product.step-1 .gform_page {
  display: none;
}
.c-product.c-product-alt.step-1 .gform_page {
  display: block;
}
.c-product.c-product-alt .gform_page_footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 60px;
}
.c-product__buttons {
  margin: 0 0 70px;
}
@media (max-width: 767.98px) {
  .c-product__buttons {
    display: none;
  }
}
.c-product .is-loading {
  position: relative;
}
.c-product .is-loading:before {
  content: " ";
  width: 64px;
  height: 64px;
  background: url("/wp-content/themes/caramoon/img/loader.gif") no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 150px;
  transform: translateX(-50%);
  display: inline-block;
  transition: 0.3s all;
}
.c-product .is-loading form {
  opacity: 0;
}
.c-product__buttons-xs {
  display: none;
}
@media (max-width: 767.98px) {
  .c-product__buttons-xs {
    display: block;
  }
}
.c-product__buttons-xs .c-product-buttons {
  flex-direction: column-reverse;
  gap: 20px;
  margin: 0 0 55px;
}

.wc-quantity-input,
.single_add_to_cart_button {
  display: none !important;
}

.c-product-alt-buy .wc-quantity-input,
.c-product-alt-buy .single_add_to_cart_button {
  display: flex !important;
  position: absolute;
  bottom: 0;
  right: 0;
}