/* Custom Plugin Styles */

.b2bking_bulkorder_cream_name, .b2bking_bulkorder_cream_stock, .b2bking_bulkorder_form_container_content_line_subtotal.b2bking_bulkorder_form_container_content_line_subtotal_indigo.b2bking_bulkorder_form_container_content_line_subtotal_cream {
  font-size: 14px !important;
}
#progression-checkout-basket a.cart-button-header-cart {
  color: #ffffff !important;
}

.b2bking_both_prices_text.b2bking_retail_price_text, .b2bking_both_prices_price.b2bking_retail_price_price {
  display: none !important;
}
.woocommerce-shop-single p.price del span.woocommerce-Price-amount {
    text-decoration: line-through !important;
	font-size: 22px !important;
  opacity: 1 !important;
  top: 0px !important;
}

#new-dealer-form .woocommerce-form.woocommerce-form-register.register {
    display: flex !important;
    flex-wrap: wrap !important;
}
#new-dealer-form .b2bking_custom_registration_container {
    width: 48% !important; /* Adjust the width as needed */
    margin-right: 2% !important; /* Space between columns */
    box-sizing: border-box !important;
}
/* Media query for screens smaller than 700px */
@media (max-width: 700px) {
    #new-dealer-form .b2bking_custom_registration_container {
        width: 100% !important;
        margin-right: 0 !important;
    }
}
#new-dealer-form .b2bking_custom_registration_container_field_10594 p {
    margin-bottom: 1px !important; /* Space between label and checkboxes */
}
#new-dealer-form button {
    margin-top: 25px !important;
	margin-left: 50px !important;
}
#new-dealer-form .b2bking_custom_registration_container_field_10594 span {
    margin-left: 10px !important; /* Space between checkboxes */
}

