﻿div.userMenu {
    color: white;
    display: flex;
    align-items: center;
}
div.userMenu span:first-child {
    border-right: solid 2px white;
    padding: 0px 8px 0px 5px;
    margin-right: 12px;
}

div.userMenu span:not(:first-child) {
    margin-left: 0;
    padding-left: 0;
}

div.userMenu div {
    display: flex;
    align-items: center;
    gap: 20px;
}

div.userMenu div span {
    margin-right: 0;
}

div.userMenu span a {
    color: white !important;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Times New Roman', Times, serif;
    text-decoration: none;
}

div.userMenu span a:hover {
    color: white !important;
}

.top-header-left a {
    color: white !important;
    font-size: 18px !important;
    text-decoration: none;
}

.top-header a {
    color: white !important;
    font-size: 18px !important;
    text-decoration: none;
}

.top-header .userMenu a {
    color: white !important;
    font-size: 18px !important;
    text-decoration: none;
}

.top-header .userMenu span a {
    color: white !important;
    font-size: 18px !important;
    text-decoration: none;
}

.top-header-left div span:first-child {
    margin-right: 12px;
}

.top-header-left div span {
    display: inline-block;
    margin-right: 0;
}

.top-header-left div span:not(:first-child) {
    margin-left: 0;
}

/* Menu styling improvements */
.header-bottom .header {
    margin: 0;
    padding: 0;
}

.header-bottom .header .top-nav {
    position: relative;
    margin: 0;
    padding: 0;
}

.header-bottom .header .header-left {
    margin: 0;
    padding: 0;
}

.header-bottom .header .top-nav {
    margin: 0;
    padding: 0;
}

.header-bottom .header .top-nav ul.memenu {
    padding-left: 0;
}

.header-bottom .header .top-nav ul.memenu li {
    position: relative;
    float: none;
    display: inline-block;
    vertical-align: middle;
}

.header-bottom .header .top-nav ul.memenu li a {
    float: none;
    display: inline-block;
    font-size: 15px !important;
    padding: 14px 18px !important;
}

.header-bottom .header .top-nav ul.memenu li a::after {
    content: '';
    position: absolute;
    bottom: 8px;
    left: 50%;
    width: 0;
    height: 2px;
    background: #dc2626;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.header-bottom .header .top-nav ul.memenu li a:hover::after,
.header-bottom .header .top-nav ul.memenu li.active > a::after {
    width: 70%;
}

/* Logo styling - Prime Watch - Elegant & Luxury */
.logo a {
    text-decoration: none;
    display: inline-block;
}

.logo a h1 {
    position: relative;
    z-index: 1;
}
