:root {
  --app-height: 100%;
}

html {
  overflow: hidden;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: var(--app-height);
}

.checkbox-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.checkbox-wrapper input {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
.checkbox-wrapper input:focus ~ .checkbox-wrapper__check {
  border: 1px solid #979797;
}
.checkbox-wrapper input:checked ~ .checkbox-wrapper__check {
  background-color: #0074e0;
  border: 1px solid #0074e0;
}
.checkbox-wrapper input:checked ~ .checkbox-wrapper__check img {
  opacity: 1;
}
.checkbox-wrapper input:disabled ~ .checkbox-wrapper__check {
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: not-allowed;
  border: 1px solid #979797;
  background: -webkit-gradient(linear, left top, right bottom, from(#f4f4f4), color-stop(47%, #f4f4f4), color-stop(47%, #979797), color-stop(53%, #979797), color-stop(53%, #f4f4f4), to(#f4f4f4));
}
.checkbox-wrapper input:disabled ~ .checkbox-wrapper__check img {
  display: none;
}
.checkbox-wrapper input:disabled ~ .checkbox-wrapper__label-text {
  cursor: not-allowed;
}
.checkbox-wrapper__check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 18px;
  height: 18px;
  background-color: white;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 4px;
  border: 1px solid #757575;
}
.checkbox-wrapper__check img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 7.5px;
  width: 10px;
  opacity: 0;
}
.checkbox-wrapper__label-text {
  margin-bottom: 0;
  margin-left: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.input-wrapper, .select-wrapper {
  margin-bottom: 6px;
}
.input-wrapper label, .select-wrapper label {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 16px;
  text-align: left;
}
.input-wrapper input, .input-wrapper select, .select-wrapper input, .select-wrapper select {
  padding: 11px 12px;
  font-size: 16px;
  line-height: 20px;
  height: 40px;
  font-weight: 500;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #757575;
  border-radius: 2px;
  background-color: #ffffff;
  width: 100%;
  color: #000000;
}
.input-wrapper input:focus-visible, .input-wrapper select:focus-visible, .select-wrapper input:focus-visible, .select-wrapper select:focus-visible {
  border: 1px solid #2A77BD;
  outline-width: 0px;
}
.input-wrapper select, .select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.input-wrapper .select-suffix, .select-wrapper .select-suffix {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 8px;
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 4px;
}
.input-wrapper select.field-error, .select-wrapper select.field-error {
  margin-top: 0;
  color: #000000;
  line-height: 20px;
}
.input-wrapper .field-error:not(input, select), .select-wrapper .field-error:not(input, select) {
  margin-top: 2px;
  height: 16px;
  display: block;
}

.hidden {
  display: none !important;
}

.body__white {
  background-color: #fff;
}

.body__grey {
  background-color: #f9f9f9;
}
.body__grey-light {
  background-color: #f4f4f4;
}
.body__grey-white {
  background-color: #e1e1e1;
}

.body__myinfo {
  background-color: #f9f9f9;
}
@media (max-width: 48rem) {
  .body__myinfo.sdd-enabled {
    background-color: #ffffff;
  }
}

/**
This class is specifically for when we're using buttons
that are styled to look like links but behave as buttons
 */
.button-as-link {
  background: none;
  border: none;
  padding: 0;
}

.no-margin-bottom {
  margin-bottom: 0px !important;
}

body {
  position: relative;
}
body:after {
  content: "";
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 475;
}
body.footer-nav-menu-open:after, body.header-searchbar-menu-open:after, body.header-store-locator-open:after {
  display: block;
}
@media (max-width: 767.98px) {
  body.header-main-menu-open:after {
    display: block;
  }
}
@media (min-width: 768px) {
  body.header-sign-in-open:after {
    display: block;
  }
}
body.header-nav-menu-open:after {
  display: block;
}

.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.sr-only-focusable:focus,
.sr-only-focusable:active {
  clip: auto !important;
  -webkit-clip-path: none !important;
  clip-path: none !important;
  height: auto !important;
  margin: auto !important;
  overflow: visible !important;
  width: auto !important;
  white-space: normal !important;
}

.aem-header-logo .cmp-image__image {
  display: none;
  width: auto;
}
@media (min-width: 992px) {
  .aem-header-logo .cmp-image__image {
    display: block;
    height: 42px;
  }
}
.aem-header-logo .cmp-image__image--mobile {
  display: block;
  height: 40px;
}
@media (min-width: 992px) {
  .aem-header-logo .cmp-image__image--mobile {
    display: none;
  }
}

.aem-header-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100%;
}
.aem-header-cart .aem-header-cart__link {
  padding: 8px 6px 0;
  color: #767676;
}
@media (min-width: 768px) {
  .aem-header-cart .aem-header-cart__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 8px;
  }
}
.aem-header-cart .aem-header-cart__link--list {
  border-left: 1px solid #e4e4e4;
}
.aem-header-cart .aem-header-cart__link--cart .dg-icon {
  font-size: 24px;
}
.aem-header-cart .aem-header-cart__link.aem-header-cart__link--active {
  color: #000;
}
.aem-header-cart .aem-header-cart__link.aem-header-cart__link--active .aem-header-cart__quantity {
  background: #fff200;
  color: #000;
}
.aem-header-cart .aem-header-cart__link:hover, .aem-header-cart .aem-header-cart__link:focus {
  text-decoration: none;
}
.aem-header-cart .aem-header-cart__icon-wrapper {
  height: 24px;
  margin-bottom: 4px;
  text-align: center;
}
.aem-header-cart .dg-icon {
  font-size: 16px;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .aem-header-cart .dg-icon {
    margin-left: 8px;
  }
}
.aem-header-cart .aem-header-cart__quantity {
  display: inline-block;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #767676;
  color: #fff;
  font-size: 0.5em;
  font-weight: 600;
  text-align: center;
  line-height: 17px;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .aem-header-cart .aem-header-cart__quantity {
    height: 22px;
    width: 22px;
    line-height: 22px;
  }
}
.aem-header-cart .aem-header-cart__total {
  display: block;
  font-size: 0.625em;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 768px) {
  .aem-header-cart .aem-header-cart__total {
    margin-left: 8px;
  }
}

.aem-footer__wrapper {
  padding: 0 16px;
  background: #000;
}
.aem-footer__wrapper, .aem-footer__wrapper *, .aem-footer__wrapper *:before, .aem-footer__wrapper *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.aem-footer__wrapper button {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0 8px;
  font-weight: 400;
  color: #000;
  line-height: 1.5;
}
.aem-footer__wrapper ul, .aem-footer__wrapper li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.aem-footer__wrapper .aem-footer-navigation {
  margin: 0 -16px 24px;
}
.aem-footer__wrapper .aem-footer__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0 -4px 16px;
}
.aem-footer__wrapper .aem-footer__images > * {
  width: 150px;
  margin-bottom: 8px;
  padding: 0 4px;
}
.aem-footer__wrapper .aem-footer-social-media {
  margin-bottom: 36px;
}
.aem-footer__wrapper .aem-footer__text-block {
  margin-bottom: 16px;
  font-size: 0.625em;
  color: #fff;
  text-align: center;
}
.aem-footer__wrapper .aem-footer__text-block--copyright {
  padding-bottom: 36px;
}
.aem-footer__wrapper .aem-footer__text-block a {
  display: inline-block;
  padding: 0 4px;
  color: #fff;
}

.pickup-footer {
  background-color: #fff;
  min-height: 100px;
  color: #000;
  text-align: center;
}
.pickup-footer__logo {
  width: 180px;
  height: 45px;
  background-size: 180px;
  margin: 40px auto;
}
.pickup-footer__navigation ul {
  list-style-type: none;
  padding: 0px;
  margin-bottom: 40px;
}
.pickup-footer__navigation ul li {
  margin-bottom: 20px;
}
.pickup-footer__navigation ul li a {
  font-weight: 700;
  color: #000;
  text-decoration: none;
}
.pickup-footer__copyright {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 20px;
  font-weight: 600;
}

.footer-menu {
  width: 100%;
}
.footer-menu ul,
.footer-menu li {
  list-style: none;
  padding: 0;
}
.footer-menu__wrapper--desktop {
  display: none;
}
@media (min-width: 64rem) {
  .footer-menu__wrapper--desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.footer-menu__wrapper--desktop > li {
  margin-right: 16px;
}
.footer-menu__wrapper--desktop > li:last-of-type {
  margin-right: 0;
}
.footer-menu__wrapper--mobile {
  border-top: 1px solid #757575;
}
@media (min-width: 64rem) {
  .footer-menu__wrapper--mobile {
    display: none;
  }
}
.footer-menu__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 64rem) {
  .footer-menu__item {
    border-bottom: 1px solid #757575;
  }
}
.footer-menu__item h2 {
  color: white;
  font-size: 16px;
  margin-bottom: 8px;
  padding: 12px 16px;
  border-bottom: 1px solid #757575;
  width: 100%;
  font-weight: bold;
}
.footer-menu__item button {
  color: white;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  border: none;
  outline: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: none;
  padding: 12px 0;
  padding-left: 16px;
  width: 100%;
  position: relative;
}
.footer-menu__item button:focus-visible {
  outline: 1px solid #ffffff;
  border-radius: 5px;
}
.footer-menu__item button:after {
  font-family: "dg-icomoon" !important;
  content: "\e904";
  padding-right: 12px;
  position: absolute;
  right: 0;
}
.footer-menu__item button.active:after {
  content: "\e903";
}
.footer-menu__item ul li {
  line-height: 48px;
}
@media (min-width: 64rem) {
  .footer-menu__item ul li {
    line-height: 32px;
    padding-left: 16px;
  }
}
.footer-menu__item ul li a {
  color: white;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 64rem) {
  .footer-menu__item ul li a {
    font-size: 12px;
  }
}
@media (max-width: 64rem) {
  .footer-menu__item ul {
    padding: 0 32px;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.2s ease-out;
    transition: max-height 0.2s ease-out;
    margin: 0;
    display: none;
  }
}

.footer-nav-menu-open .aem-footer-navigation {
  position: relative;
  z-index: 1000;
}
@media (min-width: 768px) {
  .aem-footer-navigation .navigation__menu-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 768px) {
  .aem-footer-navigation .navigation__menu-list {
    position: relative;
    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;
  }
}
.aem-footer-navigation .navigation-menu--open .navigation-menu__toggle:after {
  display: block;
}
.aem-footer-navigation .navigation-menu--open .navigation-menu__toggle .dg-icon:before {
  content: "\e903";
}
.aem-footer-navigation .navigation-menu--open .navigation-menu__item-list {
  display: block;
}
.aem-footer-navigation .navigation-menu {
  position: relative;
  border-bottom: 1px solid #767676;
}
@media (min-width: 768px) {
  .aem-footer-navigation .navigation-menu {
    position: static;
    border: none;
  }
}
.aem-footer-navigation .navigation-menu__top-link, .aem-footer-navigation .navigation-menu__toggle {
  display: block;
  position: relative;
  width: 100%;
  border: none;
  padding: 8px 16px;
  background: none;
  color: #fff;
  font-size: 0.8125em;
  line-height: 40px;
  text-align: left;
}
.aem-footer-navigation .navigation-menu__top-link:hover, .aem-footer-navigation .navigation-menu__top-link:focus, .aem-footer-navigation .navigation-menu__toggle:hover, .aem-footer-navigation .navigation-menu__toggle:focus {
  font-weight: 500;
  text-decoration: underline;
}
.aem-footer-navigation .navigation-menu__top-link .dg-icon, .aem-footer-navigation .navigation-menu__toggle .dg-icon {
  position: absolute;
  display: inline-block;
  right: 24px;
  top: 50%;
  margin-top: -5px;
  font-size: 10px;
}
@media (min-width: 768px) {
  .aem-footer-navigation .navigation-menu__top-link .dg-icon, .aem-footer-navigation .navigation-menu__toggle .dg-icon {
    position: static;
    margin: 0;
  }
}
.aem-footer-navigation .navigation-menu__toggle:after {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  right: 21px;
  height: 0;
  width: 0;
  border-top: 8px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
@media (min-width: 768px) {
  .aem-footer-navigation .navigation-menu__toggle:after {
    right: 50%;
    margin-right: -8px;
  }
}
.aem-footer-navigation .navigation-menu__item-list {
  display: none;
  list-style: none;
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 16px 0;
  background: #fff;
}
.aem-footer-navigation .navigation-menu__link {
  display: block;
  padding: 8px 24px;
  color: #000;
}

.header-fulfillment-picker-open {
  z-index: 500;
  position: relative;
}
.header-fulfillment-picker-open .global-header__bottom:after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 475;
}

.aem-header-fulfillment {
  height: 100%;
}
.aem-header-fulfillment.aem-header-fulfillment--open .fulfillment-picker {
  display: block;
}
.aem-header-fulfillment .menu-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100%;
  border: none;
  padding: 0;
  background: none;
  text-align: left;
  line-height: 1;
  cursor: pointer;
}
.aem-header-fulfillment .menu-toggle__carrot-icon {
  display: inline-block;
  margin-left: 5px;
  font-size: 10px;
  cursor: pointer;
  border: none;
  background: none;
}
.aem-header-fulfillment .menu-toggle__orderType-icon {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.aem-header-fulfillment .menu-toggle__orderType-icon span {
  width: 15px;
  height: 15px;
}
.aem-header-fulfillment .menu-toggle__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding-left: 20px;
}
.aem-header-fulfillment .menu-toggle__details a {
  text-decoration: none;
  color: #000000;
  cursor: default;
}
.aem-header-fulfillment .menu-toggle__orderType-label {
  font-size: 12px;
  font-weight: 500;
}
.aem-header-fulfillment .menu-toggle__address-label {
  font-size: 14px;
  font-weight: 600;
}
@media (max-width: 48rem) {
  .aem-header-fulfillment .menu-toggle__address {
    white-space: nowrap;
    max-width: 180px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.aem-header-fulfillment .menu-toggle__orderType-icon {
  margin: auto;
}
.aem-header-fulfillment .menu-toggle__orderType-icon--delivery {
  content: url("../../../etc.clientlibs/dollargeneral/clientlibs/clientlib-site/resources/images/delivery.svg");
}
.aem-header-fulfillment .menu-toggle__orderType-icon--pickup {
  content: url("../../../etc.clientlibs/dollargeneral/clientlibs/clientlib-site/resources/images/dg-pickup-enabled-icon.svg");
}
.aem-header-fulfillment .menu-toggle__orderType-icon--store {
  content: url("../../../etc.clientlibs/dollargeneral/clientlibs/clientlib-site/resources/images/in-store.svg");
}
.aem-header-fulfillment .menu-toggle__orderType-icon--shipping {
  content: url("../../../etc.clientlibs/dollargeneral/clientlibs/clientlib-site/resources/images/shipping-enabled-icon.svg");
}
.aem-header-fulfillment .fulfillment-picker {
  display: none;
  position: absolute;
  width: 100%;
  max-width: 375px;
  left: 0;
  border-radius: 0 0 16px 16px;
  padding: 0 24px 24px 24px;
  background: #ffffff;
  top: 56px;
  z-index: 499;
}
@media (min-width: 48rem) {
  .aem-header-fulfillment .fulfillment-picker {
    max-width: 710px;
  }
}
@media (min-width: 64rem) {
  .aem-header-fulfillment .fulfillment-picker {
    top: 64px;
  }
}
.aem-header-fulfillment .fulfillment-picker__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 19px 0;
  margin: 0;
}
@media (max-width: 768px) {
  .aem-header-fulfillment .fulfillment-picker__header {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 16px 0;
  }
}
.aem-header-fulfillment .fulfillment-picker__heading-label {
  font-size: 14px;
  font-weight: 500;
}
.aem-header-fulfillment .fulfillment-picker__heading-icon {
  margin-left: 22px;
  cursor: pointer;
  background: none;
  border: none;
  content: url(../../../etc.clientlibs/dollargeneral/clientlibs/clientlib-site/resources/images/carrot-icon-up.svg);
}
.aem-header-fulfillment .fulfillment-picker__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  position: relative;
  margin: 0;
}
.aem-header-fulfillment .fulfillment-picker__address .setLocation {
  color: #2A77BD;
}
@media (min-width: 48rem) {
  .aem-header-fulfillment .fulfillment-picker__address .shipping-zipcode-modal {
    left: 114px;
    top: 50px;
  }
  .aem-header-fulfillment .fulfillment-picker__address .shipping-zipcode-modal:before, .aem-header-fulfillment .fulfillment-picker__address .shipping-zipcode-modal:after {
    left: 45px;
  }
}
.aem-header-fulfillment .fulfillment-picker__order-types {
  padding-bottom: 16px;
}
.aem-header-fulfillment .fulfillment-picker__order-types ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin: 0;
  list-style-type: none;
  padding: 0;
}
@media (min-width: 768px) {
  .aem-header-fulfillment .fulfillment-picker__order-types ul {
    grid-template-columns: repeat(4, 1fr);
  }
}
.aem-header-fulfillment .fulfillment-picker__order-types ul li {
  border-radius: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.aem-header-fulfillment .fulfillment-picker__order-types ul li label {
  display: block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.aem-header-fulfillment .fulfillment-picker__order-types ul li label input[type=radio] {
  -ms-flex-item-align: end;
      align-self: end;
  position: absolute;
  opacity: 0;
}
.aem-header-fulfillment .fulfillment-picker__order-types ul li label .checkmark {
  position: absolute;
  top: 5px;
  right: 10px;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border-radius: 50%;
  border: none;
}
.aem-header-fulfillment .fulfillment-picker__order-types--enabled {
  background: #ffffff;
  border: 2px solid #e1e1e1;
}
.aem-header-fulfillment .fulfillment-picker__order-types--enabled label {
  cursor: pointer;
}
.aem-header-fulfillment .fulfillment-picker__order-types--enabled label input {
  cursor: pointer;
}
.aem-header-fulfillment .fulfillment-picker__order-types--selected {
  background: #ffffff;
  border: 2px solid #000000;
  cursor: pointer;
}
.aem-header-fulfillment .fulfillment-picker__order-types-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: column;
      -ms-flex-pack: column;
          justify-content: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 12px 12px;
  text-align: center;
}
.aem-header-fulfillment .fulfillment-picker__order-types-wrapper img {
  width: 28px;
  height: 24px;
}
.aem-header-fulfillment .fulfillment-picker__order-types-wrapper--delivery {
  content: url("../../../etc.clientlibs/dollargeneral/clientlibs/clientlib-site/resources/images/delivery.svg");
}
.aem-header-fulfillment .fulfillment-picker__order-types-wrapper--pickup {
  content: url("../../../etc.clientlibs/dollargeneral/clientlibs/clientlib-site/resources/images/dg-pickup-enabled-icon.svg");
}
.aem-header-fulfillment .fulfillment-picker__order-types-wrapper--store {
  content: url("../../../etc.clientlibs/dollargeneral/clientlibs/clientlib-site/resources/images/in-store.svg");
}
.aem-header-fulfillment .fulfillment-picker__order-types-wrapper--shipping {
  content: url("../../../etc.clientlibs/dollargeneral/clientlibs/clientlib-site/resources/images/shipping-enabled-icon.svg");
}
.aem-header-fulfillment .fulfillment-picker__order-types-content {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 10px;
  font-weight: 500;
  color: #515151;
}
.aem-header-fulfillment .fulfillment-picker__order-types-content p {
  margin: 0;
  font-size: 10px;
}
.aem-header-fulfillment .fulfillment-picker__order-types-content-title {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 600;
  color: #000000;
}
.aem-header-fulfillment .fulfillment-picker__order-types--disabled {
  background-color: #f4f4f4;
  border: none;
  cursor: none;
}
.aem-header-fulfillment .fulfillment-picker__order-types--disabled .fulfillment-picker__order-types-wrapper {
  padding: 16px 12px 12px;
}
.aem-header-fulfillment .fulfillment-picker__order-types--disabled .fulfillment-picker__order-types-wrapper--delivery {
  content: url("../../../etc.clientlibs/dollargeneral/clientlibs/clientlib-site/resources/images/delivery-disabled.svg");
}
.aem-header-fulfillment .fulfillment-picker__order-types--disabled .fulfillment-picker__order-types-wrapper--pickup {
  content: url("../../../etc.clientlibs/dollargeneral/clientlibs/clientlib-site/resources/images/dg-pickup-disabled.svg");
}
.aem-header-fulfillment .fulfillment-picker__order-types--disabled .fulfillment-picker__order-types-wrapper--store {
  content: url("../../../etc.clientlibs/dollargeneral/clientlibs/clientlib-site/resources/images/in-store.svg");
}
.aem-header-fulfillment .fulfillment-picker__order-types--disabled .fulfillment-picker__order-types-wrapper--shipping {
  content: url("../../../etc.clientlibs/dollargeneral/clientlibs/clientlib-site/resources/images/shipping-disabled.svg");
}
.aem-header-fulfillment .fulfillment-picker__order-types--disabled a {
  display: block;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #2568A7;
  margin: 11px 0 4px 0;
  line-height: 14px;
}
.aem-header-fulfillment .fulfillment-picker__order-types--disabled h4 {
  color: #515151;
}
.aem-header-fulfillment .fulfillment-picker__orderType-label {
  font-size: 10px;
  font-weight: 400;
}
.aem-header-fulfillment .fulfillment-picker__address-label {
  font-size: 14px;
  font-weight: 600;
}
.aem-header-fulfillment .fulfillment-picker__address-label span {
  cursor: pointer;
  font-size: 14px;
}
.aem-header-fulfillment .fulfillment-picker__footer-icon {
  position: absolute;
  top: 35%;
  right: 0;
  padding: 0 25px;
  background: none;
  border: none;
  cursor: pointer;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  content: url(../../../etc.clientlibs/dollargeneral/clientlibs/clientlib-site/resources/images/carrot-icon-up.svg);
}
@media (max-width: 48rem) {
  .aem-header-fulfillment .fulfillment-picker__footer-icon {
    left: 90%;
  }
}
@media (min-width: 48rem) {
  .aem-header-fulfillment .fulfillment-picker__footer-icon {
    right: initial;
  }
}

.fulfillment-radio-container {
  /* On mouse-over, add a grey background color */
  /* When the radio button is checked, add a  background image */
  /* Create the indicator (the dot/circle - hidden when not checked) */
}
.fulfillment-radio-container:hover input ~ .checkmark {
  background-color: #ccc;
}
.fulfillment-radio-container input:checked ~ .checkmark {
  background-image: url(../../../etc.clientlibs/dollargeneral/clientlibs/clientlib-site/resources/images/checked-bold.svg);
  background-color: transparent;
  background-position: center;
}
.fulfillment-radio-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.global-footer {
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 24px;
  padding-bottom: 32px;
  margin-top: 30px;
}
.global-footer__menu {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 32px;
}
.global-footer_apps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
}
.global-footer_apps > div {
  margin-left: 16px;
}
.global-footer_apps > div:first-of-type {
  margin-left: 0;
}
.global-footer_apps .image {
  margin-bottom: 0px;
}
.global-footer_apps img {
  height: 40px;
  width: auto;
}
.global-footer__links {
  margin-bottom: 16px;
}
.global-footer__links > div {
  width: 150px;
}
.global-footer__links img {
  height: auto;
  width: 100%;
}
.global-footer__social-media {
  margin-bottom: 32px;
}
.global-footer__social-media ul, .global-footer__social-media li {
  list-style: none;
  padding: 0;
}
.global-footer__social-media ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.global-footer__social-media ul li {
  margin-right: 16px;
}
.global-footer__social-media ul li:last-of-type {
  margin-right: 0;
}
.global-footer__social-media a {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.global-footer__social-media a span {
  color: #fff200;
}
.global-footer__social-media a span:hover, .global-footer__social-media a span:focus {
  color: white;
}
.global-footer__text-block {
  color: white;
  margin-bottom: 8px;
  font-size: 10px;
}
.global-footer__text-block a {
  color: white;
  font-size: 10px;
}
.global-footer__text-block a:hover, .global-footer__text-block a:focus {
  text-decoration: underline;
}
.global-footer__copyright {
  color: white;
  font-size: 10px;
  text-align: center;
}

.cmp-page__skiptomaincontent .cmp-page__skiptomaincontent-link {
  font-size: 12px;
  color: #000000;
}
.cmp-page__skiptomaincontent .cmp-page__skiptomaincontent-link:focus-within, .cmp-page__skiptomaincontent .cmp-page__skiptomaincontent-link:focus {
  left: 25px !important;
  top: 0 !important;
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
  color: #000000 !important;
  border: none !important;
  text-decoration: underline;
}

.global-header {
  border-bottom: 1px solid #e4e4e4;
}
.global-header__empty-back {
  position: absolute;
}
.global-header__empty-link {
  color: white;
}
.global-header__empty-logo {
  margin: 0 0 0 auto;
}
@media (min-width: 48rem) {
  .global-header__empty-logo {
    margin: auto;
  }
}
.global-header__empty-icon {
  font-size: small !important;
}
.global-header__empty-back-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.global-header__top {
  height: 56px;
  background: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 8px;
  position: relative;
  z-index: 999;
}
@media (min-width: 64rem) {
  .global-header__top {
    height: 64px;
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
    padding: 0px 24px;
  }
}
.global-header__top-logo {
  padding: 8px 0px;
}
.global-header__top-logo img {
  height: 40px;
  border-radius: 8px;
}
@media (min-width: 64rem) {
  .global-header__top-logo {
    padding: 0;
  }
  .global-header__top-logo img {
    height: 32px;
  }
}
.global-header__bottom {
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 8px;
  background: white;
  overflow: hidden;
  padding-left: 20px;
}
@media (min-width: 64rem) {
  .global-header__bottom {
    padding: 0px 28.5px;
  }
}
.global-header__menu {
  padding: 20px 0px;
}
.global-header__menu button {
  border: none;
  color: #ffffff;
  background-color: #000000;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 8px;
}
.global-header__menu button span {
  margin-left: 10px;
}
@media (min-width: 64rem) {
  .global-header__menu {
    display: none;
    padding: 16px 0;
  }
}
.global-header__menu-modal {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  max-height: calc(var(--app-height) - 56px);
  overflow-y: scroll;
  background: white;
  width: 90vw;
  z-index: 999;
}
@media (min-width: 64rem) {
  .global-header__menu-modal {
    max-height: calc(var(--app-height) - 64px);
    left: unset;
    width: 327px;
    right: 0;
  }
}
.global-header__menu-modal-link {
  display: none;
}
.global-header__menu-modal-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fafafa;
  padding: 32px 16px;
  gap: 16px;
}
.global-header__menu-modal-name__initials {
  background: #fff200;
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  border-radius: 50px;
  padding: 6px;
  width: 24px;
  height: 24px;
}
.global-header__menu-modal-name__full-name {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 0;
}
.global-header__menu-modal-categorylist {
  display: block;
  max-height: 50vh;
  overflow: scroll;
  background: #fafafa;
}
@media (min-width: 64rem) {
  .global-header__menu-modal-categorylist {
    display: none;
  }
}
.global-header__menu-modal-categorylist-button {
  padding: 0 !important;
}
.global-header__menu-modal-categorylist-button button {
  padding: 12px 24px;
  background: #fafafa;
}
.global-header__menu-modal-categorylist-link {
  padding-left: 24px !important;
}
.global-header__menu-modal-categorylist-link a {
  font-weight: 500 !important;
  padding-left: 0 !important;
}
.global-header__menu-modal--open {
  display: block;
}
.global-header__menu-modal ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.global-header__menu-modal ul li {
  border-top: 1px solid #e4e4e4;
}
.global-header__menu-modal ul li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0px;
  color: black;
  height: 100%;
  width: 100%;
  display: block;
  padding: 14px 16px;
}
.global-header__menu-modal ul li a:hover, .global-header__menu-modal ul li a:focus {
  text-decoration: underline;
}
.global-header__menu-modal__signout {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 16px;
  border-top: 1px solid #e4e4e4;
  display: none;
}
.global-header__menu-modal__signout button {
  border: none;
  background: #fff;
  padding-left: 0;
  height: 100%;
  width: 100%;
  font-size: 16px;
  text-align: left;
  color: black;
}
.global-header__menu-modal__signout button:hover {
  text-decoration: underline;
}
.global-header__categories {
  display: none;
}
@media (min-width: 64rem) {
  .global-header__categories {
    display: block;
  }
}
.global-header__categories a:hover, .global-header__categories a:focus {
  text-decoration: underline;
}
.global-header__categories button:hover > span, .global-header__categories button:focus > span {
  border-bottom: 1px solid white;
}
.global-header__categories ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.global-header__categories ul li {
  position: relative;
  list-style: none;
  padding: 0 16px;
}
.global-header__categories ul li a {
  border: none;
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  background: #000000;
  padding: 0;
}
.global-header__categories ul li button {
  border: none;
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  background: #000000;
  padding-bottom: 24px;
  padding-top: 24px;
}
.global-header__categories ul li button span {
  font-size: 14px;
}
.global-header__categories ul li button:after {
  content: "";
  display: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -8px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
}
.global-header__categories ul li button .dg-icon {
  vertical-align: middle;
  font-size: 10px;
  margin-left: 6px;
}
.global-header__categories .navigation-menu__button:after {
  display: block;
}
.global-header__categories-dropdown {
  top: 100%;
  left: 24px;
  display: block;
  position: absolute;
  padding: 16px 24px 0px 24px;
  max-height: 510px;
  background: #ffffff;
}
.global-header__categories-dropdown .navigation-menu__link {
  color: #000000;
  position: relative;
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  background: #ffffff;
  display: inline-block;
  white-space: nowrap;
  padding-right: 24px;
  margin-bottom: 8px;
}
.global-header__search {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
}
.global-header__search .aem-header-search-pickup {
  height: 100%;
}
.global-header__search .aem-header-search-pickup .header-search-pickup__form {
  padding: 12px;
  height: 100%;
  display: none;
}
@media (min-width: 64rem) {
  .global-header__search .aem-header-search-pickup .header-search-pickup__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.global-header__search .aem-header-search-pickup .header-search-pickup__form--open {
  position: absolute;
  top: 0;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 64rem) {
  .global-header__search .aem-header-search-pickup .header-search-pickup__form--open {
    position: relative;
    top: unset;
  }
}
.global-header__search .aem-header-search-pickup .header-search-pickup__field {
  font-weight: 500;
  font-size: 14px;
  height: 100%;
  line-height: 16px;
  color: #000000;
}
@media (max-width: 48rem) {
  .global-header__search .aem-header-search-pickup .header-search-pickup__field {
    font-size: 16px;
  }
}
.global-header__search .aem-header-search-pickup .header-search-pickup__open-button {
  margin-left: auto;
  display: block;
}
@media (min-width: 64rem) {
  .global-header__search .aem-header-search-pickup .header-search-pickup__open-button {
    display: none;
  }
}
.global-header__search .aem-header-search-pickup .aem-header__hidden-text {
  display: none;
}
.global-header__search ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.global-header__account {
  display: none;
  font-size: 1.27em;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-left: 8px;
  font-weight: 400;
  line-height: 1.5;
}
@media (min-width: 64rem) {
  .global-header__account {
    display: block;
  }
}
.global-header__account button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: none;
  border: none;
  color: #fff;
  font-size: 12px;
}
.global-header__account button span {
  font-size: 22px;
  margin: auto;
}
.global-header__cart .aem-header-pickup-cart__link {
  padding: 0 !important;
}
@media (min-width: 64rem) {
  .global-header__cart .aem-header-pickup-cart__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.global-header .accordion {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #000000 !important;
}
.global-header .accordion:after {
  font-family: "dg-icomoon";
  content: "\e904";
}
.global-header .accordion.active {
  padding-bottom: 16px;
}
.global-header .accordion.active:after {
  content: "\e903";
}
.global-header .panel {
  padding: 0;
  background-color: #ffffff;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin-bottom: 0;
  padding-left: 4px;
}
.global-header .panel li {
  padding-left: 40px;
  background: #fafafa;
}
.global-header .panel li a {
  font-weight: 500;
  padding-left: 0px;
}
.global-header__store {
  height: 100%;
}
.global-header__store .aem-header-store-locator button {
  color: black;
}
.global-header__store .aem-header-store-locator button.button-as-link {
  color: #2A77BD;
}
.global-header--desktop {
  display: none;
}
@media (min-width: 64rem) {
  .global-header--desktop {
    display: block;
  }
}
@media (min-width: 64rem) {
  .global-header--mobile {
    display: none;
  }
}
.global-header.sdd-enabled .global-header__store {
  position: absolute;
  left: -9999px;
}
.global-header.sdd-enabled .global-header__store .store-locator__toggle-btn {
  display: none;
}
@media (max-width: 64rem) {
  .global-header.sdd-enabled .global-header__bottom {
    padding-right: 15px;
  }
}
.global-header.sdd-enabled .global-header__cart .aem-header-pickup-cart__total {
  display: none;
}
.global-header.sdd-enabled .global-header__cart .aem-header-pickup-cart__icon-wrapper {
  position: relative;
}
.global-header.sdd-enabled .global-header__cart .aem-header-pickup-cart__quantity {
  position: absolute;
  top: -10px;
  left: 15px;
  display: none;
}
.global-header.sdd-enabled .global-header__cart .aem-header-pickup-cart__quantity.show {
  display: block;
}
.global-header.sdd-enabled .global-header__cart .aem-header-pickup-cart__link--active {
  color: #000000;
}
.global-header.sdd-enabled .global-header__cart .aem-header-pickup-cart__link--active .aem-header-pickup-cart__quantity {
  background: #000000;
  color: #ffffff;
}
.global-header.sdd-enabled .global-header__shoppingList {
  padding-right: 20px;
  margin-left: auto;
}

.header-nav-menu-open {
  max-height: var(--app-height);
  overflow: hidden;
}
.header-nav-menu-open:after {
  display: none !important;
}
.header-nav-menu-open .global-header {
  border-bottom: none;
}
.header-nav-menu-open .global-header__bottom {
  background: transparent;
}
.header-nav-menu-open .global-header__bottom:after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 475;
}

.body__myinfo .global-header.sdd-enabled .aem-header-pickup-list__icon {
  margin-bottom: 3px;
}

.cmp-experiencefragment--dg-pickup-header, .cmp-experiencefragment--site-header {
  margin: 0;
  padding: 0;
  -webkit-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
  display: block;
  width: 100%;
}

.sticky-header-container {
  position: sticky;
  top: 0;
  z-index: 1049;
}

.aem-header {
  color: #000;
  line-height: 1.5;
  width: 100%;
}
.aem-header.aem-header--sticky-active .aem-header__top-bar--open-menu .aem-header__menu-wrapper {
  overflow-y: auto;
}
.aem-header .aem-header__tab-toggle {
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 45px;
}
@media (min-width: 768px) {
  .aem-header .aem-header__tab-toggle {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 60px;
  }
}
.header-searchbar-menu-open .aem-header .aem-header__tab-toggle, .header-main-menu-open .aem-header .aem-header__tab-toggle, .header-nav-menu-open .aem-header .aem-header__tab-toggle, .header-sign-in-open .aem-header .aem-header__tab-toggle, .header-store-locator-open .aem-header .aem-header__tab-toggle {
  position: relative;
  z-index: 500;
}
.aem-header .aem-header__vertical-line {
  width: 1px;
  background-color: #fff;
  opacity: 0.5;
  height: 26px;
}
@media (min-width: 768px) {
  .aem-header .aem-header__vertical-line {
    height: 38px;
  }
}
.aem-header .aem-header__tab-text {
  color: #fff;
  font-size: 14px;
}
@media (min-width: 768px) {
  .aem-header .aem-header__tab-text {
    font-size: 17px;
  }
}
.aem-header .aem-header__tab-text:hover, .aem-header .aem-header__tab-text:focus {
  color: #fff;
  text-decoration: none;
}
.aem-header .aem-header__tab-text--active {
  border-bottom: 2px solid #fff200;
}
.aem-header .aem-header__tab-text.left {
  margin-right: 32px;
}
@media (min-width: 768px) {
  .aem-header .aem-header__tab-text.left {
    margin: 0 22px 0 25px;
  }
}
.aem-header .aem-header__tab-text.right {
  margin-left: 22px;
}
.aem-header, .aem-header *, .aem-header *:before, .aem-header *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.aem-header button {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0 8px;
  font-weight: 400;
  color: #000;
  line-height: 1.5;
}
.aem-header input[type=text] {
  height: auto;
  line-height: inherit;
}
.aem-header input[type=text]::-webkit-input-placeholder {
  color: initial;
}
.aem-header input[type=text]::-moz-placeholder {
  color: initial;
}
.aem-header input[type=text]:-ms-input-placeholder {
  color: initial;
}
.aem-header input[type=text]::-ms-input-placeholder {
  color: initial;
}
.aem-header input[type=text]::placeholder {
  color: initial;
}
.aem-header ul, .aem-header li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.aem-header .aem-header__banner-wrapper {
  padding-top: 20px;
}
.header-searchbar-menu-open .aem-header .aem-header__banner-wrapper, .header-main-menu-open .aem-header .aem-header__banner-wrapper, .header-nav-menu-open .aem-header .aem-header__banner-wrapper, .header-sign-in-open .aem-header .aem-header__banner-wrapper, .header-store-locator-open .aem-header .aem-header__banner-wrapper {
  position: relative;
  z-index: 500;
}
.aem-header .aem-header__banner {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .aem-header .aem-header__banner {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .aem-header .aem-header__banner {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .aem-header .aem-header__banner {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .aem-header .aem-header__banner {
    max-width: 1140px;
  }
}
.aem-header .aem-header__banner .aem-Grid {
  width: auto;
  margin-left: -15px;
  margin-right: -15px;
}
.aem-header .aem-header__banner .aem-GridColumn {
  padding-left: 15px;
  padding-right: 15px;
}
.aem-header .aem-header__top-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 56px;
  background: #000;
}
.header-searchbar-menu-open .aem-header .aem-header__top-bar, .header-main-menu-open .aem-header .aem-header__top-bar, .header-nav-menu-open .aem-header .aem-header__top-bar, .header-sign-in-open .aem-header .aem-header__top-bar, .header-store-locator-open .aem-header .aem-header__top-bar {
  z-index: 500;
}
.aem-header .aem-header__top-bar--open-menu .aem-header__main-menu-toggle:after,
.aem-header .aem-header__top-bar--open-menu .aem-header__main-menu-close-button,
.aem-header .aem-header__top-bar--open-menu .aem-header-navigation--mobile,
.aem-header .aem-header__top-bar--open-menu .aem-header-sign-in {
  display: block;
}
@media (min-width: 768px) {
  .aem-header .aem-header__top-bar--open-menu .aem-header__main-menu-close-button {
    display: none;
  }
}
.aem-header .aem-header__top-bar--open-menu .aem-header__main-menu-toggle .dg-icon:before {
  content: "\e903";
}
.aem-header .aem-header__searchbar-open-button {
  position: absolute;
  right: 8px;
  height: 56px;
  width: 40px;
  border: none;
  padding: 8px;
  background: none;
  color: #fff;
  line-height: 1;
}
@media (min-width: 768px) {
  .aem-header .aem-header__searchbar-open-button {
    display: none;
  }
}
.aem-header .aem-header__menu-wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
}
@media (min-width: 768px) {
  .aem-header .aem-header__menu-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: static;
    height: 100%;
    background: none;
  }
}
.aem-header .aem-header__main-menu-toggle {
  position: relative;
  height: 100%;
  border: none;
  padding: 8px;
  background: none;
  font-size: 0.8125em;
  color: #fff;
}
@media (min-width: 768px) {
  .aem-header .aem-header__main-menu-toggle {
    display: none;
  }
}
.aem-header .aem-header__main-menu-toggle:after {
  content: "";
  display: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 0;
  width: 0;
  margin-left: -8px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
}
.aem-header .aem-header__main-menu-toggle .dg-icon {
  vertical-align: middle;
  font-size: 10px;
}
.aem-header .aem-header__main-menu-close-button {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  width: 40px;
  border: none;
  background: none;
  font-size: 18px;
  text-align: center;
  z-index: 100;
}
@media (min-width: 768px) {
  .aem-header .aem-header__main-menu-close-button {
    display: none;
  }
}
.aem-header .aem-header-logo {
  margin-left: 15px;
}
.aem-header .aem-header-navigation--desktop {
  display: none;
}
.aem-header .aem-header-navigation--mobile {
  display: block;
  max-height: 50vh;
  overflow: hidden scroll;
}
@media (min-width: 768px) {
  .aem-header .aem-header-navigation--desktop {
    display: block;
  }
  .aem-header .aem-header-navigation--mobile {
    display: none;
  }
}
@media (min-width: 768px) {
  .aem-header .aem-header-searchbar,
  .aem-header .aem-header-search-pickup {
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .aem-header .aem-header-searchbar,
  .aem-header .aem-header-search-pickup {
    margin-right: 16px;
    margin-left: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.aem-header .aem-header-sign-in {
  display: none;
}
@media (min-width: 768px) {
  .aem-header .aem-header-sign-in {
    display: block;
    margin-right: 20px;
  }
}
.aem-header .aem-header__bottom-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 57px;
  border-bottom: 1px solid #e4e4e4;
  background: #fff;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  position: relative;
}
.header-store-locator-open .aem-header .aem-header__bottom-bar {
  z-index: 500;
}
.aem-header .aem-header-store-locator {
  margin-left: 15px;
}
.aem-header .aem-header-cart,
.aem-header .aem-header-pickup-cart,
.aem-header .aem-header-pickup {
  margin: 0 15px 0 auto;
}
.aem-header .aem-header-pickup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.aem-header .aem-header__hidden-text {
  display: block;
  height: 0;
  width: 0;
  overflow: hidden;
}

@font-face {
  font-family: "dg-icomoon";
  src: url("clientlib-site/resources/fonts/dg-icomoon.woff?version=xa1hq5") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.dg-icon {
  font-family: "dg-icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.dg-icon-close:before {
  content: "\e900";
}

.dg-icon-add:before {
  content: "\e901";
}

.dg-icon-check:before {
  content: "\e902";
}

.dg-icon-chevron-up:before {
  content: "\e903";
}

.dg-icon-chevron-down:before {
  content: "\e904";
}

.dg-icon-chevron-left:before {
  content: "\e92c";
}

.dg-icon-chevron-right:before {
  content: "\e92d";
}

.dg-icon-arrow-left:before {
  content: "\e905";
}

.dg-icon-arrow-right:before {
  content: "\e906";
}

.dg-icon-sign-in:before {
  content: "\e907";
}

.dg-icon-sign-out:before {
  content: "\e908";
}

.dg-icon-search:before {
  content: "\e909";
}

.dg-icon-eye:before {
  content: "\e90a";
}

.dg-icon-track-order:before {
  content: "\e90b";
}

.dg-icon-create-account:before {
  content: "\e90c";
}

.dg-icon-gift-card:before {
  content: "\e90d";
}

.dg-icon-cart:before {
  content: "\e90e";
}

.dg-icon-bell:before {
  content: "\e90f";
}

.dg-icon-store:before {
  content: "\e910";
}

.dg-icon-trash:before {
  content: "\e911";
}

.dg-icon-box:before {
  content: "\e912";
}

.dg-icon-lock:before {
  content: "\e913";
}

.dg-icon-message:before {
  content: "\e914";
}

.dg-icon-print:before {
  content: "\e915";
}

.dg-icon-product-recall:before {
  content: "\e916";
}

.dg-icon-success:before {
  content: "\e917";
}

.dg-icon-truck:before {
  content: "\e918";
}

.dg-icon-coupon:before {
  content: "\e919";
}

.dg-icon-barcode:before {
  content: "\e91a";
}

.dg-icon-list1:before {
  content: "\e91b";
}

.dg-icon-list:before {
  content: "\e91c";
}

.dg-icon-account:before {
  content: "\e91d";
}

.dg-icon-clock:before {
  content: "\e91e";
}

.dg-icon-serves:before {
  content: "\e91f";
}

.dg-icon-cost:before {
  content: "\e920";
}

.dg-icon-info:before {
  content: "\e921";
}

.dg-icon-question:before {
  content: "\e922";
}

.dg-icon-reorder:before {
  content: "\e923";
}

.dg-icon-gps-pin:before {
  content: "\e924";
}

.dg-icon-map-pin:before {
  content: "\e925";
}

.dg-icon-facebook:before {
  content: "\e926";
}

.dg-icon-instagram:before {
  content: "\e927";
}

.dg-icon-linkedin:before {
  content: "\e928";
}

.dg-icon-pinterest:before {
  content: "\e929";
}

.dg-icon-twitter:before {
  content: "\e92a";
}

.dg-icon-youtube:before {
  content: "\e92b";
}

.image {
  margin-bottom: 20px;
}
.image__desktop-container {
  display: none;
}
@media (min-width: 768px) {
  .image__desktop-container {
    display: block;
  }
}
.image__mobile-container {
  display: block;
}
@media (min-width: 768px) {
  .image__mobile-container {
    display: none;
  }
}
.image.cmp-image--square .cmp-image, .image.cmp-image--circle .cmp-image, .image.cmp-image--pinch .cmp-image, .image.cmp-image--borderless-pinch .cmp-image, .image.cmp-image--square-pinch .cmp-image, .image.cmp-image--small-borderless-circle .cmp-image, .image.cmp-image--large-borderless-circle .cmp-image {
  position: relative;
  height: 0;
  padding-bottom: 100%;
}
.image.cmp-image--square .cmp-image__wrapper, .image.cmp-image--circle .cmp-image__wrapper, .image.cmp-image--pinch .cmp-image__wrapper, .image.cmp-image--borderless-pinch .cmp-image__wrapper, .image.cmp-image--square-pinch .cmp-image__wrapper, .image.cmp-image--small-borderless-circle .cmp-image__wrapper, .image.cmp-image--large-borderless-circle .cmp-image__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.image.cmp-image--square .cmp-image__wrapper--link:hover:before, .image.cmp-image--square .cmp-image__wrapper--link:focus:before, .image.cmp-image--circle .cmp-image__wrapper--link:hover:before, .image.cmp-image--circle .cmp-image__wrapper--link:focus:before, .image.cmp-image--pinch .cmp-image__wrapper--link:hover:before, .image.cmp-image--pinch .cmp-image__wrapper--link:focus:before, .image.cmp-image--borderless-pinch .cmp-image__wrapper--link:hover:before, .image.cmp-image--borderless-pinch .cmp-image__wrapper--link:focus:before, .image.cmp-image--square-pinch .cmp-image__wrapper--link:hover:before, .image.cmp-image--square-pinch .cmp-image__wrapper--link:focus:before, .image.cmp-image--small-borderless-circle .cmp-image__wrapper--link:hover:before, .image.cmp-image--small-borderless-circle .cmp-image__wrapper--link:focus:before, .image.cmp-image--large-borderless-circle .cmp-image__wrapper--link:hover:before, .image.cmp-image--large-borderless-circle .cmp-image__wrapper--link:focus:before {
  border-width: 12px;
}
.image.cmp-image--square .cmp-image__wrapper--link:hover .cmp-image__pinch, .image.cmp-image--square .cmp-image__wrapper--link:focus .cmp-image__pinch, .image.cmp-image--circle .cmp-image__wrapper--link:hover .cmp-image__pinch, .image.cmp-image--circle .cmp-image__wrapper--link:focus .cmp-image__pinch, .image.cmp-image--pinch .cmp-image__wrapper--link:hover .cmp-image__pinch, .image.cmp-image--pinch .cmp-image__wrapper--link:focus .cmp-image__pinch, .image.cmp-image--borderless-pinch .cmp-image__wrapper--link:hover .cmp-image__pinch, .image.cmp-image--borderless-pinch .cmp-image__wrapper--link:focus .cmp-image__pinch, .image.cmp-image--square-pinch .cmp-image__wrapper--link:hover .cmp-image__pinch, .image.cmp-image--square-pinch .cmp-image__wrapper--link:focus .cmp-image__pinch, .image.cmp-image--small-borderless-circle .cmp-image__wrapper--link:hover .cmp-image__pinch, .image.cmp-image--small-borderless-circle .cmp-image__wrapper--link:focus .cmp-image__pinch, .image.cmp-image--large-borderless-circle .cmp-image__wrapper--link:hover .cmp-image__pinch, .image.cmp-image--large-borderless-circle .cmp-image__wrapper--link:focus .cmp-image__pinch {
  stroke-width: 15;
}
.image.cmp-image--square .cmp-image__wrapper--link:hover .cmp-image__square-pinch, .image.cmp-image--square .cmp-image__wrapper--link:focus .cmp-image__square-pinch, .image.cmp-image--circle .cmp-image__wrapper--link:hover .cmp-image__square-pinch, .image.cmp-image--circle .cmp-image__wrapper--link:focus .cmp-image__square-pinch, .image.cmp-image--pinch .cmp-image__wrapper--link:hover .cmp-image__square-pinch, .image.cmp-image--pinch .cmp-image__wrapper--link:focus .cmp-image__square-pinch, .image.cmp-image--borderless-pinch .cmp-image__wrapper--link:hover .cmp-image__square-pinch, .image.cmp-image--borderless-pinch .cmp-image__wrapper--link:focus .cmp-image__square-pinch, .image.cmp-image--square-pinch .cmp-image__wrapper--link:hover .cmp-image__square-pinch, .image.cmp-image--square-pinch .cmp-image__wrapper--link:focus .cmp-image__square-pinch, .image.cmp-image--small-borderless-circle .cmp-image__wrapper--link:hover .cmp-image__square-pinch, .image.cmp-image--small-borderless-circle .cmp-image__wrapper--link:focus .cmp-image__square-pinch, .image.cmp-image--large-borderless-circle .cmp-image__wrapper--link:hover .cmp-image__square-pinch, .image.cmp-image--large-borderless-circle .cmp-image__wrapper--link:focus .cmp-image__square-pinch {
  stroke-width: 18;
}
.image.cmp-image--square .cmp-image__image, .image.cmp-image--circle .cmp-image__image, .image.cmp-image--pinch .cmp-image__image, .image.cmp-image--borderless-pinch .cmp-image__image, .image.cmp-image--square-pinch .cmp-image__image, .image.cmp-image--small-borderless-circle .cmp-image__image, .image.cmp-image--large-borderless-circle .cmp-image__image {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  z-index: 1;
}
.image.cmp-image--square .cmp-image:before, .image.cmp-image--circle .cmp-image:before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  right: 4px;
}
.image.cmp-image--square .cmp-image__wrapper, .image.cmp-image--circle .cmp-image__wrapper {
  overflow: hidden;
}
.image.cmp-image--square .cmp-image__wrapper:before, .image.cmp-image--circle .cmp-image__wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 8px solid #fff200;
  -webkit-transition: border 0.25s ease-in;
  transition: border 0.25s ease-in;
}
.image.cmp-image--square .cmp-image__image {
  position: absolute;
  top: auto;
  bottom: -50%;
  right: -25%;
  max-height: none;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
.aem-Grid .image.cmp-image--circle.aem-GridColumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .aem-Grid .image.cmp-image--circle.aem-GridColumn {
    display: block;
  }
}
.image.cmp-image--circle .cmp-image {
  width: 33.3333%;
  padding-bottom: 33.3333%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 768px) {
  .image.cmp-image--circle .cmp-image {
    width: auto;
    padding-bottom: 100%;
  }
}
.image.cmp-image--circle .cmp-image:before {
  border-radius: 50%;
}
.image.cmp-image--circle .cmp-image__title {
  margin-left: 30px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .image.cmp-image--circle .cmp-image__title {
    display: block;
    margin-left: 0;
    text-align: center;
  }
}
.image.cmp-image--circle .cmp-image__wrapper {
  border-radius: 50%;
}
.image.cmp-image--circle .cmp-image__wrapper:before {
  border-radius: 50%;
  z-index: 2;
}
.image.cmp-image--circle .cmp-image__wrapper:after {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  right: 4px;
  border: 12px solid #fff;
  border-radius: 50%;
  z-index: 1;
}
.image.cmp-image--pinch .cmp-image, .image.cmp-image--borderless-pinch .cmp-image {
  padding-bottom: 76.3157894737%;
}
.image.cmp-image--pinch .cmp-image__pinch, .image.cmp-image--borderless-pinch .cmp-image__pinch {
  display: block;
}
.image.cmp-image--pinch .cmp-image__title, .image.cmp-image--borderless-pinch .cmp-image__title {
  display: block;
  font-weight: 600;
  text-align: center;
}
.image.cmp-image--small-borderless-circle .cmp-image__image {
  border-radius: 68px;
  width: 128px;
  height: 128px;
}
.image.cmp-image--small-borderless-circle .cmp-image__title {
  display: block;
  font-weight: 600;
  text-align: center;
}
.image.cmp-image--large-borderless-circle .cmp-image__image {
  border-radius: 50%;
  width: 200px;
  height: 200px;
}
.image.cmp-image--large-borderless-circle .cmp-image__title {
  display: block;
  font-weight: 600;
  text-align: center;
}
.image.cmp-image--borderless-pinch.cmp-image--white .cmp-image__pinch {
  -webkit-filter: drop-shadow(0 2px 2px #919191);
          filter: drop-shadow(0 2px 2px #919191);
}
.image.cmp-image--borderless-pinch .cmp-image__pinch {
  stroke: none;
}
.image.cmp-image--square-pinch .cmp-image__square-pinch {
  display: block;
}
.image.cmp-image--square-pinch .cmp-image__title {
  display: block;
  font-weight: 500;
  text-align: center;
}
.image.cmp-image--yellow.cmp-image--square .cmp-image:before, .image.cmp-image--yellow.cmp-image--circle .cmp-image:before {
  background: #fff200;
}
.image.cmp-image--yellow.cmp-image--square .cmp-image__wrapper:after, .image.cmp-image--yellow.cmp-image--circle .cmp-image__wrapper:after {
  border-color: #fff200;
}
.image.cmp-image--yellow .cmp-image__pinch,
.image.cmp-image--yellow .cmp-image__square-pinch {
  fill: #fff200;
}
.image.cmp-image--white.cmp-image--square .cmp-image:before, .image.cmp-image--white.cmp-image--circle .cmp-image:before {
  background: #fff;
}
.image.cmp-image--white .cmp-image__pinch,
.image.cmp-image--white .cmp-image__square-pinch {
  fill: #fff;
}
.image.cmp-image--black.cmp-image--square .cmp-image:before, .image.cmp-image--black.cmp-image--circle .cmp-image:before {
  background: #000;
}
.image.cmp-image--black.cmp-image--square .cmp-image__wrapper:after, .image.cmp-image--black.cmp-image--circle .cmp-image__wrapper:after {
  border-color: #000;
}
.image.cmp-image--black .cmp-image__pinch,
.image.cmp-image--black .cmp-image__square-pinch {
  fill: #000;
}
.image.cmp-image--grey.cmp-image--square .cmp-image:before, .image.cmp-image--grey.cmp-image--circle .cmp-image:before {
  background: #f4f4f4;
}
.image.cmp-image--grey.cmp-image--square .cmp-image__wrapper:after, .image.cmp-image--grey.cmp-image--circle .cmp-image__wrapper:after {
  border-color: #f4f4f4;
}
.image.cmp-image--grey .cmp-image__pinch,
.image.cmp-image--grey .cmp-image__square-pinch {
  fill: #f4f4f4;
}
.image .cmp-image__pinch,
.image .cmp-image__square-pinch {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  stroke: #fff200;
  stroke-width: 10;
  fill: none;
  overflow: visible;
  -webkit-transition: stroke-width 0.25s ease-in;
  transition: stroke-width 0.25s ease-in;
}
.image .cmp-image__square-pinch {
  stroke-width: 13;
}

.aem-header-logo .cmp-image__image {
  display: none;
  width: auto;
}
@media (min-width: 992px) {
  .aem-header-logo .cmp-image__image {
    display: block;
    height: 42px;
  }
}
.aem-header-logo .cmp-image__image--mobile {
  display: block;
  height: 40px;
}
@media (min-width: 992px) {
  .aem-header-logo .cmp-image__image--mobile {
    display: none;
  }
}

.aem-header-navigation .navigation__menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  background: #fafafa;
}
@media (min-width: 768px) {
  .aem-header-navigation .navigation__menu-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    background: none;
  }
}
@media (min-width: 768px) {
  .aem-header-navigation .navigation__menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 768px) {
  .aem-header-navigation .navigation-menu--open {
    position: relative;
  }
}
@media (min-width: 768px) {
  .aem-header-navigation .navigation-menu--open .navigation-menu__toggle:after {
    display: block;
  }
}
.aem-header-navigation .navigation-menu--open .navigation-menu__toggle .dg-icon {
  -webkit-transform: none;
          transform: none;
}
.aem-header-navigation .navigation-menu--open .navigation-menu__toggle .dg-icon:before {
  content: "\e903";
}
.aem-header-navigation .navigation-menu--open .navigation-menu__item-list {
  display: block;
}
.aem-header-navigation .navigation-menu__link,
.aem-header-navigation .navigation-menu__toggle {
  display: block;
  position: relative;
  width: 100%;
  border: none;
  padding: 8px 16px 8px 56px;
  background: none;
  color: #000;
  text-align: left;
}
.aem-header-navigation .navigation-menu__link:hover, .aem-header-navigation .navigation-menu__link:focus,
.aem-header-navigation .navigation-menu__toggle:hover,
.aem-header-navigation .navigation-menu__toggle:focus {
  background: #e4e4e4;
  text-decoration: none;
}
@media (min-width: 768px) {
  .aem-header-navigation .navigation-menu__link:hover, .aem-header-navigation .navigation-menu__link:focus,
  .aem-header-navigation .navigation-menu__toggle:hover,
  .aem-header-navigation .navigation-menu__toggle:focus {
    background: none;
    font-weight: 500;
    text-decoration: underline;
  }
}
.aem-header-navigation .navigation-menu__link .dg-icon,
.aem-header-navigation .navigation-menu__toggle .dg-icon {
  position: absolute;
  right: 24px;
  top: 50%;
  margin-top: -8px;
  font-size: 13px;
}
@media (min-width: 768px) {
  .aem-header-navigation .navigation-menu__link .dg-icon,
  .aem-header-navigation .navigation-menu__toggle .dg-icon {
    position: static;
    font-size: 10px;
    -webkit-transform: none;
            transform: none;
  }
}
.aem-header-navigation .navigation-menu__toggle:after {
  content: "";
  display: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 0;
  width: 0;
  margin-left: -8px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
}
@media (min-width: 768px) {
  .aem-header-navigation .navigation-menu__link--top {
    padding-left: 16px;
    font-size: 0.8125em;
    color: #fff;
    line-height: 40px;
  }
}
.aem-header-navigation .navigation-menu__item-list {
  display: none;
}
@media (min-width: 768px) {
  .aem-header-navigation .navigation-menu__item-list {
    position: absolute;
    left: 0;
    width: 250px;
    padding: 16px 0;
    background: #fff;
    max-height: 510px;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
.aem-header-navigation .navigation-menu__item-list .navigation-menu__link {
  padding-left: 80px;
}
@media (min-width: 768px) {
  .aem-header-navigation .navigation-menu__item-list .navigation-menu__link {
    padding: 8px;
    padding-left: 24px;
  }
}
@media (min-width: 768px) {
  .aem-header-navigation .navigation-menu--categories .navigation-menu__toggle {
    display: block;
  }
}
@media (min-width: 768px) {
  .aem-header-navigation .navigation-menu--categories .navigation-menu__item-list {
    width: 670px;
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    padding-left: 24px;
  }
}
@media (min-width: 768px) {
  .aem-header-navigation .navigation-menu--categories .navigation-menu__item-list .navigation-menu__link {
    padding-left: 0px;
    display: inline-block;
  }
}

.aem-header-searchbar .header-searchbar__open-button {
  display: none;
  height: 56px;
  width: 40px;
  border: none;
  padding: 8px;
  background: none;
  color: #fff;
  line-height: 1;
}
@media (min-width: 768px) {
  .aem-header-searchbar .header-searchbar__open-button {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .aem-header-searchbar .header-searchbar__open-button {
    display: none;
  }
}
.aem-header-searchbar .header-searchbar__form {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 0;
  height: 56px;
  width: 100%;
  padding: 8px;
  background: #000;
}
@media (min-width: 768px) {
  .aem-header-searchbar .header-searchbar__form {
    bottom: 0;
  }
}
@media (min-width: 992px) {
  .aem-header-searchbar .header-searchbar__form {
    display: block;
    position: relative;
  }
}
.aem-header-searchbar .header-searchbar__form--open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}
.aem-header-searchbar .header-searchbar__close-button {
  height: 100%;
  border: none;
  padding: 8px 15px;
  background: none;
  color: #fff;
  line-height: 1;
}
@media (min-width: 992px) {
  .aem-header-searchbar .header-searchbar__close-button {
    display: none;
  }
}
.aem-header-searchbar .header-searchbar__field {
  width: 100%;
  border: none;
  border-radius: 4px;
  padding: 8px 88px 8px 8px;
  background: #fff;
}
@media (min-width: 992px) {
  .aem-header-searchbar .header-searchbar__field:focus {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.aem-header-searchbar .header-searchbar__clear-button {
  position: absolute;
  top: 0;
  right: 48px;
  height: 100%;
  width: 40px;
  border: none;
  padding: 8px;
  background: none;
  line-height: 1;
}
.aem-header-searchbar .header-searchbar__clear-button--hidden {
  display: none;
}
.aem-header-searchbar .header-searchbar__submit-button {
  position: absolute;
  top: 0;
  right: 8px;
  height: 100%;
  width: 40px;
  border: none;
  padding: 8px;
  background: none;
  line-height: 1;
}
.aem-header-searchbar .suggestion-list {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  background: #fff;
  margin-left: -8px;
  font-size: 0.8125em;
}
@media (min-width: 992px) {
  .aem-header-searchbar .suggestion-list {
    width: calc(100% - 16px);
    margin-top: -8px;
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
}
.aem-header-searchbar .suggestion-list--open {
  display: block;
}
.aem-header-searchbar .suggestion-list__label {
  padding: 8px 15px;
  font-weight: 700;
}
.aem-header-searchbar .suggestion-list__highlight {
  font-weight: 700;
}
.aem-header-searchbar .suggestion-list a {
  display: block;
  padding: 8px 15px;
  color: inherit;
  text-decoration: none;
}
.aem-header-searchbar .suggestion-list a:hover, .aem-header-searchbar .suggestion-list a:focus {
  background: #fff200;
}

.aem-header-sign-in__button--font {
  font-size: 1rem !important;
}
@media (min-width: 768px) {
  .aem-header-sign-in.aem-header-sign-in--open .aem-header-sign-in__open-button:after,
  .aem-header-sign-in.aem-header-sign-in--open .aem-header-sign-in__menu {
    display: block;
  }
}
.aem-header-sign-in__back-to-dg {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.aem-header-sign-in__back-to-dg .aem-header-logo {
  margin-left: 0;
}
.aem-header-sign-in__back-to-dg .aem-header-logo div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.aem-header-sign-in__back-to-dg .aem-header-logo img {
  height: 24px;
  margin-right: 16px;
}
.aem-header-sign-in .aem-header-sign-in__open-button {
  display: none;
  position: relative;
  height: 100%;
  background: none;
  border: none;
  color: #fff;
  font-size: 0.6875em;
}
@media (min-width: 768px) {
  .aem-header-sign-in .aem-header-sign-in__open-button {
    display: block;
  }
}
.aem-header-sign-in .aem-header-sign-in__open-button .dg-icon {
  display: block;
  font-size: 24px;
}
.aem-header-sign-in .aem-header-sign-in__open-button:after {
  content: "";
  display: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -8px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
}
.aem-header-sign-in .aem-header-sign-in__open-button .aem-header-sign-in__open-button-text {
  color: #000000;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .aem-header-sign-in .aem-header-sign-in__menu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 320px;
    max-width: 100vw;
    background: #fff;
    padding: 8px 0;
  }
}
.aem-header-sign-in .aem-header-sign-in__menu--logged-in .aem-header-sign-in__menu-link--logged-in {
  display: block;
}
.aem-header-sign-in .aem-header-sign-in__menu--logged-in .aem-header-sign-in__menu-link--logged-out {
  display: none;
}
@media (min-width: 768px) {
  .aem-header-sign-in .aem-header-sign-in__menu--has-name {
    padding-top: 0;
    background: #fafafa;
  }
}
@media (min-width: 768px) {
  .aem-header-sign-in .aem-header-sign-in__menu--has-name .aem-header-sign-in-name {
    display: block;
  }
}
.aem-header-sign-in .aem-header-sign-in__top-menu {
  width: 100%;
  border-bottom: 1px solid #e4e4e4;
}
@media (min-width: 768px) {
  .aem-header-sign-in .aem-header-sign-in__top-menu {
    position: static;
    border-bottom: none;
  }
}
.aem-header-sign-in .aem-header-sign-in__bottom-menu {
  border-top: 1px solid #e4e4e4;
}
@media (min-width: 768px) {
  .aem-header-sign-in .aem-header-sign-in__bottom-menu {
    border-top: none;
  }
}
.aem-header-sign-in .aem-header-sign-in-name {
  display: none;
  border-bottom: 1px solid #e4e4e4;
  padding: 30px 16px;
  background: #fff;
}
.aem-header-sign-in .aem-header-sign-in-name__initials {
  display: inline-block;
  width: 24px;
  margin-right: 16px;
  border-radius: 50%;
  background: #fff200;
  font-size: 0.8125em;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
}
.aem-header-sign-in .aem-header-sign-in-name__full-name {
  font-size: 1.125em;
  font-weight: 500;
  vertical-align: middle;
}
.aem-header-sign-in .aem-header-sign-in__menu-link--logged-in {
  display: none;
}
.aem-header-sign-in .aem-header-sign-in__menu-link a,
.aem-header-sign-in .aem-header-sign-in__menu-link button {
  color: inherit;
  display: block;
  width: 100%;
  border: none;
  padding: 8px 16px;
  background: none;
  text-align: left;
  line-height: 24px;
}
.aem-header-sign-in .aem-header-sign-in__menu-link a:hover, .aem-header-sign-in .aem-header-sign-in__menu-link a:focus,
.aem-header-sign-in .aem-header-sign-in__menu-link button:hover,
.aem-header-sign-in .aem-header-sign-in__menu-link button:focus {
  text-decoration: none;
  background: #fff200;
}
.aem-header-sign-in .aem-header-sign-in__menu-link .dg-icon {
  display: inline-block;
  width: 24px;
  margin-right: 16px;
  font-size: 24px;
  line-height: 0;
  text-align: center;
  vertical-align: middle;
}
.aem-header-sign-in .aem-header-sign-in__menu-link .dg-icon-sign-in,
.aem-header-sign-in .aem-header-sign-in__menu-link .dg-icon-sign-out {
  font-size: 16px;
}
.aem-header-sign-in .aem-header-sign-in__menu-link .dg-icon-list--small {
  font-size: 14px;
}
.aem-header-sign-in .aem-header-sign-in__menu-link .dg-icon-create-account,
.aem-header-sign-in .aem-header-sign-in__menu-link .dg-icon-gift-card {
  font-size: 18px;
}

.aem-footer-social-media .cmp-social {
  margin: 0 -10px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
}
.aem-footer-social-media .cmp-social__item {
  padding: 0 10px;
}
.aem-footer-social-media .cmp-social__item a {
  color: #fff200;
  text-decoration: none;
}
.aem-footer-social-media .cmp-social__item a:hover, .aem-footer-social-media .cmp-social__item a:focus {
  color: #fff;
}

.aem-header-store-locator {
  height: 100%;
}
.aem-header-store-locator.aem-header-store-locator--open .menu-toggle .dg-icon:before {
  content: "\e903";
}
.aem-header-store-locator.aem-header-store-locator--open .menu-toggle:before,
.aem-header-store-locator.aem-header-store-locator--open .menu-toggle:after,
.aem-header-store-locator.aem-header-store-locator--open .store-locator-menu {
  display: block;
}
.aem-header-store-locator.aem-header-store-locator--filter-open .filter-label-section,
.aem-header-store-locator.aem-header-store-locator--filter-open .location-label-section,
.aem-header-store-locator.aem-header-store-locator--filter-open .store-locator-menu__store-list {
  display: none !important;
}
@media (max-width: 768px) {
  .aem-header-store-locator.aem-header-store-locator--filter-open .filter-label-section,
  .aem-header-store-locator.aem-header-store-locator--filter-open .location-label-section,
  .aem-header-store-locator.aem-header-store-locator--filter-open .store-locator-menu__store-list {
    overflow: hidden;
    overflow-y: scroll;
    height: 60vh;
  }
}
.aem-header-store-locator.aem-header-store-locator--filter-open .filters-form {
  display: block;
}
.aem-header-store-locator.aem-header-store-locator--filter-open .filter-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.aem-header-store-locator.aem-header-store-locator--filter-open .filter-nav__clear-btn {
  color: #2A77BD;
  border: none;
  background: none;
  font-weight: 500;
}
.aem-header-store-locator.aem-header-store-locator--filter-open .filter-nav--back-btn {
  border: none;
  background: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.aem-header-store-locator.aem-header-store-locator--filter-open .filter-nav--back-btn .dg-icon-arrow-left {
  font-size: 17px;
  margin-right: 6px;
}
.aem-header-store-locator.aem-header-store-locator--filter-open .filter-nav__title {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}
.aem-header-store-locator .sort-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}
.aem-header-store-locator .sort-nav--back-btn {
  border: none;
  background: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.aem-header-store-locator .sort-nav--back-btn .dg-icon-arrow-left {
  font-size: 17px;
  margin-right: 6px;
}
.aem-header-store-locator .sort-nav__title {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  margin-left: 40px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
}
.aem-header-store-locator.aem-header-store-locator--location-open .location-label-section .store-locator-menu__location-toggle {
  display: none;
}
.aem-header-store-locator.aem-header-store-locator--location-open .location-form {
  display: block;
}
.aem-header-store-locator.aem-header-store-locator--location-open .location-label-section .store-locator-menu__location-toggle_text {
  display: none;
}
.aem-header-store-locator .menu-toggle {
  position: relative;
  height: 100%;
  border: none;
  padding: 0;
  background: none;
  text-align: left;
  line-height: 1;
}
.aem-header-store-locator .menu-toggle:before, .aem-header-store-locator .menu-toggle:after {
  content: "";
  display: none;
  position: absolute;
  bottom: -1px;
  left: 50%;
  margin-left: -9px;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #e4e4e4;
}
.aem-header-store-locator .menu-toggle:after {
  margin-left: -8px;
  border-left-width: 8px;
  border-right-width: 8px;
  border-bottom: 8px solid #ffffff;
}
.aem-header-store-locator .menu-toggle__store-label {
  display: block;
  font-size: 12px;
  line-height: 1.25;
}
.aem-header-store-locator .menu-toggle__store-name {
  font-size: 12px;
  line-height: 1.25;
  font-weight: 500;
}
.aem-header-store-locator .menu-toggle .dg-icon {
  display: inline-block;
  margin-left: 5px;
  font-size: 10px;
}
.aem-header-store-locator .store-locator-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 320px;
  max-width: 100vw;
  background: #ffffff;
  border-top: 1px solid #e4e4e4;
}
.aem-header-store-locator .store-locator-menu__close-button {
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  width: 40px;
  border: none;
  background: none;
  font-size: 18px;
  text-align: center;
  z-index: 100;
}
.aem-header-store-locator .store-locator-menu__section {
  padding: 8px 16px;
}
.aem-header-store-locator .store-locator-menu__title {
  font-size: 1.125em;
  font-weight: 600;
}
.aem-header-store-locator .store-locator-menu .location-filter-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.aem-header-store-locator .store-locator-menu .location-label-section {
  width: 100%;
  padding: 16px 0 16px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.aem-header-store-locator .store-locator-menu .filter-label-section {
  padding: 16px 16px 0 16px;
}
.aem-header-store-locator .store-locator-menu__location-label {
  font-size: 12px;
}
.aem-header-store-locator .store-locator-menu__filter-toggle.button--light {
  width: 80px;
  margin: 0;
  padding: 0;
}
.aem-header-store-locator .store-locator-menu .filter-style {
  background: #000000;
  color: #ffffff;
}
.aem-header-store-locator .store-locator-menu .filter-style:hover {
  color: #ffffff;
}
.aem-header-store-locator .store-locator-menu .filter-style:focus {
  color: #ffffff;
  outline: 2px solid #275DC5;
  outline-offset: 1px;
}
.aem-header-store-locator .store-locator-menu__location-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 20px;
}
.aem-header-store-locator .store-locator-menu__location-toggle {
  text-align: left;
  color: #000000;
  font-weight: 600;
  background: none;
  border: none;
  padding: 0;
  text-decoration: underline;
}
.aem-header-store-locator .store-locator-menu__location-toggle_text {
  font-weight: 400;
}
.aem-header-store-locator .store-locator-menu__store-list {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  overflow-y: scroll;
  max-height: 68vh;
}
.aem-header-store-locator .store-locator-menu__store-list-new {
  max-height: 74vh;
}
.aem-header-store-locator .filters-form {
  display: none;
  padding: 16px;
}
.aem-header-store-locator .filters-form__title {
  display: block;
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}
.aem-header-store-locator .filters-form .filter-label {
  font-size: 14px;
  font-weight: 500;
}
.aem-header-store-locator .filters-form__radius-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: 0 -16px 16px;
  border: 1px solid #e4e4e4;
  border-left: none;
  border-right: none;
  padding: 8px 16px 8px 8px;
  background: #f9f9f9;
  font-size: 12px;
  font-weight: 500;
}
.aem-header-store-locator .filters-form__radius-label .dg-icon {
  position: absolute;
  right: 24px;
  font-size: 12px;
  pointer-events: none;
}
.aem-header-store-locator .filters-form__radius {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-left: 8px;
  border: 1px solid #C9C9C9;
  border-radius: 4px;
  padding: 9px 32px 9px 8px;
  background: #ffffff;
  line-height: 28px;
  font-size: 16px;
}
.aem-header-store-locator .filters-form__filters-list {
  list-style: none;
  margin: 0 -16px 16px;
  border-bottom: 1px solid #e4e4e4;
  padding: 0 16px;
  overflow: hidden !important;
  overflow-y: scroll !important;
  max-height: 45vh !important;
}
.aem-header-store-locator .filters-form__store-format, .aem-header-store-locator .filters-form__store-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  margin-bottom: 16px;
}
.aem-header-store-locator .filters-form__store-format input, .aem-header-store-locator .filters-form__store-service input {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 20px;
  width: 20px;
  margin-right: 10px;
  border: 1px solid #757575;
  border-radius: 2.8px;
  text-align: center;
}
.aem-header-store-locator .filters-form__store-format input:checked, .aem-header-store-locator .filters-form__store-service input:checked {
  border-width: 2px;
  border-color: #2A77BD;
  background-color: #2A77BD;
  color: #ffffff;
}
.aem-header-store-locator .filters-form__store-format input:checked:after, .aem-header-store-locator .filters-form__store-service input:checked:after {
  content: "\e902";
  font-size: 11px;
  vertical-align: middle;
  display: inline-block;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
  padding-bottom: 6px;
  padding-right: 4px;
}
.aem-header-store-locator .filters-form__store-format img, .aem-header-store-locator .filters-form__store-service img {
  max-width: calc(100% - 40px);
  max-height: 100%;
}
.aem-header-store-locator .filters-form__apply-button {
  display: block;
  width: 100%;
  border: 1px solid #C9C9C9;
  border-radius: 6px;
  padding: 9px 12px;
  background: #fff200;
  color: #000000;
  font-weight: 600;
  line-height: 20px;
}
.aem-header-store-locator .filters-form__apply-button:hover {
  background: #f5e800;
  color: #111111;
  border-color: #000000;
}
.aem-header-store-locator .filters-form__apply-button:active {
  border-color: #000000;
}
.aem-header-store-locator .filters-form__apply-button:focus {
  background: #f5e800;
  color: #111111;
  border-color: #275DC5;
}
.aem-header-store-locator .location-form {
  display: none;
}
.aem-header-store-locator .location-form__text-wrapper {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 16px 24px;
}
.aem-header-store-locator .location-form__text-wrapper .dg-icon-gps-pin {
  height: 40px;
  width: 40px;
  border: 1px solid #000000;
  border-radius: 50%;
  padding: 7px;
}
.aem-header-store-locator .location-form__text-wrapper .dg-icon-gps-pin::before {
  font-size: 25px;
}
.aem-header-store-locator .location-form__text {
  font-size: 16px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 500;
  line-height: 20px;
  margin-top: 16px;
}
.aem-header-store-locator .location-form__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 16px;
}
.aem-header-store-locator .location-form__label {
  margin: 0;
  font-size: 12px;
  line-height: 22px;
  font-weight: 500;
}
.aem-header-store-locator .location-form .location-form__field {
  border: 1px solid #767676;
  border-radius: 2px;
  padding: 6px 8px 0;
  line-height: 40px;
  width: 100%;
}
@media (max-width: 48rem) {
  .aem-header-store-locator .location-form .location-form__field {
    font-size: 16px;
  }
}
.aem-header-store-locator .location-form__apply-button {
  margin-left: 8px;
  border: 1px solid #C9C9C9;
  border-radius: 6px;
  padding: 13px 16px;
  background: #fff200;
  color: #000;
  font-weight: 600;
  line-height: 20px;
}
.aem-header-store-locator .location-form__apply-button:disabled {
  border: 1px solid #e7e7e7;
  cursor: not-allowed;
  background-color: #f4f4f4;
}
.aem-header-store-locator .location-form__apply-button:hover:enabled, .aem-header-store-locator .location-form__apply-button:focus:enabled {
  background: #f5e800;
  color: #111111;
}
.aem-header-store-locator .location-form__use-location-button {
  margin-bottom: 10px;
  border: none;
  padding: 0;
  background: none;
  color: #2A77BD;
  font-size: 12px;
  font-weight: 500;
}
.aem-header-store-locator .location-form__use-location-button:hover, .aem-header-store-locator .location-form__use-location-button:focus {
  text-decoration: underline;
}
.aem-header-store-locator .location-form__use-location-button .dg-icon {
  display: inline-block;
  margin-right: 4px;
  font-size: 20px;
  vertical-align: middle;
}
.aem-header-store-locator .store-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  border-top: 1px solid #e4e4e4;
  padding: 16px 16px 0;
}
.aem-header-store-locator .store-list-item.store-list-item--current-store {
  background: #f9f9f9;
}
.aem-header-store-locator .store-list-item.store-list-item--current-store .store-list-item__select-button {
  background-color: #000000;
  color: #ffffff;
}
.aem-header-store-locator .store-list-item.store-list-item--current-store .store-list-item__select-button:hover, .aem-header-store-locator .store-list-item.store-list-item--current-store .store-list-item__select-button:focus {
  text-decoration: none;
}
.aem-header-store-locator .store-list-item.store-list-item--current-store .store-list-item__select-button:focus-visible {
  outline-color: #275DC5;
  outline-offset: 2px;
}
.aem-header-store-locator .store-list-item.highlighted {
  background-color: #faf7c7;
}
.aem-header-store-locator .store-list-item__distance {
  margin-bottom: 8px;
  border-radius: 12px;
  padding: 0 8px;
  background: #e4e4e4;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 16px;
  height: 16px;
}
.aem-header-store-locator .store-list-item__store-address-1 {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
.aem-header-store-locator .store-list-item__store-address-2 {
  font-size: 14px;
  margin-bottom: 8px;
}
.aem-header-store-locator .store-list-item__actions {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 14px;
}
.aem-header-store-locator .store-list-item__actions-details {
  color: #2a77bd;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  padding: 0;
}
.aem-header-store-locator .store-list-item__actions-details:focus, .aem-header-store-locator .store-list-item__actions-details:hover {
  text-decoration: underline;
}
.aem-header-store-locator .store-list-item__select-button {
  margin-bottom: 0;
  padding: 0;
  margin-right: 0;
}
.aem-header-store-locator .store-list-item__select-button:hover, .aem-header-store-locator .store-list-item__select-button:focus {
  text-decoration: underline;
}
.aem-header-store-locator .store-locator-menu__store-details {
  display: none;
  max-height: calc(100vh - 173px);
  overflow-y: scroll;
  overflow-x: hidden;
}
@media (max-width: 768px) {
  .aem-header-store-locator .store-locator-menu__store-details {
    max-height: calc(100vh - 158px);
  }
}
.aem-header-store-locator .store-locator-menu__store-details .store-details__back {
  display: inline-block;
  line-height: 28px;
  margin: 16px 0 0 11px;
  text-decoration: none;
  color: #000000;
}
.aem-header-store-locator .store-locator-menu__store-details .store-details__back .store-details_back-icon {
  vertical-align: middle;
}
.aem-header-store-locator .store-locator-menu__store-details .store-details__back .store-details__back-button {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-left: 4px;
  vertical-align: middle;
}
.aem-header-store-locator .store-locator-menu__store-details .store-details__main {
  margin: 0 16px;
}
.aem-header-store-locator .store-locator-menu__store-details .store-details__main .store-details__main-location {
  margin-top: 16px;
  line-height: 20px;
}
.aem-header-store-locator .store-locator-menu__store-details .store-details__main .store-details__main-location .store-details__main-address {
  font-weight: 500;
}
.aem-header-store-locator .store-locator-menu__store-details .store-details__main .store-details__main-location .store-details__main-postal {
  font-size: 14px;
}
.aem-header-store-locator .store-locator-menu__store-details .store-details__main .store-details__main-travel {
  font-size: 12px;
}
.aem-header-store-locator .store-locator-menu__store-details .store-details__main .store-details__main-travel .store-details__main-distance {
  display: inline-block;
  font-weight: 500;
  background: #e4e4e4;
  border-radius: 20px;
  padding: 0 10px;
  margin: 8px 0;
}
.aem-header-store-locator .store-locator-menu__store-details .store-details__main .store-details__main-travel .store-details__main-directions {
  margin-left: 5px;
}
.aem-header-store-locator .store-locator-menu__store-details .store-details__main .store-details__main-closing {
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  color: #595959;
  white-space: nowrap;
  margin-bottom: 8px;
}
.aem-header-store-locator .store-locator-menu__store-details .store-details__main .store-details__main-closing:before {
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
  margin-right: 5px;
  background: #e4e4e4;
  border-radius: 100%;
}
.aem-header-store-locator .store-locator-menu__store-details .store-details__main .store-details__main-closing.store-details__open-icon:before {
  background: #66cc33;
}
.aem-header-store-locator .store-locator-menu__store-details .store-details__main .store-details__main-closing.store-details__closes-icon:before {
  background: #fa7e15;
}
.aem-header-store-locator .store-locator-menu__store-details .store-details__main .store-details__main-closing.store-details__closed-icon:before {
  background: #F40000;
}
.aem-header-store-locator .store-locator-menu__store-details .store-details__main .store-details__main-phone {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  margin: 7px 0;
}
.aem-header-store-locator .store-locator-menu__store-details .store-details__main .store-details__main-store {
  display: none;
  float: right;
  margin-right: 4px;
}
.aem-header-store-locator .store-locator-menu__store-details .store-details__main .store-details__main-store .store-details__main-set-store {
  border: 1px solid #C9C9C9;
  background: #ffffff;
  border-radius: 5px;
  padding: 6px 10px;
  font-weight: 600;
  width: 120px;
  font-size: 12px;
  -webkit-transition: border-color 0.5s ease, background 0.5s ease;
  transition: border-color 0.5s ease, background 0.5s ease;
}
.aem-header-store-locator .store-locator-menu__store-details .store-details__main .store-details__main-store .store-details__main-set-store.store-details__main-your-store {
  border: #111111;
  background: #111111;
  color: #ffffff;
  font-weight: 400;
}
.aem-header-store-locator .store-locator-menu__store-details .store-details__main .store-details__main-store .store-details__main-set-store.store-details__main-your-store:hover, .aem-header-store-locator .store-locator-menu__store-details .store-details__main .store-details__main-store .store-details__main-set-store.store-details__main-your-store:focus {
  text-decoration: none;
}
.aem-header-store-locator .store-locator-menu__store-details .store-details__main .store-details__main-store .store-details__main-set-store:hover, .aem-header-store-locator .store-locator-menu__store-details .store-details__main .store-details__main-store .store-details__main-set-store:focus {
  text-decoration: underline;
  border-color: #111111;
}
.aem-header-store-locator .store-locator-menu__store-details .store-details__main .store-details__complete-details {
  text-align: center;
  margin: 12px 0 8px 0;
}
.aem-header-store-locator .store-locator-menu__store-details .store-details__main .store-details__complete-details .store-details-complete-details-link {
  display: none;
  font-size: 12px;
  line-height: 16px;
}
.aem-header-store-locator .store-locator-menu__store-details .store-details__static-map {
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}
.aem-header-store-locator .store-locator-menu__store-details .store-details__hours {
  font-size: 14px;
  line-height: 24px;
  padding: 0 16px;
  border-bottom: 1px solid #e4e4e4;
  background-color: #f4f4f4;
}
.aem-header-store-locator .store-locator-menu__store-details .store-details__hours .store-details__hours-heading {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  padding-top: 9px;
}
.aem-header-store-locator .store-locator-menu__store-details .store-details__hours .store-details__hours-list {
  list-style-type: none;
  padding: 0;
  margin-bottom: 17px;
}
.aem-header-store-locator .store-locator-menu__store-details .store-details__hours .store-details__hours-list .store-details__hours-list-item {
  line-height: 24px;
}
.aem-header-store-locator .store-locator-menu__store-details .store-details__hours .store-details__hours-list .store-details__hours-list-item.store-details__hours-current {
  font-weight: bold;
}
.aem-header-store-locator .store-locator-menu__store-details .store-details__hours .store-details__hours-list .store-details__hours-list-item .store-details__hours-day {
  width: 125px;
  display: inline-block;
}
.aem-header-store-locator .store-locator-menu__store-details .store-details__hours .store-details__hours-list .store-details__hours-list-item .store-details__hours-of-operation {
  display: inline-block;
}
.aem-header-store-locator .store-locator-menu__store-details .store-details__section-heading {
  width: 100%;
  font-weight: 600;
  line-height: 0.1em;
  text-align: center;
  border-bottom: 1px solid #000000;
  margin: 30px 0;
}
.aem-header-store-locator .store-locator-menu__store-details .store-details__section-heading h2 {
  display: inline;
  background: #ffffff;
  padding: 0 10px;
  font-size: 16px;
  font-weight: 600;
}
.aem-header-store-locator .store-locator-menu__store-details .store-details__services {
  clear: left;
}
.aem-header-store-locator .store-locator-menu__store-details .store-details__services .store-details__services-ul {
  list-style-type: none;
  padding: 0;
  margin: 0 16px 15px;
  text-align: left;
}
.aem-header-store-locator .store-locator-menu__store-details .store-details__services .store-details__services-ul .store-details__services-item {
  white-space: nowrap;
  margin: 0 0 15px 0;
  line-height: 32px;
}
@media (max-width: 768px) {
  .aem-header-store-locator .store-locator-menu__store-details .store-details__services .store-details__services-ul .store-details__services-item {
    display: block;
  }
}
.aem-header-store-locator .store-locator-menu__store-details .store-details__services .store-details__services-ul .store-details__services-item .store-details__services-div {
  display: inline-block;
  width: 114px;
}
.aem-header-store-locator .store-locator-menu__store-details .store-details__services .store-details__services-ul .store-details__services-item .store-details__services-div .store-details__services-img {
  max-width: 90px;
  max-height: 20px;
}
.aem-header-store-locator .store-locator-menu__store-details .store-details__services .store-details__services-ul .store-details__services-item .store-details__services-title {
  font-size: 14px;
  font-weight: 500;
}
.aem-header-store-locator .sort-panel {
  right: 0;
  left: initial !important;
  position: fixed;
  z-index: 1111;
  top: 0;
}
.aem-header-store-locator .sort-form__list.sort-form__list {
  padding: 0 24px;
  border-bottom: 1px solid #eaeaea;
  list-style-type: none;
  min-height: 72vh;
}
.aem-header-store-locator .sort-form__list.sort-form__list .sort-form__list-option > label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.aem-header-store-locator .sort-form__nav {
  padding: 16px 8px;
  margin-bottom: 24px;
  border-bottom: 1px solid #eaeaea;
}
.aem-header-store-locator .sort-form__nav-title {
  font-size: 16px;
  font-weight: 600;
  margin-left: 24px;
}
.aem-header-store-locator .sort-form__title.sort-form__title {
  margin-bottom: 24px;
}
.aem-header-store-locator .sort-form__list-option {
  margin-bottom: 16px;
}
.aem-header-store-locator .sort-form__title,
.aem-header-store-locator .sort-form label {
  font-size: 16px;
  font-weight: 600;
}
.aem-header-store-locator .sort-form__title input[type=radio],
.aem-header-store-locator .sort-form label input[type=radio] {
  margin-right: 12px;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
}
.aem-header-store-locator .sort-form__title input[type=radio]:checked,
.aem-header-store-locator .sort-form label input[type=radio]:checked {
  border: 1px solid #2A77BD;
}
.aem-header-store-locator .sort-form__back-btn {
  font-size: 14px;
  font-weight: 500;
  background: none;
  outline: none;
  border: none;
}
.aem-header-store-locator .sort-form__apply-button-wrapper {
  padding: 16px;
}
.aem-header-store-locator .sort-form__apply-button {
  height: 40px;
  width: 100%;
  border: 1px solid #C9C9C9;
  border-radius: 6px;
  background-color: #fff200;
  font-weight: 600;
}
.aem-header-store-locator .sort-button-wrapper {
  padding: 0 12px;
}
.aem-header-store-locator .sort-button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.aem-header-store-locator [data-target=store-list-stock-status] {
  padding: 0;
}
.aem-header-store-locator [data-target=store-list-stock-status] li {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.aem-header-store-locator [data-target=store-list-stock-status] li:before {
  height: 12px;
  width: 12px;
  content: url(../../../etc.clientlibs/dollargeneral/clientlibs/clientlib-site/resources/images/checkmark.svg);
}
.aem-header-store-locator [data-target=store-list-stock-status] li.warning:before {
  content: url(../../../etc.clientlibs/dollargeneral/clientlibs/clientlib-site/resources/images/x.svg);
}
.aem-header-store-locator [data-target=store-list-stock-status] li.tickMark:before {
  content: url(../../../etc.clientlibs/dollargeneral/clientlibs/clientlib-site/resources/images/checkmark_red.svg);
}
.aem-header-store-locator .warning {
  color: #ED021E;
}
.aem-header-store-locator .sort-panel [data-screen=store_selection] .store-list-item__distance {
  margin-top: -24px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.aem-header-store-locator .sort-panel [data-screen=store_selection] .store-list-item__store-address-2 {
  max-width: 210px;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.aem-header-store-locator [data-target=sort-change-store] {
  font-size: 20px;
  font-weight: 500;
}

#searchResultAnnounce, #filterResultAnnounce {
  height: 0;
  width: 0;
  overflow: hidden;
}

.cmp-text--yellow {
  color: #fff200;
}
.cmp-text--black {
  color: #000000;
}
.cmp-text--cta-blue {
  color: #0074e0;
}
.cmp-text--cta-blue-hover {
  color: #0064bf;
}
.cmp-text--compliant-grey {
  color: #767676;
}
.cmp-text--medium-grey {
  color: #919191;
}
.cmp-text--light-grey {
  color: #e4e4e4;
}
.cmp-text--background-grey {
  color: #f4f4f4;
}
.cmp-text--functional-red {
  color: #eb0000;
}
.cmp-text--functional-green {
  color: #5a9d27;
}

/**
Weekly ad title. A title component specific to the Weekly ad where a dynamic date range is appended
to the main heading. Extends AEM's core title component
 */
.weeklyadtitle__validdaterange {
  font-size: 16px;
  white-space: nowrap;
}
@media (min-width: 785px) {
  .weeklyadtitle__validdaterange {
    margin-left: 12px;
  }
}
