@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
    box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.66;
	outline: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow:hidden;
}

img{ vertical-align:middle;max-width: 100%;}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {    -webkit-font-smoothing: antialiased;    -moz-osx-font-smoothing: grayscale;}
img{ max-width:100%;}
a{ outline:0; text-decoration:none;} 
p {
    color: #0f0f34;
    margin: 0px;
    font-size: 16px;
    line-height: 1.46;
}


.main-wrapper{width:100%;height: calc(100% - 70px);position: absolute;left: 0;right: 0;}

header#header {
    position: relative;
    width: 100%;
    background-color: #ee3d42;
    padding-left: 30px;
    padding-right: 30px;
    position: absolute;
    z-index: 9;
	margin-top: -90px;
	-webkit-transition: all ease-out .5s; 
	-moz-transition: all ease-out .5s; 
	transition: all ease-out .5s;
}

.page-header-wrapper{
	width: 100%;
	display:flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	justify-content: center;
}


.container{padding:0px 15px; max-width:1170px; margin:0px auto;}
.logo {
	width: 33%;
	padding: 30px 0px;
	-webkit-transition: all ease-out 2s;
	-moz-transition: all ease-out 2s;
	transition: all ease-out 2s;
	}
.logo.translate { 
	margin-left:-50%;
}
.limited-time-Only.translate {
	margin-left:-24%;
}




.main-background{
	width:100%;
	position:relative;
	/* top:-120%; */
}
.page-background {
    width: 100%;
    height:calc(100vh - 70px);
    background-position: center;
    background-size: 100% 100%;
    position: absolute;
	margin-top:-100%;
}
.bgstars {
    width: 100%;
    height:40vh;
    background-position: center;
    background-size: 100%;
    position: absolute;
	margin-top:-50%;
	z-index:1;
	background-position: 100% -60px;
}
.limited-time-Only{
	position: absolute;
	margin-top:-50%;
	z-index:2;
	width:100%;
	text-align:center;
	-webkit-transition: all ease-out 2s; 
	-moz-transition: all ease-out 2s; 
	transition: all ease-out 2s;
}
.limited-time-Only img{width: 25%;}





.aisde-section{
	position:fixed;
	top:0px;
	right:0px;
	background:#efefea;
	width: 50%;
	z-index:9;
	height:100%;
	padding: 20px 20px 70px;
	display:none;
	/*min-height: 600px;
    overflow-y: auto;*/
}
.tabing-box{width: 100%; max-width:600px; height:100%; margin:5px auto; display: block;position: relative; }
/* tabbing */
ul.tabs{
	 margin: 0px;
	 padding: 0px;
	 list-style: none;
	 display:flex;
	 display: -webkit-box;
	 display: -webkit-flex;
	 display: -ms-flexbox;
	 -webkit-flex-wrap: wrap;
	 flex-wrap: wrap;
	 align-items: flex-end;
	 justify-content: space-between;
	 position: absolute;
	 width: 100%;
	 height: 30%;
	 bottom: 8px;
	}
ul.tabs li.current{transform: matrix(1, 0, 0, 1, 0, -12);}

ul.tabs li {
    width: 31%;
    height: 100%;
    background-position: top;
    background-size: 100%;
    background-repeat:no-repeat;
    cursor:pointer;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.note{display:block;padding:0px 0px 0px;text-align:center;width: 100%;margin:0px auto;}

.tab-content{display: none;padding:0px;clear: both;position:relative;height: 60%;}
#tab-2.tab-content, #tab-3.tab-content{ border:2px solid #282828;}

.tab-content.current{ display: block; }

.accessories-off{
	width: 100%;
	/* padding-bottom:70%; */
	background-position: center;
	background-size: 100%;
	background-repeat:no-repeat;
	height: 100%;
}

.urben-slideshow{
	width: 100%;
	height: 28vh;
	/* padding-bottom:50%; */
	background-position: center;
	background-size: 100%;
	background-repeat:no-repeat;
}
.shop-livingroom{
	width: 100%;
	/* padding-bottom:60%; */
	background-position: center;
	background-size: 100%;
	background-repeat:no-repeat;
	height: 36vh;
}
.urban-heading{ text-align:center; margin:20px 10px;}
#farmhouse-slider .slide, #shop-sale-slider .slide{ text-align:center;    padding: 0px 50px;    outline: 0; }

.slick-next, .slick-prev{ outline:0;background-size: 100%; z-index:9;}
.slick-next, .slick-next:hover, .slick-next:focus {
    background-image: url(../../assets/images/rightarrow.png);
    width: 28px;
    height: 42px;
	background-size:100%;
	background-repeat: no-repeat !important;
	right:10px;
	outline: 0;
}
.slick-prev, .slick-prev:hover, .slick-prev:focus {
    background-image: url(../../assets/images/leftarrow.png);
    width: 28px;
    height: 42px;
    background-size:100%;
    background-repeat: no-repeat !important;
    outline: 0;
    left: 10px;
}
.slick-prev:before, .slick-next:before {opacity:0;}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {opacity: 0;}
.shop-livingroom-link{display:inline-block;padding: 2px 0px;width: 50%;}
.urben-slideshow-link{
    display: inline-block;
    padding: 0px 0px;
    width: 30%;
}
.note img{
	height: 100%;
    width: auto;
    max-height: 60px;
    margin-top: -10px;
}
img.shop-now-btn{max-width: 100%;}
img.shoplivingroom-btn{max-width: 100%;}


footer#footer{
	width: 100%;
	display:flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	/* -webkit-flex-wrap: wrap; */
	/* flex-wrap: wrap; */
	align-items: center;
	justify-content: space-between;
	position: fixed;
	padding: 11px 30px;
	background:#fff;
	bottom:-80px;
	z-index:9;
}
.american-signature {
    width: 14%;
}
.shop-now {
    width: 14%;
}
@media only screen and (max-width: 600px) {
	.page-background {
		height: calc(100vh - 36px);
	}
	.logo {
		width: 29%;
		padding: 2% 0%;
	}
	.limited-time-Only img {
		width: 35%;
	}
	.toggle-nav {
		top: 0px;
		right: 6px;
		height: 24px;
		width: 24px;
	}
	.toggle-nav span {

		height: 2px;
		width: 24px;
	}
	.aisde-section {
		padding: 0px 20px 36px;

	}
	.main-wrapper {
		height: calc(100% - 36px);
	}
	.american-signature {
		width: 30%;
	}
	.shop-now {
		width: 20%;
	}
	.urban-heading {
		margin: 10px 10px;
	}
	#farmhouse-slider .slide, #shop-sale-slider .slide {
		padding: 0px 15px;
	}
	.tab-content {
		height: 55%;
	}
	.shop-livingroom {
		height: 25vh;
	}
	.shop-livingroom-link {
		width: 58%;
	}
	.shop-livingroom-link {
		display: block;
		margin: 0 auto;
		text-align: center;
		width: 73%;
	}
	.urben-slideshow-link {
		width: 40%;
	}
	.urben-slideshow {
		height: 25vh;
	}
}
@media only screen and (max-width: 600px) and (max-height: 257px) {
	.note img {
		height: 100%;
		width: auto;
		max-height: 30px;
		margin-top: -15px;
}
img.shop-now-btn {
    max-width: 100%;
    height: 10px;
    margin-top: -20px;
}
img.shoplivingroom-btn {
    max-width: 100%;
    height: 12px;
    margin-top: -4px;
}
}

@media only screen and (max-width: 450px) {
	aside.aisde-section {
		width: 100%;
		height: 60%;
		bottom: 0;
		top: unset;
	}
	.logo {
		width: 80%;
	}
	.logo.translate {
		margin-left: 0;
	}
	.limited-time-Only.translate {
		margin-left: 0;
	}
	.limited-time-Only img {
		width: 40%;
	}
	.urban-heading {
		margin: 5px auto;
		width: 40%;
	}
	.urben-slideshow {
		height: 17vh;
	}
	.urben-slideshow-link {
		width: 28%;
		padding-top: 5px;
	}
	.note {
		width: 100%;
	}
	.note img {
		height: auto;
		width: 100%;
		max-width: 256px;
		margin-top: -10px;
	}
	ul.tabs {
		width: 70%;
		margin: auto;
		left: 0;
		right: 0;
	}
	.shop-livingroom-link {
		width: 40%;
		padding-top: 5px;
	}
	.shop-livingroom {
		height: 16vh;
	}
	.urben-slideshow-link {
		width: 40%;
	}
	img.shop-now-btn {
		max-width: 100%;
		margin-top: -18px;
	}
	.shop-livingroom-link {
		width: 55%;
		padding-top: 5px;
	}
}

