/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/



.products  img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    height: 170px !IMPORTANT;
    object-fit: contain;
    background: #fff;
    border-radius: 10px;
    padding: 10px;
}

div#elementor-popup-modal-218 .dialog-widget-content.dialog-lightbox-widget-content.animated {
    width: 50%;
}

input.elementor-upload-field {
    width: 100%;
    height: 47px;
    display: flex;
    padding: 10px 12px;
    border: 1px solid;
}
a.button.custom-extra-btn {
    background: #ff5722;
    color: #fff;
    margin-left: 10px;
    padding: 10px 14px;
    border-radius: 4px;
    font-weight: 500;
    text-decoration: none !important;
}

.ls-calc {
    width: 100% !important;
    max-width: 100% !important;
}

.shop-device div#shopproduct {
    display: none;
}
.shop-product div#shopdevice {
    display: none;
}

/* CSS FOR CONTACT FORM */
/* BLUUM Exsomes Order Form CSS */
.exo-order-form {
  max-width: 900px;
  margin: 40px auto;
  background: #ffffff;
  padding: 35px;
  border-radius: 14px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
  border: 1px solid #e8e8e8;
  font-family: Arial, sans-serif;
  color: #1a1a1a;
}

.exo-order-form h3,
.exo-order-form h4 {
  margin: 0 0 18px;
  text-align: center;
  font-weight: 700;
  color: #222;
}

.exo-topbar {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 25px;
}

.exo-logo-left strong {
  font-size: 34px;
  display: block;
  line-height: 1;
}

.exo-logo-left span {
  font-size: 11px;
  letter-spacing: 0.5px;
  color: #666;
}

.exo-top-fields {
  width: 280px;
}

.exo-inline-field {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.exo-inline-field label {
  min-width: 45px;
  font-size: 13px;
  font-weight: 700;
  color: #333;
  margin: 0;
}

.exo-logo-center {
  text-align: center;
  margin-bottom: 18px;
}

.bluum-logo-text {
  font-size: 42px;
  color: #d79ca7;
  line-height: 1;
  margin-bottom: 6px;
  font-family: Georgia, serif;
}

.exo-products-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 16px;
  overflow: hidden;
  border-radius: 10px;
}

.exo-products-table th {
  background: #f5f6fa;
  color: #222;
  font-size: 13px;
  font-weight: 700;
  padding: 14px 10px;
  border: 1px solid #dcdfe6;
  text-align: center;
}

.exo-products-table td {
  border: 1px solid #dcdfe6;
  padding: 14px 10px;
  font-size: 13px;
  text-align: center;
  vertical-align: middle;
  background: #fff;
}

.exo-products-table td:first-child {
  text-align: left;
}

.exo-shipping-row {
  text-align: right;
  font-size: 14px;
  margin: 12px 0;
  font-weight: 600;
}

.exo-grand-total {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  margin: 20px 0 30px;
}

.exo-grand-total label {
  font-weight: 700;
  font-size: 16px;
}

.exo-section {
  margin-top: 20px;
}

.exo-field-row {
  margin-bottom: 16px;
}

.exo-field-row.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.exo-field-row.three-col {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}

.exo-field-row label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #333;
  margin-bottom: 6px;
}

.exo-input,
.exo-readonly,
.exo-grand-total-field,
.exo-order-form input[type="text"],
.exo-order-form input[type="email"],
.exo-order-form input[type="tel"],
.exo-order-form input[type="number"],
.exo-order-form input[type="date"],
.exo-order-form textarea,
.exo-order-form select {
  width: 100%;
  height: 46px;
  border: 1px solid #d8dce6 !important;
  background: #f9fbff !important;
  border-radius: 10px !important;
  padding: 0 14px !important;
  font-size: 14px !important;
  color: #222 !important;
  box-sizing: border-box;
  box-shadow: none !important;
  transition: all 0.25s ease;
}

.exo-order-form textarea {
  min-height: 120px;
  padding: 12px 14px !important;
}

.exo-order-form input:focus,
.exo-order-form textarea:focus,
.exo-order-form select:focus {
  border-color: #d79ca7 !important;
  background: #fff !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(215, 156, 167, 0.15) !important;
}

.exo-readonly,
.exo-grand-total-field {
  font-weight: 700;
  background: #f3f5ff !important;
}

.exo-payment-title {
  text-align: center;
  margin: 28px 0 18px;
  font-size: 18px;
  font-weight: 700;
  color: #222;
}

.exo-submit-wrap {
  text-align: center;
  margin-top: 25px;
}

.exo-submit-wrap input[type="submit"],
.exo-order-form .wpcf7-submit {
  background: linear-gradient(135deg, #e798a6, #d87b8f) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 10px !important;
  padding: 13px 34px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  cursor: pointer;
  transition: all 0.25s ease;
  min-width: 160px;
}

.exo-submit-wrap input[type="submit"]:hover,
.exo-order-form .wpcf7-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(216, 123, 143, 0.25);
}

.exo-order-form .wpcf7-not-valid-tip {
  font-size: 12px;
  margin-top: 5px;
}

.exo-order-form . .wpcf7-response-output {
  margin: 20px 0 0 !important;
  border-radius: 10px;
  padding: 12px 14px !important;
}

@media (max-width: 768px) {
  .exo-order-form {
    padding: 20px;
  }

  .exo-topbar {
    flex-direction: column;
  }

  .exo-top-fields {
    width: 100%;
  }

  .exo-field-row.two-col,
  .exo-field-row.three-col {
    grid-template-columns: 1fr;
  }

  .exo-products-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  .exo-grand-total {
    justify-content: flex-start;
  }
}
/* BLUUM Exsomes Order Form CSS END */
/* BLUUM Stem Cell Order Form CSS */
.exo-order-form {
  max-width: 860px;
  margin: 30px auto;
  background: #fff;
  padding: 32px 34px;
  border: 1px solid #dfe3ea;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
  font-family: Arial, sans-serif;
  color: #111;
}

.exo-topbar {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 18px;
}

.exo-logo-left {
  line-height: 1.1;
}

.exo-logo-left strong {
  display: block;
  font-size: 46px;
  font-weight: 500;
  letter-spacing: -1px;
}

.exo-logo-left span {
  display: block;
  font-size: 11px;
  color: #444;
  margin-top: 2px;
}

.exo-top-fields {
  width: 280px;
}

.exo-inline-field {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.exo-inline-field label {
  width: 40px;
  font-size: 12px;
  font-weight: 700;
  margin: 0;
}

.exo-logo-center {
  text-align: center;
  margin-bottom: 22px;
}

.exo-logo-center h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  text-decoration: underline;
}

.exo-table-wrap {
  overflow-x: auto;
}

.exo-products-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 8px;
}

.exo-products-table th,
.exo-products-table td {
  border: 1px solid #2d2d2d;
  padding: 10px 9px;
  font-size: 13px;
  text-align: center;
  vertical-align: middle;
}

.exo-products-table th {
  background: #f6f7fb;
  font-weight: 700;
}

.exo-products-table td:first-child {
  width: 52%;
  text-align: center;
}

.exo-products-table td small {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: #333;
  line-height: 1.35;
}

.exo-shipping-row {
  text-align: right;
  font-size: 15px;
  font-weight: 700;
  margin: 8px 0 14px;
}

.exo-shipping-row span {
  display: inline-block;
  margin-left: 10px;
}

.exo-grand-total {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
}

.exo-grand-total label {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}

.exo-section {
  margin-top: 12px;
}

.compact-fields .exo-field-row {
  margin-bottom: 10px;
}

.exo-field-row.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.exo-field-row.three-col {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 14px;
}

.exo-field-row label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 5px;
}

.exo-input,
.exo-readonly,
.exo-grand-total-field,
.exo-order-form input[type="text"],
.exo-order-form input[type="email"],
.exo-order-form input[type="tel"],
.exo-order-form input[type="number"],
.exo-order-form input[type="date"] {
  width: 100%;
  height: 42px;
  padding: 0 12px !important;
  border: 1px solid #d6dbe6 !important;
  background: #f3f5ff !important;
  border-radius: 8px !important;
  box-sizing: border-box;
  font-size: 13px !important;
  color: #111 !important;
  box-shadow: none !important;
}

.exo-order-form input:focus {
  outline: none !important;
  border-color: #9aa6d1 !important;
  background: #fff !important;
}

.exo-readonly,
.exo-grand-total-field {
  font-weight: 700;
  text-align: center;
}

.exo-payment-title {
  text-align: center;
  margin: 20px 0 14px;
  font-size: 18px;
  font-weight: 700;
}

.exo-submit-wrap {
  text-align: center;
  margin-top: 18px;
}

.exo-submit-wrap input[type="submit"],
.exo-order-form .wpcf7-submit {
  min-width: 150px;
  padding: 12px 28px !important;
  background: #111 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 8px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  cursor: pointer;
}

.exo-submit-wrap input[type="submit"]:hover,
.exo-order-form .wpcf7-submit:hover {
  opacity: .9;
}

.exo-order-form .wpcf7-not-valid-tip {
  font-size: 12px;
  margin-top: 4px;
}

.exo-order-form .wpcf7-response-output {
  margin-top: 14px !important;
  border-radius: 8px;
  padding: 10px 12px !important;
}

@media (max-width: 767px) {
  .exo-order-form {
    padding: 20px;
  }

  .exo-topbar {
    flex-direction: column;
  }

  .exo-top-fields {
    width: 100%;
  }

  .exo-field-row.two-col,
  .exo-field-row.three-col {
    grid-template-columns: 1fr;
  }

  .exo-products-table {
    min-width: 720px;
  }

  .exo-grand-total {
    justify-content: flex-start;
  }
}
/* BLUUM Stem Cell Order Form CSS END */
.exo-discount-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  margin: 10px 0 14px;
}

.exo-discount-row label {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}

@media (max-width: 767px) {
  .exo-discount-row {
    justify-content: flex-start;
  }
}
/* END CSS FOR CONTACT FORM */


#stemCell,#exsomes{
 display:none;
}
.postid-1191 #stemCell, .post-1189 #stemCell, .postid-1187 #stemCell{
	display:block;
}
.postid-1183 #exsomes, .postid-1179 #exsomes{
	display:block;
}