/*
Theme Name: Fogenshop
Description: Child theme for Avada theme
Author: ThemeFusion & Palmgren & TDE 
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* Password Protected Login Styles */
.password-protected-login-container {
    max-width: 500px !important;
    margin: 80px auto !important;
    padding: 50px !important;
    background: #fff !important;
    border-radius: 8px !important;
    box-shadow: 0 2px 20px rgba(0,0,0,0.1) !important;
}
.password-protected-login-container h1 {
    text-align: center !important;
    margin-bottom: 30px !important;
    font-size: 28px !important;
    color: #333 !important;
}
.password-protected-login-container .login-error {
    background: #ffebee !important;
    color: #c62828 !important;
    padding: 15px !important;
    border-left: 4px solid #c62828 !important;
    margin-bottom: 25px !important;
    border-radius: 4px !important;
}
.password-protected-login-container .user-pass-wrap {
    margin-bottom: 20px !important;
}
.password-protected-login-container label {
    display: block !important;
    margin-bottom: 10px !important;
    font-weight: 600 !important;
    color: #333 !important;
}
.password-protected-login-container .wp-pwd {
    display: flex !important;
    align-items: stretch !important;
}
.password-protected-login-container .password-input {
    flex: 1 !important;
    padding: 12px !important;
    border: 1px solid #ddd !important;
    border-radius: 4px 0 0 4px !important;
    font-size: 16px !important;
    transition: border-color 0.3s !important;
}
.password-protected-login-container .password-input:focus {
    border-color: #65bc7b !important;
    outline: none !important;
}
.password-protected-login-container .wp-hide-pw {
    border: 1px solid #ddd !important;
    border-left: 0 !important;
    border-radius: 0 4px 4px 0 !important;
    padding: 12px 15px !important;
    cursor: pointer !important;
    background: #f5f5f5 !important;
    transition: background 0.3s !important;
}
.password-protected-login-container .wp-hide-pw:hover {
    background: #e0e0e0 !important;
}
.password-protected-login-container .forgetmenot {
    margin: 20px 0 !important;
}
.password-protected-login-container .forgetmenot label {
    display: flex !important;
    align-items: center !important;
    font-weight: normal !important;
    cursor: pointer !important;
}
.password-protected-login-container .forgetmenot input[type="checkbox"] {
    margin-right: 8px !important;
}
.password-protected-login-container .submit {
    margin-top: 30px !important;
}
.password-protected-login-container .button-primary {
    width: 100% !important;
    padding: 14px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    border: none !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    transition: all 0.3s !important;
}

/*För att fixa konstig svea-placering i checkout*/
.wc-svea-checkout-page #customer_details {
    max-width: 580px;
}