/*
Theme Name: LAI
Author: Ben
Author URI: https://benrajnovic.com
Template: hello-elementor
Version: 2.0.0
Text Domain: lai
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* Show Hide Sticky Header Speed Control */
.hide-header {
    transition: all .4s ease!important;
    min-width: 100%;
}

.rank-math-breadcrumb {
    font-family: var(--e-global-typography-small-font-family), Sans-serif;
    font-size: var(--e-global-typography-small-font-size);
    font-weight: var(--e-global-typography-small-font-weight);
    line-height: var(--e-global-typography-small-line-height);
    color: var(--e-global-color-secondary);
}

.dam-application__consent a {
    text-decoration: underline;
}

.button.dam-application__add {
    background-color: var(--e-global-color-primary);
    color: var( --e-global-color-card );
    border: none;
}

.button.dam-application__submit {
    background-color: var(--e-global-color-primary);
    color: var( --e-global-color-card );
    border: none;
}

.dam-application__help a{
    color: var(--e-global-color-primary);
    text-decoration: underline;
}

.product-template-default main {
    margin: 80px 0;
}

.product_title {
    font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.single_add_to_cart_button.button.alt {
    background-color: var( --e-global-color-accent );
    color: var( --e-global-color-card );
    border-radius: 2px;
}

form.woocommerce-form.woocommerce-form-login.login {
    height: auto !important;
}
