.elementor-339 .elementor-element.elementor-element-2617b5b6{padding:2vw 8vw 2vw 8vw;}.elementor-bc-flex-widget .elementor-339 .elementor-element.elementor-element-78cd4739.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-339 .elementor-element.elementor-element-78cd4739.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-339 .elementor-element.elementor-element-78cd4739 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-339 .elementor-element.elementor-element-78cd4739 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-339 .elementor-element.elementor-element-259a673e p{margin-block-end:0px;}.elementor-339 .elementor-element.elementor-element-259a673e{color:#2F342C;}/* Start custom CSS for text-editor, class: .elementor-element-259a673e *//* Šírky navigácie a obsahu */
.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 25%;
}

.woocommerce-account .woocommerce-MyAccount-content {
    width: 73%;
}

/* Odstránenie default list štýlu */
.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

/* Položky menu */
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    background-color: #F7F8F7;
    border: 1px solid #A5BE67;
    border-radius: 6px;
    margin-bottom: 8px;     
    transition: all 0.3s ease;
    padding: 0 !important;   
}

/* Linky v položkách menu */
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    color: #A5BE67 !important;     
    display: flex;
    align-items: center;           
    justify-content: flex-start;
    padding: 4px 20px !important;
    line-height: 1.2 !important;
    width: 100%;
    text-decoration: none;
    border-radius: 6px;   
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a br {
    display: none;
}

/* Hover efekt */
.woocommerce-account .woocommerce-MyAccount-navigation ul li:hover,
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active {
    background-color: #A5BE67;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:hover a,
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    color: #ffffff !important; 
}


.woocommerce-account .woocommerce-MyAccount-navigation ul li:hover a,
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    color: #ffffff !important;         /* text biely */
}

/* Responsívne - tablety / mobily */
@media screen and (max-width: 1024px) {
    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 100%;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation ul {
        margin-bottom: 30px !important;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        width: 100%;
        padding: 10px;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
        padding: 6px 20px !important;
        font-size: 14px;
    }
}

/* WooCommerce My Account notice */
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info {
    background-color: #F7F8F7 !important;  
    color: #A5BE67 !important;             
    border-top: 2px solid #A5BE67 !important; 
    border-left: none;
    border-right: none;
    border-bottom: none;
    padding: 15px 20px !important;
    border-radius: 8px;
    margin-bottom: 20px;
    position: relative;
    font-size: 15px;
}

/* Skrytie default ikon */
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info::before {
    display: none !important;
}

/* Linky v notice */
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info a {
    color: #A5BE67 !important;              
    background-color: #ffffff !important;   
    border: 1px solid #A5BE67 !important;   
    padding: 6px 15px;
    border-radius: 6px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

/* Hover efekt na link */
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info a:hover {
    color: #ffffff !important;             
    background-color: #A5BE67 !important;  
}

/*Kontajnery adries*/
.woocommerce-Addresses .woocommerce-Address {
    background-color: #F7F8F7;  /* svetlosivé pozadie */
    border-radius: 8px;
    padding: 15px 20px;
    box-sizing: border-box;
    margin-bottom: 10px;         /* medzera pod každým boxom */
}

/* Medzera medzi stĺpcami */
.woocommerce-Addresses.col2-set .u-column1,
.woocommerce-Addresses.col2-set .u-column2 {
    margin-right: 10px;
}

.woocommerce-Addresses.col2-set .u-column2 {
    margin-right: 0;
}

/* Nadpisy Fakturačná / Dodacia adresa */
.woocommerce-Addresses .woocommerce-Address-title h2 {
    color: #6E4F3A !important;  
    font-size: 23px;            
    font-weight: 600;           
    margin-bottom: 5px;         
}

/* Adresa text */
.woocommerce-Addresses address {
    margin-top: 5px;
    font-style: normal;
}

/* Responsívne: na mobil / tablety */
@media screen and (max-width: 768px) {
    .woocommerce-Addresses.col2-set .u-column1,
    .woocommerce-Addresses.col2-set .u-column2 {
        margin-right: 0;
        margin-bottom: 10px;
        width: 100%;
    }
}

/*WooCommerce Prihlásenie box */
body .elementor-widget-text-editor .woocommerce form.woocommerce-form.woocommerce-form-login.login {
    background-color: #F7F8F7 !important;
    border-radius: 8px !important;
    padding: 20px 25px !important;
    max-width: 500px !important;
    margin: 0 auto 30px auto !important;
    box-sizing: border-box !important;
}

/* Nadpis Prihlásenie */
body .elementor-widget-text-editor .woocommerce h2 {
    color: #A5BE67 !important;
    font-size: 27px !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
    text-align: center !important;
}

/* Inputy formulára */
body .elementor-widget-text-editor .woocommerce input.input-text,
body .elementor-widget-text-editor .woocommerce input.password-input input {
    width: 100% !important;
    padding: 8px 10px !important;
    margin-bottom: 15px !important;
    border: 1px solid #ccc !important;
    border-radius: 6px !important;
    box-sizing: border-box !important;
}

/* Checkbox a label */
body .elementor-widget-text-editor .woocommerce .woocommerce-form__label-for-checkbox {
    display: flex !important;
    align-items: center !important;
    margin-bottom: 15px !important;
}

/* Tlačidlo Prihlásiť */
body .elementor-widget-text-editor .woocommerce .woocommerce-form-login__submit {
    color: #A5BE67 !important;
    background-color: #ffffff !important;
    border: 1px solid #A5BE67 !important;
    padding: 8px 20px !important;
    border-radius: 6px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

/* Hover efekt tlačidla */
body .elementor-widget-text-editor .woocommerce .woocommerce-form-login__submit:hover {
    color: #ffffff !important;
    background-color: #A5BE67 !important;
}

/* Link Zabudli ste heslo */
body .elementor-widget-text-editor .woocommerce .woocommerce-LostPassword a {
    color: #A5BE67 !important;
    text-decoration: underline !important;
    transition: all 0.3s ease !important;
}

body .elementor-widget-text-editor .woocommerce .woocommerce-LostPassword a:hover {
    color: #6E4F3A !important;
}

/* Užší formulár v sekcii Účet */
.woocommerce-account .woocommerce-MyAccount-content form.woocommerce-EditAccountForm {
    max-width: 600px;
    margin: 0 auto;
}

/* Zaoblenie boxu "Zmena hesla" */
.woocommerce-EditAccountForm fieldset {
    border: 1px solid #ddd;  
    border-radius: 8px;      
    padding: 20px;           
    margin-bottom: 20px;     
}/* End custom CSS */