.elementor-47 .elementor-element.elementor-element-1fccb91a{--display:flex;--padding-top:70px;--padding-bottom:140px;--padding-left:16px;--padding-right:16px;}.elementor-47 .elementor-element.elementor-element-1fccb91a:not(.elementor-motion-effects-element-type-background), .elementor-47 .elementor-element.elementor-element-1fccb91a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FBF9F5;}.elementor-47 .elementor-element.elementor-element-c8e9182{padding:0px 0px 22px 0px;--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-47 .elementor-element.elementor-element-c8e9182 .elementor-icon-list-icon i{transition:color 0.3s;}.elementor-47 .elementor-element.elementor-element-c8e9182 .elementor-icon-list-icon svg{transition:fill 0.3s;}.elementor-47 .elementor-element.elementor-element-c8e9182 .elementor-icon-list-text{transition:color 0.3s;}.elementor-47 .elementor-element.elementor-element-76d8679{padding:0px 0px 80px 0px;text-align:center;}.elementor-47 .elementor-element.elementor-element-76d8679 .elementor-heading-title{font-size:52px;}@media(min-width:768px){.elementor-47 .elementor-element.elementor-element-1fccb91a{--content-width:1200px;}}@media(max-width:1024px){.elementor-47 .elementor-element.elementor-element-1fccb91a{--padding-top:70px;--padding-bottom:80px;--padding-left:16px;--padding-right:16px;}.elementor-47 .elementor-element.elementor-element-76d8679{padding:0px 0px 50px 0px;}.elementor-47 .elementor-element.elementor-element-76d8679 .elementor-heading-title{font-size:44px;}}@media(max-width:767px){.elementor-47 .elementor-element.elementor-element-76d8679{padding:0px 0px 30px 0px;}.elementor-47 .elementor-element.elementor-element-76d8679 .elementor-heading-title{font-size:32px;}}/* Start custom CSS for text-editor, class: .elementor-element-76ebe23e *//* Container Layout */
.woocommerce-MyAccount-navigation {
    float: left;
    width: 25%; /* Adjust width of the sidebar */
    background-color: #e8e8e8; /* Light grey background */
}

.woocommerce-MyAccount-content {
    float: right;
    width: 70%; /* Adjust width of the content area */
    padding-left: 30px;
}

/* Navigation List Styling */
.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.woocommerce-MyAccount-navigation ul li {
    margin: 0;
    border-bottom: 1px solid #ddd; /* Subtle separators */
}

/* Link Styling */
.woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 15px 44px;
    text-decoration: none;
    color: #333;
    font-family: inherit;
    transition: all 0.3s ease;
}

/* Active State (Black Background) */
.woocommerce-MyAccount-navigation ul li.is-active {
    background-color: #111111;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
    color: #ffffff !important;
}

/* Hover State */
.woocommerce-MyAccount-navigation ul li:not(.is-active):hover {
    background-color: #dbdbdb;
}

/* Clearfix for the container */
.woocommerce:after {
    content: "";
    display: table;
    clear: both;
}
nav.woocommerce-MyAccount-navigation {
    width: 26% !important;
}

.woocommerce-MyAccount-content {
    width: 72% !important;
}
.woocommerce-info::before{
display:none !important;
}
.woocommerce-info{
    border-color:black !important;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message{
    background:#e8e8e8
}

a.woocommerce-Button.wc-forward.button {
    background: black !important;
    border-radius: 8px !important;
    color: white !important;
    font-weight: 500 !important;
    padding: 16px 32px !important;
}

.woocommerce-info {
    padding-left: 30px !important;
}


@media only screen and (max-width:1024){
    .woocommerce-MyAccount-navigation ul li a {
    padding: 14px 30px !important;
}
}

@media only screen and (max-width: 880px) {
    nav.woocommerce-MyAccount-navigation {
        width: 40% !important;
    }
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .woocommerce-MyAccount-navigation,
    .woocommerce-MyAccount-content {
        float: none;
        width: 100%;
        padding-left: 0;
    }
    .woocommerce-MyAccount-navigation {
        margin-bottom: 30px;
    }
        nav.woocommerce-MyAccount-navigation {
        width: 100% !important;
    }
}

nav.woocommerce-MyAccount-navigation br {
    display: none !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e2b5e96 *//* Center the container and set font */
#customer_login {
    max-width: 480px;
    margin: 0 auto !important;
    display: block !important;
}

/* Tab Navigation Header */
.custom-tabs-nav {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 20px;
}

.tab-link {
    font-family: "serif", "Times New Roman", serif; /* Matches the screenshot style */
    font-size: 32px;
    color: #ccc; /* Faded grey for inactive */
    cursor: pointer;
    padding-bottom: 10px;
    position: relative;
    transition: color 0.3s ease;
}

/* The Underline Effect */
.tab-link.active {
    color: #000;
    font-weight: 400;
}

.tab-link.active::after {
    content: '';
    position: absolute;
    bottom: -1px; /* Align with the nav border */
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
}

/* Hide original WooCommerce H2 titles */
#customer_login h2 {
    display: none !important;
}

/* Form Visibility Toggle */
.tab-content-hidden {
    display: none !important;
}

/* Ensure columns are full width */
.u-column1, .u-column2 {
    width: 100% !important;
    float: none !important;
}

@media only screen and (max-width:767px){
    .tab-link{
        font-size:26px !important;
    }
    .custom-tabs-nav {

    margin-bottom: 0px;
}
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-1fccb91a */.join-new-latter-main{
    display: none;
}
.footer-contact-sec{
    display: none;
}


/* Force display of hidden B2B registration containers */
.b2bking_custom_registration_container[style*="display: none"] {
    display: block !important;
}

/* Specifically target the VAT container if needed */
.b2bking_vat_number_registration_field_container {
    display: block !important;
}



.b2bking_logged_out .my-acc-heading-main {
    display: none !important;
}

.b2bking_logged_out .breadcrumbs-login {
    display: none !important;
}

/*----------FIELDS STYLING-------------*/

.u-column2.col-2 form {
    border: 0 !important;
    padding: 0 !important;
}


.woocommerce form .form-row {
    margin-bottom: 18px !important;
}

.u-column2.col-2 input {
    border-radius: 8px;
    border: 1px solid #D0D5DD;
    background: var(--Base-White, #FFF);

/* Shadows/shadow-xs */
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    height: 54px !important;
    font-size: 14px !important;
}

p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide.b2bking_country_or_state label {
    display: block !important;
}

.woocommerce form  label{
    display:none !important;
}
.woocommerce form .form-row select{
 border-radius: 8px;
 border: 1px solid #D0D5DD;
 box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
 height:54px !important;
 padding-left: 18px !important;
 font-size: 14px !important;
}

span.woocommerce-input-wrapper input {
    border-radius: 8px !important;
    border: 1px solid #D0D5DD !important;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05) !important;
    height:54px !important;
    padding:8px 16px !important;
}

input#reg_email {
border-radius: 8px;
border: 1px solid #D0D5DD;
background: var(--Base-White, #FFF);

/* Shadows/shadow-xs */
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}

form.woocommerce-form.woocommerce-form-login.login {
    padding: 0 !important;
    border: 0 !important;
}

form.woocommerce-form.woocommerce-form-login.login input {
    border-radius: 8px;
    border: 1px solid #D0D5DD;
    background: var(--Base-White, #FFF);

/* Shadows/shadow-xs */
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    height: 54px !important;
}

form.woocommerce-form.woocommerce-form-login.login br {
    display: none !important;
}


button.woocommerce-button.button.woocommerce-form-login__submit {
    width: 100% !important;
    background: black !important;
    color: white !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase !important;
    padding: 19px !important;
    border-radius: 8px !important;
}

/* Targets the line break inside the email registration row */
.woocommerce-form-row--wide:has(#reg_email) br {
    display: none !important;
}

/* Ensures the label still stays on its own line without the <br> */
.woocommerce-form-row--wide label[for="reg_email"] {
    display: block !important;
    margin-bottom: 8px; /* Adjust this to control the exact spacing */
}


button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
    width: 100% !important;
    background: black !important;
    color: white !important;
    padding: 19px !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    border-radius: 8px !important;
    margin-top: 30px !important;
}

.woocommerce-privacy-policy-text p {
    color: #000000a8;
    font-size: 16px !important;
}

.u-column1.col-1 input {
    font-size: 14px !important;
    padding-left: 16px !important;
}/* End custom CSS */