@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
/* line 3, ../../../app/assets/stylesheets/fonts/_opensans.css.scss */
.font-OpenSans {
  font-family: 'Open Sans';
  font-weight: 400;
}

/* line 8, ../../../app/assets/stylesheets/fonts/_opensans.css.scss */
.font-OpenSans-Light {
  font-family: 'Open Sans';
  font-weight: 300;
}

/* line 13, ../../../app/assets/stylesheets/fonts/_opensans.css.scss */
.font-OpenSans-Semibold {
  font-family: 'Open Sans';
  font-weight: 600;
}

/* line 18, ../../../app/assets/stylesheets/fonts/_opensans.css.scss */
.font-OpenSans-Bold {
  font-family: 'Open Sans';
  font-weight: 700;
}

/*
@font-face {
  font-family: OpenSans;
  font-weight: normal;
  font-style:  normal;
  src: font-url('OpenSansRegularwebfont.eot?#iefix') format('embedded-opentype'),
    font-url('OpenSansRegularwebfont.woff') format('woff'),
    font-url('OpenSansRegularwebfont.ttf') format('truetype'),
    font-url('OpenSansRegularwebfont.svg#OpenSansRegular') format('svg');
}

@font-face {
  font-family: OpenSans;
  font-weight: bold;
  src: font-url('OpenSansBoldwebfont.eot?#iefix') format('embedded-opentype'),
    font-url('OpenSansBoldwebfont.woff') format('woff'),
    font-url('OpenSansBoldwebfont.ttf') format('truetype'),
    font-url('OpenSansBoldwebfont.svg#OpenSansBold') format('svg');
}

@font-face {
  font-family: OpenSans;
  font-weight: 600;
  src: font-url('OpenSansSemiboldwebfont.eot?#iefix') format('embedded-opentype'),
    font-url('OpenSansSemiboldwebfont.woff') format('woff'),
    font-url('OpenSansSemiboldwebfont.ttf') format('truetype'),
    font-url('OpenSansSemiboldwebfont.svg#OpenSansSemibold') format('svg');
}
*/
/* ADA Skip Navigation */
/* line 2, ../../../vendor/assets/stylesheets/css/enterprise.css */
#skipToContent {
  background: 0;
  border-bottom: 1px solid #aaa;
  border-bottom-right-radius: 8px;
  border-right: 1px solid #aaa;
  color: #001733;
  font-weight: 600;
  left: 0;
  padding: 6px;
  position: absolute;
  top: -40px;
  transition: top 1s ease-out 0s, background 1s linear 0s;
  z-index: 200;
}

/* line 16, ../../../vendor/assets/stylesheets/css/enterprise.css */
#skipToContent:focus {
  background: #eee;
  left: 0;
  outline: 0;
  top: 0;
  transition: top 0.1s ease-in 0s, background 0.5s linear 0s;
}

/* Enterprise css styles targeting only header as not to override any environments styles  */
/* Based on SHC Enterprise CSS Version 1.5.0  */
/* killing this b/c it breaks craftsman hdr (and maybe others) - can't imagine why this was here to begin with 
#gnf_header p {
  line-height: 22px;
  margin: 14px 0;
}
*/
/* line 33, ../../../vendor/assets/stylesheets/css/enterprise.css */
#gnf_header .layer-content,
.gnf-layer .layer-content {
  display: none;
}

/* Legacy layer protection from Enterprise 1.5.2 */
/* line 39, ../../../vendor/assets/stylesheets/css/enterprise.css */
#shcLayer .layer {
  display: block;
  border: none;
  min-width: 0;
  width: 100%;
}

/*
Buttons and Selectors

Styleguide 4.1
*/
/* line 51, ../../../vendor/assets/stylesheets/css/enterprise.css */
#subnavDD_myProfile button,
#gnf_header button,
#gnf_header .button,
#gnf_header a.button,
#gnf_header .button-primary,
#gnf_header a.button-primary,
#gnf_header .button-secondary,
#gnf_header a.button-secondary,
#gnf_header .button-tertiary,
#gnf_header a.button-tertiary {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  line-height: 1rem;
  height: 36px;
  padding: 7px 24px;
  font-size: 15px;
  text-align: center;
  display: inline-block;
  border-width: 1px 1px 2px 1px;
  border-style: solid;
  cursor: pointer;
  color: #001733;
  /*
Deprecated: In place for legacy support but
error handling should be used instead.
*/
}

/* line 80, ../../../vendor/assets/stylesheets/css/enterprise.css */
#gnf_header button:hover,
#gnf_header .button:hover,
#gnf_header a.button:hover,
#gnf_header button:focus,
#gnf_header .button:focus,
#gnf_header a.button:focus,
#gnf_header .button-primary:hover,
#gnf_header a.button-primary:hover,
#gnf_header .button-primary:focus,
#gnf_header a.button-primary:focus,
#gnf_header .button-secondary:hover,
#gnf_header a.button-secondary:hover,
#gnf_header .button-secondary:focus,
#gnf_header a.button-secondary:focus,
#gnf_header .button-tertiary:hover,
#gnf_header a.button-tertiary:hover,
#gnf_header .button-tertiary:focus,
#gnf_header a.button-tertiary:focus {
  text-decoration: none;
  color: #001733;
}

/* line 101, ../../../vendor/assets/stylesheets/css/enterprise.css */
#gnf_header button:disabled,
#gnf_header .button:disabled,
#gnf_header a.button:disabled,
#gnf_header .button-primary:disabled,
#gnf_header a.button-primary:disabled,
#gnf_header .button-secondary:disabled,
#gnf_header a.button-secondary:disabled,
#gnf_header .button-tertiary:disabled,
#gnf_header a.button-tertiary:disabled {
  background: none repeat scroll 0 0 #FFF;
  border-color: #aaaaaa;
  border-style: dashed;
  border-width: 1px;
  color: #666666;
  cursor: not-allowed;
}

/* line 117, ../../../vendor/assets/stylesheets/css/enterprise.css */
#gnf_header button:disabled:hover,
#gnf_header .button:disabled:hover,
#gnf_header a.button:disabled:hover,
#gnf_header .button-primary:disabled:hover,
#gnf_header a.button-primary:disabled:hover,
#gnf_header .button-secondary:disabled:hover,
#gnf_header a.button-secondary:disabled:hover,
#gnf_header .button-tertiary:disabled:hover,
#gnf_header a.button-tertiary:disabled:hover {
  background: #FFF;
}

/*
...
*/
/* line 132, ../../../vendor/assets/stylesheets/css/enterprise.css */
.kmart #subnavDD_myProfile .button-primary,
.kmart #gnf_header .button-primary,
.kmart #gnf_header a.button-primary {
  background-color: #c6281e;
  border-color: #c6281e #c6281e #831a14;
}

/* line 138, ../../../vendor/assets/stylesheets/css/enterprise.css */
.kmart #subnavDD_myProfile .button-primary:hover,
.kmart #gnf_header .button-primary:hover,
.kmart #gnf_header a.button-primary:hover,
.kmart #subnavDD_myProfile .button-primary:focus,
.kmart #gnf_header .button-primary:focus,
.kmart #gnf_header a.button-primary:focus {
  background-color: #ce483f;
}

/*
...
*/
/* line 149, ../../../vendor/assets/stylesheets/css/enterprise.css */
#subnavDD_myProfile .button-primary,
#gnf_header .button-primary,
#gnf_header a.button-primary {
  font-weight: 600;
  color: #fff;
  background-color: #ff4800;
  border-color: #ff4800 #ff4800 #c23700;
}

/* line 157, ../../../vendor/assets/stylesheets/css/enterprise.css */
#subnavDD_myProfile .button-primary:hover,
#gnf_header .button-primary:hover,
#gnf_header a.button-primary:hover,
#subnavDD_myProfile .button-primary:focus,
#gnf_header .button-primary:focus,
#gnf_header a.button-primary:focus {
  background-color: #ff6326;
  color: #fff;
}

/* line 166, ../../../vendor/assets/stylesheets/css/enterprise.css */
#gnf_header .button-tertiary {
  background: #ffffff;
  border-color: #aaaaaa;
  border-style: solid;
}

/* line 171, ../../../vendor/assets/stylesheets/css/enterprise.css */
#gnf_header .button-tertiary:hover {
  background: #e3e3e3;
}

/*
...
*/
/* line 177, ../../../vendor/assets/stylesheets/css/enterprise.css */
#gnf_header .has-background-secondary {
  background: #EEE;
}

/* line 180, ../../../vendor/assets/stylesheets/css/enterprise.css */
#gnf_header .has-background .button-secondary,
#gnf_header .has-background-secondary .button-secondary {
  background: #FFF;
  border-color: #AAA;
}

/* line 185, ../../../vendor/assets/stylesheets/css/enterprise.css */
#gnf_header .has-background .button-secondary:hover,
#gnf_header .has-background-secondary .button-secondary:hover {
  background: #EEE;
  border-color: #AAA;
}

/* line 190, ../../../vendor/assets/stylesheets/css/enterprise.css */
#gnf_header .has-buttons > .button,
#gnf_header .has-buttons-right > .button,
#gnf_header .has-buttons-vertical > .button,
#gnf_header .has-buttons > .button-primary,
#gnf_header .has-buttons > .button-secondary,
#gnf_header .has-buttons > .button-tertiary {
  margin: 0 14px 14px 0;
}

/*
...
*/
/* line 201, ../../../vendor/assets/stylesheets/css/enterprise.css */
#gnf_header h3,
#gnf_header .title-3,
#gnf_header h4,
#gnf_header .title-4,
#gnf_header h5,
#gnf_header .title-5,
#gnf_header h6,
#gnf_header .title-6 {
  font-weight: 600;
  padding: 0;
}

/* line 212, ../../../vendor/assets/stylesheets/css/enterprise.css */
#gnf_header h4,
#gnf_header .title-4 {
  font-size: 17px;
  /* in px because PDP doesn’t have same base html font size  */
  line-height: 26px;
}

/* line 217, ../../../vendor/assets/stylesheets/css/enterprise.css */
#gnf_header h5,
#gnf_header .title-5 {
  font-size: 15px;
  /* in px because PDP doesn’t have same base html font size  */
  line-height: 22px;
}

/* line 222, ../../../vendor/assets/stylesheets/css/enterprise.css */
#gnf_header .font-color-brand-sears {
  color: #003980;
}

/* line 225, ../../../vendor/assets/stylesheets/css/enterprise.css */
#gnf_header .font-color-brand-kmart {
  color: #D12727;
}

/* for enterprise 1.5.3 */
/* line 232, ../../../vendor/assets/stylesheets/css/enterprise.css */
#gnf_header .feedback-message,
.gnf-layer .feedback-message {
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  font-weight: 600;
  padding: 14px;
}

/* line 240, ../../../vendor/assets/stylesheets/css/enterprise.css */
#gnf_header .feedback-message.notification {
  background: #eaf6fd;
  border-color: #59a1c6;
  color: #001733;
}

/* line 245, ../../../vendor/assets/stylesheets/css/enterprise.css */
.gnf-layer .font-size-secondary {
  font-size: 13px;
}

/* line 248, ../../../vendor/assets/stylesheets/css/enterprise.css */
#gnf_header .font-color-secondary,
.gnf-layer .font-color-secondary {
  color: #666;
}

/* line 252, ../../../vendor/assets/stylesheets/css/enterprise.css */
.gnf-layer em {
  font-style: italic;
}

/* for Layer */
/* line 258, ../../../vendor/assets/stylesheets/css/enterprise.css */
.gnf-layer.active,
.gnf-layer-modal.active {
  display: block;
  position: fixed;
  z-index: 7999;
}

/* line 264, ../../../vendor/assets/stylesheets/css/enterprise.css */
.gnf-layer {
  border: 2px solid #666;
  max-width: 750px;
  min-width: 320px;
  padding: 14px;
}

/* line 270, ../../../vendor/assets/stylesheets/css/enterprise.css */
.gnf-layer {
  background: #ffffff none repeat scroll 0 0;
  box-sizing: border-box;
  display: none;
  max-height: 80%;
  width: 95%;
}

/* line 280, ../../../vendor/assets/stylesheets/css/enterprise.css */
.gnf-layer-trigger {
  color: #005ccc;
  cursor: pointer;
  text-decoration: underline;
}

/*to address L3 header issues ECOM-376010*/
/* line 288, ../../../vendor/assets/stylesheets/css/enterprise.css */
.l3msg h1,
.l3msg .title-1,
.l3msg h2,
.l3msg .title-2 {
  font-weight: 300;
}

/* line 294, ../../../vendor/assets/stylesheets/css/enterprise.css */
.l3msg h3,
.l3msg .title-3,
.l3msg h4,
.l3msg .title-4,
.l3msg h5,
.l3msg .title-5,
.l3msg h6,
.l3msg .title-6 {
  font-weight: 600;
  padding: 0;
}

/* line 305, ../../../vendor/assets/stylesheets/css/enterprise.css */
.l3msg h1,
.l3msg .title-1 {
  font-size: 2rem;
  line-height: 2.200rem;
}

/* line 310, ../../../vendor/assets/stylesheets/css/enterprise.css */
.l3msg h2,
.l3msg .title-2 {
  font-size: 1.625rem;
  line-height: 1.867rem;
}

/* line 315, ../../../vendor/assets/stylesheets/css/enterprise.css */
.l3msg h3,
.l3msg .title-3 {
  font-size: 1.375rem;
  line-height: 1.733rem;
}

/* line 320, ../../../vendor/assets/stylesheets/css/enterprise.css */
.l3msg h4,
.l3msg .title-4 {
  font-size: 1.125rem;
  line-height: 1.733rem;
}

/* line 325, ../../../vendor/assets/stylesheets/css/enterprise.css */
.l3msg h5,
.l3msg .title-5 {
  font-size: 1em;
  line-height: 1.467rem;
}

/* line 330, ../../../vendor/assets/stylesheets/css/enterprise.css */
.l3msg h6,
.l3msg .title-6 {
  font-size: 0.875em;
  line-height: 1.333rem;
}

/* line 336, ../../../vendor/assets/stylesheets/css/enterprise.css */
.l3msg > header > *:first-child {
  margin-top: 0;
}

/* line 340, ../../../vendor/assets/stylesheets/css/enterprise.css */
.l3msg > header + * {
  box-sizing: border-box;
  padding-right: 0;
}

/* line 345, ../../../vendor/assets/stylesheets/css/enterprise.css */
.l3msg .has-sidebar div + .sidebar,
.l3msg .has-sidebar article + .sidebar,
.l3msg .has-sidebar section + .sidebar,
.l3msg .has-sidebar ul + .sidebar,
.l3msg .has-sidebar li + .sidebar,
.l3msg .has-sidebar .sidebar + div,
.l3msg .has-sidebar .sidebar + article,
.l3msg .has-sidebar .sidebar + section,
.l3msg .has-sidebar .sidebar + ul,
.l3msg .has-sidebar .sidebar + li {
  border-right: medium none;
}

/* line 358, ../../../vendor/assets/stylesheets/css/enterprise.css */
.l3msg h3 {
  line-height: 26px;
}

/* line 362, ../../../vendor/assets/stylesheets/css/enterprise.css */
.l3msg .has-sidebar > div,
.l3msg .has-sidebar > article,
.l3msg .has-sidebar > section,
.l3msg .has-sidebar > ul,
.l3msg .has-sidebar > li {
  border-left: medium none;
  display: table-cell;
  padding: 14px 0;
}

/* line 372, ../../../vendor/assets/stylesheets/css/enterprise.css */
.l3msg header {
  margin-bottom: 14px;
}

/*ECOM-378170 category page specific issue*/
/* line 377, ../../../vendor/assets/stylesheets/css/enterprise.css */
.category-page .has-sidebar {
  border-collapse: separate;
  border-spacing: 14px 0;
  display: table;
  padding: 0;
  table-layout: fixed;
  width: 100%;
}

/* line 385, ../../../vendor/assets/stylesheets/css/enterprise.css */
.category-page .l3msg .content hr {
  border-bottom: none;
}

/* breadcrumb css imported from enterprise css 1.5.4 */
/* add extra specificity to override 1.5.2 and/or ASAP */
/* line 392, ../../../vendor/assets/stylesheets/css/enterprise.css */
#gnf_breadcrumb {
  text-align: center;
  clear: both;
}

/* line 396, ../../../vendor/assets/stylesheets/css/enterprise.css */
#gnf_breadcrumb > div {
  max-width: 1300px;
  text-align: left;
  width: 100%;
  margin: auto;
}

/* line 403, ../../../vendor/assets/stylesheets/css/enterprise.css */
#gnf_breadcrumb .has-breadcrumbs {
  color: #aaaaaa;
  font-size: 13px;
  font-weight: normal;
  margin: .6em 0 .6em 1.5em;
  padding-left: 2.866em;
  /* in case it wraps */
  position: relative;
}

/* these 5 are temp until ASAP pulls their CSS */
/* line 413, ../../../vendor/assets/stylesheets/css/enterprise.css */
#gnf_breadcrumb .breadcrumb span {
  font-size: 13px;
  color: #333;
}

/* line 414, ../../../vendor/assets/stylesheets/css/enterprise.css */
.sears #gnf_breadcrumb .breadcrumb span, .searspr #gnf_breadcrumb .breadcrumb span {
  color: #001733;
}

/* line 415, ../../../vendor/assets/stylesheets/css/enterprise.css */
.sears #gnf_breadcrumb .breadcrumb a span, .searspr #gnf_breadcrumb .breadcrumb a span {
  color: #005ccc;
}

/* line 416, ../../../vendor/assets/stylesheets/css/enterprise.css */
.kmart #gnf_breadcrumb .breadcrumb a span, .kmartpr #gnf_breadcrumb .breadcrumb a span {
  color: #b10017;
}

/* line 417, ../../../vendor/assets/stylesheets/css/enterprise.css */
.kenmore #gnf_breadcrumb .breadcrumb a span {
  color: #096FBD;
}

/* line 418, ../../../vendor/assets/stylesheets/css/enterprise.css */
.craftsman #gnf_breadcrumb .breadcrumb a span {
  color: #C13D3A;
}

/* line 420, ../../../vendor/assets/stylesheets/css/enterprise.css */
.has-breadcrumbs {
  clear: both;
  color: #aaaaaa;
  font-size: 13px;
  margin-bottom: 20px;
  padding-left: 2.866em;
  position: relative;
}

/* line 428, ../../../vendor/assets/stylesheets/css/enterprise.css */
.has-breadcrumbs .breadcrumb {
  white-space: nowrap;
  display: block;
  float: left;
  padding: 0;
}

/* line 435, ../../../vendor/assets/stylesheets/css/enterprise.css */
.has-breadcrumbs .breadcrumb > span,
.has-breadcrumbs .breadcrumb a {
  display: inline-block;
  padding: 0;
}

/* line 440, ../../../vendor/assets/stylesheets/css/enterprise.css */
.sears .has-breadcrumbs .breadcrumb > span {
  color: #001733;
}

/* line 443, ../../../vendor/assets/stylesheets/css/enterprise.css */
.kmart .has-breadcrumbs .breadcrumb > span {
  color: #C6281E;
}

/* reduce the spacing of these currently in 1.5.4 */
/* line 447, ../../../vendor/assets/stylesheets/css/enterprise.css */
#gnf_breadcrumb .has-breadcrumbs .breadcrumb:before {
  content: "/";
  display: inline-block;
  margin: 0 7px;
}

/* line 452, ../../../vendor/assets/stylesheets/css/enterprise.css */
.has-breadcrumbs .breadcrumb.home {
  left: 0;
  position: absolute;
}

/* line 456, ../../../vendor/assets/stylesheets/css/enterprise.css */
#gnf_breadcrumb .has-breadcrumbs .breadcrumb.home:before {
  display: none;
  content: "";
}

/* line 460, ../../../vendor/assets/stylesheets/css/enterprise.css */
.has-breadcrumbs:before,
.has-breadcrumbs:after {
  content: " ";
  display: table;
}

/* line 465, ../../../vendor/assets/stylesheets/css/enterprise.css */
.has-breadcrumbs:after {
  clear: both;
}

/* end breadcrumb css */
/* overwrites for mobile  */
/* line 471, ../../../vendor/assets/stylesheets/css/enterprise.css */
#gnf_header ul {
  list-style-type: none;
  margin: 0;
}

/* line 475, ../../../vendor/assets/stylesheets/css/enterprise.css */
#gnf_header li {
  text-align: left;
  padding: 0;
}

/* overwrites for mobile END */
/*! jQuery UI - v1.12.0 - 2016-08-18
* http://jqueryui.com
* Includes: core.css, autocomplete.css, menu.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&bgImgOpacityError=&bgImgOpacityHighlight=&bgImgOpacityActive=&bgImgOpacityHover=&bgImgOpacityDefault=&bgImgOpacityContent=&bgImgOpacityHeader=&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=%23666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=%23aaaaaa&iconColorError=%23cc0000&fcError=%235f3f3f&borderColorError=%23f1a899&bgTextureError=flat&bgColorError=%23fddfdf&iconColorHighlight=%23777620&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgTextureHighlight=flat&bgColorHighlight=%23fffa90&iconColorActive=%23ffffff&fcActive=%23ffffff&borderColorActive=%23e6f3ff&bgTextureActive=flat&bgColorActive=%23e6f3ff&iconColorHover=%23555555&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgTextureHover=flat&bgColorHover=%23ededed&iconColorDefault=%23777777&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgTextureDefault=flat&bgColorDefault=%23FFFFFF&iconColorContent=%23444444&fcContent=%23333333&borderColorContent=%23dddddd&bgTextureContent=flat&bgColorContent=%23ffffff&iconColorHeader=%23444444&fcHeader=%23333333&borderColorHeader=%23dddddd&bgTextureHeader=flat&bgColorHeader=%23e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=15px&ffDefault=Open%20Sans
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* search */
/* line 8, ../../../vendor/assets/stylesheets/css/autofill.css */
#search {
  /* defined for both sears and kmart */
  height: 36px;
  position: relative;
  width: auto;
  top: -50px;
  clear: both;
}

/* line 16, ../../../vendor/assets/stylesheets/css/autofill.css */
#search .KeySearch {
  position: relative;
}

/* line 20, ../../../vendor/assets/stylesheets/css/autofill.css */
#keyword {
  font-size: 15px;
  width: 100%;
  height: 100% !important;
  /* overwrites mobile important */
  position: relative;
  background: #fff;
  box-shadow: none;
  margin: 0;
  border-radius: 3px;
  box-sizing: border-box;
  border: 2px solid #fff;
  line-height: 20px;
  height: 36px;
  display: block;
}

/* line 35, ../../../vendor/assets/stylesheets/css/autofill.css */
#keyword:focus {
  border-color: #2f87f2;
}

/* line 38, ../../../vendor/assets/stylesheets/css/autofill.css */
#keyword[type=text] {
  /* Remove First */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 44, ../../../vendor/assets/stylesheets/css/autofill.css */
#goBtn {
  box-sizing: border-box;
  position: absolute;
  line-height: 0;
  display: inline-block;
  width: 42px;
  min-width: 0;
  height: 36px !important;
  /* overwrites mobile important */
  right: 0;
  top: 0;
  overflow: hidden;
  text-indent: -999px;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border: 0;
  border-radius: 0 3px 3px 0;
  text-shadow: none;
}

/* end search */
/* line 63, ../../../vendor/assets/stylesheets/css/autofill.css */
.ui-menu .no-items.ui-menu-item {
  padding-top: 15px;
  padding-bottom: 20px;
  padding-left: 10px;
  align: center;
  display: block;
  font-size: 15px;
  font-weight: 600;
  line-height: 14px;
  overflow: hidden;
  border-left: 0 solid #ddd;
  min-height: 0;
}

/* line 77, ../../../vendor/assets/stylesheets/css/autofill.css */
.ui-menu .no-items.ui-menu-item {
  color: #333;
}

/* line 81, ../../../vendor/assets/stylesheets/css/autofill.css */
#ui-id-1 {
  border: 2px solid #2f87f2;
  border-radius: 2px;
}

/* line 87, ../../../vendor/assets/stylesheets/css/autofill.css */
.ui-menu,
.ui-widget,
.ui-widget-content,
.ui-autocomplete,
.ui-front {
  z-index: 9999 !important;
}

/* line 94, ../../../vendor/assets/stylesheets/css/autofill.css */
.ui-helper-reset,
.ui-menu {
  list-style: none;
  outline: 0;
}

/* line 99, ../../../vendor/assets/stylesheets/css/autofill.css */
.separator {
  border-top: 1px solid #ddd;
}

/* line 102, ../../../vendor/assets/stylesheets/css/autofill.css */
.ui-state-active {
  background: #e6f3ff;
}

/* line 105, ../../../vendor/assets/stylesheets/css/autofill.css */
.ui-helper-hidden {
  display: none;
}

/* line 108, ../../../vendor/assets/stylesheets/css/autofill.css */
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 118, ../../../vendor/assets/stylesheets/css/autofill.css */
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
}

/* line 126, ../../../vendor/assets/stylesheets/css/autofill.css */
.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
  content: "";
  display: table;
  border-collapse: collapse;
}

/* line 132, ../../../vendor/assets/stylesheets/css/autofill.css */
.ui-helper-clearfix:after {
  clear: both;
}

/* line 135, ../../../vendor/assets/stylesheets/css/autofill.css */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

/* line 144, ../../../vendor/assets/stylesheets/css/autofill.css */
.ui-front {
  z-index: 100;
}

/* line 147, ../../../vendor/assets/stylesheets/css/autofill.css */
.ui-state-disabled {
  cursor: default;
  pointer-events: none;
}

/* line 151, ../../../vendor/assets/stylesheets/css/autofill.css */
.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* line 156, ../../../vendor/assets/stylesheets/css/autofill.css */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 163, ../../../vendor/assets/stylesheets/css/autofill.css */
.ui-autocomplete,
.ui-menu .ui-menu {
  position: absolute;
}

/* line 167, ../../../vendor/assets/stylesheets/css/autofill.css */
.ui-autocomplete {
  top: 0;
  left: 0;
  cursor: default;
}

/* line 172, ../../../vendor/assets/stylesheets/css/autofill.css */
.ui-menu {
  padding: 0;
  margin: 0;
  display: block;
}

/* line 177, ../../../vendor/assets/stylesheets/css/autofill.css */
.ui-menu .ui-menu-item {
  padding: 5px 0 5px 10px;
  font-size: 15px;
  font-weight: 600;
  font-family: Open Sans;
  color: #333;
  position: relative;
  margin: 0;
  cursor: pointer;
}

/* line 187, ../../../vendor/assets/stylesheets/css/autofill.css */
.ui-widget-content a,
.ui-widget-header,
.ui-widget-header a {
  color: #333;
}

/* line 192, ../../../vendor/assets/stylesheets/css/autofill.css */
.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}

/* line 196, ../../../vendor/assets/stylesheets/css/autofill.css */
.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0;
}

/* line 203, ../../../vendor/assets/stylesheets/css/autofill.css */
.ui-menu-icons {
  position: relative;
}

/* line 206, ../../../vendor/assets/stylesheets/css/autofill.css */
.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

/* line 209, ../../../vendor/assets/stylesheets/css/autofill.css */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}

/* line 216, ../../../vendor/assets/stylesheets/css/autofill.css */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

/* line 220, ../../../vendor/assets/stylesheets/css/autofill.css */
.ui-widget {
  font-family: Open Sans;
  font-size: 15px;
}

/* line 224, ../../../vendor/assets/stylesheets/css/autofill.css */
.ui-widget .ui-widget {
  font-size: 1em;
}

/* line 227, ../../../vendor/assets/stylesheets/css/autofill.css */
.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
  font-family: Open Sans;
  font-size: 1em;
}

/* line 234, ../../../vendor/assets/stylesheets/css/autofill.css */
.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

/* line 237, ../../../vendor/assets/stylesheets/css/autofill.css */
.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}

/* line 242, ../../../vendor/assets/stylesheets/css/autofill.css */
.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  font-weight: 700;
}

/* line 247, ../../../vendor/assets/stylesheets/css/autofill.css */
.ui-button,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
  border: 1px solid #c5c5c5;
  background: #FFF;
  font-weight: 400;
  color: #454545;
}

/* line 258, ../../../vendor/assets/stylesheets/css/autofill.css */
.ui-button,
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button {
  color: #454545;
  text-decoration: none;
}

/* line 268, ../../../vendor/assets/stylesheets/css/autofill.css */
.ui-button:focus,
.ui-button:hover,
.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: 400;
  color: #2b2b2b;
}

/* line 281, ../../../vendor/assets/stylesheets/css/autofill.css */
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
a.ui-button:focus,
a.ui-button:hover {
  color: #2b2b2b;
  text-decoration: none;
}

/* line 294, ../../../vendor/assets/stylesheets/css/autofill.css */
.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}

/* line 297, ../../../vendor/assets/stylesheets/css/autofill.css */
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

/* line 304, ../../../vendor/assets/stylesheets/css/autofill.css */
.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

/* line 308, ../../../vendor/assets/stylesheets/css/autofill.css */
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

/* line 313, ../../../vendor/assets/stylesheets/css/autofill.css */
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

/* line 320, ../../../vendor/assets/stylesheets/css/autofill.css */
.ui-state-error a,
.ui-state-error-text,
.ui-widget-content .ui-state-error a,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error a,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

/* line 328, ../../../vendor/assets/stylesheets/css/autofill.css */
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: 700;
}

/* line 333, ../../../vendor/assets/stylesheets/css/autofill.css */
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: 400;
}

/* line 340, ../../../vendor/assets/stylesheets/css/autofill.css */
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

/* line 347, ../../../vendor/assets/stylesheets/css/autofill.css */
.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

/*----------------
    Start header v4
 -----------------*/
/**** denotes changes that need to be made */
/**** remove after footer is changed to new global clear */
/* line 7, ../../../vendor/assets/stylesheets/css/headerV4.css */
.gnf_clr:before {
  content: "";
  display: table;
  line-height: 0;
}

/* line 12, ../../../vendor/assets/stylesheets/css/headerV4.css */
.gnf_clr:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
}

/* override for PDP bootstrap */
/* line 23, ../../../vendor/assets/stylesheets/css/headerV4.css */
#gnf_header *:after,
#gnf_header *:before,
#gnf_header * {
  box-sizing: content-box;
}

/* line 29, ../../../vendor/assets/stylesheets/css/headerV4.css */
#gnf_header {
  font-family: "Open Sans",Arial,sans-serif;
  display: block !important;
}

/* line 33, ../../../vendor/assets/stylesheets/css/headerV4.css */
#gnf_header b {
  font-weight: 600;
}

/* line 36, ../../../vendor/assets/stylesheets/css/headerV4.css */
#gnf_header h4 {
  font-family: "Open Sans",Arial,sans-serif;
}

/* line 39, ../../../vendor/assets/stylesheets/css/headerV4.css */
#gnf_header button {
  background: 0;
}

/* line 42, ../../../vendor/assets/stylesheets/css/headerV4.css */
#gnf_header .gnf-center {
  text-align: center;
}

/* line 45, ../../../vendor/assets/stylesheets/css/headerV4.css */
#srchFrm {
  margin: 0;
}

/* line 48, ../../../vendor/assets/stylesheets/css/headerV4.css */
#srchFrm .close {
  display: none;
}

/* override for ribbon rules on v3 */
/* line 53, ../../../vendor/assets/stylesheets/css/headerV4.css */
#gnf_ribbon_flat_nav {
  margin-bottom: 0;
}

/* line 56, ../../../vendor/assets/stylesheets/css/headerV4.css */
#gnf_ribbon_flat_nav > ul {
  padding: 0.35em 0 0.55em;
}

/* line 59, ../../../vendor/assets/stylesheets/css/headerV4.css */
#gnf_header #gnf_ribbon_flat_nav > ul > li {
  border-left: 0;
}

/* Popup style for when you first go sears with browser language set to Spanish */
/* line 64, ../../../vendor/assets/stylesheets/css/headerV4.css */
#shcModal.easySwitchPop {
  height: 470px;
  max-width: 800px;
  width: 800px;
}

/* global header classes */
/* line 71, ../../../vendor/assets/stylesheets/css/headerV4.css */
#gnf_header {
  background-color: #fff;
  font-size: 12px;
  position: relative;
  min-width: 0;
  line-height: 20px;
}

/* line 78, ../../../vendor/assets/stylesheets/css/headerV4.css */
#hdrv3,
#gnf_01_tree_nav a {
  color: #666;
}

/* line 82, ../../../vendor/assets/stylesheets/css/headerV4.css */
#hdrv3 #gnf_01_tree_nav .red,
#hdrv3 #gnf_01_tree_nav .red > a,
#hdrv3 .red,
#hdrv3 .red > a {
  color: #d01833;
}

/* line 88, ../../../vendor/assets/stylesheets/css/headerV4.css */
#hdrv3 .dropmenu > li > span.downTriangle {
  background: 0;
}

/* line 91, ../../../vendor/assets/stylesheets/css/headerV4.css */
#hdrv3 .dropmenu > li > span.downTriangle {
  padding: 0 0.5em;
}

/* line 94, ../../../vendor/assets/stylesheets/css/headerV4.css */
#hdrv3 .dropmenu > li > span.downTriangle a:after,
#hdrv3 #signInLink:after,
#hdrv3 #myProfile:after,
#hdrv3 #navigation .gnf_nav_depth1_item > span > a.gnf_tree_junction.downTriangle:after,
#hdrv3 #navigation .gnf_nav_depth1_item > span > span.gnf_tree_junction.downTriangle:after {
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #fff;
  display: inline-block;
  height: 0;
  margin: 0 0 1px 5px;
  width: 0;
  content: "";
}

/* line 108, ../../../vendor/assets/stylesheets/css/headerV4.css */
#hdrv3 {
  text-align: center;
  position: relative;
  background: #fff;
}

/* line 113, ../../../vendor/assets/stylesheets/css/headerV4.css */
#has-header-body {
  height: 88px;
  margin: auto;
  max-width: 1300px;
  padding: 9px 0 0;
  position: relative;
  text-align: left;
  width: 100%;
  /* Removed z index for INC0855811 */
}

/* logo  */
/* line 124, ../../../vendor/assets/stylesheets/css/headerV4.css */
#logo {
  float: left;
  margin: 17px 28px 26px 34px;
}

/* line 128, ../../../vendor/assets/stylesheets/css/headerV4.css */
#logo a {
  display: block;
  text-indent: -9000px;
  overflow: hidden;
  width: 120px;
  height: 31px;
}

/* line 135, ../../../vendor/assets/stylesheets/css/headerV4.css */
#logo a.ribbon-sears-logo {
  background-position: 0 -871px;
}

/* line 138, ../../../vendor/assets/stylesheets/css/headerV4.css */
#logo a.ribbon-kmart-logo {
  background-position: 0 -552px;
}

/* Navigation over Search bar */
/* line 143, ../../../vendor/assets/stylesheets/css/headerV4.css */
#gnf_01_tree_nav {
  float: left;
}

/* line 146, ../../../vendor/assets/stylesheets/css/headerV4.css */
#hdrv3 .dropmenu > li.gnf_nav_depth1_item {
  /**** Need to replace .dropmenu class */
  float: left;
  position: relative;
}

/* line 150, ../../../vendor/assets/stylesheets/css/headerV4.css */
#hdrv3 .dropmenu span,
#hdrv3 .dropmenu a {
  cursor: pointer;
  display: block;
}

/* line 155, ../../../vendor/assets/stylesheets/css/headerV4.css */
#hdrv3 .dropmenu > li > span {
  padding: 0 0.5em;
}

/* Navigation over Search bar dropdown */
/* Navigation over Search bar dropdown */
/* line 162, ../../../vendor/assets/stylesheets/css/headerV4.css */
#hdrv3 .dropmenu li.gnf_nav_depth1_item.gnf-nav-active ul.gnf_nav_depth2_list {
  display: block;
}

/* line 166, ../../../vendor/assets/stylesheets/css/headerV4.css */
#hdrv3 .dropmenu ul.gnf_nav_depth2_list {
  right: -8px;
  margin: 7px 0 0;
  position: absolute;
  width: auto;
  z-index: 7000;
  /* over search bar */
  box-sizing: border-box;
  background: #ffffff;
  padding: 0;
  font-size: 13px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.21);
  display: none;
}

/* line 180, ../../../vendor/assets/stylesheets/css/headerV4.css */
#hdrv3 .dropmenu li.gnf_nav_depth2_item {
  padding: 7px 15px;
}

/* line 183, ../../../vendor/assets/stylesheets/css/headerV4.css */
#hdrv3 .dropmenu li.gnf_nav_depth2_item > span > span,
#hdrv3 .dropmenu li.gnf_nav_depth2_item > span > a {
  white-space: nowrap;
}

/* line 187, ../../../vendor/assets/stylesheets/css/headerV4.css */
#hdrv3 .dropmenu .gnf-nav-active:after {
  right: -1px;
  bottom: -9px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border-bottom: 10px solid #fff;
  content: "";
  z-index: 7001;
}

/* line 200, ../../../vendor/assets/stylesheets/css/headerV4.css */
#hdrv3 .dropmenu .gnf-nav-active:before {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  padding: 0;
  border-bottom: 10px solid #666;
  bottom: -10px;
  right: -1px;
  content: "";
}

/* Cart Btn */
/* line 214, ../../../vendor/assets/stylesheets/css/headerV4.css */
#cartArea {
  border-radius: 3px;
  color: #fff;
  display: block;
  position: absolute;
  text-align: center;
  right: 15px;
  background: 0;
  box-shadow: none;
  min-width: 0;
  top: 38px;
}

/* line 226, ../../../vendor/assets/stylesheets/css/headerV4.css */
#gnf_lnkCart {
  color: #eee;
  font-weight: 600;
  display: inline-block;
  text-align: left;
  text-indent: -999em;
  padding: 0;
  width: 55px;
  height: 35px;
  background-position: 13px -930px;
  border-radius: 20px;
  overflow: hidden;
}

/* line 239, ../../../vendor/assets/stylesheets/css/headerV4.css */
#gnf_lnkCart .cartItems {
  border-radius: 50%;
  width: 18px;
  height: 18px;
  line-height: 18px;
  padding: 0px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  text-indent: 0;
}

/* Main Navigation Bar */
/* line 254, ../../../vendor/assets/stylesheets/css/headerV4.css */
#navigation,
.gnf-navigation a {
  /* selector is vague so it doesn’t override default hover class for site */
  color: #333;
}

/* line 258, ../../../vendor/assets/stylesheets/css/headerV4.css */
#has-navigation {
  width: 100%;
  clear: both;
  position: relative;
  background: #eee;
  height: 3em;
}

/* line 266, ../../../vendor/assets/stylesheets/css/headerV4.css */
#navigation {
  width: 100%;
  max-width: 1300px;
  position: relative;
  margin: auto;
}

/* line 272, ../../../vendor/assets/stylesheets/css/headerV4.css */
#navigation nav > ul {
  display: block;
  width: 100%;
  text-align: left;
}

/* line 278, ../../../vendor/assets/stylesheets/css/headerV4.css */
#navigation nav ul.gnf_nav_depth2_list {
  white-space: normal;
  border-top: 0;
  margin: 1px 0 0;
  cursor: default;
}

/* line 285, ../../../vendor/assets/stylesheets/css/headerV4.css */
#navigation li.gnf_nav_depth1_item {
  display: inline-block;
  line-height: 14px;
}

/* line 289, ../../../vendor/assets/stylesheets/css/headerV4.css */
#gnf_nav_more {
  background: #e3e3e3;
}

/* line 292, ../../../vendor/assets/stylesheets/css/headerV4.css */
#navigation li.gnf_nav_depth1_item:hover {
  background: #FFF;
}

/* line 295, ../../../vendor/assets/stylesheets/css/headerV4.css */
#navigation ul.gnf_clr li.gnf_dept_tree_item:hover {
  cursor: pointer;
}

/* line 298, ../../../vendor/assets/stylesheets/css/headerV4.css */
#navigation ul.gnf_nav_depth2_list li.gnf_nav_depth2_item {
  cursor: default;
}

/* line 301, ../../../vendor/assets/stylesheets/css/headerV4.css */
#navigation li.gnf_nav_depth1_item.gnf-nav-active > span > a.gnf_tree_junction,
#navigation li.gnf_nav_depth1_item:hover > span > a.gnf_tree_junction {
  text-decoration: underline;
}

/* line 305, ../../../vendor/assets/stylesheets/css/headerV4.css */
#navigation .gnf_nav_depth1_item > span > a.gnf_tree_junction,
#navigation .gnf_nav_depth1_item > span > span.gnf_tree_junction {
  position: relative;
  color: #333;
  font-weight: 600;
  line-height: 1em;
  display: inline-block;
  font-size: 13px;
  white-space: nowrap;
  z-index: 101;
  padding: 11px 10px;
}

/* line 317, ../../../vendor/assets/stylesheets/css/headerV4.css */
#navigation li.gnf_nav_depth1_item.gnf-nav-active > span > a.gnf_tree_junction,
#navigation li.gnf_nav_depth1_item.gnf-nav-active > span > span.gnf_tree_junction {
  background: #FFF;
  border-bottom: 2px solid #aaa;
  padding-bottom: 10px;
  /* Bottom border + padding must = normal bottom padding */
}

/* line 323, ../../../vendor/assets/stylesheets/css/headerV4.css */
#gnf_dept_tree_nav li.gnf_nav_depth1_item:first-child > span > a.gnf_tree_junction,
#gnf_dept_tree_nav li.gnf_nav_depth1_item:first-child > span > span.gnf_tree_junction {
  padding-left: 20px;
}

/* line 327, ../../../vendor/assets/stylesheets/css/headerV4.css */
#gnf_dept_tree_nav li.gnf_nav_depth1_item:last-child > span > a.gnf_tree_junction,
#gnf_dept_tree_nav li.gnf_nav_depth1_item:last-child > span > span.gnf_tree_junction {
  padding-right: 20px;
}

/* line 331, ../../../vendor/assets/stylesheets/css/headerV4.css */
#gnf_dept_tree_nav li.gnf_nav_depth1_item.no-padding > span > a.gnf_tree_junction,
#gnf_dept_tree_nav li.gnf_nav_depth1_item.no-padding > span > span.gnf_tree_junction {
  padding: 0px;
}

/* down arrows added to Main Navigation Bar hover items */
/* line 337, ../../../vendor/assets/stylesheets/css/headerV4.css */
#navigation .gnf_nav_depth1_item.gnf-nav-active > span > a.gnf_tree_junction:before,
#navigation .gnf_nav_depth1_item.gnf-nav-active > span > span.gnf_tree_junction:before {
  border-width: 5px;
  border-color: #aaa transparent transparent;
  border-style: solid;
  bottom: -12px;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  width: 0;
  margin: 0 0 0 -6px;
}

/* Main Navigation Bar dropdown styling*/
/* line 352, ../../../vendor/assets/stylesheets/css/headerV4.css */
#navigation ul.gnf_nav_depth2_list {
  background: #fff;
  width: 100%;
  max-width: 980px;
  padding: 0 0 30px;
  position: absolute;
  display: none;
  margin: 10px 0 0;
  border-top: solid 1px #aaa;
  text-align: left;
}

/* line 363, ../../../vendor/assets/stylesheets/css/headerV4.css */
#navigation li.gnf-nav-active ul.gnf_nav_depth2_list {
  display: block;
}

/* line 366, ../../../vendor/assets/stylesheets/css/headerV4.css */
#navigation li.gnf_nav_depth2_item a:hover {
  text-decoration: underline;
}

/* line 369, ../../../vendor/assets/stylesheets/css/headerV4.css */
#navigation span.gnf-main-nav-more .gnf_tree_junction:after {
  content: "...";
}

/* line 372, ../../../vendor/assets/stylesheets/css/headerV4.css */
#navigation ul.gnf-dept-images a > p {
  font-size: 14px;
  line-height: 1em;
  margin: 0;
}

/* v4 styles*/
/* line 378, ../../../vendor/assets/stylesheets/css/headerV4.css */
#navigation ul.gnf-main-links {
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  margin: 20px 20px 0;
}

/* line 384, ../../../vendor/assets/stylesheets/css/headerV4.css */
#navigation ul.gnf-main-links.gnf-main-col-2 {
  width: 50%;
}

/* line 387, ../../../vendor/assets/stylesheets/css/headerV4.css */
#navigation ul.gnf-main-links.gnf-main-col-3 {
  width: 74%;
}

/* line 390, ../../../vendor/assets/stylesheets/css/headerV4.css */
#navigation ul.gnf-main-links > li.column {
  min-width: 200px;
}

/* line 393, ../../../vendor/assets/stylesheets/css/headerV4.css */
#navigation .gnf-main-links span > span,
#navigation .gnf-main-links span > a {
  display: inline-block;
  margin: 5px 0;
  line-height: 1.2em;
}

/* headers */
/* line 401, ../../../vendor/assets/stylesheets/css/headerV4.css */
#navigation .gnf-main-links .gnf_nav_depth3_item > span > a,
#navigation .gnf-main-links .gnf_nav_depth3_item > span > span {
  font-size: 15px;
  font-weight: 600;
}

/* line 406, ../../../vendor/assets/stylesheets/css/headerV4.css */
#navigation .gnf-main-links .gnf-dept-col-new > a,
#navigation .gnf-main-links .gnf-dept-col-new > span {
  margin-top: 3.5em;
}

/* line 410, ../../../vendor/assets/stylesheets/css/headerV4.css */
#navigation .gnf-main-links .gnf_nav_depth3_item > span > a,
#navigation .gnf-main-links .gnf_nav_depth3_item > span > span {
  margin-top: 1.2em;
}

/*mis*/
/* line 417, ../../../vendor/assets/stylesheets/css/headerV4.css */
#navigation span.gnf-nav-shop a {
  font-weight: 600;
}

/* line 420, ../../../vendor/assets/stylesheets/css/headerV4.css */
#navigation span.gnf-dept-deals > a {
  color: #d01833;
}

/*image row*/
/* line 424, ../../../vendor/assets/stylesheets/css/headerV4.css */
#navigation ul.gnf-dept-images {
  display: block;
  padding: 15px 0 0;
  margin: 0 0 0 20px;
  width: 95%;
  text-align: left;
  height: 115px;
  overflow: hidden;
  border-bottom: 1px solid #e3e3e3;
}

/* line 434, ../../../vendor/assets/stylesheets/css/headerV4.css */
#navigation ul.gnf-dept-images li.gnf_nav_depth3_item {
  display: inline-block;
  text-align: right;
  width: 20%;
  min-width: 146px;
  margin: 0;
  padding: 0;
  height: 115px;
}

/* line 443, ../../../vendor/assets/stylesheets/css/headerV4.css */
#navigation ul.gnf-dept-images li.gnf_nav_depth3_item:first-child {
  width: 140px;
  vertical-align: top;
}

/* line 447, ../../../vendor/assets/stylesheets/css/headerV4.css */
#navigation ul.gnf-dept-images li.gnf_nav_depth3_item a {
  display: inline-block;
  text-align: center;
}

/*title row*/
/* line 452, ../../../vendor/assets/stylesheets/css/headerV4.css */
#navigation ul.gnf-dept-title {
  text-align: left;
  padding: 20px 0 0;
  width: 100%;
}

/* line 457, ../../../vendor/assets/stylesheets/css/headerV4.css */
#navigation ul.gnf-dept-title a {
  font-size: 14px;
  font-weight: 600;
}

/* line 461, ../../../vendor/assets/stylesheets/css/headerV4.css */
#navigation ul.gnf-dept-title span.gnf-nav-title span,
#navigation ul.gnf-dept-title span.gnf-nav-title a {
  font-size: 26px;
  font-weight: 300;
  padding: 0 10px 0 20px;
  line-height: 1em;
}

/* line 468, ../../../vendor/assets/stylesheets/css/headerV4.css */
#navigation ul.gnf-dept-title li.gnf_nav_depth3_item {
  display: inline;
}

/* line 471, ../../../vendor/assets/stylesheets/css/headerV4.css */
#navigation ul.gnf-dept-title span.gnf-nav-special {
  border-left: 1px solid #d0d0d0;
  margin: 0 0 0 20px;
  padding: 0 0 0 20px;
}

/*close button*/
/* line 477, ../../../vendor/assets/stylesheets/css/headerV4.css */
#navigation .gnf-nav-close {
  float: right;
}

/* line 480, ../../../vendor/assets/stylesheets/css/headerV4.css */
#navigation span.gnf-nav-close a {
  background-position: -90px -939px;
  height: 22px;
  width: 22px;
  overflow: hidden;
  text-indent: 999px;
  display: block;
  margin: 0 20px 0 0;
}

/*Parts and Services*/
/* line 490, ../../../vendor/assets/stylesheets/css/headerV4.css */
#gnf_nav_partsServicesV2 > ul.gnf_nav_depth2_list {
  padding: 0;
}

/* line 493, ../../../vendor/assets/stylesheets/css/headerV4.css */
#gnf_nav_partsServicesV2 li.gnf_nav_depth2_item:first-child {
  float: left;
  width: 25%;
  min-width: 240px;
  overflow: hidden;
}

/* line 499, ../../../vendor/assets/stylesheets/css/headerV4.css */
#gnf_nav_partsServicesV2 span.gnf-dep-img img {
  display: block;
  height: 372px;
}

/* line 503, ../../../vendor/assets/stylesheets/css/headerV4.css */
#gnf_nav_partsServicesV2 ul.gnf-main-links.gnf-main-col-3 {
  width: auto;
  padding: 0 0 0 20px;
}

/*Hide shopping cart on shopping cart page */
/* line 508, ../../../vendor/assets/stylesheets/css/headerV4.css */
#shoppingcart #hdrv3 .gnf_clr a:hover,
#free_shipping_slide a:hover {
  text-decoration: underline;
}

/*More Brands CSS from Footer .footer-middle-top */
/* line 514, ../../../vendor/assets/stylesheets/css/headerV4.css */
#gnf_nav_more > ul.gnf_nav_depth2_list {
  padding: 0;
}

/* line 517, ../../../vendor/assets/stylesheets/css/headerV4.css */
#more-brands {
  width: 100%;
  text-align: center;
  position: relative;
  margin: 10px 0 0;
  padding: 25px 0 30px;
  background: #eee;
}

/* line 525, ../../../vendor/assets/stylesheets/css/headerV4.css */
#more-brands .footer-sprite {
  overflow: hidden;
  text-indent: -999px;
}

/* line 529, ../../../vendor/assets/stylesheets/css/headerV4.css */
#more-brands .logos-title {
  font-size: 15px;
  color: #011733;
}

/* line 533, ../../../vendor/assets/stylesheets/css/headerV4.css */
#more-brands .footer-content {
  display: block;
  width: 817px;
  margin: 0 auto;
}

/* line 538, ../../../vendor/assets/stylesheets/css/headerV4.css */
#more-brands .logos {
  line-height: 1em;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  max-width: 830px;
  margin: 0 auto;
}

/* line 546, ../../../vendor/assets/stylesheets/css/headerV4.css */
#more-brands .logos li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px 0 0;
}

/* line 551, ../../../vendor/assets/stylesheets/css/headerV4.css */
#more-brands .logos a {
  display: block;
  text-indent: -999px;
  overflow: hidden;
}

/* line 556, ../../../vendor/assets/stylesheets/css/headerV4.css */
#more-brands .shop-sears:before {
  content: "";
  display: block;
  background: #003682 no-repeat 12px 10px;
  background-image: url(https://s.shld.net/is/image/Sears/gnfSkinSearsLogo-qm-scl-eq-2-amp-fmt-eq-png-alpha);
  position: absolute;
  left: -90px;
  width: 90px;
  height: 40px;
  top: -1px;
  background-size: 67px 18px;
}

/* line 568, ../../../vendor/assets/stylesheets/css/headerV4.css */
#more-brands .logos a.shop-sears {
  height: 30px;
  width: 154px;
  padding: 8px 0 0 13px;
  border: 1px solid #D0D0D0;
  border-left: none;
  font-size: 15px;
  font-weight: bold;
  position: relative;
  text-indent: 0;
  overflow: visible;
  margin: 0 0 0 90px;
  color: #005DCC;
  background: #fff;
}

/* line 583, ../../../vendor/assets/stylesheets/css/headerV4.css */
#more-brands .shop-kmart:before {
  content: "";
  display: block;
  background: #cc1414 no-repeat 7px 5px;
  background-image: url(https://s.shld.net/is/image/Sears/gnfSkinKmartLogo-qm-scl-eq-2-amp-fmt-eq-png-alpha);
  position: absolute;
  left: -42px;
  width: 42px;
  height: 40px;
  top: -1px;
  background-size: 30px 31px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 596, ../../../vendor/assets/stylesheets/css/headerV4.css */
  #more-brands .shop-sears:before {
    background-image: url(https://s.shld.net/is/image/Sears/gnfSkinSearsLogo-qm-scl-eq-1-amp-fmt-eq-png-alpha);
  }

  /* line 599, ../../../vendor/assets/stylesheets/css/headerV4.css */
  #more-brands .shop-kmart:before {
    background-image: url(https://s.shld.net/is/image/Sears/gnfSkinKmartLogo-qm-scl-eq-1-amp-fmt-eq-png-alpha);
  }
}
/* line 603, ../../../vendor/assets/stylesheets/css/headerV4.css */
#more-brands .logos a.shop-kmart {
  height: 30px;
  width: 154px;
  padding: 8px 0 0 13px;
  border: 1px solid #D0D0D0;
  border-left: none;
  font-size: 15px;
  font-weight: bold;
  position: relative;
  text-indent: 0;
  overflow: visible;
  margin: 0 0 0 42px;
  color: #333;
  background: #fff;
}

/* line 618, ../../../vendor/assets/stylesheets/css/headerV4.css */
#more-brands .logos a.shop-kmart span {
  color: #CB1314;
}

/* line 621, ../../../vendor/assets/stylesheets/css/headerV4.css */
#more-brands .kenmore {
  background-position: 0 -224px;
  width: 57px;
  height: 13px;
}

/* line 626, ../../../vendor/assets/stylesheets/css/headerV4.css */
#more-brands .parts-direct {
  background-position: 0 -239px;
  width: 85px;
  height: 12px;
}

/* line 631, ../../../vendor/assets/stylesheets/css/headerV4.css */
#more-brands .sears-home-services {
  background-position: 0 -275px;
  width: 96px;
  height: 12px;
}

/* line 636, ../../../vendor/assets/stylesheets/css/headerV4.css */
#more-brands .back-to-top {
  display: none;
}

/* print styles */
@media print {
  /* line 642, ../../../vendor/assets/stylesheets/css/headerV4.css */
  #has-navigation,
  #free_shipping_slide,
  #header-shop-your-way-partner,
  #gnf_01_tree_nav,
  #search,
  #profileArea,
  #cartArea {
    display: none;
  }

  /* line 651, ../../../vendor/assets/stylesheets/css/headerV4.css */
  #hdrv3 #logo {
    margin: 0 0 0 34px;
  }

  /* line 654, ../../../vendor/assets/stylesheets/css/headerV4.css */
  #hdrv3 #logo a.ribbon-sears-logo {
    height: auto;
    width: auto;
    text-indent: 0;
    font-size: 4em;
    line-height: 1em;
  }
}
/* End header v3 */
/* Restructure CSS - Right-aligns profile elements */
/* line 665, ../../../vendor/assets/stylesheets/css/headerV4.css */
#hdrv3 #has-header-body {
  box-sizing: border-box;
  padding: 14px 0 0 0;
}

/* line 670, ../../../vendor/assets/stylesheets/css/headerV4.css */
#hdrv3 #gnf_01_tree_nav {
  position: relative;
  top: -6px;
}

/* line 675, ../../../vendor/assets/stylesheets/css/headerV4.css */
#free_shipping_slide a {
  background: none;
  border: none;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  line-height: 1em;
  margin-bottom: 0;
  text-shadow: none;
  text-align: right;
  position: absolute;
  top: 12px;
  right: 20px;
}

/* line 690, ../../../vendor/assets/stylesheets/css/headerV4.css */
#free_shipping_slide .font-Open-Sans-Semibold {
  font-weight: 600;
}

/* line 694, ../../../vendor/assets/stylesheets/css/headerV4.css */
#gnf_footer li.hdrC_off {
  display: none;
}

/* line 698, ../../../vendor/assets/stylesheets/css/headerV4.css */
#gnf_footer .navItems li.hdrC_on {
  display: block;
}

/* line 702, ../../../vendor/assets/stylesheets/css/headerV4.css */
.footer-center .footer-right li.hdrC_on {
  display: none;
}

/* line 706, ../../../vendor/assets/stylesheets/css/headerV4.css */
#gnf_footer .footer-center .footer-right li.hdrC_on {
  display: inline-block;
}

/* line 710, ../../../vendor/assets/stylesheets/css/headerV4.css */
#gnf_footer .footer-email .footer-membership-right p {
  line-height: 1.1em;
}

/* line 714, ../../../vendor/assets/stylesheets/css/headerV4.css */
#gnf_footer .footer-top .sears-email {
  background-position: 0 -812px;
  height: 57px;
  width: 50px;
  margin: 5px 12px 7px 0;
}

/* line 721, ../../../vendor/assets/stylesheets/css/headerV4.css */
#hdrv3 #backToUs {
  background: none;
  border: none;
  color: #fff;
  text-align: right;
  position: absolute;
  top: 8px;
  right: 20px;
}

/* line 731, ../../../vendor/assets/stylesheets/css/headerV4.css */
.kiosk #gnf_header .noKiosk,
.kiosk #gnf_footer .noKiosk,
.kiosk #gnf_footer .logos li.noKiosk,
#gnf_header .onlyKiosk,
#gnf_footer .onlyKiosk {
  display: none !important;
}

/* allows us to swap in kiosk-only versions of links, while the desktop versions get hidden with .noKiosk */
/* line 741, ../../../vendor/assets/stylesheets/css/headerV4.css */
.kiosk #gnf_header .onlyKiosk,
.kiosk #gnf_footer .onlyKiosk {
  display: inline-block !important;
}

/* line 746, ../../../vendor/assets/stylesheets/css/headerV4.css */
#gnf_headerAd {
  background-color: #fff;
  text-align: center;
  height: 36px;
  position: relative;
}

/* line 752, ../../../vendor/assets/stylesheets/css/headerV4.css */
#shoppingcart #gnf_headerAd {
  display: none;
}

/* line 753, ../../../vendor/assets/stylesheets/css/headerV4.css */
#oas_posTop {
  height: 36px;
  display: block;
  overflow: hidden;
}

/* line 758, ../../../vendor/assets/stylesheets/css/headerV4.css */
#oas_posTop iframe {
  width: 980px !important;
  height: 36px !important;
}

/* non-US */
/* line 761, ../../../vendor/assets/stylesheets/css/headerV4.css */
#header-shop-your-way-partner {
  display: block;
  height: 12px;
  width: 168px;
  float: right;
  text-indent: -9000px;
  overflow: hidden;
  margin: 5px 20px 0 0;
  background-position: 0 -614px;
}

/* copied here because some pages don’t have it */
/* line 772, ../../../vendor/assets/stylesheets/css/headerV4.css */
#shcCurtain {
  background: black;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  right: 0px;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: .5;
  z-index: 999980;
  display: none;
}

/* line 785, ../../../vendor/assets/stylesheets/css/headerV4.css */
.ie #shcCurtain {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}

/* line 789, ../../../vendor/assets/stylesheets/css/headerV4.css */
#searchHistory .search_history {
  box-sizing: border-box;
  height: auto;
  width: 100%;
  border: 2px solid #005CCC;
  border-radius: 3px;
  background: white;
  position: absolute;
  z-index: 1100;
  padding: 1rem;
}

/* line 800, ../../../vendor/assets/stylesheets/css/headerV4.css */
#searchHistory {
  margin: 0 40px 0 0;
  position: relative;
}

/* line 804, ../../../vendor/assets/stylesheets/css/headerV4.css */
#searchHistory .search_history_text {
  color: #001733;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

/* line 810, ../../../vendor/assets/stylesheets/css/headerV4.css */
#searchHistory .search-history-item > a {
  height: 2.5rem;
  width: 100%;
  border-bottom: 1px solid #EEEEEE;
  box-shadow: inset 0 -0.5px 0 0 #EDEBEB;
  display: block;
}

/* line 817, ../../../vendor/assets/stylesheets/css/headerV4.css */
#searchHistory .cell-title {
  float: left;
  width: 96%;
  color: #001733;
  font-size: 1rem;
  line-height: 2.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 826, ../../../vendor/assets/stylesheets/css/headerV4.css */
#searchHistory .search-history-arrow-atlas-ico {
  float: left;
  height: 24px;
  width: 24px;
  position: absolute;
  padding-top: 0.5rem;
}

/* line 833, ../../../vendor/assets/stylesheets/css/headerV4.css */
#searchHistory .search-history-item.selected > a,
#searchHistory .search-history-item > a:focus,
#searchHistory .search-history-item > a:hover {
  background: #e6f3ff;
}

/* line 838, ../../../vendor/assets/stylesheets/css/headerV4.css */
#searchHistory .search_items {
  width: 97%;
  margin: 0 auto;
}

/*----------------
	Start header v4 skinny
 -----------------*/
/* hide everything that shouldn’t be on this view */
/* line 5, ../../../vendor/assets/stylesheets/css/headerV4skinny.css */
#gnf_header.skinny #has-navigation,
#gnf_header.skinny #gnf_01_tree_nav,
#gnf_header.skinny #free_shipping_slide {
  display: none !important;
}

/* line 10, ../../../vendor/assets/stylesheets/css/headerV4skinny.css */
#gnf_header.skinny * {
  -webkit-text-size-adjust: auto;
}

/* line 13, ../../../vendor/assets/stylesheets/css/headerV4skinny.css */
#gnf_header.skinny #hdrv3 #logo {
  margin: 12px 0 0 55px;
  position: relative;
}

/* line 17, ../../../vendor/assets/stylesheets/css/headerV4skinny.css */
#gnf_header.skinny #logo a.ribbon-sears-logo {
  background-size: auto 30px;
  height: 30px;
  width: 140px;
}

/* line 22, ../../../vendor/assets/stylesheets/css/headerV4skinny.css */
#gnf_header.skinny #logo a.ribbon-kmart-logo {
  width: 35px;
  height: 36px;
  background: url(https://s.shld.net/is/image/Sears/gnfSkinKmartLogo2-qm-scl-eq-2-amp-fmt-eq-png-alpha) 0 0/35px 36px no-repeat;
}

/* line 27, ../../../vendor/assets/stylesheets/css/headerV4skinny.css */
#gnf_header.skinny #has-header-body {
  height: 56px;
  padding: 0;
}

/* line 31, ../../../vendor/assets/stylesheets/css/headerV4skinny.css */
#gnf_header.skinny #search {
  margin-left: 200px;
  top: -32px;
  min-width: 0;
  width: auto;
}

/* line 37, ../../../vendor/assets/stylesheets/css/headerV4skinny.css */
.kmart #gnf_header.skinny #search {
  margin-left: 113px;
  top: -37px;
}

/* line 41, ../../../vendor/assets/stylesheets/css/headerV4skinny.css */
#gnf_header.skinny #keyword {
  padding-right: 5px;
}

/* line 45, ../../../vendor/assets/stylesheets/css/headerV4skinny.css */
#gnf_header.skinny #profileArea {
  top: 1px;
}

/* line 48, ../../../vendor/assets/stylesheets/css/headerV4skinny.css */
#gnf_header.skinny .points > #yourAccount {
  margin: 6px 105px 10px 0;
}

/* line 51, ../../../vendor/assets/stylesheets/css/headerV4skinny.css */
#gnf_header.skinny #myProfiles {
  padding: 0;
}

/* line 54, ../../../vendor/assets/stylesheets/css/headerV4skinny.css */
#gnf_header.skinny #myProfiles > .dropmenu > li.gnf_nav_depth1_item {
  padding: 0 1px;
}

/* line 57, ../../../vendor/assets/stylesheets/css/headerV4skinny.css */
#gnf_header.skinny #gnf-l2 {
  margin: 10px 0;
}

/* line 60, ../../../vendor/assets/stylesheets/css/headerV4skinny.css */
#gnf_header.skinny #cartArea {
  top: 12px;
  right: 10px;
}

/*Main dropdown CSS*/
/* line 82, ../../../vendor/assets/stylesheets/css/headerV4skinny.css */
#navigationSkinny nav > span > .hamburger {
  display: block;
  width: 40px;
  height: 40px;
  margin: 10px 0 5px 10px;
  overflow: hidden;
  text-indent: -99em;
  background: url(//c.shld.net/staticassets/Assets_0.90/img/svg/hamburgerMenu.svg) 0 center/35px no-repeat;
  border: 0;
  border-radius: 0;
  padding: 0;
  min-width: 0;
}

/* line 95, ../../../vendor/assets/stylesheets/css/headerV4skinny.css */
#navigationSkinny nav.gnf-nav-active > span > .hamburger {
  background: 0;
  position: relative;
}

/* line 99, ../../../vendor/assets/stylesheets/css/headerV4skinny.css */
#navigationSkinny nav.gnf-nav-active > span > .hamburger:before,
#navigationSkinny nav.gnf-nav-active > span > .hamburger:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 2px;
  top: 19px;
  background: #fff;
}

/* line 108, ../../../vendor/assets/stylesheets/css/headerV4skinny.css */
#navigationSkinny nav.gnf-nav-active > span > .hamburger:before {
  transform: rotate(45deg);
  left: 5px;
}

/* line 112, ../../../vendor/assets/stylesheets/css/headerV4skinny.css */
#navigationSkinny nav.gnf-nav-active > span > .hamburger:after {
  transform: rotate(-45deg);
  right: 5px;
}

/* line 116, ../../../vendor/assets/stylesheets/css/headerV4skinny.css */
#gnfSkinnyPhoneMenuContent {
  position: relative;
}

/* line 119, ../../../vendor/assets/stylesheets/css/headerV4skinny.css */
#navigationSkinny .gnf-has-dropdown > ul {
  display: none;
  background: #fff;
  overflow: hidden;
  max-width: 500px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.21);
}

/* line 126, ../../../vendor/assets/stylesheets/css/headerV4skinny.css */
#navigationSkinny .gnf-has-dropdown.gnf-nav-active > ul {
  display: block;
}

/* line 129, ../../../vendor/assets/stylesheets/css/headerV4skinny.css */
#gnfSkinnyPhoneMenuContent .gnf-has-dropdown > ul {
  position: absolute;
  width: 100%;
  left: 100%;
  top: 0;
  background: #fff;
  z-index: 2;
  height: 100%;
  color: #333;
}

/* line 139, ../../../vendor/assets/stylesheets/css/headerV4skinny.css */
#navigationSkinny h4 {
  color: #333;
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  padding: 20px 20px 10px;
}

/* line 146, ../../../vendor/assets/stylesheets/css/headerV4skinny.css */
#gnfSkinnyPhoneMenuContent .gnf-has-dropdown h4 {
  padding: 0;
}

/* line 149, ../../../vendor/assets/stylesheets/css/headerV4skinny.css */
#gnfSkinnyPhoneMenuContent .gnf-has-dropdown h4 > span,
#gnfSkinnyPhoneMenuContent .gnf-has-dropdown h4 > a {
  font-weight: 600;
  padding: 15px 20px 10px 5px;
  font-size: 16px;
  border: 0;
  min-height: unset;
  line-height: 1em;
  display: inline-block;
}

/* line 159, ../../../vendor/assets/stylesheets/css/headerV4skinny.css */
#gnfSkinnyPhoneMenuContent .gnf-has-dropdown > ul > li {
  padding: 0 10px;
}

/* line 162, ../../../vendor/assets/stylesheets/css/headerV4skinny.css */
#navigationSkinny .gnf-mobile-departments a,
#navigationSkinny .gnf-mobile-departments li.gnf-has-dropdown > button {
  color: #001733;
  font-size: 14px;
  display: inline-block;
  padding: 5px 10px;
  width: 100%;
  border: 0;
  border-bottom: solid #eee 1px;
  box-sizing: border-box;
  text-align: left;
  font-weight: normal;
  min-height: 45px;
  border-radius: 0;
  line-height: 35px;
}

/* line 178, ../../../vendor/assets/stylesheets/css/headerV4skinny.css */
#navigationSkinny ul a:hover,
#navigationSkinny ul li.gnf-has-dropdown > button:hover {
  text-decoration: underline;
}

/* line 182, ../../../vendor/assets/stylesheets/css/headerV4skinny.css */
#navigationSkinny ul li.gnf-has-dropdown.gnf-block-area > button:hover {
  text-decoration: none;
}

/* line 185, ../../../vendor/assets/stylesheets/css/headerV4skinny.css */
#navigationSkinny .gnf-mobile-topDepartments {
  border-bottom: solid 15px #F4F4F4;
}

/* line 188, ../../../vendor/assets/stylesheets/css/headerV4skinny.css */
#navigationSkinny .gnf-mobile-topDepartments > ul {
  margin: 0 10px;
}

/* line 191, ../../../vendor/assets/stylesheets/css/headerV4skinny.css */
#navigationSkinny .gnf-mobile-topDepartments > ul > li > a,
#navigationSkinny .gnf-mobile-topDepartments > ul > li.gnf-has-dropdown > button {
  border: 0;
}

/* line 195, ../../../vendor/assets/stylesheets/css/headerV4skinny.css */
#navigationSkinny .gnf-mobile-topDepartments > ul > li > a > img {
  border-radius: 17px;
  vertical-align: middle;
  margin: 0 10px 0 0;
  float: left;
  display: block;
}

/* line 202, ../../../vendor/assets/stylesheets/css/headerV4skinny.css */
#navigationSkinny .gnf-has-dropdown img {
  display: none;
}

/* line 205, ../../../vendor/assets/stylesheets/css/headerV4skinny.css */
#navigationSkinny .gnf-block-area img {
  display: block;
}

/* line 208, ../../../vendor/assets/stylesheets/css/headerV4skinny.css */
#navigationSkinny .gnf-all-departments {
  padding: 0 0 5px 5px;
}

/* line 211, ../../../vendor/assets/stylesheets/css/headerV4skinny.css */
#navigationSkinny .gnf-mobile-departments .gnf-has-dropdown > a:after,
#navigationSkinny .gnf-mobile-departments .gnf-has-dropdown > button:after {
  display: inline-block;
  border: solid #333;
  border-width: 0 3px 3px 0;
  content: "";
  float: right;
  padding: 4px;
  transform: rotate(-45deg);
  margin: 10px 0 0;
}

/* line 222, ../../../vendor/assets/stylesheets/css/headerV4skinny.css */
#navigationSkinny .gnf-back > a:before {
  background-image: url(https://s.shld.net/is/image/Sears/gnfSkinArrowLeft-qm-scl-eq-2-amp-fmt-eq-png-alpha);
  display: inline-block;
  width: 12px;
  height: 14px;
  background-size: 12px 14px;
  content: "";
  margin: 0 4px 0 0;
  vertical-align: sub;
}

/*Menu flyouts*/
/* line 233, ../../../vendor/assets/stylesheets/css/headerV4skinny.css */
#gnfSkinnyPhoneMenuContent .gnf-has-dropdown li.gnf-back {
  padding: 0;
}

/* line 236, ../../../vendor/assets/stylesheets/css/headerV4skinny.css */
#gnfSkinnyPhoneMenuContent .gnf-has-dropdown li.gnf-back > button {
  padding: 15px 0 15px 15px;
  font-size: 14px;
  font-weight: normal;
  width: 100%;
  height: auto;
  text-align: left;
  border: 0;
  border-radius: 0;
  background: #F4F4F4;
}

/* line 247, ../../../vendor/assets/stylesheets/css/headerV4skinny.css */
#gnfSkinnyPhoneMenuContent .gnf-has-dropdown li.gnf-back > button:before {
  display: inline-block;
  border: solid #333;
  border-width: 3px 0 0 3px;
  content: "";
  padding: 4px;
  transform: rotate(-45deg);
  margin: 0 5px 0 0;
}

/*Profile area in main menu*/
/* line 259, ../../../vendor/assets/stylesheets/css/headerV4skinny.css */
#navigationSkinny .gnf-mobile-spacer {
  border-bottom: solid 15px #F4F4F4;
}

/* line 262, ../../../vendor/assets/stylesheets/css/headerV4skinny.css */
#navigationSkinny .gnf-mobile-profile > ul:nth-child(2) {
  margin: 0 10px;
}

/* sign in area*/
/* line 266, ../../../vendor/assets/stylesheets/css/headerV4skinny.css */
#navigationSkinny .gnf-mobile-profile li.gnf-main-signin-area {
  padding: 20px 10px;
  margin: 0 10px;
  text-align: center;
  border-bottom: solid 1px #F4F4F4;
}

/* line 272, ../../../vendor/assets/stylesheets/css/headerV4skinny.css */
#navigationSkinny .gnf-mobile-profile li.gnf-main-signin-area > div {
  margin: 0;
}

/* line 275, ../../../vendor/assets/stylesheets/css/headerV4skinny.css */
#navigationSkinny .gnf-mobile-profile li.gnf-main-signin-area > div > a {
  width: auto;
  line-height: 1em;
  min-height: unset;
  border: 0;
}

/* bottom menu */
/* line 282, ../../../vendor/assets/stylesheets/css/headerV4skinny.css */
#navigationSkinny .gnf-mobile-bottomMenu {
  background: #F4F4F4;
  padding: 0 10px;
}

/* line 286, ../../../vendor/assets/stylesheets/css/headerV4skinny.css */
#navigationSkinny .gnf-mobile-bottomMenu a,
#navigationSkinny .gnf-mobile-bottomMenu li.gnf-has-dropdown > button {
  color: #4A4A4A;
  font-size: 12px;
  border: 0;
}

/* screen width for phone size */
/* line 3, ../../../vendor/assets/stylesheets/css/headerV4skinnyMobile.css */
body {
  min-width: 320px;
}

/* hide everything that shouldn’t be on this view */
/* line 7, ../../../vendor/assets/stylesheets/css/headerV4skinnyMobile.css */
#gnf_header.skinny-phone #has-navigation,
#gnf_header.skinny-phone #gnf_01_tree_nav,
#gnf_header.skinny-phone #free_shipping_slide {
  display: none !important;
}

/* line 12, ../../../vendor/assets/stylesheets/css/headerV4skinnyMobile.css */
#gnf_header.skinny-phone * {
  -webkit-text-size-adjust: auto;
}

/* line 15, ../../../vendor/assets/stylesheets/css/headerV4skinnyMobile.css */
#gnf_header #navigationSkinny {
  display: none;
  position: absolute;
  top: 0;
}

/* line 20, ../../../vendor/assets/stylesheets/css/headerV4skinnyMobile.css */
#gnf_header.skinny #navigationSkinny {
  display: block;
  width: 100%;
}

/* line 24, ../../../vendor/assets/stylesheets/css/headerV4skinnyMobile.css */
#navigationSkinny #skinny_free_shipping_slide {
  background: #001733;
  overflow: hidden;
  height: 37px;
  width: 254px;
}

/* line 30, ../../../vendor/assets/stylesheets/css/headerV4skinnyMobile.css */
#navigationSkinny .gnf-back a,
#navigationSkinny #skinny_free_shipping_slide a {
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  background: #001733;
}

/* line 38, ../../../vendor/assets/stylesheets/css/headerV4skinnyMobile.css */
.kmart #navigationSkinny .gnf-back a,
.kmart #navigationSkinny #skinny_free_shipping_slide a {
  background-color: #A61111;
  color: #eee;
}

/* line 43, ../../../vendor/assets/stylesheets/css/headerV4skinnyMobile.css */
#navigationSkinny .gnf-back a:hover,
#navigationSkinny #skinny_free_shipping_slide a:hover {
  background: #000;
}

/* line 47, ../../../vendor/assets/stylesheets/css/headerV4skinnyMobile.css */
#navigationSkinny .gnf-skinny-title a,
#navigationSkinny .gnf-skinny-title span > span {
  font-size: 17px;
  font-weight: 600;
}

/* line 52, ../../../vendor/assets/stylesheets/css/headerV4skinnyMobile.css */
#navigationSkinny .gnf-skinny-title a:after {
  font-size: 14px;
  color: #0058CF;
  content: "view all";
  float: right;
  margin: 2px 4px 0 0;
}

/* line 59, ../../../vendor/assets/stylesheets/css/headerV4skinnyMobile.css */
#navigationSkinny .gnf-skinny-title a:hover:after {
  text-decoration: underline;
}

/* line 62, ../../../vendor/assets/stylesheets/css/headerV4skinnyMobile.css */
#navigationSkinny .gnf-dept-deals a {
  color: #D01833;
}

/* line 65, ../../../vendor/assets/stylesheets/css/headerV4skinnyMobile.css */
#navigationSkinny nav {
  position: relative;
}

/* line 68, ../../../vendor/assets/stylesheets/css/headerV4skinnyMobile.css */
#navigationSkinny .gnf-has-dropdown.gnf-nav-active-parent > ul > li > span,
#navigationSkinny .gnf-has-dropdown.gnf-nav-active-parent > ul > li > ul.gnf-main-links > li > span {
  display: none;
}

/* line 72, ../../../vendor/assets/stylesheets/css/headerV4skinnyMobile.css */
#gnf_header.skinny-phone #hdrv3 #logo {
  margin: 11px 0 0 45px;
  position: relative;
}

/* line 76, ../../../vendor/assets/stylesheets/css/headerV4skinnyMobile.css */
#gnf_header.skinny-phone #logo a.ribbon-sears-logo {
  background-size: 100px auto;
  height: 23px;
  width: 100px;
}

/* line 81, ../../../vendor/assets/stylesheets/css/headerV4skinnyMobile.css */
.kmart #gnf_header.skinny-phone #hdrv3 #logo {
  margin: 5px 0 0 58px;
}

/* line 84, ../../../vendor/assets/stylesheets/css/headerV4skinnyMobile.css */
#gnf_header.skinny-phone #has-header-body {
  height: 45px;
  padding: 0;
}

/* line 88, ../../../vendor/assets/stylesheets/css/headerV4skinnyMobile.css */
#gnf_header.skinny-phone #gnf-l2 {
  margin: 10px 0;
}

/* line 91, ../../../vendor/assets/stylesheets/css/headerV4skinnyMobile.css */
#gnf_header.skinny-phone #cartArea {
  top: 5px;
  right: 5px;
}

/* line 95, ../../../vendor/assets/stylesheets/css/headerV4skinnyMobile.css */
#gnf_header.skinny-phone #navigationSkinny nav > span > .hamburger {
  width: 30px;
  height: 30px;
  background-size: auto;
}

/* line 100, ../../../vendor/assets/stylesheets/css/headerV4skinnyMobile.css */
#gnf_header.skinny-phone #navigationSkinny nav.gnf-nav-active > span > .hamburger:before,
#gnf_header.skinny-phone #navigationSkinny nav.gnf-nav-active > span > .hamburger:after {
  width: 20px;
  top: 13px;
}

/* line 105, ../../../vendor/assets/stylesheets/css/headerV4skinnyMobile.css */
#gnf_header.skinny-phone #navigationSkinny .gnf-has-dropdown > ul {
  max-width: unset;
}

/*Profile area*/
/* line 111, ../../../vendor/assets/stylesheets/css/headerV4skinnyMobile.css */
#gnf_header.skinny-phone #profileArea {
  position: static;
}

/* line 114, ../../../vendor/assets/stylesheets/css/headerV4skinnyMobile.css */
#gnf_header.skinny-phone .myProfile > .dropmenu > li.gnf_nav_depth1_item {
  position: static;
}

/* line 117, ../../../vendor/assets/stylesheets/css/headerV4skinnyMobile.css */
#gnf_header.skinny-phone #yourAccount {
  text-indent: -999em;
  min-width: 0;
  width: 0px;
  height: 35px;
  padding: 9px 20px 9px 20px;
  margin: 5px 0 10px;
  background-position: 9px 6px;
  position: absolute;
  right: 60px;
  top: 1px;
}

/* line 129, ../../../vendor/assets/stylesheets/css/headerV4skinnyMobile.css */
#gnf_header.skinny-phone .points > #yourAccount {
  padding: 9px 20px 9px 20px;
  margin: 5px 0 10px;
  height: 35px;
  background: url(//c.shld.net/staticassets/Assets_0.90/img/svg/buddyIcon.svg) no-repeat 9px 6px;
}

/* line 135, ../../../vendor/assets/stylesheets/css/headerV4skinnyMobile.css */
#gnf_header.skinny-phone .points > #yourAccount:hover {
  background-color: #001733;
}

/* line 138, ../../../vendor/assets/stylesheets/css/headerV4skinnyMobile.css */
#gnf_header.skinny-phone .points > #yourAccount:after,
#gnf_header.skinny-phone .points > #yourAccount > span {
  display: none;
}

/* line 142, ../../../vendor/assets/stylesheets/css/headerV4skinnyMobile.css */
#gnf_header.skinny-phone #yourAccount > .mm-notification-number {
  left: 99.4em;
}

/* line 146, ../../../vendor/assets/stylesheets/css/headerV4skinnyMobile.css */
#gnf_header.skinny-phone #subnavDD_myProfile {
  left: 0;
  top: 49px;
  width: 100%;
  max-width: 100%;
}

/* line 152, ../../../vendor/assets/stylesheets/css/headerV4skinnyMobile.css */
#gnf_header.skinny-phone #gnfSkinnyPhoneMenuContent .gnf-block-area,
#gnf_header.skinny-phone #subnavDD_myProfile .gnf-block-area {
  margin: 10px;
}

/* line 156, ../../../vendor/assets/stylesheets/css/headerV4skinnyMobile.css */
#gnf_header.skinny-phone #gnfSkinnyPhoneMenuContent .gnf-block-area > button,
#gnf_header.skinny-phone #subnavDD_myProfile .gnf-block-area > button {
  width: 100%;
  margin: 0;
}

/* line 161, ../../../vendor/assets/stylesheets/css/headerV4skinnyMobile.css */
body #gnf_header.skinny-phone .myProfile > .dropmenu > .gnf-has-dropdown:after,
body #gnf_header.skinny-phone .myProfile > .dropmenu > .gnf-has-dropdown:before {
  right: 69px;
  left: auto;
  bottom: -4px;
}

/* line 167, ../../../vendor/assets/stylesheets/css/headerV4skinnyMobile.css */
#gnf_header.skinny-phone #gnf-l2-notifications-mobile,
#gnf_header.skinny-phone #subnavDD_myProfile #gnf-l2-notifications {
  width: 100%;
  padding: 0;
}

/* line 172, ../../../vendor/assets/stylesheets/css/headerV4skinnyMobile.css */
#gnf_header.skinny-phone #subnavDD_myProfile::after,
#gnf_header.skinny-phone #subnavDD_myProfile::before {
  right: 68px;
}

/*Search bar*/
/*closed*/
/* line 180, ../../../vendor/assets/stylesheets/css/headerV4skinnyMobile.css */
#gnf_header.skinny-phone #search {
  margin: 0;
  width: 40px;
  top: 5px;
  right: 104px;
  position: absolute;
  overflow: hidden;
}

/* line 188, ../../../vendor/assets/stylesheets/css/headerV4skinnyMobile.css */
.kmart #gnf_header.skinny-phone #search {
  margin: 0;
  top: 5px;
}

/*open*/
/* line 193, ../../../vendor/assets/stylesheets/css/headerV4skinnyMobile.css */
#gnf_header.skinny-phone.activeSearch #search {
  margin: 0 60px 0 10px;
  width: auto;
  right: 0;
  position: relative;
  top: -29px;
  z-index: 2;
}

/* line 201, ../../../vendor/assets/stylesheets/css/headerV4skinnyMobile.css */
.kmart #gnf_header.skinny-phone.activeSearch #search {
  top: -35px;
}

/* line 205, ../../../vendor/assets/stylesheets/css/headerV4skinnyMobile.css */
#gnf_header.skinny-phone #goBtn,
#gnf_header.skinny-phone #goBtn:hover,
#gnf_header.skinny-phone #goBtn:focus {
  background-color: transparent;
  border-radius: 0 18px 18px 0;
  background-position: 11px -1002px;
  outline: 0;
  box-shadow: none;
}

/*open*/
/* line 216, ../../../vendor/assets/stylesheets/css/headerV4skinnyMobile.css */
#gnf_header.skinny-phone.activeSearch .KeySearch {
  background: #fff;
  border-radius: 20px;
  width: 100%;
  float: right;
  overflow: hidden;
  margin-right: 0;
}

/*closed*/
/* line 225, ../../../vendor/assets/stylesheets/css/headerV4skinnyMobile.css */
#gnf_header.skinny-phone.activeSearchClose .KeySearch,
#gnf_header.skinny-phone .KeySearch {
  width: 40px;
  margin-right: 45px;
  transition: all .5s ease;
}

/*closed*/
/* line 233, ../../../vendor/assets/stylesheets/css/headerV4skinnyMobile.css */
#gnf_header.skinny-phone #srchFrm .close {
  height: 36px;
  width: 36px;
  font-size: 12px;
  overflow: hidden;
  margin: 0;
  border: 0;
  padding: 0;
  float: left;
  text-indent: -99em;
  visibility: visible;
}

/*open*/
/* line 247, ../../../vendor/assets/stylesheets/css/headerV4skinnyMobile.css */
#gnf_header.skinny-phone.activeSearch #srchFrm .close {
  display: inline-block;
}

/*closed*/
/* line 252, ../../../vendor/assets/stylesheets/css/headerV4skinnyMobile.css */
#gnf_header.skinny-phone.activeSearchClose #srchFrm .close:before,
#gnf_header.skinny-phone.activeSearchClose #srchFrm .close:after,
#gnf_header.skinny-phone #srchFrm .close:before,
#gnf_header.skinny-phone #srchFrm .close:after {
  transition: all .3s linear;
  display: block;
  content: "";
  width: 25px;
  height: 1px;
  background: #000;
  transform: rotate(45deg);
  position: absolute;
  left: 8px;
  top: 18px;
}

/*open*/
/* line 269, ../../../vendor/assets/stylesheets/css/headerV4skinnyMobile.css */
#gnf_header.skinny-phone #srchFrm .close:before {
  transform: rotate(-45deg);
}

/* line 272, ../../../vendor/assets/stylesheets/css/headerV4skinnyMobile.css */
#gnf_header.skinny-phone #keyword {
  background: transparent;
  padding: 0 30px 0 0;
  border: 0;
  display: none;
}

/* line 278, ../../../vendor/assets/stylesheets/css/headerV4skinnyMobile.css */
#gnf_header.skinny-phone.activeSearch #keyword {
  display: inline-block;
  position: absolute;
}

/* line 283, ../../../vendor/assets/stylesheets/css/headerV4skinnyMobile.css */
#gnf_header.skinny-phone #keyword:placeholder {
  font-style: italic;
}

/*Active*/
/* line 288, ../../../vendor/assets/stylesheets/css/headerV4skinnyMobile.css */
#gnf_header.skinny-phone.activeSearch #goBtn {
  color: #b8b8bb;
  border: 0;
  display: block;
  filter: invert(0.8);
  opacity: .3;
}

/* line 295, ../../../vendor/assets/stylesheets/css/headerV4skinnyMobile.css */
#gnf_header.skinny-phone.activeSearch #goBtn:hover {
  opacity: .7;
}

/*////// ~\chronometer\chronometer-assets\vendor\assets\stylesheets\css\autofill.css   */
/* line 300, ../../../vendor/assets/stylesheets/css/headerV4skinnyMobile.css */
#gnf_header.skinny-phone ~ #ui-id-1 {
  border: 0;
  width: 100% !important;
  left: 0 !important;
  box-sizing: border-box;
}

/* line 307, ../../../vendor/assets/stylesheets/css/headerV4skinnyMobile.css */
#gnf_header.skinny-phone ~ #ui-id-1 .ui-menu-item-wrapper {
  padding: 10px 1em 10px 0.4em;
  border-bottom: 1px solid #e8e8e8;
  width: 90%;
}

/* Location Modal in header */
/* some of these styles override bootstrap junk in ASAP/PDP */
/* line 3, ../../../vendor/assets/stylesheets/css/header_LocModal.css */
#loc_shcModal {
  background: #8FC7FC;
  border-radius: 5px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 5px;
  width: 245px;
}

/* line 10, ../../../vendor/assets/stylesheets/css/header_LocModal.css */
.ie #loc_shcModal {
  background-color: #8FC7FC;
}

/* line 14, ../../../vendor/assets/stylesheets/css/header_LocModal.css */
#loc_shcModal p {
  font-size: 11px;
  font-weight: normal;
  line-height: 1em;
  margin: 0;
  padding-bottom: .3em;
}

/* line 22, ../../../vendor/assets/stylesheets/css/header_LocModal.css */
#loc_shcModal h3 {
  line-height: 0.75em;
}

/* line 25, ../../../vendor/assets/stylesheets/css/header_LocModal.css */
.kmart #loc_shcModal h3 {
  color: #b10017;
}

/* line 29, ../../../vendor/assets/stylesheets/css/header_LocModal.css */
#loc_shcModal strong {
  font-weight: 600;
  line-height: .7em;
}

/* line 33, ../../../vendor/assets/stylesheets/css/header_LocModal.css */
#loc_shcModal label {
  font-size: 11px;
  background-color: #ddd;
  width: 168px;
  padding: 3px 3px 3px 2px;
  display: block;
  clear: both;
  color: #666;
  text-indent: 5px;
}

/* line 44, ../../../vendor/assets/stylesheets/css/header_LocModal.css */
#loc_shcModal .error {
  margin-top: 6px;
}

/* line 47, ../../../vendor/assets/stylesheets/css/header_LocModal.css */
#loc_shcModal.intShipHide {
  padding-bottom: 0;
}

/* line 50, ../../../vendor/assets/stylesheets/css/header_LocModal.css */
#loc_shcModal a {
  font-size: 11px;
  text-decoration: none;
}

/* line 54, ../../../vendor/assets/stylesheets/css/header_LocModal.css */
#loc_shcModal .loc_shcModal-wrapper {
  border: 1px solid #b1b1b0;
  padding: 10px;
  margin: 0;
  background: #fff;
  position: relative;
}

/* line 61, ../../../vendor/assets/stylesheets/css/header_LocModal.css */
#loc_shcModal .loc_productDescription {
  clear: both;
  padding: 12px 0 0 0;
  overflow: hidden;
  height: 41px;
}

/* line 67, ../../../vendor/assets/stylesheets/css/header_LocModal.css */
#loc_shcModal .loc_productDescription.more-less {
  overflow: hidden;
  height: 41px;
}

/* line 71, ../../../vendor/assets/stylesheets/css/header_LocModal.css */
#loc_shcModal .loc_productDescription p {
  font-size: 12px;
}

/* line 75, ../../../vendor/assets/stylesheets/css/header_LocModal.css */
#addressField {
  width: 170px;
  border: 2px inset;
  margin: 0 .4em .2em 0;
  height: 1.8em;
  padding: .1em 0 0 .2em;
  color: #333;
  font-size: 11px;
  box-shadow: none;
  transition: none;
}

/* line 87, ../../../vendor/assets/stylesheets/css/header_LocModal.css */
form#customerLocation {
  margin: 0;
}

/* line 90, ../../../vendor/assets/stylesheets/css/header_LocModal.css */
#customerLocation .addressLabel {
  color: #BCBCBC;
}

/* line 93, ../../../vendor/assets/stylesheets/css/header_LocModal.css */
#customerLocation .labeledField {
  position: static;
}

/* line 96, ../../../vendor/assets/stylesheets/css/header_LocModal.css */
#customerLocation .inFieldLabel {
  position: absolute;
}

/* line 100, ../../../vendor/assets/stylesheets/css/header_LocModal.css */
#customerLocation button {
  background-color: #dcdcdc;
  border: solid 1px #ddd;
  color: #545353;
  font-weight: bold;
  padding: 2px;
  border-radius: 4px;
  cursor: pointer;
}

/* line 110, ../../../vendor/assets/stylesheets/css/header_LocModal.css */
#loc_shcModal-content h3 {
  color: #4297e3;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: normal;
  margin: -1px 0 0;
  padding: 0 0 6px;
  text-transform: uppercase;
}

/* line 120, ../../../vendor/assets/stylesheets/css/header_LocModal.css */
#loc_shcModal-closer {
  background: transparent url("data:image/gif;base64,R0lGODlhJQAKAJEAAMze9UGC2v///wAAACH5BAAAAAAALAAAAAAlAAoAAAI8lI+py+0fUDQgBCCmqHfb+CVhZhkTeJyZxHzjmsYrh72SrWpqrCkuQiNFgp9aSeTqPZapo43J7Cmh1EQBADs=") no-repeat left top;
  cursor: pointer;
  height: 9px;
  position: absolute;
  right: 10px;
  text-indent: -9999px;
  top: 10px;
  width: 36px;
}

/* line 131, ../../../vendor/assets/stylesheets/css/header_LocModal.css */
#loc_navWrapper {
  position: relative;
  float: right;
  margin: -11px -11px 0;
  color: #3478a7;
  padding: 8px 8px 0;
}

/* line 138, ../../../vendor/assets/stylesheets/css/header_LocModal.css */
#loc_navWrapper a {
  margin: 2px 0 0 0;
  display: block;
  float: left;
  line-height: 11px;
  text-transform: uppercase;
  font-size: 9px;
  color: #6A9CBE;
}

/* line 147, ../../../vendor/assets/stylesheets/css/header_LocModal.css */
#loc_navWrapper span {
  margin: 0 4px;
  color: #B2BB1E;
}

/* line 152, ../../../vendor/assets/stylesheets/css/header_LocModal.css */
#loc_navWrapper a#loc_next {
  padding: 0 0 0 8px;
}

/* line 155, ../../../vendor/assets/stylesheets/css/header_LocModal.css */
#loc_navWrapper a#loc_prev {
  border-right: 1px solid #ccc;
  padding: 0 8px;
}

/* styles for the INTL shipping confirmation modal in Sears */
/* line 161, ../../../vendor/assets/stylesheets/css/header_LocModal.css */
.intlMessagewrap h4 {
  color: #333333;
  font-size: 28px;
  font-weight: normal;
  line-height: 28px;
}

/* line 167, ../../../vendor/assets/stylesheets/css/header_LocModal.css */
#shcModal.intlMessagewrap p {
  font-size: 15px;
  margin: 25px 0;
}

/* line 171, ../../../vendor/assets/stylesheets/css/header_LocModal.css */
.intlMessagewrap .shcModal-wrapper li {
  line-height: 28px;
  list-style: disc outside none;
  margin-left: 55px;
}

/* line 176, ../../../vendor/assets/stylesheets/css/header_LocModal.css */
#shcModal.intlMessagewrap .shcModal-wrapper div#modalButtonContainer {
  margin-bottom: -10px;
  margin-top: 41px;
}

/* line 180, ../../../vendor/assets/stylesheets/css/header_LocModal.css */
.intlMessagewrap .shcModal-wrapper #backToDomestic {
  margin-right: 20px;
}

/* line 183, ../../../vendor/assets/stylesheets/css/header_LocModal.css */
#shcModal.intlMessagewrap .shcModal-wrapper div#modalButtonContainer button {
  font-family: Arial,sans-serif;
  font-size: 13px;
}

/* styles from shcGlobal.css for INTL shipping modal in PDP */
/* line 188, ../../../vendor/assets/stylesheets/css/header_LocModal.css */
#shcModal {
  display: none;
  font-size: 12px;
  max-width: 600px;
  overflow: hidden;
  position: absolute;
  z-index: 999990;
}

/* line 196, ../../../vendor/assets/stylesheets/css/header_LocModal.css */
#shcModal > div {
  background: #ffffff none repeat scroll 0 0;
  color: #333333;
  font-size: 14px;
  overflow: hidden;
  padding: 30px 18px;
}

/* line 203, ../../../vendor/assets/stylesheets/css/header_LocModal.css */
#shcModal div#modalButtonContainer {
  float: right;
  margin: 10px 5px;
}

/* line 207, ../../../vendor/assets/stylesheets/css/header_LocModal.css */
.shcBtn, .sears .shcBtn {
  font-size: 11px;
  color: #4577A3;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
  display: inline-block;
  padding: 3px 20px;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-width: 1px;
  border-style: solid;
  border-color: #D3E1EF #8293A4 #8293A4 #D3E1EF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #e5f5ff;
  background: -moz-linear-gradient(top, #fff 0%, #e5f5ff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #e5f5ff));
  background: -webkit-linear-gradient(top, #fff 0%, #e5f5ff 100%);
  background: -o-linear-gradient(top, #fff 0%, #e5f5ff 100%);
  background: -ms-linear-gradient(top, #fff 0%, #e5f5ff 100%);
  background: linear-gradient(top, #fff 0%, #e5f5ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5f5ff',GradientType=0 );
}

/* line 230, ../../../vendor/assets/stylesheets/css/header_LocModal.css */
.shcBtn.shcBtnCTA, .sears .shcBtn.shcBtnCTA {
  color: white;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  border-color: #fdb173 #a4502c #a4502c #fdb173;
  display: inline-block;
  background: #fe9e43;
  background: -moz-linear-gradient(top, #fe9e43 0%, #ff7341 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fe9e43), color-stop(100%, #ff7341));
  background: -webkit-linear-gradient(top, #fe9e43 0%, #ff7341 100%);
  background: -o-linear-gradient(top, #fe9e43 0%, #ff7341 100%);
  background: -ms-linear-gradient(top, #fe9e43 0%, #ff7341 100%);
  background: linear-gradient(top, #fe9e43 0%, #ff7341 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe9e43', endColorstr='#ff7341',GradientType=0 );
}

/* new flat footer */
/* line 2, ../../../vendor/assets/stylesheets/css/footerV2.css */
#gnf_footer {
  display: none;
  clear: both;
  position: relative;
  width: 100%;
  color: #333;
  text-align: center;
  /*min-width: 960px;*/
  z-index: 2;
  background: #fff;
  padding: 0;
}

/* override sloppy bootstrap reset in PDP */
/* line 16, ../../../vendor/assets/stylesheets/css/footerV2.css */
#gnf_footer ul {
  margin: 0;
  list-style: none;
}

/* END override sloppy bootstrap reset in PDP */
/* line 22, ../../../vendor/assets/stylesheets/css/footerV2.css */
#gnf_footer .footer-sprite {
  display: block;
  text-indent: -999px;
  overflow: hidden;
}

/* line 27, ../../../vendor/assets/stylesheets/css/footerV2.css */
#gnf_footer .footer-center {
  margin: 0 auto;
  position: relative;
}

/*UHF-712*/
/* line 32, ../../../vendor/assets/stylesheets/css/footerV2.css */
.footer-left a, .footer-middle-bottom a {
  /*#gnf_footer left out so that it will not overwrite store hover color*/
  color: #001733;
}

/* line 35, ../../../vendor/assets/stylesheets/css/footerV2.css */
.kmart .footer-left a, .kmart .footer-middle-bottom a {
  color: #333;
}

/*overriding bootstrap [class*="span"]*/
/* line 39, ../../../vendor/assets/stylesheets/css/footerV2.css */
#gnf_footer a.langEspanolBad {
  float: none;
  margin: 0;
}

/*END overriding bootstrap [class*="span"]*/
/* line 44, ../../../vendor/assets/stylesheets/css/footerV2.css */
#gnf_footer dl {
  display: inline-block;
  text-align: left;
  width: 250px;
}

/* line 49, ../../../vendor/assets/stylesheets/css/footerV2.css */
#gnf_footer dt {
  font-weight: normal;
  margin: 10px 0 0;
}

/* line 54, ../../../vendor/assets/stylesheets/css/footerV2.css */
#gnf_footer .footer-top-int {
  border-top: 3px solid #e3e3e3;
}

/* line 57, ../../../vendor/assets/stylesheets/css/footerV2.css */
#gnf_footer .footer-top-int .footer-center {
  border-bottom: 1px solid #e3e3e3;
  padding: 25px 0;
  width: 90%;
  font-size: 14px;
}

/* line 63, ../../../vendor/assets/stylesheets/css/footerV2.css */
#gnf_footer .footer-top-int li {
  border-left: 1px solid #e3e3e3;
  display: inline;
  padding: 0 5px;
}

/* line 68, ../../../vendor/assets/stylesheets/css/footerV2.css */
#gnf_footer .footer-top-int .footer-center li:first-child {
  border-left: 0;
}

/* line 71, ../../../vendor/assets/stylesheets/css/footerV2.css */
#gnf_footer .footer-top {
  border-top: 3px solid #d0d0d0;
  border-bottom: 3px solid #d0d0d0;
  padding: 40px 0 25px;
  width: 100%;
  background: #eee;
  font-size: 14px;
}

/* line 79, ../../../vendor/assets/stylesheets/css/footerV2.css */
#gnf_footer .footer-top div > ul {
  margin: 0 auto;
}

/* line 82, ../../../vendor/assets/stylesheets/css/footerV2.css */
#gnf_footer .navItems-heading {
  font-size: 15px;
  margin: 0 0 16px;
  font-weight: 600;
}

/* line 87, ../../../vendor/assets/stylesheets/css/footerV2.css */
#gnf_footer .navItems-heading a {
  padding: 0 20px 0 0;
}

/* line 90, ../../../vendor/assets/stylesheets/css/footerV2.css */
#gnf_footer .footer-contact > a {
  display: block;
}

/* line 93, ../../../vendor/assets/stylesheets/css/footerV2.css */
#gnf_footer .footer-membership-left {
  float: left;
}

/* line 96, ../../../vendor/assets/stylesheets/css/footerV2.css */
#gnf_footer .footer-connect {
  line-height: 1.1em;
}

/* line 99, ../../../vendor/assets/stylesheets/css/footerV2.css */
#gnf_footer .navItems dd .footer-membership-left {
  border-right: 1px solid #d0d0d0;
  margin: 0 13px 0 0;
}

/* line 104, ../../../vendor/assets/stylesheets/css/footerV2.css */
#gnf_footer .footer-top .footer-right p {
  padding: 0 0 5px;
  margin: 0 0 0 78px;
}

/* line 108, ../../../vendor/assets/stylesheets/css/footerV2.css */
#gnf_footer .footer-top .footer-sprite {
  margin: 5px 12px 20px 0;
}

/* line 111, ../../../vendor/assets/stylesheets/css/footerV2.css */
#gnf_footer .footer-membership .shop-your-way {
  background-image: url(https://s.shld.net/is/image/Sears/footer-syw-black-stacked-qm-scl-eq-16-amp-fmt-eq-png-alpha);
  background-position: 0 0;
  width: 52px;
  height: 47px;
  background-size: 52px 47px;
  margin: 10px 12px 15px 0;
}

/* line 120, ../../../vendor/assets/stylesheets/css/footerV2.css */
#gnf_footer .footer-top .credit-cards {
  background-position: 0px 0px;
  width: 75px;
  height: 57px;
  margin: 5px 10px 20px 0;
  background: url(https://s.shld.net/is/image/Sears/Stacked-CreditCards-90x60-transparent-qm-fmt-eq-png-alpha) 0 0 no-repeat;
  background-size: 75px 57px;
}

/* line 128, ../../../vendor/assets/stylesheets/css/footerV2.css */
#gnf_footer .footer-top .sears-phone {
  background-position: 0 -113px;
  width: 34px;
  height: 69px;
  margin: 0  26px 0 27px;
}

/*UHF-712*/
/* line 135, ../../../vendor/assets/stylesheets/css/footerV2.css */
#gnf_footer .footer-membership-right a {
  color: #005ccc;
  text-decoration: none;
  display: block;
}

/* Kmart only CSS */
/* line 143, ../../../vendor/assets/stylesheets/css/footerV2.css */
.kmart #gnf_footer .footer-top .sears-phone {
  background-position: -63px -113px;
}

/*UHF-712*/
/* line 147, ../../../vendor/assets/stylesheets/css/footerV2.css */
.kmart #gnf_footer .footer-membership-right a {
  color: #137abf;
}

/* END Kmart only CSS */
/* line 153, ../../../vendor/assets/stylesheets/css/footerV2.css */
#gnf_footer .footer-membership .footer-membership-right {
  padding: 6px 0 0;
}

/* line 157, ../../../vendor/assets/stylesheets/css/footerV2.css */
#gnf_footer .footer-credit-cards .footer-membership-right p {
  line-height: 1.1em;
  margin: 0 0 0 99px;
}

/* line 161, ../../../vendor/assets/stylesheets/css/footerV2.css */
#gnf_footer .navItems-block > li {
  display: inline-block;
  max-width: 350px;
  width: 24%;
  vertical-align: top;
  text-align: center;
}

/* line 168, ../../../vendor/assets/stylesheets/css/footerV2.css */
#gnf_footer .navItems {
  padding: 0 0 25px;
  display: inline-block;
  text-align: left;
}

/* line 173, ../../../vendor/assets/stylesheets/css/footerV2.css */
#gnf_footer .navItems li {
  display: block;
  margin: 0 0 10px;
}

/*UHF-712*/
/* line 179, ../../../vendor/assets/stylesheets/css/footerV2.css */
#gnf_footer .navItems .navItems-heading a {
  font-size: 15px;
  font-weight: 600;
}

/* line 184, ../../../vendor/assets/stylesheets/css/footerV2.css */
#gnf_footer .navItems .navItems-heading a {
  color: #001733;
}

/* line 187, ../../../vendor/assets/stylesheets/css/footerV2.css */
#gnf_footer .navItems .navItems-heading a:hover {
  color: #005ccc;
}

/*Kmart*/
/* line 194, ../../../vendor/assets/stylesheets/css/footerV2.css */
.kmart #gnf_footer .navItems .navItems-heading a {
  color: #333;
}

/* line 197, ../../../vendor/assets/stylesheets/css/footerV2.css */
.kmart #gnf_footer .navItems .navItems-heading a:hover {
  color: #137abf;
}

/* different 'join' block for loggedIn user */
/* line 203, ../../../vendor/assets/stylesheets/css/footerV2.css */
#gnf_footer .loggedIn-user,
#gnf_footer.loggedIn .guest-user {
  display: none;
}

/* line 207, ../../../vendor/assets/stylesheets/css/footerV2.css */
#gnf_footer.loggedIn .loggedIn-user {
  display: block;
}

/* different 'syw' block for syw user */
/* line 211, ../../../vendor/assets/stylesheets/css/footerV2.css */
#gnf_footer .syw-user,
#gnf_footer.syw-user .non-syw-user {
  display: none;
}

/* line 215, ../../../vendor/assets/stylesheets/css/footerV2.css */
#gnf_footer.syw-user .syw-user {
  display: block;
}

/* END different 'join' block for loggedIn user */
/* line 220, ../../../vendor/assets/stylesheets/css/footerV2.css */
#gnf_footer .footer-top .has-shop-your-way {
  overflow: hidden;
}

/* line 223, ../../../vendor/assets/stylesheets/css/footerV2.css */
#gnf_footer .footer-top .has-shop-your-way ul {
  padding: 0 0 5px 92px;
}

/* line 226, ../../../vendor/assets/stylesheets/css/footerV2.css */
#gnf_footer .footer-top .has-shop-your-way ul li {
  list-style: outside;
  display: list-item;
  margin-bottom: 0;
  line-height: 1em;
}

/* line 232, ../../../vendor/assets/stylesheets/css/footerV2.css */
#gnf_footer.loggedIn .footer-top .has-shop-your-way .loggedIn-user a {
  margin: 0 0 0 1em;
}

/* line 235, ../../../vendor/assets/stylesheets/css/footerV2.css */
#gnf_footer .footer-top .has-shop-your-way p {
  line-height: 1em;
}

/* line 238, ../../../vendor/assets/stylesheets/css/footerV2.css */
#gnf_footer .footer-top .has-shop-your-way .footer-membership-right a {
  margin: 0 0 0 78px;
}

/*middle footer top*/
/* line 242, ../../../vendor/assets/stylesheets/css/footerV2.css */
#gnf_footer .footer-middle-top {
  width: 100%;
  text-align: center;
  margin: 40px auto;
  position: relative;
}

/* line 249, ../../../vendor/assets/stylesheets/css/footerV2.css */
#gnf_footer .footer-middle-top .logos-title {
  font-size: 15px;
}

/* line 252, ../../../vendor/assets/stylesheets/css/footerV2.css */
#gnf_footer .footer-middle-top .footer-content {
  display: block;
  max-width: 640px;
  margin: 0 auto;
}

/* line 257, ../../../vendor/assets/stylesheets/css/footerV2.css */
#gnf_footer .footer-middle-top .logos {
  line-height: 1em;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

/* line 263, ../../../vendor/assets/stylesheets/css/footerV2.css */
#gnf_footer .footer-middle-top .logos li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px 0 0;
}

/* line 268, ../../../vendor/assets/stylesheets/css/footerV2.css */
#gnf_footer .footer-middle-top .logos a {
  display: block;
  text-indent: -999px;
  overflow: hidden;
}

/* line 273, ../../../vendor/assets/stylesheets/css/footerV2.css */
#gnf_footer .footer-middle-top .shop-sears:before {
  content: "";
  display: block;
  background: #003682 no-repeat 12px 10px;
  background-image: url(https://s.shld.net/is/image/Sears/gnfSkinSearsLogo-qm-scl-eq-2-amp-fmt-eq-png-alpha);
  position: absolute;
  left: -90px;
  width: 90px;
  height: 40px;
  top: -1px;
  background-size: 67px 18px;
}

/* line 285, ../../../vendor/assets/stylesheets/css/footerV2.css */
#gnf_footer .footer-middle-top .logos a.shop-sears {
  height: 30px;
  width: 154px;
  padding: 8px 0 0 13px;
  border: 1px solid #D0D0D0;
  border-left: none;
  font-size: 15px;
  font-weight: bold;
  position: relative;
  text-indent: 0;
  overflow: visible;
  margin: 0 0 0 90px;
  color: #005DCC;
  box-sizing: content-box;
  line-height: 20px;
}

/* line 301, ../../../vendor/assets/stylesheets/css/footerV2.css */
#gnf_footer .footer-middle-top .shop-kmart:before {
  content: "";
  display: block;
  background: #cc1414 no-repeat 7px 5px;
  background-image: url(https://s.shld.net/is/image/Sears/gnfSkinKmartLogo-qm-scl-eq-2-amp-fmt-eq-png-alpha);
  position: absolute;
  left: -42px;
  width: 42px;
  height: 40px;
  top: -1px;
  background-size: 30px 31px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 314, ../../../vendor/assets/stylesheets/css/footerV2.css */
  #gnf_footer .footer-middle-top .shop-sears:before {
    background-image: url(https://s.shld.net/is/image/Sears/gnfSkinSearsLogo-qm-scl-eq-1-amp-fmt-eq-png-alpha);
  }

  /* line 317, ../../../vendor/assets/stylesheets/css/footerV2.css */
  #gnf_footer .footer-middle-top .shop-kmart:before {
    background-image: url(https://s.shld.net/is/image/Sears/gnfSkinKmartLogo-qm-scl-eq-1-amp-fmt-eq-png-alpha);
  }

  /* line 320, ../../../vendor/assets/stylesheets/css/footerV2.css */
  #gnf_footer .footer-membership .shop-your-way {
    background-image: url(https://s.shld.net/is/image/Sears/footer-syw-black-stacked-qm-scl-eq-8-amp-fmt-eq-png-alpha);
  }
}
/* line 324, ../../../vendor/assets/stylesheets/css/footerV2.css */
#gnf_footer .footer-middle-top .logos a.shop-kmart {
  height: 30px;
  padding: 8px 13px 0 13px;
  border: 1px solid #D0D0D0;
  border-left: none;
  font-size: 15px;
  font-weight: bold;
  position: relative;
  text-indent: 0;
  overflow: visible;
  margin: 0 0 0 42px;
  color: #333;
  box-sizing: content-box;
  line-height: 20px;
}

/* line 339, ../../../vendor/assets/stylesheets/css/footerV2.css */
#gnf_footer .footer-middle-top .logos a.shop-kmart span {
  color: #CB1314;
}

/* line 342, ../../../vendor/assets/stylesheets/css/footerV2.css */
#gnf_footer .footer-middle-top .kenmore {
  background-position: 0 -224px;
  width: 57px;
  height: 13px;
}

/* line 347, ../../../vendor/assets/stylesheets/css/footerV2.css */
#gnf_footer .footer-middle-top .parts-direct {
  background-position: 0 -239px;
  width: 85px;
  height: 12px;
}

/* line 352, ../../../vendor/assets/stylesheets/css/footerV2.css */
#gnf_footer .footer-middle-top .sears-home-services {
  background-position: 0 -275px;
  width: 96px;
  height: 12px;
}

/* line 357, ../../../vendor/assets/stylesheets/css/footerV2.css */
#gnf_footer .footer-middle-top .footer-more {
  font-size: 14px;
}

/* line 360, ../../../vendor/assets/stylesheets/css/footerV2.css */
#gnf_footer .footer-middle-top .back-to-top {
  background-position: 0 -426px;
  display: block;
  position: absolute;
  height: 60px;
  width: 60px;
  right: 20px;
  top: -72px;
  color: #666;
  line-height: 70px;
  text-indent: 1px;
  text-transform: uppercase;
  font-size: 18px;
}

/* line 374, ../../../vendor/assets/stylesheets/css/footerV2.css */
#gnf_footer .footer-middle-top .back-to-top:hover {
  background-position: -63px -426px;
  text-decoration: none;
}

/* line 378, ../../../vendor/assets/stylesheets/css/footerV2.css */
#gnf_footer .footer-middle-top-int .back-to-top {
  top: auto;
  z-index: 1;
}

/*middle footer bottom*/
/* line 383, ../../../vendor/assets/stylesheets/css/footerV2.css */
#gnf_footer .footer-middle-bottom {
  text-align: center;
  position: relative;
  font-size: 12px;
  width: 90%;
  margin: 0 auto;
  border-top: 1px solid #e3e3e3;
  padding: 25px 0;
}

/* line 392, ../../../vendor/assets/stylesheets/css/footerV2.css */
#gnf_footer .footer-middle-bottom ul li {
  display: inline;
  border-left: 1px solid #e3e3e3;
  padding: 0 5px;
  margin: 5px 0;
  line-height: 2em;
}

/* line 399, ../../../vendor/assets/stylesheets/css/footerV2.css */
#gnf_footer .footer-middle-bottom .title {
  font-weight: bold;
  padding: 0;
}

/* line 403, ../../../vendor/assets/stylesheets/css/footerV2.css */
#gnf_footer .footer-middle-bottom ul li:first-child,
#gnf_footer .footer-middle-bottom .normal-break,
#gnf_footer .footer-middle-bottom .aftertitle {
  border-left: 0;
}

/* line 408, ../../../vendor/assets/stylesheets/css/footerV2.css */
#gnf_footer .footer-middle-bottom .normal-break:before {
  content: "\A ";
  white-space: pre;
}

/* line 412, ../../../vendor/assets/stylesheets/css/footerV2.css */
#gnf_footer .footer-middle-bottom .footer-center {
  border-bottom: 1px solid #e3e3e3;
  display: inline-block;
  padding: 0 2% 25px;
}

/* line 419, ../../../vendor/assets/stylesheets/css/footerV2.css */
.sears .footer-left a:hover, .sears .footer-middle-bottom a:hover, .kmart .footer-left a:hover, .kmart .footer-middle-bottom a:hover {
  text-decoration: underline;
}

/*UHF-712*/
/* line 424, ../../../vendor/assets/stylesheets/css/footerV2.css */
.sears .footer-left a:hover, .sears .footer-middle-bottom a:hover {
  color: #005ccc;
}

/* line 427, ../../../vendor/assets/stylesheets/css/footerV2.css */
.kmart .footer-left a:hover, .kmart .footer-middle-bottom a:hover {
  color: #137abf;
}

/*bottom footer*/
/* line 432, ../../../vendor/assets/stylesheets/css/footerV2.css */
#gnf_footer .footer-bottom {
  text-align: center;
  position: relative;
  font-size: 12px;
  padding: 0 0 20px;
}

/* line 438, ../../../vendor/assets/stylesheets/css/footerV2.css */
#gnf_footer .footer-bottom .footer-left {
  position: absolute;
  left: 20px;
  text-align: left;
  margin: -5px 0 0;
}

/* line 444, ../../../vendor/assets/stylesheets/css/footerV2.css */
#gnf_footer .footer-bottom .copyright {
  padding: 5px 0;
}

/* line 447, ../../../vendor/assets/stylesheets/css/footerV2.css */
#gnf_footer .footer-bottom .footer-bottom-center {
  line-height: 100px;
  display: inline-block;
  width: 100%;
  border-top: 1px solid #e3e3e3;
  text-align: center;
  width: 90%;
}

/* line 455, ../../../vendor/assets/stylesheets/css/footerV2.css */
#gnf_footer .footer-bottom .footer-right {
  position: absolute;
  right: 20px;
  text-align: right;
  top: 5px;
}

/* line 461, ../../../vendor/assets/stylesheets/css/footerV2.css */
#gnf_footer .footer-bottom .footer-left li {
  margin: 0 8px;
  float: left;
}

/* line 465, ../../../vendor/assets/stylesheets/css/footerV2.css */
#gnf_footer .footer-bottom .footer-right li {
  margin: 0 5px;
  display: inline-block;
}

/* line 469, ../../../vendor/assets/stylesheets/css/footerV2.css */
#gnf_footer .footer-bottom a.footer-sprite {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

/* line 475, ../../../vendor/assets/stylesheets/css/footerV2.css */
#gnf_footer .footer-bottom .bbb {
  background-position: 0 -357px;
  width: 75px;
  height: 28px;
  margin: 5px auto 0;
}

/* line 481, ../../../vendor/assets/stylesheets/css/footerV2.css */
#gnf_footer .footer-bottom .shop-your-way {
  background-position: 2px -400px;
  width: 16px;
  height: 15px;
}

/* line 486, ../../../vendor/assets/stylesheets/css/footerV2.css */
#gnf_footer .footer-bottom .facebook {
  background-position: -30px -400px;
  width: 16px;
  height: 15px;
}

/* line 491, ../../../vendor/assets/stylesheets/css/footerV2.css */
#gnf_footer .footer-bottom .twitter {
  background-position: -62px -400px;
  width: 18px;
  height: 15px;
}

/* line 496, ../../../vendor/assets/stylesheets/css/footerV2.css */
#gnf_footer .footer-bottom .google-plus {
  background-position: -93px -400px;
  width: 16px;
  height: 15px;
}

/* line 501, ../../../vendor/assets/stylesheets/css/footerV2.css */
#gnf_footer .footer-bottom .instagram {
  background-position: -160px -400px;
  width: 15px;
  height: 15px;
}

/* line 506, ../../../vendor/assets/stylesheets/css/footerV2.css */
#gnf_footer .footer-bottom .snapchat {
  background-position: -200px -400px;
  width: 15px;
  height: 15px;
}

@media screen and (max-width: 1200px) {
  /* line 513, ../../../vendor/assets/stylesheets/css/footerV2.css */
  #gnf_footer .footer-top .footer-center {
    max-width: 800px;
    padding: 0 25px;
  }

  /* line 517, ../../../vendor/assets/stylesheets/css/footerV2.css */
  #gnf_footer .footer-top .footer-left {
    float: left;
    width: 67%;
    text-align: left;
  }

  /* line 522, ../../../vendor/assets/stylesheets/css/footerV2.css */
  #gnf_footer .footer-top .footer-right {
    width: 250px;
    text-align: left;
    position: absolute;
    right: 3%;
  }

  /* line 528, ../../../vendor/assets/stylesheets/css/footerV2.css */
  #gnf_footer .footer-top .footer-right .navItems {
    width: 250px;
  }

  /* line 531, ../../../vendor/assets/stylesheets/css/footerV2.css */
  #gnf_footer .navItems-block > li {
    width: 49%;
    text-align: left;
  }

  /* line 535, ../../../vendor/assets/stylesheets/css/footerV2.css */
  #gnf_footer .footer-middle-bottom .footer-center {
    padding: 0 0 25px;
  }

  /* line 538, ../../../vendor/assets/stylesheets/css/footerV2.css */
  #gnf_footer .footer-middle-bottom .normal-break:before {
    content: "";
    white-space: normal;
  }

  /* line 542, ../../../vendor/assets/stylesheets/css/footerV2.css */
  #gnf_footer .footer-middle-bottom ul li {
    display: inline-block;
    line-height: 1em;
  }

  /* line 546, ../../../vendor/assets/stylesheets/css/footerV2.css */
  #gnf_footer .footer-bottom .copyright {
    padding-top: 40px;
  }
}
@media screen and (max-width: 1325px) {
  /* line 552, ../../../vendor/assets/stylesheets/css/footerV2.css */
  #gnf_footer .footer-middle-bottom {
    width: auto;
  }
}
@media screen and (max-width: 700px) {
  /* line 558, ../../../vendor/assets/stylesheets/css/footerV2.css */
  #gnf_footer .footer-top .footer-left {
    width: 100%;
  }

  /* line 561, ../../../vendor/assets/stylesheets/css/footerV2.css */
  #gnf_footer .footer-top .footer-right {
    width: 100%;
    float: none;
    position: relative;
    right: auto;
  }

  /* line 567, ../../../vendor/assets/stylesheets/css/footerV2.css */
  #gnf_footer .footer-top .footer-center {
    padding: 0 0 0 10px;
  }

  /* line 570, ../../../vendor/assets/stylesheets/css/footerV2.css */
  #gnf_footer .footer-middle-top .logos {
    display: inline;
  }

  /* line 573, ../../../vendor/assets/stylesheets/css/footerV2.css */
  #gnf_footer .footer-middle-top .logos li {
    margin: 10px;
  }

  /* line 576, ../../../vendor/assets/stylesheets/css/footerV2.css */
  #gnf_footer .footer-bottom .copyright,
  #gnf_footer .footer-bottom .footer-left,
  #gnf_footer .footer-bottom .footer-right {
    position: unset;
    padding: 5px;
    text-align: center;
  }

  /* line 583, ../../../vendor/assets/stylesheets/css/footerV2.css */
  #gnf_footer .footer-bottom .footer-left li {
    float: none;
  }
}
/* old single ad */
/* line 589, ../../../vendor/assets/stylesheets/css/footerV2.css */
#gnf_footer_OAS {
  width: 100%;
  margin-bottom: 20px;
}

/* line 593, ../../../vendor/assets/stylesheets/css/footerV2.css */
#gnf_footer_OAS iframe {
  height: 90px !important;
  max-width: 728px !important;
}

/* line 598, ../../../vendor/assets/stylesheets/css/footerV2.css */
#gnf_footer .OAS_wrap {
  margin: 20px auto;
  display: flex;
  justify-content: space-around;
  flex-flow: row nowrap;
  max-width: 980px;
  overflow: hidden;
}

/*supress on cart/wishbook !important b/c there is a code-based 'show' on element */
/* line 607, ../../../vendor/assets/stylesheets/css/footerV2.css */
#shoppingcart .OAS_wrap, #catalogActivity .OAS_wrap {
  display: none !important;
}

/* line 609, ../../../vendor/assets/stylesheets/css/footerV2.css */
#gnf_footer_OAS1, #gnf_footer_OAS2, #gnf_footer_OAS3 {
  width: 300px;
  margin: auto;
}

/* line 614, ../../../vendor/assets/stylesheets/css/footerV2.css */
.noflex #gnf_footer .OAS_wrap::before, .noflex #gnf_footer .OAS_wrap::after {
  clear: both;
  content: " ";
  display: block;
}

/* line 617, ../../../vendor/assets/stylesheets/css/footerV2.css */
.noflex #gnf_footer_OAS1 {
  float: left;
}

/* line 618, ../../../vendor/assets/stylesheets/css/footerV2.css */
.noflex #gnf_footer_OAS2, .noflex #gnf_footer_OAS3 {
  float: right;
}

/* line 620, ../../../vendor/assets/stylesheets/css/footerV2.css */
.OAS_disclaimer {
  background-color: #fff;
  color: #333;
  font-size: 0.75em;
  line-height: 1em;
  max-width: 730px;
  padding: 0.7em 0 0.55em;
  text-transform: lowercase;
  text-align: right;
  margin: 0 auto;
}

/* line 631, ../../../vendor/assets/stylesheets/css/footerV2.css */
#OAS_posRight .OAS_disclaimer, #OAS_posRight2 .OAS_disclaimer {
  text-align: center;
}

/* line 633, ../../../vendor/assets/stylesheets/css/footerV2.css */
.oasads iframe {
  border: 1px solid #eaeaea;
}

/* line 637, ../../../vendor/assets/stylesheets/css/footerV2.css */
.oasads #OAS_posRight iframe, .oasads #OAS_posRight2 iframe {
  height: 600px !important;
  width: 160px !important;
}

/* line 642, ../../../vendor/assets/stylesheets/css/footerV2.css */
.oasads #OAS_posRight2 {
  margin-top: 20px;
}

/* line 647, ../../../vendor/assets/stylesheets/css/footerV2.css */
.gb-remove-brand {
  display: none;
}

/* line 648, ../../../vendor/assets/stylesheets/css/footerV2.css */
#shoppingcart .subscriptionflag {
  display: none;
}

/* line 649, ../../../vendor/assets/stylesheets/css/footerV2.css */
.sears#shoppingcart .subscriptionflag, .kmart#shoppingcart .subscriptionflag {
  display: block;
}

/* print styles */
@media print {
  /* line 653, ../../../vendor/assets/stylesheets/css/footerV2.css */
  #gnf_footer {
    display: none !important;
  }
}
/*----------------
    Sprite for header and footer
 -----------------*/
/*
all elements using this sprite should be listed here to avoid mulitple places to maintain the sprite name. same for sears&kmart

Try and use existing classes instead of placing more references here, footer-sprite for footer gnf_sprite for header

Sprite is in scene7 under Sears > _ASAP > GLOBAL > footer
*/
/* line 12, ../../../vendor/assets/stylesheets/css/sprite.css */
#gnf_header .gnf_sprite,
.global-messaging-layer .gnf_sprite,
#L1V2 .gnf_sprite,
#logo a.ribbon-sears-logo,
#logo a.ribbon-kmart-logo,
body #goBtn,
#gnf_lnkCart,
#headerChat > span,
#gnf_footer .footer-sprite,
#header-shop-your-way-partner,
#navigation .gnf-nav-close a,
#gnf_header .gnf-messaging-container .dropdown .layer-close:after,
div.global-messaging-layer .layer-close:after,
#gnf-l4 .l4-coupon:before,
#more-brands .footer-sprite {
  background-image: url(https://s.shld.net/is/image/Sears/hdrFtrSprite_20160714-qm-scl-eq-2-amp-fmt-eq-png-alpha);
  background-repeat: no-repeat;
}

/* for high resolution display */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 38, ../../../vendor/assets/stylesheets/css/sprite.css */
  #gnf_header .gnf_sprite,
  .global-messaging-layer .gnf_sprite,
  #L1V2 .gnf_sprite,
  #logo a.ribbon-sears-logo,
  #logo a.ribbon-kmart-logo,
  body #goBtn,
  #gnf_lnkCart,
  #headerChat > span,
  #gnf_footer .footer-sprite,
  #header-shop-your-way-partner,
  #navigation .gnf-nav-close a,
  #gnf_header .gnf-messaging-container .dropdown .layer-close:after,
  div.global-messaging-layer .layer-close:after,
  #gnf-l4 .l4-coupon:before,
  #more-brands .footer-sprite {
    background-image: url(https://s.shld.net/is/image/Sears/hdrFtrSprite_20160714-qm-scl-eq-1-amp-fmt-eq-png-alpha);
    background-size: 600px 1250px;
  }

  /* UHF-1008: This is for high-res version of image. Low res can be found in footerV2.css */
  /* line 57, ../../../vendor/assets/stylesheets/css/sprite.css */
  #gnf_footer .footer-top .credit-cards {
    background: url(https://s.shld.net/is/image/Sears/footer-credit-card-img-2017-qm-scl-eq-1-amp-fmt-eq-png-alpha) no-repeat;
    background-size: 75px 57px;
  }
}
/* left nav flyouts */
/* line 3, ../../../vendor/assets/stylesheets/css/flyouts.css */
.flyout {
  position: relative;
  top: 0;
  overflow: hidden;
  clear: none;
  float: left;
  width: auto;
  /* do NOT zindex this class - it's used on multiple elements. Apply zindex to a class on the element currently doing the 'flying' */
}

/* line 13, ../../../vendor/assets/stylesheets/css/flyouts.css */
.flyout.headNavBar .navItem {
  padding: 0.3em 0.2em 0.3em 0;
  text-indent: 0.8em;
  border-bottom: 1px solid #f1f1f1;
}

/* line 18, ../../../vendor/assets/stylesheets/css/flyouts.css */
.flyout.headNavBar .navItem:last-child {
  border-bottom: none;
}

/* line 21, ../../../vendor/assets/stylesheets/css/flyouts.css */
.flyout.headNavBar .navItem.head {
  padding-top: 0.8em;
}

/* line 24, ../../../vendor/assets/stylesheets/css/flyouts.css */
.flyout li a {
  color: #73726f;
}

/* line 28, ../../../vendor/assets/stylesheets/css/flyouts.css */
#gnf_verticalNav .flyoutList {
  border-right: 1px solid #f4f4f4;
}

/* line 30, ../../../vendor/assets/stylesheets/css/flyouts.css */
#gnf_verticalNav .flyoutList .navItem,
#gnf_verticalNav .flyoutList .navItem a {
  color: #666;
  font-weight: normal;
  font-size: 12px;
  border: 0;
  float: none;
  height: auto;
}

/* line 40, ../../../vendor/assets/stylesheets/css/flyouts.css */
#gnf_verticalNav .flyoutList .navItem.heading a,
#gnf_verticalNav .flyoutList .navItem.heading span {
  font-weight: bold;
  color: #067bb5;
  font-size: 13px;
  padding-bottom: 5px;
}

/* line 47, ../../../vendor/assets/stylesheets/css/flyouts.css */
#gnf_verticalNav .flyoutList .navItem a:hover {
  color: #067bb5;
  text-decoration: underline;
}

/* line 51, ../../../vendor/assets/stylesheets/css/flyouts.css */
#gnf_verticalNav .flyoutList .navItem.heading span {
  margin-left: 8px;
}

/* line 55, ../../../vendor/assets/stylesheets/css/flyouts.css */
#gnf_verticalNav .flyoutList .navItem.shopAll a {
  font-size: 10px;
  font-weight: bold;
  color: #067bb5;
  padding-top: 5px;
}

/* line 57, ../../../vendor/assets/stylesheets/css/flyouts.css */
#gnf_verticalNav .flyoutList .navItem.separator {
  border-top: 1px dotted #CCC;
  margin-top: 4px;
  padding-top: 7px;
}

/* line 58, ../../../vendor/assets/stylesheets/css/flyouts.css */
#gnf_verticalNav .flyoutList .navItem.itemSeparator {
  padding-top: 7px;
  margin-top: 4px;
  border-top-width: 1px;
  border-top-color: #ccc;
  border-top-style: dashed;
}

/* line 66, ../../../vendor/assets/stylesheets/css/flyouts.css */
#gnf_verticalNav .bonusAd a,
#gnf_verticalNav .bonusAd .colAd a,
#gnf_verticalNav .bonusAd img,
#gnf_verticalNav .bonusAd .colAd img {
  margin: 0;
  padding: 0;
}

/* line 72, ../../../vendor/assets/stylesheets/css/flyouts.css */
#gnf_verticalNav .flyoutList .navItem.heading,
#gnf_verticalNav .flyoutList .navItem.shopAll {
  padding-top: 5px;
}

/* line 77, ../../../vendor/assets/stylesheets/css/flyouts.css */
.kmart #gnf_verticalNav .flyoutList .navItem.heading a,
.kmart #gnf_verticalNav .flyoutList .navItem.shopAll a,
.kmart #gnf_verticalNav .flyoutList .navItem a:hover,
.kmart #gnf_verticalNav .flyoutList .navItem span {
  color: #e82d2c;
}

/* line 84, ../../../vendor/assets/stylesheets/css/flyouts.css */
.flyout .flyoutList, .flyout .bonusAd {
  float: left;
  display: block;
  width: 162px;
  min-height: 405px;
  clear: none;
  padding: 10px 10px 500px 10px;
  margin-bottom: -500px;
}

/* line 85, ../../../vendor/assets/stylesheets/css/flyouts.css */
.flyout .bonusAd .colAd {
  clear: both;
  display: block;
  float: none;
  height: 127px;
  margin: 0 0 5px 0;
  padding: 0;
}

/* line 86, ../../../vendor/assets/stylesheets/css/flyouts.css */
.flyout .flyoutList .navItems .colAd {
  position: absolute;
  top: 242px;
}

/* line 87, ../../../vendor/assets/stylesheets/css/flyouts.css */
.flyout .colAd img, .flyout .bonusAd img {
  border: 1px solid #d7d7d7;
}

/* line 88, ../../../vendor/assets/stylesheets/css/flyouts.css */
.flyout .flyoutList .navItems {
  display: block;
}

/* line 89, ../../../vendor/assets/stylesheets/css/flyouts.css */
.flyout .bonusAd {
  background: #f7f7f7;
  border-left: 1px solid #f4f4f4;
}

/* line 90, ../../../vendor/assets/stylesheets/css/flyouts.css */
.subNav a:hover {
  text-decoration: underline;
}

/* L1 and L2: Bubble far right below header */
/* NOTE: Scene7 asset location in publishing tool: Sears/_ASAP/SEARS/Member Messaging/ */
/* line 3, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#hdrv3 #subnavDD_myProfile #gnf-l2.gnf-messaging-container {
  margin: 0;
  padding: 0;
}

/* line 7, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.global-messaging-layer .fade {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABKCAQAAADQg/atAAAANklEQVQIW2P4z8DEAEEsMMTKxMCGhNiZGNiZGDhgJBxxIpHIDAiCa2FHNY0VYgvD//8we2mIAH0uBIlj9gePAAAAAElFTkSuQmCC) repeat bottom left;
  opacity: 1;
  height: 74px;
  width: 97%;
  margin-top: -60px;
  display: block;
  float: left;
}

/* line 16, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.gnf-messaging-container .dropdown {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  background: #ffffff;
  padding: 0;
  position: absolute;
  border: 1px solid #666;
  width: 320px;
  min-height: 54px;
  right: -10px;
  top: 37px;
  z-index: 5000;
  color: #001733;
  text-align: left;
}

/* line 33, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.gnf-messaging-container .dropdown.active {
  display: block;
}

/* line 36, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf_header .gnf-messaging-container .dropdown .layer-close {
  position: absolute;
  display: block;
  top: 14px;
  right: 14px;
  cursor: pointer;
  color: #666666;
  padding: 0;
  border: 0;
  height: auto;
  background: 0;
  z-index: 9;
}

/* line 49, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf_header .gnf-messaging-container .dropdown .layer-close:after {
  /*enterprise style close image remove from sprite when enterprise is global*/
  background-position: -120px -939px;
  display: inline-block;
  width: 14px;
  height: 14px;
  content: "";
}

/* line 57, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.gnf-messaging-container .dropdown .feedback-message {
  margin: 0 14px;
  color: #333;
}

/* line 61, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.gnf-messaging-container .dropdown .pointer {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  z-index: 9;
  padding: 0;
  /* top-right specific, but that's the only place this will be here. */
  border-bottom: 10px solid #666;
  top: -10px;
  right: 14px;
}

/* line 76, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.gnf-messaging-container .dropdown .pointer:after {
  content: " ";
  left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  z-index: 10;
  /* top specific */
  top: 2px;
  border-bottom: 10px solid #fff;
}

/* line 91, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf_header .gnf-messaging-container .dropdown .layer-close {
  top: 20px;
}

/* line 94, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.gnf-messaging-container .dropdown header {
  padding: 14px 20px 0 14px;
  position: relative;
}

/* For L1 popup on load */
/* line 100, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf-l1 {
  /* align to Sign In */
  position: absolute;
  top: 10px;
  left: 36px;
}

/* line 107, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf-l1.type-a {
  /* align to bell */
  left: auto;
  right: 10px;
}

/* line 113, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf-l1-notifications {
  padding: 14px 0 0 14px;
}

/* line 116, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf-l1-notifications img {
  margin: 6px 10px 0 0;
  float: left;
}

/* line 120, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf-l1-notifications .l1-text {
  overflow: hidden;
  margin: 0 20px 0 0;
}

/* line 124, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf-l1-notifications .gnf-msg-title {
  margin: 0;
  font-size: 15px;
  padding-right: 15px;
}

/* line 129, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf-l1-notifications .gnf-msg-l1-details {
  font-size: 15px;
  margin: 8px 0 0;
  color: #666;
}

/* line 134, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf-l1-notifications .gnf-msg-l1-button {
  margin: 12px 0 0;
}

/* line 137, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf-l1-notifications .gnf-msg-l1-signInJoin {
  margin: 4px 0 0;
  color: #666;
}

/* line 141, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf-l1-notifications .gnf-msg-l1-signInJoin a {
  text-decoration: none;
}

/*L2: top nav item*/
/* line 145, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf-l2-mobile .notifications-trigger,
#gnf-l2 .notifications-trigger {
  line-height: 1.8rem;
  display: inline-block;
  padding: 13px 21px 6px 15px;
  font-size: 14px;
  font-weight: normal;
  width: 100%;
  height: auto;
  text-align: left;
  border: 0;
  position: relative;
  /*border-bottom: 1px solid #E9E9E9;*/
  opacity: 0.5;
  cursor: default;
}

/* line 161, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf-l2-mobile .notifications-trigger.mm-loaded,
#gnf-l2 .notifications-trigger.mm-loaded {
  opacity: 1;
  cursor: pointer;
}

/* line 166, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf-l2-mobile .notifications-trigger.mm-loaded:focus,
#gnf-l2-mobile .notifications-trigger.mm-loaded:hover,
#gnf-l2 .notifications-trigger.mm-loaded:focus,
#gnf-l2 .notifications-trigger.mm-loaded:hover {
  text-decoration: underline;
}

/* line 172, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#hdrv3 #gnf-l2-mobile .mm-notification-number,
#hdrv3 #gnf-l2 .mm-notification-number,
#hdrv3 #yourAccount .mm-notification-number {
  border-radius: 50%;
  width: 18px;
  height: 18px;
  line-height: 16px;
  padding: 0px;
  color: #fff;
  text-align: center;
  position: relative;
  top: -9px;
  left: -18px;
  display: none;
  cursor: pointer;
  font-weight: 600;
  margin: 0 -5px;
}

/* line 190, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#hdrv3 #yourAccount .mm-notification-number {
  left: -2px;
  text-indent: 0;
  top: 10px;
  position: absolute;
}

/* line 196, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.sears #gnf-l2-mobile .mm-notification-number,
.sears #gnf-l2 .mm-notification-number,
.sears #yourAccount .mm-notification-number {
  background: #2f87f2;
}

/* line 201, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.kmart #gnf-l2-mobile .mm-notification-number,
.kmart #gnf-l2 .mm-notification-number,
.kmart #yourAccount .mm-notification-number {
  background: #219bd9;
}

/* line 207, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf-l2-mobile button.notifications-trigger:before,
#gnf-l2 button.notifications-trigger:before {
  height: 30px;
  width: 30px;
  background: url("//c.shld.net/staticassets/Assets_0.90/img/svg/mmBell.svg") -3px -5px/36px 36px no-repeat;
  display: block;
  content: "";
  padding: 00 10px 0 0;
  float: left;
}

/* line 217, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf-l2-mobile button.notifications-trigger:after,
#gnf-l2 button.notifications-trigger:after {
  display: inline-block;
  border: solid #333;
  border-width: 0 3px 3px 0;
  content: "";
  float: right;
  padding: 4px;
  transform: rotate(-45deg);
  margin: 8px 0 0;
}

/* for not logged in text  */
/* line 229, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf-l2-mobile .notifications-trigger .not-logged-in,
#gnf-l2 .notifications-trigger .not-logged-in {
  font-size: 10px;
  display: inline-block;
  padding: 0 0 0 20px;
  vertical-align: bottom;
}

/*L2: Bell icon dropdown*/
/* line 238, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#hdrv3 #gnf-l2-notifications-mobile,
#hdrv3 #subnavDD_myProfile #gnf-l2-notifications {
  display: none;
  position: absolute;
  height: 100%;
  padding: 0 13px;
  width: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  border: 0;
}

/* line 250, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#hdrv3 #gnf-l2-mobile.gnf-nav-active #gnf-l2-notifications-mobile,
#hdrv3 #subnavDD_myProfile #gnf-l2.gnf-nav-active #gnf-l2-notifications {
  display: block;
}

/* line 254, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#hdrv3 .notificationsL2Title-parent {
  display: inline-block;
  padding: 12px 0 0 17px;
  font-size: 12px;
  font-weight: normal;
  width: 100%;
  height: auto;
  text-align: left;
  border: 0;
  position: relative;
  color: #4A4A4A;
  border-radius: 0;
  /*border-bottom: 1px solid #E9E9E9;*/
}

/* line 268, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#hdrv3 .notificationsL2Title-parent:focus h4,
#hdrv3 .notificationsL2Title-parent:hover h4 {
  text-decoration: underline;
}

/* line 272, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf_header .gnf-back-arrow:before {
  display: inline-block;
  border: solid #333;
  border-width: 3px 0 0 3px;
  content: "";
  padding: 4px;
  transform: rotate(-45deg);
  margin: 0 15px 2px 0;
}

/* line 281, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#hdrv3 .notificationsL2Title {
  display: inline-block;
  color: #333333;
  font-size: 22px;
  margin: 0 0 5px;
  font-weight: 600;
  padding: 0;
}

/* line 289, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#hdrv3 .notificationsL2Title-parent p {
  padding: 0 0 0 27px;
}

/* line 292, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf-l2-notifications-mobile .gnf-msg-l2-no,
#gnf-l2-notifications .gnf-msg-l2-no {
  color: #333;
  padding: 15px 10px 0 15px;
  border-top: 1px solid #E9E9E9;
}

/* line 298, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf-l2-notifications-mobile .gnf-msg-l2-no .title,
#gnf-l2-notifications .gnf-msg-l2-no .title {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px;
}

/* line 304, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf-l2-notifications-mobile .has-items > li,
#gnf-l2-notifications .has-items > li {
  display: block;
  padding: 13px 26px;
  color: #333;
  margin: 5px 0;
  border-bottom: 1px solid #E1E1E1;
  font-size: 12px;
}

/* line 313, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf-l2-notifications-mobile .has-items > li:last-child,
#gnf-l2-notifications .has-items > li:last-child {
  border: 0;
}

/* line 317, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf-l2-notifications-mobile .has-items > li.unread,
#gnf-l2-notifications .has-items > li.unread {
  background: #F1F7FF;
  border: 0;
}

/* line 322, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf-l2-notifications-mobile .has-items > li:before,
#gnf-l2-notifications .has-items > li:before {
  display: inline-block;
  border: solid #C9C9C9;
  border-width: 4px;
  border-radius: 4px;
  content: "";
  margin: 6px 10px 0 0;
  float: left;
}

/* line 332, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf-l2-notifications-mobile .has-items > li.unread:before,
#gnf-l2-notifications .has-items > li.unread:before {
  border-color: #4A90E2;
}

/* line 336, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf-l2-notifications-mobile .has-items > li > div,
#gnf-l2-notifications .has-items > li > div {
  display: block;
  overflow: hidden;
}

/* line 341, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf-l2-notifications-mobile .has-items > li > div > a,
#gnf-l2-notifications .has-items > li > div > a {
  font-size: 12px;
  line-height: normal;
  white-space: normal;
  color: #333;
}

/* line 348, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf-l2-notifications-mobile .has-items > li.has-L3,
#gnf-l2-notifications .has-items > li.has-L3 {
  cursor: pointer;
}

/* line 352, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf-l2-notifications-mobile .has-items > li:focus,
#gnf-l2-notifications-mobile .has-items > li:hover,
#gnf-l2-notifications .has-items > li:focus,
#gnf-l2-notifications .has-items > li:hover {
  background: #eee;
  text-decoration: underline;
}

/*L2 L3 more popup */
/* line 361, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#layer-L2-more {
  width: 525px;
}

/* line 364, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#layer-L2-more h1.title-1 {
  margin-bottom: 0;
}

/* line 367, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#layer-L2-more .l2-offers {
  overflow-y: scroll;
  margin: 0 20px 6px;
  max-height: 350px;
  padding-right: 20px;
  border-top: 1px solid #E3E3E3;
}

/* line 374, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#layer-L2-more li {
  font-size: 13px;
  padding: 20px 0 10px 0px;
  border-top: 2px dotted #d0d0d0;
  float: none;
  clear: both;
  min-height: 2em;
  color: #666;
}

/* line 383, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#layer-L2-more li:first-child {
  border: none;
}

/* line 386, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#layer-L2-more li.has-L3,
#layer-L2-more li.has-L3-more {
  cursor: pointer;
}

/* line 390, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#layer-L2-more li.has-L3-more:hover {
  text-decoration: underline;
}

/* line 393, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#layer-L2-more li a {
  display: block;
  overflow: hidden;
  color: #666;
}

/* line 398, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#layer-L2-more li:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
}

/* line 408, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#layer-L2-more li.unread a,
#layer-L2-more li.unread {
  font-weight: 600;
  color: #041533;
}

/* line 413, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#layer-L2-more li img {
  float: left;
  margin: 0 14px 0 0;
}

/* this is to make sure end-date lines up do not remove */
/* line 419, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#layer-L2-more li p {
  margin: -5px 0 0;
  overflow: hidden;
  float: left;
  width: 80%;
  font-size: 16px;
}

/* line 426, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#layer-L2-more .end-date {
  color: #d01833;
  display: block;
}

/* L4: Message Bar below header */
/* line 432, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf-l4 {
  position: relative;
  text-align: center;
  height: 0;
  overflow: hidden;
  z-index: 9;
}

/* line 439, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf-l4.has-background-secondary {
  margin: 0 auto;
  border-bottom: 1px solid #d0d0d0;
  background: #eeeeee;
}

/* line 444, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf-l4.feedback-message {
  padding: 0;
  margin: 0 17px;
}

/* line 448, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf-l4.feedback-message li {
  padding: 0;
}

/* line 451, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf-l4.feedback-message p,
#gnf-l4.feedback-message a {
  margin: 0;
}

/*ECOM-378181 styles for error and alert*/
/* line 457, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf-l4.error {
  background-color: #fae7ea;
  border-color: #d01833;
  text-align: left;
}

/* line 462, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf-l4.alert {
  background-color: #fff9e6;
  border-color: #fec70b;
}

/* line 466, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf-l4.alert .memCoupOnlyAlert {
  font-weight: normal;
  text-align: left;
  line-height: 17px;
}

/* line 471, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf-l4.alert .memCoupOnlyAlert {
  color: #001733;
}

/* line 474, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf-l4.error .memCoupOnlyAlert {
  color: #d01833;
}

/* line 477, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf-l4.error .memCoupOnlyAlert a:hover,
#gnf-l4.alert .memCoupOnlyAlert a:hover {
  text-decoration: underline;
}

/* line 481, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf-l4.clickable {
  cursor: pointer;
}

/* line 484, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf-l4 > ul {
  margin: 0 auto;
  overflow: hidden;
  display: inline-block;
  max-width: 980px;
}

/* line 490, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf-l4 li {
  padding: 9px 0;
  position: relative;
  text-align: center;
}

/* line 495, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf-l4 li p.l4-more {
  display: none;
  margin: 0;
}

/* line 499, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf-l4 li header h4 {
  display: inline;
  font-size: 15px;
  font-weight: bold;
}

/* line 504, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf-l4.clickable li header h4 {
  display: block;
  margin: 0 10px 6px 0;
}

/* line 508, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf-l4 .has-countdown {
  font-size: 21px;
  font-weight: 600;
  color: #d01833;
  padding: 0 10px 0 0;
  display: none;
}

/* line 515, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.kmart #gnf-l4 .has-countdown {
  color: #185694;
}

/* line 518, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf-l4 .has-active-countdown {
  display: inline-block;
}

/* line 521, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.l3msg .has-countdown {
  display: none;
}

/* line 524, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.l3msg .has-active-countdown {
  display: inline-block;
}

/* line 527, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf-l4 li header a {
  display: none;
}

/* line 530, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf-l4 li header .no-disclaimer {
  display: inline;
  margin-left: 10px;
  text-decoration: underline;
  font-weight: normal;
  font-size: 13px;
}

/* line 537, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.webkit #gnf-l4.clickable li header h4 {
  display: block;
  margin: 0 10px 0 0;
  font-size: 15px;
}

/* line 542, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf-l4 li header .gnf-layer-trigger {
  margin-left: 10px;
  text-decoration: underline;
  font-weight: normal;
}

/* line 547, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf-l4 li.l4-has-image header .gnf-layer-trigger {
  margin-left: 0;
  text-align: left;
}

/* line 552, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf-l4 li header .l4actionUrl {
  margin: 0 0 0 10px;
  text-decoration: underline;
}

/* line 556, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf-l4 li p a {
  margin-left: 7px;
  text-decoration: none;
}

/* line 560, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf-l4.open header h4 {
  font-size: 16px;
}

/* line 563, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf-l4 .open-show {
  display: none;
}

/* line 566, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf-l4.open .open-show {
  display: inline;
}

/* line 569, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf-l4.open .open-hide {
  display: none;
}

/* line 572, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf-l4.open li p.l4-more {
  display: block;
  width: 100%;
  font-size: 13px;
  color: #333333;
  line-height: 20px;
}

/* line 579, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf-l4.open li img + header,
#gnf-l4.open li img + header + p {
  text-align: left;
  padding-left: 10px;
  margin-left: 58px;
}

/* line 585, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf-l4 img {
  display: none;
  position: absolute;
  left: -80px;
}

/* line 590, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf-l4 .l4-has-image {
  display: block;
  float: left;
  width: 100%;
  background: transparent;
  padding: 0;
}

/* line 597, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf-l4 .l4-has-image .outer {
  display: block;
  background: rgba(255, 255, 255, 0.98);
  width: 100%;
  max-width: 1300px;
  height: 90px;
  margin: auto;
  border-bottom: 1px solid #e3e3e3;
  box-sizing: border-box;
}

/* line 607, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf-l4.sticky .l4-has-image .outer {
  max-width: 100%;
}

/* line 610, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf-l4 .l4-has-image .inner {
  max-width: 820px;
  /* 900 minus image positioned to left*/
  text-align: left;
  display: inline-block;
  margin: auto;
  padding-top: 10px;
  position: relative;
}

/* line 619, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf-l4.sticky .l4-has-image .shadow {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
  width: 100%;
  height: 10px;
  margin: auto;
}

/* line 626, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf-l4.sticky {
  position: fixed;
  width: 100%;
  top: 0;
  border: 0;
}

/* line 632, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf-l4.sticky .l4-has-image .outer,
#gnf-l4.sticky .l4-has-image li {
  border: 0;
  padding: 0;
}

/* line 638, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf-l4 .l4-has-image a {
  display: none;
}

/* line 642, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf-l4 .l4-has-image .gnf-layer-trigger {
  display: block;
}

/* line 645, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf-l4 .l4-has-image.kmart .gnf-layer-trigger {
  color: #c03;
}

/* line 648, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf-l4 .l4-has-image .inner .txt,
#gnf-l4 .l4-has-image .inner .txt header {
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 80px;
}

/*vertical center when just one element*/
/* line 656, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf-l4 .l4-has-image .inner .txt p:only-child,
#gnf-l4 .l4-has-image .inner .txt h4:only-child {
  margin: auto;
  width: 100%;
}

/* line 659, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf-l4.open .has-image {
  min-height: 58px;
}

/* line 662, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf-l4.open img, #gnf-l4.open .imgLink {
  display: block;
}

/* line 665, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf-l4 .l4-coupon:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  /*check mark image cant use font as not available globally */
  background-position: -150px -939px;
  margin: 0 4px 0 10px;
}

/* line 674, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf-l4.open .l4-coupon,
#gnf-l4 .l4-coupon {
  color: #347814;
  font-size: 15px;
}

/* line 679, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf-l4 .l4-expand-icon {
  position: relative;
  margin: 0 14px 0 0;
  padding: 0;
  font-size: 18px;
  height: 11px;
  width: 16px;
  cursor: pointer;
  border-radius: 10px;
  border-width: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAYAAAB24g05AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJZJREFUeNqMksENgDAIRWl1Aa+u0Rlcpc5U5/DmDI7g2aMrWBIwXwONP/kHGh6F0kBdItFQfdE/PbkRDrbq8gPmG4/qzEEPcBKz5ga8CVO0A25lh6TsdIIwKRfhxqVRxIInLtBRHDVprR5hjCTx6cEcBNiCqugDGXrBuAXUdxwX9gpYRUxY10iNIpeMY8LeG7i/ztItwABzuCUtmUsvGAAAAABJRU5ErkJggg==) 0 0 no-repeat;
  outline: none;
}

/* line 692, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf-l4.open .l4-expand-icon {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAYAAAB24g05AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJFJREFUeNqUUoENgCAMG+oDvKAn4Au8ojfhK76At/iAySwGE0QccUkzyNqyhREzkwRqTS/WK+IJ4JB/GyRilkzURc5CdeOE5OgdMx9+eXBzA0FcNGkq4g0YYr7DRd6zgw+xxWs7ahrnFTB5J5eBJE66K5rcIxhJHCLebTaOSb/NAR7Qld3Qkedee1ATl3inAAMA2dT/XHmIIoUAAAAASUVORK5CYII=) 0 0 no-repeat;
}

/*ECOM-381599 Fix*/
/* line 697, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf-l4 .has-sidebar > div > * {
  margin-right: 25%;
}

/*FF Home page fix*/
/* line 702, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.homepage.gecko #gnf-l4 .l4-expand-icon,
.homepage.gecko #gnf-l4.open .l4-expand-icon,
.category.gecko #gnf-l4 .l4-expand-icon,
.category.gecko #gnf-l4.open .l4-expand-icon {
  bottom: 5px;
}

/*FF product page fix*/
/* line 710, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#product.gecko #gnf-l4 .l4-expand-icon,
#product.gecko #gnf-l4.open .l4-expand-icon {
  bottom: 2px;
}

/*Chrome PDP fix*/
/* line 716, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#product.webkit #gnf-l4 header h4 {
  position: relative;
  bottom: 1px;
}

/* line 720, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#product.webkit #gnf-l4 .l4-expand-icon,
#product.webkit.open #gnf-l4 .l4-expand-icon {
  bottom: 1px;
}

/*for L3 popup */
/* line 726, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
div.global-messaging-layer {
  max-height: none;
  padding: 0;
}

/* line 730, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
div.global-messaging-layer:focus {
  outline: none;
}

/* line 733, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.global-messaging-layer.sears:not(.donate):before {
  display: block;
  width: 139px;
  height: 100px;
  background: url(https://s.shld.net/is/image/Sears/heart-qm-scl-eq-2-amp-fmt-eq-png-alpha) 0px 0px no-repeat;
  position: absolute;
  content: '?';
  top: -30px;
  left: 48%;
  text-indent: -5000px;
}

/* line 744, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.global-messaging-layer .has-sidebar .sidebar {
  color: #001733;
  display: block;
  float: left;
  margin-right: 0;
  padding: 0;
  text-align: left;
}

/* line 752, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.global-messaging-layer.kmart .has-sidebar .sidebar {
  color: #137abf;
}

/* line 755, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.global-messaging-layer.kmart h1 {
  font-family: 'Open Sans',Arial,sans-serif;
}

/* line 758, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.global-messaging-layer.kmart:not(.donate) h1:before {
  display: block;
  width: 90px;
  height: 30px;
  background: url(https://s.shld.net/is/image/Sears/hdrFtrSprite_20160714-qm-scl-eq-1-amp-fmt-eq-png-alpha) 0px -1212px no-repeat;
  content: 'Whoa!';
  text-indent: -5000px;
  background-size: 600px 1250px;
  margin: 0 auto 10px auto;
}

/* line 768, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.global-messaging-layer h3,
.global-messaging-layer h4,
.global-messaging-layer h5 {
  line-height: 1em;
  margin-bottom: 14px;
}

/* line 774, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.global-messaging-layer h5 {
  margin-left: 3%;
  display: inline-block;
  width: 80%;
}

/* line 780, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
div.global-messaging-layer .has-sidebar {
  border-spacing: 0;
  overflow-y: auto;
  display: block;
  margin-bottom: 30px;
  padding-top: 10px;
}

/* line 787, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
div.global-messaging-layer .has-sidebar > * {
  vertical-align: top;
  padding-top: 0;
}

/* line 791, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
div.global-messaging-layer .has-sidebar > .sidebar {
  padding: 14px 0 0;
}

/* line 794, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
div.global-messaging-layer .has-sidebar .message-body {
  padding: 20px 30px 0 0;
  width: 96%;
  float: left;
  overflow-x: hidden;
  overflow-y: auto;
  height: auto;
}

/* line 802, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.global-messaging-layer .legal {
  max-height: 100px;
  overflow-y: scroll;
  padding-right: 34px;
}

/* line 807, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
div.global-messaging-layer .right-sidebar {
  float: right;
  width: 233px;
}

/* line 811, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
div.global-messaging-layer .redeemSyWBar {
  margin-bottom: 10px;
}

/* line 814, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
div.global-messaging-layer .l3-offers {
  width: 100%;
  overflow-y: auto;
  max-height: 250px;
  padding: 0 14px 0 0;
  margin-top: -14px;
}

/* line 821, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.layer.sears > .layer-close + header {
  background: #001733;
  color: #fff;
  padding: 20px 0 10px 0;
  margin: 0;
}

/* line 827, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.layer.kmart > .layer-close + header {
  background: #137abf;
  color: #fff;
  padding: 5px 0 10px 0;
  margin-bottom: 0;
}

/* line 833, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
div.global-messaging-layer .l3-offers li {
  border-bottom: 1px solid #cecece;
  padding: 1px 0 3px 0;
  margin: 0 0 10px 0;
}

/* line 838, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
div.global-messaging-layer .l3-offers li:last-child {
  border-bottom: 0;
}

/* line 844, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
div.global-messaging-layer .l3-offers li h4 {
  line-height: 22px;
}

/* line 847, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
div.global-messaging-layer .layer-close:after {
  height: 22px;
  width: 22px;
  background-position: -90px -939px;
  display: inline-block;
  content: "";
}

/* line 854, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
div.global-messaging-layer > button.layer-close {
  border: 0;
  height: auto;
  padding: 0;
  color: #666666;
  cursor: pointer;
  display: block;
  position: absolute;
  right: 14px;
  top: 14px;
  background: 0;
}

/* line 866, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
div.global-messaging-layer > button.layer-close:after {
  background: none;
  content: "t";
  font-family: "SHC Icons";
  color: #fff;
  font-size: 15px;
  margin-top: 5px;
}

/* line 874, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.l3-offers a.newWindow-popup,
.l3msg .has-sidebar a.newWindow-popup {
  float: left;
  width: 100%;
  color: #333;
  font-size: 15px;
  border-top: 1px #cecece dashed;
  border-bottom: 1px #cecece dashed;
  padding: 10px 0;
  margin: 10px 0 1px 0;
  text-decoration: none;
}

/* line 886, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.l3-offers a.newWindow-popup:before,
.l3msg .message-body a.newWindow-popup:before,
.l3msg .has-sidebar a.newWindow-popup:before {
  content: "h";
  font-family: "SHC Icons";
  margin-right: 15px;
  margin-left: 20px;
}

/* line 894, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
div.global-messaging-layer .newWindow-popup-content {
  display: none;
}

/*open*/
/* line 898, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
div.global-messaging-layer .isOpen,
div.global-messaging-layer a.isOpen.newWindow-popup {
  border-bottom: 0;
}

/* line 903, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
div.global-messaging-layer .newWindow-popup.isOpen:before {
  content: "k";
}

/* line 906, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
div.global-messaging-layer .isOpen {
  display: block;
  padding: 0 50px 15px 50px;
  border-bottom: 1px #cecece dashed;
  float: left;
  font-size: 15px;
  width: 83%;
  box-sizing: content-box;
}

/*ECOM-376429*/
/* line 917, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.l3msg .title-2 {
  text-transform: capitalize;
}

/* line 920, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.l3msg h3 {
  font-size: 22px;
  margin-bottom: 10px;
  width: 82%;
  display: block;
  float: right;
  line-height: 26px;
}

/* line 929, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.l3msg .content h3 {
  margin-top: 10px;
}

/* line 933, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.l3msg h5 {
  font-size: 16px;
}

/* line 936, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.l3msg .content h3.full-width,
.l3msg .content p.full-width {
  width: 100%;
  padding-left: 0;
  font-family: "Open Sans", Arial, sans-serif;
}

/* line 943, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.l3msg .content hr {
  margin: 14px 0;
  border-top: 1px #cecece solid;
  /* Made dashed for IMX-161*/
  /* Made dashed for ECOM-377508*/
  background: none;
}

/*ECOM-376428 l3 fade padding issue
.l3msg .layer-fade {margin: 0 0 -16px 0;}*/
/* line 953, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.l3msg .legal {
  color: #666;
  max-height: 146px;
  padding-top: 14px;
  padding-bottom: 14px;
  margin-top: -14px;
  overflow: auto;
}

/* line 961, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.l3msg .l3expiresTxt {
  font-size: 1em;
}

/* line 964, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.l3msg h6,
.l3msg .title-6 {
  font-size: 0.867em;
  line-height: 1.333rem;
}

/* line 969, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.l3msg .sypl3LmLnk {
  text-decoration: none;
  font-size: 0.867em;
}

/* line 973, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#product .l3msg .content .sypl3Copy p,
.l3msg .sypl3Copy {
  font-size: 13px;
}

/* line 977, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#product .l3msg .content p.sywpl3Msg {
  font-size: 11.271px;
}

/* line 980, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.l3msg hr.l3offerMult {
  border-top: 1px #cecece solid;
}

/* line 983, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.l3msg h1,
.l3msg h1.title-1 {
  padding: 0;
  margin: 20px 0 10px 0;
  width: 100%;
  text-align: center;
  font-weight: 100;
  font-size: 32px;
  color: #fff;
}

/* line 993, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#shoppingcart .l3msg h1.title-1 {
  color: #ffffff;
}

/* line 996, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.l3msg .sywpl3Msg {
  display: none;
  font-size: 0.867em;
  color: #666;
}

/* line 1001, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.l3msg .has-sidebar .l3msgsb,
.l3msg .has-sidebar .sidebar {
  min-width: 15%;
  font-size: 64px;
  font-family: 'Open Sans';
  line-height: 64px;
  font-weight: bold;
  text-align: center;
  max-height: 200px;
  /* need to stop .center() from thinking this is taller than it is for positioning */
}

/* line 1011, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.l3msg .has-sidebar .full-width.exclusions {
  max-width: 96%;
}

/* line 1014, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.l3msg .has-sidebar .sidebar sup {
  font-size: 40px;
  margin-left: 10px;
  position: relative;
  vertical-align: baseline;
  font-family: "Open Sans", Arial, sans-serif;
  top: -0.5em;
}

/* line 1022, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.l3msg .l3ShopNowBtn {
  margin: 17px 0 14px;
  width: 136px;
  display: block;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px 1px 2px;
  box-sizing: border-box;
  color: #0e233c;
  cursor: pointer;
  font-size: 15px;
  height: 36px;
  line-height: 1rem;
  padding: 7px 24px;
  text-align: center;
  background: #eaf6fd;
  border-color: #b2c3d9 #b2c3d9 #b2c3d9;
  width: auto;
}

/* line 1041, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.l3msg .l3ShopNowBtn:hover {
  background-color: #D9E9F2;
  text-decoration: none;
  box-shadow: 1px 1px 5px #B2C3D9;
}

/*ECOM-378545 - override CSS that gives defined height to l3msg layer*/
/* line 1048, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.layer.l3msg div.content,
.layer.l3msg div.content.has-sidebar {
  height: auto;
  padding: 0;
  overflow-y: auto;
  overflow-x: hidden;
  margin-top: -1px;
}

/* line 1056, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.l3msg .sidebar + div {
  display: block;
  float: left;
  width: 80%;
  margin: 0;
  padding: 0;
}

/*ECOM-376426 l3 coupon */
/* line 1065, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.l3-coupon {
  background: #ebf2e8 none repeat scroll 0 0;
  border: 2px dashed #347814;
  border-radius: 5px;
  color: #347814;
  padding: 15px;
  margin: 20px 0 28px 0;
  max-width: 440px;
}

/* line 1074, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.l3-coupon > span {
  margin: 0 5px 0 0;
}

/* line 1077, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.l3-coupon > span:before {
  font-family: "shc-enterprise-icons";
  content: attr(data-icon);
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 1089, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.l3msg p {
  margin: 14px 0;
  /*missing enterprise style on some pages*/
}

/* line 1092, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.l3msg .content p {
  margin-top: 0;
  line-height: 1.6em;
  padding: 0 0 0 18%;
}

/* line 1097, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.l3msg .content p:empty {
  height: 0;
  margin: 0;
  padding: 0;
}

/* line 1102, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.l3msg .content .flag-text {
  padding: 10px 0 0 0;
  margin: 0;
}

/* line 1106, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.l3coupNextStep {
  color: #051633;
  margin: 5px 0 0 0;
}

/* line 1110, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.l3msg .memOfferText {
  max-height: 100px;
  color: #666;
  font-size: 13px;
  padding: 15px 80px 0 0;
  border-top: 1px #ccc solid;
  margin: 0 0 -20px;
  overflow-y: scroll;
}

/* line 1119, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.coupLoaded {
  margin: 0 0 10px 0;
  color: #333;
}

/* line 1123, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.l3msg div.layer-fade,
.l3msg div.l3msgLglFd {
  top: 0;
}

/* line 1127, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.l3t2-grn-check {
  background-position: -170px -939px;
  display: inline-block;
  height: 20px;
  text-indent: -999px;
  width: 20px;
}

/* line 1134, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.l3msg .message-body {
  width: 580px;
}

/* line 1137, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.l3msg .message-body a:first-of-type {
  display: inline-block;
  text-decoration: none;
  margin: 0;
}

/* line 1142, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#product .l3msg .content p {
  margin-bottom: 0px;
  font-size: 16px;
}

/* line 1146, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.category-page .l3msg .content .font-size-secondary,
#product .l3msg .content .font-color-secondary {
  font-size: 13px;
}

/*****************************************************************************************************<L4 Test layouts>*/
/* line 1154, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf-l4 .has-sidebar,
#gnf-l4 .hide,
#gnf-l4.hide {
  display: none !important;
}

/* line 1159, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.L4-has-icon {
  background: #EEE;
  display: block;
  margin: auto;
  text-align: center;
  font-size: 14px;
  padding: 9px 0;
}

/* line 1167, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.L4-has-icon strong {
  font-weight: bold;
}

/* line 1170, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.hideSecondLine .has-sidebar {
  display: none;
}

/* line 1173, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.hideSecondLine .l4-more,
.hideSecondLine .l4-expand-icon {
  display: none !important;
}

/*hide second line if any*/
/* line 1179, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.L4-slide-cont ul {
  width: auto;
}

/* line 1182, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf-l4 .L4-slide-cont li header h4 {
  color: #333333;
  width: auto;
  height: auto;
  padding-bottom: 0;
  font-size: 17px;
  line-height: 22px;
  font-weight: 600;
  display: inline-block;
}

/* line 1192, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf-l4 header #has-end-msg {
  padding-right: 10px;
  font-size: 17px;
  font-weight: 300;
  color: #002859;
  line-height: 22px;
}

/* line 1200, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.kmart #gnf-l4 header #has-end-msg {
  color: #185694;
}

/* line 1203, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf_header .has-background-secondary ul li a {
  margin-left: 10px;
  font-size: 13px;
  color: #005ccc;
  text-decoration: underline;
  font-weight: normal;
}

/* line 1210, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf_header .has-background-secondary ul li:not(:last-child) {
  border-bottom: 1px solid #d0d0d0;
}

/* line 1213, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.L4-has-icon .icon-open,
.L4-has-icon .icon-close {
  width: 100%;
  cursor: pointer;
}

/* line 1218, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.L4-has-icon .icon-open:before {
  color: #001733;
  content: "h";
  font-size: 13px;
  font-family: "SHC Icons";
  margin-right: 10px;
  width: 100%;
}

/* line 1226, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.L4-has-icon .icon-close:before {
  color: #001733;
  content: "k";
  font-size: 13px;
  font-family: "SHC Icons";
  margin-right: 10px;
  width: 100%;
}

/* line 1234, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf_header .L span,
#gnf_header .R span {
  font-family: "SHC Icons";
  display: block;
  width: 14px;
  height: 26px;
  margin: 5px auto 0 auto;
  cursor: pointer;
  padding: 5px 10px 0px;
  border-radius: 3px;
  transition: all .25s linear;
}

/* line 1246, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf_header .L span:hover,
#gnf_header .R span:hover {
  background: #fff;
}

/* line 1250, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf_header .R span {
  background-position: -14px 0px;
}

/* line 1253, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf_header .L {
  float: left;
  margin-left: -26px;
}

/* line 1257, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf_header .R {
  float: right;
  position: relative;
  right: -26px;
}

/* line 1262, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.L4-slide-cont {
  width: auto;
  margin: auto;
}

/* line 1266, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.slidder ul li {
  display: none;
}

/* line 1269, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.slidder ul .current {
  display: block;
  border-bottom: 0 !important;
}

/* line 1273, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.slidder .L4-slide-cont,
.slidder ul {
  width: 768px;
}

/* line 1277, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.L4Layout2 header {
  width: 768px;
  margin: auto;
  text-align: left;
}

/* line 1282, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.L4Layout2 .icon-open:before {
  color: #001733;
  content: "h";
  font-size: 13px;
  font-family: "SHC Icons";
  margin-right: 10px;
  display: block;
  float: left;
  text-decoration: none !important;
  font-weight: normal;
}

/* line 1293, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.L4Layout2 .icon-close:before {
  color: #001733;
  content: "k";
  font-size: 13px;
  font-family: "SHC Icons";
  margin-right: 10px;
  display: block;
  float: left;
  text-decoration: none !important;
  font-weight: normal;
}

/* line 1304, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.L4Layout2 .icon-open:hover {
  text-decoration: underline;
}

/* line 1307, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.L4Layout2 .icon-close:after {
  text-decoration: none;
}

/* line 1310, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.L4Layout2 #L4Layout2Carret {
  display: inline-block;
  border-right: 1px solid gray;
  width: 70px;
  text-align: center;
  margin-right: 10px;
  color: #005ccc;
  cursor: pointer;
  font-weight: bold;
  padding-right: 10px;
}

/* line 1321, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.L4Layout2 .L4Layout2H4Padded h4 {
  padding-left: 90px;
}

/* line 1324, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.L4Layout2 .L4Layout2H4Padded a {
  color: #005ccc;
}

/* line 1327, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf-l4 .l4-more a {
  display: none;
}

/*hide any additional links, but show first span or a tag*/
/* line 1332, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf-l4 .l4-more a:first-child,
#gnf-l4 .l4-more span:first-child {
  display: inline;
}

/* line 1336, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.l3msg a {
  display: none;
}

/* line 1339, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.l3msg a:first-of-type {
  display: inline-block;
}

/* line 1343, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf-l4 span.btn {
  border-style: solid;
  border-width: 0 0 2px;
  text-decoration: none;
  text-align: center;
  width: auto;
  display: inline-block;
  border-radius: 3px;
  text-transform: capitalize;
  margin: -3px 0 0 10px;
}

/* line 1354, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.sears #gnf-l4 span.btn {
  background: #ff4800;
  border-color: #c23700;
}

/* line 1358, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.kmart #gnf-l4 span.btn {
  background: #a61111;
  border-color: #4c0000;
}

/* line 1362, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf_header .has-background-secondary ul li span.btn a {
  color: #fff;
  text-decoration: none;
  margin: 0;
}

/********************************************************* ECOM-384078
.kmart .active.global-messaging-layer .title-1 {
	font-family: "Kmart Script Bold",Arial,sans-serif;
}*/
/* line 1373, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.active.global-messaging-layer .multipleItem h3,
.active.global-messaging-layer .redeemSyWBar {
  background: #001733;
  color: #fff;
  float: left;
  display: block;
  width: 104%;
  text-align: center;
  margin: 0;
  padding: 0;
}

/* line 1385, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.kmart.active.global-messaging-layer .multipleItem h3,
.kmart.active.global-messaging-layer .redeemSyWBar.syw-message {
  background: #137abf;
  padding: 10px 0 4px 0;
}

/* line 1391, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.kmart.active.global-messaging-layer .multipleItem h3 {
  margin-top: -10px;
  font-size: 26px;
  font-weight: normal;
}

/* line 1397, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.active.global-messaging-layer .redeemSyWBar.syw-message {
  margin-bottom: 10px;
  margin-top: -1px;
}

/* line 1403, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.active.global-messaging-layer .redeemSyWBar .sypl3LmLnk {
  color: #fff;
  font-size: 13px;
  text-decoration: underline;
}

/* line 1408, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.active.global-messaging-layer .redeemSyWBar {
  padding: 10px 0;
}

/* line 1411, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.active.global-messaging-layer .redeemSyWBar p {
  padding: 0 10%;
  margin: 0;
  color: #fff;
}

/* line 1416, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
div.global-messaging-layer .has-sidebar .message-body.multipleItem {
  padding: 0 30px 0 0;
  width: 98%;
  box-sizing: content-box;
}

/* line 1421, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.multipleItem .l3msg .sypl3Copy {
  display: block;
  float: left;
  width: 100%;
}

/* line 1426, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.multipleItem .redeemSyWBar .sypl3Copy p {
  display: inline;
  padding: 0;
}

/* line 1430, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.multipleItem .redeemSyWBar .sypl3Copy .sywpl3Msg {
  width: 90%;
  padding: 0;
  margin: 0 5%;
  display: none;
}

/********************************************************* L3 templateID=17 */
/* line 1437, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.loading .has-sidebar div:last-child h3,
.loading .has-sidebar div:last-child p {
  visibility: hidden;
  /*hide text but keep spacing (like comps)*/
}

/* line 1441, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.l3msg .hideParagraphs p,
.l3msg .hideParagraphs a,
.l3msg.donate .hideParagraphs a,
.l3msg.loading .has-sidebar .sidebar img,
.l3msg.loading .has-sidebar div:last-child a {
  display: none;
}

/* line 1448, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.l3msg.loading .has-sidebar div:last-child {
  background: url(https://c.shld.net/0000/content/search/images/gif/shc-spinner-70.gif) center center no-repeat;
}

/* line 1451, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.l3msg.loading .has-sidebar div:last-child:after {
  content: 'Loading content';
  display: block;
  float: left;
  width: 100%;
  color: #000;
  text-align: center;
  margin-top: 100px;
  height: 45px;
}

/*success fail stuff*/
/* line 1462, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.l3msg .feedback-message {
  margin-top: 10px;
  float: left;
}

/* line 1466, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.l3msg .feedback-message.success {
  border-color: #347814;
  color: #347814;
  background: #EAF1E7;
  margin-bottom: 100px;
}

/* line 1471, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.l3msg .feedback-message.error {
  border-color: #D01833;
  color: #D01833;
  background: #FAE7EA;
}

/*********************************************************Alternate L1*/
/* line 1478, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#L1V2 {
  display: none;
  text-align: center;
  position: absolute;
  border: 1px solid #666;
  width: 302px;
  top: 50px;
  z-index: 200;
  right: 5px;
}

/* line 1488, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#L1V2 .close {
  width: 50px;
  text-align: right;
  padding: 15px 0;
  float: right;
  opacity: 1;
  z-index: 100;
  position: relative;
}

/* line 1497, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#L1V2 .close:after {
  font-family: "SHC Icons";
  content: "t";
  font-size: 17px;
  text-align: right;
  padding: 0 20px 0px 20px;
  font-weight: normal;
  cursor: pointer;
}

/* line 1506, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#L1V2 .inner {
  display: block;
  float: left;
  margin: -36px 0 12px 0;
  padding-top: 10px;
}

/* line 1512, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#L1V2 p {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 0;
}

/* line 1517, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#L1V2 p.small {
  font-size: 13px;
  font-weight: normal;
  display: block;
  float: left;
  margin-top: 20px;
  width: 282px;
  padding: 10px 0 0 20px;
}

/* line 1526, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#L1V2 p.generic-greeting {
  border-top: 2px solid #e7e7e7;
  padding: 20px 20px 0 20px;
  text-align: left;
  width: 262px;
  margin-top: 20px;
}

/* line 1533, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#L1V2 .inner a {
  font-size: 13px;
  text-decoration: underline;
  font-weight: normal;
}

/* line 1538, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#L1V2 .inner .button {
  margin: 15px auto;
  box-sizing: border-box;
  border-radius: 3px;
  line-height: 1rem;
  height: 36px;
  padding: 7px 20px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  border-width: 1px 1px 2px 1px;
  border-style: solid;
  cursor: pointer;
}

/* line 1553, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#L1V2.sears-us {
  background: #fff;
  color: #001633;
  font-weight: bold;
}

/* line 1558, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#L1V2.kmart-us {
  background: #fff;
  color: #001733;
}

/* line 1563, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#L1V2 .icon {
  margin: 15px auto 10px auto;
}

/* line 1566, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#L1V2.sears-us .icon {
  background-position: 0px -1167px;
  height: 46px;
  width: 42px;
}

/* line 1571, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#L1V2.kmart-us .icon {
  background-position: 0px -1213px;
  height: 37px;
  width: 116px;
}

/* line 1577, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#L1V2.kmart-us .inner .button {
  background: #fff;
  color: #0f2337;
  border-color: #93a2ac;
}

/* line 1582, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#L1V2.sears-us .inner .button {
  background: #EAF6FD;
  color: #001733;
  border-color: #B2C3D9;
}

/* line 1588, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf_header .feedback-message {
  font-weight: bold;
  text-align: left;
  font-size: 16px;
  margin: 5px 10% 100px;
}

/* line 1596, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf_header .txt .feedback-message a {
  display: inline-block;
  font-weight: bold;
}

/* line 1603, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#L4-layout7 header {
  min-width: 900px;
  margin: 10px auto 0 auto;
}

/* line 1610, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#L4-layout7 h4 {
  height: 35px;
}

/* line 1615, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#L4-layout7 h4 span {
  display: block;
  float: left;
  max-width: 520px;
  text-align: left;
  font-weight: normal;
}

/* line 1623, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#L4-layout7 h4 .title,
#L4-layout7 h4 .col {
  display: table-cell;
  float: none;
  vertical-align: middle;
}

/* line 1630, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#L4-layout7 .txt {
  float: left;
  width: 100%;
}

/* line 1635, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#L4-layout7 .txt h4 .L4LoadCoupon {
  background: url("https://s.shld.net/is/image/Sears/hdrFtrSprite_20160714-qm-scl-eq-2-amp-fmt-eq-png-alpha") transparent -165px -937px;
  padding-left: 30px;
  display: inline-block;
  border: 1px dashed #d0d0d0;
  float: left;
  width: 100px;
  text-decoration: none;
  margin: -5px 10px 0 10px;
  color: #000;
}

/* line 1648, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#L4-layout7 .txt h4 .not-Loaded {
  background: transparent;
  border: 2px solid #000;
  font-weight: bold;
  padding-left: 15px;
}

/* PERS-1305*/
/* line 1655, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#L4-layout7 .txt h4 .loaded {
  pointer-events: none;
  cursor: default;
}

/* line 1661, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#L4-layout7 h4 .expDate {
  display: block;
  float: left;
  font-size: 13px;
  font-weight: normal;
}

/* line 1669, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
li header .error a {
  display: inline-block;
}

/* line 1675, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#L4-layout7 h4:after {
  clear: both;
  display: block;
  content: " ";
}

/* line 1679, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#L4-layout7 header h4 a {
  display: inherit;
}

/* line 1684, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#L3-rad .L3-rad input {
  display: none;
}

/* line 1687, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#L3-rad .L3-rad:before {
  display: block;
  content: "w";
  color: #005CCC;
  font-family: "SHC Icons";
  float: left;
  margin-right: 10px;
  font-weight: bold;
  font-size: 17px;
}

/* line 1697, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#L3-rad .L3-rad input:checked:before {
  content: "x";
}

/*************************/
/******** New L1 ********/
/************************/
/* line 1705, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#L1V2.L1Style-1 {
  transform: translate(-86px, -34px);
  z-index: 999;
}

/* line 1709, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#L1V2 .inner sup {
  line-height: 1em;
  font-size: 15px;
}

/* line 1712, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#L1V2:before {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  padding: 0;
  border-bottom: 10px solid #fff;
  top: -10px;
  right: 65px;
  content: "";
}

/* line 1725, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#L1V2 .cols {
  width: 300px;
  border-bottom: 2px solid #e7e7e7;
  border-top: 2px solid #e7e7e7;
  display: block;
  float: left;
  margin: 20px auto  0 auto;
  padding: 10px 0;
}

/* line 1734, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#L1V2 .col1, #L1V2 .col2 {
  color: #001733;
  text-align: left;
  display: block;
  float: left;
}

/* line 1740, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#L1V2 .col1 {
  width: 60px;
  font-size: 25px;
  text-align: center;
  border: 1px solid #fff;
  font-weight: 700;
}

/* line 1748, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.kmart #L1V2 .col1 {
  width: 60px;
  font-size: 30px;
  text-align: center;
  border: 1px solid #fff;
  color: #0099cc;
}

/* line 1755, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#L1V2 .col2 {
  width: 205px;
  font-weight: normal;
  margin-left: 10px;
}

/* Temp hack for Template ID 14. */
/* line 1762, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf_header .hack-button {
  background-color: #ff4800;
  border-color: #ff4800 #ff4800 #c23700;
  color: #fff;
}

/* line 1768, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
#gnf_header .hack-button:hover, #gnf_header .hack-button:focus {
  background-color: #ff6326;
  color: #fff;
}

/* line 1773, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.kmart #gnf_header .hack-button {
  background-color: #c6281e;
  border-color: #c6281e #c6281e #831a14;
  color: #fff;
}

/* line 1779, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.kmart #gnf_header .hack-button:hover, .kmart #gnf_header .hack-button:focus {
  background-color: #ce483f;
  color: #fff;
}

/* line 1784, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.hidden {
  display: none;
}

/*class from enterprise css that is missing in some pages (e.g. profile) */
@keyframes L1V2Anim-sears {
  from {
    margin-top: -100%;
  }
  to {
    margin-top: 0;
  }
}
@keyframes L1V2Anim-kmart {
  0% {
    margin-top: -200px;
  }
  50% {
    margin-top: 20px;
  }
  75% {
    margin-top: -5px;
  }
  100% {
    margin-top: 0;
  }
}
/* line 1808, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.l3msg.donate #L3-rad {
  padding: 0 50px;
}

/* line 1809, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.l3msg.donate #L3-rad .rad-wrap {
  width: 80%;
  margin-left: 10%;
  display: block;
}

/* line 1810, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.l3msg.donate .sidebar {
  display: none;
}

/* line 1811, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.l3msg.donate div.content,
.l3msg.donate div.content div {
  width: 100%;
  padding: 10px;
  float: left;
  box-sizing: border-box;
  text-align: center;
}

/* line 1813, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.l3msg.donate .has-sidebar .full-width.exclusions {
  max-width: 100%;
}

/* line 1815, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.l3msg.donate .newWindow-popup-content {
  box-sizing: border-box;
  width: 100%;
}

/* line 1816, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.l3msg.donate div.content input {
  display: none;
}

/* line 1817, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.l3msg.donate label {
  width: 25%;
  float: left;
  padding: 0 10px;
  box-sizing: border-box;
}

/* line 1818, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.l3msg.donate label button {
  display: none;
}

/* line 1819, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.l3msg.donate label span {
  cursor: pointer;
  min-height: 1em;
  border: 2px solid #333;
  width: 100%;
  height: 75px;
  float: left;
  margin: auto;
  border-radius: 3px;
}

/* line 1820, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.input-donate input ~ span:before {
  cursor: pointer;
  padding: 0;
  border: 0;
  font-family: "SHC Icons";
  display: block;
  width: 100%;
  height: 20px;
  content: '';
  text-align: left;
}

/* line 1821, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.input-donate input:checked ~ span {
  border: 2px solid #005ccc;
}

/* line 1822, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.input-donate input:checked ~ span:before {
  color: #005ccc;
  content: 'z';
  transform: translate(-1px, -3px);
  font-size: 16px;
}

/* line 1824, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.l3msg.donate .closeL3 {
  display: block;
  margin: auto;
  width: 120px;
}

/* line 1825, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.l3msg.donate .l3ShopNowBtn {
  line-height: 1.2rem;
}

/* line 1826, ../../../vendor/assets/stylesheets/css/memberMessaging.css */
.l3msg.donate .feedback-message.error {
  margin: 50px 5%;
  width: 90%;
}

/*
	Author: CORE FED
	NOTE: This file will never contain application-specific code
			Do NOT make changes without approval from OBU UX CORE FED, reach out to ssulli4@searshc.com (Scott j Sullivan), Seth.Thomas@searshc.com or Tim.Ryan@searshc.com
			This is a FED owned file	
*/
/* ------- Form Elements, as per design standards doc ------- */
/*label { color:#999; margin-top: 5px; margin-bottom: 2px; font-size: 14px; color:#333; font-weight: bold; }*/
/* line 13, ../../../vendor/assets/stylesheets/css/shcInlineValidation.css */
span.fieldRequired {
  font-weight: normal;
  font-size: 11px;
  color: #999;
}

/* line 15, ../../../vendor/assets/stylesheets/css/shcInlineValidation.css */
#createBox2 .shcForm_ErrorCount {
  margin-top: 15px;
}

/* ------ Validation Specific Styles ------*/
/* line 18, ../../../vendor/assets/stylesheets/css/shcInlineValidation.css */
.shcForm_Text {
  border: solid 1px #CCCCCC;
  font-size: 16px;
  color: #707070;
  padding: 2px;
}

/* line 19, ../../../vendor/assets/stylesheets/css/shcInlineValidation.css */
.shcForm_TextError {
  border: solid 1px red !important;
  font-size: 16px;
  color: #707070;
  padding: 2px;
}

/* line 20, ../../../vendor/assets/stylesheets/css/shcInlineValidation.css */
#createBox2 .shcForm_TextError {
  border: solid 1px #DC0B00;
  color: #707070;
}

/* line 22, ../../../vendor/assets/stylesheets/css/shcInlineValidation.css */
.shcForm_Group {
  padding: 5px;
  margin-bottom: 30px;
  float: none;
}

/* line 23, ../../../vendor/assets/stylesheets/css/shcInlineValidation.css */
.shcForm_GroupError {
  padding: 4px;
  border: solid 1px #DC0B00 !important;
  margin-bottom: 30px;
  float: none;
  overflow: hidden;
}

/* ------ Error Count Area ------*/
/* line 26, ../../../vendor/assets/stylesheets/css/shcInlineValidation.css */
#shcForm_ErrorCount {
  width: 150px;
  display: none;
  padding: 10px;
  border: solid 1px #DC0B00;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #DC0B00;
  font-weight: bold;
}

/* line 27, ../../../vendor/assets/stylesheets/css/shcInlineValidation.css */
#rContent#shcForm_ErrorCount {
  margin: 10px;
}

/* line 28, ../../../vendor/assets/stylesheets/css/shcInlineValidation.css */
#shcForm_ErrorCount p {
  margin: 0;
  padding: 0;
  text-align: left;
  font-weight: normal;
}

/* line 29, ../../../vendor/assets/stylesheets/css/shcInlineValidation.css */
#shcForm_ErrorCount p#remainingErrors {
  font-weight: bold;
}

/* ------ System Notification Styling ------ */
/* line 32, ../../../vendor/assets/stylesheets/css/shcInlineValidation.css */
div.errorBox,
div#errorMsg {
  height: auto !important;
  position: relative;
  padding: 0 0 0 20px;
  margin: 5px 0 10px 0;
  clear: both;
  background-position: 0 -304px;
  border: none;
  color: #E72011;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
  width: 480px;
}

/* line 34, ../../../vendor/assets/stylesheets/css/shcInlineValidation.css */
div.errorBox p {
  margin: 0 0 3px 0;
  padding: 0;
  font-weight: normal;
}

/* line 35, ../../../vendor/assets/stylesheets/css/shcInlineValidation.css */
#errorMsg p strong {
  color: #E72011;
  font-weight: bold;
}

/* ------- Error Bubble ------- */
/* line 38, ../../../vendor/assets/stylesheets/css/shcInlineValidation.css */
#shcForm_errorBubble {
  position: absolute;
  display: none;
  max-width: 300px;
  padding: 4px;
  background: #DC0B00;
  border: solid 1px #DC0B00;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 1px 5px #CCCCCC;
  -webkit-box-shadow: 0px 1px 5px #CCCCCC;
  box-shadow: 0px 1px 5px #CCCCCC;
  z-index: 999999;
}

/* line 40, ../../../vendor/assets/stylesheets/css/shcInlineValidation.css */
#shcForm_errorBubble p {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  margin: 0;
}

/* line 42, ../../../vendor/assets/stylesheets/css/shcInlineValidation.css */
#shcForm_errorBubble #alertPointer {
  position: absolute;
  left: 8px;
  padding: 0px;
}

/* Sprite Rules */
/*.popupSprite { background: url(../img/popupSprite.gif) no-repeat; }*/
/* line 48, ../../../vendor/assets/stylesheets/css/shcInlineValidation.css */
#shcForm_errorBubble #alertPointer.popupSprite_01_overlay_arrowWhite_up,
#shcForm_errorBubble #alertPointer.popupSprite_02_question_mark,
#shcForm_errorBubble #alertPointer.popupSprite_03_overlay_arrowWhite_down,
#shcForm_errorBubble #alertPointer.popupSprite_06_notificationArrow_red,
#shcForm_errorBubble #alertPointer.popupSprite_07_overlay_arrowWhite_left,
#shcForm_errorBubble #alertPointer.popupSprite_08_overlay_arrowWhite_right,
#shcForm_errorBubble #alertPointer.popupSprite_05_overlay_arrowRed_up {
  top: -11px;
}

/* line 57, ../../../vendor/assets/stylesheets/css/shcInlineValidation.css */
.popupSprite_01_overlay_arrowWhite_up {
  background-position: 0 0;
  width: 12px;
  height: 9px;
}

/* line 58, ../../../vendor/assets/stylesheets/css/shcInlineValidation.css */
.popupSprite_02_question_mark {
  background-position: 0 -59px;
  width: 11px;
  height: 14px;
}

/* line 59, ../../../vendor/assets/stylesheets/css/shcInlineValidation.css */
.popupSprite_03_overlay_arrowWhite_down {
  background-position: 0 -123px;
  width: 12px;
  height: 9px;
}

/* line 60, ../../../vendor/assets/stylesheets/css/shcInlineValidation.css */
.popupSprite_04_overlay_arrowRed_down {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 17.5px 17.5px 0 17.5px;
  border-color: #DC0B00 transparent transparent transparent;
  background: none;
  bottom: -11px;
}

/* line 69, ../../../vendor/assets/stylesheets/css/shcInlineValidation.css */
.popupSprite_05_overlay_arrowRed_up {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 17.5px 17.5px;
  border-color: transparent transparent #DC0B00 transparent;
  background: none;
  position: absolute;
  top: -12px;
}

/* line 79, ../../../vendor/assets/stylesheets/css/shcInlineValidation.css */
.popupSprite_06_notificationArrow_red {
  background-position: 0 -304px;
  width: 15px;
  height: 14px;
}

/* line 80, ../../../vendor/assets/stylesheets/css/shcInlineValidation.css */
.popupSprite_07_overlay_arrowWhite_left {
  background-position: 0 -368px;
  width: 9px;
  height: 12px;
}

/* line 81, ../../../vendor/assets/stylesheets/css/shcInlineValidation.css */
.popupSprite_08_overlay_arrowWhite_right {
  background-position: 0 -430px;
  width: 9px;
  height: 12px;
}

/* line 83, ../../../vendor/assets/stylesheets/css/shcInlineValidation.css */
#createBox2 #shcForm_ErrorCount {
  margin-top: 36px;
}

/* Save For Later Changes - Start */
/* line 86, ../../../vendor/assets/stylesheets/css/shcInlineValidation.css */
#redArrowStem {
  background-color: #E52918;
  float: left;
  height: 7px;
  position: relative;
  top: 4px;
  width: 8px;
}

/* line 94, ../../../vendor/assets/stylesheets/css/shcInlineValidation.css */
#redArrow {
  border-color: transparent transparent transparent #E52918;
  border-style: solid;
  border-width: 8px 0 7px 8px;
  float: left;
  height: 0;
  width: 0;
}

/* Save For Later Changes - End */
/*----------------
    Start profile 

    headerV3.css also contains some styles
 -----------------*/
/* Profile Area in header */
/* line 8, ../../../vendor/assets/stylesheets/css/profile.css */
#profileArea {
  top: 31px;
  width: auto;
  position: absolute;
  right: 60px;
}

/* line 14, ../../../vendor/assets/stylesheets/css/profile.css */
#profileArea.intl {
  top: 45px;
}

/* line 17, ../../../vendor/assets/stylesheets/css/profile.css */
#profileArea.intl a {
  color: #eee;
}

/* line 20, ../../../vendor/assets/stylesheets/css/profile.css */
#topOptions {
  display: inline-block;
}

/* line 23, ../../../vendor/assets/stylesheets/css/profile.css */
#gnf_header #yourAccount {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 600;
  border: 0;
  padding: 9px 15px 9px 45px;
  margin: 2px 15px 10px 0;
  height: auto;
  min-width: 85px;
  text-align: left;
  background: url(//c.shld.net/staticassets/Assets_0.90/img/svg/buddyIcon.svg) no-repeat 14px 13px;
  border-radius: 16px;
}

/* line 36, ../../../vendor/assets/stylesheets/css/profile.css */
#gnf_header .gnf-nav-active #yourAccount,
#gnf_header #yourAccount:focus,
#gnf_header #yourAccount:hover {
  background-color: #001733;
}

/* Profile circle */
/* line 42, ../../../vendor/assets/stylesheets/css/profile.css */
#gnf_header .points > #yourAccount {
  background-image: none;
  padding: 0;
  margin: 6px 105px 20px 0;
  min-width: 0;
  border-radius: 20px;
}

/* line 49, ../../../vendor/assets/stylesheets/css/profile.css */
.points > #yourAccount:after {
  content: "";
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  display: block;
  position: absolute;
  right: 33px;
  top: 33px;
}

/* line 61, ../../../vendor/assets/stylesheets/css/profile.css */
#gnf_header .gnf-nav-active.points > #yourAccount:after {
  transform: rotate(225deg);
  top: 37px;
}

/* line 65, ../../../vendor/assets/stylesheets/css/profile.css */
.points > #yourAccount .gnf_nav_profileBtnText {
  padding: 7px 12px;
  text-align: center;
}

/* line 69, ../../../vendor/assets/stylesheets/css/profile.css */
.points > #yourAccount .gnf_nav_profileBtnSubText {
  font-weight: normal;
  font-size: 11px;
  line-height: 1em;
}

/* line 74, ../../../vendor/assets/stylesheets/css/profile.css */
.points > #yourAccount .gnf-hdr-points-circle {
  width: 42px;
  height: 42px;
  border: 6px solid #4A90E2;
  border-radius: 27px;
  position: absolute;
  display: block;
}

/* line 82, ../../../vendor/assets/stylesheets/css/profile.css */
.points > #yourAccount .gnf-hdr-points-circle {
  font-size: 11px;
  text-align: center;
  line-height: 43px;
  top: 0;
  right: 47px;
  letter-spacing: -0.4px;
}

/* line 90, ../../../vendor/assets/stylesheets/css/profile.css */
.points > #yourAccount .gnf-hdr-points-circle-doller {
  display: inline;
  font-size: 16px;
  vertical-align: bottom;
}

/* Profile dropdown */
/* line 98, ../../../vendor/assets/stylesheets/css/profile.css */
#hdrv3 #subnavDD_myProfile {
  margin: 0;
  width: 373px;
  overflow: hidden;
}

/* line 103, ../../../vendor/assets/stylesheets/css/profile.css */
#hdrv3 .myProfile > .dropmenu > .gnf-has-dropdown:after,
#hdrv3 .myProfile > .dropmenu > .gnf-has-dropdown:before {
  right: auto;
  left: 15px;
  bottom: 0;
}

/* line 109, ../../../vendor/assets/stylesheets/css/profile.css */
#hdrv3 .myProfile > .dropmenu > .gnf-has-dropdown:before {
  bottom: 1px;
}

/* line 112, ../../../vendor/assets/stylesheets/css/profile.css */
#subnavDD_myProfile a {
  font-size: 14px;
  color: #333;
  white-space: nowrap;
  line-height: 24px;
}

/* line 118, ../../../vendor/assets/stylesheets/css/profile.css */
.dropmenu #subnavDD_myProfile li.has-buttons {
  margin: 0;
  padding: 7px 15px 0;
  background: #eee;
}

/* line 123, ../../../vendor/assets/stylesheets/css/profile.css */
.dropmenu #subnavDD_myProfile li.has-buttons:first-child {
  padding-top: 15px;
}

/* line 126, ../../../vendor/assets/stylesheets/css/profile.css */
.dropmenu #subnavDD_myProfile li.has-buttons-center {
  text-align: center;
}

/* line 129, ../../../vendor/assets/stylesheets/css/profile.css */
#hdrv3 #subnavDD_myProfile li.gnf_nav_depth2_item {
  margin: 0;
  padding: 0;
}

/* line 133, ../../../vendor/assets/stylesheets/css/profile.css */
#hdrv3 #subnavDD_myProfile li.gnf_nav_depth2_item > a {
  margin: 0 10px;
  padding: 13px 0 11px 15px;
  border-top: 1px solid #BCBCBC;
}

/* line 138, ../../../vendor/assets/stylesheets/css/profile.css */
#hdrv3 #subnavDD_myProfile li.gnf_nav_depth2_item > a > span {
  color: #595959;
  font-size: 11px;
  float: right;
  margin: 0 15px 0 0;
}

/* line 144, ../../../vendor/assets/stylesheets/css/profile.css */
#hdrv3 #subnavDD_myProfile li.gnf_nav_depth2_item.gnf-profile-last-base-link:last-child > a {
  padding-bottom: 17px;
}

/* line 147, ../../../vendor/assets/stylesheets/css/profile.css */
#hdrv3 #subnavDD_myProfile li.gnf-main-signin-area {
  padding: 20px 10px;
  margin: 0 10px;
  border-top: 1px solid #BCBCBC;
}

/* line 152, ../../../vendor/assets/stylesheets/css/profile.css */
#hdrv3 #subnavDD_myProfile li.under-buttons {
  padding: 14px 25px 4px;
  font-size: 13px;
  font-weight: normal;
  color: #000;
}

/* line 158, ../../../vendor/assets/stylesheets/css/profile.css */
#subnavDD_myProfile .under-buttons a {
  color: #005ccc;
  font-weight: 600;
}

/* line 162, ../../../vendor/assets/stylesheets/css/profile.css */
#hdrv3 #subnavDD_myProfile li.gnf-profile-joinForFree {
  padding: 7px 25px 0;
}

/* line 165, ../../../vendor/assets/stylesheets/css/profile.css */
#gnfSkinnyPhoneMenuContent .gnf-block-area span,
#subnavDD_myProfile .gnf-block-area span {
  display: block;
}

/* line 169, ../../../vendor/assets/stylesheets/css/profile.css */
#gnfSkinnyPhoneMenuContent .gnf-block-area > button,
#subnavDD_myProfile .gnf-block-area > button {
  height: 100%;
  width: 353px;
  background-color: #4A90E2;
  margin: 10px;
  padding: 15px;
  color: #FFF;
  display: flex;
  flex-basis: auto;
  text-align: left;
  font-weight: normal;
  border: 0;
  border-radius: 0;
}

/* line 184, ../../../vendor/assets/stylesheets/css/profile.css */
#gnfSkinnyPhoneMenuContent .has-gnf-points-area-link,
#subnavDD_myProfile .has-gnf-points-area-link {
  position: relative;
}

/* line 188, ../../../vendor/assets/stylesheets/css/profile.css */
#gnfSkinnyPhoneMenuContent .has-gnf-points-area-link.gnf-nav-active,
#subnavDD_myProfile .has-gnf-points-area-link.gnf-nav-active {
  position: static;
}

/* line 192, ../../../vendor/assets/stylesheets/css/profile.css */
#gnfSkinnyPhoneMenuContent .has-gnf-points-area-link > button.gnf-points-area-button,
#subnavDD_myProfile .has-gnf-points-area-link > button.gnf-points-area-button {
  padding-bottom: 55px;
}

/* line 196, ../../../vendor/assets/stylesheets/css/profile.css */
#gnfSkinnyPhoneMenuContent .gnf-block-area > button {
  width: 100%;
  margin: 0;
}

/* line 200, ../../../vendor/assets/stylesheets/css/profile.css */
#gnfSkinnyPhoneMenuContent .gnf-points-area > button:focus,
#gnfSkinnyPhoneMenuContent .gnf-points-area > button:hover,
#subnavDD_myProfile .gnf-points-area > button:focus,
#subnavDD_myProfile .gnf-points-area > button:hover {
  background-color: #3E80CD;
}

/* line 206, ../../../vendor/assets/stylesheets/css/profile.css */
#gnfSkinnyPhoneMenuContent .gnf-block-area > button:focus .gnf-block-links,
#gnfSkinnyPhoneMenuContent .gnf-block-area > button:hover .gnf-block-links,
#subnavDD_myProfile .gnf-block-area > button:focus .gnf-block-links,
#subnavDD_myProfile .gnf-block-area > button:hover .gnf-block-links {
  text-decoration: underline;
}

/* line 212, ../../../vendor/assets/stylesheets/css/profile.css */
#gnfSkinnyPhoneMenuContent .gnf-nopoints-area,
#subnavDD_myProfile .gnf-nopoints-area {
  display: block;
}

/* line 217, ../../../vendor/assets/stylesheets/css/profile.css */
#gnfSkinnyPhoneMenuContent .gnf-block-text,
#subnavDD_myProfile .gnf-block-text {
  position: relative;
  width: 100%;
}

/* line 223, ../../../vendor/assets/stylesheets/css/profile.css */
#gnfSkinnyPhoneMenuContent .gnf-block-text > .gnf-block-text-title,
#subnavDD_myProfile .gnf-block-text > .gnf-block-text-title {
  font-size: 22px;
  line-height: 24px;
  margin: 0 0 12px;
  font-weight: 300;
}

/* line 230, ../../../vendor/assets/stylesheets/css/profile.css */
#gnfSkinnyPhoneMenuContent .gnf-block-text > .gnf-block-text-title:after,
#subnavDD_myProfile .gnf-block-text > .gnf-block-text-title:after {
  display: inline-block;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  content: "";
  padding: 4px;
  transform: rotate(-45deg);
  margin: 0 0 1px 4px;
}

/* line 241, ../../../vendor/assets/stylesheets/css/profile.css */
#gnfSkinnyPhoneMenuContent .gnf-block-text > span,
#subnavDD_myProfile .gnf-block-text > span {
  font-size: 14px;
  line-height: 1.5em;
}

/* line 246, ../../../vendor/assets/stylesheets/css/profile.css */
#gnfSkinnyPhoneMenuContent .gnf-block-text .gnf-syw-expiring-points,
#subnavDD_myProfile .gnf-block-text .gnf-syw-expiring-points {
  font-style: italic;
  font-weight: bold;
  font-size: 12px;
  line-height: 2em;
}

/* line 253, ../../../vendor/assets/stylesheets/css/profile.css */
#gnfSkinnyPhoneMenuContent .gnf-block-text .gnf-syw-expiring-points-new > span,
#subnavDD_myProfile .gnf-block-text .gnf-syw-expiring-points-new > span {
  font-style: italic;
  font-weight: bold;
  display: inline;
}

/* line 260, ../../../vendor/assets/stylesheets/css/profile.css */
#gnfSkinnyPhoneMenuContent .gnf-block-text .gnf-block-links,
#subnavDD_myProfile .gnf-block-text .gnf-block-links {
  margin: 25px 0 0;
  font-weight: 600;
}

/* line 265, ../../../vendor/assets/stylesheets/css/profile.css */
#gnfSkinnyPhoneMenuContent .gnf-block-text li > div,
#subnavDD_myProfile .gnf-block-text li > div {
  font-size: 14px;
  line-height: 21px;
}

/* line 270, ../../../vendor/assets/stylesheets/css/profile.css */
#gnfSkinnyPhoneMenuContent .gnf-block-text li.has-L3,
#subnavDD_myProfile .gnf-block-text li.has-L3 {
  cursor: pointer;
}

/* line 274, ../../../vendor/assets/stylesheets/css/profile.css */
#gnfSkinnyPhoneMenuContent .gnf-block-text li > div > span,
#subnavDD_myProfile .gnf-block-text li > div > span {
  font-size: 12px;
  font-weight: 600;
  color: #000;
  font-style: italic;
  line-height: 1.1em;
}

/* line 282, ../../../vendor/assets/stylesheets/css/profile.css */
#gnfSkinnyPhoneMenuContent .gnf-block-text li.has-L3 > div > .end-date,
#subnavDD_myProfile .gnf-block-text li.has-L3 > div > .end-date {
  font-size: 14px;
  padding: 20px 0;
}

/* line 288, ../../../vendor/assets/stylesheets/css/profile.css */
#gnfSkinnyPhoneMenuContent .gnf-block-dollar,
#subnavDD_myProfile .gnf-block-dollar {
  text-align: center;
  flex: 40%;
}

/* line 294, ../../../vendor/assets/stylesheets/css/profile.css */
#gnfSkinnyPhoneMenuContent .gnf-block-dollar span:nth-child(1),
#subnavDD_myProfile .gnf-block-dollar span:nth-child(1) {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 0.9em;
}

/* line 302, ../../../vendor/assets/stylesheets/css/profile.css */
#gnfSkinnyPhoneMenuContent .gnf-block-dollar span:nth-child(2),
#subnavDD_myProfile .gnf-block-dollar span:nth-child(2) {
  font-size: 12px;
  font-weight: 600;
  padding-top: 5px;
}

/* line 309, ../../../vendor/assets/stylesheets/css/profile.css */
#gnfSkinnyPhoneMenuContent .gnf-block-dollar:after,
#subnavDD_myProfile .gnf-block-dollar:after {
  background: url(//c.shld.net/staticassets/Assets_0.90/img/svg/icon-points-star.svg) no-repeat;
  width: 31px;
  height: 36px;
  margin-top: 16px;
  content: "";
  display: inline-block;
}

/* line 319, ../../../vendor/assets/stylesheets/css/profile.css */
#gnfSkinnyPhoneMenuContent .gnf-offers-area button,
#subnavDD_myProfile .gnf-offers-area button {
  background-color: #ECECEC;
  color: #333;
}

/* line 324, ../../../vendor/assets/stylesheets/css/profile.css */
#gnfSkinnyPhoneMenuContent .gnf-offers-area .gnf-block-text > .gnf-block-text-title:after,
#subnavDD_myProfile .gnf-offers-area .gnf-block-text > .gnf-block-text-title:after {
  border-color: #000;
}

/* line 328, ../../../vendor/assets/stylesheets/css/profile.css */
#gnfSkinnyPhoneMenuContent .gnf-offers-area > button:focus,
#gnfSkinnyPhoneMenuContent .gnf-offers-area > button:hover,
#subnavDD_myProfile .gnf-offers-area > button:focus,
#subnavDD_myProfile .gnf-offers-area > button:hover {
  background-color: #CCC;
}

/* line 334, ../../../vendor/assets/stylesheets/css/profile.css */
#gnfSkinnyPhoneMenuContent .gnf-offers-area .gnf-block-dollar,
#subnavDD_myProfile .gnf-offers-area .gnf-block-dollar {
  color: #005CCC;
}

/* line 339, ../../../vendor/assets/stylesheets/css/profile.css */
#gnfSkinnyPhoneMenuContent .gnf-offers-area .gnf-block-dollar:after,
#subnavDD_myProfile .gnf-offers-area .gnf-block-dollar:after {
  background-position: 0 -36px;
}

/* UHF-595 */
/* line 344, ../../../vendor/assets/stylesheets/css/profile.css */
#userAddress {
  display: none;
}

/* More info flyout styling for points and point offers  */
/* line 349, ../../../vendor/assets/stylesheets/css/profile.css */
#subnavDD_myProfile .gnf-has-dropdown > ul {
  display: none;
  position: absolute;
  width: 100%;
  left: 100%;
  top: 0;
  background: #fff;
  z-index: 2;
  height: 100%;
  color: #333;
}

/* line 360, ../../../vendor/assets/stylesheets/css/profile.css */
#subnavDD_myProfile .gnf-has-dropdown.gnf-nav-active > ul {
  display: block;
}

/* line 363, ../../../vendor/assets/stylesheets/css/profile.css */
#hdrv3 #gnfSkinnyPhoneMenuContent .gnf-mobile-profile li.gnf-how-offers-works > button,
#hdrv3 #gnfSkinnyPhoneMenuContent .gnf-mobile-profile li.gnf-how-points-works > button,
#subnavDD_myProfile .gnf-how-offers-works > button,
#subnavDD_myProfile .gnf-how-points-works > button {
  font-size: 22px;
  border: none;
  font-weight: normal;
  margin: 20px 0 5px;
  background: 0;
  padding: 7px 24px;
}

/* line 374, ../../../vendor/assets/stylesheets/css/profile.css */
#hdrv3 .gnf-mobile-profile .gnf-how-points-works button:hover,
#hdrv3 .gnf-mobile-profile .gnf-how-offers-works button:hover,
#subnavDD_myProfile .gnf-how-points-works button:hover,
#subnavDD_myProfile .gnf-how-offers-works button:hover {
  text-decoration: underline;
}

/* line 380, ../../../vendor/assets/stylesheets/css/profile.css */
#hdrv3 .gnf-mobile-profile .gnf-block-area img,
#subnavDD_myProfile .gnf-block-area img {
  margin: 9px 0;
  display: inline-block;
}

/* line 385, ../../../vendor/assets/stylesheets/css/profile.css */
#hdrv3 .gnf-mobile-profile .gnf-block-area p,
#subnavDD_myProfile .gnf-block-area p {
  text-align: left;
  margin: 0 30px 15px;
}

/* line 390, ../../../vendor/assets/stylesheets/css/profile.css */
#hdrv3 .gnf-mobile-profile .gnf-block-area h5,
#subnavDD_myProfile .gnf-block-area h5 {
  margin: 0px 30px;
  text-align: left;
}

/* line 395, ../../../vendor/assets/stylesheets/css/profile.css */
#hdrv3 .gnf-mobile-profile .gnf-points-center-text,
#subnavDD_myProfile .gnf-points-center-text {
  padding: 0 0 20px;
  margin: 0;
  text-align: center;
}

/* line 401, ../../../vendor/assets/stylesheets/css/profile.css */
#hdrv3 .gnf-mobile-profile .gnf-points-center-text:after,
#subnavDD_myProfile .gnf-points-center-text:after {
  background: url(//c.shld.net/staticassets/Assets_0.90/img/svg/icon-points-star.svg) 0 -24px/21px no-repeat;
  width: 21px;
  height: 24px;
  content: "";
  display: inline-block;
}

/* line 409, ../../../vendor/assets/stylesheets/css/profile.css */
#hdrv3 .gnf-mobile-profile .gnf-points-shopping-elsewhere,
#subnavDD_myProfile .gnf-points-shopping-elsewhere {
  padding: 30px 0 15px;
  margin: 30px 30px 0;
  border-top: 1px solid #E9E9E9;
}

/* line 415, ../../../vendor/assets/stylesheets/css/profile.css */
#hdrv3 .gnf-mobile-profile .gnf-points-shopping-elsewhere h5,
#subnavDD_myProfile .gnf-points-shopping-elsewhere h5 {
  margin: 0;
}

/* line 419, ../../../vendor/assets/stylesheets/css/profile.css */
#hdrv3 .gnf-mobile-profile .gnf-points-shopping-elsewhere p,
#subnavDD_myProfile .gnf-points-shopping-elsewhere p {
  margin: 0 0 15px;
}

/* line 423, ../../../vendor/assets/stylesheets/css/profile.css */
#hdrv3 .gnf-mobile-profile .gnf-block-area a,
#subnavDD_myProfile .gnf-block-area a {
  margin: 0 30px 15px;
  color: #005CCC;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  display: inherit;
}

/* line 432, ../../../vendor/assets/stylesheets/css/profile.css */
#hdrv3 .gnf-mobile-profile .gnf-block-area a.gnf-points-area-link,
#subnavDD_myProfile .gnf-block-area a.gnf-points-area-link {
  background-color: #FFF;
  text-decoration: none;
  margin: 0;
  display: inline-block;
  position: absolute;
  bottom: 21px;
  left: 25px;
}

/* line 443, ../../../vendor/assets/stylesheets/css/profile.css */
#hdrv3 #gnfSkinnyPhoneMenuContent .gnf-mobile-profile .gnf-how-points-works.gnf-block-area .gnf-back-arrow,
#subnavDD_myProfile .gnf-how-points-works.gnf-block-area .gnf-back-arrow {
  background-color: #4A90E2;
  margin: 10px;
  padding: 15px;
  color: #FFF;
  text-align: center;
  display: inline-block;
}

/* line 452, ../../../vendor/assets/stylesheets/css/profile.css */
#hdrv3 #gnfSkinnyPhoneMenuContent .gnf-mobile-profile .gnf-how-points-works.gnf-block-area .gnf-back-arrow {
  margin: 10px 0;
}

/* line 455, ../../../vendor/assets/stylesheets/css/profile.css */
#hdrv3 .gnf-mobile-profile .gnf-how-points-works.gnf-block-area .gnf-back-arrow:hover,
#subnavDD_myProfile .gnf-how-points-works.gnf-block-area .gnf-back-arrow:hover {
  background: #3E80CD;
  text-decoration: none;
}

/* line 460, ../../../vendor/assets/stylesheets/css/profile.css */
#hdrv3 .gnf-mobile-profile .gnf-how-points-works.gnf-block-area .gnf-back-arrow:before,
#subnavDD_myProfile .gnf-how-points-works.gnf-block-area .gnf-back-arrow:before {
  border-color: #FFF;
  float: left;
}

/* line 465, ../../../vendor/assets/stylesheets/css/profile.css */
#hdrv3 .gnf-mobile-profile .gnf-how-points-works.gnf-block-area .gnf-back-arrow:after,
#subnavDD_myProfile .gnf-how-points-works.gnf-block-area .gnf-back-arrow:after {
  background: url(//c.shld.net/staticassets/Assets_0.90/img/svg/icon-points-star.svg) 0 0/21px no-repeat;
  width: 21px;
  height: 24px;
  content: "";
  display: inline-block;
}

/* line 473, ../../../vendor/assets/stylesheets/css/profile.css */
#hdrv3 .gnf-mobile-profile .gnf-how-points-works.gnf-block-area .gnf-back-arrow > span:first-child,
#subnavDD_myProfile .gnf-how-points-works.gnf-block-area .gnf-back-arrow > span:first-child {
  font-size: 16px;
  font-weight: 600;
  padding: 5px 20px 5px 0;
}

/* line 480, ../../../vendor/assets/stylesheets/css/profile.css */
#hdrv3 .gnf-mobile-profile .gnf-how-points-works.gnf-block-area .gnf-back-arrow > span:nth-child(2),
#subnavDD_myProfile .gnf-how-points-works.gnf-block-area .gnf-back-arrow > span:nth-child(2) {
  font-size: 34px;
  font-weight: bold;
  padding: 0 0 15px;
  line-height: 1em;
}

/* line 488, ../../../vendor/assets/stylesheets/css/profile.css */
#hdrv3 .gnf-mobile-profile details,
#subnavDD_myProfile details {
  margin: 0 0 20px;
}

/* line 492, ../../../vendor/assets/stylesheets/css/profile.css */
#hdrv3 .gnf-mobile-profile details > div,
#subnavDD_myProfile details > div {
  background-color: #eee;
  font-size: 12px;
  transition: height  1s ease;
  height: 0%;
  overflow: hidden;
  display: none;
}

/* line 501, ../../../vendor/assets/stylesheets/css/profile.css */
#hdrv3 .gnf-mobile-profile details.open > div,
#subnavDD_myProfile details.open > div {
  transition: height  1s ease;
  height: 100%;
  display: block;
}

/* line 507, ../../../vendor/assets/stylesheets/css/profile.css */
#hdrv3 .gnf-mobile-profile summary,
#subnavDD_myProfile summary {
  color: #003980;
  border-bottom: 1px solid #9B9B9B;
  padding: 15px 0;
  margin-bottom: 15px;
}

/* line 514, ../../../vendor/assets/stylesheets/css/profile.css */
#hdrv3 .gnf-mobile-profile summary::-webkit-details-marker,
#subnavDD_myProfile summary::-webkit-details-marker {
  display: none;
}

/* line 518, ../../../vendor/assets/stylesheets/css/profile.css */
#hdrv3 .gnf-mobile-profile summary:hover,
#subnavDD_myProfile summary:hover {
  cursor: pointer;
  text-decoration: underline;
}

/* line 523, ../../../vendor/assets/stylesheets/css/profile.css */
#hdrv3 .gnf-mobile-profile summary:before,
#subnavDD_myProfile summary:before {
  display: inline-block;
  border: solid #333;
  border-width: 0 2px 2px 0;
  content: "";
  padding: 3px;
  transform: rotate(45deg);
  margin: 0 10px 2px 5px;
}

/* line 533, ../../../vendor/assets/stylesheets/css/profile.css */
#hdrv3 .gnf-mobile-profile details.open summary:before,
#hdrv3 .gnf-mobile-profile details[open] summary:before,
#subnavDD_myProfile details.open summary:before,
#subnavDD_myProfile details[open] summary:before {
  transform: rotate(-135deg);
  margin: 0 10px 0 5px;
}

/* line 540, ../../../vendor/assets/stylesheets/css/profile.css */
#hdrv3 .gnf-mobile-profile .gnf-points-area > ul summary,
#subnavDD_myProfile .gnf-points-area > ul summary {
  margin: 0 30px 15px;
}

/* line 544, ../../../vendor/assets/stylesheets/css/profile.css */
#hdrv3 .gnf-mobile-profile .gnf-points-area > ul details.open summary,
#hdrv3 .gnf-mobile-profile .gnf-points-area > ul details[open] summary,
#subnavDD_myProfile .gnf-points-area > ul details.open summary,
#subnavDD_myProfile .gnf-points-area > ul details[open] summary {
  border: 0;
  margin: 0 30px;
}

/* line 551, ../../../vendor/assets/stylesheets/css/profile.css */
#hdrv3 .gnf-mobile-profile .gnf-points-area > ul details.open:nth-child(2) > div,
#subnavDD_myProfile .gnf-points-area > ul details.open:nth-child(2) > div {
  padding: 20px 0;
  margin: 0 10px;
  max-height: 200px;
}

/* line 557, ../../../vendor/assets/stylesheets/css/profile.css */
#hdrv3 .gnf-mobile-profile .gnf-points-area > ul details.open:nth-child(2) > div > p,
#subnavDD_myProfile .gnf-points-area > ul details.open:nth-child(2) > div > p {
  padding: 0 20px;
  max-height: 200px;
  overflow-y: auto;
}

/* line 563, ../../../vendor/assets/stylesheets/css/profile.css */
#hdrv3 .gnf-mobile-profile .gnf-points-area > ul details p,
#subnavDD_myProfile .gnf-points-area > ul details p {
  margin: 0 0 30px;
}

/* line 567, ../../../vendor/assets/stylesheets/css/profile.css */
#hdrv3 .gnf-mobile-profile p.no-bottom-margin,
#subnavDD_myProfile p.no-bottom-margin {
  margin-bottom: 0;
}

/* line 571, ../../../vendor/assets/stylesheets/css/profile.css */
#hdrv3 .gnf-mobile-profile .gnf-points-area > ul details a,
#subnavDD_myProfile .gnf-points-area > ul details a {
  margin: 0;
  font-size: inherit;
  font-weight: normal;
  display: inline;
}

/* line 579, ../../../vendor/assets/stylesheets/css/profile.css */
#hdrv3 .gnf-mobile-profile .gnf-points-area > ul details:nth-child(3) > div,
#subnavDD_myProfile .gnf-points-area > ul details:nth-child(3) > div {
  padding: 10px;
  margin: 0 10px;
}

/* line 584, ../../../vendor/assets/stylesheets/css/profile.css */
#hdrv3 .gnf-mobile-profile .gnf-points-area > ul details .gnf-block-area,
#subnavDD_myProfile .gnf-points-area > ul details .gnf-block-area {
  background: #002859;
  color: #fff;
  text-align: center;
}

/* line 590, ../../../vendor/assets/stylesheets/css/profile.css */
#hdrv3 .gnf-mobile-profile .gnf-points-area > ul details .gnf-block-area h4,
#subnavDD_myProfile .gnf-points-area > ul details .gnf-block-area h4 {
  font-size: 21px;
  font-weight: bold;
  margin: 0;
  padding: 15px 0 5px;
  color: #fff;
}

/* line 598, ../../../vendor/assets/stylesheets/css/profile.css */
#hdrv3 .gnf-mobile-profile .gnf-points-area > ul details .gnf-block-area p,
#subnavDD_myProfile .gnf-points-area > ul details .gnf-block-area p {
  text-align: center;
  font-size: 14px;
  margin: 0;
  padding: 0 10px 15px;
}

/* line 605, ../../../vendor/assets/stylesheets/css/profile.css */
#hdrv3 .gnf-mobile-profile .gnf-points-area > ul details .gnf-block-area img,
#subnavDD_myProfile .gnf-points-area > ul details .gnf-block-area img {
  margin: 0;
}

/* For 24/7 chat styles */
/* line 2, ../../../vendor/assets/stylesheets/css/chat.css */
#leftBottomChat {
  cursor: pointer;
  bottom: 0;
  left: 150px;
  padding: 10px;
  position: fixed;
  z-index: 99999;
}

/* line 10, ../../../vendor/assets/stylesheets/css/chat.css */
#headerChat {
  margin: 0 0 0 5px;
}

/* line 13, ../../../vendor/assets/stylesheets/css/chat.css */
#hdrv3 #headerChat span, #hdrv3 #headerChat a {
  padding: 0 0 0 10px;
}

/* line 16, ../../../vendor/assets/stylesheets/css/chat.css */
#headerChat span:hover {
  text-decoration: underline;
}

/* line 19, ../../../vendor/assets/stylesheets/css/chat.css */
#headerChat > span {
  background-position: 3px -1139px;
  display: block;
}

/* line 23, ../../../vendor/assets/stylesheets/css/chat.css */
.kmart #headerChat > span {
  background-position: -115px -1139px;
}

/* busy leaves the icon/link disabled */
/* line 28, ../../../vendor/assets/stylesheets/css/chat.css */
#headerChat .agentBusy {
  opacity: 0.5;
}

/* line 31, ../../../vendor/assets/stylesheets/css/chat.css */
#headerChat span.agentBusy:hover {
  text-decoration: none;
  cursor: default;
}

/* line 35, ../../../vendor/assets/stylesheets/css/chat.css */
#headerChat span.agentBusy span:hover, #headerChat span.agentBusy a:hover {
  text-decoration: none;
  cursor: default;
}

/* line 39, ../../../vendor/assets/stylesheets/css/chat.css */
#hdrv3 #headerChat .chatNotAvailable {
  display: none;
}

/* line 43, ../../../vendor/assets/stylesheets/css/chat.css */
#hdrv3 #headerChat .chatAvailable {
  display: block;
}

/* line 1, ../../../vendor/assets/stylesheets/css/kmart/headerV3.css */
#hdrv3,
#hdrv3 #gnf_01_tree_nav a,
#hdrv3 #loginStatus a,
#hdrv3 #userAddress a,
#navigation a:hover {
  color: #0f8294;
}

/* line 8, ../../../vendor/assets/stylesheets/css/kmart/headerV3.css */
#logo {
  margin: 0 34px 14px;
}

/* line 11, ../../../vendor/assets/stylesheets/css/kmart/headerV3.css */
#logo a.ribbon-kmart-logo {
  height: 58px;
  width: 56px;
  background-position: 0 -536px;
}

/* line 16, ../../../vendor/assets/stylesheets/css/kmart/headerV3.css */
#hdrv3 #gnf_01_tree_nav .dropmenu > li > ul > li a {
  color: #b10017;
}

/* line 20, ../../../vendor/assets/stylesheets/css/kmart/headerV3.css */
#gnf_lnkCart .cartItems {
  background: #219bd9;
}

/* line 23, ../../../vendor/assets/stylesheets/css/kmart/headerV3.css */
#gnf_header .gnf-nav-active #yourAccount,
#gnf_header #yourAccount:focus,
#gnf_header #yourAccount:hover,
body #hdrv3 #gnf_lnkCart:hover,
body #hdrv3 #gnf_lnkCart:focus {
  background-color: #a61111;
}

/* line 30, ../../../vendor/assets/stylesheets/css/kmart/headerV3.css */
#hdrv3 #navigation .gnf_nav_depth1_item:hover > span > a.gnf_tree_junction {
  color: #0f8294;
}

/*Inventory & Prices Updated Modal PR to US*/
/* line 34, ../../../vendor/assets/stylesheets/css/kmart/headerV3.css */
#prInventoryModal .shcModal-wrapper {
  padding-bottom: 25px;
  border: none;
}

/* line 38, ../../../vendor/assets/stylesheets/css/kmart/headerV3.css */
#prInventoryModal h4 {
  font-size: 22px;
  margin-bottom: 15px;
}

/* line 42, ../../../vendor/assets/stylesheets/css/kmart/headerV3.css */
#prInventoryModal p {
  font-size: 14px;
}

/* line 45, ../../../vendor/assets/stylesheets/css/kmart/headerV3.css */
#prInventoryModal p.prAction {
  width: 100%;
  text-align: right;
  margin-top: 20px;
}

/* Standard Popup Styling */
/* line 51, ../../../vendor/assets/stylesheets/css/kmart/headerV3.css */
.shcModal .shcModal-wrapper {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: #FFFFFF;
  background-image: none;
  background-origin: padding-box;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto auto;
  border-bottom-color: #8CB2D4;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color-ltr-source: physical;
  border-left-color-rtl-source: physical;
  border-left-color-value: #8CB2D4;
  border-left-style-ltr-source: physical;
  border-left-style-rtl-source: physical;
  border-left-style-value: solid;
  border-left-width-ltr-source: physical;
  border-left-width-rtl-source: physical;
  border-left-width-value: 1px;
  border-right-color-ltr-source: physical;
  border-right-color-rtl-source: physical;
  border-right-color-value: #8CB2D4;
  border-right-style-ltr-source: physical;
  border-right-style-rtl-source: physical;
  border-right-style-value: solid;
  border-right-width-ltr-source: physical;
  border-right-width-rtl-source: physical;
  border-right-width-value: 1px;
  border-top-color: #8CB2D4;
  border-top-style: solid;
  border-top-width: 1px;
  height: auto;
  padding-bottom: 50px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 25px;
}

/* Restructure CSS - Right-aligns profile elements */
/* line 97, ../../../vendor/assets/stylesheets/css/kmart/headerV3.css */
#hdrv3,
#hdrv3 #has-header-body {
  background: #cc1414;
}

/* line 102, ../../../vendor/assets/stylesheets/css/kmart/headerV3.css */
#hdrv3 #has-navigation {
  background: #a61111;
}

/* line 106, ../../../vendor/assets/stylesheets/css/kmart/headerV3.css */
#hdrv3,
#hdrv3 #gnf_01_tree_nav a,
#hdrv3 #loginStatus a,
#hdrv3 #userAddress a {
  color: #fff;
}

/* line 113, ../../../vendor/assets/stylesheets/css/kmart/headerV3.css */
#hdrv3 #gnf_01_tree_nav {
  left: -6px;
}

/* line 117, ../../../vendor/assets/stylesheets/css/kmart/headerV3.css */
#hdrv3 #navigation .gnf_nav_depth1_item > span > a.gnf_tree_junction,
#hdrv3 #navigation .gnf_nav_depth1_item > span > span.gnf_tree_junction {
  color: #fff;
}

/* line 121, ../../../vendor/assets/stylesheets/css/kmart/headerV3.css */
#hdrv3 #navigation li.gnf_nav_depth1_item.gnf-nav-active > span > a.gnf_tree_junction,
#hdrv3 #navigation li.gnf_nav_depth1_item.gnf-nav-active > span > span.gnf_tree_junction,
#hdrv3 #gnf_nav_more.gnf-nav-active,
#hdrv3 #navigation .gnf_nav_depth2_list a:hover {
  color: #137abf;
  background-color: #fff;
  border-color: #137abf;
}

/* line 130, ../../../vendor/assets/stylesheets/css/kmart/headerV3.css */
#hdrv3 #gnf_nav_more {
  background: #800d0d none repeat scroll 0 0;
}

/* line 133, ../../../vendor/assets/stylesheets/css/kmart/headerV3.css */
#hdrv3 #gnf_nav_more:hover,
#hdrv3 #gnf_nav_more.gnf-nav-active {
  background: #fff;
}

/* line 138, ../../../vendor/assets/stylesheets/css/kmart/headerV3.css */
#hdrv3 #navigation li.gnf_nav_depth1_item.gnf-nav-active {
  border-bottom-color: #137abf;
}

/* line 142, ../../../vendor/assets/stylesheets/css/kmart/headerV3.css */
#hdrv3 #navigation li.gnf_nav_depth1_item.gnf-nav-active > span > a.gnf_tree_junction:before,
#hdrv3 #navigation li.gnf_nav_depth1_item.gnf-nav-active > span > span.gnf_tree_junction:before {
  border-color: #137abf transparent transparent;
}

/* line 147, ../../../vendor/assets/stylesheets/css/kmart/headerV3.css */
#hdrv3 #navigation .gnf_nav_depth1_item:hover > span > a.gnf_tree_junction,
#hdrv3 #navigation .gnf_nav_depth1_item:hover > span > span.gnf_tree_junction {
  color: #137abf;
}

/* line 152, ../../../vendor/assets/stylesheets/css/kmart/headerV3.css */
#hdrv3 #navigation span.gnf-dept-deals > a:hover {
  color: #d01833;
}

/*UHF-703*/
/*hover downward red arrow */
/* line 159, ../../../vendor/assets/stylesheets/css/kmart/headerV3.css */
#hdrv3 #navigation li.gnf_nav_depth1_item:hover > span > a.gnf_tree_junction.downTriangle:after {
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #137abf;
  display: inline-block;
  height: 0;
  margin: 0 0 1px 5px;
  width: 0;
  content: "";
}

/*! jQuery UI - v1.12.0 - 2016-08-18
* http://jqueryui.com
* Includes: core.css, autocomplete.css, menu.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&bgImgOpacityError=&bgImgOpacityHighlight=&bgImgOpacityActive=&bgImgOpacityHover=&bgImgOpacityDefault=&bgImgOpacityContent=&bgImgOpacityHeader=&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=%23666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=%23aaaaaa&iconColorError=%23cc0000&fcError=%235f3f3f&borderColorError=%23f1a899&bgTextureError=flat&bgColorError=%23fddfdf&iconColorHighlight=%23777620&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgTextureHighlight=flat&bgColorHighlight=%23fffa90&iconColorActive=%23ffffff&fcActive=%23ffffff&borderColorActive=%23e6f3ff&bgTextureActive=flat&bgColorActive=%23e6f3ff&iconColorHover=%23555555&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgTextureHover=flat&bgColorHover=%23ededed&iconColorDefault=%23777777&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgTextureDefault=flat&bgColorDefault=%23FFFFFF&iconColorContent=%23444444&fcContent=%23333333&borderColorContent=%23dddddd&bgTextureContent=flat&bgColorContent=%23ffffff&iconColorHeader=%23444444&fcHeader=%23333333&borderColorHeader=%23dddddd&bgTextureHeader=flat&bgColorHeader=%23e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=15px&ffDefault=Open%20Sans
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* search */
/* line 8, ../../../vendor/assets/stylesheets/css/autofill.css */
#search {
  /* defined for both sears and kmart */
  height: 36px;
  position: relative;
  width: auto;
  top: -50px;
  clear: both;
}

/* line 16, ../../../vendor/assets/stylesheets/css/autofill.css */
#search .KeySearch {
  position: relative;
}

/* line 20, ../../../vendor/assets/stylesheets/css/autofill.css */
#keyword {
  font-size: 15px;
  width: 100%;
  height: 100% !important;
  /* overwrites mobile important */
  position: relative;
  background: #fff;
  box-shadow: none;
  margin: 0;
  border-radius: 3px;
  box-sizing: border-box;
  border: 2px solid #fff;
  line-height: 20px;
  height: 36px;
  display: block;
}

/* line 35, ../../../vendor/assets/stylesheets/css/autofill.css */
#keyword:focus {
  border-color: #2f87f2;
}

/* line 38, ../../../vendor/assets/stylesheets/css/autofill.css */
#keyword[type=text] {
  /* Remove First */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 44, ../../../vendor/assets/stylesheets/css/autofill.css */
#goBtn {
  box-sizing: border-box;
  position: absolute;
  line-height: 0;
  display: inline-block;
  width: 42px;
  min-width: 0;
  height: 36px !important;
  /* overwrites mobile important */
  right: 0;
  top: 0;
  overflow: hidden;
  text-indent: -999px;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border: 0;
  border-radius: 0 3px 3px 0;
  text-shadow: none;
}

/* end search */
/* line 63, ../../../vendor/assets/stylesheets/css/autofill.css */
.ui-menu .no-items.ui-menu-item {
  padding-top: 15px;
  padding-bottom: 20px;
  padding-left: 10px;
  align: center;
  display: block;
  font-size: 15px;
  font-weight: 600;
  line-height: 14px;
  overflow: hidden;
  border-left: 0 solid #ddd;
  min-height: 0;
}

/* line 77, ../../../vendor/assets/stylesheets/css/autofill.css */
.ui-menu .no-items.ui-menu-item {
  color: #333;
}

/* line 81, ../../../vendor/assets/stylesheets/css/autofill.css */
#ui-id-1 {
  border: 2px solid #2f87f2;
  border-radius: 2px;
}

/* line 87, ../../../vendor/assets/stylesheets/css/autofill.css */
.ui-menu,
.ui-widget,
.ui-widget-content,
.ui-autocomplete,
.ui-front {
  z-index: 9999 !important;
}

/* line 94, ../../../vendor/assets/stylesheets/css/autofill.css */
.ui-helper-reset,
.ui-menu {
  list-style: none;
  outline: 0;
}

/* line 99, ../../../vendor/assets/stylesheets/css/autofill.css */
.separator {
  border-top: 1px solid #ddd;
}

/* line 102, ../../../vendor/assets/stylesheets/css/autofill.css */
.ui-state-active {
  background: #e6f3ff;
}

/* line 105, ../../../vendor/assets/stylesheets/css/autofill.css */
.ui-helper-hidden {
  display: none;
}

/* line 108, ../../../vendor/assets/stylesheets/css/autofill.css */
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 118, ../../../vendor/assets/stylesheets/css/autofill.css */
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
}

/* line 126, ../../../vendor/assets/stylesheets/css/autofill.css */
.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
  content: "";
  display: table;
  border-collapse: collapse;
}

/* line 132, ../../../vendor/assets/stylesheets/css/autofill.css */
.ui-helper-clearfix:after {
  clear: both;
}

/* line 135, ../../../vendor/assets/stylesheets/css/autofill.css */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

/* line 144, ../../../vendor/assets/stylesheets/css/autofill.css */
.ui-front {
  z-index: 100;
}

/* line 147, ../../../vendor/assets/stylesheets/css/autofill.css */
.ui-state-disabled {
  cursor: default;
  pointer-events: none;
}

/* line 151, ../../../vendor/assets/stylesheets/css/autofill.css */
.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* line 156, ../../../vendor/assets/stylesheets/css/autofill.css */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 163, ../../../vendor/assets/stylesheets/css/autofill.css */
.ui-autocomplete,
.ui-menu .ui-menu {
  position: absolute;
}

/* line 167, ../../../vendor/assets/stylesheets/css/autofill.css */
.ui-autocomplete {
  top: 0;
  left: 0;
  cursor: default;
}

/* line 172, ../../../vendor/assets/stylesheets/css/autofill.css */
.ui-menu {
  padding: 0;
  margin: 0;
  display: block;
}

/* line 177, ../../../vendor/assets/stylesheets/css/autofill.css */
.ui-menu .ui-menu-item {
  padding: 5px 0 5px 10px;
  font-size: 15px;
  font-weight: 600;
  font-family: Open Sans;
  color: #333;
  position: relative;
  margin: 0;
  cursor: pointer;
}

/* line 187, ../../../vendor/assets/stylesheets/css/autofill.css */
.ui-widget-content a,
.ui-widget-header,
.ui-widget-header a {
  color: #333;
}

/* line 192, ../../../vendor/assets/stylesheets/css/autofill.css */
.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}

/* line 196, ../../../vendor/assets/stylesheets/css/autofill.css */
.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0;
}

/* line 203, ../../../vendor/assets/stylesheets/css/autofill.css */
.ui-menu-icons {
  position: relative;
}

/* line 206, ../../../vendor/assets/stylesheets/css/autofill.css */
.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

/* line 209, ../../../vendor/assets/stylesheets/css/autofill.css */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}

/* line 216, ../../../vendor/assets/stylesheets/css/autofill.css */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

/* line 220, ../../../vendor/assets/stylesheets/css/autofill.css */
.ui-widget {
  font-family: Open Sans;
  font-size: 15px;
}

/* line 224, ../../../vendor/assets/stylesheets/css/autofill.css */
.ui-widget .ui-widget {
  font-size: 1em;
}

/* line 227, ../../../vendor/assets/stylesheets/css/autofill.css */
.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
  font-family: Open Sans;
  font-size: 1em;
}

/* line 234, ../../../vendor/assets/stylesheets/css/autofill.css */
.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

/* line 237, ../../../vendor/assets/stylesheets/css/autofill.css */
.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}

/* line 242, ../../../vendor/assets/stylesheets/css/autofill.css */
.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  font-weight: 700;
}

/* line 247, ../../../vendor/assets/stylesheets/css/autofill.css */
.ui-button,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
  border: 1px solid #c5c5c5;
  background: #FFF;
  font-weight: 400;
  color: #454545;
}

/* line 258, ../../../vendor/assets/stylesheets/css/autofill.css */
.ui-button,
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button {
  color: #454545;
  text-decoration: none;
}

/* line 268, ../../../vendor/assets/stylesheets/css/autofill.css */
.ui-button:focus,
.ui-button:hover,
.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: 400;
  color: #2b2b2b;
}

/* line 281, ../../../vendor/assets/stylesheets/css/autofill.css */
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
a.ui-button:focus,
a.ui-button:hover {
  color: #2b2b2b;
  text-decoration: none;
}

/* line 294, ../../../vendor/assets/stylesheets/css/autofill.css */
.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}

/* line 297, ../../../vendor/assets/stylesheets/css/autofill.css */
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

/* line 304, ../../../vendor/assets/stylesheets/css/autofill.css */
.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

/* line 308, ../../../vendor/assets/stylesheets/css/autofill.css */
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

/* line 313, ../../../vendor/assets/stylesheets/css/autofill.css */
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

/* line 320, ../../../vendor/assets/stylesheets/css/autofill.css */
.ui-state-error a,
.ui-state-error-text,
.ui-widget-content .ui-state-error a,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error a,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

/* line 328, ../../../vendor/assets/stylesheets/css/autofill.css */
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: 700;
}

/* line 333, ../../../vendor/assets/stylesheets/css/autofill.css */
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: 400;
}

/* line 340, ../../../vendor/assets/stylesheets/css/autofill.css */
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

/* line 347, ../../../vendor/assets/stylesheets/css/autofill.css */
.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

/* search */
/* line 2, ../../../vendor/assets/stylesheets/css/kmart/autofill.css */
#search {
  margin: 0 300px 0 124px;
}

/* line 5, ../../../vendor/assets/stylesheets/css/kmart/autofill.css */
#keyword {
  padding: 5px 40px 6px 18px;
  color: #333;
}

/* line 9, ../../../vendor/assets/stylesheets/css/kmart/autofill.css */
#goBtn {
  background-color: transparent;
  background-position: -109px -1002px;
}

/* line 13, ../../../vendor/assets/stylesheets/css/kmart/autofill.css */
#goBtn:focus,
#goBtn:hover {
  background-position: -149px -1002px;
}

/* end search */
