/*
 Theme Name:     Hello Elementor Child
 Theme URI:      https://elementor.com/hello-theme/
 Description:    Child theme for the Hello Elementor theme
 Author:         Your Name
 Author URI:     https://yourwebsite.com
 Template:       hello-elementor
 Version:        1.0.0
*/

/* Import parent theme styles */
@import url("../hello-elementor/style.css");


/* Login page*/

body.login.js.login-action-login.wp-core-ui.locale-en-gb {
    background: #171545;
}

body.login.js.login-action-login.wp-core-ui.locale-en-gb a {
    color: white !important;
}


/*bulk order table header*/

.b2bking_bulkorder_form_container_top_indigo.b2bking_bulkorder_form_container_top_cream {

    background: #c8d5dc !important;

}

/*Cart page tweaks*/

ul#shipping_method bdi {
 
    font-size: 14px !important;
}


ul#shipping_method label {
    font-size: 12px !important;
}

/*Cart Page tweaks end*/


body.page-id-3203 button.b2bking_bulkorder_indigo_add.b2bking_bulkorder_cream_add {
    background: #1C244B !important;
}

/*Login page styling*/

h1.login-title {
    color: white;
}

.login-subtitle {
    color: white !important;
    text-align: center;
    margin-top: 20px;
}

form#loginform {
    background: #ffffff00;
    border: none;
}

form#loginform label {
    color: white;
}



/* Make the B2BKing tiered price table appear on a new row under the add-to-cart area */
table.shop_table.b2bking_tiered_price_table.b2bking_shop_table{
  
    /*background: red !important;*/
}

/* Ensure the parent allows wrapping */
.single-product .summary {
    display: flex;
    flex-wrap: wrap;
}