.elementor-965 .elementor-element.elementor-element-37f3c52{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0%;--padding-bottom:0%;--padding-left:0%;--padding-right:0%;}/* Start custom CSS for text-editor, class: .elementor-element-75adc3ea *//*
body.woocommerce-account {
  background-color: #faf7f0 !important;
}

.hero-section .page-title {
  color: #004996 !important;
}

.woocommerce-MyAccount-navigation {
  background: #faf7f0 !important;
}

.woocommerce-MyAccount-navigation ul li a {
  background: transparent !important;
  color: #000 !important;
  padding: 12px 15px;
  display: ruby-text !important;
  align-items: center !important; 
  border-radius: 0 !important;
  transition: none !important;
  gap: 8px; 
}

.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #004996 !important;
  font-weight: bold;
  background: transparent !important;
}

.woocommerce-MyAccount-navigation ul li a:hover {
  background: transparent !important;
  color: #004996 !important;
}

.woocommerce-MyAccount-navigation ul li svg {
  width: 18px !important;
  height: 18px !important;
  margin: 0 !important;
  padding: 0 !important;
  flex-shrink: 0 !important;
  vertical-align: middle !important;
}

.woocommerce-MyAccount-content {
  background-color: #ece8e1 !important;
  padding: 20px !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
*//* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-37f3c52 *//*
body.woocommerce-account {
  background-color: #faf7f0 !important;
}


.hero-section .page-title {
  color: #004996 !important;
  padding-top: 7% !important;
}

.woocommerce-MyAccount-navigation {
  background: #faf7f0 !important;
}

.woocommerce-MyAccount-navigation ul li a {
  background: transparent !important;
  color: #000 !important;
  padding: 12px 15px;
  display: ruby-text !important;
  align-items: center !important; 
  justify-content: flex-start !important;
  border-radius: 0 !important;
  transition: none !important;
  gap: 8px;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #004996 !important;
  font-weight: bold;
  background: transparent !important;
}

.woocommerce-MyAccount-navigation ul li a:hover {
  background: transparent !important;
  color: #004996 !important;
}

.woocommerce-MyAccount-navigation ul li svg {
  width: 18px !important;
  height: 18px !important;
  margin: 0 !important;
  padding: 0 !important;
  flex-shrink: 0 !important;
  vertical-align: middle !important;
}



.woocommerce-MyAccount-content {
  background-color: #ece8e1 !important;
  padding: 20px !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

#customer_login {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    min-height: 70vh;
    border-radius: 20px;
    overflow: hidden;
}

.u-column1.col-1,
.u-column2.col-2 {
    flex: 1;
    padding: 50px 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
}

.u-column1.col-1 {
    order: 2;
    background-color: #ece8e1;
}

.u-column2.col-2 {
    order: 1;
    background-color: #004996;
    color: #fff;
}

.u-column1.col-1 h2,
.u-column2.col-2 h2 {
    visibility: hidden;
    position: relative;
    height: 0;
    margin-bottom: 30px;
}
.u-column1.col-1 h2::before {
    content: "Login";
    visibility: visible;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 28px;
    color: #000;
}
.u-column2.col-2 h2::before {
    content: "Sign Up";
    visibility: visible;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 28px;
    color: #fff;
}

.woocommerce-Input {
    background-color: #fff !important;
    color: #000;
    border: 1px solid #ccc;
    padding: 12px;
    font-size: 16px;
    border-radius: 8px;
    width: 100%;
}

.u-column1.col-1 button.woocommerce-button[name="login"] {
    background-color: #494949 !important;
    color: #fff !important;
    font-weight: bold;
    padding: 12px;
    width: 100%;
    border-radius: 8px;
    border: none;
    margin-top: 20px;
}
.u-column2.col-2 button.woocommerce-Button[name="register"] {
    background-color: #fff !important;
    color: #000 !important;
    font-weight: bold;
    padding: 12px;
    width: 100%;
    border-radius: 8px;
    border: 2px solid #000;
    margin-top: 20px;
    position: relative;
}
.u-column2.col-2 button.woocommerce-Button[name="register"]::before {
    content: "Sign Up";
    color: #000;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
}

.the_champ_social_login_title::before,
.the_champ_social_login_title::after {
    content: none !important;
}
.the_champ_social_login_title {
    display: block !important;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    color: inherit;
}

.the_champ_login_ul {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto 10px auto;
}
.theChampLogin.theChampGoogleLogin {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: transparent !important;
    border: 1px solid #fff;
    border-radius: 25px;
    padding: 12px 24px !important;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    position: relative;
    text-align: center;
}
.theChampLogin.theChampGoogleLogin::before {
    content: "";
    display: inline-block;
    background-image: url("https://developers.google.com/identity/images/g-logo.png");
    background-size: cover;
    width: 20px;
    height: 20px;
}
.theChampLogin.theChampGoogleLogin::after {
    content: "Sign in with Google";
    display: inline-block;
}
.theChampLoginSvg {
    display: none !important;
}

.woocommerce-form {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 20px;
    flex: 1;
}

@media (max-width: 768px) {
    #customer_login {
        flex-direction: column;
        min-height: auto;
    }

    .u-column1.col-1,
    .u-column2.col-2 {
        order: unset;
        padding: 30px 20px;
        border-radius: 0 !important;
    }

    .u-column1.col-1 h2::before,
    .u-column2.col-2 h2::before {
        font-size: 24px;
    }

    .theChampLogin.theChampGoogleLogin {
        max-width: 100%;
    }
}
*//* End custom CSS */