.pxl-buyer-fee .pxl-base-price {
  font-size: 150%;
}
.pxl-buyer-fee .pxl-total-price {
  display: flex;
  gap: 8px;
  align-items: center;
}

.single-product-meta .product_meta {
  align-items: flex-start;
}
.single-product-meta .product_meta .detail-container {
  gap: 25px;
}

.single-product .shop_attributes tr {
  justify-content: flex-start;
}
.single-product .shop_attributes tr th {
  display: none;
}
.single-product .shop_attributes tr td {
  font-style: italic;
}
.single-product .elementor-add-to-cart .stock {
  display: none;
}
.single-product .wd-sticky-btn .stock {
  display: none;
}
.single-product .wd-sticky-btn form.cart .quantity {
  display: none;
}

.wd-my-account-links .become-vendor-link a:before {
  content: "\f149";
}

body.wcfm-dashboard-page a.wcfm_store_logo_icon img {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
}
body.wcfm-dashboard-page #main-content {
  padding: 0 !important;
  max-width: none !important;
}
body.wcfm-dashboard-page #wcfm-main-contentainer {
  padding: 0 !important;
  margin: 0 !important;
}
body.wcfm-dashboard-page #wcfm_menu span.wcfm_sub_menu_items {
  padding: 8px 15px;
  width: max-content;
}
body #wcfm_products_manage_form .wcfm_product_manager_general_fields {
  display: flex;
  flex-wrap: wrap;
}
body #wcfm_products_manage_form .pxl-field-wrapper {
  display: flex;
  align-items: center;
  padding: 10px 0;
  flex: 0 0 100%;
}
body #wcfm_products_manage_form .pxl-field-wrapper > * {
  margin: 0 !important;
}
body #wcfm_products_manage_form .pxl-field-wrapper.pxl-field-isbn input[type=text] {
  width: calc(60% - 50px);
}
body #wcfm_products_manage_form .pxl-field-wrapper .description.instructions {
  display: none !important;
}
body #wcfm_products_manage_form .wcfm_product_manager_content_fields {
  flex: 0 0 100%;
}
body.is-stripe-open {
  position: fixed;
}
body.is-stripe-open .main-page-wrapper {
  z-index: 999 !important;
}
body.is-stripe-open #pxl-stripe-onboarding-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 800px;
  max-height: 90vh;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  padding-bottom: 20px;
}
body.is-stripe-open #pxl-stripe-onboarding-container {
  padding: 25px;
  height: 70vh;
  overflow-y: auto;
}
body #pxl_stripe_status {
  width: 60%;
  display: inline-block;
  min-height: 35px;
}
body .pxl-stripe-notice {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-left: 4px solid #d9534f;
  margin: 10px 20px;
  padding: 20px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  justify-content: space-between;
}
body .pxl-stripe-notice .wcfm_submit_button {
  text-decoration: none;
}

#wcfmmp-store #wcfm_store_header {
  margin-top: 100px;
}
#wcfmmp-store .logo_area a img {
  aspect-ratio: 1;
  object-fit: cover;
}

/*# sourceMappingURL=pxl-marketplace-style.css.map */
