/*!***************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./src/scss/main.scss ***!
  \***************************************************************************************************************************************************************************************************************/
.single-product #inner-wrap {
  background-image: linear-gradient(0deg, var(--global-palette9) 80%, rgb(247, 247, 247) 100%);
}
.single-product .content-container.site-container {
  padding: 64px 30px 80px 30px;
}
@media (min-width: 768px) {
  .single-product .content-container.site-container {
    padding: 80px 30px 104px 30px;
  }
}
@media (min-width: 1025px) {
  .single-product .content-container.site-container {
    padding: 104px 30px 128px 30px;
  }
}
.single-product .woocommerce-product-gallery {
  display: none;
}
.single-product h1.product_title {
  margin-bottom: 32px;
}
.single-product .summary {
  width: 100% !important;
  margin: 0;
  float: none !important;
}
.single-product .gform_wrapper .gf_progressbar_wrapper {
  margin-bottom: 32px;
}
.single-product .gform_wrapper .gform-page-footer {
  margin-top: 40px;
}
.single-product .gform_wrapper .step-msg {
  border-bottom: none;
}
.single-product .gform_wrapper .gform-page-footer .gform_next_button,
.single-product .gform_wrapper .gform-page-footer .gform_previous_button {
  min-width: 120px !important;
  padding: 14px 25px !important;
  font-family: Outfit, sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  border-radius: 100px !important;
  box-shadow: none !important;
}
.single-product .gform_wrapper .gform-page-footer .gform_next_button {
  background: var(--global-palette-btn-bg) !important;
}
.single-product .gform_wrapper .gform-page-footer .gform_next_button:hover {
  background: var(--global-palette-btn-bg-hover) !important;
}
.single-product .gform_wrapper .gform-page-footer .gform_previous_button:hover {
  color: #fff !important;
  background: #373a3a !important;
}
.single-product .gform_wrapper .gform-page-footer .gform_next_button:focus,
.single-product .gform_wrapper .gform-page-footer .gform_previous_button:focus {
  outline: none !important;
}
.single-product .gform_wrapper .gf_progressbar_title {
  font-size: 15px;
  color: #1A1A1A;
}
.single-product .gform_wrapper .product_totals {
  margin-top: 64px;
}
.single-product .gform_wrapper .product_totals .wcgfpa_grand_total {
  margin-top: 0;
  padding: 20px 0;
  justify-content: flex-start;
}
.single-product .gform_wrapper .product_totals .wcgfpa_grand_total .price {
  font-weight: 700;
}
.single-product .gform_wrapper .product_totals .wcgfpa_grand_total .price .ginput_total {
  padding-left: 8px;
}
.single-product .gform_wrapper .gfield_label {
  margin-bottom: 15px;
  font-weight: 600;
  color: #1A1A1A;
}
.single-product .gform_wrapper input,
.single-product .gform_wrapper select,
.single-product .gform_wrapper textarea {
  box-shadow: none;
}
.single-product .gform_wrapper input:focus,
.single-product .gform_wrapper select:focus,
.single-product .gform_wrapper textarea:focus {
  outline: none;
  border-color: #479AA2;
}
.single-product .gform_wrapper input[type=text],
.single-product .gform_wrapper input[type=number],
.single-product .gform_wrapper input[type=file],
.single-product .gform_wrapper input[type=tel],
.single-product .gform_wrapper input[type=email],
.single-product .gform_wrapper select {
  height: 54px;
  line-height: 54px;
  border-color: #727272;
  border-radius: 8px;
}
.single-product .gform_wrapper textarea {
  border-color: #727272;
  border-radius: 8px;
}
.single-product .gform_wrapper input[type=checkbox]::before {
  color: #479AA2;
}
.single-product .gform_wrapper input[type=radio]::before {
  width: 8px;
  height: 8px;
  background-color: #479AA2;
}
.single-product form.cart div.quantity .qty,
.single-product form.cart .button.single_add_to_cart_button {
  line-height: 52px !important;
}
.single-product form.cart .button.single_add_to_cart_button {
  height: 54px !important;
}
.single-product form.cart div.quantity .qty {
  min-width: 70px;
  margin-right: 20px;
}
.single-product form.cart .button.single_add_to_cart_button {
  min-width: 250px;
  padding: 0 35px;
}
