/* Modern header styles */
.modern-header {
   
    padding: 20px 0;

}



.modern-header #desktop_logo img {
    max-width: 150px; /* Adjust logo size */
}

.modern-header .header-custom-html {
    font-size: 14px;
    color: #6c757d; /* Grey text */
    text-align: center;
    margin-top: 10px;
}

.modern-header .col-header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.modern-header .header-cart {
    position: relative;
    margin-right: 20px; /* Add separation between cart and sign-in */
}

.modern-header .header-cart .header-cart-btn {
    display: flex;
    align-items: center;
    color: #000;
    text-decoration: none;
}

.modern-header .header-cart .header-cart-btn .icon {
    font-size: 24px;
    margin-right: 10px;
}

.modern-header .header-cart .header-cart-btn .info-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.modern-header .header-cart .header-cart-btn .info-wrapper .title {
    font-size: 14px;
    font-weight: 600;
}

.modern-header .header-cart .header-cart-btn .info-wrapper .cart-toggle-details {
    font-size: 12px;
    color: #6c757d;
}

.modern-header .header-signin {
    margin-left: 20px;
}

.modern-header .header-signin a {
    display: flex;
    align-items: center;
    color: #000;
    text-decoration: none;
}

.modern-header .header-signin a .fa-user {
    font-size: 24px;
    margin-right: 10px;
}

.modern-header .header-signin a span {
    font-size: 14px;
    font-weight: 600;
}

/* Add spacing to ps_customersignin widget */
.modern-header .header-cart + .ps_customersignin {
    margin-left: 20px; /* Adjust as needed for spacing */
}

/* Custom spacing for user info */
#header .desktop-header-style-1 #user_info {
    margin-top: .6rem;
    margin-left: 20px;
}


.btn-product-list {
    padding: 0.5357142857rem 1.0714285714rem;
    background: darkolivegreen;
    color: #ffffff;
    border: none 1px;
}