/* Theme Name: Aovis Child Theme
Theme URI: https://themeforest.net/user/ovatheme/portfolio
Description: This is child theme of aovis
Author: Ovatheme
Author URI: https://themeforest.net/user/ovatheme
Template: aovis
Version: 1.0.0
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-menu, editor-style, featured-images, flexible-header, full-width-template, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain:  aovis-child
*/

div#just-for-height {
    display: none !important;
}

/* Override the theme's hardcoded display:none rule */
.woocommerce #customer_login .woocommerce-form.woocommerce-form-register {
    display: block !important;
}

/* Force the parent container to show both forms side-by-side */
#customer_login.u-columns.col2-set {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 40px !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
}

/* Ensure the layout portions are equally wide */
#customer_login.col2-set .col-1,
#customer_login.col2-set .col-2 {
    flex: 1 !important;
    min-width: 320px !important;
}

/* Responsive adjustment for mobile views */
@media (max-width: 768px) {
    #customer_login.u-columns.col2-set {
        flex-direction: column !important;
    }
}

/* Hide sticky */


/* Force disable sticky header layout and placement */
.header_sticky.active_sticky {
    position: static !important;
    position: relative !important; /* Fallback to keep standard layout positioning */
    box-shadow: none !important;
    animation: none !important;
    transform: none !important;
}

/* Hide the duplicate sticky logo if it tries to display */
.header_sticky .logo_sticky {
    display: none !important;
}

/* Ensure the standard desktop and mobile logos remain visible */
/*.header_sticky .logo_desktop {
    display: inline-block !important;
}*/

@media (max-width: 767px) {
    .header_sticky .logo_mobile {
        display: inline-block !important;
    }
}

/* Hide the blank spacer block jQuery tries to insert under the menu */
#just-for-height {
    display: none !important;
    height: 0 !important;
    visibility: hidden !important;
}