#wcb2b-switch-group-wrapper{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border:solid 2px #ddd;margin-bottom:1.5rem}#wcb2b-switch-group-wrapper form{margin:0}.wcb2b-switch-group-selector{border:solid 1px #ddd;padding:.5rem 1rem;text-transform:uppercase}

.rtl .wcb2b-bought {
	float:left; 
    padding:7px 10px 7px 10px;
	background: linear-gradient(135deg, #ff4e4e, #c82333);
    color: #fff;
    border-radius: 10px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    border-left: 6px solid #b71c1c;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
}

.rtl .wcb2b-bought::before {
    content: "\26A0"; /* علامت هشدار یونیکد ⚠ */
    font-size: 20px;
    flex-shrink: 0;
}

.rtl .wcb2b-bought:hover {
    box-shadow: 0 8px 18px rgba(0,0,0,0.25);
    transform: translateY(-2px);
    background: linear-gradient(135deg, #ff5f5f, #e63946);
}

.rtl .wcb2b-customer-group {
    background: linear-gradient(135deg, #e3f2fd, #bbdefb);
    color: #0d47a1;
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
    border-left: 4px solid #1976d2;
    transition: all 0.3s ease;
}

.rtl .wcb2b-customer-group::before {
    content: "👥";
    font-size: 18px;
    flex-shrink: 0;
}


.rtl .wcb2b-customer-group:hover {
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.18);
    transform: translateY(-2px);
    background: linear-gradient(135deg, #dbeafe, #90caf9);
}

.rtl .wcb2b-tier_prices {
	background: #E0FFFF;
	border-radius: 5px;
}

.rtl  .wcb2b-tier_prices[data-interactive="1"] li[data-quantity].choosen {
	background-color: #d6efd4;
	border-radius:5px;
}

.rtl .wcb2b-barcode {
	margin-left: 5px;
}

.rtl th {
  background: linear-gradient(180deg, #fafafa 0%, #f1f1f1 100%);
  border: 1px solid rgba(200, 200, 200, 0.6);
  border-bottom: 2px solid rgba(160, 160, 160, 0.5);
  border-radius: 6px 6px 0 0;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.6), 0 1px 3px rgba(0, 0, 0, 0.06);
  padding: 10px;
  color: #222;
  font-weight: 600;
  letter-spacing: -0.3px;
  transition: all 0.2s ease-out;
}

.rtl th:not(:last-child) {
  border-left: 1px solid rgba(220, 220, 220, 0.6);
}

.rtl th:hover {
  background: linear-gradient(180deg, #ffffff 0%, #f7f7f7 100%);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.8), 0 2px 6px rgba(0, 0, 0, 0.08);
}