.header {
    position: relative;
}

.header > .top {
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: 600;
    overflow: auto;
}

.header > .top > .left {
    float: left;
}

.header > .top > .right {
    float: right;
}

.header > .top .user-action-top {
    float: right;
    margin-left: 20px;
    font-weight: 300;
}

.header > .top .user-action-top i {
    font-size: 14px;
}

.header > .menu {
    overflow: visible;
    border-bottom: 1px solid #073c5e;
    background-color: #fbfbfb;
}

.header > .menu > table {
    width: 100%;
    table-layout: fixed;
}

.header .menu-logo {
    width: 60px;
}

.header .menu-logo-text a,
.header .menu-logo-text a:active,
.header .menu-logo-text a:hover {
    font-family: Broadway-Regular, sans-serif;
    font-size: 24px;
    color: #073c5e;
    text-decoration: none;
}

.header .menu-logo img {
    width: 165px;
    height: 54px;
}

.header i:not(.no-margin) {
    margin-right: 5px;
}

.header .menu-option a {
    color: #073c5e;
}

.header .menu-option > a {
    text-align: center;
    width: 100%;
}

.header .navigation {
    border-right: 1px solid #073c5e;
    width: 530px;
}

.header .navigation > table {
    table-layout: fixed;
    height: 71px;
}

.header .navigation .menu-option {
    white-space: nowrap;
    width: 100px;
    text-align: center;
}

.header .user-cart {
    width: 80px;
    color: #073c5e;
    cursor: pointer;
}

.header .user-cart .menu-option {
    text-align: right;
}

.header .user-cart .menu-option:last-child {
    padding-left: 5px;
}

.header a.shopping-cart:hover {
    text-decoration: none;
}

.header .m-dropdown {
    overflow: visible;
    position: relative;
}

.header .menu-text-wrap {
    padding: 15px 10px;
    border-bottom-right-radius: 25px;
    border-top-left-radius: 25px;
}


.header .menu-option.m-dropdown:hover > a,
.header .menu-option > a:hover {
    color: #0d6298;
}

.header .menu-option.m-dropdown.active:hover .menu-text-wrap,
.header .menu-option.active .menu-text-wrap:hover {
    background-color: #0d6298;
}

.header .menu-option.m-dropdown.active:hover > a,
.header .menu-option.active > a:hover,
.header .menu-option.active > a {
    color: #fdfdfd;
    text-decoration: none;
}

.header .menu-option.active .menu-text-wrap {
    background: #073c5e;
}

.header .m-dropdown .dropdown-content {
    display: none;
    position: absolute;
    z-index: 510;
    top: 71px;
    right: -1px;
    list-style-type: none;
    white-space: nowrap;
    background-color: #fbfbfb;
    border-left: 1px solid #073c5e;
    border-right: 1px solid #073c5e;
    border-bottom: 1px solid #073c5e;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: 7px 9px 8px 0 rgba(0, 0, 0, 0.6);
}

.header .m-dropdown:hover .dropdown-content {
    display: block;
    overflow: hidden;
}

.header .m-dropdown:hover .dropdown-content .dropdown-option {
    opacity: 1;
    transition-delay: 0s;
}

.header .m-dropdown .dropdown-option:hover {
    background-color: #073c5e;
}

.header .m-dropdown .dropdown-option a {
    display: block;
    padding: 8px 20px;
}

.header .m-dropdown .dropdown-option:hover a {
    color: #fbfbfb;
}

.header > .menu.sticky {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.8);
    position: fixed;
    width: 100%;
    z-index: 300;
    top: 0;
}

.alert {
    position: absolute;
    bottom: -54px;
    margin: 0;
    width: 100%;
    z-index: 500;
    padding: 16px;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
}

.sticky-header .alert {
    position: fixed;
    bottom: 0;
    top: 72px;
    height: 54px;
}