﻿/*Beauty PDP variables*/
/*Horizontal Filter variable*/
.msie7 .RecentlyViewed ul li, .msie8 .RecentlyViewed ul li {
  margin-left: 12px;
  margin-right: 7px;
  margin-top: -1px;
}

.RecentlyViewedWrapper {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 226px;
  min-width: 960px;
  font-size: 12px;
  font-family: "azo-sans", sans-serif;
  color: #222222;
  visibility: visible;
}

.RecentlyViewedWrapper * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.RecentlyViewedWrapper.inFooter {
  bottom: -250px;
  position: fixed;
  opacity: 0;
  left: 50%;
  margin-left: -480px;
  z-index: 500;
}

.RecentlyViewedWrapper.inPage {
  margin: 25px auto 30px auto;
  position: relative;
  display: none;
  visibility: hidden;
  width: 960px;
}

.RecentlyViewedWrapper.inPage .emptyMessage {
  margin-top: 25px;
}

.RecentlyViewedWrapper.CustomPosition {
  display: block;
  visibility: visible;
  margin: 2px auto 18px auto;
}

.RecentlyViewedWrapper.loadedInWindow {
  display: block;
  visibility: visible;
}

.RecentlyViewedWrapper .loader {
  width: 50px;
  text-align: center;
  margin: 41px auto;
  height: 50px;
  color: #797979;
  font-weight: bold;
}

.RecentlyViewedWrapper .loader img {
  margin-bottom: 3px;
}

.msie7 .RecentlyViewedWrapper {
  padding-bottom: 50px;
  width: 960px;
}

.msie7 .RecentlyViewed .clip {
  position: relative;
}

.msie7 .RecentlyViewed .scrollRowWrapper .line {
  width: 100%;
  position: absolute;
  top: 170px;
  border-bottom: 1px dotted #c6c6c6;
  left: 0;
}

.msie7 .RecentlyViewed ul li {
  margin-top: 2px;
}

.msie7 .RecentlyViewed ul li a::before {
  display: none;
}

.msie7 .RecentlyViewed ul li a {
  top: -1px;
  left: -1px;
}

.msie7 .RecentlyViewed ul li a img {
  top: -1px;
  left: -1px;
}

.msie8 .RecentlyViewedWrapper {
  width: 960px;
}

.msie8 .RecentlyViewed ul li a::before {
  display: none;
}

.msie8 .RecentlyViewed ul li a {
  top: -1px;
  left: -1px;
}

.msie8 .RecentlyViewed ul li a img {
  top: -1px;
  left: -1px;
}

.RecentlyViewed {
  height: 225px;
  margin-bottom: 20px;
  border: 1px solid #c7c5c5;
  background-color: #ffffff;
  float: right;
  min-width: 960px;
  overflow: hidden;
}

.RecentlyViewed .scrollRowWrapper {
  width: 960px;
  clear: both;
  overflow: hidden;
}

.RecentlyViewed .scrollRowWrapper .line {
  width: 100%;
  position: absolute;
  top: 190px;
  border-bottom: 1px dotted #c6c6c6;
  left: 0;
}

.RecentlyViewed .recentlyViewedGroupWrapper {
  position: relative;
}

.RecentlyViewed .recentlyViewedGroupWrapper .dayWrapper {
  background-position: left bottom;
  height: 182px;
  margin: 0;
  padding: 0;
  float: left;
  overflow: hidden;
  background-image: url(/Images/Structural/RecentlyViewed/daySeparator.png);
  background-repeat: no-repeat;
}

.RecentlyViewed .recentlyViewedGroupWrapper .dayWrapper ul {
  margin-left: 0;
  margin-top: 14px;
}

.RecentlyViewed .recentlyViewedGroupWrapper .dayWrapper p {
  color: #000;
  font-size: 11px;
}

.RecentlyViewed .recentlyViewedGroupWrapper .dayWrapper.RTL {
  background-position: right bottom;
}

.RecentlyViewed .recentlyViewedGroupWrapper .dayWrapper h2 {
  background-position: right 3px;
  margin-top: 163px;
  position: absolute;
  font-size: 11px;
  margin-left: 13px;
  background-image: url(/Images/Structural/RecentlyViewed/dayArrow.png);
  background-repeat: no-repeat;
  padding-right: 18px;
}

.RecentlyViewed .recentlyViewedGroupWrapper .dayWrapper h2.RTL {
  background-image: url(/Images/Structural/RecentlyViewed/dayArrowRTL.png);
  background-position: left;
  padding-left: 18px;
  padding-right: 0;
  margin-right: 13px;
}

.RecentlyViewed .clip {
  background-position: -7px 12px;
  overflow: hidden;
  float: left;
  width: 855px;
  background-repeat: repeat-x;
  height: 182px;
  -ms-touch-action: none;
  touch-action: none;
}

.RecentlyViewed .clip.noBackground {
  background: none;
}

.RecentlyViewed .scrollControl {
  width: 38px;
  height: 100px;
  float: left;
  padding-left: 13px;
  padding-top: 46px;
}

.RecentlyViewed .scrollControl.right {
  float: right;
  padding-left: 0;
  padding-right: 6px;
}

.RecentlyViewed ul {
  list-style: none;
  margin: 15px 0 0 21px;
  padding: 0;
  display: block;
  clear: both;
  position: relative;
  height: 130px;
  left: 0;
}

.RecentlyViewed ul li {
  margin: 0;
  display: block;
  width: 66px;
  float: left;
  margin-left: 11px;
  margin-right: 8px;
  height: 99px;
  padding: 4px;
  background-color: #ffffff;
  border: 1px dotted transparent;
}

.RecentlyViewed ul li:hover {
  border-color: #c7c5c5;
}

.RecentlyViewed ul li.lastViewed {
  border-color: #c7c5c5;
  border-style: solid;
}

.RecentlyViewed ul li a {
  text-decoration: none;
  height: 99px;
  position: relative;
  z-index: 50;
  overflow: hidden;
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

.RecentlyViewed ul li a img {
  width: 66px;
  margin: 0;
}

.RecentlyViewed ul li a::before {
  display: block;
  content: '';
  position: absolute;
  width: 66px;
  height: 99px;
  top: 0;
}

.RecentlyViewed ul li span {
  font-weight: bold;
  clear: both;
  display: block;
  text-align: center;
  margin-top: 10px;
}

.RecentlyViewed ul li span.longText {
  font-size: 9px;
}

.RecentlyViewed ul li.inBag:before {
  content: "inbag";
  text-indent: -999em;
  display: block;
  width: 66px;
  height: 13px;
  background: url(/Images/Structural/RecentlyViewed/inBagTop.png) no-repeat;
  margin-top: -17px;
  margin-bottom: 5px;
}

.RecentlyViewed .controls {
  clear: both;
  height: 6px;
  padding: 7px 0;
  width: 950px;
  border-bottom: 1px dotted #c6c6c6;
}

.RecentlyViewed .controls h3 {
  display: block;
  float: left;
  font-size: 20px;
  margin-left: 41%;
  font-family: "azo-sans", sans-serif;
  font-weight: 300;
  width: 190px;
  padding: 0 10px;
  background: #ffffff;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
}

.RecentlyViewed .controls a {
  font-size: 11px;
}

.RecentlyViewed .controls a:hover {
  text-decoration: underline;
}

.RecentlyViewed .controls a.clearAll {
  float: left;
  margin: 9px 0 0;
  background: #ffffff;
  padding: 0 10px;
}

.RecentlyViewed .controls a.clearAll.disabled {
  cursor: default;
  color: #CCC;
}

.RecentlyViewed .controls a.viewAll {
  font-weight: bold;
  color: #666;
  padding: 5px 13px;
  background: #efefef;
  background: -moz-linear-gradient(top, #efefef 0, #c6c6c6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef), color-stop(100%, #c6c6c6));
  background: -webkit-linear-gradient(top, #efefef 0, #c6c6c6 100%);
  background: -o-linear-gradient(top, #efefef 0, #c6c6c6 100%);
  background: -ms-linear-gradient(top, #efefef 0, #c6c6c6 100%);
  background: linear-gradient(to bottom, #efefef 0, #c6c6c6 100%);
  filter: progid:dximagetransform.microsoft.gradient(startcolorstr='$rv_clr_grey_ef', endcolorstr='$rv_clr_grey_c6',gradienttype=0 );
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 0 solid #b85f00;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.RecentlyViewed .controls a.viewAll:hover {
  color: #29aca0;
}

.RecentlyViewed .controls .controlsRight {
  float: right;
  margin-top: -4px;
}

.RecentlyViewed .viewCounter {
  color: #464646;
  display: block;
  float: left;
  border: 2px solid #464646;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  padding: 2px 0;
  margin-top: -2px;
  margin-right: 9px;
  font-size: 11px;
  width: 18px;
  text-align: center;
  height: 14px;
}

.RecentlyViewed .scrollNav {
  background-repeat: no-repeat;
  width: 19px;
  height: 42px;
  display: block;
  float: left;
  text-indent: -1000px;
  overflow: hidden;
  background-image: url(/Images/Structural/RecentlyViewed/scrollerArrowStates.png);
}

.RecentlyViewed .scrollNav.previous {
  background-position: 0 0;
}

.RecentlyViewed .scrollNav.previous.disabled {
  background-position: -36px 0;
  cursor: default;
}

.RecentlyViewed .scrollNav.next {
  background-position: -18px 0;
}

.RecentlyViewed .scrollNav.next.disabled {
  background-position: -54px 0;
  cursor: default;
}

.RecentlyViewed .emptyMessage {
  display: none;
  width: 380px;
  height: 60px;
  padding: 19px;
  border: 1px solid #c6c6c6;
  background-color: #ffffff;
  margin: 15px auto;
  text-align: center;
}

.RecentlyViewed .emptyMessage span {
  display: block;
  font-size: 16px;
  padding-bottom: 5px;
  font-family: "azo-sans", sans-serif;
}

.RecentlyViewed .errorMessageBlock {
  display: none;
  width: 380px;
  height: 25px;
  padding: 25px 19px;
  border: 1px solid #c6c6c6;
  background-color: #ffffff;
  margin: 25px auto;
  color: #222222;
  text-align: center;
  font: 16px "azo-sans", sans-serif;
}

.RecentlyViewed .errorMessageBlock a {
  font-weight: bold;
}

.RecentlyViewed div.newDay {
  color: #000;
  font-size: 11px;
  font-weight: bold;
  border-left: 2px dashed #ffffff;
  display: block;
  width: 70px;
  position: absolute;
  padding-top: 150px;
  margin-top: -125px;
  margin-left: -14px;
  padding-left: 9px;
  height: 50px;
  overflow: hidden;
}

.RecentlyViewedAll {
  margin: 0 auto;
  width: 1000px;
}

.RecentlyViewedAll .headerToolBar {
  height: 55px;
  width: 977px;
  padding-top: 15px;
  background-image: url(/Images/Structural/RecentlyViewed/viewAllHeader.png);
  background-position: 0 45px;
  background-repeat: no-repeat;
  display: block;
  margin-left: 17px;
}

.RecentlyViewedAll .headerToolBar h1 {
  font-size: 15px;
  font-weight: bold;
}

.RecentlyViewedAll .dayWrapper {
  float: left;
}

.RecentlyViewedAll .groupWrapper {
  margin-left: 17px;
}

.RecentlyViewedAll .groupWrapper ul {
  list-style: none;
  float: left;
  padding: 0;
  margin: 0;
}

.RecentlyViewedAll .groupWrapper ul li {
  display: block;
  float: left;
  margin: 0 38px 20px 0;
  height: 291px;
  width: 146px;
  border-bottom: 1px solid #c3c3c3;
}

.RecentlyViewedAll .groupWrapper ul li.inBag {
  background-image: url(/Images/Structural/RecentlyViewed/inBag.png);
  background-repeat: no-repeat;
  background-position: center 218px;
}

.RecentlyViewedAll .groupWrapper ul li.inBag img.itemShot {
  margin-bottom: 17px;
}

.RecentlyViewedAll .groupWrapper ul li p.price {
  font-weight: bold;
  margin-top: 5px;
}

.RecentlyViewedAll .groupWrapper ul li img.itemShot {
  width: 144px;
  height: 216px;
  border: 1px solid #c3c3c3;
}

.RecentlyViewedAll h2 {
  width: 965px;
  margin: 15px 0;
  border-bottom: 1px solid #CCC;
  padding: 9px 0 5px;
  height: 20px;
  font-weight: bold;
  color: #434343;
}

.RecentlyViewedAll h3 {
  font-weight: normal;
  margin-top: 5px;
}

.inPage .RecentlyViewed {
  height: 215px;
  width: 960px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}

.inFooter .RecentlyViewed .scrollRowWrapper .line {
  width: 95%;
  position: absolute;
  top: 185px;
  border-bottom: 1px dotted #c6c6c6;
  left: 2%;
}

.ie11TouchDevice .RecentlyViewed ul li:hover {
  margin-left: 12px;
  margin-right: 7px;
  margin-top: -1px;
}

.mozilla .RecentlyViewed ul li a::before {
  top: 4px;
}

.mozilla .RecentlyViewed ul li.inBag span {
  margin-top: 1px;
}

div.RecentlyViewedWrapper {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

div.RecentlyViewedWrapper .RecentlyViewed .controls {
  border-bottom: 1px solid #c7c5c5;
}

div.RecentlyViewedWrapper .RecentlyViewed .controls h3 {
  font-family: "azo-sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  padding-top: 4px;
}

div.RecentlyViewedWrapper .RecentlyViewed .controls a.clearAll {
  font-family: "azo-sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #1a6461;
  text-decoration: underline;
}

div.RecentlyViewedWrapper .RecentlyViewed .controls a.clearAll.disabled {
  color: #CCC;
}

div.RecentlyViewedWrapper .RecentlyViewed .emptyMessage span {
  font-family: "azo-sans", sans-serif;
}

div.RecentlyViewedWrapper .RecentlyViewed .errorMessageBlock {
  font-family: "azo-sans", sans-serif;
}

@media only screen and (min-width: 1024px) {
  .RecentlyViewedWrapper.inFooter {
    width: 976px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .RecentlyViewedWrapper.inFooter .RecentlyViewed {
    width: 976px;
  }
}

@media only screen and (min-width: 1280px) {
  .bp1280 .RecentlyViewedWrapper.inPage,
  .bp1280 .inPage .RecentlyViewed,
  .bp1280 .RecentlyViewed .controls,
  .bp1280 .RecentlyViewed .scrollRowWrapper {
    width: 1216px;
  }
  .bp1280 .RecentlyViewed .clip {
    width: 1104px;
  }
  .bp1280 .RecentlyViewedWrapper.inFooter {
    width: 1216px;
  }
  .bp1280 .RecentlyViewedWrapper.inFooter .RecentlyViewed {
    width: 1216px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

/*# sourceMappingURL=recentlyviewed.css.map */