.side-cart-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: #ff9800;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: white;
    cursor: pointer;
    z-index: 10000;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

#ajax-side-cart-count {
    position: absolute;
    top: -5px;
    right: -5px;
    background: red;
    color: white;
    font-size: 12px;
    font-weight: bold;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#cart-account-link {
    font-size: 14px;
    margin-bottom: 10px;
    text-align: left;
}

#cart-account-link a {
    color: white;
    text-decoration: none;
}

#cart-account-link a:hover {
    text-decoration: underline;
}

#cart-header-icon {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: white;
}

#ajax-side-cart-header-count {
    background: red;
    color: white;
    font-size: 12px;
    font-weight: bold;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
}
