.targetHeader {
  display: block;
  height: 108px;
  width: 100%;
  background-image: -webkit-linear-gradient(#c00 0px, #c00 60px, #fff 61px, #fff 107px, #d6d6d6 108px);
  background-image: -o-linear-gradient(#c00 0px, #c00 60px, #fff 61px, #fff 107px, #d6d6d6 108px);
  background-image: linear-gradient(#c00 0px, #c00 60px, #fff 61px, #fff 107px, #d6d6d6 108px);
}

[class^="targetHeader"] {
  line-height: 1.428571429;
}

.targetHeader-sr-only {
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 1px;
  margin: -1px;
  left: 0.1;
  overflow: hidden;
  -webkit-clip: rect(0,0,0,0);
  clip: rect(0,0,0,0);
}

.targetHeader * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

@media (min-width: 668px) {
  .targetHeader {
    height: 123px;
    background-image: -webkit-linear-gradient(#c00 0px, #c00 75px, #fff 76px, #fff 122px, #d6d6d6 123px);
    background-image: -o-linear-gradient(#c00 0px, #c00 75px, #fff 76px, #fff 122px, #d6d6d6 123px);
    background-image: linear-gradient(#c00 0px, #c00 75px, #fff 76px, #fff 122px, #d6d6d6 123px);
  }
}

.targetHeader--mainNav {
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background: #c00;
  padding: 0 10px;
  z-index: 1050;
}

.targetHeader--mainNavLink {
  display: none;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #fff;
  height: 85%;
  text-decoration: none;
}

.targetHeader--rootLink {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.targetHeader .targetHeader--mainNavLink:focus {
  outline: rgb(234, 173, 173) dashed 1px;
  outline-offset: 2px;
}

.targetHeader--mainNavLink:before,
.targetHeader--mainNavLink:after {
  content: '';
  opacity: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  bottom: -6px;
  width: 18px;
  height: 18px;
  border: 9px solid transparent;
  border-bottom: 9px solid rgb(214, 214, 214);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 150ms, -webkit-transform 150ms;
  transition: opacity 150ms, -webkit-transform 150ms;
  -o-transition: opacity 150ms, transform 150ms;
  transition: opacity 150ms, transform 150ms;
  transition: opacity 150ms, transform 150ms, -webkit-transform 150ms;
  -webkit-transition-delay: 0ms;
       -o-transition-delay: 0ms;
          transition-delay: 0ms;
  pointer-events: none;
}

.targetHeader--mainNavLink:after {
  border-bottom: 9px solid #fff;
  bottom: -7px;
}

.targetHeader--mainNavLink.targetHeader-isOpen:before,
.targetHeader--mainNavLink.targetHeader-isOpen:after {
  -webkit-transition-delay: 150ms;
       -o-transition-delay: 150ms;
          transition-delay: 150ms;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  opacity: 1;
}

.targetHeader--mainNavLabel {
  font-size: 18px;
  font-weight: bold;
}

.targetHeader--logoLink,
.targetHeader--menuLink,
.targetHeader--cartLink {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.targetHeader--mainNavLink:hover {
  text-decoration: underline;
}

.targetHeader--logoLink {
  padding: 0 5px;
}

.targetHeader--logo {
  height: 32px;
  width: 32px;
}

.targetHeader--cartLink {
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
  margin-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.targetHeader--cartIcon {
  height: 22px;
  width: 22px;
}

.targetHeader--cartLinkQuantity {
  position: absolute;
  top: 6px;
  right: 8px;
  font-size: 12px;
  color: #fff;
  font-weight: normal;
}

.targetHeader--menuLink {
  margin-left: 5px;
}

.targetHeader--accountName {
  position: absolute;
  bottom: 7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  color: rgb(255, 255, 255);
  font-size: 12px;
  white-space: nowrap;
  display: block;
  max-width: 60px;
  overflow: hidden;
  outline: 0;
}

.targetHeader--accountLink {
  padding-left: 15px;
  padding-bottom: 13px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0px;
}

@media (min-width: 668px) {
  .targetHeader--mainNav {
    height: 75px;
    padding: 0 15px 0 10px;
  }
  .targetHeader--mainNavLink {
    margin-left: 20px;
  }
  .targetHeader--logo {
    height: 40px;
    width: 40px;
  }
  .targetHeader--rootLink {
    display: none;
  }
  .targetHeader--logoLink {
    padding: 0 10px;
    margin: 0;
  }
  .targetHeader--menuLink {
    display: none;
  }
  .targetHeader--accountLink {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0px;
  }
  .targetHeader--cartLink {
    margin-top: 4px;
    padding: 0 10px;
  }
  .targetHeader--cartIcon {
    height: 27px;
    width: 27px;
  }
  .targetHeader--cartLinkQuantity {
    top: 9px;
  }
  .targetHeader--mainNavLink:nth-child(3),
  .targetHeader--mainNavLink:nth-child(4) {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .targetHeader--mainNavLink:nth-child(3) {
    margin-left: 10px;
  }
}

@media (min-width: 992px) {
  .targetHeader--mainNavLink:nth-child(5),
  .targetHeader--mainNavLink:nth-child(6) {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.targetHeader--carrotContainer {
  display: inline-block;
  overflow: hidden;
  height: 20px;
  padding-left: 5px;
  font-size: 16px;
}

.targetHeader--carrot {
  width: 10px;
  height: 24px;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: -webkit-transform 200ms linear;
  transition: -webkit-transform 200ms linear;
  -o-transition: transform 200ms linear;
  transition: transform 200ms linear;
  transition: transform 200ms linear, -webkit-transform 200ms linear;
  overflow: hidden;
}

.targetHeader--altCarrotContainer {
  display: inline-block;
  overflow: hidden;
  height: 20px;
}

.targetHeader--altCarrot {
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-transition: -webkit-transform 200ms linear;
  transition: -webkit-transform 200ms linear;
  -o-transition: transform 200ms linear;
  transition: transform 200ms linear;
  transition: transform 200ms linear, -webkit-transform 200ms linear;
  width: 10px;
  height: 24px;
}

.targetHeader-isOpen .targetHeader--carrot {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

.targetHeader--searchContainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 40px;
  margin: 0 0 0 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.targetHeader--searchForm {
  display: block;
  position: relative;
  background-color: #fff;
  max-width: 640px;
  width: 100%;
  height: 34px;
  margin: 0;
  padding: 0;
  border-radius: 25px;
  -webkit-transition: -webkit-flex-basis 150ms ease-in, -webkit-flex-basis 150ms ease-in;
  transition: -webkit-flex-basis 150ms ease-in, -webkit-flex-basis 150ms ease-in;
  -o-transition: flex-basis 150ms ease-in;
  transition: flex-basis 150ms ease-in;
  transition: flex-basis 150ms ease-in, -webkit-flex-basis 150ms ease-in, -webkit-flex-basis 150ms ease-in, -ms-flex-preferred-size 150ms ease-in;
}
.targetHeader--searchForm::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #F7F7F7;
  height: 34px;
  width: 40px;
  opacity: 1;
  -webkit-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
  border-radius: 0 25px 25px 0;
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%220%200%2032%2032%22%20enable-background%3D%22new%200%200%2032%2032%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23666%22%20d%3D%22M29.9%2C27.6l-5-5.8c-0.3-0.4-0.4-1.1-0.1-1.6c0.1-0.2%2C2.3-3.8%2C2.3-7c0-7.1-5.8-12.8-12.8-12.8S1.5%2C6%2C1.5%2C13.1%20s5.8%2C12.8%2C12.8%2C12.8c2.4%2C0%2C5.1-1.2%2C5.2-1.2c0.4-0.2%2C1.2%2C0%2C1.5%2C0.3l5%2C5.9c0.4%2C0.5%2C1.1%2C0.8%2C1.8%2C0.8c0.6%2C0%2C1.1-0.2%2C1.5-0.5l0.4-0.3%20c0.5-0.4%2C0.8-1%2C0.8-1.6C30.5%2C28.6%2C30.3%2C28%2C29.9%2C27.6%20M23.2%2C13.1c0%2C4.9-4%2C8.9-8.9%2C8.9s-8.9-4-8.9-8.9s4-8.9%2C8.9-8.9%20C19.2%2C4.2%2C23.2%2C8.2%2C23.2%2C13.1%22%2F%3E%3C%2Fsvg%3E);
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: 42% 50%;
}
.targetHeader--searchInput {
  display: block;
  width: 100%;
  cursor: text;
  resize: none;
  position: relative;
  -webkit-appearance: none;
  background-color: transparent;
  font-size: 16px;
  line-height: 1.35em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  padding: 7px 72px 7px 20px;
  margin: 0px;
  border-radius: 0px;
  border-width: 0px;
  border-style: none;
  border-style: initial;
  border-color: currentColor;
  border-color: initial;
  -webkit-border-image: none;
       -o-border-image: none;
          border-image: none;
  -webkit-border-image: initial;
       -o-border-image: initial;
          border-image: initial;
  font-family: inherit;
}
.targetHeader--searchInput::-webkit-search-cancel-button,
.targetHeader--searchInput::-webkit-search-decoration {
  -webkit-appearance: none;
}
.targetHeader--searchInputCancel {
  display: none;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: rgb(255, 255, 255);
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  line-height: 1;
  -webkit-flex-basis: 10%;
      -ms-flex-preferred-size: 10%;
          flex-basis: 10%;
  margin-left: 10px;
  padding: 0;
  padding-right: 5px;
  text-align: right;
  vertical-align: middle;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  background-color: transparent;
  -webkit-tap-highlight-color: transparent;
  overflow: visible;
  font-family: inherit;
  font-size: inherit;
}

.targetHeader--searchInputCancelIcon {
  display: block;
}

.targetHeader--searchFocusTrap {
  display: none;
}

.targetHeader-searchIsFocused .targetHeader--logoLink {
    display: none;
  }

.targetHeader-searchIsFocused .targetHeader--menuLink {
    display: none;
  }

.targetHeader-searchIsFocused .targetHeader--cartLink {
    display: none;
  }

.targetHeader-searchIsFocused .targetHeader--searchInputCancel {
    display: block;
  }

.targetHeader-searchIsFocused .targetHeader--searchFocusTrap {
    display: inline-block;
  }

@media (min-width: 668px) {
  .targetHeader--searchContainer {
    margin: 0px 30px;
  }
  .targetHeader--searchForm {
    height: 40px;
  }
  .targetHeader--searchInput {
    padding: 10px 72px 10px 15px;
  }
  .targetHeader--searchForm::before {
    height: 40px;
  }
    .targetHeader-searchIsFocused .targetHeader--logoLink {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
    }
    .targetHeader-searchIsFocused .targetHeader--cartLink {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
    }
    .targetHeader-searchIsFocused .targetHeader--searchInputCancel {
      display: none;
    }
    .targetHeader-searchIsFocused .targetHeader--searchFocusTrap {
      display: none;
    }
}
@media (min-width: 992px) {
  .targetHeader--searchContainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 0px 30px 0px 20px;
  }
}

.targetHeader--utilityNav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 48px;
  background-color: rgb(255, 255, 255);
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0px 7.5px 0px 10px;
  border-bottom: 1px solid rgb(214, 214, 214);
  text-decoration: none;
  z-index: 1000;
  position: relative;
}
.targetHeader--promoLinkContainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 50%;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  padding: 0 0 0 7.5px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.targetHeader--promoLink {
  text-decoration: none;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #666;
  font-size: 14px;
}
.targetHeader--promoLink:hover {
  text-decoration: underline;
}

.targetHeader--accountLinkSmall {
  position: relative;
  padding-right: calc(15px / 2);
  padding-top: 5px;
  text-decoration: none;
}

.targetHeader--accountLinkSmall .targetHeader--accountIcon {
  margin-left: 3px;
}
.targetHeader--utilityNavListContainer {
  display: none;
  font-size: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 775px;
}
.targetHeader--utilityNavList {
  margin: 0;
  padding: 0;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  overflow: hidden;
}
.targetHeader--utilityNavListItem {
  list-style: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  height: 40px;
}
.targetHeader--utilityNavLink {
  padding: 7.5px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
  position: relative;
  color: rgb(102, 102, 102);
}
.targetHeader--utilityNavLink:hover {
  text-decoration: underline;
}
.targetHeader--utilityNavMoreContainer {
  float: right;
  display: none;
  white-space: nowrap;
}
.targetHeader--utilityNavMoreLink {
  padding: 7.5px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
  color: rgb(102, 102, 102);
  position: relative;
}
.targetHeader--utilityNavMoreLink .targetHeader--altCarrotContainer {
  height: 15px;
  margin-right: 5px;
}
.targetHeader--utilityNavMoreLink .targetHeader--altCarrot {
  -webkit-transition: -webkit-transform 200ms linear;
  transition: -webkit-transform 200ms linear;
  -o-transition: transform 200ms linear;
  transition: transform 200ms linear;
  transition: transform 200ms linear, -webkit-transform 200ms linear;
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}
.targetHeader--utilityNavMoreLink.targetHeader-isOpen .targetHeader--altCarrot {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.targetHeader--utilityNavCrush {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.targetHeader--utilityNavCrush > span:first-child {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  font-size: 14px;
}

.targetHeader--utilityNavMoreLink:before,
.targetHeader--accountLinkSmall:before,
.targetHeader--utilityNavMoreLink:after,
.targetHeader--accountLinkSmall:after {
  content: "";
  opacity: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  bottom: -8px;
  width: 18px;
  height: 18px;
  border: 9px solid transparent;
  border-bottom: 9px solid rgb(214, 214, 214);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 150ms, -webkit-transform 150ms;
  transition: opacity 150ms, -webkit-transform 150ms;
  -o-transition: opacity 150ms, transform 150ms;
  transition: opacity 150ms, transform 150ms;
  transition: opacity 150ms, transform 150ms, -webkit-transform 150ms;
  -webkit-transition-delay: 0ms;
       -o-transition-delay: 0ms;
          transition-delay: 0ms;
  pointer-events: none;
}

.targetHeader--utilityNavMoreLink:after,
.targetHeader--accountLinkSmall:after {
  border-bottom: 9px solid #fff;
  bottom: -9px;
}

.targetHeader--utilityNavMoreLink.targetHeader-isOpen:before,
.targetHeader--accountLinkSmall.targetHeader-isOpen:before,
.targetHeader--utilityNavMoreLink.targetHeader-isOpen:after,
.targetHeader--accountLinkSmall.targetHeader-isOpen:after {
  -webkit-transition-delay: 150ms;
       -o-transition-delay: 150ms;
          transition-delay: 150ms;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  opacity: 1;
}

.targetHeader--accountLinkSmall:before,
.targetHeader--accountLinkSmall:after {
  bottom: -6px;
}
.targetHeader--accountLinkSmall:after {
  bottom: -7px;
}

@media (min-width: 480px) {
  .targetHeader--utilityNavListContainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .targetHeader--utilityNavMoreContainer {
    display: inline-block;
  }
}
@media (min-width: 668px) {
  .targetHeader--accountLinkSmall {
    display: none;
  }
  .targetHeader--utilityNav {
    padding: 0 15px 0 20px;
  }
}

.targetHeader--myStore .myStore--buttonWrap {
  color: rgb(102, 102, 102);
  margin: 5px 0px;
  white-space: nowrap;
}

.targetHeader--myStore .myStore--drawerButton {
  text-transform: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-tap-highlight-color: transparent;
  font-family: inherit;
  -webkit-border-image: none;
       -o-border-image: none;
          border-image: none;
  -webkit-border-image: initial;
       -o-border-image: initial;
          border-image: initial;
  overflow: visible;
  font: inherit;
  margin: 0px;
  line-height: 0.5;
  padding: 5px 0px;
  text-align: left;
  position: relative;
  font-weight: normal;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: inline-block;
  font-size: 16px;
  color: inherit;
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  border-color: transparent;
  text-decoration: none;
}

.targetHeader--myStore .myStore--drawerButton > div {
  position: relative;
}

.targetHeader--myStore .myStore--storeInfoText {
  font-size: 12px;
}

.targetHeader--myStore .myStore--hoursText {
  color: rgb(0, 162, 0);
}

.targetHeader--myStore .myStore--storeName {
  font-weight: bold;
  font-size: 14px;
}

.targetHeader--myStore .drawerArrow {
  display: inline-block;
  height: 18px;
  overflow: hidden;
  padding-left: 5px;
}

.targetHeader--myStore .targetHeader-isOpen .drawerArrow svg {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  width: 10px;
  height: 24px;
  -webkit-transition: -webkit-transform 200ms linear 0s;
  transition: -webkit-transform 200ms linear 0s;
  -o-transition: transform 200ms linear 0s;
  transition: transform 200ms linear 0s;
  transition: transform 200ms linear 0s, -webkit-transform 200ms linear 0s;
}

.targetHeader--myStore .drawerArrow svg {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  width: 10px;
  height: 24px;
  -webkit-transition: -webkit-transform 200ms linear 0s;
  transition: -webkit-transform 200ms linear 0s;
  -o-transition: transform 200ms linear 0s;
  transition: transform 200ms linear 0s;
  transition: transform 200ms linear 0s, -webkit-transform 200ms linear 0s;
}

.targetHeader--drawer,
.targetHeader--drawer * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.targetHeader--drawer {
  position: absolute;
  background: rgb(255, 255, 255);
  /* border: 1px solid rgb(136, 136, 136); */
  border-radius: 0px;
  top: 60px;
  left: 0px;
  right: auto;
  bottom: 0px;
  width: 85%;
  max-width: 400px;
  padding: 0px 0px 100px;
  z-index: 1049;
  overflow-y: auto;
  -webkit-transition: opacity 300ms, -webkit-transform 300ms;
  transition: opacity 300ms, -webkit-transform 300ms;
  -o-transition: opacity 300ms, transform 300ms;
  transition: opacity 300ms, transform 300ms;
  transition: opacity 300ms, transform 300ms, -webkit-transform 300ms;
  -webkit-transform: translate3d(0px, -100%, 0px);
          transform: translate3d(0px, -100%, 0px);
  opacity: 0;
  pointer-events: none;
  -webkit-overflow-scrolling: touch;
}

.targetHeader--drawer.targetHeader-isOpen {
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
  pointer-events: auto;
}

.targetHeader--drawer.targetHeader-isSmall {
  bottom: auto;
  border-radius: 5px;
  width: 320px;
  padding: 0;
}

.targetHeader--drawer.targetHeader-isRight {
  left: auto;
  right: 0px;
}

.targetHeader--drawer.targetHeader-isBelowUtilityNav {
  top: 108px;
  z-index: 999;
}

.targetHeader--drawerCloseButton {
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 1px;
  clip: rect(0px, 0px, 0px, 0px);
  margin: -1px;
  overflow: hidden;
  background: none;
  border: 0;
  font-size: 15px;
  padding: 0
}

.targetHeader--drawerCloseButton:focus {
    display: block;
    position: relative;
    width: 100%;
    height: 45px;
    color: rgb(51, 51, 51);
    clip: auto;
    padding: 1px 0px;
    margin: 10px 0px;
    overflow: visible;
    outline-offset: 2px;
    outline: rgb(51, 51, 51) dashed 1px;
  }


@media (min-width: 668px) {
  .targetHeader--drawer {
    top: 75px;
  }
  .targetHeader--drawer.targetHeader-isBelowUtilityNav {
    top: 123px;
  }
}

.targetHeader--typeaheadContainer,
.targetHeader--typeaheadContainer * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.targetHeader--typeaheadContainer {
  position: fixed;
  z-index: 1026;
  top: 60px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(214, 214, 214);
  -webkit-border-image: none;
       -o-border-image: none;
          border-image: none;
  -webkit-border-image: initial;
       -o-border-image: initial;
          border-image: initial;
  background: rgb(255, 255, 255);
}

.targetHeader--typeahead {
  margin: 0;
  padding: 0;
  list-style: none;
}

.targetHeader--typeaheadItem {
  margin: 0;
  padding: 0;
  list-style: none
}

.targetHeader--typeaheadItem::before {
    content: "";
    display: block;
    border-top: 1px solid rgb(214, 214, 214);
    margin: 0px 15px;
    outline: 0px;
  }

.targetHeader--typeaheadItem:first-child::before {
    display: none;
  }

.targetHeader--typeaheadItemLink {
  display: block;
  font-size: 16px;
  color: rgb(51, 51, 51);
  padding: 12px 15px;
  text-decoration: none;
  position: relative
}

.targetHeader--typeaheadItemLink::before {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2032%2032%22%20enable-background%3D%22new%200%200%2032%2032%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%3Cline%20fill%3D%22none%22%20stroke%3D%22%23888888%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%223%22%20y1%3D%223%22%20x2%3D%2229%22%20y2%3D%2229%22%2F%3E%3Cline%20fill%3D%22none%22%20stroke%3D%22%23888888%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%223%22%20y1%3D%223%22%20x2%3D%223%22%20y2%3D%2224%22%2F%3E%3Cline%20fill%3D%22none%22%20stroke%3D%22%23888888%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2224%22%20y1%3D%223%22%20x2%3D%223%22%20y2%3D%223%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    content: "";
    background-size: 17px 17px;
    height: 40px;
    width: 40px;
    position: absolute;
    right: 15px;
    top: 5px;
    background-repeat: no-repeat;
    background-position: right center;
  }

.targetHeader-isSubResult .targetHeader--typeaheadItemLink {
  color: rgb(102, 102, 102)
}

.targetHeader-isSubResult .targetHeader--typeaheadItemLink::before {
    content: "";
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMaxYMax%22%20viewBox%3D%220%200%2032%2032%22%20height%3D%2240%22%20width%3D%2240%22%20focusable%3D%22false%22%20class%3D%22h-margin-h-default%20TypeaheadItemLink__TypeaheadArrowIcon-s1xpxzlq-2%20eqhQZJ%20Icon-s1t7epqp-0%20iCOdIk%22%3E%3Cg%3E%3Cpath%20fill%3D%22%23888%22%20stroke%3D%22none%22%20d%3D%22M11.273%206L6.127.854a.5.5%200%201%201%20.707-.708l6%206a.5.5%200%200%201%200%20.708l-6%206a.5.5%200%200%201-.707-.708L11.273%207H.5a.5.5%200%200%201-.5-.5V.51a.5.5%200%201%201%201%200V6h10.273z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    height: 40px;
    width: 40px;
    position: relative;
    right: 0;
    top: 5px;
    float: left;
    margin: 0 15px 0 0;
    background-size: auto;
  }

.targetHeader--typeahead .targetHeader--typeaheadItemLink:focus {
  outline: none
}

.targetHeader--typeahead .targetHeader--typeaheadItemLink:focus::after {
    content: " \2022   ";
    color: rgb(136, 136, 136);
  }

@media (min-width: 668px) {
  .targetHeader--typeaheadContainer {
    top: 75px;
    bottom: auto;
  }
}

body.portableTargetHeader-overlayIsOpen {
  position: fixed;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  overflow: scroll;
}

.targetHeader--overlay {
  position: fixed;
  z-index: 1025;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  pointer-events: none;
  -webkit-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
  opacity: 0;
}

.targetHeader--overlay.targetHeader-isOpen {
  opacity: 1;
  pointer-events: auto;
}

.targetHeader--overlay.targetHeader-isBelowMainNav {
  top: 60px;
}
.targetHeader--overlay.targetHeader-isBelowUtilityNav {
  top: 100px;
  z-index: 975;
}

@media (min-width: 668px) {
  .targetHeader--overlay.targetHeader-isBelowMainNav {
    top: 75px;
  }
  .targetHeader--overlay.targetHeader-isBelowUtilityNav {
    top: 115px;
  }
}

.targetHeader--navigationList {
  display: block;
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
  -webkit-font-smoothing: antialiased;
  list-style: none outside none;
  margin: 0px;
  padding: 0px;
}

.targetHeader--navigationListItem {
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
  display: list-item;
  text-align: -webkit-match-parent;
  list-style: none outside none;
  margin: 0px;
  padding: 0px;
}

.targetHeader--navigationListItem::before {
  content: "";
  display: block;
  border-top: 1px solid rgb(214, 214, 214);
  margin: 0px 20px;
  outline: 0px;
}

.targetHeader--navigationListItem:first-child::before {
  border-top: none;
}

.targetHeader--navigationListItemLink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 18px;
  padding: 10px 20px;
  color: rgb(51, 51, 51);
  text-decoration: none;
}

.targetHeader--navigationListItemLink:hover {
  text-decoration: underline;
}

.navigationListItemHeading {
  border-bottom: 1px solid rgb(214, 214, 214);
  margin-bottom: -1px
}

.navigationListItemHeading::before {
      content: "";
      display: block;
      border-top: 1px solid rgb(214, 214, 214);
      margin: 20px 0px 0px;
      outline: 0px;
    }

.targetHeader--sectionHeading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 20px;
  background: rgb(247, 247, 247);
}

.targetHeader--drawer .targetHeader--navigationListItemLink:focus {
  outline: none
}

.targetHeader--drawer .targetHeader--navigationListItemLink:focus::before {
    content: "";
    height: 5px;
    width: 5px;
    position: absolute;
    left: 5px;
    bottom: 18px;
    outline: 0px;
    background: rgb(51, 51, 51);
    border-radius: 100%;
  }

.targetHeader--navigationListItemLinkInner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  height: 100%;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.targetHeader--navigationListItemAside {
  color: rgb(102, 102, 102);
  font-size: 16px;
}

.targetHeader--navigationListItem.targetHeader-isBackNav .targetHeader--navigationListItemLink {
  font-weight: bold;
  font-size: 16px;
}

.targetHeader--navigationListItem.targetHeader-isLabel:before {
  border-top: 0;
}

.targetHeader--navigationListItem.targetHeader-isLabel .targetHeader--navigationListItemLink {
  font-weight: bold;
}

.targetHeader--drawer.targetHeader-isSmall .targetHeader--navigationListItem.targetHeader-isBackNav {
  display: none;
}
.targetHeader--drawer.targetHeader-isSmall .targetHeader--navigationListItem.targetHeader-isBackNav + .targetHeader--navigationListItem:before {
  border-top: 0;
}

.targetHeader--navigationListSectionList {
  padding-left: 20px;
}

.targetHeader--navigationListSectionTitle {
  margin: 15px 0 5px 20px;
  color: rgb(102, 102, 102);
  line-height: 1.25;
  font-size: 19px;
  font-weight: 700;
}

.targetHeader--navigationListItemShowMore,
.targetHeader--navigationListItemShowLess {
  position: relative;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: inline-block;
  line-height: 1.42857;
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  border-color: transparent;
  color: rgb(102, 102, 102);
  font-size: 18px;
  margin: 10px;
  padding: 5px 10px;
  text-decoration: underline;
}

.targetHeader--navigationListItemShowMore:active,
.targetHeader--navigationListItemShowLess:active {
  color: inherit;
  background-color: transparent;
  border-color: transparent;
}

.targetHeader--drawer .targetHeader--navigationListItemShowMore:focus,
.targetHeader--drawer .targetHeader--navigationListItemShowLess:focus {
  color: inherit;
  outline-offset: 2px;
  outline: rgb(136, 136, 136) dashed 1px;
  text-decoration: underline;
}

.targetHeader--navigationListItemShowMore:hover,
.targetHeader--navigationListItemShowLess:hover {
  color: inherit;
  background-color: transparent;
  border-color: transparent;
  text-decoration: none;
}

.targetHeader--navigationListItemShowMore:before,
.targetHeader--navigationListItemShowLess:before {
  display: none;
}

.targetHeader--navigationListSectionList-isPartiallyHidden li:nth-child(n+6) {
  display: none;
}

.targetHeader--navigationListSectionList-isPartiallyHidden li:nth-last-child(2) {
  display: list-item;
}

.targetHeader--navigationListSectionList-isShowingAll li:nth-child(n+6) {
  display: list-item;
}

.targetHeader--navigationListSectionList-isShowingAll li:nth-last-child(2) {
  display: none;
}

.targetHeader--navigationListShopAll {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: rgb(247, 247, 247);
  border-bottom: 1px solid rgb(214, 214, 214);
  border-top: 1px solid rgb(214, 214, 214);
  padding: 15px 20px;
}

.targetHeader--navigationListShopAllTitle {
  color: rgb(51, 51, 51);
  font-weight: bold;
  line-height: 1.25;
  font-size: 19px;
  margin: 0px 0px 10px;
}

.targetHeader--navigationListItemLink[type="button"] {
  position: relative;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: inline-block;
  font-size: 12px;
  line-height: 1.42857;
  color: rgb(255, 255, 255);
  background-color: rgb(51, 51, 51);
  border-width: 1px;
  border-style: solid;
  padding: 6px 10px;
  border-radius: 4px;
  border-color: transparent;
}

.targetHeader--navigationListItemLink[type="button"]:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
  border-color: rgb(51, 51, 51);
  text-decoration: none;
}

.targetHeader--navigationListItemLink[type="button"]:active {
  color: rgb(51, 51, 51);
  background-color: rgb(255, 255, 255);
  border-color: rgb(51, 51, 51);
}

.targetHeader--navigationListItemLink[type="button"]:focus::before {
  display: none;
}

.myStore--searchWrap {
    position: relative;
    margin: 15px 15px 0 15px;
}

.myStore--searchWrap .myStore--searchHeaderWrap {
  text-align: center;
}

.myStore--searchWrap .myStore--searchHeaderWrap h2 {
    font-family: Targetica, "HelveticaNeue for Target", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    letter-spacing: 0px;
    text-indent: 0px;
    text-shadow: none;
    text-transform: none;
    vertical-align: baseline;
    white-space: normal;
    color: rgb(51, 51, 51);
    font-weight: bold;
    line-height: 1.25;
    font-size: 23px;
    margin: 0px;
}

.myStore--searchWrap .myStore--searchCurrentLocationWrap {
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.myStore--searchWrap .myStore--searchLocationButton {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: inline-block;
  font-size: 16px;
  line-height: 1.42857;
  color: inherit;
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  padding: 10px 15px;
  border-radius: 4px;
  border-color: transparent;
  padding-right: 0px;
  padding-left: 0px;
  font-family: inherit;
}

.myStore--searchWrap .myStore--searchLocationButton svg {
  margin-right: 10px;
  margin-left: 0px;
}

.myStore--searchWrap .myStore--searchLocationButton span {
  text-decoration: underline !important;
}

.myStore--searchWrap .myStore--searchForm {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
}

.myStore--searchWrap .myStore--searchFormInputWrap {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 0px;
    padding-left: 0px;
    border-right-color: inherit;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.myStore--searchWrap .myStore--searchFormInput {
  position: relative;
  z-index: 0;
  padding-top: 3px;
}

.myStore--searchWrap .myStore--searchFormInput input {
  border-radius: 2px;
  position: relative;
  font-size: 16px;
  line-height: 1.4285;
  resize: none;
  -webkit-appearance: none;
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: rgb(255, 255, 255);
  outline: none;
  padding: 9px 10px;
  margin: 0px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(136, 136, 136);
  -webkit-border-image: none;
       -o-border-image: none;
          border-image: none;
  -webkit-border-image: initial;
       -o-border-image: initial;
          border-image: initial;
}

.myStore--searchWrap .myStore--searchFormInput label {
  display: inline-block;
  position: absolute;
  font-size: 16px;
  color: rgb(102, 102, 102);
  -webkit-transform: translate3d(0px, 11px, 0px);
          transform: translate3d(0px, 11px, 0px);
  background-color: rgb(255, 255, 255);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  margin-left: 10px;
  z-index: 1;
  left: 0px;
  pointer-events: none;
  -webkit-transition: all 200ms ease-out 0s;
  -o-transition: all 200ms ease-out 0s;
  transition: all 200ms ease-out 0s;
}

.myStore--searchWrap .myStore--searchFormInput:focus-within label,
.myStore--searchWrap .myStore--searchFormInputPopulated label {
  font-size: 12px;
    -webkit-transform: translate3d(0px, -8px, 0px);
            transform: translate3d(0px, -8px, 0px);
    background-color: rgb(255, 255, 255);
    padding-left: 3px;
    padding-right: 3px;
}

.myStore--searchWrap div.longInstruction {
  display: none;
}

.myStore--searchWrap .myStore--searchFormInputError label {
  color: rgb(184, 83, 0);
}

.myStore--searchWrap .myStore--searchFormInputError input {
  border-color: rgb(232, 105, 0);
  background-color: rgb(255, 245, 235);
}

.myStore--searchWrap .myStore--searchFormInputError div.longInstruction {
  color: rgb(184, 83, 0);
  font-size: 12px;
  padding-top: 3px;
  display: block;
}

.myStore--searchWrap .myStore--searchFormSubmit {
  padding: 10px !important;
  text-align: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 0px;
  padding-left: 0px;
  border-right-color: inherit;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.myStore--searchWrap .myStore--searchFormSubmit button {
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  top: 4px;
  border-radius: 6px;
  position: relative;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: inline-block;
  font-size: 12px;
  line-height: 1.42857;
  color: rgb(255, 255, 255);
  background-color: rgb(204, 0, 0);
  border-width: 1px;
  border-style: solid;
  padding: 6px 10px;
  border-color: rgb(204, 0, 0);
  font-family: inherit;
}

.myStore--searchWrap .myStore--searchFormSubmit button::before {
    display: block;
    content: "";
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    opacity: 0;
    -webkit-animation-duration: 500ms;
            animation-duration: 500ms;
    border-width: 5px;
    border-style: solid;
    border-color: transparent;
    -webkit-border-image: none;
         -o-border-image: none;
            border-image: none;
    -webkit-border-image: initial;
         -o-border-image: initial;
            border-image: initial;
    border-radius: 5px;
}





@media only screen and (min-width: 0){
  .myStore--searchWrap .myStore--searchCurrentLocationWrap {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
  }
  .myStore--searchWrap .myStore--searchFormInputWrap {
    margin-left: 0;
    margin-left: initial;
    -webkit-flex-basis: 58.3333%;
        -ms-flex-preferred-size: 58.3333%;
            flex-basis: 58.3333%;
    max-width: 58.3333%;
  }
  .myStore--searchWrap .myStore--searchFormSubmit {
    margin-left: 0;
    margin-left: initial;
    -webkit-flex-basis: 41.6667%;
        -ms-flex-preferred-size: 41.6667%;
            flex-basis: 41.6667%;
    max-width: 41.6667%;
  }
}

@media only screen and (min-width: 1200px){
  .myStore--searchWrap .myStore--searchCurrentLocationWrap {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
  }
}

@media only screen and (min-width: 992px){
  .myStore--searchWrap .myStore--searchCurrentLocationWrap {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
  }
}

@media (min-width: 668px){
  .myStore--searchWrap {
      padding: 0px 20px;
  }
  .myStore--searchWrap .myStore--searchCurrentLocationWrap {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
  }
}

@media only screen and (min-width: 480px){
  .myStore--searchWrap .myStore--searchCurrentLocationWrap {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
  }
  .myStore--searchWrap .myStore--searchFormInputWrap {
    margin-left: 0;
    margin-left: initial;
    -webkit-flex-basis: 66.6667%;
        -ms-flex-preferred-size: 66.6667%;
            flex-basis: 66.6667%;
    max-width: 66.6667%;
  }
  .myStore--searchWrap .myStore--searchFormSubmit {
    margin-left: 0;
    margin-left: initial;
    -webkit-flex-basis: 33.3333%;
        -ms-flex-preferred-size: 33.3333%;
            flex-basis: 33.3333%;
    max-width: 33.3333%;
  }
}

.myStore--searchResultWrapper {
  padding: 0px 20px;
}

.myStore--searchResultWrapper .myStore--searchResultStoreName {
  font-family: Targetica, "HelveticaNeue for Target", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  letter-spacing: 0px;
  text-indent: 0px;
  text-shadow: none;
  text-transform: none;
  vertical-align: baseline;
  white-space: normal;
  color: rgb(51, 51, 51);
  font-weight: bold;
  line-height: 1.25;
  font-size: 23px;
  margin: 0px 0px 10px;
}

.myStore--searchResultWrapper .myStore--searchResultStoreAddress {
  color: rgb(136, 136, 136);
  margin-bottom: 10px;
}

.myStore--searchResultWrapper .myStore--searchResultSetStoreButtonWrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.myStore--searchResultWrapper .myStore--searchResultSetStoreButton {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 0px;
  padding-left: 0px;
  border-right-color: inherit;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.myStore--searchResultWrapper .myStore--searchResultSetStoreButton button {
  position: relative;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: inline-block;
  font-size: 16px;
  line-height: 1.42857;
  color: rgb(255, 255, 255);
  background-color: rgb(204, 0, 0);
  border-width: 1px;
  border-style: solid;
  padding: 10px 15px;
  border-radius: 4px;
  border-color: rgb(204, 0, 0);
  font-size: 12px;
}

.myStore--searchResultWrapper .myStore--searchResultSetStoreButton span.notButton {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  color: rgb(255, 255, 255);
  line-height: 1;
  vertical-align: text-bottom;
  white-space: nowrap;
  text-align: center;
  background-color: rgb(0, 131, 0);
  padding: 0.4em 1em;
  border-radius: 0.9em;
}

.myStore--searchResultWrapper .myStore--searchResultSetStoreButton button::before {
  display: block;
  content: "";
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  opacity: 0;
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
  border-width: 5px;
  border-style: solid;
  border-color: transparent;
  -webkit-border-image: none;
       -o-border-image: none;
          border-image: none;
  -webkit-border-image: initial;
       -o-border-image: initial;
          border-image: initial;
  border-radius: 5px;
}

.myStore--searchResultDivider {
  border-right-style: none;
  border-right-style: initial;
  border-bottom-style: none;
  border-bottom-style: initial;
  border-left-style: none;
  border-left-style: initial;
  border-right-color: currentColor;
  border-right-color: initial;
  border-bottom-color: currentColor;
  border-bottom-color: initial;
  border-left-color: currentColor;
  border-left-color: initial;
  border-width: 1px 0px 0px;
  -webkit-border-image: none;
       -o-border-image: none;
          border-image: none;
  -webkit-border-image: initial;
       -o-border-image: initial;
          border-image: initial;
  border-top: 1px solid rgb(214, 214, 214);
  margin: 15px 0px;
}

.myStore--searchResultPlaceholder {
  background-color: rgb(214, 214, 214);
  height: 175px;
  width: 100%;
  -webkit-animation-name: myStorePulse;
          animation-name: myStorePulse;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  border: 1px solid rgb(214, 214, 214);
  border-radius: 4px;
  margin: 15px 0 30px;
}

@-webkit-keyframes myStorePulse {
  0% { opacity: 1; }
  50% { opacity: 0.3; }
  100% { opacity: 1; }
}

@keyframes myStorePulse {
  0% { opacity: 1; }
  50% { opacity: 0.3; }
  100% { opacity: 1; }
}

@media (min-width: 668px){
  .myStore--searchResultWrapper .myStore--searchResultWrapper {
    padding: 0px 20px;
  }
}

@media only screen and (min-width: 0){
  .myStore--searchResultWrapper .myStore--searchResultSetStoreButton {
    margin-left: 0;
    margin-left: initial;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
}

