﻿@import "~/dist/@hy-vee/design-tokens/src/tokens.css?version=0.5.0";
.content-container {
    height: 100% !important;
    background-color: #fff;
}

.drop-down-header a,
.drop-down-links a {
    color: inherit;
    font-weight: inherit;
}

.hyvee-header button, .hyvee-footer button {
    appearance: none;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    font-family: var(--font-family);
    font-size: inherit;
    font-weight: normal;
}

.hyvee-header input,
.hyvee-footer input {
  appearance: none;
  border: 0;
  border-radius: 0;
  margin: 0;
  outline: none; }

.hyvee-header ol,
.hyvee-header ul,
.hyvee-footer ol,
.hyvee-footer ul {
  list-style: none;
}

.hyvee-header .mobile, .hyvee-footer .mobile {
	background-image: none;
}

.login-button:hover {
    text-decoration: none;
}

.secondary-navigation-links li a {
    color: inherit;
    font-weight: inherit;
}

.account-menu-drop-down-links a {
    color: inherit;
    font-weight: inherit;
    text-decoration: inherit;
}

@media (max-width:47.9375rem) {
    .hyvee-header .shopping-list-link {
		padding-top: 0px;
	}
}

