:root {
    --mainbg: #D3BBA3;
    --maincolor: white;
}

.elementor-shortcode .hw-theme-light.profile-login-wrapper {
    background-color: var(--mainbg);
    padding: 8px;
    border-radius: 99999px;
}

.elementor-shortcode .hw-theme-light.profile-login-wrapper a{
   color: #222222;
    display: block;
    line-height: 1;
}

.elementor-shortcode .hw-theme-light.profile-login-wrapper:hover {
    background-color: var(--mainbg);
     border-radius: 99999px;
}

.profile-dropdown-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}
.header-monogram{
        background-color: #D3BBA3 !important;
        color: #222222 !important;
}

#menu-mymenu li a{
    font-family:"Poppins", Sans-serif !important;
    font-size:14px;
    color:#222222;
}

.hw-mbadge  {
    background-color: #D3BBA3 !important;
}
.header-monogram {
    font-family:"Poppins", Sans-serif !important;
    font-size:0.9rem;
}

.user-monogram {
    background-color: #D3BBA3 !important;
    font-family:"Poppins", Sans-serif !important;
    font-size:0.9rem;
    color: #222222 !important;
}
span.user-nickname {
    color: #222222;
    text-align: center; /* Szöveg középre helyezése */
    font-family:"Poppins", Sans-serif !important;
    font-weight:400;
}

#menu-mymenu li a:hover{
    color:#D3BBA3;
}

@media (max-width: 768px){
    span.user-nickname{
        display:none !important;
    } 
    
    .user-monogram {
    width: 25px;
    height: 25px;
    background-color: #D3BBA3;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 0.8rem;
    line-height: 1rem;
    font-family: "Oswald", Sans-serif;
    text-transform: uppercase;
    border-radius: 50%;
    font-weight: bold;
    }
}

.dropdown-arrow {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #D3BBA3;
    margin-top: 10px;
    margin-bottom: 3px;
    margin-right: 6px;
    line-height: 1;
}

.header-nickname {
    font-family: "Poppins", Sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: #212121;
    line-height: 1;
}

.header-username{
    font-weight:300;
    font-family:"Poppins", Sans-serif !important;
}

button.woocommerce-button.button.woocommerce-form-login__submit {
    background-color: #d3bba3;
}

button.woocommerce-button.button.woocommerce-form-login__submit:hover {
    background-color: #d5d5d5;
}

.page-header {
    display: none;
}

.woocommerce-account .custom-myaccount-navigation {
    justify-content: flex-start;
}

h2.myaccount-title {
    color: #fafafa;
    font-size: 6vh !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .profile-info-section {
        margin-top: -10px;
    }
}

.elementor-menu-cart__subtotal {
    border-color: var(--subtotal-divider-color, #d5d8dc);
    border-style: var(--subtotal-divider-style, solid);
    border-width: var(--subtotal-divider-top-width, 1px) var(--subtotal-divider-right-width, 1px) var(--subtotal-divider-bottom-width, 1px) var(--subtotal-divider-left-width, 1px);
    color: var(--menu-cart-subtotal-color, inherit);
    font-size: 20px;
    font-weight:400;
    text-align: var(--menu-cart-subtotal-text-align, center);
}

.woocommerce-table__product-table product-total{
    background-color: #d3bba3;
}

.woocommerce-table--order-details thead tr th{
    background-color: #d3bba3;
    color:#222222;
}
woocommerce-orders-table__row woocommerce-orders-table__row--status-processing order .th.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number{
background-color: #80808012 !important;
}

th{
    background-color: #80808012;
}


.hw-theme-light .header-username{
    display:none;
}