/*Beauty PDP variables*/
/*Horizontal Filter variable*/
/*Sales clearance variables*/
/* Desktop Vertical Spread*/
/*Enhanced Style With Ribbon*/
/*chanelPDP*/
/*Desktop Vertical Spread*/
.ItemSoldOutMessage, .ProductPage .ProductDetail .StyleForm .ItemUnavailableMessage {
  border: 1px solid #c6c6c6;
  padding: 8px 16px 8px 10px;
  margin-top: 12px;
  overflow: auto;
  max-height: 90px;
}

.ProductPage .SocialMedia .Icon img, .ProductPage .SocialMedia .Icon {
  width: 16px;
  height: 16px;
  display: block;
}

.OptionLogos > ul, .ProductPage .StyleContent > aside > ul {
  margin: 0;
  padding: 0;
  float: left;
}

#alsoin, .ProductPage .StyleContent > aside h4 {
  text-transform: uppercase;
  width: 50px;
  float: left;
  padding-top: 6px;
}

.OptionLogos > li, .ProductPage .StyleContent > aside > ul > li {
  list-style-type: none;
  margin-left: 10px;
  float: left;
}

.OptionLogos > li img, .ProductPage .StyleContent > aside > ul > li img {
  display: block;
  margin: 0 auto;
  max-width: 26px;
}

.ProductPage .StyleContent > div > ul.thumbnails li a .play-icon, .ProductPage .StyleContent > div > ul.thumbnails li a {
  width: 66px;
  height: 99px;
  display: block;
  background-repeat: no-repeat;
}

.ProductPage .StyleCopy .showless, .ProductPage .StyleCopy .showmore {
  height: 30px;
  line-height: 30px;
  background-color: #ffffff;
  border-left: 1px solid #c7c5c5;
  border-right: 1px solid #c7c5c5;
  border-bottom: 1px solid #c7c5c5;
  padding: 2px;
}

.ProductPage .StyleCopy .showless .content, .ProductPage .StyleCopy .showmore .content {
  margin: auto;
  text-align: center;
  text-transform: uppercase;
  width: 95%;
  height: 20px;
  border-top: 1px solid #c7c5c5;
  cursor: pointer;
  display: block;
  font-weight: bold;
  font-size: 11px;
}

.Rating[data-theme=Fabled] {
  background: url(/Images/Fabled/rating_star.png) 0 -13px repeat-x;
}

.reviewStars[data-theme=Fabled] {
  background: url(/Images/Fabled/rating_star.png);
}

.Rating[data-theme=Gel3] {
  background: url(/ModularPDP/Assets/rating-star.png) 0 -13px repeat-x;
}

.reviewStars[data-theme=Gel3] {
  background: url(/ModularPDP/Assets/rating-star.png);
}

.Rating[data-theme=default] {
  background: url(/ModularPDP/Assets/rating-star-old.png) 0 -13px repeat-x;
}

.reviewStars[data-theme=default] {
  background: url(/ModularPDP/Assets/rating-star-old.png);
}

.Rating[data-theme=Fabled], .reviewStars[data-theme=Fabled], .Rating[data-theme=Gel3], .reviewStars[data-theme=Gel3], .Rating[data-theme=default], .reviewStars[data-theme=default] {
  display: block;
  width: 60px;
  height: 12px;
  float: left;
}

.reviewCount {
  float: left;
}

.spreadImage {
  background-color: #f1f1f1;
  display: block;
}
.spreadImage .lazyload {
  opacity: 0;
}
.spreadImage .lazyloading {
  opacity: 0;
}
.spreadImage .lazyloaded {
  opacity: 1;
  transition: opacity 1000ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.ProductPage {
  font-size: 12px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
}
.ProductPage .ProductDetail {
  float: right;
  width: 580px;
  margin-top: 7px;
}
.ProductPage .ProductDetail.HorizontalStyleWithOff {
  margin-bottom: 0 !important;
}
.ProductPage .ProductDetail .pdp-banner-default-loc {
  border-bottom: none;
}
.ProductPage .ProductDetail .pdp-banner-default-loc :has(.mvc-pdp-banners) {
  border-bottom: 1px solid #eaeaea;
}
.ProductPage .ProductDetail .pdp-banner-alt-loc {
  border-top: none;
  margin-top: 15px;
}
.ProductPage .ProductDetail .pdp-banner-alt-loc :has(.mvc-pdp-banners) {
  border-top: 1px solid #eaeaea;
}
.ProductPage .ProductDetail .Style {
  padding: 0 0 10px 45px;
}
.ProductPage .ProductDetail .Style.Selected {
  background-repeat: no-repeat;
  background-position: left 16px top 45px;
  background-image: url(/Images/Structural/ProductPage/style-selected-pointer.png);
}
.ProductPage .ProductDetail .Style.Selected .StyleThumb a img {
  border: 2px solid #1a6461;
}
.ProductPage .ProductDetail .Style .StyleThumb a img {
  width: 69px;
  height: 105px;
  border: 1px solid #c7c5c5;
}
.ProductPage .ProductDetail .Style .StyleThumb a:hover img {
  border: 2px solid #1a6461;
}
.ProductPage .ProductDetail .StyleImages {
  float: left;
  width: 70px;
  height: 107px;
  padding-top: 25px;
}
.ProductPage .ProductDetail .StyleThumb {
  float: left;
  margin-top: 3px;
}
.ProductPage .ProductDetail .StyleCopy {
  float: left;
  width: 440px;
  margin-left: 24px;
  padding-top: 25px;
  border-top: none;
}
.ProductPage .ProductDetail .StyleCopy #dynamic-div {
  margin-left: 0;
  margin-top: 0;
  width: 100% !important;
}
.ProductPage .ProductDetail .StyleCopy .toggleDescription {
  cursor: pointer;
  font-size: 12px;
  border-top: 1px solid #c7c5c5;
  border-bottom: 1px solid #c7c5c5;
  margin-top: 10px;
  padding: 7px 0 7px 0;
}
.ProductPage .ProductDetail .StyleCopy .toggleDescription .link {
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
}
.ProductPage .ProductDetail .StyleCopy .toggleDescription .arrow {
  background-image: url(/Images/Structural/Arrows/18x18/dark_down.png);
  background-repeat: no-repeat;
  background-position: 2px 1px;
  padding: 0 12px;
  float: right;
  height: 15px;
}
.ProductPage .ProductDetail .StyleCopy .toggleDescription .arrow.open {
  background-image: url(/Images/Structural/Arrows/18x18/dark_up.png);
  background-position: 2px 1px;
}
.ProductPage .ProductDetail .StyleCopy .toggleDescription.opened {
  border-bottom: none;
}
.ProductPage .ProductDetail .StyleCopy .priceHistoryGroup .wasprices {
  font-weight: bold;
  position: relative;
  color: #3F8279;
  cursor: pointer;
  width: 85px;
  margin-top: 10px;
}
.ProductPage .ProductDetail .StyleCopy .priceHistoryGroup .tooltip {
  position: absolute;
  left: 83px;
  top: auto;
  bottom: -20px;
  padding: 5px;
  color: #000;
  width: 260px;
  cursor: default;
  border-color: #3e8371;
  border-width: 2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.ProductPage .ProductDetail .StyleCopy .priceHistoryGroup .tooltip .arrow {
  position: absolute;
  top: auto;
  left: -7px;
  bottom: 17px;
  width: 8px;
  height: 13px;
  background: url(/images/Structural/SaleOffers/arrow-small.gif) no-repeat scroll 0 0 transparent;
}
.ProductPage .ProductDetail .StyleCopy .priceHistoryGroup .tooltip .cross {
  position: absolute;
  top: 7px;
  right: 7px;
  width: 10px;
  height: 10px;
  cursor: pointer;
  background: url(/images/Structural/ModalPopup/close-small.jpg) no-repeat scroll 0 0 transparent;
}
.ProductPage .ProductDetail .StyleCopy .priceHistoryGroup .tooltip table {
  border: solid 1px #ddd;
  width: 100%;
  margin-top: 10px;
}
.ProductPage .ProductDetail .StyleCopy .priceHistoryGroup .tooltip table tr.odd td {
  background: #f6f6f6;
}
.ProductPage .ProductDetail .StyleCopy .priceHistoryGroup .tooltip table tr.last td {
  color: #f00;
}
.ProductPage .ProductDetail .StyleCopy .priceHistoryGroup .tooltip table th {
  background: #c6c6c6;
  text-align: left;
  font-weight: normal;
  padding: 2px 5px;
}
.ProductPage .ProductDetail .StyleCopy .priceHistoryGroup .tooltip table td {
  border-top: solid 1px #CECECE;
  font-weight: normal;
  padding: 2px 5px;
}
.ProductPage .ProductDetail .StyleCopy .legalWarningLogos {
  padding: 7px 0 0;
  border-top: 1px solid #c7c5c5;
  margin-top: 10px;
  display: none;
}
.ProductPage .ProductDetail .StyleCopy .legalWarningLogos p {
  margin-bottom: 0;
}
.ProductPage .ProductDetail .StyleCopy .legalWarningLogos p img {
  vertical-align: middle;
}
.ProductPage .ProductDetail .StyleCopy .StyleForm .DropDown .dk_toggle:focus {
  border: 1px solid #707070;
}
.ProductPage .ProductDetail .FirstItem .StyleCopy {
  border-top: none;
}
.ProductPage .ProductDetail .FirstItem.LastItem .StyleCopy {
  border-bottom: none;
}
.ProductPage .ProductDetail .StyleHeader {
  padding-bottom: 4px;
}
.ProductPage .ProductDetail .StyleHeader .Title h1 {
  font-size: 18px;
  font-weight: 400;
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
  margin: 0;
}
.ProductPage .ProductDetail .StyleHeader .Title h2 {
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}
.ProductPage .ProductDetail .StyleHeader .Title a {
  color: #222222;
}
.ProductPage .ProductDetail .StyleHeader .Title a:hover {
  text-decoration: underline;
}
.ProductPage .ProductDetail .StyleHeader .Title a.noTouch {
  text-decoration: none;
}
.ProductPage .ProductDetail .Price {
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-align: right;
  float: right;
  padding-left: 14px;
}
.ProductPage .ProductDetail .Price .highlightPrice {
  font-weight: bold;
  color: #f00;
}
.ProductPage .ProductDetail .Price .wasPrice {
  font-size: 14px;
}
.ProductPage .ProductDetail .Price .nowPrice {
  font-size: 21px;
}
.ProductPage .ProductDetail .Price .customItemPrice {
  font-size: 21px;
}
.ProductPage .ProductDetail .Price .customItemPrice:before {
  content: "From";
  color: #757575;
  font-size: 11px;
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin-right: 1px;
}
.ProductPage .ProductDetail .StyleWith {
  display: inline;
  font-size: 14px;
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  padding-right: 10px;
  padding-left: 35px;
  position: relative;
  top: 10px;
  background-color: #ffffff;
}
.ProductPage .ProductDetail .m2m-stylewith-container {
  padding-left: 44px;
  background-color: #ffffff;
}
.ProductPage .ProductDetail .m2m-stylewith-container .m2m-stylewith-panel {
  padding: 10px;
  margin-bottom: 20px;
  padding: 0;
}
.ProductPage .ProductDetail .m2m-stylewith-container .m2m-stylewith-panel > .sw-slider {
  margin-left: 2px;
}
.ProductPage .ProductDetail .m2m-stylewith-container .m2m-stylewith-panel .m2m-header {
  border-radius: 10px 10px 0 0;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.ProductPage .ProductDetail .m2m-stylewith-container .m2m-stylewith-panel .m2m-header .m2m-header-logo {
  float: left;
  padding: 5px;
  background-color: black;
  border-radius: 10px 0 0 0;
  height: 100%;
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
  padding: 25px;
}
.ProductPage .ProductDetail .m2m-stylewith-container .m2m-stylewith-panel .m2m-header .m2m-header-logo img {
  height: 40px;
}
.ProductPage .ProductDetail .m2m-stylewith-container .m2m-stylewith-panel .m2m-header .m2m-header-text {
  border-radius: 0 10px 0 0;
  border-top: 1px solid #c7c7c7;
  border-right: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
  flex: 1;
  padding: 25px 0 0 20px;
}
.ProductPage .ProductDetail .m2m-stylewith-container .m2m-stylewith-panel .m2m-header .m2m-header-title {
  display: inline;
  font-size: 18px;
  font-weight: 400;
}
.ProductPage .ProductDetail .m2m-stylewith-container .m2m-stylewith-panel .m2m-header .m2m-header-desc {
  padding-top: 5px;
  font-size: 12px;
  font-weight: 400;
}
.ProductPage .ProductDetail .m2m-stylewith-container .m2m-stylewith-panel .m2m-items {
  background-color: #f7f7f7;
  border-left: 1px solid #c7c7c7;
  border-right: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
  padding: 1px;
  border-radius: 0 0 10px 10px;
}
.ProductPage .ProductDetail .m2m-stylewith-container .m2m-stylewith-panel .m2m-items .sw-slider {
  margin-left: 15px;
}
.ProductPage .ProductDetail .m2m-upsell-customise {
  margin-top: 10px;
  text-align: center;
  width: 77%;
}
.ProductPage .ProductDetail .StyleForm {
  padding-top: 16px;
}
.ProductPage .ProductDetail .StyleForm .DropDown {
  font-size: 11px;
}
.ProductPage .ProductDetail .StyleForm .DropDown label {
  float: left;
  font-size: 12px;
  font-weight: 400;
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
  margin-top: 7px;
  width: 58px;
}
.ProductPage .ProductDetail .StyleForm .DropDown label.itemLabel {
  float: left;
  width: 58px;
  margin-top: 7px;
  font-size: 12px;
  font-weight: 400;
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
}
.ProductPage .ProductDetail .StyleForm .DropDown .dk_container {
  margin-bottom: 8px;
}
.ProductPage .ProductDetail .StyleForm .DropDown .dk_container a.SoldOut, .ProductPage .ProductDetail .StyleForm .DropDown .dk_container a.SaleSoldOut {
  color: #f00;
}
.ProductPage .ProductDetail .StyleForm .DropDown .dk_container a.ComingSoon {
  color: #000;
}
.ProductPage .ProductDetail .StyleForm .DropDown .dk_container a.dk_toggle {
  border: 1px solid #c7c5c5;
  height: 16px;
  width: 233px;
  background-position: 243px center;
}
@media screen and (max-width: 1024px) {
  .ProductPage .ProductDetail .StyleForm .DropDown .dk_container a.dk_toggle {
    padding: 5px 30px 5px 5px;
  }
}
.ProductPage .ProductDetail .StyleForm .DropDown .dk_container a.dk_toggle.error {
  border: 1px solid #BE0000;
}
.ProductPage .ProductDetail .StyleForm .DropDown .dk_container .dk_options {
  background: #ffffff;
}
.ProductPage .ProductDetail .StyleForm .DropDown .dk_container.dk_open .dk_options_inner a {
  direction: ltr;
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
  font-size: 12px;
}
.ProductPage .ProductDetail .StyleForm .DropDown .dk_toggle {
  color: #222222;
  background-color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
  height: 16px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.ProductPage .ProductDetail .StyleForm .DropDown .dk_toggle_delay {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  position: relative;
  zoom: 1;
}
.ProductPage .ProductDetail .StyleForm .DropDown .dk_toggle_lowstock {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  position: relative;
  zoom: 1;
}
.ProductPage .ProductDetail .StyleForm .DropDown .Selector {
  float: left;
}
.ProductPage .ProductDetail .StyleForm .DropDown .Selector:disabled {
  background-color: #ffffff;
}
.ProductPage .ProductDetail .StyleForm .DropDown .NextHelperPopUp p {
  padding-top: 0;
}
.ProductPage .ProductDetail .StyleForm .DropDown .NextHelperPopUp.popBottom:after {
  top: -9px;
}
.ProductPage .ProductDetail .StyleForm .Chips .itemLabel {
  float: left;
  width: 58px;
  margin-top: 7px;
  font-size: 12px;
  font-weight: 400;
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
}
.ProductPage .ProductDetail .StyleForm .Chips ul.fitChips {
  list-style: none;
  margin: 0;
  overflow: auto;
}
.ProductPage .ProductDetail .StyleForm .Chips ul.fitChips .chipItem {
  margin: 0 12px 12px 0;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #c7c5c5;
  padding: 6px 15px;
  float: left;
  cursor: pointer;
  overflow: hidden;
  line-height: 14px;
  background-color: #ffffff;
  height: 15px;
}
.ProductPage .ProductDetail .StyleForm .Chips ul.fitChips .chipItem a {
  width: 100%;
  height: 100%;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
.ProductPage .ProductDetail .StyleForm .Chips ul.fitChips .chipItem a span {
  -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;
  font-size: 12px;
  font-weight: 300;
  color: #222222;
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
}
.ProductPage .ProductDetail .StyleForm .Chips ul.fitChips .chipItem.active {
  padding: 5px 14px;
  border: 2px solid #1a6461;
  background-color: rgba(18, 100, 97, 0.05);
}
.ProductPage .ProductDetail .StyleForm .Chips ul.fitChips .chipItem.active a span {
  font-weight: 400;
}
.ProductPage .ProductDetail .StyleForm .Chips div.colourChipsContainer {
  margin-top: 7px;
  float: left;
}
.ProductPage .ProductDetail .StyleForm .Chips div.colourChipsContainer span {
  float: left;
  width: 100%;
  margin-bottom: 12px;
}
.ProductPage .ProductDetail .StyleForm .Chips div.colourChipsContainer ul.colourChips {
  list-style: none;
  margin: 0;
  overflow: auto;
  float: left;
}
.ProductPage .ProductDetail .StyleForm .Chips div.colourChipsContainer ul.colourChips .chipItem {
  margin: 0 6px 10px 0;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #c7c5c5;
  padding: 0px;
  float: left;
  cursor: pointer;
  overflow: hidden;
}
.ProductPage .ProductDetail .StyleForm .Chips div.colourChipsContainer ul.colourChips .chipItem a {
  text-decoration: none;
}
.ProductPage .ProductDetail .StyleForm .Chips div.colourChipsContainer ul.colourChips .chipItem a img {
  height: 30px;
  width: 30px;
  overflow: hidden;
}
.ProductPage .ProductDetail .StyleForm .Chips div.colourChipsContainer ul.colourChips .chipItem.active, .ProductPage .ProductDetail .StyleForm .Chips div.colourChipsContainer ul.colourChips .chipItem.hover {
  padding: 1px;
  border: 2px solid #1a6461;
}
.ProductPage .ProductDetail .StyleForm .Chips div.colourChipsContainer ul.colourChips .chipItem.active a img, .ProductPage .ProductDetail .StyleForm .Chips div.colourChipsContainer ul.colourChips .chipItem.hover a img {
  height: 27px;
  width: 27px;
}
.ProductPage .ProductDetail .StyleForm .SizeGuide {
  float: right;
  margin-left: 0;
  margin-top: 5px;
}
.ProductPage .ProductDetail .StyleForm .SizeGuide .NextHelperPopUp {
  padding: 2px 9px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.ProductPage .ProductDetail .StyleForm .SizeGuide .SizeGuideString {
  display: inline-block;
  padding: 0 0 0 8px;
  color: #1a6461;
  text-align: center;
  text-decoration: underline;
  vertical-align: middle;
  font-size: 12px;
  font-weight: 400;
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
}
.ProductPage .ProductDetail .StyleForm .SizeGuide .SizeGuideLink {
  display: inline-block;
}
.ProductPage .ProductDetail .StyleForm .SizeGuide .SizeGuideLink img {
  display: inline-block;
  vertical-align: middle;
}
.ProductPage .ProductDetail .StyleForm .SizeGuide .SizeGuideLink:hover {
  text-decoration: none;
}
.ProductPage .ProductDetail .StyleForm .BagHolder {
  min-height: 30px;
  min-width: 166px;
  width: 100%;
  clear: both;
  float: left;
}
.ProductPage .ProductDetail .StyleForm .BagHolder .NextHelperPopUp.popTop {
  background-color: #ffffff;
  border: 1px solid #D3D3D3;
  box-shadow: inset 5px 1px #ffffff;
}
.ProductPage .ProductDetail .StyleForm .BagHolder .NextHelperPopUp.popTop p {
  height: 40px;
  color: #000;
}
.ProductPage .ProductDetail .StyleForm .BagHolder .NextHelperPopUp.popTop p span {
  color: #1a6461;
  cursor: pointer;
  text-decoration: underline;
}
.ProductPage .ProductDetail .StyleForm .BagHolder .NextHelperPopUp.popTop::before {
  background-color: #ffffff !important;
}
.ProductPage .ProductDetail .StyleForm .BagHolder .NextHelperPopUp.popTop::after {
  left: 10px;
  top: 18px;
  background-color: #ffffff !important;
  border-bottom: 1px solid #D3D3D3;
  border-right: 1px solid #D3D3D3;
}
.ProductPage .ProductDetail .StyleForm .BagHolder .NextHelperPopUp.CollectInStoreToday.popTop::after {
  left: 120px;
  top: 0;
}
.ProductPage .ProductDetail .StyleForm .BagHolder .NextHelperPopUp p {
  height: 40px;
}
.ProductPage .ProductDetail .StyleForm .AddToBag {
  float: left;
  position: relative;
  margin-left: 58px;
  width: 66%;
}
@media screen and (max-width: 1279px) {
  .ProductPage .ProductDetail .StyleForm .AddToBag {
    width: 270px;
  }
  .ProductPage .ProductDetail .StyleForm .AddToBag .buy-now--help {
    margin-left: 120px !important;
  }
}
@media screen and (min-width: 1280px) {
  .ProductPage .ProductDetail .StyleForm .AddToBag {
    width: 355px;
  }
}
.ProductPage .ProductDetail .StyleForm .AddToBag .nxbtn {
  white-space: nowrap;
  padding: 11px 22px 11px 14px;
  font-size: 11px;
  font-weight: 500;
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
  letter-spacing: 1.2px;
  text-align: center;
  line-height: 14px;
}
.ProductPage .ProductDetail .StyleForm .AddToBag .nxbtn.btn-addtobag {
  width: 233px;
  padding-right: 22px;
  margin: 0 0 10px 0;
}
.ProductPage .ProductDetail .StyleForm .AddToBag .nxbtn.primary {
  background-color: #1a6461;
  color: #ffffff;
  border: 1px solid #1a6461;
}
.ProductPage .ProductDetail .StyleForm .AddToBag .ButtonText {
  width: 80px;
}
.ProductPage .ProductDetail .StyleForm .AddToBag span.NotifyMeHelp {
  width: 16px;
  height: 16px;
  display: block;
  margin-top: 7px;
  margin-left: 7px;
  margin-right: 10px;
}
.ProductPage .ProductDetail .StyleForm .AddToBag span.NotifyMeHelp .nodisplay {
  display: none !important;
}
.ProductPage .ProductDetail .StyleForm .AddToBag.BuyNowButton {
  width: 420px !important;
}
.ProductPage .ProductDetail .StyleForm .AddToBag.BuyNowButton .NextHelperPopUp {
  height: 66px;
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  color: #000;
}
.ProductPage .ProductDetail .StyleForm .AddToBag.BuyNowButton .NextHelperPopUp.popBottom::after {
  background-color: #ffffff;
  border-top: 1px solid #D3D3D3;
  border-left: 1px solid #D3D3D3;
}
.ProductPage .ProductDetail .StyleForm .AddToBag .buy-now--help {
  margin-left: 20px;
}
.ProductPage .ProductDetail .StyleForm .AddToBag .Button.Disabled.Loading .ButtonText {
  width: 80px;
}
.ProductPage .ProductDetail .StyleForm .PersonaliseAddToBagButton.icon.icon-arrow-white-down-right {
  padding-right: 0 !important;
}
@media screen and (max-width: 1279px) {
  .ProductPage .ProductDetail .StyleForm .PersonaliseAddToBagButton.icon.icon-arrow-white-down-right {
    width: 220px !important;
  }
}
@media screen and (min-width: 1280px) {
  .ProductPage .ProductDetail .StyleForm .PersonaliseAddToBagButton.icon.icon-arrow-white-down-right {
    width: 300px !important;
  }
}
.ProductPage .ProductDetail .StyleForm.StyleFormPersonalisedItem .AddToBag {
  margin-left: 145px;
}
.ProductPage .ProductDetail .StyleForm.StyleFormPersonalisedItem .DropDown label {
  width: 145px;
}
.ProductPage .ProductDetail .StyleForm .nodisplay {
  display: none !important;
}
.ProductPage .ProductDetail .StyleForm span.NotificationSuccess {
  font-size: 11px;
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
  margin-left: 58px;
  display: block;
  clear: both;
  padding-top: 5px;
}
.ProductPage .ProductDetail .StyleForm .NextHelperPopUp.popRight:before {
  background-color: #FFF2F2;
  content: " ";
  display: block;
  width: 11px;
  height: 11px;
  position: absolute;
  left: -7px;
  top: 21px;
  z-index: 4999;
  vertical-align: top;
  border-bottom: 1px solid #BE0000;
  border-left: 1px solid #BE0000;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ProductPage .ProductDetail .StyleMeta {
  border-bottom: 1px solid #c7c5c5;
  padding-bottom: 12px;
  clear: both;
}
.ProductPage .ProductDetail .StyleMeta .ItemNumber {
  color: #757575;
  width: 50px;
  float: right;
  text-transform: uppercase;
  padding-top: 2px;
  text-align: right;
  font-size: 11px;
  font-style: italic;
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin-right: 1px;
}
.ProductPage .ProductDetail .StyleMeta .Composition {
  padding: 1px;
  float: left;
}
.ProductPage .ProductDetail .StyleMeta .Reviews {
  float: left;
}
.ProductPage .ProductDetail .StyleMeta .Reviews .Rating {
  float: left;
  margin-top: 3px;
  margin-right: 5px;
}
.ProductPage .ProductDetail .StyleMeta .Reviews .Text {
  float: left;
  margin-top: 2px;
  font-size: 11px;
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
}
.ProductPage .ProductDetail .StyleMeta .Reviews .Text .reviewCount {
  color: #1a6461;
}
.ProductPage .ProductDetail .StyleMeta .Reviews .Text.zeroReviews {
  margin-left: -4px;
}
.ProductPage .ProductDetail .StyleMeta .Reviews .Text.zeroReviews .reviewCount {
  color: #525252;
}
.ProductPage .ProductDetail .StyleMeta .Reviews .Text a:hover {
  text-decoration: underline;
}
.ProductPage .ProductDetail .StyleBody {
  padding-top: 16px;
  clear: both;
}
.ProductPage .ProductDetail .LastItem .StyleCopy {
  padding-bottom: 14px;
}
.ProductPage .itemsContainer {
  clear: both;
  position: relative;
}
.ProductPage .itemsContainer .ProductDetail .StyleForm .BagHolder a.FindInStoreLink {
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  float: left;
  margin-left: 15px;
  display: inline-block;
  font-size: 11px;
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  line-height: 14px;
}
.ProductPage .itemsContainer .ProductDetail .StyleForm .BagHolder a.FindInStoreLink:hover {
  text-decoration: underline;
}
.ProductPage .itemsContainer .ProductDetail .StyleForm .BagHolder a.CollectInStoreLink {
  color: #222222;
  font-size: 11px;
  display: inline-block;
  line-height: 16px;
  padding: 5px 20px;
  position: relative;
}
.ProductPage .itemsContainer .ProductDetail .StyleForm .BagHolder a.CollectInStoreLink:hover {
  text-decoration: underline;
}
.ProductPage .itemsContainer .ProductDetail .StyleForm .BagHolder a.CollectInStoreLink .new-feature-banner {
  background-image: url("/content/co-uk/images/productpage/collectinstore/newbanner-round.png");
  background-size: 25px;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
}
.ProductPage .itemsContainer .ProductDetail .StyleForm .BagHolder a.BuyNowLink {
  color: #222222;
  font-size: 11px;
  display: inline-block;
  line-height: 16px;
  padding: 5px 20px;
  position: relative;
}
.ProductPage .itemsContainer .ProductDetail .StyleForm .BagHolder a.BuyNowLink:hover {
  text-decoration: underline;
}
.ProductPage .itemsContainer .ProductDetail .StyleForm .BagHolder a.BuyNowLink .new-feature-banner {
  background-image: url("/content/co-uk/images/productpage/collectinstore/newbanner-round.png");
  background-size: 25px;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
}
.ProductPage .itemsContainer .ProductDetail .StyleForm .BagHolder a.twoLineButton {
  text-transform: none;
  padding: 6px 20px 4px;
  color: #222222;
  font-size: 11px;
  height: 26px;
}
.ProductPage .itemsContainer .ProductDetail .StyleForm .BagHolder a.twoLineButton.CollectInStoreLink {
  width: 124px;
}
.ProductPage .itemsContainer .ProductDetail .StyleForm .BagHolder a.twoLineButton.BuyNowLink {
  width: 124px;
}
.ProductPage .itemsContainer .ProductDetail .StyleForm .BagHolder a.twoLineButton.buyNowSpacing {
  margin-bottom: 20px;
}
.ProductPage .itemsContainer .ProductDetail .StyleForm .BagHolder a.twoLineButton strong {
  display: block;
  font-weight: 600;
  letter-spacing: 0.6px;
  line-height: 1;
}
@media screen and (max-width: 1279px) {
  .ProductPage .itemsContainer .ProductDetail .StyleForm .BagHolder a.twoLineButton.CollectInStoreLink {
    width: 233px;
    padding: 8px 22px 11px 14px;
    height: 14px;
    white-space: normal;
  }
  .ProductPage .itemsContainer .ProductDetail .StyleForm .BagHolder a.twoLineButton.CollectInStoreLink strong {
    padding-top: 4px;
    letter-spacing: 0px;
    margin-top: 1px !important;
    text-align: center;
    font-size: 10px;
  }
  .ProductPage .itemsContainer .ProductDetail .StyleForm .BagHolder a.twoLineButton.BuyNowLink {
    width: 233px;
    padding: 8px 22px 11px 14px;
    height: 14px;
    white-space: normal;
  }
  .ProductPage .itemsContainer .ProductDetail .StyleForm .BagHolder a.twoLineButton.BuyNowLink strong {
    padding-top: 4px;
    letter-spacing: 0px;
    margin-top: 1px !important;
    text-align: center;
    font-size: 10px;
  }
}
@media screen and (min-width: 1280px) {
  .ProductPage .itemsContainer .ProductDetail .StyleForm .BagHolder a.twoLineButton.CollectInStoreLink {
    width: 314px !important;
    padding: 6px 22px 4px 14px;
  }
  .ProductPage .itemsContainer .ProductDetail .StyleForm .BagHolder a.twoLineButton.CollectInStoreLink strong {
    padding-top: 8px;
  }
  .ProductPage .itemsContainer .ProductDetail .StyleForm .BagHolder a.twoLineButton.BuyNowLink {
    width: 314px !important;
    padding: 6px 22px 4px 14px;
  }
  .ProductPage .itemsContainer .ProductDetail .StyleForm .BagHolder a.twoLineButton.BuyNowLink strong {
    padding-top: 8px;
  }
}
.ProductPage .itemsContainer .ProductDetail .StyleForm .BagHolder a.twoLineButton small {
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 400;
  font-stretch: normal;
  letter-spacing: 0.4px;
  text-align: center;
  line-height: 1;
  color: #797979;
}
.ProductPage .itemsContainer .ProductDetail .StyleForm .BagHolder a.twoLineButton.loading {
  background-image: url("/Images/Structural/Buttons/Alternate/loader-small.gif");
  background-repeat: no-repeat;
  background-position: center;
}
.ProductPage .itemsContainer .ProductDetail .StyleForm .BagHolder a.twoLineButton.loading strong, .ProductPage .itemsContainer .ProductDetail .StyleForm .BagHolder a.twoLineButton.loading small {
  visibility: hidden;
}
.ProductPage .SocialMedia {
  float: right;
  margin: 8px 0;
  display: none;
}
.ProductPage .SocialMedia .Title {
  float: left;
  margin-right: 8px;
  font-weight: bold;
}
.ProductPage .SocialMedia .Icon {
  background: url(/Images/Structural/SocialMedia/SocialIconsSmall.png) no-repeat;
  float: left;
  margin-right: 4px;
}
.ProductPage .SocialMedia .Icon.Twitter {
  background-position: 0 0;
}
.ProductPage .SocialMedia .Icon.Facebook {
  background-position: -20px 0;
}
.ProductPage .SocialMedia .Icon.GooglePlus {
  background-position: -40px 0;
  width: 24px;
}
.ProductPage .SocialMedia .Icon.GooglePlus img {
  width: 24px;
}
.ProductPage select {
  float: left;
  width: 204px;
  height: 20px;
  text-align: left;
  margin-top: 5px;
  border: thin solid #BFC0C1;
}
.ProductPage select:focus {
  border: #707070 solid 1px;
  outline: none;
}
.ProductPage hr {
  color: #BFC0C1;
  margin-top: 25px;
}
.ProductPage .ProductImagery {
  width: 386px;
  float: left;
  margin-bottom: 17px;
  padding-bottom: 17px;
  position: fixed;
  top: 140px;
  z-index: 5;
}
.ProductPage .ProductImagery.CollapseHeader {
  top: 85px;
}
.ProductPage .ProductImagery.PinBottom {
  position: absolute;
  bottom: 0;
  left: 0;
  top: auto;
}
.ProductPage .ProductImagery.Static {
  position: static;
}
.ProductPage .ProductImagery .videoReskin .video a {
  width: 364px;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #222222;
  display: block;
  text-align: center;
  margin-left: 80px;
  margin-bottom: 16px;
  text-decoration: none;
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
  font-size: 11px;
  color: #222222;
  letter-spacing: 1px;
  line-height: 46px;
  cursor: pointer;
}
.ProductPage .ProductImagery .videoReskin .video a .play-icon {
  background-position: center center;
  background-image: url(/Images/Structural/ProductPage/playvideo-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline;
  padding: 2px 9px;
}
@media only screen and (max-width: 1279px) {
  .ProductPage .ProductImagery .videoReskin .video a {
    width: 313px;
    margin-left: 79px;
  }
}
.ProductPage .fullBottomShadow {
  background-image: url(/IMAGES/Structural/Dividers/HorizontalShadow-Full.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}
.ProductPage .fullShadowTop {
  padding-top: 25px;
  background-image: url(/IMAGES/Structural/Dividers/HorizontalShadow-Full.png);
  background-repeat: no-repeat;
  background-position: center top;
}
.ProductPage .AlsoBoughtSection {
  height: 210px;
  margin-bottom: 19px;
}
.ProductPage .spreadImageWrapper {
  margin-right: 16px;
  margin-left: 84px;
  font-size: 12px;
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
  width: 304px;
  float: left;
}
.ProductPage .spreadImageWrapper .spreadImageWrapperTitle {
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
  padding-bottom: 12px;
  letter-spacing: 1.6px;
}
.ProductPage .spreadImageWrapper img {
  max-width: 100%;
  border: 1px solid #c7c5c5;
}
.ProductPage .spreadImageWrapper p {
  margin: 8px 0;
}
.ProductPage .spreadImageWrapper p a {
  background-image: url(/Images/Structural/ProductPage/collection-arrow.png);
  background-repeat: no-repeat;
  background-position: right center;
  font-weight: bold;
  text-decoration: underline;
  color: #1a6461;
  padding-right: 15px;
}
.ProductPage .spreadImageWrapper p span {
  float: left;
  padding-right: 3px;
}
.ProductPage .StyleForm {
  clear: both;
}
.ProductPage .StyleForm .MarginTop35 {
  margin-top: 35px;
}
.ProductPage .StyleForm .formControls {
  float: left;
}
.ProductPage .StyleForm .formControls label.size-one {
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  box-shadow: inset 0 0 10px #EBEBEB;
  -ms-word-wrap: inherit;
  word-wrap: inherit;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid #CECECE;
  outline: 0 none;
  padding: 5px 35px 5px 5px;
  margin-top: 0;
  width: 165px;
  float: left;
  font-weight: normal;
  background: url(/Images/Structural/Arrows/18x18/dark_down_grey.png) no-repeat 178px center;
  background-color: #f9f9f9;
}
.ProductPage .StyleForm .formControls label.size-one span {
  display: none;
}
.ProductPage .StyleForm .formControls input.hdnOption.SoldOut ~ label.size-one {
  color: #f00;
}
.ProductPage .StyleForm .formControls input.hdnOption.SoldOut ~ label.size-one span {
  display: inline;
}
.ProductPage .StyleForm .NextHelperPopUp.errorMessage {
  padding-top: 10px;
  padding-bottom: 10px;
}
.ProductPage .StyleContent {
  margin-top: 8px;
  overflow: hidden;
  font-size: 11px;
  display: inline-block;
  width: 100%;
  margin-bottom: -3px;
  padding: 0 0 5px 0;
  letter-spacing: 0.4px;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
}
.ProductPage .StyleContent .read-more-padding {
  float: right;
  padding: 0;
  font-size: inherit;
}
.ProductPage .StyleContent .read-more {
  display: none;
  padding-left: 5px;
  float: right;
  clear: right;
  font-size: 12px;
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
  color: #1a6461;
  text-decoration: underline;
  cursor: pointer;
}
.ProductPage .StyleContent:not(.partial-description) {
  border-bottom: 1px solid #c7c5c5;
}
.ProductPage .StyleContent.partial-description {
  position: relative;
  padding: 0;
  padding-top: 10px;
  border-top: 1px solid #c7c5c5;
  line-height: 2.5ex;
}
.ProductPage .StyleContent.partial-description.open {
  padding-bottom: 3ex;
}
.ProductPage .StyleContent.partial-description.open > .read-more {
  position: absolute;
  right: 0;
  bottom: 0;
  float: none;
}
@media (max-width: 1024px) {
  .ProductPage .StyleContent.partial-description > div {
    padding-top: 0;
  }
}
.ProductPage .StyleContent.partial-description .partial-description-text {
  margin-bottom: 2.5ex;
}
.ProductPage .StyleContent.BannerStyleContent {
  margin-top: 0;
}
.ProductPage .StyleContent > aside {
  padding-bottom: 6px;
}
.ProductPage .StyleContent > div {
  padding-bottom: 7px;
  font-size: 12px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
.ProductPage .StyleContent > div:first-child {
  padding-top: 0;
}
.ProductPage .StyleContent > div:first-child ~ div.logos table {
  width: 100%;
}
.ProductPage .StyleContent > div:last-child {
  padding-bottom: 0;
}
.ProductPage .StyleContent > div > ul {
  margin: 0;
}
.ProductPage .StyleContent > div > ul.thumbnails li {
  display: block;
  float: left;
  cursor: pointer;
  margin-right: 10px;
}
.ProductPage .StyleContent > div > ul.thumbnails li a .play-icon {
  background-position: center center;
  background-image: url(/Images/Structural/ProductPage/play-icon.png);
  width: inherit;
  height: inherit;
}
.ProductPage .StyleContent > div.logos {
  display: inline-block;
}
.ProductPage .StyleContent > div.logos:first-child table {
  width: 100%;
}
.ProductPage .StyleContent > div.logos table tr {
  border-top: 1px solid #c7c5c5;
}
.ProductPage .StyleContent > div.logos table tr td {
  padding: 16px 0 10px 0;
  vertical-align: top;
}
.ProductPage .StyleContent > div.logos table tr td.img {
  width: 44px;
}
.ProductPage .StyleContent > div.logos table tr td.img img {
  max-width: 32px;
}
.ProductPage .StyleContent > div.logos table tr td div.description {
  line-height: 1.5;
}
.ProductPage .StyleContent > div.logos:not(:last-child) table tr:last-child {
  border-bottom: 1px dotted #c7c5c5;
}
.ProductPage .StyleContent > div.logos + div.delivery {
  border-top: 0;
}
.ProductPage .StyleContent > div.logos.top table tr {
  border-top: none;
}
.ProductPage .StyleContent > div.logos.top table td {
  vertical-align: middle;
  padding: 0;
}
.ProductPage .StyleContent > div.logos.top table td.img {
  width: auto;
}
.ProductPage .StyleContent > div.logos.top table td div.description {
  font-weight: bold;
}
.ProductPage .StyleContent > div.delivery:not(:first-child) {
  border-top: 1px dotted #c7c5c5;
}
.ProductPage .StyleContent .CreditPromo {
  border-top: 1px dotted #c7c5c5;
  padding: 8px 0;
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
}
.ProductPage .StyleContent .CreditPromo .Title {
  font-size: 14px;
  color: #28a89d;
  font-weight: bold;
}
.ProductPage .StyleContent .CreditPromo .Title .dagger {
  position: absolute;
  padding-left: 3px;
  font-size: 75%;
}
.ProductPage .StyleContent .CreditPromo .MainText {
  padding-top: 5px;
  font-weight: bold;
  font-size: 12px;
}
.ProductPage .StyleContent .CreditPromo .Terms {
  padding-top: 5px;
  color: #949494;
  font-size: 10px;
}
.ProductPage .StyleContent .CreditPromo .Terms .dagger {
  font-size: 75%;
  padding-right: 3px;
}
.ProductPage .description-padding {
  height: 10px;
  border-bottom: 1px solid #c7c5c5;
}
.ProductPage .StyleCreditPromo {
  max-height: none;
}
.ProductPage .StyleCreditPromo .CreditPromo .Title {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
.ProductPage .StyleCreditPromo .CreditPromo .MainText {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
.ProductPage .StyleCreditPromo .CreditPromo .Terms {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
.ProductPage .StyleCopy .showmore.hidden {
  display: none;
  padding-top: 0;
}
.ProductPage .StyleCopy .showmore .content img {
  display: inline;
}
.ProductPage .StyleCopy .showless.hidden {
  display: none;
  padding-top: 0;
}
.ProductPage .StyleCopy .showless .content img {
  display: inline;
}
.ProductPage .ProductViewer {
  position: static;
  z-index: 1;
  float: left;
  margin-top: 15px;
  width: 405px;
}
.ProductPage .grabPoint {
  width: 0;
  height: 0;
}
.ProductPage #viewerBottom {
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
}
.ProductPage #viewerTop {
  width: 0;
  height: 0;
  position: static;
  top: 0;
}
.ProductPage #ProductImageBottom {
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
}
.ProductPage #lastArticleBottom {
  width: 0;
  height: 0;
  position: static;
  bottom: 0;
}
.ProductPage .Button.Disabled.Loading .ButtonText {
  background-position: center 3px;
  padding-top: 0;
  height: 32px;
}
.ProductPage section.WarrantyItem {
  background-position: 3px 13px;
  margin-top: 9px;
  padding-top: 9px;
  background-image: url(/Images/Structural/ProductPage/warranty_logo.jpg);
  background-repeat: no-repeat;
  margin-left: -100px;
  padding-left: 100px;
}
.ProductPage section.WarrantyItem h3 {
  border-top: 1px dashed #CECECE;
  margin: 0;
  text-transform: uppercase;
  font-size: 12px;
  padding-top: 9px;
}
.ProductPage section.WarrantyItem div.Warranty {
  display: none;
}
.ProductPage section.WarrantyItem div.Warranty.Enabled {
  display: block;
}
.ProductPage section.WarrantyItem p a {
  text-decoration: none;
  margin-left: 7px;
  margin-right: 7px;
}
.ProductPage section.WarrantyItem p a:hover {
  text-decoration: underline;
}
.ProductPage .NextCarouselWrapper ul.AlsoBoughtCarousel {
  margin-left: 23px;
}
.ProductPage .NextCarouselWrapper ul.NextCarousel li .productDetails {
  height: 70px;
}
.ProductPage .NextCarouselWrapper ul.NextCarousel li h4 {
  font-weight: normal;
  font-size: 12px;
  margin: 5px 0 9px;
}
.ProductPage .NextCarouselWrapper ul.NextCarousel li img.carouselThumbnail {
  border: 1px solid #CECECE;
  float: left;
  margin-right: 11px;
}
.ProductPage .NextCarouselWrapper ul.NextCarousel li p.price {
  font-weight: bold;
  color: #313131;
  margin: 0;
}
.ProductPage .NextCarouselWrapper ul.NextCarousel li a.view {
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  padding: 4px 9px;
  background: #3f3f3f;
  filter: progid:dximagetransform.microsoft.gradient(startcolorstr='$clr_black_4F', endcolorstr='$clr_black_3F');
  background: -moz-linear-gradient(top, #4f4f4f 0, #3f3f3f);
  background: -webkit-gradient(linear, left top, left bottom, from(#4f4f4f), to(#3f3f3f));
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #5f5f5f;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
.ProductPage .Grouped .StyleContent {
  visibility: hidden;
}
.ProductPage .Grouped .StyleContent.loaded {
  visibility: visible;
}
.ProductPage .Grouped .StyleContent.readmoreStyle {
  border-bottom: none;
}
.ProductPage .Grouped .StyleContent.closed {
  height: 135px;
}

.hideBreadcrumbs .ProductPage .ProductImagery {
  top: 102px;
}

.modalMode {
  padding-left: 10px;
}
.modalMode .ContentArea {
  min-width: 0;
}
.modalMode .Content {
  width: 100%;
  margin-left: 11px;
}
.modalMode .spreadImageWrapper {
  display: none;
}
.modalMode .ProductPage .ProductDetail {
  width: 470px;
}
.modalMode .ProductPage .ProductDetail .Style {
  padding-left: 0 !important;
}
.modalMode .ProductPage .ProductDetail .Style .StyleContent {
  max-height: none;
}
.modalMode .ProductPage .ProductDetail .Style.Selected {
  background-image: none;
}
.modalMode .ProductPage .ProductDetail .StyleImages {
  display: none;
}
.modalMode .ProductPage .ProductDetail .StyleCopy {
  margin-left: 10px;
}
.modalMode .ProductPage .ProductDetail .StyleWith {
  padding-left: 10px;
}

#VideosModalPopupTemplate {
  display: none;
}

.VideosContainer .header {
  overflow: hidden;
}
.VideosContainer .header .closebtn {
  float: right;
  overflow: hidden;
  display: block;
  margin-right: 12px;
  margin-top: 12px;
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
  padding: 1px 24px 0 6px;
  text-decoration: none;
  font-weight: 400;
  background-image: url(/Images/Structural/ModalPopup/cross.png);
  background-repeat: no-repeat;
  background-position: right center;
  text-transform: uppercase;
  font-size: 14px;
  -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;
}
.VideosContainer .VideoPlayerContainer {
  padding-top: 12px;
}
.VideosContainer .video {
  height: 494px;
  width: 328px;
}

.CSSLoadDetector {
  background-color: #ffffff;
}

.NotificationModalPopupTemplate {
  display: none;
}

.touchClose {
  background: url(/Images/Structural/Icons/24x24.png) no-repeat scroll -24px 0 transparent;
  display: block;
  height: 24px;
  width: 24px;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  right: -5px;
  top: 20px;
}

@media all and (max-width: 1024px) {
  .ProductPage .ProductDetail .StyleForm .AddToBag span {
    background-image: url(/Images/Structural/ProductPage/help-16x16.png);
    width: 16px;
    height: 16px;
    display: block;
    float: right;
  }
  .ProductPage .ProductDetail .StyleForm .DropDown label.itemLabel {
    float: left;
    width: 58px;
    margin-top: 7px;
    font-weight: normal;
  }
  .ProductPage .ProductDetail .StyleCopy .toggleDescription a.link {
    display: inline-block;
  }
  .ProductPage .StyleContent > div {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .ProductPage .StyleForm .formControls label.size-one {
    width: 188px;
    padding: 8px 6px;
  }
  .dk_container a {
    padding: 8px 25px 8px 5px;
    font-size: 14px;
  }
}
/*
@media all and (max-width: 768px) {
    .ProductPage {
        .ProductDetail .StyleForm {
            .AddToBag {
                .nxbtn {
                    padding: 10px;
                    font-size: ($next_default_font_size - 1);
                    font-weight: $fontweight_bold;
                    line-height: 18px;
                }

                span {
                    background-image: $url_help_16;
                    width: 16px;
                    height: 16px;
                    display: block;
                    float: right;
                }
            }

            .DropDown label.itemLabel {
                float: left;
                width: 58px;
                margin-top: 7px;
                font-weight: normal;
                font-size: ($next_default_font_size + 2);
            }

            .SizeGuide a img {
                float: left;
                margin-right: 12px;
                height: 34px;
                width: 34px;
            }
        }

        .StyleContent > div {
            padding-top: 7px;
            padding-bottom: 7px;
            font-size: ($next_default_font_size + 2);
        }
    }

    .dk_container a {
        border: 1px solid $pdp_color_styleform_label_border;
        outline: 0 none;
        padding: 8px 25px 8px 5px;
        font-size: ($next_default_font_size + 2);
    }
}*/
.SpecialOffer {
  margin-bottom: 0;
  margin-right: 5px;
  float: left;
  color: #f00;
}

[data-display=hide] {
  display: none !important;
}

.IsSoldOut {
  display: none !important;
}

[dir=rtl] .ProductPage .ProductDetail .Style.Selected {
  background-image: url(/Images/Structural/ProductPage/style-selected-pointer_right.png);
}
[dir=rtl] .ProductPage .ProductDetail .StyleCopy .priceHistoryGroup .tooltip .arrow {
  background-image: url(/images/Structural/SaleOffers/arrow-small.gif);
}
[dir=rtl] .ProductPage .spreadImageWrapper p a {
  background-image: url(/Images/Structural/Icons/arrow_left.png);
}

section.StyleCopy .toggleDescription a.noTouch {
  text-decoration: none;
}

.ProductViewer .mousetrap {
  z-index: 1;
}

html > body .PageHeader .BreadcrumbNavigation .Breadcrumbs span.Seperated {
  *background-image: none;
}

a.thumbnail {
  margin-right: 16px;
}

.ModalPopup .NotificationContainer {
  padding: 12px 16px 0;
  color: #222222;
}
.ModalPopup .NotificationContainer .header {
  padding-bottom: 12px;
  border-bottom: 1px dotted #949494;
  max-height: 32px;
  overflow: hidden;
}
.ModalPopup .NotificationContainer .header h4 {
  font-size: 18px;
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
  font-weight: 500;
  float: left;
  width: 250px;
}
.ModalPopup .NotificationContainer .header .closebtn {
  float: right;
  display: block;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  padding: 1px 24px 0 6px;
  margin-right: 3px;
  margin-top: 1px;
  background-image: url(/Images/Structural/ModalPopup/cross.png);
  background-repeat: no-repeat;
  background-position: right center;
}
.ModalPopup .NotificationContainer .info {
  max-height: 414px;
  overflow: auto;
  overflow-x: hidden;
  position: relative;
}
.ModalPopup .NotificationContainer .info .details {
  padding: 10px 0;
}
.ModalPopup .NotificationContainer .info .dataSection {
  padding: 10px 0;
}
.ModalPopup .NotificationContainer .info .dataSection label {
  font-size: 13px;
  font-weight: 400;
  padding-bottom: 5px;
}
.ModalPopup .NotificationContainer .info .dataSection label.EmailAddress {
  float: left;
  width: 100%;
}
.ModalPopup .NotificationContainer .info .dataSection input[type=text] {
  padding: 6px;
  margin-right: 15px;
  font-size: 13px;
  border: 1px solid #c7c5c5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.ModalPopup .NotificationContainer .info .dataSection input.EmailAddress {
  float: left;
  width: 370px;
}
.ModalPopup .NotificationContainer .info .nodisplay {
  display: none;
}
.ModalPopup .NotificationContainer .info .errMsg {
  float: left;
  color: #BE0000;
  margin-right: 100px;
}
.ModalPopup .NotificationContainer .info .rememberMe {
  float: right;
  margin-right: 83px;
}
.ModalPopup .NotificationContainer .info .rememberMe .nodisplay {
  display: none;
}
.ModalPopup .NotificationContainer .info .rememberMe .errMsg {
  float: left;
  color: #BE0000;
  margin-right: 100px;
}

.dk_options.IntlComingsoonItem {
  width: auto;
  min-width: 100%;
}

.ProductPage .itemsContainer .ProductDetail .StyleForm .BagHolder .AddToBag {
  width: 270px;
}

/*ie8 fixes*/
.msie8 .ProductPage .ProductImagery .video a .play-icon {
  background-image: url(/Images/Structural/ProductPage/playvideo-icon-16x16.png);
}

.CistHelp {
  float: right;
  margin-right: 50%;
  padding-top: 6px;
}

.noFavourites {
  margin-right: 32%;
}

.CistHelp > a {
  color: #1a6461;
  text-decoration: underline;
}

.CistHelp > a:hover {
  cursor: pointer;
}

.ProductPage.HorizontalStyleWith .ProductDetail .StyleWith {
  padding-right: 0;
  padding-left: 45px;
  top: 0;
  font-weight: normal;
  color: #111;
}
.ProductPage.HorizontalStyleWith .ProductDetail .Style {
  padding-left: 20px;
  display: none;
}
.ProductPage.HorizontalStyleWith .ProductDetail .Style.Selected {
  background-image: none;
  display: block;
}
.ProductPage.HorizontalStyleWith .ProductDetail .Style.has-animation.Selected {
  -moz-animation: opacityChange 2s;
  -o-animation: opacityChange 2s;
  -webkit-animation: opacityChange 2s;
  animation: opacityChange 2s;
}
@keyframes opacityChange {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes opacityChange {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.ProductPage.HorizontalStyleWith .ProductDetail .StyleHeader .Title a {
  color: #222222;
}
.ProductPage.HorizontalStyleWith .ProductDetail .StyleHeader .Title a:hover {
  text-decoration: none;
  cursor: text;
}
.ProductPage.HorizontalStyleWith .ProductDetail .StyleHeader .Title a.noTouch {
  text-decoration: none;
  cursor: text;
}
.ProductPage.HorizontalStyleWith #ProductImageBottom {
  position: static;
}
.ProductPage.HorizontalStyleWith .StyleCopy {
  width: 535px;
}
.modalMode .ProductPage.HorizontalStyleWith .StyleCopy {
  width: 440px;
}
.ProductPage.HorizontalStyleWith .CistHelp {
  margin-right: 58%;
}

body div.ModalPopup .ReviewsContainer .header {
  border-bottom: 1px solid #e6e6e6;
}
body div.ModalPopup .ReviewsContainer .header h4 {
  line-height: 1.44;
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
}
body div.ModalPopup .ReviewsContainer .header .closebtn {
  text-transform: capitalize;
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.92;
  text-align: right;
  color: #1a6461;
  background-image: url(/Images/Structural/ModalPopup/cross-light.png);
}
body div.ModalPopup .ReviewsContainer .info .details .averagereview {
  width: 40%;
}
body div.ModalPopup .ReviewsContainer .info .details .averagereview .rating {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-align: left;
  color: #1a6461;
}
body div.ModalPopup .ReviewsContainer .info .details h5 {
  line-height: 1.64;
  letter-spacing: 2px;
  text-align: left;
  color: #222222;
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
}
body div.ModalPopup .ReviewsContainer .info .details .actions {
  width: 190px;
}
body div.ModalPopup .ReviewsContainer .info .details .ratingsbreakdown ul li {
  clear: both;
}
body div.ModalPopup .ReviewsContainer .info .details .ratingsbreakdown ul li span.star {
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 12px;
  text-align: left;
  color: #222222;
}
body div.ModalPopup .ReviewsContainer .info .details .ratingsbreakdown ul li span.count {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.3px;
  text-align: right;
  color: #1a6461;
}
body div.ModalPopup .ReviewsContainer .info .details .ratingsbreakdown ul li .bar {
  border-radius: 5px;
}
body div.ModalPopup .ReviewsContainer .info .details .ratingsbreakdown ul li .bar .back {
  background-color: #e6e6e6;
}
body div.ModalPopup .ReviewsContainer .info .details .ratingsbreakdown ul li .bar .overlay {
  background-color: #1a6461;
}
body div.ModalPopup .ReviewsContainer .info .reviews ul > li .reviewcontent {
  border-right: 1px solid #e6e6e6;
}
body div.ModalPopup .ReviewsContainer .info .reviews ul > li .reviewcontent .text {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.4px;
  text-align: left;
  color: #222222;
}
body div.ModalPopup .ReviewsContainer .info .reviews ul > li .reviewcontent .meta .date {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0.4px;
  text-align: left;
  margin-bottom: 6px;
  color: #222222;
}
body div.ModalPopup .ReviewsContainer .info .reviews ul > li:not(.response) {
  border-top: 1px solid #e6e6e6;
  clear: both;
  overflow: auto;
}
body div.ModalPopup .ReviewsContainer .info .reviews ul li .userprofile {
  line-height: 2;
  letter-spacing: 0.4px;
  font-weight: normal;
}
body div.ModalPopup .ReviewsContainer .info .reviews ul li .userprofile a {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #222222;
}
body div.ModalPopup .ReviewsContainer .info .reviews .loadmore a {
  padding: 19px 0 12px 0;
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.64;
  letter-spacing: 2px;
  color: #222222;
  text-transform: uppercase;
}
body div.ModalPopup .ReviewsContainer .info .reviews .loadmore a span {
  background-image: url(/Images/Structural/Reviews/loadMoreArrowLight.png);
}

.ZoomComponent {
  padding: 12px 0;
}
.ZoomComponent * {
  -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;
  outline: none;
}
.ZoomComponent .shotWrapper {
  padding: 6px 0 6px 6px;
  position: relative;
  float: left;
  z-index: 99;
  background-color: #ffffff;
  width: 319px;
  border: 1px solid transparent;
  height: auto !important;
}
.ZoomComponent .shotWrapper.live {
  border-color: #c6c6c6;
  border-right-color: transparent;
  width: 322px;
}
.ZoomComponent .ShotView {
  text-align: center;
  position: relative;
  top: 0;
  left: 0;
  z-index: 99;
  width: 315px;
  height: auto !important;
}
.ZoomComponent .ShotView img {
  margin: 0 auto;
  cursor: url(/Images/Structural/ZoomComponent/magnifying-glass.png), auto;
}
.ZoomComponent .ShotView.magOn, .ZoomComponent .ShotView.magOn img {
  cursor: move;
}
.ZoomComponent .ShotView .SuperZoomOpen {
  position: absolute;
  overflow: hidden;
  cursor: pointer;
  top: 5px;
  right: 5px;
  background: url(/Images/Structural/Controls/ExpanderButton/ExpanderButtonBG.png) repeat scroll 0 0 transparent;
  float: right;
  height: 24px;
  margin: 8px;
  width: 24px;
  z-index: 1000;
}
.ZoomComponent .ShotView .SuperZoomOpen .Text {
  line-height: 28px;
  color: #222222;
  opacity: 0;
  float: left;
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  margin: -2px 0 0 8px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.ZoomComponent .ShotView .SuperZoomOpen .icon {
  background-repeat: no-repeat;
  background-position: center center;
  float: right;
  height: 24px;
  width: 24px;
  display: block;
  background-image: url(/Images/Structural/ZoomComponent/superzoom-light-icon.png);
  background-size: 16px 18px;
  margin: 2px 0;
}
.ZoomComponent .ShotView .shotNavPrev, .ZoomComponent .ShotView .shotNavNext {
  position: absolute;
  overflow: hidden;
  cursor: pointer;
  z-index: 101;
  top: 50%;
  margin-top: -18px;
  width: 42px;
  height: 42px;
  background: url(/Images/Structural/ZoomComponent/main-image-arrow-sprite.png) repeat scroll 0 0 transparent;
}
.ZoomComponent .ShotView .shotNavNext {
  right: 9px;
  background-position: 0 42px;
}
.ZoomComponent .ShotView .shotNavNext [dir=rtl] {
  background-position: 0 0;
}
.ZoomComponent .ShotView .shotNavPrev {
  left: 9px;
}
.ZoomComponent .ShotView .shotNavPrev [dir=rtl] {
  background-position: 0 42px;
}
.ZoomComponent .zoomBox {
  border: 1px solid #c6c6c6;
  width: 550px;
  height: 470px;
  position: absolute;
  z-index: 90;
  background-color: #ffffff;
  overflow: hidden;
  display: none;
}
.ZoomComponent .zoomBoxWrapper {
  padding: 6px;
  border: 1px solid #c6c6c6;
  z-index: 90;
  background-color: #ffffff;
  overflow: hidden;
  display: none;
  position: absolute;
}
.ZoomComponent .ThumbNailNav {
  overflow: hidden;
  display: block;
}
.ZoomComponent .ThumbNailNav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.ZoomComponent .ThumbNailNav ul li {
  vertical-align: top;
  border: 1px solid #c7c5c5;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.ZoomComponent .ThumbNailNav ul li a {
  display: inline-block;
  width: auto;
  height: auto;
}
.ZoomComponent .ThumbNailNav ul li.first {
  margin-top: 0;
}
.ZoomComponent .ThumbNailNav ul li.selected, .ZoomComponent .ThumbNailNav ul li:hover {
  border: 2px solid #1a6461;
}
.ZoomComponent .zoomBox img.zoomBoxImage {
  position: absolute;
  top: 0;
}
.ZoomComponent.Landscape .shotWrapper {
  width: 385px;
  padding-bottom: 16px;
}
.ZoomComponent.Landscape .shotWrapper.live {
  width: 395px;
}
.ZoomComponent.Landscape .ShotView {
  padding: 5px;
  margin: 0 auto;
}
.ZoomComponent.Landscape .zoomBox {
  height: 466px;
}
.ZoomComponent.Landscape .zoomBoxWrapper {
  margin-left: 402px;
}
.ZoomComponent.Landscape .ThumbNailNav {
  width: 335px;
  height: 100px;
  margin-top: 15px;
  margin-left: 32px;
  position: relative;
  float: left;
}
.ZoomComponent.Landscape .ThumbNailNav ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  margin-right: 8px;
  outline: none;
  max-width: 100px;
}
.ZoomComponent.Landscape .ThumbNailNav ul li img {
  max-height: 65px;
  border: none;
  outline: none;
}
.ZoomComponent.Landscape .ThumbNailNav ul li a {
  outline: none;
  display: block;
}
.ZoomComponent.Landscape #ZoomNavStart {
  float: left;
}
.ZoomComponent.Landscape #ZoomNavEnd {
  float: left;
}
.ZoomComponent.Landscape #lastZoomNavItem {
  float: right;
}
.ZoomComponent.Landscape a.carouselPrev, .ZoomComponent.Landscape a.carouselNext {
  width: 13px;
  height: 26px;
  background-image: url(/Images/Structural/ZoomComponent/Carousel/horizontal-arrow-sprite.png);
  float: left;
  margin-top: 19px;
}
.ZoomComponent.Landscape a.carouselPrev {
  background-position: 0 0;
  margin-right: 12px;
}
.ZoomComponent.Landscape a.carouselPrev.disabled {
  background-position: -28px 0;
}
.ZoomComponent.Landscape a.carouselNext {
  background-position: -14px 0;
  margin-left: 12px;
}
.ZoomComponent.Landscape a.carouselNext.disabled {
  background-position: -42px 0;
}
.ZoomComponent.Landscape .ThumbNailNavClip {
  width: 284px;
  height: 67px;
  float: left;
}
.ZoomComponent.Portrait .ShotView img {
  max-width: 315px;
}
.ZoomComponent.Portrait .zoomBoxWrapper {
  margin-left: 392px;
  border-left: none;
  padding-left: 16px;
}
.ZoomComponent.Portrait .ThumbNailNav {
  width: 48px;
  float: left;
  height: 480px;
  padding-right: 24px;
}
.ZoomComponent.Portrait .ThumbNailNav ul li {
  margin: 10px 0;
  max-width: 48px;
  max-height: 72px;
  /*height: 66px;*/
}
.ZoomComponent.Portrait .ThumbNailNav ul li img {
  width: 100%;
  /*height: 66px;*/
}
.ZoomComponent.Portrait .ThumbNailNav ul li.first {
  margin-top: 0;
}
.ZoomComponent.Portrait .ThumbNailNav ul li.last {
  margin-bottom: 0;
}
.ZoomComponent.Portrait a.carouselPrevious, .ZoomComponent.Portrait a.carouselNext {
  width: 26px;
  height: 13px;
  background-image: url(/Images/Structural/ZoomComponent/Carousel/vertical-arrow-sprite.png);
  margin: 0 auto;
}
.ZoomComponent.Portrait a.carouselPrevious {
  background-position: 0 0;
  margin-bottom: 10px;
}
.ZoomComponent.Portrait a.carouselPrevious.disabled {
  background-position: 0 -28px;
}
.ZoomComponent.Portrait a.carouselNext {
  background-position: 0 -14px;
  margin-top: 10px;
}
.ZoomComponent.Portrait a.carouselNext.disabled {
  background-position: 0 -42px;
}
.ZoomComponent a.phoneZoomOpen {
  overflow: hidden;
  display: block;
  text-indent: -1000px;
  width: 66px;
  height: 66px;
  position: absolute;
  top: 10px;
  left: 10px;
  background-image: url("/Images/Structural/Buttons/Custom/zoom.png");
  background-repeat: no-repeat;
  z-index: 9999;
}
.ZoomComponent a.phoneZoomOpen.iconIpad {
  overflow: hidden;
  display: block;
  text-indent: -1000px;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 13px;
  right: 13px;
  left: auto;
  background-image: url(/Images/Structural/ZoomComponent/superzoom-icon.png);
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.8);
  background-position: center center;
  padding: 5px;
  z-index: 9999;
}
.ZoomComponent .close {
  top: 8px;
  right: 8px;
  z-index: 1000;
  position: absolute;
  overflow: hidden;
  cursor: pointer;
  padding: 4px;
  float: right;
  display: block;
  text-align: center;
  text-decoration: none;
  font-weight: 400;
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  background-image: url(/Images/Structural/ModalPopup/cross.png);
  background-repeat: no-repeat;
  background-position: center;
  text-transform: uppercase;
  height: 17px;
  width: 17px;
  background-color: rgba(255, 255, 255, 0.75);
  -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;
}
.ZoomComponent .close:hover {
  text-decoration: none;
}
.ZoomComponent .closeZoomBox {
  top: 5px;
  right: 5px;
  background: url(/Images/Structural/Controls/ExpanderButton/ExpanderButtonBG.png) repeat scroll 0 0 transparent;
  border: 1px solid #E2E2E2;
  cursor: pointer;
  float: right;
  height: 24px;
  margin: 8px;
  width: 24px;
  z-index: 1000;
  position: absolute;
  overflow: hidden;
}
.ZoomComponent .closeZoomBox .Text {
  color: #676767;
  opacity: 0;
  float: left;
  font-size: 12px;
  font-weight: bold;
  margin: 4px 0 0 8px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.ZoomComponent .closeZoomBox .icon {
  background-repeat: no-repeat;
  float: right;
  height: 24px;
  width: 24px;
  display: block;
  background-image: url(/Images/Structural/ZoomComponent/superzoom-light-icon.png);
  background-size: 16px 18px;
  margin: 2px 0;
  background-position: -24px 0;
}
.ZoomComponent #ZoomNavEnd,
.ZoomComponent #lastZoomNavItem,
.ZoomComponent #ZoomNavStart {
  width: 0;
  height: 0;
}
.ZoomComponent a.disabled {
  cursor: default;
}
.ZoomComponent .ThumbNailNavClip {
  overflow: hidden;
  position: relative;
}
.ZoomComponent .shotmedia {
  float: left;
}
.ZoomComponent a.carouselPrevious, .ZoomComponent a.carouselNext {
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -1000px;
  display: block;
  cursor: pointer;
}
.ZoomComponent .video {
  padding-top: 6px;
  width: 46px;
  float: left;
  clear: left;
  margin-top: 0px;
}
.ZoomComponent .video a {
  display: block;
  height: 69px;
  cursor: pointer;
  background-size: 46px 69px;
}
.ZoomComponent .video a .play-icon {
  background-position: center center;
  background-image: url(/Images/Structural/ProductPage/play-icon.png);
  background-repeat: no-repeat;
  width: inherit;
  height: inherit;
  display: block;
}
.ZoomComponent .video .videoText {
  display: block;
  text-align: center;
  margin: 2px 0;
  font-size: 11px;
  font-weight: 500;
  font-family: "azo-sans", sans-serif;
}
.ZoomComponent .loupe {
  width: 85px;
  height: 85px;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.6);
  display: none;
  position: absolute;
  z-index: 100;
  cursor: move;
  border: 1px solid #c6c6c6;
  -webkit-box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.1);
}
.ZoomComponent .ZoomComponent .ThumbNailNav ul li {
  border: 1px dotted transparent;
  padding: 0;
  list-style: none;
}

.PreviewMode .ZoomComponent .ShotView {
  border-color: #a18b64;
}

body.modalMode .ZoomComponent .ShotView img {
  cursor: auto;
}
body.modalMode .ZoomComponent.Portrait .ThumbNailNav {
  padding-right: 15px;
}

.msie9 .ZoomComponent .ShotView img,
.msie8 .ZoomComponent .ShotView img,
.msie7 .ZoomComponent .ShotView img {
  cursor: pointer;
}

.msie7 .ZoomComponent.Landscape .zoomBoxWrapper {
  margin-left: 0;
}

.msie7 .ZoomComponent.Portrait .zoomBoxWrapper {
  margin-left: 0;
}

.msie7 .SuperZoom .SuperThumbNailNav {
  width: 80px;
}

.msie8 .ZoomComponent .loupe,
.msie7 .ZoomComponent .loupe {
  background: url(/Images/Structural/Controls/ExpanderButton/ExpanderButtonBG.png) repeat scroll 0 0 transparent;
}

/*ie8 fixes*/
.msie8 .ZoomComponent .ShotView .SuperZoomOpen .icon, .msie8 .ZoomComponent .closeZoomBox .icon {
  background-image: url(/Images/Structural/ZoomComponent/superzoom-light-icon-16x18.png);
}

/*/////////////////////Phone Zoom ////////////////////////////////*/
.phoneZoomWrapper {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 9999;
}

.phoneZoomCloser {
  width: 100px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #676767;
  font-size: 24px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #ffffff;
  overflow: hidden;
  display: block;
  position: fixed;
  top: 20px;
  right: 20px;
  opacity: 1;
  background-color: #ffffff;
}

/*//////////////////////////////////Super Zoom /////////////////////////////////////////////*/
.SuperZoom {
  position: absolute;
  background-color: #ffffff;
  left: 5px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.7);
  z-index: 9999;
  overflow: hidden;
  white-space: nowrap;
}
.SuperZoom * {
  -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;
  outline: none;
}
.SuperZoom a.carouselPrevious, .SuperZoom a.carouselNext {
  width: 26px;
  height: 13px;
  background-image: url(/Images/Structural/ZoomComponent/Carousel/vertical-arrow-sprite.png);
  margin: 0 auto;
  overflow: hidden;
  text-indent: -1000px;
  display: block;
  cursor: pointer;
}
.SuperZoom a.carouselNext {
  background-position: 0 -14px;
  margin-top: 10px;
}
.SuperZoom a.carouselNext.disabled {
  background-position: 0 -42px;
}
.SuperZoom a.carouselPrevious {
  background-position: 0 0;
  margin-bottom: 10px;
}
.SuperZoom a.carouselPrevious.disabled {
  background-position: 0 -28px;
}
.SuperZoom a.disabled {
  cursor: default;
}
.SuperZoom .SuperThumbNailNav {
  padding: 9px 15px;
  float: left;
  margin-top: 0;
  position: relative;
  width: 51px;
}
.SuperZoom .SuperThumbNailNav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.SuperZoom .SuperThumbNailNav ul li img {
  margin: 0 auto;
  max-width: 48px;
  max-height: 72px;
}
.SuperZoom .SuperThumbNailNav ul li {
  margin: 10px 0;
  max-width: 48px;
  max-height: 72px;
  padding: 0;
  list-style: none;
  border: 1px solid #c7c5c5;
}
.SuperZoom .SuperThumbNailNav ul li.first {
  margin-top: 0;
}
.SuperZoom .SuperThumbNailNav ul li.last {
  margin-bottom: 0;
}
.SuperZoom .SuperThumbNailNav ul li.selected, .SuperZoom .SuperThumbNailNav ul li:hover {
  border: 2px solid #1a6461;
}
.SuperZoom .ThumbNailNavClip {
  overflow: hidden;
}
.SuperZoom .ThumbNailNavClip ul {
  position: relative;
}
.SuperZoom .SuperZoomBox {
  position: absolute;
  border: 1px solid #E2E2E2;
  overflow: hidden;
  cursor: move;
  right: 0;
  float: right;
  left: 73px;
}
.SuperZoom .SuperZoomBox img {
  position: absolute;
}
.SuperZoom .close {
  top: 8px;
  right: 8px;
  z-index: 1000;
  position: absolute;
  overflow: hidden;
  cursor: pointer;
  padding: 4px;
  float: right;
  display: block;
  text-align: center;
  text-decoration: none;
  font-weight: 400;
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  background-image: url(/Images/Structural/ModalPopup/cross.png);
  background-repeat: no-repeat;
  background-position: center;
  text-transform: uppercase;
  height: 17px;
  width: 17px;
  background-color: rgba(255, 255, 255, 0.75);
  -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;
}
.SuperZoom .close:hover {
  text-decoration: none;
}
.SuperZoom .closeZoomBox .Text {
  color: #676767;
  opacity: 0;
  float: left;
  font-size: 12px;
  font-weight: bold;
  margin: 4px 0 0 8px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

@media only screen and (min-width: 1280px) {
  .bp1280 .ZoomComponent .shotWrapper {
    padding: 6px 0 6px 8px;
    width: 364px;
  }
  .bp1280 .ZoomComponent .shotWrapper.live {
    width: 364px;
    max-height: 547px;
  }
  .bp1280 .ZoomComponent .ShotView {
    width: 364px;
    max-height: 547px;
  }
  .bp1280 .ZoomComponent.Portrait .ShotView img {
    max-width: 364px;
    width: 364px;
    height: auto;
  }
  .bp1280 .ZoomComponent .zoomBox {
    height: 543px;
  }
  .bp1280 .ZoomComponent.Portrait .zoomBoxWrapper {
    margin-left: 445px;
    border-left: none;
    padding-left: 16px;
    max-height: 547px;
  }
  .bp1280.mozilla {
    /*.ZoomComponent.Portrait .zoomBoxWrapper {
            padding-bottom: 7px;
    }*/
  }
}
@media only screen and (max-width: 1279px) {
  .ZoomComponent .ShotView,
  .ZoomComponent.Portrait .zoomBoxWrapper {
    max-height: 474px;
  }
}
body .TabbedContentPage {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  outline: 0;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  color: #454545;
}

.TabbedContentPage {
  width: 960px;
  margin: 0 auto;
  clear: both;
  overflow-x: hidden;
}

.TabbedContentPage p {
  font-size: 12px;
  line-height: 18px;
  margin-top: 8px;
}

.TabbedContentPage section.tabbedContent {
  float: left;
  padding-top: 91px;
  position: relative;
  margin: 0 auto 20px auto;
  clear: both;
}

.TabbedContentPage .previewImageClip {
  position: relative;
  max-width: 200px;
  max-height: 100px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)";
  opacity: 0;
  float: right;
  margin-top: 10px;
  margin-right: 10px;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}

.TabbedContentPage .tabControls.preview .previewImageClip {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity= 10)";
  opacity: 1;
}

#previewImagePopup {
  background-color: #fff;
  width: 160px;
  min-height: 50px;
  padding: 9px;
  z-index: 999;
  position: absolute;
  top: auto;
  left: -15px;
  -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.15);
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  border: 1px solid #C6C6C6;
  line-height: 140%;
  color: #111111;
}
#previewImagePopup:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0 7px 7px;
  border-color: #FFFFFF transparent;
  display: block;
  width: 0;
  z-index: 1;
  top: -7px;
  left: 80px;
}
#previewImagePopup:before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0 7px 7px;
  border-color: #7F7F7F transparent;
  display: block;
  width: 0;
  z-index: 0;
  top: -8px;
  left: 80px;
}
#previewImagePopup span {
  font-weight: 700;
}

a.addSwatchToBag.withSwatchIcon {
  padding-left: 4px;
  padding-top: 4px;
  padding-bottom: 3px;
}
a.addSwatchToBag.withSwatchIcon img {
  display: inline;
  border: solid 1px #C6C6C6;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -1px;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

/* TABS */
.TabbedContentPage section.tabbedContent .tabControls,
.modalWrapper.productInfoPopup .tabControls {
  background-color: #fff;
  border-bottom: 1px solid #C6C6C6;
  height: 91px;
  width: 959px;
  position: absolute;
  top: 0;
}

.TabbedContentPage section.tabbedContent .tabControls {
  border-bottom: 1px solid #126461;
}

.msie7 .TabbedContentPage section.tabbedContent .tabControls {
  position: static;
}

.TabbedContentPage section.tabbedContent .tabControls.fixed {
  border-top: 26px solid #fff;
  -webkit-box-shadow: 0 23px 9px -7px rgb(255, 255, 255);
  -moz-box-shadow: 0 23px 9px -7px rgb(255, 255, 255);
  box-shadow: 0 23px 9px -7px rgb(255, 255, 255);
  position: fixed;
  top: 113px;
  z-index: 100;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.hideBreadcrumbs .TabbedContentPage section.tabbedContent .tabControls.fixed {
  top: 75px;
}

.msie7 .TabbedContentPage section.tabbedContent .tabControls.fixed {
  position: static;
}

.TabbedContentPage section.tabbedContent div.itemPurchase,
section.verticalTabsContainer div.itemPurchase {
  float: right;
  width: 230px;
  margin-top: 10px;
}
.TabbedContentPage section.tabbedContent div.itemPurchase div.previewImageClip,
section.verticalTabsContainer div.itemPurchase div.previewImageClip {
  float: left;
  height: 77px;
  margin-left: 3px;
  overflow: hidden;
  position: relative;
  width: 220px;
}
.TabbedContentPage section.tabbedContent div.itemPurchase div.selectedPrice,
section.verticalTabsContainer div.itemPurchase div.selectedPrice {
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
  color: #222222;
  display: block;
  float: left;
  font-size: 28px;
  height: 60px;
  overflow: hidden;
  padding-left: 0;
  padding-top: 14px;
  text-align: right;
  width: 115px;
}
.TabbedContentPage section.tabbedContent div.itemPurchase div.selectedPrice span.price,
section.verticalTabsContainer div.itemPurchase div.selectedPrice span.price {
  padding-bottom: 0;
  height: 33px;
  display: block;
}
.TabbedContentPage section.tabbedContent div.itemPurchase div.selectedPrice span.deliveryWeeks,
section.verticalTabsContainer div.itemPurchase div.selectedPrice span.deliveryWeeks {
  display: block;
  clear: both;
  font-size: 16px;
}
.TabbedContentPage section.tabbedContent div.itemPurchase div.addToBagControl,
section.verticalTabsContainer div.itemPurchase div.addToBagControl {
  position: relative;
  float: right;
  height: 50px;
  margin-top: 20px;
}
.TabbedContentPage section.tabbedContent div.itemPurchase div.addToBagControl a.addToBag,
section.verticalTabsContainer div.itemPurchase div.addToBagControl a.addToBag {
  height: 15px;
  width: 75px;
  text-align: center;
}
.TabbedContentPage section.tabbedContent div.itemPurchase,
section.verticalTabsContainer div.itemPurchase {
  /* Add To Bag Popup */
}
.TabbedContentPage section.tabbedContent div.itemPurchase div.itemPopUp,
section.verticalTabsContainer div.itemPurchase div.itemPopUp {
  font-size: 12px;
  font-weight: 500;
  background-color: #fff;
  border: solid 1px #999999;
  position: absolute;
  text-transform: none;
  text-align: left;
  width: 170px;
  height: 50px;
  padding: 11px;
  right: 0;
  display: none;
  z-index: 50;
}
.TabbedContentPage section.tabbedContent div.itemPurchase div.itemPopUp:before, .TabbedContentPage section.tabbedContent div.itemPurchase div.itemPopUp:after,
section.verticalTabsContainer div.itemPurchase div.itemPopUp:before,
section.verticalTabsContainer div.itemPurchase div.itemPopUp:after {
  content: "";
  position: absolute;
  border: solid transparent;
  display: block;
  height: 0;
  width: 0;
  left: 145px;
}
.TabbedContentPage section.tabbedContent div.itemPurchase div.itemPopUp,
section.verticalTabsContainer div.itemPurchase div.itemPopUp {
  /* Positioning - Above*/
}
.TabbedContentPage section.tabbedContent div.itemPurchase div.itemPopUp.above,
section.verticalTabsContainer div.itemPurchase div.itemPopUp.above {
  top: -82px;
}
.TabbedContentPage section.tabbedContent div.itemPurchase div.itemPopUp.above:before, .TabbedContentPage section.tabbedContent div.itemPurchase div.itemPopUp.above:after,
section.verticalTabsContainer div.itemPurchase div.itemPopUp.above:before,
section.verticalTabsContainer div.itemPurchase div.itemPopUp.above:after {
  top: 100%;
}
.TabbedContentPage section.tabbedContent div.itemPurchase div.itemPopUp.above:after,
section.verticalTabsContainer div.itemPurchase div.itemPopUp.above:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #FFFFFF;
  border-width: 8px;
  margin-left: -8px;
}
.TabbedContentPage section.tabbedContent div.itemPurchase div.itemPopUp.above:before,
section.verticalTabsContainer div.itemPurchase div.itemPopUp.above:before {
  border-color: rgba(153, 153, 153, 0);
  border-top-color: #999999;
  border-width: 9px;
  margin-left: -9px;
}
.TabbedContentPage section.tabbedContent div.itemPurchase div.itemPopUp,
section.verticalTabsContainer div.itemPurchase div.itemPopUp {
  /* Positioning - Below*/
}
.TabbedContentPage section.tabbedContent div.itemPurchase div.itemPopUp.below,
section.verticalTabsContainer div.itemPurchase div.itemPopUp.below {
  top: 35px;
}
.TabbedContentPage section.tabbedContent div.itemPurchase div.itemPopUp.below:after, .TabbedContentPage section.tabbedContent div.itemPurchase div.itemPopUp.below:before,
section.verticalTabsContainer div.itemPurchase div.itemPopUp.below:after,
section.verticalTabsContainer div.itemPurchase div.itemPopUp.below:before {
  bottom: 100%;
}
.TabbedContentPage section.tabbedContent div.itemPurchase div.itemPopUp.below:after,
section.verticalTabsContainer div.itemPurchase div.itemPopUp.below:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 8px;
  margin-left: -8px;
}
.TabbedContentPage section.tabbedContent div.itemPurchase div.itemPopUp.below:before,
section.verticalTabsContainer div.itemPurchase div.itemPopUp.below:before {
  border-color: rgba(153, 153, 153, 0);
  border-bottom-color: #999999;
  border-width: 9px;
  margin-left: -9px;
}

.TabbedContentPage section.tabbedContent div.itemPurchase div.selectedPrice span.price {
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 0.93;
  letter-spacing: normal;
  text-align: right;
  color: #222222;
}
.TabbedContentPage section.tabbedContent div.itemPurchase div.selectedPrice span.deliveryWeeks {
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.6px;
  text-align: right;
  color: #222222;
}
.TabbedContentPage section.tabbedContent div.itemPurchase div.addToBagControl {
  margin-top: 16px;
}
.TabbedContentPage section.tabbedContent div.itemPurchase div.addToBagControl a.addToBag {
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.9px;
  padding: 11px;
  color: #ffffff;
  background-color: #1a6461;
  height: 16px;
  width: 79px;
}
.TabbedContentPage section.tabbedContent div.itemPurchase div.addToBagControl a.addToBag.loading {
  background-image: url(/Images/Structural/Buttons/Secondary/loader-small-24px.gif);
}

a.backToTop {
  display: block;
  position: fixed;
  bottom: -51px;
  right: 0;
  width: 59px;
  height: 50px;
  background-image: url("/Images/Structural/Search/top.png");
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -1000px;
  z-index: 110;
}

.TabbedContentPage section.tabbedContent ul.tabs,
.modalWrapper.productInfoPopup ul.tabs {
  clear: both;
  display: block;
  float: left;
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.TabbedContentPage section.tabbedContent ul.tabs li,
.modalWrapper.productInfoPopup ul.tabs li {
  background-color: #F7F7F9;
  border-bottom: 1px solid #C6C6C6;
  border-right: 1px solid #C6C6C6;
  border-top: 1px solid #C6C6C6;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  float: left;
  height: 80px;
  margin: 10px 0 0 0;
  padding: 0;
  width: 130px;
}
.TabbedContentPage section.tabbedContent ul.tabs li a,
.modalWrapper.productInfoPopup ul.tabs li a {
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
  color: #222222;
  display: block;
  font-size: 13px;
  font-weight: 500;
  height: 30px;
  padding: 15px 0 35px;
  text-align: center;
  border: none;
  text-decoration: none;
}
.TabbedContentPage section.tabbedContent ul.tabs li a span,
.modalWrapper.productInfoPopup ul.tabs li a span {
  margin-left: auto;
  margin-right: auto;
  display: block;
  font-weight: normal;
  width: 104px;
}
.TabbedContentPage section.tabbedContent ul.tabs li.liveTab,
.modalWrapper.productInfoPopup ul.tabs li.liveTab {
  background-color: #fff;
  border-bottom: 1px solid #fff;
  box-shadow: none;
  height: 90px;
  margin-top: 0;
}
.TabbedContentPage section.tabbedContent ul.tabs li.disabled a span,
.modalWrapper.productInfoPopup ul.tabs li.disabled a span {
  color: #d9d9d9;
}
.TabbedContentPage section.tabbedContent ul.tabs li.first,
.TabbedContentPage section.tabbedContent ul.tabs li.liveTab,
.modalWrapper.productInfoPopup ul.tabs li.first,
.modalWrapper.productInfoPopup ul.tabs li.liveTab {
  border-left: 1px solid #C6C6C6;
}
.TabbedContentPage section.tabbedContent ul.tabs li.leftOfLiveTab,
.modalWrapper.productInfoPopup ul.tabs li.leftOfLiveTab {
  border-right: 0;
}

.TabbedContentPage section.tabbedContent ul.tabs li {
  background-color: #ffffff;
  border-bottom: 1px solid #126461;
}
.TabbedContentPage section.tabbedContent ul.tabs li a {
  font-weight: 500;
  color: #222222;
}
.TabbedContentPage section.tabbedContent ul.tabs li a span.line1 {
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: center;
}
.TabbedContentPage section.tabbedContent ul.tabs li a span.line2 {
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  text-transform: uppercase;
}
.TabbedContentPage section.tabbedContent ul.tabs li.liveTab {
  margin-top: 10px;
  height: 80px;
  border-left: 1px solid #126461;
  border-right: 1px solid #126461;
  border-top: 1px solid #126461;
  border-bottom: 1px solid #ffffff;
}

.msie7 .TabbedContentPage section.tabbedContent ul.tabs li * {
  cursor: pointer;
}

.TabbedContentPage section.tabbedContent .tabCollection,
.modalWrapper.productInfoPopup #productInfo_Body {
  border: 1px solid #C6C6C6;
  border-top: none;
  float: left;
  width: 957px;
  position: relative;
  z-index: 5;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: -moz-use-text-color #C6C6C6 #C6C6C6;
  border-image: none;
  border-right: 1px solid #C6C6C6;
  border-style: none solid solid;
  border-width: medium 1px 1px;
}
.TabbedContentPage section.tabbedContent .tabCollection .tab,
.modalWrapper.productInfoPopup #productInfo_Body .tab {
  display: none;
  float: left;
  padding: 0px 13px 13px 13px;
  width: 931px;
}
.TabbedContentPage section.tabbedContent .tabCollection .tab.active,
.modalWrapper.productInfoPopup #productInfo_Body .tab.active {
  display: block;
}

/* Disabled Tab*/
.TabbedContentPage section.tabbedContent div.tabControls ul.tabs li.disabled a:hover div.disabledPopup {
  display: block;
}

.TabbedContentPage section.tabbedContent div.tabControls div.disabledPopup {
  font-size: 12px;
  font-weight: 500;
  background-color: #fff;
  border: solid 1px #999999;
  position: relative;
  text-transform: none;
  text-align: left;
  width: 108px;
  padding: 11px;
  left: -1px;
  display: none;
  z-index: 50;
  color: #111111;
}
.TabbedContentPage section.tabbedContent div.tabControls div.disabledPopup:before, .TabbedContentPage section.tabbedContent div.tabControls div.disabledPopup:after {
  content: "";
  position: absolute;
  border: solid transparent;
  display: block;
  height: 0;
  width: 0;
  left: 65px;
}
.TabbedContentPage section.tabbedContent div.tabControls div.disabledPopup:after {
  border-color: rgba(255, 255, 255, 0);
  border-width: 8px;
  margin-left: -8px;
}
.TabbedContentPage section.tabbedContent div.tabControls div.disabledPopup:before {
  border-color: rgba(153, 153, 153, 0);
  border-width: 9px;
  margin-left: -9px;
}
.TabbedContentPage section.tabbedContent div.tabControls div.disabledPopup {
  /* Positioning - Above*/
}
.TabbedContentPage section.tabbedContent div.tabControls div.disabledPopup.above {
  top: -140px;
}
.TabbedContentPage section.tabbedContent div.tabControls div.disabledPopup.above:after, .TabbedContentPage section.tabbedContent div.tabControls div.disabledPopup.above:before {
  top: 100%;
}
.TabbedContentPage section.tabbedContent div.tabControls div.disabledPopup.above:after {
  border-top-color: #FFFFFF;
}
.TabbedContentPage section.tabbedContent div.tabControls div.disabledPopup.above:before {
  border-top-color: #999999;
}
.TabbedContentPage section.tabbedContent div.tabControls div.disabledPopup {
  /* Positioning - Below*/
}
.TabbedContentPage section.tabbedContent div.tabControls div.disabledPopup.below {
  top: 24px;
}
.TabbedContentPage section.tabbedContent div.tabControls div.disabledPopup.below:after, .TabbedContentPage section.tabbedContent div.tabControls div.disabledPopup.below:before {
  bottom: 100%;
}
.TabbedContentPage section.tabbedContent div.tabControls div.disabledPopup.below:after {
  border-bottom-color: #FFFFFF;
}
.TabbedContentPage section.tabbedContent div.tabControls div.disabledPopup.below:before {
  border-bottom-color: #999999;
}

/* Disabled Tab*/
/* Group Heading*/
.TabbedContentPage section.tabbedContent .tabCollection .tab .groupHeader {
  border-bottom: none;
  margin: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  min-height: 65px;
  clear: both;
}
.TabbedContentPage section.tabbedContent .tabCollection .tab .groupHeader h2 {
  margin-bottom: 0;
  margin-top: 13px;
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.86;
  text-align: left;
  color: #222222;
}
.TabbedContentPage section.tabbedContent .tabCollection .tab .groupHeader .filterContainer {
  float: right;
  -webkit-touch-callout: none;
  -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;
}
.TabbedContentPage section.tabbedContent .tabCollection .tab .groupHeader .filterContainer > div {
  float: right;
  margin-left: 10px;
}
.TabbedContentPage section.tabbedContent .tabCollection .tab .groupHeader .filterContainer div.sep {
  width: 1px;
  height: 55px;
  margin-top: 5px;
}
.TabbedContentPage section.tabbedContent .tabCollection .tab .groupHeader .filterContainer .sortDropdownContainer {
  padding-top: 0;
}
.TabbedContentPage section.tabbedContent .tabCollection .tab .groupHeader .filterContainer .sortDropdownContainer h4 {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 5px;
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
  line-height: 1.86;
  letter-spacing: 0.4px;
  text-align: left;
  color: #222222;
}
.TabbedContentPage section.tabbedContent .tabCollection .tab .groupHeader .filterContainer .sortDropdownContainer select {
  font-size: 12px;
  width: 125px;
}
.TabbedContentPage section.tabbedContent .tabCollection .tab .groupHeader .filterContainer .categoryBar {
  margin-top: 6px;
}
.TabbedContentPage section.tabbedContent .tabCollection .tab .groupHeader .filterContainer .categoryBar .filterSet .filterTitle {
  margin-top: 11px;
  margin-right: 15px;
  float: left;
}
.TabbedContentPage section.tabbedContent .tabCollection .tab .groupHeader .filterContainer .categoryBar .filterSet ul {
  list-style: none;
  list-style-type: none;
  margin: 2px 0;
  padding: 0;
  float: right;
  border-left: 1px solid #ccc;
}
.TabbedContentPage section.tabbedContent .tabCollection .tab .groupHeader .filterContainer .categoryBar .filterSet ul li {
  list-style: none;
  list-style-type: none;
  float: left;
  padding: 0;
  border: 1px solid #ccc;
  border-left: none;
  white-space: nowrap;
}
.TabbedContentPage section.tabbedContent .tabCollection .tab .groupHeader .filterContainer .categoryBar .filterSet ul li a {
  padding: 4px 15px 0px 15px;
  text-decoration: none;
  display: inline-block;
  background-color: #f7f7f9;
  font-size: 12px;
  vertical-align: middle;
}
.TabbedContentPage section.tabbedContent .tabCollection .tab .groupHeader .filterContainer .categoryBar .filterSet ul li a span.count {
  background-image: url("/Images/Structural/ProductPage/counterSprite.png");
  background-repeat: no-repeat;
  display: inline-block;
  margin-top: 0px;
  margin-left: 9px;
  color: #fff;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  height: 20px;
  width: 20px;
  padding-top: 4px;
}
.TabbedContentPage section.tabbedContent .tabCollection .tab .groupHeader .filterContainer .categoryBar .filterSet ul li.selected a {
  background-color: #fff;
}

/* Group Heading*/
/* Tab Item */
.TabbedContentPage section.tabbedContent .tabCollection .tab article {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #ffffff;
  border-image: none;
  border-style: solid;
  border-width: 1px 1px 1px 2px;
  display: block;
  float: left;
  height: 195px;
  list-style: none outside none;
  width: 211px;
  margin: 11px 7px 25px 0;
  padding: 0 0 0 11px;
}
.TabbedContentPage section.tabbedContent .tabCollection .tab article.item:hover, .TabbedContentPage section.tabbedContent .tabCollection .tab article.item.selected {
  border: 1px solid #126461;
  margin-top: 0;
  margin-left: 1px;
  margin-bottom: 14px;
  padding-bottom: 11px;
  padding-top: 11px;
}
.TabbedContentPage section.tabbedContent .tabCollection .tab article.rowStart {
  border-left-color: #fff;
}
.TabbedContentPage section.tabbedContent .tabCollection .tab article.disabled div.DisabledOverlay {
  position: absolute;
  left: 1px;
  top: 1px;
  background-image: url("/Images/Structural/White75.png");
  /*background-image:url('/Images/Structural/Red50.png');*/
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  z-index: 20;
  cursor: pointer;
}
.TabbedContentPage section.tabbedContent .tabCollection .tab article.disabled {
  /* Used to prevent double overlays for disabled articles within articles*/
}
.TabbedContentPage section.tabbedContent .tabCollection .tab article.disabled article.disabled div.DisabledOverlay {
  background-image: none;
}
.TabbedContentPage section.tabbedContent .tabCollection .tab article.selected.disabled div.DisabledOverlay {
  width: 98%;
  height: 98%;
}
.TabbedContentPage section.tabbedContent .tabCollection .tab article a.item {
  font-weight: 400;
  color: #3e3e3e;
  padding: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.TabbedContentPage section.tabbedContent .tabCollection .tab article a.item span {
  display: block;
  clear: both;
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #222222;
}
.TabbedContentPage section.tabbedContent .tabCollection .tab article a.item .title, .TabbedContentPage section.tabbedContent .tabCollection .tab article a.item .price, .TabbedContentPage section.tabbedContent .tabCollection .tab article a.item span.price {
  font-size: 14px;
  font-weight: 500;
}
.TabbedContentPage section.tabbedContent .tabCollection .tab article a.item img.itemImage {
  margin-bottom: 5px;
}
.TabbedContentPage section.tabbedContent .tabCollection .tab article a.item .info {
  font-size: 11px;
}
.TabbedContentPage section.tabbedContent .tabCollection .tab article a.item .delivery {
  font-size: 11px;
  padding: 3px 2px 4px 2px;
  display: inline-block;
  font-size: 10px;
  font-weight: 400;
}
.TabbedContentPage section.tabbedContent .tabCollection .tab article a.item span.delivery.weeks-0 {
  background-color: #F3EACB;
  font-weight: 500;
}
.TabbedContentPage section.tabbedContent .tabCollection .tab article a.item div.itemImageCont {
  min-height: 100px;
}
.TabbedContentPage section.tabbedContent .tabCollection .tab article a.item img {
  width: 200px;
}
.TabbedContentPage section.tabbedContent .tabCollection .tab article a.item div.dimensionHoverCont {
  text-align: center;
  margin-bottom: 4px;
  height: 20px;
}
.TabbedContentPage section.tabbedContent .tabCollection .tab article a.item div.dimensionHoverCont div.dimensionHover {
  opacity: 0;
  display: inline-block;
  /*min-width:90px;*/
  border-bottom: 2px solid #ededed; /*line thickness*/
  height: 9px; /*line position*/
  text-align: center;
  position: relative;
  /* Right arrow */
}
.TabbedContentPage section.tabbedContent .tabCollection .tab article a.item div.dimensionHoverCont div.dimensionHover:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-left-color: #ededed;
  border-width: 5px; /*Arrow (half) height */
  border-left-width: 10px; /*Arrow length */
  margin-top: 0px; /*Arrow position */
}
.TabbedContentPage section.tabbedContent .tabCollection .tab article a.item div.dimensionHoverCont div.dimensionHover {
  /* Left arrow */
}
.TabbedContentPage section.tabbedContent .tabCollection .tab article a.item div.dimensionHoverCont div.dimensionHover:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #ededed;
  border-width: 5px; /*Arrow (half) height */
  border-right-width: 10px; /*Arrow length */
  margin-top: 0; /*Arrow position */
}
.TabbedContentPage section.tabbedContent .tabCollection .tab article a.item div.dimensionHoverCont div.dimensionHover span {
  background-color: #ededed;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  padding: 2px 9px;
  margin: 0 22px; /*Line length */
  display: inline-block;
  /*min-width:50px;*/
  text-align: center;
  font-size: 12px;
  font-weight: 600;
}
.TabbedContentPage section.tabbedContent .tabCollection .tab article a.item:hover div.dimensionHoverCont div.dimensionHover {
  opacity: 1;
}
.TabbedContentPage section.tabbedContent .tabCollection .tab article a.item.disabled div.dimensionHoverCont div.dimensionHover {
  opacity: 0;
}
.TabbedContentPage section.tabbedContent .tabCollection .tab article div.parent span {
  display: block;
  clear: both;
}
.TabbedContentPage section.tabbedContent .tabCollection .tab article div.parent.selected {
  padding: 0 0 0 11px;
}
.TabbedContentPage section.tabbedContent .tabCollection .tab article div.parent div.groupInfo {
  float: left;
  clear: both;
  font-size: 11px;
  font-weight: bold;
  height: 14px;
  padding: 4px 0;
  cursor: pointer;
  text-decoration: none;
  color: #696969;
}
.TabbedContentPage section.tabbedContent .tabCollection .tab article div.parent span.price {
  float: right;
  clear: none;
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
  color: #111111;
  font-size: 13px;
  font-weight: bold;
}
.TabbedContentPage section.tabbedContent .tabCollection .tab article div.parent span.composition {
  float: right;
  clear: right;
  font-size: 11px;
  font-weight: bold;
  margin-top: 4px;
  color: #696969;
  display: inline-block;
  width: 215px;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: right;
}

/* Tab Item */
/* ItemGroupWrapper and Level based overrides*/
.TabbedContentPage section.tabbedContent .tabCollection .tab div.itemGroupWrapper {
  padding-top: 13px;
}
.TabbedContentPage section.tabbedContent .tabCollection .tab div.itemGroupWrapper.level0 header {
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: left;
  color: #222222;
}
.TabbedContentPage section.tabbedContent .tabCollection .tab div.itemGroupWrapper.level1 header {
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
  color: #111111;
  font-weight: 700;
  font-size: 13px;
}
.TabbedContentPage section.tabbedContent .tabCollection .tab div.itemGroupWrapper.level1 .level0 header {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #454545;
  font-weight: normal;
  font-size: 13px;
}
.TabbedContentPage section.tabbedContent .tabCollection .tab div.itemGroupWrapper.level2 header {
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
  color: #111111;
  font-weight: 400;
  font-size: 17px;
  text-transform: uppercase;
}
.TabbedContentPage section.tabbedContent .tabCollection .tab div.itemGroupWrapper.level2 .level1 header {
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
  color: #111111;
  font-weight: 700;
  font-size: 13px;
  text-transform: none;
}
.TabbedContentPage section.tabbedContent .tabCollection .tab div.itemGroupWrapper.level2 .level1 .level0 header {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #454545;
  font-weight: normal;
  font-size: 13px;
}
.TabbedContentPage section.tabbedContent .tabCollection .tab div.itemGroupWrapper.level2 > article.item {
  float: none;
  width: auto;
  height: auto;
  margin: 0 0 11px 0;
  padding: 0;
  border: none;
}
.TabbedContentPage section.tabbedContent .tabCollection .tab div.itemGroupWrapper.level2 > article.item a {
  cursor: default;
}
.TabbedContentPage section.tabbedContent .tabCollection .tab div.itemGroupWrapper.level2 > article.item:hover {
  border: none;
  margin: 0 0 11px 0;
}
.TabbedContentPage section.tabbedContent .tabCollection .tab div.itemGroupWrapper.level2 > article.item > div.parent header {
  border-bottom: 1px solid #C6C6C6;
  margin-left: 11px;
  margin-right: 11px;
  padding-bottom: 10px;
}
.TabbedContentPage section.tabbedContent .tabCollection .tab div.itemGroupWrapper.level2 .level1 {
  padding-top: 0;
}
.TabbedContentPage section.tabbedContent .tabCollection .tab div.itemGroupWrapper.level1.SwatchGroup header {
  float: left;
}
.TabbedContentPage section.tabbedContent .tabCollection .tab div.itemGroupWrapper.level1.SwatchGroup article.SwatchGroup {
  margin: 0 7px 0 0;
  height: auto;
  border: none;
  padding: 10px 0 0 11px;
}
.TabbedContentPage section.tabbedContent .tabCollection .tab div.itemGroupWrapper.level1.SwatchGroup article.SwatchGroup.firstRow {
  border-top-style: none;
}
.TabbedContentPage section.tabbedContent .tabCollection .tab div.itemGroupWrapper.level1.SwatchGroup article.SwatchGroup:hover {
  padding: 10px 0 0 11px;
}
.TabbedContentPage section.tabbedContent .tabCollection .tab div.itemGroupWrapper.level1.SwatchGroup div.level0 article.item.Swatch {
  width: 85px;
  height: 135px;
  float: left;
  border-left-color: white;
  margin-bottom: 5px;
  margin-top: 0;
}
.TabbedContentPage section.tabbedContent .tabCollection .tab div.itemGroupWrapper.level1.SwatchGroup div.level0 article.item.Swatch div.itemImageCont {
  min-height: 75px;
}
.TabbedContentPage section.tabbedContent .tabCollection .tab div.itemGroupWrapper.level1.SwatchGroup div.level0 article.item.Swatch a img {
  width: 75px;
}
.TabbedContentPage section.tabbedContent .tabCollection .tab div.itemGroupWrapper.level1.SwatchGroup div.level0 article.item.Swatch.selected {
  border-left-color: #126461;
}
.TabbedContentPage section.tabbedContent .tabCollection .tab div.itemGroupWrapper.level1.SwatchGroup div.level0 article.item.Swatch:hover {
  border: 1px solid #126461;
}
.TabbedContentPage section.tabbedContent .tabCollection .tab div.itemGroupWrapper.level0 article.emphasisesize {
  border-left-color: #fff;
  height: 200px;
}
.TabbedContentPage section.tabbedContent .tabCollection .tab div.itemGroupWrapper.level0 article.emphasisesize.selected, .TabbedContentPage section.tabbedContent .tabCollection .tab div.itemGroupWrapper.level0 article.emphasisesize:hover {
  border-left-color: #acacac;
}
.TabbedContentPage section.tabbedContent .tabCollection .tab div.itemGroupWrapper.level0 article.emphasisesize a header {
  padding-bottom: 7px;
  margin-bottom: 3px;
  font-size: 15px;
  border-bottom: 1px dotted #acacac;
  margin-right: 11px;
}

.TabbedContentPage section.tabbedContent .tabCollection .tab article.item.open .itemGroupWrapper article .itemPopUp {
  display: none;
}

.TabbedContentPage section.tabbedContent .tabCollection .tab article.SwatchGroup.swatch2, .TabbedContentPage section.tabbedContent .tabCollection .tab article.SwatchGroup.swatch2 > a {
  width: 440px;
}
.TabbedContentPage section.tabbedContent .tabCollection .tab article.SwatchGroup.swatch3, .TabbedContentPage section.tabbedContent .tabCollection .tab article.SwatchGroup.swatch3 > a {
  width: 290px;
}
.TabbedContentPage section.tabbedContent .tabCollection .tab article.SwatchGroup.swatch2 div.Swatch article.item.Swatch {
  padding: 0 5px 0 12px;
  margin-right: 5px;
}
.TabbedContentPage section.tabbedContent .tabCollection .tab article.SwatchGroup.swatch3 div.Swatch article.item.Swatch {
  padding: 0 2px 0 5px;
  margin-right: 0;
}
.TabbedContentPage section.tabbedContent .tabCollection .tab article.SwatchGroup.swatch3 div.Swatch article.item.Swatch header {
  width: 75px;
}
.TabbedContentPage section.tabbedContent .tabCollection .tab article.SwatchGroup.swatch3 div.Swatch article.item.Swatch a > span.delivery {
  padding: 2px;
}

.TabbedContentPage section.tabbedContent .tabCollection .tab article.Frame,
.TabbedContentPage section.tabbedContent .tabCollection .tab article.Feet {
  height: 155px;
}

.TabbedContentPage section.tabbedContent .tabCollection .tab .column {
  float: left;
  width: 232px;
}

.TabbedContentPage section.tabbedContent .tabCollection .tab .banner {
  border: solid 1px #C6C6C6;
}

/* Tab Item */
/* Product details */
.TabbedContentPage .productDetails {
  float: left;
  margin-top: 10px;
  z-index: 1;
  margin-bottom: 10px;
  display: block;
  clear: both;
  min-height: 284px;
}
.TabbedContentPage .productDetails p span {
  font-weight: bold;
}

.TabbedContentPage section.details {
  display: block;
  float: left;
  width: 330px;
  border-bottom: none;
  padding-bottom: 0;
  font-size: 12px;
}
.TabbedContentPage section.details h1, .TabbedContentPage section.details h2 {
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
  color: #222222;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 12px;
  margin-top: 0;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 6px;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
}
.TabbedContentPage section.details section {
  margin-bottom: 1em;
}
.TabbedContentPage section.details {
  /*span {font-weight:700;}*/
}
.TabbedContentPage section.details span.title {
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: 0.4px;
  text-align: left;
  color: #222222;
  text-transform: uppercase;
}
.TabbedContentPage section.details table {
  margin-top: 1em;
  width: 100%;
}
.TabbedContentPage section.details table th, .TabbedContentPage section.details table td {
  padding-bottom: 10px;
  vertical-align: top;
  font-weight: 400;
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.33;
  letter-spacing: normal;
  color: #222222;
}
.TabbedContentPage section.details table th {
  text-align: left;
}
.TabbedContentPage section.details table td {
  text-align: right;
}
.TabbedContentPage section.details div.swatchAddToBag {
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: right;
}
.TabbedContentPage section.details div.swatchAddToBag a {
  text-align: center;
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #222222;
  border: 1px solid #c7c5c5;
}
.TabbedContentPage section.details section.productSpec {
  min-height: 110px;
}
.TabbedContentPage section.details section.links {
  text-align: right;
}
.TabbedContentPage section.details section.links div {
  margin-bottom: 12px;
}
.TabbedContentPage section.details section.links a {
  display: inline-block;
  text-decoration: none;
}
.TabbedContentPage section.details section.links a span {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
}
.TabbedContentPage section.details section.links div.findOutMore a {
  background-image: url(/Images/Structural/ProductPage/collection-arrow-new.png);
  background-repeat: no-repeat;
  background-position: right center;
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: right;
  padding-right: 20px;
  color: #1a6461;
  text-decoration: underline;
}
.TabbedContentPage section.details section.links div.shot a .icon {
  width: 9px;
  height: 16px;
  margin-left: 6px;
  background-image: url(/Images/Structural/Arrows/arrows-sprite.png);
  background-position: -36px 0;
}
.TabbedContentPage section.details section.links div.upsell a {
  margin-left: 10px;
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
}
.TabbedContentPage section.details section.links div.upsell a .icon {
  width: 17px;
  height: 17px;
  margin-right: 8px;
  background-image: url("/Images/Structural/ProductPage/plus.png");
}
.TabbedContentPage section.details h1.itemProperties, .TabbedContentPage section.details h2.itemProperties {
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
  color: #111111;
  margin: 9px 0;
  padding: 0;
  font-size: 13px;
  font-weight: 400;
  border-bottom: none;
  height: 35px;
}
.TabbedContentPage section.details h1.itemProperties span, .TabbedContentPage section.details h2.itemProperties span {
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
  color: #111111;
  font-weight: 500;
}
.TabbedContentPage section.details img.multibuy {
  max-width: 330px;
}

/* Product details */
/* Primary image, carousel, video*/
.TabbedContentPage section.media {
  -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;
  cursor: pointer;
  float: left;
  margin-right: 60px;
  overflow: hidden;
  position: relative;
  text-align: left;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  width: 568px;
}
.TabbedContentPage section.media .loader {
  background-image: url("/Images/Structural/Lightbox/loaderBack.png");
  background-repeat: no-repeat;
  display: none;
  height: 42px;
  margin-left: 266px;
  margin-top: 121px;
  opacity: 0;
  position: absolute;
  width: 42px;
  z-index: 1001;
}
.TabbedContentPage section.media .loader.loading {
  opacity: 1;
  display: block;
}
.TabbedContentPage section.media .loader span,
.TabbedContentPage section.media .imgClip .loader span {
  background-image: url("/Images/Structural/Lightbox/loader-light.gif");
  background-repeat: no-repeat;
  display: block;
  height: 38px;
  margin-left: 2px;
  margin-top: 2px;
  width: 38px;
}
.TabbedContentPage section.media .loading .carouselPrev, .TabbedContentPage section.media .loading .carouselNext, .TabbedContentPage section.media .loading .imageOptions, .TabbedContentPage section.media .loading ul.controller {
  opacity: 0.25;
}
.TabbedContentPage section.media ul li {
  list-style: none;
}
.TabbedContentPage section.media ul.images {
  display: block;
  height: 284px;
  overflow: hidden;
  left: 0;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.TabbedContentPage section.media ul.images.animating {
  /* easeOutCubic */
  -webkit-transition: 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.TabbedContentPage section.media ul.images li {
  display: block;
  float: left;
  height: 284px;
  width: 568px;
  margin-right: 2px;
}
.TabbedContentPage section.media ul.images li img {
  min-height: 284px;
  min-width: 568px;
  /* FogBugz 202045 Image is too wide to fit in container, make it as wide as the container*/
  max-width: 100%;
}
.TabbedContentPage section.media .imageOptions {
  height: 52px;
  margin-left: 7px;
  margin-top: 7px;
  position: absolute;
  width: 90px;
  z-index: 555;
}
.TabbedContentPage section.media .imageOptions a {
  display: block;
  width: 24px;
  height: 22px;
  clear: both;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -1000px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 5px;
  cursor: pointer;
  -webkit-transition: width 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: width 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: width 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: width 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: width 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.TabbedContentPage section.media .imageOptions a:hover {
  width: 88px;
}
.TabbedContentPage section.media .imageOptions a.playVideo {
  background-image: url("/Images/Structural/ProductPage/TabbedProductPage/buttons/play.png");
}
.TabbedContentPage section.media .imageOptions a.view360 {
  background-image: url("/Images/Structural/ProductPage/TabbedProductPage/buttons/rotate.png");
}
.TabbedContentPage section.media .superZoomDisplay {
  background-image: url("/Images/Structural/ProductPage/super-zoom-with-border.png");
  background-position: 0;
  background-repeat: no-repeat;
  height: 28px;
  width: 28px;
  margin-left: 535px;
  margin-top: 5px;
  position: absolute;
  z-index: 555;
}
.TabbedContentPage section.media div.imageryWarning {
  color: #000000;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 10px;
  position: relative;
  width: 568px;
  height: 30px;
  top: -30px;
  margin-bottom: -30px;
  left: 0;
  z-index: 999;
  text-align: center;
  background-color: #FFF;
  opacity: 0.75;
  padding: 0 5px 0 5px;
  font-weight: 400;
}
.TabbedContentPage section.media div.imageryWarning b {
  font-weight: 600;
}
.TabbedContentPage section.media a.carouselPrev, .TabbedContentPage section.media a.carouselNext, .TabbedContentPage section.media .ZoomComponent.Landscape a.carouselPrev {
  background-image: url("/Images/Structural/ZoomComponent/Carousel/image-arrows.png");
  display: block;
  position: absolute;
  z-index: 999;
  width: 31px;
  height: 50px;
  background-repeat: no-repeat;
  margin-top: 118px;
  overflow: hidden;
  text-indent: -1000px;
}
.TabbedContentPage section.media a.carouselPrev {
  background-position: -40px -5px;
  margin-left: 5px;
}
.TabbedContentPage section.media a.carouselPrev:hover {
  background-position: -40px -54px;
}
.TabbedContentPage section.media a.carouselPrev.disabled {
  background-position: -40px -103px;
  cursor: default;
}
.TabbedContentPage section.media a.carouselNext {
  background-position: 0 -5px;
  margin-left: 532px;
}
.TabbedContentPage section.media a.carouselNext:hover {
  background-position: 0 -54px;
}
.TabbedContentPage section.media a.carouselNext.disabled {
  background-position: 0 -103px;
  cursor: default;
}
.TabbedContentPage section.media .ThumbNailNav {
  padding: 0 0 0 0;
  margin-top: 10px;
  overflow: hidden;
  width: 570px;
  height: 52px;
  background-color: #FFFFFF;
  position: relative;
}
.TabbedContentPage section.media .ThumbNailNav a.carouselPrevious, .TabbedContentPage section.media .ThumbNailNav a.carouselNxt {
  display: block;
  float: left;
  text-indent: -1000px;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-image: url("/Images/Structural/ZoomComponent/Carousel/hor-arrow-spaced.png");
  width: 18px;
  height: 50px;
  margin-top: 0px;
  background-position-y: 12px;
}
.TabbedContentPage section.media .ThumbNailNav a.carouselPrevious.hide, .TabbedContentPage section.media .ThumbNailNav a.carouselNxt.hide {
  visibility: hidden;
  display: none;
}
.TabbedContentPage section.media .ThumbNailNav a.carouselPrevious {
  background-position-x: -10px;
}
.TabbedContentPage section.media .ThumbNailNav a.carouselPrevious.disabled {
  background-position-x: -63px;
}
.TabbedContentPage section.media .ThumbNailNav a.carouselNxt {
  background-position-x: -37px;
}
.TabbedContentPage section.media .ThumbNailNav a.carouselNxt.disabled {
  background-position-x: -88px;
}
.TabbedContentPage section.media .ThumbNailNav div.viewPort {
  float: left;
  width: 534px;
  position: relative;
  overflow: hidden;
}
.TabbedContentPage section.media .ThumbNailNav ul {
  list-style: none !important;
  margin: 0;
  padding: 0;
  position: relative;
  width: auto;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.TabbedContentPage section.media .ThumbNailNav ul.animating {
  -webkit-transition: 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.TabbedContentPage section.media .ThumbNailNav ul li {
  border: 1px solid #C6C6C6;
  padding: 0;
  list-style: none !important;
  margin: 0;
  float: left;
  margin-left: 6px;
  outline: none;
  width: 100px;
  height: 48px;
  overflow: hidden;
  text-align: center;
  line-height: 46px;
}
.TabbedContentPage section.media .ThumbNailNav ul li.first {
  margin-top: 0;
  margin-left: 0;
}
.TabbedContentPage section.media .ThumbNailNav ul li.selected {
  border-color: #111;
}
.TabbedContentPage section.media .ThumbNailNav ul li:hover {
  border-color: #111;
}
.TabbedContentPage section.media .ThumbNailNav ul li img {
  max-width: 100px;
  border: none;
  outline: none;
  vertical-align: middle;
}

div.videoThumbWrapper {
  border: solid 1px #C6C6C6;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
div.videoThumbWrapper span.play-icon {
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("/Images/Structural/ProductPage/ni-video-play-16.png");
}

li div.videoThumbWrapper {
  border: none;
}

/* Primary image, carousel, video*/
.TabbedContentPage section.tabbedContent img.itemImage {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.TabbedContentPage section.tabbedContent img.lazy {
  opacity: 0;
}

.TabbedContentPage section.tabbedContent .tabCollection .tab article {
  position: relative;
}

/* Item Popup */
.TabbedContentPage section.tabbedContent .tabCollection .tab article.item .itemPopUp {
  opacity: 0;
  width: 50px;
  height: 0;
  position: absolute;
  background-color: #fff;
  padding: 0;
  border: 0 solid #c7c7c7;
  z-index: 1000;
  -webkit-box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.26);
  box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.26);
  font-size: 12px;
  top: 0;
  overflow: hidden;
}
.TabbedContentPage section.tabbedContent .tabCollection .tab article.item .itemPopUp.withClickClose {
  padding-right: 18px;
}
.TabbedContentPage section.tabbedContent .tabCollection .tab article.item .itemPopUp .clickClose {
  float: right;
  margin-right: 0;
  width: 10px;
  height: 10px;
  cursor: pointer;
  background-image: url("/Images/Structural/ModalPopup/close-small.jpg");
  background-position-x: right;
  background-position-y: top;
  background-repeat: no-repeat;
}
.TabbedContentPage section.tabbedContent .tabCollection .tab article.item .itemPopUp h3 {
  margin-bottom: 5px;
}
.TabbedContentPage section.tabbedContent .tabCollection .tab article.item .itemPopUp span {
  display: block;
  clear: both;
  margin: 5px 0;
}
.TabbedContentPage section.tabbedContent .tabCollection .tab article.item .itemPopUp img {
  width: auto;
  height: auto;
}
.TabbedContentPage section.tabbedContent .tabCollection .tab article.item .itemPopUp p {
  clear: both;
}

.TabbedContentPage section.tabbedContent .tabCollection .tab article.item.open .itemPopUp {
  opacity: 1;
  overflow: visible;
  height: auto;
  padding: 9px;
  border-width: 1px;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -ms-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

/* icon pop up is used item pop ups*/
.TabbedContentPage section.tabbedContent .tabCollection .tab article.item.open .itemPopUp.icon {
  /*position: absolute;
  top: auto;
  bottom: 0;*/
}
.TabbedContentPage section.tabbedContent .tabCollection .tab article.item.open .itemPopUp.icon:before, .TabbedContentPage section.tabbedContent .tabCollection .tab article.item.open .itemPopUp.icon:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 8px 8px 8px 0;
  display: block;
  width: 0;
  top: 19px;
}
.TabbedContentPage section.tabbedContent .tabCollection .tab article.item.open .itemPopUp.icon:before {
  border-color: transparent #c7c7c7;
  z-index: 0;
  left: -9px;
}
.TabbedContentPage section.tabbedContent .tabCollection .tab article.item.open .itemPopUp.icon:after {
  border-color: transparent #FFFFFF;
  z-index: 1;
  left: -8px;
}
.TabbedContentPage section.tabbedContent .tabCollection .tab article.item.open .itemPopUp.icon.offsetLeft:before {
  border-width: 8px 0 8px 8px;
  right: -9px;
  left: auto;
}
.TabbedContentPage section.tabbedContent .tabCollection .tab article.item.open .itemPopUp.icon.offsetLeft:after {
  border-width: 8px 0 8px 8px;
  right: -8px;
  left: auto;
}
.TabbedContentPage section.tabbedContent .tabCollection .tab article.item.open .itemPopUp.icon.offsetTop:before {
  top: auto;
  bottom: 30px;
}
.TabbedContentPage section.tabbedContent .tabCollection .tab article.item.open .itemPopUp.icon.offsetTop:after {
  top: auto;
  bottom: 30px;
}

/* info pop up is used link for fabric info*/
.TabbedContentPage section.tabbedContent .tabCollection .tab article.item.open .itemPopUp.info {
  position: absolute;
  min-height: 30px;
  height: auto;
  width: 200px;
}
.TabbedContentPage section.tabbedContent .tabCollection .tab article.item.open .itemPopUp.info:before, .TabbedContentPage section.tabbedContent .tabCollection .tab article.item.open .itemPopUp.info:after {
  content: "";
  position: absolute;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  top: 100%;
  left: 36px;
  margin-left: -8px;
}
.TabbedContentPage section.tabbedContent .tabCollection .tab article.item.open .itemPopUp.info:before {
  border-top: 8px solid #c7c7c7;
}
.TabbedContentPage section.tabbedContent .tabCollection .tab article.item.open .itemPopUp.info:after {
  border-top: 8px solid #fff;
  margin-top: -2px;
  z-index: 1;
}
.TabbedContentPage section.tabbedContent .tabCollection .tab article.item.open .itemPopUp.info.below:before, .TabbedContentPage section.tabbedContent .tabCollection .tab article.item.open .itemPopUp.info.below:after {
  border-top: none;
  bottom: 100%;
  top: auto;
}
.TabbedContentPage section.tabbedContent .tabCollection .tab article.item.open .itemPopUp.info.below:before {
  border-bottom: 8px solid #fff;
  margin-bottom: -2px;
  z-index: 1;
}
.TabbedContentPage section.tabbedContent .tabCollection .tab article.item.open .itemPopUp.info.below:after {
  border-bottom: 8px solid #c7c7c7;
  border-bottom: 8px solid rgba(199, 199, 199, 0.5);
  z-index: 0;
}

/* (End) Item Popup */
.RecentlyViewedWrapper.inPage {
  clear: both;
}

.RecentlyViewedWrapper.inPage .RecentlyViewed {
  border-bottom: none;
}

/* Zoom styling */
.zoomContainer {
  position: fixed;
  z-index: 9999;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 9px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 9px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 9px 3px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.zoomContainer .thumbnailNav {
  width: 150px;
  background-color: #fff;
  padding-top: 10px;
  float: left;
  overflow: hidden;
}
.zoomContainer .thumbnailNav ul {
  margin-left: 10px;
}
.zoomContainer .thumbnailNav ul li {
  margin-bottom: 5px;
  border: 1px solid #C6C6C6;
  text-align: center;
  cursor: pointer;
  width: 72px;
  height: 36px;
}
.zoomContainer .thumbnailNav ul li.selected {
  border: 1px solid #000000;
}
.zoomContainer .thumbnailNav ul li img {
  width: 72px;
  height: 36px;
}
.zoomContainer .zoomArea {
  background-color: #fff;
  float: left;
  overflow: hidden;
  position: relative;
  margin: 9px 0 0 9px;
  border: 1px solid #ccc;
  cursor: move;
  -webkit-touch-callout: none;
  -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;
}
.zoomContainer .zoomArea .zoomArea img {
  width: 1800px;
  height: 900px;
}
.zoomContainer a.closeButton {
  position: absolute;
  top: 15px;
  right: 15px;
  background-image: url("/Images/Structural/Buttons/Custom/super-zoom-close-with-border.png");
  background-repeat: no-repeat;
  height: 28px;
  width: 28px;
  overflow: hidden;
  display: block;
  text-indent: -1000px;
}

.touch .zoomContainer .zoomArea {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

.contentSection,
.modalWrapper.productInfoPopup #productInfo_Body {
  clear: left;
  margin: 0 0 10px 0;
  padding: 15px;
  width: 927px;
  border: 1px solid #C6C6C6;
  line-height: 150%;
  font-size: 12px;
  /*required for ie7*/
  position: relative;
}
.contentSection .header,
.modalWrapper.productInfoPopup #productInfo_Body .header {
  clear: both;
  padding: 0 0 10px 0;
  border-bottom: 1px dotted #ccc;
  display: block;
  margin-bottom: 18px;
}
.contentSection .header a.printDetails,
.modalWrapper.productInfoPopup #productInfo_Body .header a.printDetails {
  background-image: url("/Images/Structural/ProductPage/TabbedProductPage/buttons/print-icon.jpg");
  background-position: right top;
  background-repeat: no-repeat;
  display: block;
  height: 20px;
  padding-right: 31px;
  padding-top: 5px;
  float: right;
  text-decoration: none;
}
.contentSection .header h1, .contentSection .header h2,
.modalWrapper.productInfoPopup #productInfo_Body .header h1,
.modalWrapper.productInfoPopup #productInfo_Body .header h2 {
  padding-top: 6px;
  font-size: 18px;
  font-weight: 400;
}
.contentSection h3,
.modalWrapper.productInfoPopup #productInfo_Body h3 {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 8px;
}
.contentSection a,
.modalWrapper.productInfoPopup #productInfo_Body a {
  font-weight: 700;
}
.contentSection hr,
.modalWrapper.productInfoPopup #productInfo_Body hr {
  border-top: 1px dotted #cccccc !important;
  margin-bottom: 30px !important;
}
.contentSection.expandingView .header,
.modalWrapper.productInfoPopup #productInfo_Body.expandingView .header {
  padding-left: 0;
}
.contentSection.expandingView .header h2,
.modalWrapper.productInfoPopup #productInfo_Body.expandingView .header h2 {
  padding-top: 0;
}

.contentSection .column,
.modalWrapper.productInfoPopup #productInfo_Body .column {
  /*&.c1, &.c2 { 
      float:none;
      width:100%;
      margin-right:0px;
  }*/
}
.contentSection .column.c1, .contentSection .column.c2,
.modalWrapper.productInfoPopup #productInfo_Body .column.c1,
.modalWrapper.productInfoPopup #productInfo_Body .column.c2 {
  float: left;
}
.contentSection .column.c1,
.modalWrapper.productInfoPopup #productInfo_Body .column.c1 {
  width: 510px;
  margin-right: 30px;
}
.contentSection .column.c2,
.modalWrapper.productInfoPopup #productInfo_Body .column.c2 {
  width: 380px;
}
.contentSection .column > div,
.modalWrapper.productInfoPopup #productInfo_Body .column > div {
  margin-bottom: 25px;
}
.contentSection .column h3,
.modalWrapper.productInfoPopup #productInfo_Body .column h3 {
  display: block;
  clear: both;
}
.contentSection .column img,
.modalWrapper.productInfoPopup #productInfo_Body .column img {
  margin-bottom: 15px;
}
.contentSection .column div p,
.modalWrapper.productInfoPopup #productInfo_Body .column div p {
  margin-top: 0;
  margin-bottom: 1em;
}
.contentSection .column,
.modalWrapper.productInfoPopup #productInfo_Body .column {
  /*
      layout1 : Content includes a right aligned image
      layout2 : Content includes a left aligned image
      layout3 : Content has no image, use full width
  */
}
.contentSection .column div.layout1 img,
.modalWrapper.productInfoPopup #productInfo_Body .column div.layout1 img {
  float: right;
  clear: both;
  margin-left: 10px;
}
.contentSection .column div.layout2 img,
.modalWrapper.productInfoPopup #productInfo_Body .column div.layout2 img {
  float: left;
  clear: both;
  margin-right: 10px;
}
.contentSection .column .DIMENSIONS p,
.modalWrapper.productInfoPopup #productInfo_Body .column .DIMENSIONS p {
  line-height: 100%;
}
.contentSection .column div.dimensions,
.modalWrapper.productInfoPopup #productInfo_Body .column div.dimensions {
  width: 430px;
  text-align: center;
}
.contentSection .column div.dimensions img,
.modalWrapper.productInfoPopup #productInfo_Body .column div.dimensions img {
  margin-bottom: 0;
}
.contentSection .column div.dimensions div,
.modalWrapper.productInfoPopup #productInfo_Body .column div.dimensions div {
  background-color: #F7F7F9;
}
.contentSection .column div.dimensions div div,
.modalWrapper.productInfoPopup #productInfo_Body .column div.dimensions div div {
  width: 135px;
  text-align: center;
  float: left;
  padding: 4px;
}

.expandingView {
  border: 1px solid #C6C6C6;
  overflow: hidden;
}
.expandingView .header {
  cursor: pointer;
  padding: 10px 10px 10px 10px;
}
.expandingView .header span {
  display: block;
  float: left;
  height: 9px;
  width: 16px;
  margin-right: 9px;
  background-image: url(/Images/Structural/Arrows/arrows-sprite.png);
  background-position: 0 -4px;
}
.expandingView .header h2 {
  margin: 0 0 10px 0;
}
.expandingView .header h3 {
  margin: 0;
}
.expandingView.collapsed .header span {
  background-position: -16px -4px;
}
.expandingView.head2 .header span {
  margin-top: 7px;
}
.expandingView.head2.collapsed {
  height: 33px;
}
.expandingView.head3 .header span {
  margin-top: 5px;
}
.expandingView.head3.collapsed {
  height: 38px;
}
.expandingView .body {
  padding: 0 10px 10px 10px;
}

.termsSection .body {
  height: 200px;
  overflow-y: scroll;
}
.termsSection li {
  margin-bottom: 1em;
}

.faqSection .body {
  padding: 0;
}
.faqSection div.q, .faqSection div.a {
  border-left: 1px solid #C6C6C6;
  border-right: 1px solid #C6C6C6;
  border-bottom: 1px solid #C6C6C6;
}
.faqSection div.q {
  padding: 10px;
  background-color: #e9e9e9;
  font-weight: 900;
  cursor: pointer;
}
.faqSection div.q:first-child {
  border-top: 1px solid #C6C6C6;
}
.faqSection div.q span {
  display: block;
  float: left;
  height: 9px;
  width: 16px;
  margin-right: 9px;
  margin-top: 5px;
  background-image: url(/Images/Structural/Arrows/arrows-sprite.png);
  background-position: -16px -4px;
}
.faqSection div.q span.active {
  background-position: 0 -4px;
}
.faqSection div.a div.inner {
  padding: 10px;
}

.PageHeader .BreadcrumbNavigation {
  display: block;
}

.TabbedContentPage section.tabbedContent .tabCollection .tab .ViewController {
  position: absolute;
  top: 10px;
  right: 16px;
  font-size: 12px;
  padding: 0;
}
.TabbedContentPage section.tabbedContent .tabCollection .tab .ViewController div.title {
  font-size: 14px;
  float: left;
  width: auto;
  height: auto;
  margin-top: 8px;
  margin-right: 16px;
}
.TabbedContentPage section.tabbedContent .tabCollection .tab .ViewController div.buttons {
  padding: 0;
  border: solid 1px #C7C7C7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  float: left;
}
.TabbedContentPage section.tabbedContent .tabCollection .tab .ViewController div.buttons div.btn {
  background-color: #F7F7F9;
  border-right: solid 1px #C7C7C7;
  cursor: pointer;
  padding: 8px 16px 6px 16px;
  margin: 0;
  float: left;
}
.TabbedContentPage section.tabbedContent .tabCollection .tab .ViewController div.buttons div.btn.active {
  background-color: #FFF;
  font-weight: bold;
}
.TabbedContentPage section.tabbedContent .tabCollection .tab .ViewController div.buttons div.btn.last {
  border-right-style: none;
}

.TabbedContentPage .rowSplit {
  clear: both;
  width: 950px;
}

/* .featureDropDown */
.TabbedContentPage .contentSection div.featureDropDown {
  margin-bottom: 1em;
}

/* .spreadImageWrapper */
/* This spreadImageWrapper definition is a copy/modified version from ProductPage.css*/
.TabbedContentPage .spreadImageWrapper {
  clear: both;
  border: 1px solid #C6C6C6;
  padding: 8px;
  width: 304px;
  margin-right: 16px;
  font-weight: normal;
  color: #111111;
}
.TabbedContentPage .spreadImageWrapper img {
  max-width: 304px;
}
.TabbedContentPage .spreadImageWrapper p {
  margin: 8px 0;
  min-height: 0;
  line-height: 100%;
  font-size: 11px;
}
.TabbedContentPage .spreadImageWrapper a.collection {
  float: right;
  font-size: 11px;
  text-decoration: none;
  background-image: url("/Images/Structural/ProductPage/collection-arrow.png");
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 12px;
  /*color:#28A89D;*/
  color: #111111;
  font-weight: normal;
}
.TabbedContentPage .spreadImageWrapper a.collection:hover {
  text-decoration: underline;
}

/* beds */
.TabbedContentPage.beds section.tabbedContent ul.tabs li a span.line2 {
  display: inline-block;
  width: 104px;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.TabbedContentPage.beds section.tabbedContent div.tabCollection div.tab div.view.swatch article a img.itemImage {
  height: auto;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

/* beds */
/* diningchairs */
.TabbedContentPage.diningchairs section.tabbedContent .tabCollection .tab article {
  height: 205px;
}

.TabbedContentPage.diningchairs section.tabbedContent .tabCollection .tab article.Frame {
  height: inherit;
}

.TabbedContentPage.diningchairs section.tabbedContent .tabCollection .tab article.SwatchGroup {
  height: auto;
}

.TabbedContentPage.diningchairs section.tabbedContent .tabCollection .tab article div.itemImageCont {
  min-height: 133px;
}

.TabbedContentPage.diningchairs section.tabbedContent .tabCollection .tab article.SwatchGroup a span.price {
  margin-right: 5px;
}

/* diningchairs */
/**Modal*/
.modalBackground {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: url("/Images/Structural/Lightbox/modalBack.png");
  z-index: 9999;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.modalBackground.active {
  opacity: 1;
}

/* modalWrapper is used to override anything defined by ModalPopup class in the ModalPopup stylesheet*/
.modalWrapper {
  padding: 0;
  background-color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
  z-index: 10000;
}
.modalWrapper a.closeButton {
  float: right;
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
  color: #111111;
  cursor: pointer;
  width: 75px;
  margin-top: 3px;
  text-align: left;
  font-size: 15px;
  background-image: url("/Images/Structural/Buttons/Custom/closeModal.png");
  background-repeat: no-repeat;
  background-position: 56px 0px;
}

.modalWrapper .modalContents {
  overflow: hidden;
}
.modalWrapper .modalContents .modalHeader {
  height: 30px;
  clear: both;
  color: #111111;
  padding: 19px;
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
  border-bottom: 1px dotted #ccc;
}
.modalWrapper .modalContents .modalHeader h2 {
  font-size: 17px;
  font-weight: normal;
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
  color: #111111;
  margin-right: 85px;
}
.modalWrapper .modalContents .modalHeader h2.step2 {
  background-image: url("/Images/Structural/ProductPage/TabbedProductPage/back-arrow.jpg");
  background-repeat: no-repeat;
  background-position: 0 4px;
  padding-left: 20px;
  cursor: pointer;
}

/* relatedPageWrapper is used for showing regular product page within popup */
.modalWrapper .relatedPageWrapper {
  width: 886px;
  height: 624px;
}
html.touch .modalWrapper .relatedPageWrapper {
  height: 614px;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}
.modalWrapper .relatedPageWrapper iframe {
  width: 886px;
  height: 581px;
}

/* productInfoPopup is used for the popup version of the about section */
.modalWrapper.productInfoPopup {
  padding: 10px;
  font-size: 12px;
}
.modalWrapper.productInfoPopup.loader {
  background-image: url("/Images/Structural/Lightbox/loader-light.gif");
  background-repeat: no-repeat;
  background-position: center 200px;
}
.modalWrapper.productInfoPopup a.closeButton {
  margin-top: 0;
  margin-right: 0;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1000;
}
.modalWrapper.productInfoPopup .tabControls {
  width: auto;
  position: relative;
  top: unset;
  height: 56px;
}
.modalWrapper.productInfoPopup ul.tabs li {
  width: auto;
  height: 45px;
}
.modalWrapper.productInfoPopup ul.tabs li.liveTab {
  height: 55px;
}
.modalWrapper.productInfoPopup ul.tabs li a {
  padding: 15px 20px 15px 20px;
}
.modalWrapper.productInfoPopup ul.tabs li a span {
  width: auto;
}
.modalWrapper.productInfoPopup #productInfo_Body {
  width: auto;
  padding: 0 10px 0 10px;
  overflow-y: scroll;
  border-top: none;
}

body .stickyATB {
  background: #ffffff;
  border-top: 1px solid #eeeeee;
  position: fixed;
  bottom: 0;
  display: flex;
  width: 100%;
  padding: 12px 40px;
  z-index: 10;
  box-sizing: border-box;
}
body .stickyATB .stickyItemDetailsSection {
  display: flex;
  width: 50%;
  border-right: 1px solid #eeeeee;
}
body .stickyATB .stickyItemDetailsSection .stickyItemDetails {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-left: 12px;
  padding-right: 20px;
}
body .stickyATB .stickyItemDetailsSection .stickyTitleSection {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0px;
  text-transform: capitalize;
}
body .stickyATB .stickyItemDetailsSection .stickyTitleSection .stickyItemTitle {
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
  flex-grow: 1;
  width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body .stickyATB .stickyItemDetailsSection .stickyTitleSection .stickyPriceText {
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
  text-align: right;
}
body .stickyATB .stickyItemDetailsSection .stickyDeliverySection {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 5px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0px;
}
body .stickyATB .stickyItemDetailsSection .stickyDeliverySection p {
  margin-bottom: 0;
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
}
body .stickyATB .stickyItemDetailsSection .stickyDeliverySection .stickyDeliveryText {
  color: #257f39;
  text-align: right;
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
}
body .stickyATB .stickyItemDetailsSection .stickyDeliverySection .stickyDeliveryText span {
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
}
body .stickyATB .stickyButtonSection {
  display: flex;
  width: 50%;
  padding-left: 16px;
  align-items: center;
  box-sizing: border-box;
}
body .stickyATB .stickyButtonSection .itemSwatchButtonContainer {
  background-color: #ffffff;
  border: 1px solid #9e9e9e;
  display: flex;
  height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  width: 240px;
  margin-right: 12px;
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 4px;
}
body .stickyATB .stickyButtonSection .itemSwatchButtonContainer .itemSwatchImageContainer {
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
  margin-right: 8px;
  height: 20px;
}
body .stickyATB .stickyButtonSection .itemSwatchButtonContainer .itemSwatchImage {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
body .stickyATB .stickyButtonSection .itemSwatchButtonContainer .itemSwatchButtonText {
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1px;
  text-transform: uppercase;
}
body .stickyATB .stickyButtonSection .stickyAddToBagContainer {
  width: 240px;
}
body .stickyATB .stickyButtonSection .stickyAddToBagContainer a.stickyAddToBag {
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
  background: #30a74b;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1px;
  display: flex;
  height: 44px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  text-transform: uppercase;
}
body .stickyATB .stickyButtonSection .stickyAddToBagContainer a.stickyAddToBag:hover {
  text-decoration: none;
}
@media only screen and (min-width: 1280px) {
  body .stickyATB .stickyItemDetailsSection {
    width: calc(100% - 490px);
  }
  body .stickyATB .stickyButtonSection {
    width: 490px;
    justify-content: center;
  }
}
@media only screen and (min-width: 1440px) {
  body .stickyATB .stickyItemDetailsSection {
    width: calc(100% - 615px);
  }
  body .stickyATB .stickyButtonSection {
    width: 615px;
  }
}
@media only screen and (max-width: 1024px) {
  body .stickyATB .stickyItemDetails .stickyTitleSection .stickyItemTitle {
    font-size: 14px;
  }
  body .stickyATB .stickyItemDetails .stickyTitleSection .stickyPriceText {
    font-size: 14px;
  }
  body .stickyATB .stickyButtonSection .itemSwatchButtonContainer .itemSwatchButtonText {
    white-space: nowrap;
    font-size: 12px;
  }
  body .stickyATB .stickyButtonSection .stickyAddToBagContainer a.stickyAddToBag {
    font-size: 12px;
  }
}

/*Inner Modal*/
body.modalMode {
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
  font-size: 12px;
  padding: 0;
  margin: 0;
}
body.modalMode h1 {
  font-size: 15px;
  margin: 0;
  font-weight: normal;
  float: left;
}
body.modalMode .filters {
  padding: 15px;
  background-color: #F2F2F2;
  border-bottom: 1px dotted #ccc;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body.modalMode .filters .filterSet.searchFilter {
  width: 389px;
  display: block;
  padding: 10px;
  margin-top: 10px;
  background-color: #FFFFFF;
  float: left;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
body.modalMode .filters .filterSet.searchFilter.alignLeft {
  float: left;
}
body.modalMode .filters .filterSet.searchFilter.alignRight {
  float: right;
}
body.modalMode .filters .filterSet h4 {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 1px;
}
body.modalMode .filters .filterSet a.reset {
  float: right;
  text-decoration: none;
  color: #111;
}
body.modalMode .filters .filterSet.sortBy {
  width: 185px;
  float: right;
}
body.modalMode .filters .filterSet.sortBy h4 {
  float: left;
  font-size: 12px;
  margin-top: 5px;
  font-weight: normal;
}
body.modalMode .filters .filterSet.sortBy div.dropdownContainer {
  float: right;
  outline: none;
}
body.modalMode .filters .filterSet.sortBy div.dropdownContainer select {
  display: none;
}
body.modalMode .filters .filterSet ul {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
body.modalMode .filters .filterSet ul li {
  padding: 0;
  float: left;
  margin-right: 10px;
}
body.modalMode .filters .filterSet ul li input[type=checkbox] {
  margin-left: 0;
  vertical-align: bottom;
}
body.modalMode .filters .filterSet ul li span.Count {
  display: inline-block;
  width: 30px;
  font-weight: bold;
}
body.modalMode .filters .filterSet ul li.disabled {
  color: #d9d9d9;
}
body.modalMode .filters .filterSet ul li.disabled span.Count {
  visibility: hidden;
}
body.modalMode .filters .hideableContent {
  clear: both;
}
body.modalMode .filters .filterRowSep {
  clear: both;
}
body.modalMode div.hideableContentControl {
  border-left: 1px dotted #ccc;
  border-right: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  background-color: rgb(242, 242, 242);
  width: 110px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-left: auto;
  margin-right: 15px;
  padding: 10px;
  cursor: pointer;
}
body.modalMode div.hideableContentControl .icon {
  float: right;
  width: 16px;
  height: 16px;
  background-image: url("/Images/Structural/Arrows/arrows-sprite.png");
}
body.modalMode div.hideableContentControl.hide .icon {
  background-position-x: -16px;
  background-position-y: 0;
}
body.modalMode div.hideableContentControl.show .icon {
  background-position-x: 0;
  background-position-y: 0;
}
body.modalMode div.loader {
  display: none;
  position: absolute;
  z-index: 200;
  top: 123px;
  width: 100%;
  height: 500px;
  background-color: #fff;
  background-image: url("/Images/Structural/Lightbox/loader-light.gif");
  background-repeat: no-repeat;
  background-position: center 100px;
}
body.modalMode .itemList {
  padding: 15px;
}
body.modalMode .itemList article {
  display: block;
  width: 276px;
  height: 250px;
  float: left;
}
body.modalMode .itemList article .Rating {
  width: 66px;
  display: inline-block;
  height: 12px;
  background-repeat: no-repeat;
  margin-left: 5px;
  background-position-y: 1px;
}
body.modalMode .itemList article .Rating.rating-05 {
  background-image: url("/Images/Structural/Reviews/Ratings/small/0.5.gif");
}
body.modalMode .itemList article .Rating.rating-10 {
  background-image: url("/Images/Structural/Reviews/Ratings/small/1.gif");
}
body.modalMode .itemList article .Rating.rating-15 {
  background-image: url("/Images/Structural/Reviews/Ratings/small/1.5.gif");
}
body.modalMode .itemList article .Rating.rating-20 {
  background-image: url("/Images/Structural/Reviews/Ratings/small/2.gif");
}
body.modalMode .itemList article .Rating.rating-25 {
  background-image: url("/Images/Structural/Reviews/Ratings/small/2.5.gif");
}
body.modalMode .itemList article .Rating.rating-30 {
  background-image: url("/Images/Structural/Reviews/Ratings/small/3.gif");
}
body.modalMode .itemList article .Rating.rating-35 {
  background-image: url("/Images/Structural/Reviews/Ratings/small/3.5.gif");
}
body.modalMode .itemList article .Rating.rating-40 {
  background-image: url("/Images/Structural/Reviews/Ratings/small/4.gif");
}
body.modalMode .itemList article .Rating.rating-45 {
  background-image: url("/Images/Structural/Reviews/Ratings/small/4.5.gif");
}
body.modalMode .itemList article .Rating.rating-50 {
  background-image: url("/Images/Structural/Reviews/Ratings/small/5.gif");
}
body.modalMode .itemList a {
  display: inline-block;
  border: solid 1px #ffffff;
}
body.modalMode .itemList a:hover {
  border: dotted 1px #ccc;
}
body.modalMode .itemList img {
  width: 261px;
  border: none;
}
body.modalMode .itemList p {
  margin: 5px 0;
  padding-right: 15px;
}
body.modalMode .itemList p a {
  color: #111;
  text-decoration: none;
  border: none;
}
body.modalMode .itemList p a:hover {
  text-decoration: underline;
  border: none;
}
body.modalMode .itemList p.price {
  font-weight: bold;
  display: inline-block;
  padding-right: 0;
}

/* Overrides for the dropkick dropdowns */
.dk_container:focus {
  outline: 0;
}

.dk_container.dk_open .dk_options_inner li {
  width: 100%;
}

/* Side Tabs */
section.verticalTabsContainer {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  z-index: 100;
  right: 0;
  width: 64px;
}
section.verticalTabsContainer.show {
  display: block;
}
section.verticalTabsContainer.hide {
  display: none;
}
section.verticalTabsContainer div.selectors {
  float: left;
}
section.verticalTabsContainer div.tabSelector {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  z-index: 102;
  border: 1px solid #C6C6C6;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  margin-bottom: 5px;
  background-color: #fff;
  padding: 5px 5px 10px 5px;
  width: 65px;
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
  color: #111111;
  font-size: 11px;
  font-weight: normal;
  text-align: center;
  cursor: pointer;
}
section.verticalTabsContainer div.tabSelector:hover {
  text-decoration: none;
}
section.verticalTabsContainer div.tabSelector div {
  margin-top: 5px;
}
section.verticalTabsContainer div.tabSelector div.image {
  text-align: center;
}
section.verticalTabsContainer div.tabSelector div.image img {
  display: inline;
}
section.verticalTabsContainer div.tabSelector div.text {
  text-align: center;
}
section.verticalTabsContainer div.tabSelector div.text span {
  line-height: 100%;
  display: inline-block;
  margin-top: 3px;
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
section.verticalTabsContainer.expand div.tabSelector {
  border-right-color: #C6C6C6;
}
section.verticalTabsContainer.expand div.tabSelector.active {
  border-right-color: #FFF;
}
section.verticalTabsContainer #vtSelectorItem img {
  width: 54px;
}
section.verticalTabsContainer #vtSelectorSwatch {
  padding-left: 10px;
  padding-right: 10px;
}
section.verticalTabsContainer #vtSelectorSwatch img {
  width: 42px;
}
section.verticalTabsContainer div.tabContentContainer {
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
  position: relative;
  z-index: 101;
  top: 0;
  width: 282px;
  margin-left: 64px;
  border: 1px solid #C6C6C6;
  border-right-color: #FFF;
  background-color: #FFFFFF;
  display: none;
  padding: 0;
  font-size: 12px;
  min-height: 140px;
}
section.verticalTabsContainer div.tabContentContainer.active {
  display: block;
}
section.verticalTabsContainer div.tabContentContainer div.closeButton {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 15px;
  right: 0px;
  background-image: url("/Images/Structural/Buttons/Custom/closeModal.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  cursor: pointer;
}
section.verticalTabsContainer div.tabContentContainer div {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px 0 15px;
  /*border:solid 1px #ff0000;*/
}
section.verticalTabsContainer div.tabContentContainer div.top {
  padding-top: 15px;
}
section.verticalTabsContainer div.tabContentContainer div.header {
  padding-bottom: 15px;
  padding-right: 33px;
  font-size: 14px;
}
section.verticalTabsContainer div.tabContentContainer div.footer {
  padding-bottom: 15px;
}
section.verticalTabsContainer div.tabContentContainer div.footer.itemPurchase {
  width: 100%;
  margin-top: 0;
  padding-top: 15px;
}
section.verticalTabsContainer div.tabContentContainer div.header {
  font-size: 15px;
  font-weight: 500;
}
section.verticalTabsContainer div.tabContentContainer div.image {
  text-align: center;
}
section.verticalTabsContainer div.tabContentContainer div.text p {
  margin: 1em 0;
}
section.verticalTabsContainer div.tabContentContainer div.text table {
  margin: 1em 0;
  width: 100%;
}
section.verticalTabsContainer div.tabContentContainer div.text table th, section.verticalTabsContainer div.tabContentContainer div.text table td {
  padding-bottom: 8px;
  vertical-align: top;
}
section.verticalTabsContainer div.tabContentContainer div.text table th {
  text-align: left;
  font-weight: normal;
}
section.verticalTabsContainer div.tabContentContainer div.text table td {
  text-align: right;
}
section.verticalTabsContainer div.tabContentContainer div.footer.itemPurchase {
  background-color: #F8F8F8;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: none;
  width: 100%;
  margin-top: 0;
  padding: 15px;
  padding-top: 11px;
}
section.verticalTabsContainer div.tabContentContainer div.footer.itemPurchase div.selectedPrice {
  height: auto;
  padding: 0;
  text-align: left;
}
section.verticalTabsContainer div.tabContentContainer div.footer.itemPurchase div.selectedPrice span.price {
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
  font-size: 25px;
}
section.verticalTabsContainer div.tabContentContainer div.footer.itemPurchase div.selectedPrice span.deliveryWeeks {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: normal;
  letter-spacing: 0.4px;
}
section.verticalTabsContainer div.tabContentContainer div.footer.itemPurchase a.addToBag { /*margin-top:4px;*/
  font-size: 11px;
}
section.verticalTabsContainer div.tabContentContainer div.footer.itemPurchase div.addToBagControl {
  margin-top: 7px;
  padding: 0;
  float: right;
}
section.verticalTabsContainer div.tabContentContainer div.footer.itemPurchase div.addToBagControl div.itemPopUp {
  height: 80px;
}
section.verticalTabsContainer div.tabContentContainer div.footer.itemPurchase div.addToBagControl div.itemPopUp:before, section.verticalTabsContainer div.tabContentContainer div.footer.itemPurchase div.addToBagControl div.itemPopUp:after {
  left: 125px;
}
section.verticalTabsContainer div.tabContentContainer div.footer.itemPurchase div.addToBagControl div.itemPopUp.above {
  top: -88px;
}
section.verticalTabsContainer div.tabContentContainer div.footer.itemPurchase div.addToBagControl a.addToBag {
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 11px;
  width: 101px;
  height: 38px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 12px;
  background-color: #1a6461;
  color: #ffffff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
section.verticalTabsContainer div.tabContentContainer div.footer.itemPurchase div.addToBagControl a.addToBag.loading {
  background-image: url(/Images/Structural/Buttons/Secondary/loader-small-24px.gif);
}
section.verticalTabsContainer div.tabContentContainer div.footer a.addSwatchToBag {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 11px;
  color: #ffffff;
  width: 162px;
  height: 38px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #1a6461;
  padding: 12px;
  display: block;
  margin: 0 auto;
}
section.verticalTabsContainer div.tabContentContainer div.footer a.addSwatchToBag.loading {
  background-image: url(/Images/Structural/Buttons/Secondary/loader-small-24px.gif);
}
section.verticalTabsContainer #vtContentItem div.image img {
  width: 250px;
}
section.verticalTabsContainer #vtContentSwatch div.image img {
  width: 150px;
}

@media only screen and (min-width: 1280px) {
  .bp1280 .TabbedContentPage {
    width: 1216px;
  }
  .bp1280 .TabbedContentPage section.media {
    width: 700px;
  }
  .bp1280 .TabbedContentPage section.media .superZoomDisplay {
    margin-left: 670px;
  }
  .bp1280 .TabbedContentPage section.media a.carouselNext {
    margin-left: 665px;
  }
  .bp1280 .TabbedContentPage section.media ul.images {
    height: 350px;
  }
  .bp1280 .TabbedContentPage section.media ul.images li {
    height: 350px;
    width: 700px;
  }
  .bp1280 .TabbedContentPage section.media ul.images li img {
    min-width: 700px;
  }
  .bp1280 .TabbedContentPage section.details {
    width: 450px;
  }
  .bp1280 .TabbedContentPage section.tabbedContent .tabControls {
    width: 1215px;
  }
  .bp1280 .TabbedContentPage section.tabbedContent .tabCollection {
    width: 1213px;
  }
  .bp1280 .TabbedContentPage section.tabbedContent .tabCollection .tab {
    width: 1187px;
  }
  .bp1280 .TabbedContentPage section.tabbedContent .tabCollection .tab article.SwatchGroup.swatch3 {
    width: 374px;
  }
  .bp1280 .TabbedContentPage section.tabbedContent ul.tabs li {
    width: 160px;
  }
  .bp1280 .TabbedContentPage .contentSection {
    width: 1183px;
  }
  .bp1280 .TabbedContentPage .contentSection .column.c1 {
    width: 750px;
  }
}
.deliverySliderContainer {
  width: 280px;
  height: 64px;
  padding: 0;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  touch-action: none;
}

.deliverySliderContainer.static {
  width: 120px;
}

.deliverySliderContainer.static span {
  font-size: 12px;
}

.deliverySliderContainer .deliverySlider {
  width: 248px;
  height: 44px;
  margin-left: 16px;
  cursor: pointer;
  position: absolute;
  margin-top: 0;
  -ms-touch-action: none;
  touch-action: none;
}

.deliverySliderContainer h4 {
  font-size: 14px;
  font-weight: normal;
  margin-left: 12px;
}

.deliverySliderContainer a.reset {
  float: right;
  text-decoration: none;
  margin-right: 12px;
  margin-top: 2px;
}

.deliverySliderContainer .deliverySlider .sliderBar {
  background-color: #ffffff;
  border: solid 1px #dddddd;
  height: 11px;
  margin-top: 8px;
  margin-left: 9px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.deliverySliderContainer .deliverySlider .sliderLabel {
  display: block;
  float: left;
  position: absolute;
  padding-top: 19px;
  top: 13px;
  background-image: url("/Images/Structural/Storefronts/Components/Slider/v2/stop.png");
  background-position: center 8px;
  background-repeat: no-repeat;
}

.deliverySliderContainer .deliverySlider span.sliderLabel span {
  font-size: 10px;
  display: inline-block;
  font-weight: normal;
  white-space: nowrap;
  text-align: center;
  width: 40px;
}

.deliverySliderContainer .deliverySlider .sliderLabel.selected span {
  font-weight: 700;
}

.deliverySliderContainer .deliverySlider .sliderLabel.step {
  background-image: none;
  overflow: hidden;
}

.deliverySliderContainer .deliverySlider .sliderLabel.disabled {
  opacity: 0.2;
}

.deliverySliderContainer .deliverySlider .sliderRight,
.deliverySliderContainer .deliverySlider .sliderLeft {
  position: absolute;
  display: block;
  width: 28px;
  height: 28px;
  background-image: url("/Images/Structural/Storefronts/Components/Slider/v2/handle.png");
  margin-top: -22px;
}

.deliverySliderContainer .deliverySlider .rangeBar {
  background-color: #454545;
  height: 11px;
  position: relative;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-bottomleft: 0px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 0px;
}

/* Drag Tool Tip */
.deliverySliderContainer div.dragToolTip {
  font-size: 12px;
  font-weight: 500;
  background-color: #fff;
  border: solid 1px #999999;
  position: relative;
  text-transform: none;
  text-align: center;
  width: 130px;
  height: 16px;
  padding: 1px;
  display: none;
  margin-left: -53px;
  z-index: 50;
  top: -25px;
}

.deliverySliderContainer div.dragToolTip.show {
  display: block;
}

.deliverySliderContainer div.dragToolTip:before,
.deliverySliderContainer div.dragToolTip:after {
  content: "";
  position: absolute;
  border: solid transparent;
  display: block;
  height: 0;
  width: 0;
  left: 66px;
  top: 100%;
}

.deliverySliderContainer div.dragToolTip:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #FFFFFF;
  border-width: 5px;
  margin-left: -5px;
}

.deliverySliderContainer div.dragToolTip:before {
  border-color: rgba(153, 153, 153, 0);
  border-top-color: #999999;
  border-width: 6px;
  margin-left: -6px;
}

/* Drag Tool Tip */
.deliverySliderContainer {
  margin-top: 6px;
}
.deliverySliderContainer h4 {
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.4px;
  text-align: left;
  color: #222222;
}
.deliverySliderContainer .deliverySlider {
  margin-top: 10px;
  height: 22px;
}
.deliverySliderContainer .deliverySlider .sliderBar {
  border: none;
  background-color: #e6e6e6;
  height: 2px;
  margin-top: 10px;
}
.deliverySliderContainer .deliverySlider .sliderBar:before {
  content: "";
  border: none;
  border-left: 2px solid #126461;
  height: 13px;
  width: 1px;
  position: absolute;
  top: 4px;
  left: 8px;
}
.deliverySliderContainer .deliverySlider .sliderBar:after {
  content: "";
  border: none;
  border-right: 2px solid #e6e6e6;
  height: 13px;
  width: 1px;
  position: absolute;
  top: 4px;
  right: 11px;
}
.deliverySliderContainer .deliverySlider .rangeBar {
  background-color: #126461;
  height: 2px;
}
.deliverySliderContainer .deliverySlider .sliderRight {
  background-image: url(/Images/Structural/Storefronts/Components/Slider/v2/handle-new.png);
  width: 26px;
  height: 26px;
  margin-top: -14px;
}
.deliverySliderContainer .deliverySlider .sliderLeft {
  background-image: url(/Images/Structural/Storefronts/Components/Slider/v2/handle-new.png);
  width: 26px;
  height: 26px;
  margin-top: -14px;
}
.deliverySliderContainer .deliverySlider .sliderLabel {
  background-image: none;
  top: 5px;
}
.deliverySliderContainer a.reset {
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.3px;
  text-align: left;
  color: #126461;
  text-decoration: underline;
}
/*# sourceMappingURL=tabbedproductpage.css.map */
