/*
Theme Name: Elessi Theme Child
Theme URI: https://elessi.nasatheme.com
Description: This is a child theme for Elessi Theme
Author: NasaTheme team
Author URI: https://nasatheme.com
Template: elessi-theme
Version: 1.0
*/


/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/
.sidebarShow.accountStyle .woocommerce .account-nav-wrap.vertical-tabs .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a {
    padding: 10px 5px !important;
}
.accountStyle h1 {
    color: #000000;
    font-size: 60px;
    font-weight: 700 !important;
    text-transform: capitalize;
    line-height: 89px;
}
.accountStyle div#customer_login {
    max-width: 100%;
    text-align: left;
}
.accountStyle .register-form {
    position: static !important;
}
.loginPage {
    min-height: 100vh;
    height: auto !important;
    align-items: initial !important;    
}
.loginPage .loginFormCol {
    align-self: center;
    padding: 40px 0 
}
.loginImageCol div {
    width: 100%;
    height: 100%;
    position: relative;
}
.loginImageCol > .elementor-widget-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    object-fit: cover;
}
.b2bLoginForm  div#customer_login {
    margin: 0 auto 0 auto;
}
.accountStyle .registerCol .formBox > form.woocommerce-form,
.accountStyle .registerCol .formBox > p.woocommerce-form-row,
.accountStyle .registerCol .formBox .b2bking_custom_registration_container,
.accountStyle .registerCol .formBox .nasa-switch-form,
.accountStyle .notMemberText {
    display: none;
}
.b2bDashboard .accountInner,
.logoHide .accountLogo,
.b2bDashboard .accountLogo,
.logged-in .b2bLoginForm {
    display: none;
}
.sidebarShow.accountStyle .woocommerce .account-nav-wrap.vertical-tabs {
    display: block;
}
.sidebarShow.accountStyle .woocommerce .woocommerce-MyAccount-content {
    width: 75%;
    padding-left: 40px; 
}
.accountStyle .formBox {
    border-radius: 10px;
    border: 1px solid #cccccc;
    padding: 35px;
}
.accountStyle .woocommerce-privacy-policy-text {
    color: #000;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 20px;
}

.accountStyle  .woocommerce-privacy-policy-text a {
    color: #dd9933;
}
.accountStyle .formBox form.woocommerce-form {
    padding: 0;
    border: 0;
}
.accountStyle .formBox .form-row.row-submit button.woocommerce-button {
    width: auto !important;
}
.accountStyle div#customer_login > .login-form, 
.accountStyle div#customer_login > .registerCol {
    width: 50%;
}
.registerPopupOpen {
    overflow: hidden;
}
.modalStyle.overlay {
	position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    background: rgba(0, 0, 0, 0.6);
}
.modalStyle .modalDialog {
    max-width: 815px;
    width: 100%;
    position: relative;
    min-height: calc(100% - 3.5rem);
    transition: transform .3s ease-out;
    transform: translate(0, -50px);
    margin: 1.75rem auto;
    display: flex ;
    align-items: center;
}
.modalStyle .modalDialog .modalContent {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
    background: #fff;
    padding: 40px;
    border-radius: 10px;
}
.modalStyle .modalDialog .modalContent h2 {
    font-size: 38px;
    font-weight: 700 !important;
    text-transform: uppercase;
    line-height: 48px;
    color: #000;
    margin: 0 0 5px 0;
}
.modalStyle .modalDialog .modalContent p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #000;
    margin-bottom: 0;
}
.registerPopupOpen .modalStyle .modalDialog {
	transform: none;
}

.modalStyle .close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    line-height: 18px;
    font-size: 35px;
    cursor: pointer;
    color: #666;
    font-weight: 300;
    transition: 0.5s;
}
.modalStyle .modalDialog .modalContent .accountCard h3 {
    color: #000;
    font-weight: 600 !important;
    font-size: 28px !important;
    line-height: 38px;
    margin-bottom: 5px;
    margin-top: 0;
}
.modalStyle .modalDialog .modalContent .accountCard p {
    margin-bottom: 20px;
}
.modalStyle .accountFeatureOuter {
	display: flex;
	gap: 30px;
	justify-content: space-between;
	margin-top: 20px;
}

.modalStyle .accountCard {
	flex: 1;
	border: 1px solid #ccc;
	padding: 20px;
	border-radius: 8px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}
.accountCard.selected {
    border-color: #dd9933;
    box-shadow: 0px 0px 10px 1px #dd993333;
}
.modalStyle .accountCard:before {
	content: "";
    transition: .3s ease-in-out;
    position: absolute;
    top: 4px;
    right: 4px;
    color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M5 12l5 5l10 -10'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 24px;
    height: 24px;
    z-index: 1;
    transition: 0.5s;
    opacity: 0;
    filter: brightness(0) invert(1);
}
.accountStyle #customer_login span.nasa-form-title {
    font-size: 28px !important;
    font-weight: 700 !important;
    text-transform: capitalize;
    line-height: 1.26 !important;
    color: #000;
    margin: 0 0 20px 0;
}
.modalStyle .accountCard:after {
    content: "";
    transition: opacity .3s ease-in-out;
    position: absolute;
    top: 0;
    right: 0;
    border-color: #dd9933 #dd9933 transparent transparent;
    border-style: solid;
    border-width: 1.875rem;
    transition: 0.5s;
    opacity: 0;
}
.modalStyle .accountCard.selected:before,
.modalStyle .accountCard.selected:after {
	opacity: 1;
}
.checkListStyle {
	list-style-type: none;
}
.checkListStyle li {
    position: relative;
    color: #000;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 5px;
    padding-left: 23px;
}
.checkListStyle li:before {
    color: #fff;
    content: '';
    position: absolute;
    margin-left: 3px;
    margin-top: 4px;
    width: 7px;
    height: 4px;
    border-bottom: solid 1px currentColor;
    border-left: solid 1px currentColor;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 1px;
    z-index: 1;
    top: 5px;
}
.checkListStyle li:after {
	content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background: #dd9933;
    border-radius: 10px;
    left: 0;
    top: 5px;
}
.notMemberText a {
	color: #dd9933;
}
.modalStyle .account-box h3 {
	margin-top: 0;
}

.modalStyle .popupFooter {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-top: 40px;
    gap: 25px;
}
.popupFooter a {
    color: #dd9933;
}
.my-account .nasa-title-my-account-page {
    display: none;
}
button#openRegister {
    margin-bottom: 20px !important;
}
.accountStyle button#openRegister {
    display: none;
}
.accountStyle .registerCol button#openRegister {
    display: block;
}

.page-id-10 .loginImageCol {
    display: none;
}
.page-id-10.logged-in .loginImageCol {
    display: block;
}
.page-id-10 .loginFormCol {
    width: 100%;
    max-width: 100%;
}
.accountStyle .woocommerce .account-nav-wrap.vertical-tabs {
    display: none;
}
.accountStyle .woocommerce .woocommerce-MyAccount-content {
    width: 100%;
    padding: 0;
}
.accountStyle .woocommerce .woocommerce-MyAccount-content > p {
    display: none;
}
.accountStyle .woocommerce .woocommerce-MyAccount-content > p + p {
    display: block;
}
.accountLogo {
    margin-bottom: 30px;
    text-align: center;
}
.accountStyle .woocommerce .woocommerce-MyAccount-content ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.textCenter {
    text-align: center;
}
.accountStyle .woocommerce .woocommerce-MyAccount-content ul li {
    width: 100%;
}
.browseProductBtn {
    margin-top: 20px;
}
/* Media Query start  */

@media(max-width: 1366px){
    .modalStyle .modalDialog .modalContent h2 {
        font-size: 32px;
    }
    .modalStyle .modalDialog .modalContent .accountCard h3 {
        font-size: 26px !important;
        line-height: 32px;
    }
    .modalStyle .popupFooter {
        padding-top: 30px;
    }
}

@media(max-width: 1199px){
    .accountStyle h1 {
        font-size: 48px;
    }
    .accountStyle .formBox {
        padding: 25px;
    }
    .modalStyle .modalDialog .modalContent {
        padding: 30px;
    }
    .modalStyle .modalDialog .modalContent h2 {
        font-size: 28px;
    }
    .modalStyle .modalDialog .modalContent .accountCard h3 {
        font-size: 22px !important;
        line-height: 28px;
    }
    .modalStyle .modalDialog .modalContent p {
        font-size: 16px;
        line-height: 26px;
    }
}

@media(max-width: 991px){
    .accountStyle .woocommerce-privacy-policy-text {
        color: #000;
        font-size: 16px;
    }
    .accountStyle h1 {
        font-size: 42px;
        line-height: 70px;
    }
    .modalStyle .modalDialog {
        max-width: 750px;
       align-items: center;
    }
}

@media(max-width: 767px){
    .accountStyle div#customer_login > .login-form, .accountStyle div#customer_login > .registerCol {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .sidebarShow.accountStyle .woocommerce .woocommerce-MyAccount-content {
        width: 100%;
    }
    .accountStyle .register-form {
        padding-top: 50px;
    }
    .accountStyle h1 {
        font-size: 36px;
        text-align: center;
        line-height: 1.3;
    }
    .accountStyle .formBox {
        padding: 20px;
    }
    #customer_login {
        margin: 0 auto 30px auto;
    }
    .modalStyle .modalDialog {
        max-width: 650px;
    }
    .modalStyle .accountFeatureOuter {
        gap: 20px;
        margin-top: 20px;
    }
    .modalStyle .modalDialog .modalContent h2 {
        font-size: 26px;
        line-height: 1.3;
    }
    .modalStyle .modalDialog .modalContent .accountCard p {
        margin-bottom: 15px;
    } 
}

@media(max-width: 585px){
    .modalStyle .modalDialog {
        max-width: 450px;
    }
    .modalStyle .accountFeatureOuter {
        display: initial;
        margin-top: 0px;
    }
    .modalStyle .accountCard {
        margin-top: 20px;
        padding: 15px;
    }
    .modalStyle .popupFooter {
        padding-top: 20px;
        display: initial;
        text-align: center;
    }
    .alreadyAccount {
        padding-bottom: 10px;
    }
}