/*
Theme Name: Mechano
Theme URI: https://mechano.lt
Template: hello-elementor
Author: Mechano team
Author URI: https://mechano.lt
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 1.0.1754469605
Updated: 2025-08-06 11:40:05

*/


/* Page header title */
.page-header .entry-title {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight);
    color: var(--e-global-color-primary);
}

@media screen and (max-width: 1024px) {
    .page-header .entry-title {
        text-align: center;
    }
}

/* Off canvas animation duration */
.elementor-widget-off-canvas {
    --e-off-canvas-animation-duration: 0.5s !important;
}

/* Login/Register form */
.eael-lr-form-wrapper.style-2 {
    justify-content: center;
}

/* Mobile menu off-canvas*/
.off-canvas-mobile-menu {
    a {
        margin-bottom: 10px;
    }
}

.woocommerce div.product .stock {
    color: green;
}

.woocommerce div.product .out-of-stock {
    color: red;
}