@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
body.single-product .elementor-add-to-cart.elementor-product-simple form {
  position: relative;
  padding-bottom: 25px;
}

.bcs-pallet-summary-inline {
  width: 100%;
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 10px 0;
  font-size: 14px;
}
.bcs-pallet-summary-inline span,
.bcs-pallet-summary-inline bdi {
  font-size: 14px;
  color: #777777;
  font-weight: 500;
}

.bcs-list-unit,
.bcs-pl-unit,
.bcs-ro-unit,
.bcs-price-suffix {
  font-size: 13px;
  font-weight: normal;
  color: #0E4FE3;
}

.bcs-pallet-eq {
  font-size: 13px;
  font-style: italic;
  color: #0E4FE3;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.bcs-qty-conv {
  display: none !important;
}

.bcs-pl-price-secondary,
.bcs-ro-price-secondary {
  width: auto;
  display: inline-block;
  border-top: 1px solid #dcdcdd;
  font-size: 13px;
  color: #0E4FE3;
  padding-top: 5px;
  margin-top: 5px;
}

.bcs-pl-price-secondary--extra {
  margin-left: 10px;
}

body.single-product .elementor-widget-woocommerce-product-price .woocommerce-Price-amount.amount > bdi {
  font-size: 32px !important;
  font-weight: 600 !important;
}

.wpcf7-form input[type=submit].btn-lp-primary {
  display: inline-block;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  background: #F9A90C;
  color: #121619;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-appearance: none;
  appearance: none;
}
.wpcf7-form input[type=submit].btn-lp-primary:hover {
  background: #2259DA;
  color: #FFFFFF;
}
