html,
body {
    font-size: 16px;
}

.grid > .row {
    margin-left: 0;
    margin-right: 0;
}

.clear {
    clear: both;
}

#inet_column_container .column .celltext {
    vertical-align: middle;
}

#header .cart-icon {
    font-size: 24px;
    left: 16px;
    margin-top: -12px;
    position: absolute;
    top: 50%;
    color: #7a9655;
}

@media only screen and (min-width: 62rem) {
    #header .cart-icon {
        font-size: 32px;
        left: auto;
        right: 32px;
        top: 16px;
        margin-top: 0;
    }
}

#header .cart-icon:focus,
#header .cart-icon:hover {
    color: #000;
}

#menu .nav-menu li {
    list-style-type: none;
}

#menu .nav-menu a {
    color: #fff;
    font-family: Spartan, sans-serif;
}

#primary {
    padding-bottom: 32px;
}

.storenav {
    background: #53584C;
    display: none;
}

@media only screen and (min-width: 62rem) {
    .storenav {
        display: block;
    }
}

.storenav > ul {
    display: flex;
    justify-content: space-between;
    padding: 0 64px;
}

.storenav > ul > li {
    padding: 0 4px;
    position: relative;
    margin-bottom: 0;
}

.storenav > ul > li > a {
    color: #fff;
    display: block;
    font-size: 13px;
    padding: 32px 0;
    text-transform: uppercase;
}

.storenav > ul > li > ul {
    position: absolute;
    display: none;
    text-align: center;
    top: 100%;
    left: 50%;
    width: 180px;
    margin-left: -90px;
    background: #fff;
    border: 1px solid #7a9655;
    padding: 8px 32px;
    box-shadow: 0 0 4px rgba(0,0,0,0.25);
    z-index: 802;
}

.storenav > ul > li:hover > ul,
.storenav > ul > li:focus > ul,
.storenav > ul > li > a:focus + ul {
    display: block;
}

.storenav > ul > li:focus-within > ul {
        display: block;
}

.storenav > ul > li > ul > li > a {
    display: block;
    font-size: 14px;
    padding: 8px 0;
    text-transform: uppercase;
}
