.b2b-registration-form .form-row {
	margin-bottom: 15px;
}

.b2b-registration-form .form-row-first,
.b2b-registration-form .form-row-last {
	width: 48%;
	display: inline-block;
}

.b2b-registration-form .form-row-last {
	float: right;
}

.b2b-registration-form input.input-text {
	width: 100%;
	padding: 8px;
	box-sizing: border-box;
}

.b2b-tier-table-wrap {
	margin: 20px 0;
	padding: 15px;
	background: #f8f9fa;
	border: 1px solid #e2e2e2;
	border-radius: 4px;
}

.b2b-tier-table {
	width: 100%;
	border-collapse: collapse;
}

.b2b-tier-table th,
.b2b-tier-table td {
	padding: 8px 12px;
	text-align: left;
	border-bottom: 1px solid #e2e2e2;
}

.b2b-tier-teaser {
	font-style: italic;
	color: #666;
}

.b2b-dashboard table.woocommerce-table {
	width: 100%;
	margin-bottom: 20px;
}

.b2b-dashboard table.woocommerce-table th,
.b2b-dashboard table.woocommerce-table td {
	padding: 10px;
	border-bottom: 1px solid #eee;
	text-align: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    max-width: 200px;
}

.b2b-price-discount-badge {
	display: block;
	color: #2a9d5c;
	font-weight: 600;
	margin-top: 4px;
}
.b2b-price-teaser {
	display: block;
	color: #b8860b;
	font-weight: 500;
	margin-top: 4px;
}
table.woocommerce-table.b2b-promotions-table td, 
table.woocommerce-table.b2b-promotions-table th {
    border: 1px solid #bfbfbf !important;
    padding: 10px !important;
    color: #000 !important;
    font-size: 14px;
}
table.woocommerce-table.b2b-promotions-table th {
    color: #000000;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.5px;
    background: #dedede;
}

a.button.b2b-shop-now-btn {
    background: transparent;
    color: #000 !important;
    font-weight: 400;
    text-decoration: underline;
    padding: 0;
}
.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li a {
    padding: 8px 20px;
    margin-right: 5px;
}





/* ==========================================
   Business Registration Form
========================================= */

.woocommerce-form.business-registration-form.b2b-registration-form {
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 20px;
  font-family: inherit;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 30px;
  row-gap: 24px;
}

/* ==========================================
   Sections
========================================= */

.business-section {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 10px;
  padding: 24px;
  margin-bottom: 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.business-section:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  border-color: #d8d8d8;
}

.woocommerce-form.business-registration-form.b2b-registration-form
  > .business-section:last-of-type {
  grid-column: span 2;
}

.business-section h2 {
  margin: 0 0 16px;
  font-size: 24px;
  font-weight: 600;
  color: #222;
}

.business-section h3 {
  margin: 0 0 12px;
  font-size: 19px;
  font-weight: 600;
}

/* ==========================================
   Rows
========================================= */

.form-row {
  margin-bottom: 14px;
}

.form-row label {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  color: #444;
}

.form-row input,
.form-row select,
.form-row textarea {
  width: 100%;
  height: 44px;
  padding: 0 14px;
  border: 1px solid #d8d8d8;
  border-radius: 6px;
  background: #fff;
  font-size: 14px;
  transition: border-color 0.25s, box-shadow 0.25s;
  box-sizing: border-box;
}

.form-row textarea {
  min-height: 100px;
  padding: 12px;
  resize: vertical;
}

.form-row input:hover,
.form-row select:hover,
.form-row textarea:hover {
  border-color: #a8a8a8;
}

.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
  border-color: #000;
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.08);
}

/* ==========================================
   Two columns
========================================= */

.form-row-first,
.form-row-last {
  width: 48%;
}

.form-row-first {
  float: left;
}

.form-row-last {
  float: right;
}

.form-row-wide {
  width: 100%;
}

.clear {
  clear: both;
}

.woocommerce-form.business-registration-form.b2b-registration-form > div.clear {
  display: none !important;
}

/* ==========================================
   Upload Note
========================================= */

.business-note {
  margin-top: 12px;
  padding: 14px 18px;
  background: #fafafa;
  border-left: 4px solid #000;
  border-radius: 6px;
  font-size: 14px;
  color: #666;
  line-height: 1.7;
}

/* ==========================================
   Required *
========================================= */

.required {
  color: #e63946;
}

/* ==========================================
   Checkbox
========================================= */

.form-row input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  vertical-align: middle;
}

.form-row label.checkbox {
  display: flex;
  align-items: center;
  font-size: 14px;
}

/* ==========================================
   File Upload
========================================= */

.form-row input[type="file"] {
  height: auto;
  padding: 8px 12px;
}

/* ==========================================
   Button
========================================= */

.woocommerce-form button,
.woocommerce-form input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 30px;
  background: #000;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.25s;
}

.woocommerce-form button:hover,
.woocommerce-form input[type="submit"]:hover {
  background: #222;
  transform: translateY(-1px);
}

/* ==========================================
   Headings
========================================= */

.woocommerce-form h1 {
  margin-bottom: 24px;
  font-size: 32px;
  font-weight: 700;
  color: #222;
  grid-column: span 2;
}
.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li a {
    padding: 8px 20px;
    margin-right: 5px;
}

/* ==========================================
   buttons
========================================= */
.b2b-col .elementor-shortcode {
    display: flex;
    gap: 15px;
    flex-wrap: wrap !important;
    /* flex-direction: column; */
}

.b2b-col .elementor-shortcode a.b2b-apply-btn.elementor-button {
    background-color: var(--e-global-color-abbf444);
    font-size: 14px;
    text-transform: uppercase;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-abbf444);
    border-radius: 0px 0px 0px 0px;
    padding: 12px 25px 12px 25px;
}
.b2b-col .elementor-shortcode a.b2b-apply-btn.elementor-button:hover {
    text-transform: uppercase;
    border-style: solid;
    /* border-width: 1px 1px 1px 1px; */
    /* border-color: var(--e-global-color-abbf444); */
    border-radius: 0px 0px 0px 0px;
    /* padding: 12px 25px 12px 25px; */
    background: transparent;
    color: #000;
}

.b2b-col .elementor-shortcode a.b2b-login-btn.elementor-button {
    background-color: #C2913A00;
    font-size: 14px;
    text-transform: uppercase;
    fill: var(--e-global-color-accent);
    color: var(--e-global-color-accent);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-abbf444);
    border-radius: 0px 0px 0px 0px;
    padding: 12px 25px 12px 25px;
}
.b2b-col .elementor-shortcode a.b2b-login-btn.elementor-button:hover {
    background: #c2913a;
    color: #fff;
}

.business-sec .b2b-col .elementor-shortcode a.b2b-apply-btn.elementor-button:hover {
    text-transform: uppercase;
    border-style: solid;
    /* border-width: 1px 1px 1px 1px; */
    /* border-color: var(--e-global-color-abbf444); */
    border-radius: 0px 0px 0px 0px;
    /* padding: 12px 25px 12px 25px; */
    background: transparent;
    color: #fff;
}
.business-sec .b2b-col .elementor-shortcode a.b2b-login-btn.elementor-button {
    color: #fff;
}
.how-it-works .elementor-icon {
    background: #fff;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.partner span.elementor-icon {
    background: #f7ece6;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    text-align: center;
    box-shadow: 2px 2px 2px rgb(247 236 230);
}
.partner .elementor-widget-icon-box .elementor-icon-box-icon {
    display: inline-block;
    flex: 0 0 auto;
    line-height: 0;
    text-align: center;
    display: flex;
    justify-content: center;
}
.form-table tr:nth-child(2) td label {
    margin-bottom: 20px;
}



a.woocommerce-LoopProduct-link.woocommerce-loop-product__link .b2b-price-teaser {
    display: none;
}
/* ==========================================
   Responsive
========================================= */

@media (max-width: 768px) {
  .woocommerce-form.business-registration-form.b2b-registration-form {
    margin: 20px auto;
    padding: 0 15px;
    display: block;
  }

  .business-section {
    padding: 20px;
    margin-bottom: 20px;
  }

  .business-section h2 {
    font-size: 22px;
  }

  .form-row-first,
  .form-row-last {
    width: 100%;
    float: none;
  }

  .woocommerce-form button,
  .woocommerce-form input[type="submit"] {
    width: 100%;
  }
}