header{
        background: #FFFFFF;
}
.container, .container-lg, .container-md, .container-xl {
    max-width: 1200px;
}
section#ecommerce_bar {
        position: relative;
}
section#ecommerce_bar .site-logo img {
        vertical-align: middle;
        width: auto;
        margin-top:33px;
        display: block;
}
section#ecommerce_bar .site-logo {
        top: auto;
}
.custom-account-dropdown .dropdown-item {
    color: #ffffff !important;
}

.custom-account-dropdown .dropdown-item:hover {
    background-color: #003c71; 
    color: #0056b3; 
}
.custom-account-dropdown ul {
    list-style: none;     
    padding-left: 0;      
    margin: 0;            
}

section.primary-navigation {
        background-color: #003c71;
        border-bottom: 5px solid #003c71;;
        margin-bottom: -2px;
}
.custom-account-dropdown {
    background-color: #003c71 !important;
    padding: 0;
    border: none;
    max-height: none !important;
    overflow: visible !important;
    min-width: 200px;
    z-index: 9999;
    margin-top: 60px;
    border-radius: unset;
}
footer.arrow--site-footer {
        background-color: #5B6770;
}

.footer-links {
    list-style-type: none; 
    padding-left: 0;
    margin-bottom: 0;
}

.footer-links li {
    display: inline;
    margin-right: 15px;
}

.footer-links a {
    color: #ffd400; /* Yellow color for the lower section links */
    text-decoration: none;
}

.footer-links a:hover {
    text-decoration: underline; /* Optional hover effect */
}
@media screen and (min-width: 1024px) {
        input.search-input {
                margin-top: 10px !important;
                padding: 23px !important;
        }
        button.top-search-button {
                margin-top: 10px !important;
        }
}



