/*
 *  Copyright 2017 Adobe Systems Incorporated
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
/** @define image */
.cmp-image__image {
  width: 100%;
}

/*
 *  Copyright 2017 Adobe Systems Incorporated
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
/** @define breadcrumb */
.cmp-breadcrumb {
  display: inline-block;
  list-style: none;
  padding: 0;
}
.cmp-breadcrumb__item {
  display: inline-block;
  vertical-align: top;
}

/*
 *  Copyright 2017 Adobe Systems Incorporated
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
.cmp-search {
  position: relative;
}
.cmp-search__field {
  position: relative;
  height: 2rem;
}
.cmp-search__input {
  padding-left: 2rem;
  padding-right: 2rem;
  height: 100%;
  width: 100%;
}
.cmp-search__icon {
  display: block;
  position: absolute;
  left: .5rem;
  top: .5rem;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTE1MnB4IiBoZWlnaHQ9IjExNTJweCIgdmlld0JveD0iMCAwIDExNTIgMTE1MiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTE1MiAxMTUyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGQ9Ik02NzIsMEM0MDYuOTAzLDAsMTkyLDIxNC45MDMsMTkyLDQ4MGMwLDk1LjcsMjguMDExLDE4NC44NTUsNzYuMjc1LDI1OS43MjVDMTgxLjY0Niw4MjYuMzU0LDQ4LjA3NSw5NTkuOTI1LDM2LDk3Mg0KCWMtMTgsMTgtMzYsMzYtMzYsNzJzMTgsNTQsMzYsNzJzMzYuMDEyLDM2LDcyLDM2czU0LTE4LDcyLTM2YzEyLjA3NS0xMi4wNzUsMTQ1LjY0Ni0xNDUuNjQ2LDIzMi4yNzUtMjMyLjI3NQ0KCUM0ODcuMTQ0LDkzMS45ODgsNTc2LjMsOTYwLDY3Miw5NjBjMjY1LjA5NywwLDQ4MC0yMTQuOTAzLDQ4MC00ODBDMTE1MiwyMTQuOTAzLDkzNy4wOTcsMCw2NzIsMHogTTY3Miw4MTYNCgljLTE4NS41NjgsMC0zMzYtMTUwLjQzMy0zMzYtMzM2YzAtMTg1LjU2OCwxNTAuNDMyLTMzNiwzMzYtMzM2YzE4NS41NjcsMCwzMzYsMTUwLjQzMiwzMzYsMzM2QzEwMDgsNjY1LjU2Nyw4NTcuNTY3LDgxNiw2NzIsODE2eiINCgkvPg0KPC9zdmc+DQo=");
  background-size: contain;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
}
.cmp-search__loading-indicator {
  display: none;
  position: absolute;
  top: .5rem;
  left: .5rem;
  border: 3px solid #ccc;
  border-top-color: #333;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  animation: cmp-search__loading-indicator-spin 2s linear infinite;
}
@keyframes cmp-search__loading-indicator-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.cmp-search__clear {
  display: none;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
}
.cmp-search__clear-icon {
  position: absolute;
  top: .5rem;
  right: .5rem;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTE1MnB4IiBoZWlnaHQ9IjExNTJweCIgdmlld0JveD0iMCAwIDExNTIgMTE1MiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTE1MiAxMTUyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGlkPSJYTUxJRF85XyIgZD0iTTgyLjYsOTM3LjJsMzYyLTM2Mkw4NCwyMTQuOGMtMTQuMS0xNC4xLTE0LjEtMzYuOSwwLTUxbDgxLjItODEuMmMxNC4xLTE0LjEsMzYuOS0xNC4xLDUxLDBsMzYwLjUsMzYwLjUNCglMOTM3LjIsODIuNmMxNC4xLTE0LjEsMzYuOS0xNC4xLDUxLDBsODEuMiw4MS4yYzE0LjEsMTQuMSwxNC4xLDM2LjksMCw1MUw3MDguOSw1NzUuM2wzNjAuNSwzNjAuNWMxNC4xLDE0LjEsMTQuMSwzNi45LDAsNTENCglsLTgxLjIsODEuMmMtMTQuMSwxNC4xLTM2LjksMTQuMS01MSwwTDU3Ni43LDcwNy41bC0zNjIsMzYyYy0xNC4xLDE0LjEtMzYuOSwxNC4xLTUxLDBsLTgxLjItODEuMg0KCUM2OC41LDk3NC4yLDY4LjUsOTUxLjMsODIuNiw5MzcuMnoiLz4NCjwvc3ZnPg0K");
  background-size: contain;
  width: 1rem;
  height: 1rem;
}
.cmp-search__results {
  display: none;
  overflow-y: auto;
  min-width: 100%;
  max-height: 10rem;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999999;
  border: 1px solid #ccc;
  background: #fff;
}
.cmp-search__item {
  display: block;
}
.cmp-search__item--is-focused {
  background-color: #ccc;
}

@import url(https://web.archive.org/web/20200320065512cs_/https://fonts.googleapis.com/css?family=Source+Sans+Pro);@import url(https://web.archive.org/web/20200320065512cs_/https://fonts.googleapis.com/css?family=Roboto);@import url(https://web.archive.org/web/20200320065512cs_/https://fonts.googleapis.com/css?family=Roboto+Condensed);@charset "UTF-8";
/* 
File Name : mixins scss
Author : Senthil Shanmugam
Content : Contains mixin for all the components. Example : width, font, truncate
*/
/* --------------- Line Clamp --------------- */
body {
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  overflow-x: hidden;
  max-width: 100%;
  word-wrap: break-word; }

.root.responsivegrid {
  max-width: 1280px;
  margin: 0 auto; }

* {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto; }

h1,
h2 {
  color: #0a4e8c;
  font-style: normal;
  font-family: Roboto Condensed; }

h4 {
  color: #0a4e8c;
  font-style: normal;
  font-stretch: normal;
  line-height: normal; }

h3,
h5,
h6,
h7,
h8,
.h7,
.h8 {
  color: #464852;
  font-style: normal;
  font-stretch: normal;
  line-height: normal; }

h1 {
  font-size: 35px;
  font-style: normal;
  line-height: normal;
  font-weight: bold;
  letter-spacing: -0.1px; }

h2 {
  font-size: 19px;
  font-weight: normal;
  line-height: 1.47;
  letter-spacing: normal; }

h3 {
  font-size: 28px;
  letter-spacing: -0.3px;
  font-weight: normal; }

h4 {
  font-size: 21px;
  font-weight: bold;
  letter-spacing: -0.2px; }

h5 {
  font-size: 21px;
  letter-spacing: 0.2px;
  font-weight: normal; }

h6 {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: normal; }

.h7 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px; }

.h8 {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: normal; }

b,
em,
strong {
  font-weight: bold; }

.iframeCSSRequired iframe {
  width: 100%;
  height: 100%;
  border: 0; }

.modal-open {
  overflow: hidden; }

.modal-body {
  height: 80vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

.CarouselComponent,
.CategoryTile,
.CtaComponent,
.Disclaimer,
.ExpandCollapse,
.HeroSlider,
.iFrame,
.Image__Component,
.Layout,
.LinkPills,
.LinkStack,
.Promo,
.Tile,
.Title__Component,
.cmp.cmp-text,
.tabbed-container,
.externallink,
.Video,
.Youtube {
  padding: 15px; }

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 57px; }
  h2 {
    font-size: 35px;
    line-height: normal;
    letter-spacing: -0.4px; }
  h3 {
    font-size: 37px;
    letter-spacing: -0.7px; }
  h4 {
    font-size: 28px;
    letter-spacing: -0.5px; }
  h5 {
    font-size: 28px;
    letter-spacing: 0.7px; }
  h6 {
    font-size: 21px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body {
    padding: 0; } }

@media only screen and (min-width: 1280px) {
  .modal-body {
    height: 480px;
    overflow-y: hidden; } }

.MperksDesktopHeader .MperksHeader__yourStore {
  padding-top: 1px !important; }

@media only screen and (min-width: 1280px) {
  .MperksDesktopHeader .MperksHeader__yourStore {
    padding-top: 3px !important; }
  .MperksDesktopHeader .MperksHeader__headerLinks--right button {
    padding: 0 15px !important; }
  .MperksDesktopHeader .MperksHeader__headerLinks--right p button:first-child {
    padding-right: 15px !important;
    padding-left: 0 !important; }
  .MperksDesktopHeader .MperksHeader__headerLinks--right button:last-child {
    padding-right: 0 !important; } }

.Footer {
  border-top: 1px solid #e1e7eb;
  padding: 0;
  margin-top: 10px;
  width: 100%;
  bottom: 0; }
  .Footer .Footer__nav-section {
    padding: 0px;
    margin: 0px;
    width: 100%;
    background-color: #ffffff; }
    .Footer .Footer__nav-section .Footer__headline {
      font-weight: bold;
      font-size: 16px; }
  .Footer ul {
    list-style: none;
    padding: 0px;
    margin: 0px; }
    .Footer ul li {
      display: table; }
  .Footer .Footer__desktop-view {
    display: none; }
  .Footer .Footer__mobile-view {
    display: block; }
    .Footer .Footer__mobile-view .Footer__nav-column {
      padding: 10px 15px; }
      .Footer .Footer__mobile-view .Footer__nav-column p {
        margin: 15px 0px; }
      .Footer .Footer__mobile-view .Footer__nav-column svg {
        float: right; }
  .Footer .Footer__card-body {
    margin: 5px auto; }
  .Footer .Footer__nav-column {
    width: 100%;
    display: block;
    padding: 10px;
    display: inline-block;
    color: #464852; }
    .Footer .Footer__nav-column .Footer__mobile-border {
      border-top: solid 1px #464852; }
    .Footer .Footer__nav-column a {
      text-decoration: none;
      display: block;
      font-size: 14px;
      font-weight: normal;
      color: #464852;
      cursor: pointer;
      width: 100%; }
  .Footer .collapse a:hover {
    text-decoration: underline; }
  .Footer .Footer__copyright-section {
    padding: 0 40px 0;
    background-color: #f4f7fb;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 40px;
    font-size: 14px; }
  .Footer .glyphicon {
    float: right; }
  .Footer .Footer__legal-links {
    padding: 5px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .Footer .Footer__legal-links a {
      color: #464852;
      text-decoration: none;
      max-width: 100%;
      margin: 20px 10px 0px;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content; }
    .Footer .Footer__legal-links a:hover {
      text-decoration: underline; }
    .Footer .Footer__legal-links a:last-child {
      margin: 15px auto auto; }
  .Footer .Footer__copyright-section,
  .Footer .Footer__copyright {
    text-align: center;
    padding: 0px;
    margin: 15px 0 auto;
    color: #464852;
    width: 100%; }

@media (min-width: 768px) {
  .Footer .Footer__nav-column {
    padding: 10px 0; }
  .Footer .Footer__legal-links {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 5px 40px; }
  .Footer .Footer__copyright {
    width: 100%; } }

@media (min-width: 992px) {
  .Footer .Footer__nav-section .Footer__headline {
    font-weight: bold;
    font-size: 16px;
    margin: 10px 0px; }
  .Footer .Footer__nav-section a:hover {
    text-decoration: underline; }
  .Footer .Footer__desktop-view div {
    padding-right: 10px; }
  .Footer .Footer__desktop-view div:last-child {
    padding-right: 0; }
  .Footer .Footer__mobile-view {
    display: none; }
  .Footer .Footer__desktop-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1rem; }
  .Footer ul {
    list-style: none;
    padding: 0px;
    margin: 0px; }
  .Footer .Footer__legal-links {
    margin: 0;
    display: block; }
  .Footer .Footer__copyright-section {
    padding: 0 15px; }
  .Footer .Footer__copyright {
    display: inline;
    border-left: 1px solid #ccc;
    padding-left: 10px; } }

.MperksHeader {
  width: 100%; }
  .MperksHeader .btn-link {
    color: #464852;
    padding-left: 0;
    padding-right: 15px;
    text-decoration: none;
    border: 0; }
  .MperksHeader .MperksHeader__navbar--row .btn-link:hover {
    color: #dd1321; }
  .MperksHeader .MperksHeader__navbar--row .btn-link:last-child {
    padding-right: 0;
    margin-right: 0; }
  .MperksHeader .btn-link,
  .MperksHeader a {
    cursor: pointer; }
  .MperksHeader .MperksHeader__yourStore {
    font-size: 14px; }
  .MperksHeader ul {
    list-style: none;
    padding: 0px;
    margin: 0px; }
  .MperksHeader ul li {
    margin: 0;
    padding: 0; }
  .MperksHeader ul li button {
    color: #42525e;
    font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.43; }
  .MperksHeader .btn-plain {
    background: inherit;
    padding: 0px;
    margin: 0px;
    width: 100%;
    text-align: left;
    -webkit-box-shadow: inherit;
            box-shadow: inherit; }
    .MperksHeader .btn-plain a {
      color: #464852;
      font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
      font-weight: 600;
      font-size: 16px;
      line-height: normal;
      -webkit-box-shadow: inherit;
              box-shadow: inherit; }
  .MperksHeader .btn-plain a:hover,
  .MperksHeader .btn-plain a:active,
  .MperksHeader .btn-plain a:visited {
    text-decoration: none; }
  .MperksHeader .btn-plain:hover {
    background-color: inherit;
    -webkit-box-shadow: inherit;
            box-shadow: inherit; }
  .MperksHeader .btn-plain:active {
    background-color: inherit;
    -webkit-box-shadow: inherit;
            box-shadow: inherit; }
  .MperksHeader .btn-plain:visited {
    background-color: inherit;
    -webkit-box-shadow: inherit;
            box-shadow: inherit; }
  .MperksHeader .links {
    margin: 21px 0px;
    padding: 0px 10px; }
    .MperksHeader .links a {
      margin: 5px; }
  .MperksHeader .rect-background {
    padding: 0px;
    margin: 0px; }
  .MperksHeader .card-body {
    margin: 5px auto; }
  .MperksHeader .collapse {
    border-top: 1px solid #808080; }
  .MperksHeader .collapse ul {
    padding: 0 20px; }
  .MperksHeader .MperksMobileHeader .MperksHeader__headerLinks {
    width: 100%;
    height: 35px;
    color: #42525e;
    font-size: 12px;
    background-color: #f4f7fb; }
  .MperksHeader .MperksMobileHeader .MperksHeader__headerLinks--left {
    padding: 0 10px 0 0; }
  .MperksHeader .MperksMobileHeader .MperksHeader__headerLinks--right {
    text-align: right; }
    .MperksHeader .MperksMobileHeader .MperksHeader__headerLinks--right p.MperksHeader__yourStore {
      font-size: 14px; }
      .MperksHeader .MperksMobileHeader .MperksHeader__headerLinks--right p.MperksHeader__yourStore a {
        color: #464852; }
  .MperksHeader .MperksMobileHeader .MperksHeader__headerLinks--row li:last-child button {
    padding-right: 0; }
  .MperksHeader .MperksMobileHeader .MperksHeader__headerLinks .btn-link {
    padding-top: 0;
    padding-bottom: 0; }
  .MperksHeader .MperksMobileHeader .MperksHeader__sideNav {
    width: 0;
    height: 0; }
  .MperksHeader .MperksMobileHeader .MperksHeader__headerLinks li:nth-child(n + 3) button {
    border-left: 1px solid #c2cddb;
    padding-left: 15px; }
  .MperksHeader .MperksMobileHeader .MperksHeader__headerLinks li:first-child {
    margin-right: auto; }
  .MperksHeader .MperksMobileHeader .MperksHeader__welcomeBlock {
    display: none;
    -webkit-box-shadow: inset 0 -1px 0 0 #808080;
            box-shadow: inset 0 -1px 0 0 #808080; }
    .MperksHeader .MperksMobileHeader .MperksHeader__welcomeBlock button {
      margin-bottom: 5px; }
  .MperksHeader .MperksMobileHeader .MperksHeader__sideNav {
    display: block;
    width: 0;
    z-index: 1;
    left: 0px;
    overflow-x: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s; }
  .MperksHeader .MperksMobileHeader .MperksHeader__sideNav--block {
    width: 100%;
    display: block;
    padding: 10px;
    border-bottom: 1px solid #808080; }
  .MperksHeader .MperksMobileHeader .MperksHeader__sideNav--block-pills {
    border: 0;
    color: #42525e; }
  .MperksHeader .MperksMobileHeader .MperksHeader__sideNav--block-pills .btn-link {
    color: #42525e; }
  .MperksHeader .MperksMobileHeader .MperksHeader__iconContainer {
    width: 100%;
    height: 60px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1); }
    .MperksHeader .MperksMobileHeader .MperksHeader__iconContainer .MperksHeader__wishList {
      padding-right: 40px; }
  .MperksHeader .MperksMobileHeader .MperksHeader__logo img {
    width: 97px;
    height: auto; }
  .MperksHeader .MperksMobileHeader .MperksHeader__hamburger {
    text-align: right;
    padding-right: 30px; }
  .MperksHeader .MperksMobileHeader .MperksHeader__close {
    display: none;
    text-align: right;
    padding-right: 30px; }
  .MperksHeader .MperksMobileHeader .MperksHeader__icon-right-arrow {
    margin: 3px 0 0 0; }
  .MperksHeader .MperksMobileHeader .modal-body {
    height: 100vh; }
  .MperksHeader .MperksHeader__headerLinks ul {
    margin: 0 auto;
    max-width: 1280px;
    padding: 0 1rem; }
  .MperksHeader .MperksHeader__headerButtons .MperksHeader__headerButtons__signIn,
  .MperksHeader .MperksHeader__headerButtons .MperksHeader__headerButtons__createAccount {
    width: 100%;
    border-radius: 4px;
    height: 40px;
    font-size: 14px;
    cursor: pointer; }

@media only screen and (min-width: 768px) {
  .MperksDesktopHeader .MperksHeader__logo .MperksHeader__logo__meijer {
    width: 49px;
    height: auto;
    margin: 0; }
  .MperksDesktopHeader .MperksHeader__logo img {
    width: 106px; }
  .MperksDesktopHeader .MperksDesktopHeader .MperksHeader__headerButtons {
    right: 10px !important; }
  .MperksDesktopHeader .MperksHeader__headerLinks {
    margin: auto;
    padding-top: 4px;
    height: 35px;
    background-color: #f4f7fb;
    width: 100%; }
  .MperksDesktopHeader .MperksHeader__headerLinks--list {
    list-style: none; }
  .MperksDesktopHeader .MperksHeader__headerLinks ul li button {
    margin: 0;
    cursor: pointer;
    color: #464852;
    padding-right: 5px; }
  .MperksDesktopHeader .MperksHeader__headerLinks ul li .btn-link:hover {
    color: #333333;
    text-decoration: underline; }
  .MperksDesktopHeader .MperksHeader__navbar {
    height: 65px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1); }
    .MperksDesktopHeader .MperksHeader__navbar .btn-link {
      font-size: 14px;
      margin-right: 15px;
      padding-right: 0; }
  .MperksDesktopHeader .MperksHeader__navbar--row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 21px 1rem 0px 1rem;
    margin: auto;
    max-width: 1280px; }
    .MperksDesktopHeader .MperksHeader__navbar--row .MperksHeader__logo {
      margin-top: -6px;
      max-width: 106px;
      margin-right: 20px; }
    .MperksDesktopHeader .MperksHeader__navbar--row .btn-link {
      font-weight: 600;
      line-height: normal; }
  .MperksDesktopHeader .MperksHeader__headerLinks--left {
    padding: 0;
    width: 50%;
    display: inline-block; }
  .MperksDesktopHeader .MperksHeader__headerLinks--right {
    text-align: right; }
    .MperksDesktopHeader .MperksHeader__headerLinks--right div > p {
      border-right: 1px solid #c2cddb; }
    .MperksDesktopHeader .MperksHeader__headerLinks--right div > button {
      border-right: 1px solid #c2cddb;
      padding-left: 5px; }
    .MperksDesktopHeader .MperksHeader__headerLinks--right div > button:last-child {
      border: 0;
      padding-right: 0; }
  .MperksDesktopHeader .MperksHeader__headerIcons {
    text-align: right; }
  .MperksDesktopHeader .MperksHeader__headerButtons {
    text-align: right;
    bottom: 5px;
    padding-right: 0; }
  .MperksDesktopHeader .MperksHeader__headerButtons .MperksHeader__headerButtons__signIn {
    min-width: 80px;
    margin-right: 10px; }
  .MperksDesktopHeader .MperksHeader__headerButtons__createAccount {
    min-width: 130px;
    margin-right: -10px; }
  .MperksDesktopHeader .MperksHeader__headerIcons--list a {
    margin: 0 30px 0 0;
    cursor: pointer; }
  .MperksDesktopHeader .MperksHeader__headerIcons--list a:last-child {
    margin: 0 15px 0 0; }
  .MperksDesktopHeader .MperksHeader__Welcome-user a {
    color: #0a4e8c; }
  .MperksDesktopHeader .MperksHeader__Welcome-user p,
  .MperksDesktopHeader .MperksHeader__Welcome-user a {
    font-size: 14px;
    max-width: 75px;
    bottom: 8px;
    position: relative; } }

@media only screen and (min-width: 1280px) {
  .MperksDesktopHeader .MperksHeader__navbar--row .btn-link {
    margin-right: 35px; }
  .MperksDesktopHeader .MperksHeader__navbar--row .btn-link:hover {
    color: #dd1321; }
  .MperksDesktopHeader .MperksHeader__navbar--row .MperksHeader__logo {
    max-width: 139px;
    margin-right: 40px; }
  .MperksDesktopHeader .MperksHeader__logo img {
    width: 139px; }
  .MperksDesktopHeader .MperksHeader__navbar--row .MperksHeader__logo {
    margin-top: -12px; }
  .MperksDesktopHeader .modal-lg,
  .MperksDesktopHeader .modal-body {
    height: 544px;
    overflow: hidden; }
  .MperksDesktopHeader .MperksHeader__Welcome-user p,
  .MperksDesktopHeader .MperksHeader__Welcome-user a {
    max-width: 100px; }
  .MperksDesktopHeader .MperksHeader__headerLinks ul li .btn-link:hover {
    color: #333333;
    text-decoration: underline; }
  .MperksDesktopHeader .MperksHeader__headerLinks--left .btn-link {
    padding-right: 15px; }
  .MperksDesktopHeader .MperksHeader__headerLinks--right .row div:last-child div .btn-link {
    padding-right: 0; } }

.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  top: 0;
  border-width: 0 0 1px; }

.GlobalHeader {
  width: 100%;
  margin: 0 auto;
  background-color: #ffffff;
  /* .... multi level menus .... */ }
  .GlobalHeader .GlobalHeader__headerLinks {
    background-color: #f4f7fb; }
    .GlobalHeader .GlobalHeader__headerLinks .navbar {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
  .GlobalHeader .GlobalHeader__headerLinks__nav {
    height: 35px;
    margin: 0 auto;
    background-color: #f4f7fb; }
    .GlobalHeader .GlobalHeader__headerLinks__nav .GlobalHeader__storeName {
      min-width: 100px;
      max-width: 176px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      padding-left: 0;
      margin-left: 0.75rem;
      border-bottom: 2px solid #ffffff;
      -webkit-transition: border-bottom 0.5s ease-in-out;
      transition: border-bottom 0.5s ease-in-out; }
    .GlobalHeader .GlobalHeader__headerLinks__nav .GlobalHeader__storeName:hover {
      text-decoration: none;
      border-bottom: 2px solid #0a4d8c; }
  .GlobalHeader .GlobalHeader__navWrapper {
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1); }
  .GlobalHeader .GlobalHeader__nav {
    height: 60px;
    margin: 0 auto;
    background: #ffffff; }
  .GlobalHeader .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .GlobalHeader .GlobalHeader__shopDept {
    padding: 0px 50px 0 30px; }
  .GlobalHeader .btn-link {
    color: #464852;
    line-height: 1.43;
    font-size: 14px;
    padding: 0 0.75rem; }
  .GlobalHeader .GlobalHeader__shopDept {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.5px; }
    .GlobalHeader .GlobalHeader__shopDept a {
      color: #0a4e8c;
      outline: none; }
  .GlobalHeader .navbar li {
    list-style: none; }
  .GlobalHeader .GlobalHeader__dropdownContent {
    position: absolute; }
  .GlobalHeader .GlobalHeader__iconHitArea {
    min-width: 44px;
    min-height: 44px;
    cursor: pointer;
    width: 44px;
    height: 44px; }
  .GlobalHeader .GlobalHeader__userIcon {
    cursor: pointer; }
  .GlobalHeader .GlobalHeader__userIcon:focus {
    outline: 0; }
  .GlobalHeader .GlobalHeader__sideNav {
    width: 0;
    z-index: 1050;
    top: 50px;
    left: 0px;
    overflow-x: hidden;
    border: 1px solid #d8d8d8;
    position: absolute;
    background-color: #ffffff; }
    .GlobalHeader .GlobalHeader__sideNav .card-header .btn {
      font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
      font-weight: normal;
      font-size: 21px;
      line-height: normal;
      text-decoration: none;
      width: 100%;
      height: 50px;
      color: #464852;
      padding: 11px 10px 12px 10px; }
  .GlobalHeader .subhead {
    font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
    font-weight: normal;
    font-size: 21px;
    line-height: normal;
    text-decoration: none;
    width: 100%;
    color: #464852;
    padding-top: 11px;
    padding-bottom: 12px;
    padding-left: 10px; }
  .GlobalHeader .backList {
    position: absolute; }
  .GlobalHeader .GlobalHeader__icon-right-arrow {
    float: right;
    margin: 3px 0 0 0; }
  .GlobalHeader .GlobalHeader__sideNav--block {
    width: 100%;
    display: block;
    padding: 10px; }
    .GlobalHeader .GlobalHeader__sideNav--block .btn {
      font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
      font-weight: 600;
      font-size: 14px;
      line-height: normal;
      display: block;
      position: relative;
      padding: 11px 10px;
      outline: none;
      color: #0a4d8c;
      text-align: left; }
  .GlobalHeader .navbar.GlobalHeader__nav .GlobalHeader__sideNav {
    padding-left: 0;
    padding-right: 0; }
  .GlobalHeader .nav-item .dropdown-menu {
    width: 280px;
    height: 353px;
    position: absolute;
    float: none;
    background-color: #ffffff;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3); }
  .GlobalHeader .Top__menu {
    font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: normal;
    color: #575a5d; }
  .GlobalHeader .sub__menu {
    font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: normal;
    color: #575a5d; }
  .GlobalHeader .card-header {
    padding: 0.75rem 0;
    border-bottom: 0;
    background-color: #ffffff; }
  .GlobalHeader .GlobalHeader__hamburger,
  .GlobalHeader .GlobalHeader__close {
    cursor: pointer;
    top: 3px;
    padding-right: 15px; }
  .GlobalHeader .Globalheader_plus,
  .GlobalHeader .Globalheader_minus {
    width: 10px;
    height: 10px;
    float: right;
    fill: #0a4d8c; }
  .GlobalHeader .Globalheader_plus {
    display: block; }
  .GlobalHeader .Globalheader_minus {
    display: none; }
  .GlobalHeader .navbar-nav li:first-child {
    padding-left: 0; }
  .GlobalHeader .navbar-nav li:last-child button {
    padding-right: 0; }
  .GlobalHeader .dl-menuwrapper {
    width: 100%;
    position: relative;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-perspective-origin: 50% 200%;
    perspective-origin: 50% 200%; }
    .GlobalHeader .dl-menuwrapper .dl-submenu.subcategory-list-container li .subheadLinks {
      font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
      font-weight: normal;
      font-size: 14px;
      line-height: normal;
      text-decoration: underline;
      width: 100%;
      color: #0a4d8c;
      padding-top: 11px;
      padding-bottom: 11px;
      padding-left: 10px; }
    .GlobalHeader .dl-menuwrapper ul {
      padding: 0;
      list-style: none;
      -webkit-transform-style: preserve-3d;
      transform-style: preserve-3d; }
    .GlobalHeader .dl-menuwrapper li {
      position: relative; }
      .GlobalHeader .dl-menuwrapper li a {
        font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        display: block;
        position: relative;
        padding: 11px 10px;
        height: 40px;
        outline: none;
        color: #0a4d8c; }
  .GlobalHeader .no-touch .dl-menuwrapper li a:hover {
    background: rgba(255, 248, 213, 0.1); }
  .GlobalHeader .dl-menuwrapper li.dl-back > a {
    padding-left: 7px;
    border-bottom: 1px solid #d8d8d8; }
    .GlobalHeader .dl-menuwrapper li.dl-back > a .rightsvg {
      margin-top: 2px;
      margin-right: 6px;
      margin-left: 4px; }
  .GlobalHeader .dl-menuwrapper li.dl-back:after {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 17px;
    content: "";
    background-size: 16px 16px;
    left: 10px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  .GlobalHeader .dl-menuwrapper li > a:not(:only-child):after {
    width: 7px;
    height: 7px;
    position: absolute;
    top: 17px;
    line-height: 0;
    content: url("/web/20200320065512im_/http://newsroom.meijer.com/css/clientlib-base.css");
    border: solid #8797a2;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  .GlobalHeader .dl-menuwrapper li > a:after {
    right: 10px;
    color: rgba(0, 0, 0, 0.15); }
  .GlobalHeader .dl-menuwrapper .dl-menu {
    margin: 0;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    .GlobalHeader .dl-menuwrapper .dl-menu.dl-menu-toggle {
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .GlobalHeader .dl-menuwrapper .dl-menu.dl-menuopen {
      opacity: 1;
      pointer-events: auto;
      -webkit-transform: translateY(0px);
      transform: translateY(0px); }
  .GlobalHeader .dl-menuwrapper li .dl-submenu {
    display: none; }
  .GlobalHeader .dl-menu.dl-subview li {
    display: none; }
    .GlobalHeader .dl-menu.dl-subview li.dl-subviewopen > a {
      display: none; }
    .GlobalHeader .dl-menu.dl-subview li.dl-subview {
      display: block; }
      .GlobalHeader .dl-menu.dl-subview li.dl-subview > a {
        display: none; }
      .GlobalHeader .dl-menu.dl-subview li.dl-subview .dl-submenu {
        display: block; }
    .GlobalHeader .dl-menu.dl-subview li.dl-subviewopen {
      display: block; }
      .GlobalHeader .dl-menu.dl-subview li.dl-subviewopen > .dl-submenu {
        display: block; }
        .GlobalHeader .dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
          display: block; }
  .GlobalHeader .dl-menuwrapper > .dl-submenu {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    margin: 0; }
  .GlobalHeader .dl-menu.dl-animate-out-1 {
    -webkit-animation: MenuAnimOut1 0.4s;
    animation: MenuAnimOut1 0.4s; }
  .GlobalHeader .dl-menu.dl-animate-in-1 {
    -webkit-animation: MenuAnimIn1 0.3s;
    animation: MenuAnimIn1 0.3s; }

@-webkit-keyframes MenuAnimOut1 {
  0% { }
  50% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    transform: translateZ(-250px) rotateY(30deg); }
  75% {
    -webkit-transform: translateZ(-372.5px) rotateY(15deg);
    transform: translateZ(-372.5px) rotateY(15deg);
    opacity: 0.5; }
  100% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0; } }

@keyframes MenuAnimOut1 {
  0% { }
  50% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    transform: translateZ(-250px) rotateY(30deg); }
  75% {
    -webkit-transform: translateZ(-372.5px) rotateY(15deg);
    transform: translateZ(-372.5px) rotateY(15deg);
    opacity: 0.5; }
  100% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0; } }

@-webkit-keyframes MenuAnimIn1 {
  0% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0; }
  20% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5; }
  100% {
    -webkit-transform: translateZ(0px) rotateY(0deg);
    transform: translateZ(0px) rotateY(0deg);
    opacity: 1; } }

@keyframes MenuAnimIn1 {
  0% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0; }
  20% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5; }
  100% {
    -webkit-transform: translateZ(0px) rotateY(0deg);
    transform: translateZ(0px) rotateY(0deg);
    opacity: 1; } }
  .GlobalHeader .dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
    -webkit-animation: SubMenuAnimIn1 0.4s ease;
    animation: SubMenuAnimIn1 0.4s ease; }
  .GlobalHeader .dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
    -webkit-animation: SubMenuAnimOut1 0.4s ease;
    animation: SubMenuAnimOut1 0.4s ease; }

@-webkit-keyframes SubMenuAnimIn1 {
  0% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1; } }

@keyframes SubMenuAnimIn1 {
  0% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1; } }

@-webkit-keyframes SubMenuAnimOut1 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0; } }

@keyframes SubMenuAnimOut1 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0; } }
  .GlobalHeader .signout_text {
    font-size: 14px; }
  .GlobalHeader .card {
    border: 0; }
  .GlobalHeader .GlobalHeader__subNavigation.card {
    border-bottom: 1px solid #d8d8d8; }
  .GlobalHeader .Shop__Department.card {
    border-bottom: 1px solid #d8d8d8; }
  .GlobalHeader .Dropdown__Menu-container .pageLoader, .GlobalHeader .mobile__shopdepartment .pageLoader {
    display: block;
    position: absolute;
    top: 40%;
    left: 50%;
    margin: -15px 0px 0px -15px;
    border: 2px solid #aabcce;
    border-radius: 60%;
    border-top: 3px solid #0a4e8c;
    border-right: 3px solid #0a4e8c;
    border-bottom: 3px solid #0a4e8c;
    width: 29px;
    height: 29px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
  .GlobalHeader .Dropdown__Menu-container .loader, .GlobalHeader .mobile__shopdepartment .loader {
    display: block;
    position: absolute;
    z-index: 1050;
    top: 0px;
    left: 0px;
    height: 70vh;
    width: 100%;
    background: rgba(255, 255, 255, 0.8) 50% 50% no-repeat; }
  @media only screen and (min-width: 768px) {
    .GlobalHeader .list__header {
      padding-top: 11px; }
    .GlobalHeader li.submenu-items-list {
      line-height: normal; }
    .GlobalHeader .sub__Menu--items-svg {
      height: 20px; }
    .GlobalHeader .sub__Menu--items {
      margin-bottom: 0; }
    .GlobalHeader .order-2 {
      padding-left: 6px; }
    .GlobalHeader .GlobalHeader__nav {
      height: 80px; }
    .GlobalHeader .navbar-nav.justify-content-md-end li:first-child {
      border-right: 1px solid #c2cddb;
      border-radius: 0; }
    .GlobalHeader .GlobalHeader__headerLinks__nav .nav-item {
      padding-left: 12px;
      padding-right: 12px; }
    .GlobalHeader .GlobalHeader__headerLinks__nav .btn-link {
      border-bottom: 2px solid #f4f7fb;
      -webkit-transition: border-bottom 0.5s linear;
      transition: border-bottom 0.5s linear;
      border-radius: 0;
      border-left: 0;
      border-right: 0;
      padding-left: 0;
      padding-right: 0; }
    .GlobalHeader .GlobalHeader__headerLinks__nav .btn-link:focus {
      text-decoration: none; }
    .GlobalHeader .GlobalHeader__headerLinks__nav .btn-link:hover {
      border-bottom: 2px solid #464852;
      text-decoration: none;
      border-radius: 0; }
    .GlobalHeader .GlobalHeader__headerLinks__nav,
    .GlobalHeader .GlobalHeader__nav {
      max-width: 1280px;
      margin: 0 auto; }
    .GlobalHeader .GlobalHeader__nav {
      background: #ffffff; }
    .GlobalHeader .GlobalHeader__shopDept {
      padding: 0; }
    .GlobalHeader .GlobalHeader__headerLinks__nav,
    .GlobalHeader .GlobalHeader__nav {
      width: 100%;
      margin: 0 auto; }
    .GlobalHeader .GlobalHeader__nav {
      background: #ffffff; }
    .GlobalHeader .GlobalHeader__shopDept {
      padding: 0; }
    .GlobalHeader .GlobalHeader__shopDept {
      padding: 0; }
      .GlobalHeader .GlobalHeader__shopDept a {
        width: 180px; }
      .GlobalHeader .GlobalHeader__shopDept .shopDept__chevronArrowDown {
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg); }
      .GlobalHeader .GlobalHeader__shopDept .shopDept__chevronArrowUp {
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        padding-top: 0 !important;
        padding-bottom: 4px; }
    .GlobalHeader .navbar-nav .dropdown-menu {
      width: 214px; }
    .GlobalHeader .Dropdown__Menu-container {
      position: absolute;
      z-index: 9999;
      min-height: 353px;
      margin: 0 auto;
      top: 70px;
      display: none; }
      .GlobalHeader .Dropdown__Menu-container .pageLoader {
        top: 50%; }
    .GlobalHeader .Dropdown__MenuDiv {
      width: 694px;
      margin: 0 auto; }
    .GlobalHeader .sub__Menu--items {
      padding-left: 0; }
      .GlobalHeader .sub__Menu--items li {
        list-style: none; }
    .GlobalHeader .Dropdown__Menus {
      min-width: 215px;
      height: 353px;
      min-height: 353px;
      position: absolute;
      z-index: 9999;
      background: #ffffff;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px;
      border: 1px solid #e1e7eb;
      padding-top: 20px;
      padding-bottom: 30px;
      padding-left: 0;
      padding-right: 0;
      display: none; }
    .GlobalHeader .Dropdown__Menus--item {
      font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
      font-weight: normal;
      font-size: 14px;
      line-height: 1.43;
      color: #464852;
      display: block;
      white-space: nowrap;
      font-style: normal;
      font-stretch: normal;
      letter-spacing: normal;
      padding-left: 20px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .GlobalHeader .Dropdown__Menus--item-view {
      font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
      font-weight: normal;
      font-size: 14px;
      line-height: 1.43;
      color: #464852;
      display: block;
      white-space: nowrap;
      font-style: normal;
      font-stretch: normal;
      letter-spacing: normal;
      padding-left: 20px; }
    .GlobalHeader .arrow-right {
      float: right;
      padding-right: 20px; }
    .GlobalHeader .Dropdown__Sub-Menus {
      width: 480px;
      height: 353px;
      background-color: #f4f7fb;
      min-width: 480px;
      min-height: 353px;
      position: relative;
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px;
      border: 1px solid #e1e7eb;
      left: 44%;
      display: none; }
      .GlobalHeader .Dropdown__Sub-Menus header {
        width: auto;
        background: #f4f7fb; }
    .GlobalHeader .list__header {
      margin-left: 26px; }
      .GlobalHeader .list__header a.list__header-name {
        color: #464852;
        font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
        font-weight: 600;
        font-size: 16px;
        line-height: normal;
        padding-right: 8px;
        letter-spacing: 0.5px;
        margin-bottom: 13px; }
      .GlobalHeader .list__header a.view__all-list {
        color: #464852;
        font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
        font-weight: 600;
        font-size: 14px;
        line-height: normal;
        letter-spacing: 0.5px;
        margin-bottom: 13px; }
    .GlobalHeader .sub__Menu--items-header {
      font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
      font-weight: bold;
      font-size: 16px;
      line-height: normal;
      font-style: normal;
      font-stretch: normal;
      letter-spacing: normal;
      color: #575a5d; }
    .GlobalHeader .sub__Menu--items-headerText {
      display: block;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      margin: 0; }
    .GlobalHeader .sub__Menu--header {
      margin-left: 26px;
      margin-bottom: 24px; }
    .GlobalHeader .submenu-items-list a {
      font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
      font-weight: normal;
      font-size: 14px;
      line-height: 1.43;
      color: #464852;
      font-style: normal;
      font-stretch: normal;
      letter-spacing: normal; }
    .GlobalHeader .Dropdown__Menus--item:hover {
      width: 213px;
      background-color: #f4f7fb;
      color: #464852;
      text-decoration: none;
      font-weight: 600; }
    .GlobalHeader .Dropdown__Menus--item-view:hover {
      width: 213px;
      background-color: #f4f7fb;
      color: #464852;
      text-decoration: none;
      font-weight: 600; } }
  @media only screen and (min-width: 992px) {
    .GlobalHeader .Dropdown__Menu-container {
      position: absolute;
      z-index: 9999;
      min-height: 430px;
      margin: 0 auto;
      top: 77px; }
    .GlobalHeader .Dropdown__MenuDiv {
      width: 920px;
      margin: 0 auto; }
    .GlobalHeader .sub__Menu--items {
      padding-left: 0; }
      .GlobalHeader .sub__Menu--items li {
        list-style: none; }
    .GlobalHeader .Dropdown__Menus {
      min-width: 254px;
      height: 430px;
      min-height: 430px;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px;
      border: 1px solid #e1e7eb;
      position: absolute;
      z-index: 9999;
      background: #ffffff;
      padding-top: 20px;
      padding-bottom: 30px;
      padding-left: 0;
      padding-right: 0;
      display: none; }
    .GlobalHeader .Dropdown__Menus--item {
      font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
      font-weight: normal;
      font-size: 14px;
      line-height: 1.43;
      color: #464852;
      display: block;
      white-space: nowrap;
      font-style: normal;
      font-stretch: normal;
      letter-spacing: normal;
      padding-left: 20px; }
    .GlobalHeader .Dropdown__Menus--item-view {
      font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
      font-weight: normal;
      font-size: 14px;
      line-height: 1.43;
      color: #464852;
      display: block;
      white-space: nowrap;
      font-style: normal;
      font-stretch: normal;
      letter-spacing: normal;
      padding-left: 20px; }
    .GlobalHeader .arrow-right {
      float: right;
      padding-right: 20px; }
    .GlobalHeader .Dropdown__Sub-Menus {
      width: 665px;
      height: 430px;
      background-color: #f4f7fb;
      min-height: 430px;
      min-width: 665px;
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px;
      border: 1px solid #e1e7eb;
      position: relative;
      left: 38%; }
    .GlobalHeader .list__header {
      margin-left: 29px;
      padding-top: 21px; }
      .GlobalHeader .list__header a.list__header-name {
        color: #464852;
        font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
        font-weight: 600;
        font-size: 16px;
        line-height: normal;
        padding-right: 8px;
        letter-spacing: 0.5px;
        margin-bottom: 20px; }
      .GlobalHeader .list__header a.view__all-list {
        color: #464852;
        font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
        font-weight: 600;
        font-size: 14px;
        line-height: normal;
        letter-spacing: 0.5px;
        margin-bottom: 20px; }
    .GlobalHeader .sub__Menu--items-header {
      font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
      font-weight: bold;
      font-size: 14px;
      line-height: normal;
      font-style: normal;
      font-stretch: normal;
      letter-spacing: normal;
      color: #575a5d; }
    .GlobalHeader .sub__Menu--header {
      margin-left: 29px;
      margin-bottom: 31px; }
    .GlobalHeader .submenu-items-list a {
      font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
      font-weight: normal;
      font-size: 14px;
      line-height: 1.43;
      color: #464852;
      font-style: normal;
      font-stretch: normal;
      letter-spacing: normal; }
    .GlobalHeader .Dropdown__Menus--item:hover {
      width: 252px;
      background-color: #f4f7fb;
      color: #464852;
      text-decoration: none;
      font-weight: 600; }
    .GlobalHeader .Dropdown__Menus--item-view:hover {
      width: 252px;
      background-color: #f4f7fb;
      color: #464852;
      text-decoration: none;
      font-weight: 600; } }

.Global_UnauthenticatedMenu {
  position: relative;
  top: 16px;
  height: 515px;
  display: none; }

.GlobalHeader__loginSideNav .modal-dialog {
  width: 100vw;
  height: 100vh;
  z-index: 1050;
  top: 95px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  max-width: 100%;
  height: 80vh; }

.GlobalHeader__loginSideNav .modal-content {
  height: 100%; }

.GlobalHeader__loginSideNav ::-webkit-scrollbar {
  width: 2px;
  height: 30px; }

.GlobalHeader__loginSideNav ::-webkit-scrollbar-thumb {
  background: transparent; }

.GlobalHeader__loginSideNav .GlobalHeader__closeBtn {
  position: absolute;
  top: 4px;
  right: 0;
  cursor: pointer; }

.GlobalHeader__loginSideNav .GlobalHeader__authenticatedMenu {
  height: 500px;
  display: none; }
  .GlobalHeader__loginSideNav .GlobalHeader__authenticatedMenu .GlobalHeader__authenticatedMenuHeader {
    margin-top: 20px; }
  .GlobalHeader__loginSideNav .GlobalHeader__authenticatedMenu ul {
    list-style: none; }
    .GlobalHeader__loginSideNav .GlobalHeader__authenticatedMenu ul .btn-link {
      font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
      font-weight: normal;
      font-size: 16px;
      line-height: 1.25;
      color: #464852;
      text-decoration: none;
      padding: 0;
      margin-bottom: 15px;
      width: auto; }
    .GlobalHeader__loginSideNav .GlobalHeader__authenticatedMenu ul .btn-link:hover {
      text-decoration: underline; }
  .GlobalHeader__loginSideNav .GlobalHeader__authenticatedMenu .GlobalHeader__closeBtn {
    right: 15px;
    top: 4px; }

.GlobalHeader__loginSideNav .btn {
  width: 100%; }

.GlobalHeader__createAccountText {
  padding-left: 28px; }
  .GlobalHeader__createAccountText p {
    margin-bottom: 0; }
  .GlobalHeader__createAccountText ul,
  .GlobalHeader__createAccountText ol {
    padding-left: 0; }
  .GlobalHeader__createAccountText li {
    list-style: disc; }

.GlobalHeader__greetingText {
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  font-weight: normal;
  font-size: 21px;
  line-height: normal; }

.GlobalHeader__signInText {
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.43; }

.GlobalHeader__createAccountText {
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 2;
  height: 112px;
  overflow-y: auto; }

.GlobalHeader__createAccountTitle {
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  font-weight: normal;
  font-size: 21px;
  line-height: normal; }

.GlobalHeader__horizontal {
  margin-top: 25px;
  height: 1px;
  width: 100%;
  background: #e1e7eb;
  margin-bottom: 25px; }

.GlobalHeader__barcodeline {
  height: 1px;
  width: 100%;
  margin-top: 29.5px;
  background: #8697a2;
  margin-bottom: 19px; }

.GlobalHeader__signouttext {
  font-size: 14px;
  padding-top: 2px; }
  .GlobalHeader__signouttext a {
    text-decoration: underline;
    color: #0a4e8c; }

.GlobalHeader__greetingtext {
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  font-weight: normal;
  font-size: 21px;
  line-height: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #464852;
  margin-bottom: 17px;
  min-width: 105px;
  max-width: 205px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.GlobalHeader__loginSideNav .modal-body {
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  height: 100%; }

.GlobalHeader__loginSideNav .btn-link {
  background: inherit;
  padding: 4px 0px;
  margin: 0px;
  width: 100%;
  text-align: left;
  font-size: 14px; }

.Barcode__image img {
  width: 140.5px;
  height: 43.5px; }

.GlobalHeader__barcode .Barcode__heading,
.GlobalHeader__barcode .Barcode__description,
.GlobalHeader__barcode .Barcode__helpText {
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #464852; }

.GlobalHeader__barcode .Barcode__helpText {
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #464852;
  line-height: 1.14;
  bottom: 3px; }

.GlobalHeader__barcode .Barcode__heading {
  margin-bottom: 3px; }

.GlobalHeader__barcode .Barcode__description {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 9px; }

@media only screen and (min-width: 768px) {
  .GlobalHeader__loginSideNav .GlobalHeader__authenticatedMenu .GlobalHeader__authenticatedMenuHeader {
    margin-top: 17px; }
  .GlobalHeader__loginSideNav .GlobalHeader__authenticatedMenu ul .btn-link {
    font-size: 14px;
    line-height: 1.43; }
  .Global_UnauthenticatedMenu {
    height: 530px; }
  .GlobalHeader__signouttext {
    margin-bottom: 20px;
    padding-top: 0; }
  .GlobalHeader__greetingtext {
    margin-bottom: 20px; }
  .GlobalHeader__horizontal {
    margin-top: 30px;
    margin-bottom: 20px; }
  .GlobalHeader__loginSideNav .modal-dialog {
    top: 115px;
    max-width: 380px; }
  .GlobalHeader__loginSideNav .btn-link {
    padding-bottom: 10px; } }

/* 
 * Component: Subdomain Navigation Component
* Author : Sudhansu Patro
* Content : Subdomain Navigation
*/
.SubdomainNavigation {
  border-radius: 0;
  border: 1px solid #d8d8d8;
  padding: 0;
  max-width: 1280px;
  margin: 0 auto;
  font-family: Roboto;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.25; }
  .SubdomainNavigation .modal-body {
    height: 80vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
  .SubdomainNavigation .modal-header {
    position: relative;
    border-bottom: 0; }
  .SubdomainNavigation .modal-header button.close {
    margin: -1rem 0 -1rem auto;
    position: absolute;
    right: 0; }

.SubdomainNavigation__nav li a {
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: normal;
  display: block;
  position: relative;
  padding: 11px 10px;
  outline: none;
  color: #0a4d8c; }

.SubdomainNavigation__nav {
  display: block;
  width: 100%; }

.SubdomainNavigation .navbar {
  padding: 0.625rem 0; }

.SubdomainNavigation__nav a,
.SubdomainNavigation--Title {
  padding: 0.5rem 0.6rem;
  padding-left: 10px; }

.SubdomainNavigation--Title,
.SubdomainNavigation--Title:hover {
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  font-weight: normal;
  font-size: 21px;
  line-height: normal;
  color: #464852;
  text-decoration: none;
  width: 100%; }

.SubdomainNavigation__nav a {
  display: block;
  padding: 0;
  cursor: pointer; }
  .SubdomainNavigation__nav a:hover {
    text-decoration: none; }

.SubdomainNavigation__logo {
  width: 98px;
  height: 36px; }

.SubdomainNavigation__navbar {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start; }

.Subdomain_plus,
.Subdomain_minus {
  width: 10px;
  height: 10px;
  float: right;
  fill: #0a4d8c; }

.Subdomain_plus {
  display: none; }

.Subdomain_minus {
  display: block; }

@media (min-width: 768px) {
  .GlobalHeader__subNavigation {
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1); }
  .SubdomainNavigation {
    border: 0;
    padding: 0 1rem; }
  .SubdomainNavigation__nav {
    width: auto; }
    .SubdomainNavigation__nav li {
      padding: 0.5rem 1.75rem;
      padding-right: 0; }
      .SubdomainNavigation__nav li a {
        font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
        font-weight: 600;
        font-size: 14px;
        line-height: normal;
        padding: 0;
        color: #464852;
        border-bottom: 2px solid #ffffff;
        -webkit-transition: border-bottom 0.5s ease-in-out;
        transition: border-bottom 0.5s ease-in-out; }
      .SubdomainNavigation__nav li a:hover {
        color: #0a4d8c;
        text-decoration: none;
        border-bottom: 2px solid #0a4d8c; }
      .SubdomainNavigation__nav li a:hover:after {
        content: "";
        width: 100%;
        position: absolute;
        bottom: 0px; }
  .SubdomainNavigation__nav li {
    float: left; }
  .SubdomainNavigation--Title,
  .SubdomainNavigation--Title:hover {
    font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: normal;
    padding: 0.5rem 1rem;
    color: #666666;
    width: auto;
    pointer-events: all;
    text-decoration: none;
    position: relative; } }

.SearchBar {
  position: absolute;
  z-index: 1;
  top: -20px;
  padding: 0 14px; }
  .SearchBar .SearchBar__searchIcon {
    margin-left: -40px;
    z-index: 3;
    padding: 5px 10px 5px 5px;
    position: relative;
    top: 2px;
    cursor: pointer; }
  .SearchBar .SearchIcon--focus {
    margin-left: -80px;
    padding: 5px 15px 5px 5px;
    width: 80px; }
  .SearchBar .input-group .custom-select:not(:last-child),
  .SearchBar .input-group .form-control:not(:last-child) {
    border-radius: 22px;
    border: solid 1px #8697a2;
    background-color: #f4f7fb; }
  .SearchBar .SearchBar__searchBox {
    height: 40px;
    z-index: 1; }
  .SearchBar .SearchBar__searchBox:focus {
    -webkit-box-shadow: 0 0 0;
            box-shadow: 0 0 0; }
  .SearchBar .SearchBar__clearText {
    margin-left: -40px;
    font-size: 14px;
    color: #0a4e8c;
    text-decoration: underline;
    padding-right: 10px; }
  .SearchBar .SearchBar__searchImg,
  .SearchBar .SearchBar__close {
    height: 20px;
    width: 20px;
    cursor: pointer; }
  .SearchBar .SearchBar__searchResultsStyle {
    list-style: none;
    height: auto;
    padding: 20px 0 30px 0;
    background-color: #ffffff; }
    .SearchBar .SearchBar__searchResultsStyle li {
      font-size: 14px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.43;
      letter-spacing: normal;
      color: #464852;
      cursor: pointer;
      padding: 10px 20px; }
    .SearchBar .SearchBar__searchResultsStyle li:first-child {
      padding-left: 20px; }
    .SearchBar .SearchBar__searchResultsStyle li:hover,
    .SearchBar .SearchBar__searchResultsStyle li:focus {
      background-color: #f4f7fb; }
    .SearchBar .SearchBar__searchResultsStyle li:focus {
      outline-color: rgba(0, 123, 255, 0.25);
      outline-style: solid;
      outline-width: 4px; }
    .SearchBar .SearchBar__searchResultsStyle li.liActive {
      background-color: #f4f7fb; }
  .SearchBar .SearchBar__searchBox::-ms-clear {
    display: none; }
  @media only screen and (min-width: 768px) {
    .SearchBar {
      top: 0px;
      padding: 0 13px; }
      .SearchBar .SearchBar__searchBox {
        padding-right: 85px;
        padding-left: 20px; }
      .SearchBar .SearchBar__searchIcon {
        margin-left: -80px;
        padding: 5px 15px 5px 5px;
        width: 80px; }
      .SearchBar .SearchBar__searchResultsStyle {
        border-radius: 4px;
        border: solid 1px #e1e7eb;
        background-color: #ffffff;
        padding: 10px 0 10px 0;
        bottom: 8px;
        position: relative;
        margin: 0 5px; }
        .SearchBar .SearchBar__searchResultsStyle li {
          line-height: 1.79; } }

.GlobalHeader__icon .CountOfProducts {
  height: 18px;
  width: 18px;
  font-size: 9px;
  font-weight: bold;
  border-radius: 10px;
  vertical-align: super;
  line-height: 1.5;
  position: absolute;
  bottom: 15px;
  top: 5px;
  right: 2px;
  padding: 0.25em 0.4em;
  color: #ffffff;
  border-color: transparent;
  background-color: #dd1321;
  margin: 0; }

.GlobalHeader_cartIcon:hover {
  text-decoration: none; }

.GlobalHeader_cartIcon:hover path {
  fill: #052d52; }

.GlobalHeader_cartIcon {
  vertical-align: -webkit-baseline-middle;
  cursor: auto; }

.cartIcon {
  cursor: pointer; }

.MiniCart {
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  color: #464852; }
  .MiniCart .modalClose {
    cursor: pointer; }
  .MiniCart .modal-title {
    font-size: 21px; }
  .MiniCart .modal-content {
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    border: 0;
    left: 0;
    position: absolute;
    height: 80vh;
    border-radius: 0; }
  .MiniCart .modal-dialog {
    margin-right: 0;
    margin-top: 98px;
    width: 350px; }
  .MiniCart .modal-body::-webkit-scrollbar {
    width: 10px; }
  .MiniCart .modal-body::-webkit-scrollbar-thumb {
    background: #8697a2;
    border-radius: 4px;
    height: 200px;
    border: 2px solid #e1e7eb; }
  .MiniCart .modal-body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 50px #e1e7eb;
            box-shadow: inset 0 0 50px #e1e7eb; }
  .MiniCart .modal-footer {
    background-color: #f4f7fb;
    border: 0;
    padding: 20px 15px; }
  .MiniCart .MiniCart__viewCartBtn {
    height: 40px;
    border-radius: 4px;
    background-color: #0a4d8c;
    border: 0;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer; }
  .MiniCart .MiniCart__goToCart {
    cursor: pointer; }
  .MiniCart .MiniCart__help {
    padding: 11px 0 5px 0; }
  .MiniCart .productTile__row {
    margin-bottom: 20px;
    margin-top: 10px; }
  .MiniCart .MiniCart__helpText {
    font-size: 12px;
    line-height: 1.5;
    padding: 0 0 0 10px; }
  .MiniCart .MiniCart__subTotal {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 10px; }
  .MiniCart .MiniCart__productImage,
  .MiniCart .MiniCart__emptyCartImage,
  .MiniCart .errorCart__image {
    height: auto;
    -o-object-fit: contain;
       object-fit: contain; }
  .MiniCart .MiniCart__productImage {
    width: 60px;
    cursor: pointer; }
  .MiniCart .MiniCart__emptyCartImage {
    width: 107px; }
  .MiniCart .errorCart__image {
    width: 102px;
    margin-top: 35px;
    margin-bottom: 34px; }
  .MiniCart .errorCart__Text {
    margin-bottom: 23px; }
  .MiniCart .MiniCart__productName {
    width: 200px;
    height: 36px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    cursor: pointer; }
  .MiniCart a.MiniCart__productName {
    color: #464852; }
  .MiniCart a.MiniCart__productName:hover {
    text-decoration: none; }
  .MiniCart .MiniCart__productPrice {
    height: 18px; }
  .MiniCart .MiniCart__quantity {
    width: 160px;
    height: 40px; }
  .MiniCart .MiniCart__productName,
  .MiniCart .MiniCart__productPrice,
  .MiniCart .MiniCart__depositPrice,
  .MiniCart .MiniCart_outOfStock {
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: normal; }
  .MiniCart .MiniCart_outOfStock {
    margin-top: 10px; }
  .MiniCart .svg-circleplus,
  .MiniCart .svg-circleminus {
    height: 30px;
    stroke: #0a4e8c;
    cursor: pointer; }
  .MiniCart .svg-circleplus:hover,
  .MiniCart .svg-circleminus:hover {
    cursor: pointer; }
    .MiniCart .svg-circleplus:hover circle,
    .MiniCart .svg-circleminus:hover circle {
      fill: #0a4e8c; }
    .MiniCart .svg-circleplus:hover path,
    .MiniCart .svg-circleminus:hover path {
      fill: #ffffff;
      stroke: #ffffff; }
  .MiniCart .delete-icon {
    fill: #0a4e8c;
    cursor: pointer; }
  .MiniCart .MiniCart__itemCount {
    font-size: 12px;
    line-height: 1.5; }
  .MiniCart .modal-body {
    height: 50vh;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 10px 21px 13px 15px; }
  .MiniCart .MiniCart__emptyCartText {
    color: #0a4e8c; }
  .MiniCart .MiniCart__helpIcon {
    width: 16px;
    height: 16px;
    -o-object-fit: contain;
       object-fit: contain; }
  .MiniCart .MiniCart__productQty {
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: normal; }
  .MiniCart .MiniCart__emptyCartTitle,
  .MiniCart .errorCart__title {
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.5px; }
  .MiniCart .MiniCart__emptyCartTitle {
    margin-top: 23px; }
  .MiniCart .modal-header {
    border: 0;
    height: 47px; }
  .MiniCart .MiniCart__viewCartBtn:disabled {
    background-color: #aabcce; }
  .MiniCart .NoCurbsideChangeStore {
    height: 148px;
    background-color: #e1e7eb; }
    .MiniCart .NoCurbsideChangeStore .CurbsideUnAvailableMsg {
      padding: 24px 0;
      font-size: 16px;
      line-height: 1.25; }
  .MiniCart .emptyCart .CurbsideUnAvailableMsg {
    margin-bottom: 30px; }
  .MiniCart .emptyCart .CurbsideUnAvailable__Cta {
    cursor: pointer; }
  .MiniCart .MiniCart__header {
    padding: 10px 10px 10px 8px; }
  .MiniCart .pageLoader {
    display: block;
    position: absolute;
    top: 15%;
    left: 50%;
    margin: -15px 0px 0px -15px;
    border: 2px solid #aabcce;
    border-radius: 60%;
    border-top: 3px solid #0a4e8c;
    border-right: 3px solid #0a4e8c;
    border-bottom: 3px solid #0a4e8c;
    width: 29px;
    height: 29px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
  .MiniCart .loader {
    display: block;
    position: absolute;
    z-index: 1;
    top: 51px;
    left: 0px;
    height: 72vh;
    width: 100%;
    background: rgba(255, 255, 255, 0.8) 50% 50% no-repeat; }
  .MiniCart .NoCurbsideChangeModalStyle {
    background-color: #ffffff;
    overflow: auto;
    display: block;
    z-index: 1;
    width: 100%;
    opacity: 0.5;
    position: absolute;
    top: 199px; }
    .MiniCart .NoCurbsideChangeModalStyle .MiniCart__productImage,
    .MiniCart .NoCurbsideChangeModalStyle .MiniCart__productName,
    .MiniCart .NoCurbsideChangeModalStyle .delete-icon,
    .MiniCart .NoCurbsideChangeModalStyle .MiniCart__productImageUrl {
      pointer-events: none; }
  .MiniCart .NoCurbsideChangeStoreStyle {
    position: relative;
    z-index: 1050;
    left: 0; }
  @media screen and (min-width: 1025px) {
    .MiniCart .modal-content {
      top: 17px; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .MiniCart .modal-content {
      left: 0px;
      height: 85vh;
      top: 17px; } }

.ChangeStore .modal-body {
  padding: 0 20px;
  height: auto;
  overflow-y: hidden; }

.ChangeStore .ChangeStore__modalHeading {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.5px;
  color: #464852;
  margin-top: 40px;
  margin-bottom: 0; }

.ChangeStore .ChangeStore__modalDescription {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #464852;
  margin: 20px 0px; }

.ChangeStore .ChangeStore__productImage {
  width: 60px;
  height: 60px; }

.ChangeStore .modal-content {
  max-width: 540px;
  max-height: 538px; }

.ChangeStore .ChangeStore__productTileWrap {
  overflow-y: auto;
  padding-top: 20px;
  max-height: 174px; }

.ChangeStore .ChangeStore__productTileWrap::-webkit-scrollbar {
  width: 6px;
  background-color: #e1e7eb;
  border-radius: 4px; }

.ChangeStore .ChangeStore__productTileWrap::-webkit-scrollbar-thumb {
  background: #8697a2;
  border-radius: 4px; }

.ChangeStore .ChangeStore__productTileWrap::-webkit-scrollbar-track {
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15); }

.ChangeStore .ChangeStore__productName {
  width: 258px;
  height: 54px;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: normal;
  color: #464852;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.ChangeStore .ChangeStore__productPrice {
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #0a4d8c;
  padding: 0; }

.ChangeStore .ChangeStore__cancelBtn,
.ChangeStore .ChangeStore__continueBtn {
  width: 100%;
  height: 40px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  border: 0;
  cursor: pointer;
  margin: 5px auto; }

.ChangeStore .ChangeStore__productTile {
  padding: 0 0 20px 0; }

.ChangeStore .ChangeStore__cancelBtn {
  color: #464852;
  background-color: #f4f7fb; }

.ChangeStore .ChangeStore__continueBtn {
  color: #ffffff;
  background-color: #0a4d8c; }

.ChangeStore .ChangeStore__hr {
  margin-top: 20px;
  margin-bottom: 0;
  background-color: #e1e7eb; }

.ChangeStore .ChangeStore__modalFooter {
  padding: 20px 20px; }

@media screen and (min-width: 768px) {
  .ChangeStore .ChangeStore__modalDescription {
    width: 426px;
    height: 60px;
    margin: 20px 37px; }
  .ChangeStore .modal-content {
    min-width: 540px; }
  .ChangeStore .ChangeStore__productTileWrap {
    width: 500px;
    max-height: 174px; }
  .ChangeStore .ChangeStore__productTile {
    padding: 0 15px 20px 15px; }
    .ChangeStore .ChangeStore__productTile .ChangeStore__productPrice {
      padding: 0 15px; }
  .ChangeStore .ChangeStore__cancelBtn,
  .ChangeStore .ChangeStore__continueBtn {
    width: 235px;
    margin: 0; }
  .ChangeStore .ChangeStore__modalFooter {
    padding: 30px 20px 30px 30px; } }

.Default__store {
  margin: 15px 0; }

#store {
  display: none; }

.StoreFlyoutModal .modal-dialog {
  width: 100%; }

.StoreFlyoutModal .modal-body {
  overflow-x: hidden;
  overflow-y: hidden;
  height: 100vh; }

.StoreFlyout {
  background-color: #ffffff;
  height: 100vh;
  overflow-y: auto;
  color: #464852;
  letter-spacing: normal;
  border-radius: 4px;
  z-index: 1050;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  scrollbar-width: thin;
  scrollbar-color: #8697a2 #e1e7eb; }

.StoreFlyout::-webkit-scrollbar {
  width: 6px;
  border-radius: 4px;
  background-color: #e1e7eb; }

.StoreFlyout::-webkit-scrollbar-thumb {
  background: #8697a2;
  border-radius: 4px; }

.StoreFlyout::-webkit-scrollbar-track {
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15); }

.StoreFlyout h5,
.StoreFlyout h6 {
  color: #464852;
  margin-top: 20px;
  font-size: 21px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal; }

.StoreFlyout h6 {
  letter-spacing: normal;
  font-size: 21px; }

.StoreFlyout .StoreFlyout__formLabel,
.StoreFlyout .StoreFlyout__range {
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #464852; }

.StoreFlyout .StoreFlyout__form {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.StoreFlyout .StoreFlyout__form input,
.StoreFlyout .StoreFlyout__form .StoreFlyout__radius {
  width: 100%;
  height: 40px;
  border-radius: 4px;
  border: solid 1px #8697a2;
  background-color: #ffffff;
  padding-left: 15px; }

.StoreFlyout .StoreFlyout__radius:hover {
  text-decoration: none;
  color: #464852; }

.StoreFlyout .form-group {
  margin-bottom: 10px; }

.StoreFlyout hr {
  margin: 20px 0;
  border-bottom: 1px solid #e1e7eb; }

.StoreFlyout .StoreFlyout__sortFilter {
  padding: 20px 0 10px 0; }

.StoreFlyout label[id*="addressLabel"]::after {
  content: "*";
  color: #de1321; }

.StoreFlyout .StoreFlyout__findStore {
  border-radius: 12.5px;
  border: solid 1px #de1321;
  background-color: #ffffff;
  text-align: center;
  color: #de1321;
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: normal; }

.StoreFlyout .StoreFlyout__store {
  border-radius: 4px;
  border: solid 1px #e1e7eb;
  padding: 10px;
  margin-bottom: 10px; }

.StoreFlyout .StoreFlyout__storeAddress,
.StoreFlyout .StoreFlyout__contacts,
.StoreFlyout .StoreFlyout__storeServices,
.StoreFlyout .StoreFlyout__storeDirector--heading {
  margin: 10px 0;
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: normal; }

.StoreFlyout .StoreFlyout__contact {
  margin: 10px 0;
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.43;
  letter-spacing: normal; }

.StoreFlyout .StoreFlyout__address {
  font-size: 14px;
  line-height: 1.79;
  color: #464852; }

.StoreFlyout .StoreFlyout__clearAll {
  padding-right: 22px; }

.StoreFlyout .StoreFlyout__dailyStoreService {
  font-size: 12px; }

.StoreFlyout .StoreFlyout__directionLink,
.StoreFlyout .StoreFlyout__view-weekly-ad {
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: normal;
  letter-spacing: normal;
  color: #0a4e8c;
  text-decoration: underline; }

.StoreFlyout .StoreFlyout__directionLink:hover,
.StoreFlyout .StoreFlyout__helpLink:hover,
.StoreFlyout .StoreFlyout__view-weekly-ad:hover,
.StoreFlyout .StoreFlyout__storeFinder:hover,
.StoreFlyout .StoreFlyout__changeStore:hover {
  font-weight: bold; }

.StoreFlyout .StoreFlyout__storeServices,
.StoreFlyout .StoreFlyout__storeDirector--heading {
  line-height: normal;
  font-weight: bold; }

.StoreFlyout .StoreFlyout__selectOptions {
  margin: 10px 0 0 0;
  width: 100%; }

.StoreFlyout .StoreFlyout__myStore {
  margin-top: 0px;
  display: none; }

.StoreFlyout .StoreFlyout__shopCurbside {
  display: none; }

.StoreFlyout .StoreFlyout__radius::-ms-expand {
  display: none; }

.StoreFlyout .StoreFlyout__radius:after {
  content: none; }

.StoreFlyout .page-link {
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  font-weight: normal;
  font-size: 15px;
  line-height: normal;
  letter-spacing: 0.2px;
  padding: 10px;
  color: #33475b;
  border: 0; }

.StoreFlyout .page-item.active .page-link {
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: normal;
  letter-spacing: normal;
  color: #0a4e8c;
  background-color: #ffffff;
  border-color: #ffffff; }

.StoreFlyout .StoreFlyout__viewStore {
  height: 40px;
  border-radius: 4px;
  border: solid 1px #e1e7eb;
  background-color: #f4f7fb;
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: normal;
  text-align: center; }

.StoreFlyout .StoreFlyout__shopCurbside,
.StoreFlyout .form-group button,
.StoreFlyout .StoreFlyout__sortFilter button,
.StoreFlyout .btn-primary {
  height: 40px;
  border-radius: 4px;
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: normal;
  background-color: #0a4e8c;
  border-color: #0a4e8c;
  text-align: center;
  color: #ffffff; }

.StoreFlyout .btn-primary:hover,
.StoreFlyout .btn-primary:focus {
  background-color: #063561; }

.StoreFlyout .StoreFlyout__icons svg {
  margin-right: 1rem; }

.StoreFlyout .StoreFlyout__icons svg:last-child {
  margin-right: 0; }

.StoreFlyout .StoreFlyout__closeBtn,
.StoreFlyout .StoreFlyoutView__closeBtn {
  position: absolute;
  top: 7px;
  right: 15px;
  cursor: pointer; }

.StoreFlyout .StoreFlyout__header .StoreFlyout__closeBtn,
.StoreFlyout .StoreFlyout__header .StoreFlyoutView__closeBtn {
  top: 0; }

.StoreFlyout .StoreFlyout__storeFinder {
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: normal;
  color: #0a4e8c;
  text-decoration: underline; }

.StoreFlyout .StoreFlyout__myStore {
  height: 40px;
  border-radius: 4px;
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: normal;
  text-align: center;
  color: #393939;
  background-color: #ffffff; }

.StoreFlyout .StoreFlyout__greeting {
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  font-weight: bold;
  font-size: 21px;
  line-height: normal;
  letter-spacing: -0.2px;
  color: #0a4e8c; }

.StoreFlyout .StoreFlyout__backToLocator {
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: normal;
  text-decoration: none; }

.StoreFlyout .StoreFlyout__backToLocator:hover {
  text-decoration: none;
  color: #464852; }

.StoreFlyout .StoreFlyout__storeName {
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: normal;
  margin: 20px 0; }

.StoreFlyout .StoreFlyout__storeDirector--name {
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: normal;
  line-height: 1.43; }

.StoreFlyout .StoreFlyout__helpText {
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: normal;
  line-height: 1.43; }

.StoreFlyout .StoreFlyout__helpLink {
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: normal;
  color: #464852;
  line-height: normal;
  color: #0a4e8c;
  text-decoration: underline; }

.StoreFlyout .StoreFlyout__storeDirector {
  margin: 20px 0 40px 0; }

.StoreFlyout .StoreFlyout__storeDetails
.StoreFlyout__storeAddress.StoreFlyout__detailstoreAddress {
  margin: 20px 0 30px 0; }

.StoreFlyout .StoreFlyout__storeDetails {
  display: none; }

.StoreFlyout .StoreFlyout__storeServices--heading,
.StoreFlyout .StoreFlyout__storeServices--heading:hover {
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  font-weight: bold;
  font-size: 21px;
  line-height: normal;
  letter-spacing: -0.2px;
  color: #0a4e8c;
  text-decoration: none; }

.StoreFlyout .StoreFlyout__serviceHeading {
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: normal; }

.StoreFlyout .StoreFlyout__storeServices--info {
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: normal;
  line-height: 1.43; }

.StoreFlyout .StoreFlyout__serviceTime td {
  padding: 0; }

.StoreFlyout .StoreFlyout__storeServices--info img {
  width: 50px;
  height: 50px; }

.StoreFlyout .form-control {
  height: 40px;
  border-radius: 4px;
  border: solid 1px #8697a2;
  background-color: #ffffff; }

.StoreFlyout .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: solid 1px #8697a2; }

.StoreFlyout .StoreFlyout__radius {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-size: 14px;
  padding: 7px 10px 8px 15px; }

.StoreFlyout .StoreFlyout__selectCaret {
  position: absolute;
  right: 10px;
  bottom: 7px;
  border-left: solid 1px #8697a2;
  padding-left: 5px;
  pointer-events: none; }

.StoreFlyout .StoreFlyout__changeStore {
  font-size: 14px;
  cursor: pointer;
  display: none;
  text-decoration: underline;
  color: #0a4e8c; }

@media (min-width: 768px) {
  .StoreFlyout .StoreFlyout__form input {
    width: 220px; }
  .StoreFlyout .StoreFlyout__store {
    padding: 12px 15px 10px 15px;
    width: 350px; }
  .StoreFlyout .StoreFlyout__selectOptions {
    width: 145px; }
  .StoreFlyout .StoreFlyout__myStore {
    margin-top: 10px; }
  .StoreFlyout .StoreFlyoutModal .modal-dialog,
  .StoreFlyout .StoreFlyout {
    width: 380px; } }

@media (min-width: 1280px) {
  .StoreFlyout {
    left: 969px; }
    .StoreFlyout h3 {
      font-size: 28px;
      font-weight: normal;
      letter-spacing: -0.3px; } }

.StoreFlyout__viewStore {
  height: 40px;
  border-radius: 4px;
  border: solid 1px #e1e7eb;
  background-color: #f4f7fb;
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #464852; }

.StoreFlyout__viewStore:hover {
  background-color: #e1e7eb; }

.My__store-button {
  height: 40px;
  border-radius: 4px;
  border: solid 1px #e1e7eb;
  background-color: #f4f7fb;
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #464852;
  width: 150px;
  display: none;
  pointer-events: none; }

.StoreFlyout__shopCurbside,
.form-group button,
.StoreFlyout__sortFilter button,
.btn-primary {
  height: 40px;
  border-radius: 4px;
  background-color: #0a4d8c;
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff; }

.StoreFlyout__closeBtn,
.StoreFlyoutView__closeBtn {
  position: absolute;
  top: 7px;
  right: 15px;
  cursor: pointer; }

.StoreFlyout__header .StoreFlyout__closeBtn,
.StoreFlyoutView__closeBtn {
  top: 0; }

.StoreFlyout hr {
  margin: 20px 0;
  border-bottom: 1px solid #e1e7eb; }

.StoreFlyout__storeFinder {
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: normal;
  letter-spacing: normal;
  color: #0a4e8c;
  text-decoration: underline; }

.StoreFlyout__myStore {
  height: 40px;
  border-radius: 4px;
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #393939;
  background-color: #ffffff; }

.StoreFlyout__greeting {
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  font-weight: bold;
  font-size: 21px;
  line-height: normal;
  letter-spacing: -0.2px;
  color: #0a4e8c; }

.StoreFlyout__backToLocator {
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: normal;
  letter-spacing: normal;
  color: #464852;
  text-decoration: none; }

.StoreFlyout__backToLocator:hover {
  text-decoration: none;
  color: #464852; }

.StoreFlyout__storeName {
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: normal;
  letter-spacing: normal;
  color: #464852;
  margin: 20px 0; }

.StoreFlyout__storeDirector--name {
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: normal;
  color: #464852; }

.StoreFlyout__helpText,
.StoreFlyout__helpLink {
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: normal;
  color: #464852; }

.StoreFlyout__helpLink {
  line-height: normal;
  color: #0a4e8c;
  text-decoration: underline; }

.StoreFlyout__storeDirector {
  margin: 20px 0 40px 0; }

.StoreFlyout__storeDetails
.StoreFlyout__storeAddress.StoreFlyout__detailstoreAddress {
  margin: 20px 0 30px 0; }

.StoreFlyout__storeServices--heading,
.StoreFlyout__storeServices--heading:hover {
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  font-weight: bold;
  font-size: 21px;
  line-height: normal;
  letter-spacing: -0.2px;
  color: #0a4e8c;
  text-decoration: none; }

.StoreFlyout__serviceHeading {
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: normal;
  letter-spacing: normal;
  color: #464852; }

.StoreFlyout__storeServices--info {
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: normal;
  color: #464852; }

.StoreFlyout__serviceTime td {
  padding: 0; }

.form-control {
  height: 40px;
  border-radius: 4px;
  border: solid 1px #8697a2;
  background-color: #ffffff; }

.form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: solid 1px #8697a2; }

.StoreFlyout__storeServices--info img {
  width: 50px;
  height: 50px; }

.StoreFlyout__storeServices--info img[src=""] {
  display: none; }

@media (min-width: 768px) {
  .StoreFlyout__selectOptions {
    min-width: 155px; }
  .StoreFlyoutModal .modal-dialog,
  .StoreFlyout {
    width: 380px;
    max-width: 380px; } }

.StoreFlyout__radius {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none; }

.StoreFlyout__radiusMenu {
  min-width: 117px;
  padding: 5px;
  border: solid 1px #8697a2; }
  .StoreFlyout__radiusMenu li:hover {
    background-color: #063561;
    color: #ffffff; }
  .StoreFlyout__radiusMenu li {
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.79;
    letter-spacing: normal;
    color: #464852;
    padding: 0 10px; }

.selectCaret {
  position: absolute;
  right: 10px;
  bottom: 9px;
  border-left: solid 1px #cccccc;
  padding-left: 5px;
  pointer-events: none; }

.GasStation__name {
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: normal;
  letter-spacing: normal;
  color: #464852; }

.GasStation__address {
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: normal;
  color: #464852; }

.Store__servicesHeading {
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0.5px;
  color: #464852;
  margin-top: 20px; }

.GasStation__infoWrapper {
  margin-bottom: 20px; }

.GasStation__info .Store__servicesHeading {
  margin-top: 30px; }

.GasStation__amenities .nav-link,
.GasStation__fuelType {
  padding: 5px;
  margin: 5px;
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: normal;
  letter-spacing: normal;
  color: #464852; }

.GasStation__fuelType {
  margin: 0 0 10px 0;
  padding: 0px; }

.GasStation__fuelInfo img {
  width: 50px;
  height: 50px; }

.StoreFlyout__storeServices--heading:hover,
.StoreFlyout__storeServices--heading:focus {
  text-decoration: none; }

.StoreInfo__expand {
  display: none; }

.StoreInfo__collapse {
  display: block; }

.StoreFlyout .card-header {
  background: none; }

.StoreFlyout .pageLoader {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -15px 0px 0px -15px;
  border: 2px solid #aabcce;
  border-radius: 60%;
  border-top: 3px solid #0a4e8c;
  border-right: 3px solid #0a4e8c;
  border-bottom: 3px solid #0a4e8c;
  width: 29px;
  height: 29px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.StoreFlyout .loader {
  display: block;
  position: absolute;
  z-index: 1050;
  top: 0px;
  left: 0px;
  height: 100vh;
  width: 100%;
  background: rgba(255, 255, 255, 0.8) 50% 50% no-repeat; }

.StoreFlyout__storeDetails .StoreFlyout__storeServices--heading {
  font-size: 21px;
  font-weight: bold;
  letter-spacing: -0.2px;
  color: #0a4e8c; }

.StoreFlyout__storeDetails .StoreFlyout__heading {
  margin-top: 21px;
  font-size: 28px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: -0.3px; }

.StoreFlyout__storeDetails .StoreFlyout__service-store-type {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: normal;
  color: #464852; }

.StoreFlyout__storeDetails .StoreFlyout__service-store-pickuptype {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #464852; }

.StoreFlyout__storeDetails .store__Services-conatainer {
  padding: 0;
  margin: 0; }

.StoreFlyout__storeDetails .store__Services-conatainer:nth-child(odd) {
  padding-left: 0 !important; }

.StoreFlyout__storeDetails .store__Services-conatainer:nth-child(even) {
  padding-right: 0 !important; }

.StoreFlyout__storeDetails .StoreFlyout__heading {
  font-weight: normal;
  letter-spacing: -0.3px;
  color: #464852; }

.StoreFlyout__storeDetails .StoreFlyout__helpText {
  margin-bottom: 0; }

.StoreFlyout__storeDetails .StoreFlyout__detailstoreAddress {
  margin: 20px 0 10px 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #464852; }

.StoreFlyout__storeDetails .Store__Tenants-image {
  margin-right: 10px; }

.StoreFlyout__storeDetails .Store__Tenants-header {
  font-weight: 600;
  letter-spacing: normal;
  line-height: normal;
  color: #464852; }

.StoreFlyout__storeDetails .StoreFlyout__Tenants-contact a {
  color: #464852; }

.StoreFlyout__storeDetails .StoreFlyout__Tenants-contact {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: normal; }

.StoreFlyout__storeDetails .StoreFlyout__Tenants-directionLink {
  font-size: 14px;
  letter-spacing: normal;
  color: #0a4e8c;
  line-height: normal;
  text-decoration: underline; }

.StoreFlyout__storeDetails .Store__Tenants-list {
  margin-bottom: 20px; }

.NonCurbSideModal .modal-dialog,
.NonCurbSideModal .modal-content, .StoreChange__error .modal-dialog,
.StoreChange__error .modal-content {
  max-width: 540px;
  height: 350px; }

.NonCurbSideModal .modal-body, .StoreChange__error .modal-body {
  overflow: hidden; }

.NonCurbSideModal .modal-content, .StoreChange__error .modal-content {
  padding: 0 20px; }

.NonCurbSideModal .btn-primary, .StoreChange__error .btn-primary {
  border: 0; }

.NonCurbSideModal .btn-primary:hover,
.NonCurbSideModal .btn-primary:focus, .StoreChange__error .btn-primary:hover,
.StoreChange__error .btn-primary:focus {
  background-color: #063561; }

.NonCurbSideModal .btn-primary:disabled, .StoreChange__error .btn-primary:disabled {
  background-color: #aabcce;
  color: #f4f7fb; }

.NonCurbSideModal .btn-secondary, .StoreChange__error .btn-secondary {
  border: solid 1px #e1e7eb; }

.NonCurbSideModal .btn-secondary,
.NonCurbSideModal .btn-secondary:hover, .StoreChange__error .btn-secondary,
.StoreChange__error .btn-secondary:hover {
  background-color: #f4f7fb;
  color: #464852; }

.NonCurbSideModal .btn-secondary:focus, .StoreChange__error .btn-secondary:focus {
  background-color: #f4f7fb;
  color: #697782; }

.NonCurbSideModal .ChangeStore__heading, .NonCurbSideModal .StoreChange__errorText, .StoreChange__error .ChangeStore__heading, .StoreChange__error .StoreChange__errorText {
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0.5px;
  color: #464852;
  margin-bottom: 20px; }

.NonCurbSideModal .ChangeStore__description,
.NonCurbSideModal .ChangeStore__confirmation, .StoreChange__error .ChangeStore__description,
.StoreChange__error .ChangeStore__confirmation {
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: normal;
  color: #464852;
  margin-bottom: 30px; }

.NonCurbSideModal .ChangeStore__cancelButton,
.NonCurbSideModal .ChangeStore__curbsideConfirmCTA, .StoreChange__error .ChangeStore__cancelButton,
.StoreChange__error .ChangeStore__curbsideConfirmCTA {
  width: 50%;
  height: 40px;
  border-radius: 4px;
  background-color: #f4f7fb;
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: normal;
  text-align: center;
  color: #464852;
  margin-top: 10px; }

.NonCurbSideModal .ChangeStore__cancelButton:hover, .StoreChange__error .ChangeStore__cancelButton:hover {
  background-color: #e1e7eb; }

.NonCurbSideModal .ChangeStore__curbsideConfirmCTA, .StoreChange__error .ChangeStore__curbsideConfirmCTA {
  background-color: #0a4d8c;
  color: #ffffff;
  margin-left: 15px; }

.NonCurbSideModal .ChangeStore__cancelButton, .StoreChange__error .ChangeStore__cancelButton {
  margin-right: 15px; }

.StoreFlyoutError .errorMsg {
  margin-top: 100px; }

.StoreFlyoutError .StoreFlyoutView__closeBtn {
  margin-top: 20px; }

@media (min-width: 768px) {
  .NonCurbSideModal .modal-dialog,
  .NonCurbSideModal .modal-content, .StoreChange__error .modal-dialog,
  .StoreChange__error .modal-content {
    max-width: 540px;
    height: 290px; } }

@media only screen and  (orientation: portrait) and (orientation: landscape) {
  .StoreFlyoutModal {
    width: 100%;
     max-width: 100%; } }

@media only screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  .StoreFlyout {
    height: 88vh; } }

div.popover.ShoppingList__Menu_center_template {
  max-width: 300px;
  min-width: 100px;
  height: auto;
  max-height: 134px;
  width: 160px;
  top: 20px !important;
  margin-top: -18px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px 0 #e1e7eb;
          box-shadow: 0 0 5px 0 #e1e7eb;
  background-color: #ffffff; }
  div.popover.ShoppingList__Menu_center_template .arrow {
    left: 10px !important; }

div.popover.ShoppingList__Menu_left_template {
  max-width: 300px;
  min-width: 100px;
  top: 0px !important;
  height: 98px;
  width: 160px;
  left: 0 !important;
  -webkit-box-shadow: 0 0 5px 0 #e1e7eb;
          box-shadow: 0 0 5px 0 #e1e7eb;
  border-radius: 5px;
  border: 1px solid #e1e7eb;
  background-color: #ffffff; }
  div.popover.ShoppingList__Menu_left_template .arrow {
    left: 5px !important; }

@media only screen and (min-width: 768px) {
  div.popover.ShoppingList__Menu_left_template {
    left: 62px !important; } }

div.popover-content .ShoppingList__Menu_center_popover_menuList,
div.popover-content .ShoppingList__Menu_left_popover_menuList {
  list-style-type: none;
  padding: 0; }
  div.popover-content .ShoppingList__Menu_center_popover_menuList .btn,
  div.popover-content .ShoppingList__Menu_left_popover_menuList .btn {
    font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: normal;
    line-height: normal;
    border-radius: 4px;
    text-align: center;
    color: #ffffff;
    min-width: 100%;
    max-width: 100%;
    height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    margin: 0; }
  div.popover-content .ShoppingList__Menu_center_popover_menuList .btn-primary,
  div.popover-content .ShoppingList__Menu_left_popover_menuList .btn-primary {
    width: 144px;
    height: 36px;
    border: 0; }

div.popover-content .ShoppingList__Menu_center_popover_menuList_item,
div.popover-content .ShoppingList__Menu_left_popover_menuList_item {
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: normal;
  letter-spacing: normal;
  color: #0a4d8c;
  margin: 0 auto;
  width: 144px;
  height: 36px;
  text-align: center;
  cursor: pointer; }

div.popover-content .ShoppingList__Menu_center_popover_menuList_item:hover,
div.popover-content .ShoppingList__Menu_center_popover_menuList_item:focus,
div.popover-content .ShoppingList__Menu_left_popover_menuList_item:hover,
div.popover-content .ShoppingList__Menu_left_popover_menuList_item:focus {
  color: #ffffff;
  border-radius: 4px;
  background-color: #0a4d8c; }
  div.popover-content .ShoppingList__Menu_center_popover_menuList_item:hover svg path,
  div.popover-content .ShoppingList__Menu_center_popover_menuList_item:hover svg use,
  div.popover-content .ShoppingList__Menu_center_popover_menuList_item:focus svg path,
  div.popover-content .ShoppingList__Menu_center_popover_menuList_item:focus svg use,
  div.popover-content .ShoppingList__Menu_left_popover_menuList_item:hover svg path,
  div.popover-content .ShoppingList__Menu_left_popover_menuList_item:hover svg use,
  div.popover-content .ShoppingList__Menu_left_popover_menuList_item:focus svg path,
  div.popover-content .ShoppingList__Menu_left_popover_menuList_item:focus svg use {
    fill: #ffffff; }

div.popover-content .ShoppingList__Menu_center_popover_menuList_yourlist .ShoppingList__Menu_center_popover_menuList_icon, div.popover-content .ShoppingList__Menu_center_popover_menuList_completed .ShoppingList__Menu_center_popover_menuList_icon, div.popover-content .ShoppingList__Menu_center_popover_menuList_favorites .ShoppingList__Menu_center_popover_menuList_icon {
  margin-right: 3px; }

.ShoppingList .modalClose {
  cursor: pointer; }

.ShoppingList .modal-dialog {
  margin-right: 0;
  width: 320px; }

.ShoppingList .modal-content {
  height: 100%;
  width: 320px;
  height: 80vh;
  -webkit-box-shadow: 0 2px 10px 0 rgba(94, 109, 120, 0.3);
          box-shadow: 0 2px 10px 0 rgba(94, 109, 120, 0.3);
  border-radius: 0px;
  border: none;
  top: 87px;
  position: absolute; }

.ShoppingList .modal-header {
  width: 320px;
  height: 68px;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1); }

.ShoppingList .modal-body {
  height: 50vh;
  overflow-y: hidden; }

.ShoppingList .ShoppingList__addItemsWrapper {
  margin-top: 17px; }

.ShoppingList .pageLoader {
  display: block;
  position: absolute;
  top: 14%;
  left: 50%;
  margin: -15px 0px 0px -15px;
  border: 2px solid #aabcce;
  border-radius: 60%;
  border-top: 3px solid #0a4e8c;
  border-right: 3px solid #0a4e8c;
  border-bottom: 3px solid #0a4e8c;
  width: 29px;
  height: 29px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.ShoppingList .loader {
  display: block;
  position: absolute;
  z-index: 1050;
  top: 0px;
  left: 0px;
  height: 70vh;
  width: 100%;
  background: rgba(255, 255, 255, 0.8) 50% 50% no-repeat; }

@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

.ShoppingList__successAlertWrapper {
  position: absolute;
  top: 73px;
  margin-top: 2%;
  z-index: 1050;
  padding: 0px; }

.ShoppingList__successAlert {
  width: 300px;
  height: 47.6px;
  border-radius: 4px;
  background-color: #ffffff;
  border: 2px solid #96de59;
  margin: 0 10px;
  -webkit-animation: slide-down 0.3s ease-out;
  -moz-animation: slide-down 0.3s ease-out; }
  .ShoppingList__successAlert .ShoppingList__successAlertMessage {
    font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #5a6871;
    margin: 0; }
  .ShoppingList__successAlert .Alert__close {
    width: 24px;
    height: 24px;
    margin-right: 6px;
    background-color: transparent;
    border: 0;
    cursor: pointer; }

.Alert__checkMark {
  margin-right: 7px;
  margin-left: 44px;
  background-color: transparent;
  border: 0;
  width: 24px;
  height: 24px;
  padding: 0; }

.ShoppingList__Menu_left {
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: normal;
  width: 36px;
  height: 20px;
  margin-top: 24px;
  margin-bottom: 24px;
  margin-left: 20px;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;
  color: #0a4d8c; }
  .ShoppingList__Menu_left .Completed__List--menuLeft {
    font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: normal;
    width: 53px;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #0a4d8c; }
    .ShoppingList__Menu_left .Completed__List--menuLeft a {
      cursor: pointer; }
    .ShoppingList__Menu_left .Completed__List--menuLeft a:hover {
      text-decoration: underline !important; }
  .ShoppingList__Menu_left .Favourite__List--menuLeft {
    font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: normal;
    width: 53px;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #0a4d8c; }
    .ShoppingList__Menu_left .Favourite__List--menuLeft a {
      cursor: pointer; }
    .ShoppingList__Menu_left .Favourite__List--menuLeft a:hover {
      text-decoration: underline !important; }

.ShoppingList__itemDetailsHeader {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .ShoppingList__itemDetailsHeader .ShoppingList__backBtn {
    margin-right: 61px;
    cursor: pointer; }
  .ShoppingList__itemDetailsHeader .ShoppingList__itemDetailsHeading {
    font-size: 21px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    color: #464852; }

.List__input_addItem {
  padding-left: 21px; }

.ShoppingListWrapper .btn {
  height: 44px;
  min-width: 300px;
  width: 300px;
  font-size: 16px;
  font-weight: 600;
  line-height: normal; }

.ShoppingListWrapper .modal-body {
  height: 50vh;
  overflow-y: hidden;
  overflow-x: hidden;
  margin-right: 2px;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

.ShoppingListWrapper .modal-body::-webkit-scrollbar {
  width: 0px; }

.ShoppingListWrapper .ShoppingList__Menu_left {
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: normal;
  width: 36px;
  height: 20px;
  margin-top: 24px;
  margin-bottom: 24px;
  margin-left: 20px;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;
  border-radius: 4px; }

.ShoppingListWrapper .btn-primary {
  color: #ffffff; }

.ShoppingListWrapper .btn-secondary,
.ShoppingListWrapper .btn-secondary:hover {
  color: #464852;
  background-color: #e1e7eb;
  border-color: #e1e7eb; }

.ShoppingList__itemsDetailsBody::-webkit-scrollbar {
  width: 0px; }

.ShoppingList__itemsDetailsBody {
  padding: 18.5px 10px;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 70vh; }
  .ShoppingList__itemsDetailsBody .form-group {
    height: 56px; }
  .ShoppingList__itemsDetailsBody .form-control {
    width: 300px;
    height: 56px;
    border-radius: 3px;
    background-color: #ffffff;
    padding-right: 21px;
    padding-left: 21px;
    border: 1px solid #8797a2; }
  .ShoppingList__itemsDetailsBody .form-group {
    margin: 0; }
  .ShoppingList__itemsDetailsBody .ItemDetails__addNotes {
    margin-top: 20px;
    margin-bottom: 20px;
    height: 200px; }
    .ShoppingList__itemsDetailsBody .ItemDetails__addNotes .form-control {
      height: 200px;
      border-radius: 4px; }
  .ShoppingList__itemsDetailsBody .ItemDetails__addItem {
    margin-bottom: 16.5px; }
    .ShoppingList__itemsDetailsBody .ItemDetails__addItem .errorIcon {
      position: relative;
      top: -62px;
      right: 22px;
      display: none; }
  .ShoppingList__itemsDetailsBody .btn {
    min-width: 300px;
    width: 300px;
    margin-bottom: 10px; }
  .ShoppingList__itemsDetailsBody .Cta .Item__details--save {
    height: 44px; }
  .ShoppingList__itemsDetailsBody .Cta .Item__details--delete {
    background-color: #e1e7eb;
    height: 44px; }
  .ShoppingList__itemsDetailsBody .Cta .Item__details--delete:hover {
    background-color: #f4f7fb; }
  .ShoppingList__itemsDetailsBody .ItemDetails__addItem .floatingLabel,
  .ShoppingList__itemsDetailsBody .ItemDetails__addQuantity .floatingLabel {
    position: relative;
    left: 21px;
    top: -68px; }
  .ShoppingList__itemsDetailsBody .ItemDetails__addItem input,
  .ShoppingList__itemsDetailsBody .ItemDetails__addQuantity input {
    font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: normal;
    opacity: 0.9;
    letter-spacing: normal;
    color: #152934; }
  .ShoppingList__itemsDetailsBody .ItemDetails__addNotes .floatingLabel {
    position: relative;
    left: 21px;
    top: -212px; }
  .ShoppingList__itemsDetailsBody .ItemDetails__addNotes textarea {
    font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: normal;
    opacity: 0.9;
    letter-spacing: normal;
    color: #152934;
    padding-top: 15px; }

.ShoppingList__YourList .YourList__alreadyTaken .Already__taken--heading {
  margin-left: 10px;
  font-family: Source Sans Pro;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.3px;
  color: #464852;
  margin-top: 20px; }

.ShoppingList__YourList .YourList__alreadyTaken ul {
  padding-left: 0;
  margin-bottom: 0; }
  .ShoppingList__YourList .YourList__alreadyTaken ul li {
    margin-left: 10px;
    margin-top: 17px; }

.ShoppingList__YourList {
  overflow-y: scroll;
  height: 48vh;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

.ShoppingList__YourList::-webkit-scrollbar {
  width: 6px; }

.ShoppingList__YourList::-webkit-scrollbar-thumb {
  background: #d8d8d8;
  border-radius: 3px;
  height: 116px; }

.FavouriteList__Cta .FavouriteList__AddItem,
.FavouriteList__Cta .FavouriteList__DeleteItem {
  min-width: 280px;
  width: 280px;
  background-color: #aabcce;
  color: #d6dfe7; }

.FavouriteList__Cta .btn-primary:hover {
  background-color: #aabcce;
  color: #d6dfe7; }

.ShoppingList__Menu_center .ShoppingList__Menu_center_section .ShoppingList__Menu_center_label {
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  font-weight: normal;
  font-size: 21px;
  line-height: normal;
  height: 27px;
  margin-right: 3px;
  letter-spacing: 0.5px;
  color: #464852;
  cursor: pointer; }

.ShoppingList__Menu_center .ShoppingList__Menu_center_section .ShoppingList__Menu_center_label_arrow.arrowUp {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.ShoppingList__Menu_center .ShoppingList__Menu_center_section .ShoppingList__Menu_center_label_arrow {
  width: 24px;
  height: 24px;
  margin: 2px 0;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear; }

.ShoppingList__Menu_left_label:hover {
  text-decoration: underline; }

.ShoppingList__Menu_left .ShoppingList__Menu_left_section .ShoppingList__Menu_left_label {
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: normal;
  margin-right: 3px;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.5px;
  text-align: center;
  color: #0a4d8c;
  cursor: pointer; }

.ShoppingList__Menu_close {
  width: 24px;
  height: 24px;
  margin-top: 22px;
  margin-bottom: 22px;
  margin-right: 5px;
  float: right; }

.ShoppingList_flyout_addItem {
  margin-left: 10px;
  margin-right: 10px; }
  .ShoppingList_flyout_addItem .floatingLabel {
    top: -5px;
    left: 21px;
    position: absolute; }
  .ShoppingList_flyout_addItem div.input-group {
    width: 300px;
    height: 56px; }
    .ShoppingList_flyout_addItem div.input-group .List__input_addItem {
      border: 1px solid #8797a2;
      border-radius: 4px;
      padding-right: 60px; }
    .ShoppingList_flyout_addItem div.input-group .List__input_addItem:focus {
      border: 2px solid #56a5ef;
      border-radius: 4px;
      outline: 0; }
  .ShoppingList_flyout_addItem div.input-group-addon {
    position: absolute;
    right: 17px;
    top: 15px;
    cursor: pointer; }

.ShoppingList__input:focus {
  border: 2px solid #56a5ef; }

.ShoppingList__input::-webkit-input-placeholder {
  color: #a9a9a9;
  opacity: 1; }

.ShoppingList__input::-ms-input-placeholder {
  color: #a9a9a9;
  opacity: 1; }

.ShoppingList__input::placeholder {
  color: #a9a9a9;
  opacity: 1; }

.ShoppingList__input:-ms-input-placeholder {
  color: #a9a9a9; }

.ShoppingList__input:focus + .floatingLabel {
  opacity: 1;
  visibility: visible; }

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
  opacity: 0; }

input:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
  color: transparent;
  opacity: 0; }

input:focus::placeholder,
textarea:focus::placeholder {
  color: transparent;
  opacity: 0; }

.floatingLabel {
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: normal;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  margin: 0;
  pointer-events: none;
  letter-spacing: normal;
  color: #697782;
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden; }

.ShoppingList__shareEmailLabel.floatingLabel {
  position: relative;
  top: -74px;
  left: 21px; }

.List_flyout_emptyList {
  margin-left: 10px;
  margin-right: 10px;
  width: 300px; }
  .List_flyout_emptyList .List_flyout_emptyList_icon {
    margin: 23.8px auto 18px auto;
    width: 84px;
    height: 104px; }
  .List_flyout_emptyList .List_flyout_emptyList_title {
    font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.5px;
    color: #464852;
    text-transform: uppercase; }
  .List_flyout_emptyList .List_flyout_emptyList_desc {
    font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.25;
    margin-top: 5px;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
    color: #464852; }

.List_flyout_emptyList__favoriteList .List_flyout_emptyList_icon {
  margin: 28px auto 17px auto;
  width: 82px;
  height: 161px; }

.List_flyout_emptyList__favoriteList .List_flyout_emptyList_title {
  text-transform: none;
  letter-spacing: normal;
  color: #5e6d78; }

.List_flyout_emptyList__favoriteList .List_flyout_emptyList_desc {
  font-size: 14px;
  line-height: normal;
  color: #5e6d78; }

.List_flyout_form_listItems .list-group-item {
  height: 63px;
  border: none;
  margin-bottom: 0; }
  .List_flyout_form_listItems .list-group-item a:hover {
    color: #464852;
    text-decoration: none; }

.Item__details {
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  padding-left: 12px;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #464852;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block; }
  .Item__details .Item__Quantity {
    font-weight: bold;
    margin-right: 3px; }

.List__listItem_itemLabel {
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  padding-left: 12px;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #464852;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  margin-top: 18px; }

.List__listItem_itemLabel input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

.List__checkbox {
  position: absolute;
  top: 22px;
  left: 18px;
  height: 15px;
  width: 15px;
  background-color: #ffffff;
  border: 1px solid #8797a2;
  border-radius: 2px; }

.List__listItem_itemLabel:hover input ~ .List__checkbox {
  background-color: #ffffff; }

.List__listItem_itemLabel input:checked ~ .List__checkbox {
  background-color: #0a4d8c; }

.List__checkbox:after {
  content: "";
  position: absolute;
  display: none; }

.List__listItem_itemLabel input:checked ~ .List__checkbox:after {
  display: block; }

.List__listItem_itemLabel .List__checkbox:after {
  left: 4px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.List__checkbox:before {
  -webkit-transform: rotate(-55deg);
          transform: rotate(-55deg);
  bottom: 0.1rem;
  left: 0.4rem; }

.View__Completedlist {
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;
  color: #0a4d8c; }
  .View__Completedlist .View__completed--chevron svg {
    vertical-align: middle; }
  .View__Completedlist .View__completed--chevronRight {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }

.ShoppingList__confirmModal .commonBody,
.ShoppingList__confirmModal .modal-dialog,
.ShoppingList__confirmModal .modal-content {
  width: 310px;
  border-radius: 4px;
  margin: auto;
  height: auto; }

.ShoppingList__confirmModal .modal-body {
  padding: 15px;
  height: auto;
  overflow: hidden; }

.ShoppingList__confirmModal .btn {
  margin-top: 5px;
  margin-bottom: 5px; }

.ShoppingList__confirmModal .ShoppingList__confirmModal--header,
.ShoppingList__confirmModal .ShoppingList__confirmModal--description {
  font-size: 28px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.7px;
  color: #464852; }

.ShoppingList__confirmModal .ShoppingList__confirmModal--header {
  margin-bottom: 10px; }

.ShoppingList__confirmModal .ShoppingList__confirmModal--description {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: normal; }

.ShoppingList__confirmModal .ShoppingList__shareEmail {
  height: 56px;
  border-radius: 3px;
  margin-top: 30px; }

.ShoppingList__confirmModal .ShoppingList__confirmModal--footer {
  margin-top: 30px; }
  .ShoppingList__confirmModal .ShoppingList__confirmModal--footer .btn {
    font-size: 16px; }
  .ShoppingList__confirmModal .ShoppingList__confirmModal--footer .btn-secondary {
    background-color: #e1e7eb; }
  .ShoppingList__confirmModal .ShoppingList__confirmModal--footer .btn-secondary:hover {
    background-color: #f4f7fb; }

.ShoppingList__input::-ms-clear {
  display: none; }

textarea {
  resize: none; }

.ShoppingList__itemDesc-error {
  opacity: 0.9;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #dd1321; }

@media screen and (min-width: 768px) {
  .List_flyout_emptyList_icon {
    margin-top: 25px; }
  .ShoppingList__confirmModal .commonBody,
  .ShoppingList__confirmModal .modal-dialog,
  .ShoppingList__confirmModal .modal-content {
    width: 492px;
    min-height: 238px;
    height: auto; }
  .ShoppingList__confirmModal .modal-body {
    padding: 30px 30px 15px 30px;
    height: auto; }
  .ShoppingList__confirmModal .btn {
    width: 165px;
    height: 44px;
    min-width: 165px;
    margin: 5px; }
  .modalOpen {
    overflow: hidden; } }

.ShoppingListUnauth__header {
  padding: 0 20px; }
  .ShoppingListUnauth__header .ShoppingListUnauth__heading {
    font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
    font-weight: normal;
    font-size: 21px;
    line-height: normal;
    height: 27px;
    letter-spacing: 0.5px;
    color: #464852;
    cursor: pointer; }
  .ShoppingListUnauth__header .ShoppingList__Menu_close {
    position: absolute;
    right: 15px;
    margin-right: 0;
    margin-top: 0;
    top: 25px; }

.ShoppingListWrapper .ShoppingListUnauth__body {
  padding: 0 20px;
  margin-right: 0; }

.ShoppingListUnauth.Cta .btn {
  min-width: 280px;
  width: 280px;
  height: 44px; }

.ShoppingListUnauth__Wrapper {
  margin-top: 11px; }

.ShoppingListUnauth__title {
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.5px;
  font-size: 16px;
  margin-top: 28px; }

.ShoppingListUnauth__text {
  line-height: 1.25;
  color: #464852;
  width: 270px;
  margin: 0 auto; }

.ShoppingListUnauth__signIn,
.ShoppingListUnauth__createAccount {
  min-width: 280px;
  height: 44px;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  line-height: normal;
  color: #ffffff; }

.ShoppingListUnauth__signIn {
  margin-top: 29px; }

.ShoppingListUnauth__createAccount {
  color: #464852;
  margin-top: 11px; }

.ShoppingListUnauth__createAccount:hover {
  background-color: #f4f7fb; }

@media print {
  body * {
    visibility: hidden; }
  .ShoppingList * {
    visibility: visible; }
  .ShoppingList {
    position: absolute;
    width: 50%;
    height: 100%;
    z-index: 15;
    top: 0;
    left: 0; } }

@media only screen and (max-width: 767px) {
  .GlobalHeader__ShoppingList {
    color: #464852; }
  .List_flyout_emptyList {
    margin: auto; }
  .ShoppingList .modal-header {
    width: 100%; }
  .ShoppingList .modal-body {
    margin-right: 0; }
  .ShoppingList .modal-dialog {
    width: 100%;
    margin: 0;
    max-width: 100%; }
  .ShoppingList .modal-content {
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh; }
  .ShoppingList .btn {
    width: 100%;
    min-width: 100%; }
  .ShoppingList .ShoppingList__itemsDetailsBody {
    height: 85vh; }
  .ShoppingList .ShoppingList_flyout_addItem div.input-group,
  .ShoppingList .ShoppingList__itemsDetailsBody .form-control {
    width: 100%; }
  .ShoppingList .FavouriteList__Cta {
    padding: 0 20px; }
  .ShoppingList .loader {
    height: 100vh; }
  .commonBody {
    width: 100%; }
    .commonBody .modal-body {
      overflow: hidden;
      height: auto;
      padding: 30px 15px 10px 15px; }
  .ShoppingList__confirmModal .btn {
    margin-bottom: 10px;
    margin-top: 0;
    height: 44px; }
  .ShoppingList__confirmModal .ShoppingList__confirmModal--footer {
    margin-top: 20px; }
  .ShoppingList__successAlertWrapper {
    padding: 0 8px; }
  .ShoppingList__successAlert {
    width: 100%;
    margin: 0; }
  .ShoppingList_flyout_addItem div.input-group-addon {
    top: 13px;
    width: 30px;
    height: 30px; }
  .ShoppingList__YourList {
    overflow-y: scroll;
    height: 65vh; } }

@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .ShoppingList .modal-content {
    left: 0; }
  .ShoppingList__itemsDetailsBody {
    height: 38vh; } }
/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJhcHBTdHlsZS5jc3MiLCJzb3VyY2VSb290IjoiIn0=*/

/*
     FILE ARCHIVED ON 06:55:12 Mar 20, 2020 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 17:10:12 Apr 14, 2021.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 135.959
  exclusion.robots: 0.333
  exclusion.robots.policy: 0.318
  RedisCDXSource: 2.459
  esindex: 0.014
  LoadShardBlock: 94.115 (3)
  PetaboxLoader3.datanode: 121.512 (4)
  CDXLines.iter: 32.524 (3)
  load_resource: 136.18
  PetaboxLoader3.resolve: 70.738
*/