.shopby-nav a {
  display: block;
  font-family: PNovaReg;
  padding-bottom: 5px;
  padding-top: 6px;
  text-transform: uppercase;
}

.shopby-nav ul {
  margin: 0;
}

.shopby-nav > ul > li > a {
  border-top: 1px solid #d7d7d7;
  color: #b7b7b7;
  font-size: 17px;
  font-weight: normal;
  letter-spacing: 4px;
  padding-bottom: 11px;
  padding-top: 13px;
}
.shopby-nav > ul > li.is-sale.nav-item-sale > a {
  color: #f2018a;
}
.shopby-nav > ul > li > a:hover {
  color: #000;
  font-family: PNovaBold;
}

.shopby-nav > ul > li > ul {
  display: none;
}

.shopby-nav > ul > li.is-active > ul,
.shopby-nav > ul > li.is-active-path > ul {
  display: block;
  margin-bottom: 20px;
}

.shopby-nav > ul > li > ul > .submenu-items > li:not(.is-column) > a,
.shopby-nav > ul > li > ul > .submenu-items > li.is-column > ul > .submenu-items > li > a {
  color: #7d7d7d;
  font-size: 14px;
  font-family: PNovaSemiB;
  margin: 20px 0 8px;
  text-transform: uppercase;
}
.shopby-nav > ul > li > ul > .submenu-items > li:not(.is-column):first-child > a,
.shopby-nav > ul > li > ul > .submenu-items > li.is-column > ul > .submenu-items > li:first-child > a {
  margin-top: 10px;
}
.shopby-nav > ul > li > ul > .submenu-items li a {
  color: #7d7d7d;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 2.5px;
}

.shopby-nav > ul > li > ul > .submenu-items li a.is-active {
  background-color: #f5f5f5;
  color: #000;
  font-family: PNovaBold;
}
.shopby-nav .feature-flag-custom-2,
.shopby-nav .feature-flag-new,
.shopby-nav .feature-flag-sale {
  color: #f2018a;
  font-family: PNovaReg !important;
	font-size: 8px;
	letter-spacing: normal;
	padding-left: 5px;
	vertical-align: middle;
}

.shopby-nav li {
  margin-bottom: 4px;
  position: relative;
}


.shopby-nav a em,
.pagination em {
  font-family: Georgia;
  font-style: italic;
  text-transform: lowercase;
}

.page-header,
.section-header {
  margin-left: 15px;
  margin-right: 15px;
}

.search-field {
  border: 1px solid #d7d7d7;
  float: left;
  height: 31px;
  padding-left: 10px;
  width: 203px;
  border-width: 1px 0 1px 1px;
}

.search-submit {
  border: 1px solid #d7d7d7;
  float: left;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
  background: #b7b7b7 url("//us-cdn.sd-assets.com/media/images/shared/search-icon.png") center center no-repeat;
  height: 35px;
  width: 35px;
}

.search-products {
  border-top: 1px solid #d7d7d7;
  padding-top: 20px;
}

.search-products .error-explanation {
  width: 177px;
}

.lightbox-promo {
  height: 400px;
  width: 750px;
  display: none;
  top: 200px;
  position: absolute;
  padding: 0;
}

.lightbox-promo .popup-content {
  height: 400px;
  width: 750px;
  background: #fff url("//us-cdn.sd-assets.com/media/images/shop_by/lightbox-promo.jpg") 0 0 no-repeat;
  padding: 0;
}

.promo-try {
  float: right;
  height: 268px;
  margin-right: 12px;
  margin-top: 7px;
  text-align: center;
  width: 385px;
  padding-top: 117px;
}

.promo-redeem {
  float: right;
  height: 268px;
  margin-right: 12px;
  margin-top: 7px;
  text-align: center;
  width: 385px;
  padding-top: 87px;
}

.promo-try h3 {
  color: #363636;
  font-family: PNovaSemiB,Helvetica,Arial;
  font-size: 28px;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 13px;
}

.promo-redeem h3 {
  color: #363636;
  font-family: PNovaSemiB,Helvetica,Arial;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-weight: normal;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  font-size: 22px;
  line-height: 54px;
  margin-bottom: 15px;
}

.promo-try p {
  color: #363636;
  font-family: PNovaReg,Helvetica,Arial;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: .1em;
  line-height: 21px;
  text-transform: center;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  width: 295px;
  margin: 0 auto 30px;
  padding: 11px 0 9px;
}

.promo-redeem p {
  color: #363636;
  font-family: PNovaReg,Helvetica,Arial;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: .1em;
  line-height: 21px;
  text-transform: inherit;
  margin: 0 auto 25px;
}

.promo-try span,
.promo-redeem span {
  color: #f2018a;
  font-family: PNovaSemiB;
}

.promo-try a {
  background-color: #f2018a;
  color: #fff;
  clear: both;
  cursor: pointer;
  display: inline-block;
  font-family: PNovaBold;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  width: 187px;
  -webkit-transition: background-color .5s ease-in 0 .5s ease-in 0;
  -moz-transition: background-color .5s ease-in 0 .5s ease-in 0;
  transition: background-color .5s ease-in 0 .5s ease-in 0;
  font-size: 15px;
  height: 12px;
  letter-spacing: 3px;
  padding-bottom: 17px;
  padding-top: 11px;
  position: relative;
}

.promo-redeem a {
  background-color: #f2018a;
  color: #fff;
  clear: both;
  cursor: pointer;
  display: inline-block;
  font-family: PNovaBold;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  width: 187px;
  -webkit-transition: background-color .5s ease-in 0 .5s ease-in 0;
  -moz-transition: background-color .5s ease-in 0 .5s ease-in 0;
  transition: background-color .5s ease-in 0 .5s ease-in 0;
  font-size: 15px;
  height: 12px;
  letter-spacing: 3px;
  padding-bottom: 17px;
  padding-top: 11px;
  position: relative;
}

.promo-try a span {
  display: inline-block;
  font-family: Fontello;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  -webkit-transition: color .5s ease-in 0;
  -moz-transition: color .5s ease-in 0;
  transition: color .5s ease-in 0;
  color: #fff;
  position: relative;
  top: 1px;
  font-size: 16px;
  padding-left: 5px;
}

.promo-redeem a span {
  display: inline-block;
  font-family: Fontello;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  -webkit-transition: color .5s ease-in 0;
  -moz-transition: color .5s ease-in 0;
  transition: color .5s ease-in 0;
  color: #fff;
  position: relative;
  top: 1px;
  font-size: 16px;
  padding-left: 5px;
}

.promo-try a:hover,
.promo-redeem a:hover {
  background-color: #000;
}

.promo-try a:hover,
.promo-redeem a:hover,
.promo-try a:hover span,
.promo-redeem a:hover span {
  color: #fff;
}

.promo-redeem h4 {
  color: #363636;
  font-family: PNovaReg,Helvetica,Arial;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: .3em;
  text-transform: uppercase;
  margin-bottom: 17px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  .lightbox-promo .popup-content {
    background: #fff url("//us-cdn.sd-assets.com/media/images/shop_by/lightbox-promo_x2.jpg") 0 0 no-repeat;
    background-size: 750px 400px;
  }
}

.separator {
  margin-top: 26px;
}

.separator:before {
  background-color: #c7c7c7;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  top: -13px;
  width: 9px;
}

.search-all a {
  background: transparent url("//us-cdn.sd-assets.com/media/images/shop_by/filter-icons.png") no-repeat 119px -98px;
}

.search-all a:hover,
.search-all.active a {
  background-position: 119px -80px;
}

legend,
.filter-dd {
  border: 1px solid #7d7d7d;
}

.filter-form,
.pages {
  clear: both;
}

.clear-opt:hover,
.filter-form h3,
.filter-submit,
.filter-submit span {
  color: #fff;
}

legend,
.filter-dd label {
  color: #7d7d7d;
}

.filter-reset,
.filter-submit,
.filter-submit span,
.view-link,
.pagination,
.pagination li {
  display: inline-block;
}

.filter-dd input,
.filter-dd label,
.filter-form fieldset {
  float: left;
}

legend,
.filter-dd p,
.filter-dd label,
.filter-form,
.filter-form fieldset,
.filter-submit span,
.clear-opt,
.pagination .glyph {
  position: relative;
}

.filter-form h3,
.filter-form .filter-controls,
.pages {
  width: 845px;
}

legend,
.clear-opt,
.filter-form h3,
.filter-reset {
  letter-spacing: 2px;
  text-transform: uppercase;
}

.filter-form {
  margin-top: -5px;
}

.filter-form h3 {
  background-color: #000;
  font-family: 'PNovaBold';
  font-size: 15px;
  line-height: 40px;
  text-align: center;
}

.filter-form fieldset {
  margin: 0;
  padding: 0;
  z-index: 20;
}

legend {
  border-right: 0;
  font-family: 'PNovaSemiB';
  line-height: 70px;
  text-align: center;
  width: 214px;
}

legend:hover {
  cursor: pointer;
}

legend i {
  font-size: 16px;
  position: relative;
  top: 2px;
}

legend span {
  background: #fff url("//us-cdn.sd-assets.com/media/images/shop_by/filter-icons.png") no-repeat 0 -124px;
  color: #fff;
  display: none;
  font-size: 12px;
  height: 18px;
  letter-spacing: 1px;
  line-height: 18px;

  /* SD-553 margin-top: -1px; */
  margin-top: 12px;

  position: absolute;
  text-align: center;
  width: 18px;
}

legend span.disabled {
  background-position: 0 -144px;
}
.size-opt legend {
  border-right: 1px solid #7d7d7d;
}

.style-opt legend,
.size-opt legend {
  width: 206px;
}

.filter-dd {
  background-color: #fff;
  border-top: 0;
  display: none;
  height: auto;
  left: 0;
  margin-top: 42px;
  position: absolute;

  /* SD-553 width: 248px; */
  width: 210px;
}
.filter-box .filter-dd {
  margin-top: 72px;
}
.filter-dd div {
  border-bottom: 1px solid #7d7d7d;
  height: auto;
  max-height: 239px;
  overflow-x: hidden;
  padding: 0 19px;
}

.filter-dd div.width-filter-container {
	border-bottom: none;
	border-top: 1px solid #d7d7d7;
	padding: 0 0 10px;
	width: 100%;
}

.filter-dd div.width-filter-container div.left-div {
	border-bottom: none;
	float: left;
	padding: 0;
	width: 85px;
}

.filter-dd div.width-filter-container div.right-div {
	border-bottom: none;
	float: right;
	padding: 0;
	width: 70px;
}

.size-opt .filter-dd {
  left: inherit;
  right: 0;
}
.filter-opt legend {
  float: left;

  /* SD-553 */
  width: 210px;
}
.no-hover .filter-opt:hover .filter-dd {
  display: none;
}
.filter-opt:hover .filter-dd,
.no-hover .taphover.open + .filter-dd {
  display: block;
}
.filter-opt:hover legend,
.taphover.open {
  color: #363636;
}


/* SD-553 */
.filter-opt .filter-opt-label-name {
  background: none;
  line-height: 40px;
  color: inherit;
  display: block;
  float: left;
  margin: 0 0 0 7.5px;
  letter-spacing: 2px;
  font-family: 'PNovaSemiB';
  font-size: 13px;
}

.filter-opt .filter-opt-label-arrow {
  color: #363636;
  float: right;
  margin: 10px 18px 0 0;
  height: 30px;
  -moz-transform: scale(1.3);
  -webkit-transform: scale(1.3);
}

.filter-dd img,
.filter-dd label {
  line-height: 25px;
}

.filter-dd p {
  border-top: 1px solid #d7d7d7;
  height: 25px;
  padding: 11px 0;
}

.filter-dd p:first-child {
  border-top: 0;
}

.filter-dd p.filter-subhead {
	font-weight: 600;
	height: 20px;
	padding: 12px 0 0;
}

.filter-dd input[type="checkbox"] {
  display: none;
  left: 6px;
  position: absolute;
  top: 16px;
}

.filter-dd label {
  background: #fff url("//us-cdn.sd-assets.com/media/images/shared/checkbox.png") no-repeat 0 -25px;
  cursor: pointer;
  font-family: 'PNovaReg';
  letter-spacing: normal;
  margin: 0;
  overflow: hidden;
  padding-left: 30px;
  text-transform: none;

  /* SD-553 width: 180px; */
  width: 140px;
}

label.checked {
  background-position: 0 0;
  color: #363636;
  font-family: 'PNovaSemiB';
}

.filter-dd img {
  float: right;
  border: 1px solid #000;
}

.clear-opt {
  background: #f2f2f2 url("//us-cdn.sd-assets.com/media/images/shop_by/filter-icons.png") no-repeat 22px 0px;
  border: none;
  font-family: 'PNovaSemiB';
  height: 43px;
  line-height: 43px;
  margin: 0;
  padding: 0;

  /* SD-553 width: 248px; */
  width: 210px;
}

.clear-opt:hover {
  background: #000 url("//us-cdn.sd-assets.com/media/images/shop_by/filter-icons.png") no-repeat 22px -43px;
}
.clear-opt:focus {
  outline: none;
}

.filter-form select {
  border: 1px solid #d7d7d7;
  float: left;
  height: 25px;
  margin-top: 8px;
  width: 161px;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff url('//us-cdn.sd-assets.com/media/images/shared/dp_select.png') no-repeat right -1px;
  border-bottom-right-radius: 4px;
  border-right: 0 none !important;
  border-top-right-radius: 4px;
  height: 35px;
  padding: 9px 40px 9px 8px;
  text-indent: .01px;
  text-overflow: "";
}
/* Remove select arrow on IE10+ */
.filter-form select::-ms-expand {
  display: none;
}
.filter-form .filter-controls {
  margin-bottom: 35px;
  padding-top: 23px;
  z-index: 10;
}

.controls {
  float: right;
}

.pick {
  color: #7d7d7d;
  font-family: Georgia;
  font-size: 11px;
  font-style: italic;
  line-height: 40px;
  padding: 0 5px;
}

.filter-reset {
  color: #000;
  font-family: 'PNovaSemiB';
  line-height: 40px;
  text-decoration: underline;
}

.filter-reset:hover {
  text-decoration: none;
}

.filter-submit {
  background-color: #000;
  cursor: pointer;
  font-family: 'PNovaBold';
  font-size: 15px;
  height: 12px;
  letter-spacing: 3px;
  line-height: 1;
  padding-bottom: 17px;
  padding-top: 11px;
  text-align: center;
  text-transform: uppercase;
  width: 185px;
  -webkit-transition: background-color .5s ease-in 0s;
  -moz-transition: background-color .5s ease-in 0s;
  transition: background-color .5s ease-in 0s;
}

.filter-submit:hover {
  color: #fff;
  background-color: #f2018a;
}

.filter-submit.disabled {
  background-color: #d7d7d7;
  cursor: default;
}

.filter-submit span {
  font-family: "Fontello";
  line-height: 1;
  speak: none;
  top: 1px;
}

.pages {
  height: 20px;
  margin-bottom: 5px;
  text-align: right;
}

.view-link,
.pagination {
  font-family: 'PNovaSemiB';
  letter-spacing: 1px;
  text-transform: uppercase;
}

.bottom-pages {
  border: 1px solid #d7d7d7;
  padding: 9px 0;
  text-align: center;
  width: 830px;
}

.view-link a,
.pagination {
  color: #363636;
}

.view-link a,
.pagination a {
  padding-bottom: 2px;
  padding-top: 2px;
}

.view-link a,
.pagination li,
.pagination a {
  line-height: 20px;
}

.view-link {
  color: #7d7d7d;
  padding-right: 5px;
  padding-top: 5px;
}

.view-link a {
  padding-right: 4px;
  text-decoration: underline;
}

.pages .pagination {
  float: right;
}

.pagination li {
  font-size: 13px;
  margin: 0 2px;
}

.pagination a {
  color: #363636;
}

.pagination em {
  color: #7d7d7d;
  font-size: 11px;
}

.view-link a:hover,
.pagination a:hover,
.pagination .active,
.pagination .next:hover
.pagination .prev:hover {
  color: #f2018a;
}

.pagination .next,
.pagination .prev {
  font-size: 16px;
}

.pagination .glyph {
  top: 1px;
}

.pagination .disabled {
  display: none;
}

.filter-form .error-explanation {
  color: #fff;
  font-size: 13px;
  left: 125px;
  position: absolute;
  text-align: center;
  top: 66px;
  width: 580px;
}

.filter-form .error-explanation b {
  font-family: 'PNovaSemiB';
  line-height: 1.4;
}

.shop-by-brand-banner {
  /* SD-553 margin: 0 0 15px 15px; */
  margin: 0 0 15px 0px;
  width: 843px;
}

.page-shopping .page-header{
	padding: 15px 0 40px;
}

.page-shopping legend{
	line-height:40px;
}

.page-shopping.handbags legend,
.page-shopping.clothing legend{

    /* SD-553 width:248px; */
    width:210px;

	border:solid 1px #7d7d7d;
}

.page-shopping.handbags .filter-dd,
.page-shopping.clothing .filter-dd {
	margin-top:42px;
}

.page-shopping.brands legend,
.page-shopping.new-arrivals legend{

  /* SD-553 width:280px; */
  width:210px;
}

.page-shopping select {
	border: 1px solid #d7d7d7;
	background: #fff url('//us-cdn.sd-assets.com/media/images/shared/dp_select2.png') no-repeat right -1px;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	border:solid 1px #7d7d7d;
	border-right:solid 1px #7d7d7d !important;

    /* SD-553 */
	width:211.5px;

	font-family: 'PNovaSemiB';
	color:#7D7D7D !important;
	letter-spacing:1px;
	margin:0;
	height:40px;
}

.page-shopping select option {
	font-family: 'PNovaReg';
}

/* Remove select arrow on IE10+ */
.filter-form select::-ms-expand,
.page-shopping select::-ms-expand {
  display: none;
}

/* JFI-1966 Funnel B BOGO banner with timer */

.banner_bogo_funnel {
  background: #fff url('//us-cdn.sd-assets.com/media/images/shop_by/banner_bogo_with_timer.png') no-repeat;
  height: 215px;
  margin-bottom: 20px;
  position: relative;
  width: 830px;
}

.counter_container {
  background-color: #fafafa;
  color: #363636;
  font: 12px PNovaReg;
  height: 20px;
  left: 335px;
  letter-spacing: 1px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 147px;
  width: 160px;
}

.counter_one_hour {
  display: inline-block;
  font: 12px PNovaBold;
}

/* SD-205 Stylist Picks sale page -- banner with terms in tooltip  */

.stylist_picks_banner_with_terms {
	position: relative;
    width:830px;
    margin-bottom: 20px;
}


.stylist_picks_banner_tooltip {
	font: 11px PNovaReg;
	line-height: normal;
	padding: 0px;
	text-align: left;
	/* width: 500px;
    transform: translateX(-50%); */
}

.stylist_picks_banner_tooltip img {
	margin:0;
}

.tooltip.stylist_picks_banner_tooltip:after {
	/* hide default arrow for asset tool tooltips; these use ".stylist_picks_banner_tooltip .tip" styles below instead */
	content: '';
}

.stylist_picks_banner_tooltip .tip {
	position: relative;
	background: #fff;

}
.stylist_picks_banner_tooltip .tip:after, .stylist_picks_banner_tooltip .tip:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.stylist_picks_banner_tooltip .tip:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 10px;
	margin-left: -10px;
}
.stylist_picks_banner_tooltip .tip:before {
	border-color: rgba(215, 215, 215, 0);
	border-bottom-color: #d7d7d7;
	border-width: 11px;
	margin-left: -11px;
}

.stylist_picks_banner_tooltip .body {
	padding: 10px;
}

div.show_tip {
	cursor: pointer;
}


.stylist_picks_banner_with_terms div.show_tip {
	position: absolute;
	bottom: 10px;
    right: 10px;
    height: auto;
    width: auto;
    left:auto;
    top: auto;
    color: #333;
    font-size: 12px;
    text-decoration: underline;
}

/* Lookbook Support as part of SD-591 - adding lookbook to plus size page */

.lookbook-overlay {
  height: 590px;
  width: 1120px; }
  .lookbook-overlay .slider {
    height: auto;}
  .lookbook-overlay .slider-container,
  .lookbook-overlay .scrollable {
    height: 570px; }
  .lookbook-overlay .scrollable {
    width: 950px; }
  .lookbook-overlay .browse {
    margin-top: 45px;
    padding-bottom: 263px;
    padding-top: 220px; }
  .lookbook-overlay .right {
    padding-left: 21px;
    padding-right: 43px; }
  .lookbook-overlay .left {
    padding-left: 43px;
    padding-right: 21px; }

.product-tooltip {
  color: white;
  font-family: "PNovaBold", Helvetica, Arial;
  font-size: 11px;
  font-weight: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #f2018a;
  border: none;
  line-height: 30px;
  height: 30px;
  padding: 0 10px;
  position: relative;
  text-align: center;
  width: auto;
  z-index: 9999; }
  .product-tooltip:after {
    display: inline-block;
    font-family: "Fontello";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    font-size: 13px;
    color: white;
    position: relative;
    padding-left: 3px;
    top: 1px;
    width: auto; }
  .product-tooltip:hover {
    cursor: pointer; }

/* using SD-540 as an oppportunity to switch to Foundation Reveal modal and Orbit slider */
.reveal {
  width: 1120px;
  height: 630px
}

.youtube {
  width: 950px;
  min-height: 0;
  margin: 0 auto;
}

.more-featured {
  height: 352px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 1165px;
}

.more-featured .slider-item a {
  float: none;
}

.more-featured .swiper-button-prev,
.more-featured .swiper-button-next {
  top: 38%;
  width: 20px;
}

.more-featured .swiper-button-prev {
  left: 8px;
}

.more-featured .swiper-button-next {
  right: 0;
}

.featured-reveal {
  height: unset;
  width: 1120px;
}

.featured-container {
  margin-top: 30px;
}

.featured-slide {
  text-align: center;
}

.swiper-button-prev,
.swiper-button-next {
  background: none;
  font-family: "Fontello";
  font-size: 42px;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  color: #f2018a;
}

.close-button {
  color: #b7b7b7;
  font-size: 42px;
  font-weight: 600;
  z-index: 100;
}

.orbit-container {
  margin-top: 50px;
  min-height: 570px;
  min-width: 950px;
  text-align: center;
}  /* Set to height of slides */

.orbit-container .orbit-slides-container > * {
  position: relative;
  margin-left: 0;
  float: left;
  height: 100%;
}

.orbit-controls {
  font-size: 42px;
}

.orbit-controls button {
  font-family: "Fontello";
}
