#hd-hero-banner-fade {
    display: none;  
    position: fixed;  
    left: 0;
    top: 0;
    background-color: #000;
    -moz-opacity: 0.5; 
    opacity: .5;
    filter: alpha(opacity=50);
    width: 100%;
    height: 100%;
    z-index: 99;
}
.hd-hero-banner {
    position: relative;
    height: 550px;
    width: 980px;
    margin: 10px auto 25px auto;
    background-color: #000;
    color: #fff;
}
.hd-hero-banner-modal {
    position: absolute;
    display: block;
    -webkit-box-shadow: 0 0 12px 0 rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 12px 0 rgba(0,0,0,0.5);
    box-shadow: 0 0 12px 0 rgba(0,0,0,0.5);
    height: 400px;
    width: 256px;
    padding: 10px;
    left: 0;
    top: 0;
    background-color: #fff;
    color: #000;
    border: 1px solid #ccc;
    border-radius: 10px;
    z-index: 1001;
    -webkit-transform: scale(0);
    -webkit-transform-origin: top left;
    -moz-transform: scale(0);
    -moz-transform-origin: top left;
    -ms-transform: scale(0);
    -ms-transform-origin: top left;
    transform: scale(0);
    transform-origin: top left;
}
.hd-hero-banner-modal.on {
    -webkit-transform: scale(1);  
    -webkit-transform-origin: top left;      
    -moz-transform: scale(1);  
    -moz-transform-origin: top left;
    -ms-transform: scale(1);  
    -ms-transform-origin: top left;
    transform: scale(1);  
    transform-origin: top left;
    -webkit-transition: -webkit-transform 0.3s ease-out;   
    -moz-transition: -moz-transform 0.3s ease-out;
    -ms-transition: -ms-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.hd-hero-banner-modal.modal-pos-left-above {
    -webkit-transform-origin: bottom right;
    -moz-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
}
.hd-hero-banner-modal.modal-pos-right-above {
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;  
    transform-origin: bottom left;
}
.hd-hero-banner-modal.modal-pos-left-below {
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
}
.hd-hero-banner-plus {
    position: absolute;
    display: none;
    width: 25px;
    height: 25px;
    z-index: 1000;
}
.hd-hero-banner-plus.on {
    z-index: 1004;
}
.hd-hero-banner-plus a {
    display: block;
    width: 25px;
    height: 25px;
    overflow: hidden;
    background: url('/i/home-decor-hero/plus.png') no-repeat;
    -moz-opacity: 0.6; 
    opacity: .6;
    filter: alpha(opacity=60);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;  
}
.hd-hero-banner-plus a:hover {
    -moz-opacity: 1; 
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.hd-hero-banner-plus.on a {
    -moz-opacity: 1; 
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.hd-hero-banner-modal .thumbRating {
	min-height: 15px;
}
/* hero nav */
.nvCnt {
}
.nvCnt a {
	display: block;
	font-family: "Avenir LT W01 65 Medium", Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #58595b;
	line-height: 1em;
	text-decoration: none;
}
.prvCatLnk {
	float: left;
	padding-left: 10px;
	background: url('/i/home-decor-hero/navSprite.png') 0px -219px no-repeat;
}
.nxtCatLnk {
	float: right;
	padding-right: 12px;
	background: url('/i/home-decor-hero/navSprite.png') right -269px no-repeat;
}
/* hero result items */
#hd-product-list {
	padding-top: 4px;
	padding-left: 4px;
}
.heroResults {
	position: relative;
	float: left;
	display: inline;
	width: 240px;
	border: 4px solid #f8f8f8;
	margin-left: -4px;
	margin-top: -4px;
	z-index: 1;
	height: 396px;
}
.heroResults:hover {
	border: 4px solid #f1f1f1;
}
.zUp {
	z-index: 50;
}
.heroResults .productSummaryName {
	padding-left: 5px;
	width: 98%;
}
.heroResults .thumbImageDiv {
	height: 239px;
}
.heroResults .thumbDetails {
	width: 80%;
}
.heroResults .vAll {
	display: none;
}
.heroResults .thumbRating {
	margin: 0  0 10px 7px;
}
.heroResults .thumbRating,
.heroResults .thumbRating .primaryButton {
	visibility: hidden;
}
.heroResults:hover .thumbRating,
.heroResults:hover .thumbRating .primaryButton {
	visibility: visible;
}
.heroResults div {
	max-height: 357px;
}

/* shop by style landing pages */

.gTitle {
	font-family: "Avenir LT W01 35 Light", Verdana, Arial, sans-serif;
	font-size: 24px;
	color: #181512;
	margin: 0 0 10px 0;
	line-height: 1em;
}
.decorHdr {
	margin: 15px 0;
}
ul.decorNavList {
	display: block;
	width: 980px;
	height: 30px;
	border-bottom: 1px solid #fa4a25;
}

ul.decorNavList.limitedWidth {
	float: left;
	width: 828px;
}

.decorNavList li {
	float: left;
	display: inline;
	margin-right: 29px;
	height: 30px;
	list-style-type: none;
}
.decorNavList li a {
	text-decoration: none !important;
	font-family: "Avenir LT W01 85 Heavy", Verdana, Arial, sans-serif;
	font-size: 13px;
	display: block;
	height: 30px;
	width: 100%;
	height: 100%;
	color: #181512;
	text-transform: uppercase;
}
.decorNavList li a:hover,
.decorNavList li a.selected {
	color: #d74012 !important;
}
.decorNavList li a.selected {
	height: 31px;
	margin-bottom: 1px;
	background: url("/i/home-decor-hero/actArrw.png") no-repeat;
	background-position: 50% 100%;
	background-size: 15px 10px;
	background-origin: content-box;
}
.dCenter {
	float: right;
}
.dCenter a {
	position: relative;
	display: block;
	width: 135px;
	border: 1px solid #d74012;
	height: 26px;
	padding-top: 4px;
	text-align: center;
	font-family: "Avenir LT W01 55 Roman", Verdana, Arial, sans-serif;
	line-height: 1em;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	color: #d74012;
}
.dCenter a span {
	position: absolute;
	right: 12px;
	top: 3px;
	font-family: "Avenir LT W01 55 Roman", Verdana, Arial, sans-serif;
	line-height: 1em;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	color: #f05323;
}
.dCenter span.inspir {
	display: block;
	position: static;
	float: none;
	font-family: "Avenir LT W01 55 Roman", Verdana, Arial, sans-serif;
	line-height: 1em;
	font-size: 9px;
	letter-spacing: 0.0480em;
	text-transform: uppercase;
	color: #58595b;
}
.heroDescrip {
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 88px;
	width: 100%;
    background: rgba(88, 89, 91, .85);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#D9888991, endColorstr=#D9888991)";
    zoom: 1;
}
.heroDescrip .pinterestBtn {
	background: url("/i/home-decor-hero/iconPinterestWhite.png") no-repeat;
	width: 23px;
	height: 23px;
	display: inline-block;
	float: right;
	margin: 10px 10px 0 0;
    -moz-opacity: 1; 
    opacity: 1;
    filter: alpha(opacity=100);
}
.heroDescrip h3 {
	font-family: "Avenir LT W01 35 Light", Verdana, Arial, sans-serif;
	font-size: 24px;
	color: #fff;
	margin: 10px 0 0 10px;
}
.heroDescrip p {
	font-family: "Avenir LT W01 35 Light", Verdana, Arial, sans-serif;
	margin: 0 0 0 10px;
	color: #fff;
	width: 800px;
	font-size: 16px;
	line-height: 1.3em;
}
/* shop by product */
.shpProd {
	margin-top: 40px;
}
.shpProd span {
	font-family: "Avenir LT W01 35 Light", Verdana, Arial, sans-serif;
	font-size: 21px;
	margin-right: 5px;
	color: #181512;
}
.aHd a,
.shpProd a {
	font-family: "Avenir LT W01 55 Roman", Verdana, Arial, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #369;
}
#hdShopByProduct .dyncontent {
}
#hdShopByProduct .dyncontent .dropdownContent {
	margin: 0;
	padding: 20px 0;
	border-style: none;
	border-width: 0px;
	box-shadow: none;
	background-color: white;
	position: relative;
	z-index: 9;
	top: 0px;
	display: block;
}

#hdShopByProduct .dyncontent .dropdownContent .column {
	box-sizing: border-box;
	width: 230px;
	float: left;
	border-right: none;
	margin-right: 20px;
	height: auto;
	padding-left: 0px;
}
#hdShopByProduct .dyncontent .dropdownContent .column.secondLastColumn {
	margin-right: 0px;
}
#hdShopByProduct .dyncontent .dropdownContent .column .columnHeader {
	padding: 0px;
	color: #181512;
	font-family: "Avenir LT W01 85 Heavy", Verdana, Arial, sans-serif;
}

#hdShopByProduct .dyncontent .dropdownContent .lastColumn {
	display:none;
}

#hdShopByProduct .dyncontent .dropdownContent .secondLastColumn {
		border-style: none !important;
}

#hdShopByProduct .dyncontent .dropdownContent .column li {
	list-style-type: none;
	margin-bottom: 8px;
	text-align: left;
}

#hdShopByProduct .dyncontent .dropdownContent .column a {
	font-family: "Avenir LT W01 35 Light", Verdana, Arial, sans-serif;	
	font-size: 13px;
	color: #181512;
	text-decoration: none !important;
}
#hdShopByProduct .dyncontent .dropdownContent .column a:hover {
	color: #f05323;
}
#hdShopByProduct .dropdownContent .column li.allSection {
	position: relative;
	bottom: 0;
	margin-bottom: 0;
	margin-top: 25px;
}
.dcCall {
	margin-bottom: 20px;
}
#inspLeftContainer {
	float: left;
	display: inline;
	width: 843px;	
	height: 44px;
	background-color: #f8f8f8;
}
#inspirationTitle {
	text-align: center;
}
#inspirationTitle span {
	font-family: "Avenir LT W01 35 Light", Verdana, Arial, sans-serif;
	font-size: 24px;
	line-height: 1.8em;
	color: #181512;
}
#inspRightContainer {
	float: left;
	display: inline;
}
#inspRightContainer.dCenter {
	width: 135px;
}
#inspRightContainer.dCenter a {
	line-height: 1em;
	height: 32px;
	padding-top: 10px;
}
#inspRightContainer.dCenter a span {
	top: 9px;
}
.fItem {
	float: left;
	display: inline;
	margin-right: 20px;
}
.fItem a {
	height: 230px;
	border: none;
	display: block;
}
.fItem span {
	display: block;
	margin-top: 15px;
	font-family: "Avenir LT W01 35 Light", Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #181512;
	text-transform: uppercase;
}
.fItem.last {
	margin-right: 0px;
}
#commonProducts {
	padding-left: 4px;
}
#hd-product-list h4,
#commonProducts h4 {
	font-family: "Avenir LT W01 35 Light", Verdana, Arial, sans-serif;
	font-size: 21px;
	font-weight: normal;
	margin: 30px 5px 15px 0;
	color: #181512;
}
.aHd {
	margin-bottom: 15px;
}
#hd-product-list h4 {
	margin-top: 0px;
	display: inline;
}
.aRoomItemTitle {
	display: block;
	text-align: center;
}
.pContain {
	display: block;
	width: 100%;
	text-align: center;
	margin: 0 auto 13px auto;
}
.aRoomItemTitle {
	padding: 3px 0 1px 0;
	color: #181512;
	font-family: "Avenir LT W01 95 Black", Verdana, Arial, sans-serif;	
}
.pContain span {
	font-family: "Avenir LT W01 35 Light", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #181512;	
}
.pContain span#origPrice.onSale {
	text-decoration: line-through;	
}
.pContain #salePrice {
	color: #c11111;	
}
.thumbDetails .onSale {
	text-decoration: line-through;	
}
.thumbDetails .salePrice {
	color: #c11111;	
}
.catImgLnk {
	padding-top: 5px;
	display: block;
	text-align: center;
}
.thumbImageDiv div a {
	display: block;
}
/* possibly redundant css here depending on imports */

.productSummaryName {
    font-family: Verdana,Arial,sans-serif;
    font-size: 11px;
    width: 100%;
    margin-top: 9px;
    position: relative;
    color: #666;
    height: 75px;
}
.thumbImageDiv>div {
    text-align: center;
}
.thumbName a {
    text-decoration: none;
    color: #369;
}
.thumbName a:hover {
    text-decoration: underline;
}
.thumbDetails {
    float: left;
    padding-left: 25px;
    text-align: left;
}
a.RatingStars {
    text-decoration: none;
    cursor: pointer;
    padding-top: 7px;
}
.RatingTotal {
    font-size: 14px;
    float: none !important;
    padding-left: 4px;
    padding-top: 7px;
}
.RatingImage {
    vertical-align: middle;
    float: none !important;
}
a.primaryButton {
    display: inline-block;
    padding: 0 10px;
    font-weight: normal;
    font-family: "Avenir LT W01 85 Heavy",verdana,arial,sans-serif;
    font-size: 13px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    outline: 0;
    line-height: 24px;
    text-decoration: none;
    box-shadow: 1px 1px 4px #CCC;
    border-radius: 3px;
}
a.primaryButton {
    border: 0;
    text-shadow: -1px -1px #ba2911;
    color: yellow;
    background-color: #f05323;
    background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#f05323),color-stop(100%,#cb3f16));
    background-image: -webkit-linear-gradient(top,#f05323,#cb3f16);
    background-image: -moz-linear-gradient(top,#f05323,#cb3f16);
    background-image: -o-linear-gradient(top,#f05323,#cb3f16);
    background-image: -ms-linear-gradient(top,#f05323,#cb3f16);
    background-image: linear-gradient(top,#f05323,#cb3f16);
}
.thumbRating .primaryButton {
    float: right;
    margin-right: 10px;
}
.vAll {
    clear: both;
    margin-top: 20px;
}
.vAll a {
    font-family: Verdana,Arial,sans-serif;
    font-size: 13px;
    color: #369;
    text-decoration: none;
}
.vAll a:hover {
    text-decoration: underline;
}
@media
only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 1),
only screen and (min-device-width : 800px) and (max-device-width : 1280px) {
	.hd-hero-banner-modal.on {
	    -webkit-transform: scale(1);  
	    -webkit-transform-origin: top left;      
	    -moz-transform: scale(1);  
	    -moz-transform-origin: top left;
	    -ms-transform: scale(1);  
	    -ms-transform-origin: top left;
	    transform: scale(1);  
	    transform-origin: top left;
	    -webkit-transition: -webkit-transform 0.3s ease-out;   
	    -moz-transition: -moz-transform 0.3s ease-out;
	    -ms-transition: -ms-transform 0.3s ease-out;
	    transition: transform 0.3s ease-out;
	}
	.hd-hero-banner-modal.modal-pos-left-above {
	    -webkit-transform-origin: bottom right;
	    -moz-transform-origin: bottom right;
	    -ms-transform-origin: bottom right;
	    transform-origin: bottom right;
	}
	.hd-hero-banner-modal.modal-pos-right-above {
	    -webkit-transform-origin: bottom left;
	    -moz-transform-origin: bottom left;
	    -ms-transform-origin: bottom left;  
	    transform-origin: bottom left;
	}
	.hd-hero-banner-modal.modal-pos-left-below {
	    -webkit-transform-origin: top right;
	    -moz-transform-origin: top right;
	    -ms-transform-origin: top right;
	    transform-origin: top right;
	}
	.hd-hero-banner-plus {
	    position: absolute;
	    display: block;
	    width: 25px;
	    height: 25px;
	    z-index: 1000;
	}
	.hd-hero-banner-plus.on {
	    z-index: 1004;
	}
	.hd-hero-banner-plus a:hover {
	    opacity: 1;
	    -webkit-transition: all 0.5s ease-out;
	    -moz-transition: all 0.5s ease-out;
	    transition: all 0.5s ease-out;
	}
	.hd-hero-banner-plus.on a {
	    -webkit-transform: rotate(45deg);
	    -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	    -o-transform: rotate(45deg);
	    transform: rotate(45deg);
	    -webkit-transition: all 0.5s ease-out;
	    -moz-transition: all 0.5s ease-out;
	    transition: all 0.5s ease-out;
	    opacity: 1;
	}
	.heroResults .thumbRating,
	.heroResults .thumbRating .primaryButton {
	visibility: visible;
	}
	.hd-hero-banner-plus a {
	    -moz-opacity: 0.8; 
	    opacity: 0.8;
	    filter: alpha(opacity=80); 
	}
	.decorNavList li a.selected {
		background: url("/i/home-decor-hero/actArrow@2x.png") no-repeat;
		background-position: 50% 100%;
		background-size: 15px 10px;
		background-origin: content-box;
	}
}
@media (-webkit-min-device-pixel-ratio:2), (min-resolution: 192dpi) {
	.hd-hero-banner-plus a {
	    background: url('/i/home-decor-hero/plus2x.png') no-repeat;
	    background-size: 25px 25px;
	}
	.decorNavList li a.selected {
		background: url("/i/home-decor-hero/actArrow@2x.png") no-repeat;
		background-position: 50% 100%;
		background-size: 15px 10px;
		background-origin: content-box;
	}
}
*/
/* Slider */
.caroWrap {
	overflow: hidden;
}
a#scrollTop.hidden {
	display: none;
}
a#scrollTop {
	position: fixed;
	top: 45%;
	width: 44px;
	height: 44px;
	right: 50px;
	background: url("/i/store/backToTop.png") no-repeat 0 0;
	display: block;
	width: 44px;
	height: 44px;
	z-index: 5555;
}
.slick-slider { 
	position: relative; 
	display: block; 
	box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-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; 
	-webkit-tap-highlight-color: transparent; 
}
.slick-list { 
	position: relative; 
	overflow: hidden;
	display: block; 
	margin: 0; 
	padding: 0; 
}
.slick-list:focus { 
	outline: none; 
}
.slick-list.dragging { 
	cursor: pointer; 
	cursor: hand; 
}
.slick-track { 
	position: relative; 
	left: 0; 
	top: 0; 
	display: block; 
	zoom: 1;
}
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }

.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

/* Arrows */
.slick-prev, .slick-next { position: absolute; display: block; height: 20px; width: 20px; line-height: 0; font-size: 0; cursor: pointer; background: transparent; color: transparent; top: 50%; margin-top: -25px; padding: 0; border: none; outline: none; }
.slick-prev:focus, .slick-next:focus { outline: none; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: 0.25; }

.slick-prev:before, .slick-next:before { font-size: 20px; line-height: 1; color: red; opacity: 0.85; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.slick-prev { 
	left: 10px;
	height: 50px;
	width: 50px; 
	background: url("/i/home-decor-hero/navSprite.png") 0 0 no-repeat;
}
.slick-prev:hover {
	background: url("/i/home-decor-hero/navSprite.png") 0 -50px no-repeat;
}
.slick-next { 
	right: 20px;
	height: 50px;
	width: 50px; 
	background: url("/i/home-decor-hero/navSprite.png") 0 -100px no-repeat; 
}
.slick-next:hover { 
	background: url("/i/home-decor-hero/navSprite.png") 0 -150px no-repeat; 
}
.slick-slider { margin-bottom: 30px; }
.scrollFeature {
	width: 990px;
}
.subCatList .sItem {
	float: left;
}

.subCatList .sItem.lastItem {
	margin-right: 0;
}

.subCatRow {
  margin-bottom: 30px;
}

.sItem {
	height: 320px;
	width: 320px;
	margin-right: 10px;
	position: relative;
}
.sItem .sTitle {
	position: absolute;
	height: 44px;
	width: 100%;
	bottom: 0px;
	background: rgba(88, 89, 91, .85);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#D9888991, endColorstr=#D9888991)";
    zoom: 1;	
}
.sItem .sTitle h4 {
	font-family: "Avenir LT W01 35 Light", Verdana, Arial, sans-serif;
	color: #fff;
	margin-left: 15px;
	font-size: 16px;
	margin-top: 12px;
}
.collectWrap {
	width: 990px;
}
#subCatRow {
	overflow: hidden;
	margin-bottom: 30px;
}
#subCatList {
	margin-top: 10px;
}
#subCatItem.sItem {
	float: left;
	display: inline;
	margin-right: 10px;
}
#shopbystyle_cat_headline_area {
  margin-bottom: 15px;
}

.layer {
  background: #fff;
  opacity: 0;
  filter: alpha(opacity = 0);
  position: absolute;
  cursor: pointer;
}

#shopbystyle_cat_headline_area {
	position: relative;
}

.shop-by-art {
  height: 31px;
  background: url('/i/store/shop_by_art.png') top left no-repeat;
  width: 200px;
  margin: auto;
}