/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
*/
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--shipment a:before {
    content: '\f0d1';
    font-family: "Font Awesome 5 Pro"; 
    font-size: 20px;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--quotation a:before {
    content: '\f15c';
    font-family: "Font Awesome 5 Pro"; 
    font-size: 20px;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
    content: '\f570';
    font-family: "Font Awesome 5 Pro"; 
    font-size: 20px;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--invoice a:before {
    content: '\f543';
    font-family: "Font Awesome 5 Pro"; 
    font-size: 20px;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--issue a:before {
    content: '\f1cd';
    font-family: "Font Awesome 5 Pro"; 
    font-size: 20px;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--project a:before {
    content: '\f0ae';
    font-family: "Font Awesome 5 Pro"; 
    font-size: 20px;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--giftcard a:before {
    content: '\f663';
    font-family: "Font Awesome 5 Pro"; 
    font-size: 20px;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-points a:before {
    content: '\f47b';
    font-family: "Font Awesome 5 Pro"; 
    font-size: 20px;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
    content: '\f09d';
    font-family: "Font Awesome 5 Pro"; 
    font-size: 20px;
}
.btnB2B {
    background-color: var(--buttonInitialColor);
    display: var(--display, inline-flex);
    align-items: center;
    justify-content: center;
    min-height: var(--buttonMinHeight);
    padding: var(--button-padding);
    border: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    text-align: center;
    border-radius: var(--buttonBorderRadius, 3px);
    transition: all 0.2s ease;
    --has-link-decoration: var(--false);
    color: white;
}
.btnB2B:hover {
    color: white;
}