/*
 Theme Name: Bakel B2B Portal
 Theme URI:  https://bakel.it/
 Description: Child theme for Shopire Pro by WPFable.
 Author:      m:gnu
 Author URI:  https://mgnu.net/
 Template:    shopire-pro
 Version:     1.0.0
 Text Domain: bakel-b2b-portal
*/

/* Add your custom CSS below */

/* My Account Section */

/* /my-account/purchase-lists/ */
ul#select2-shipping_address_book-results li[id$='add_new'] {
	display: none !important;
}

div#b2bking_purchase_lists_table_wrapper {
    background-color: transparent;
}
#b2bking_purchase_lists_table_length > label {
	width: 100% !important;
}
#b2bking_purchase_lists_table_length > label > select {
	width: 70px !important;
}
#b2bking_purchase_lists_table_filter > label {
	width: 100% !important;
}
#b2bking_purchase_lists_table_filter > label > input {
	width: 80% !important;
}

/* /my-account/edit-address/ */
.woocommerce-Address-title.title a,
.add.button.wc-address-book-add-shipping-button {
    display: none;
}
.wc-address-book-edit,
.wc-address-book-delete {
    display: none !important;
}
