/*
Theme Name:   Bacola Child
Theme URI:    http://klbtheme.com/bacola/
Description:  Bacola Child Theme
Author:       KlbTheme
Author URI:   http://themeforest.net/user/klbtheme
Template:     bacola
Version:      1.0.1
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  bacola-child
*/

.header-my-account {
    position: relative;
    margin-right: 1.875rem;
    flex: 0 0 auto;
}

.header-my-account .my-account-toggle,
.site-account-link a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
    min-height: 3.75rem;
    padding: 0 1.25rem;
    text-decoration: none;
    color: #233a95;
    border: 1px solid #d9d9e9;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    border-radius: var(--size-border-radius);
    background: #fff;
    transition: box-shadow 0.3s cubic-bezier(0.83, 0.26, 0.19, 0.87);
}

.header-my-account .my-account-toggle:hover,
.site-account-link a:hover {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.09);
}

.account-link-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    line-height: 1;
}

.account-link-text {
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
}

.site-canvas .site-account-link {
    padding: 1.25rem 1.25rem 0.625rem;
}

@media screen and (min-width: 26.25rem) {
    .site-canvas .site-account-link {
        padding: 1.25rem 1.875rem 0.625rem;
    }
}

.site-canvas .site-account-link a {
    width: 100%;
    justify-content: flex-start;
}

@media screen and (max-width: 991px) {
    .header-my-account {
        display: none !important;
    }
}
