/* HOME 1 SLIDESHOW  */

.home-1 .icon-box-home-1 {
	background-color: #3f3f3f;
	padding: 50px 0;
}
.home-1 section, .home-1 .section {
	margin-bottom: 90px;
}
.home-2 .our-home-2 .row-col > div {
	border: 1px solid #ddd;
	float: left;
	margin: -0.5px;
}
.home-2 .our-home-2 .row-col .col-4 {
	width: 33.33%;
}
.home-2 .our-home-2 .row-col .col-8 {
	width: 66.66%;
}
.home-2 .our-home-2 .row-col img {
	width: 100%;
	height: 300px;
}
.home-2 .countdown-home-2 {
	background-image: url("../images/demo/bg-countdown.jpg");
	background-size: cover;
}
.home-2 .countdown-home-2 .count-downt.style-1 {
	margin-top: 100px;
}
.home-2 .countdown-home-2 figure {
	text-align: center;
}
.home-2 .recent-news-home_2 .recent-news-container {
	position: relative;
}
.home-2 .recent-news-home_2 .recent-news-container .recent-news-absolute {
	background-color: #fff;
	color: #333;
	left: 50%;
	padding: 50px 0;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 400px;
	z-index: 3;
}
.home-2 .recent-news-home_2 .recent-news-container .recent-news-absolute h3 {
	font-weight: 600;
	font-size: 40px;
	letter-spacing: 1px;
}
.home-2 .recent-news-home_2 .recent-news-container .recent-news-absolute::before {
	position: absolute;
	left: -8px;
	right: -8px;
	top: -8px;
	bottom: -8px;
	border: 1px solid #fff;
	content: "";
}
.home-2 .icon-box-home-2 {
	background-color: #3f3f3f;
	padding: 110px 0;
}
.home-2 section, .home-2 .section {
	margin-bottom: 90px;
}
.home-3 section, .home-3 .section {
	margin-bottom: 90px;
}
.home-3 .slide-home {
	padding: 0;
}
.home-3 .banner-shortcode-5-content {
	background-color: #fff;
	padding: 40px;
	position: relative;
	top: -30px;
	z-index: 11;
}
.home-3 .countto-home-3 {
	background-image: url("../images/demo/bg-cowntto.jpg");
	background-size: cover;
	padding: 70px 0;
}
.home-3 .latest-home-3 .owl-nav > div.owl-prev {
	left: -50px;
	opacity: 0;
	transition: all 0.3s ease 0s;
}
.home-3 .latest-home-3 .owl-nav > div.owl-next {
	right: -50px;
	opacity: 0;
	transition: all 0.3s ease 0s;
}
.home-3 .latest-home-3:hover .owl-nav > div.owl-prev {
	left: -10px;
	opacity: 1;
	transition: all 0.3s ease 0s;
}
.home-3 .latest-home-3:hover .owl-nav > div.owl-next {
	right: -10px;
	opacity: 1;
	transition: all 0.3s ease 0s;
}
.home-3 .owl-nav > div {
	background-color: #fff;
	box-shadow: 2px 2px 5px 2px #ccc;
	font-size: 30px;
	font-weight: 900;
	height: 50px;
	line-height: 50px;
	position: absolute;
	text-align: center;
	top: 45%;
	width: 50px;
}
.home-3 .relative-home-3 .owl-next {
	right: -10px;
}
.home-3 .relative-home-3 .owl-prev {
	left: -10px;
}
.home-3 .relative-home-3 .price > del {
	color: #333;
	font-size: 14px;
	margin-right: 10px;
}
.home-4 .banner-sub-page {
	background-image: url(../images/background/banner-home-4.jpg);
}
.home-4 .banner-sub-page h2.sub-page-name {
	color: rgba(128, 128, 128, 0.25);
}
.home-4 .banner-sub-page .container {
	min-height: 500px;
}
.home-4 .sofa-left .row {
	margin-left: 0;
	margin-right: 0;
}
.home-4 .sofa-left .row .col-md-4 {
	padding-left: 0;
	padding-right: 0;
}
.home-4 .banner-shortcode-wrap.style_2 .banner-overlay {
	padding: 15px 120px;
}
.home-4 .shortcode-single-product-wrap .product-item-wrap.product-style_1 .attachment-shop_catalog {
	height: auto;
}
.home-4 .home-4-sofa-product, .home-4 .home-4-chair-product {
	padding-top: 90px;
}
.home-5 {
	padding: 0 60px;
}
.home-5 section {
	margin-top: 85px;
}
.home-5 .home-5-other-deals .owl-nav, .home-5 .home-5-blog .owl-nav {
	display: block;
}
.home-5 .home-5-other-deals .owl-nav > div, .home-5 .home-5-blog .owl-nav > div {
	background-color: rgba(255, 255, 255, 0.8);
	border: 1px solid #eee;
	box-shadow: 1px 1px 2px 1px #eff;
	font-size: 30px;
	height: 50px;
	line-height: 46px;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 35%;
	transition: all 0.3s ease 0s;
	width: 50px;
}
.home-5 .home-5-other-deals .owl-nav > div.owl-prev, .home-5 .home-5-blog .owl-nav > div.owl-prev {
	left: -35px;
}
.home-5 .home-5-other-deals .owl-nav > div.owl-next, .home-5 .home-5-blog .owl-nav > div.owl-next {
	right: -35px;
}
.home-5 .home-5-other-deals:hover .owl-nav > div, .home-5 .home-5-blog:hover .owl-nav > div {
	transition: all 0.3s ease 0s;
	opacity: 1;
}
.home-5 .home-5-other-deals:hover .owl-nav > div.owl-prev, .home-5 .home-5-blog:hover .owl-nav > div.owl-prev {
	left: -10px;
}
.home-5 .home-5-other-deals:hover .owl-nav > div.owl-next, .home-5 .home-5-blog:hover .owl-nav > div.owl-next {
	right: -10px;
}
.home-5 .home-5-colection-sale .sperator {
	margin-top: 130px;
}
.home-5 .home-5-colection-sale .sperator a {
	background-color: #ddd;
	color: #333;
	display: inline-block;
	margin-top: 25px;
	padding: 10px 20px;
	text-transform: uppercase;
}
.home-5 .home-5-colection-sale .row {
	margin-left: 0;
	margin-right: 0;
}
.home-5 .home-5-colection-sale .row .col-md-6 {
	padding: 0;
	min-height: 440px;
}
.home-5 .home-5-colection-sale .row .col-md-6 h3 {
	font-size: 24px;
}
.home-5 .banner-home-5-style-6 .row {
	margin: 0;
}
.home-5 .banner-home-5-style-6 .row .col-md-4, .home-5 .banner-home-5-style-6 .row .col-sm-4 {
	padding: 0;
}
.home-5 .banner-home-5-style-6 .row .col-md-4 h3, .home-5 .banner-home-5-style-6 .row .col-sm-4 h3 {
	font-size: 24px;
}
.home-6 {
	padding: 0 60px;
}
.home-6 section {
	margin-top: 85px;
}
.home-lookbook-1 .home-7-banner {
	margin-top: 90px;
}
.home-lookbook-1 .home-7-banner .row {
	margin-bottom: 80px;
}
.home-lookbook-1 .home-7-newletter {
	margin-bottom: 80px;
}
.home-lookbook-2 section, .home-lookbook-2 .section {
	margin-bottom: 30px;
}
.home-lookbook-2 .shortcode-single-product-wrap .product-item-wrap.product-style_1 .attachment-shop_catalog {
	height: auto;
}
.home-blog section, .home-blog .section {
	margin-bottom: 85px;
}
.home-blog-content .home-blog-content-col {
	margin: 0 -15px;
}
.home-blog-content .post-item {
	width: 33.33%;
	float: left;
	padding: 0 15px;
}
.home-blog-content .post-item:nth-child(3n+1) {
	clear: both;
}
.home-blog-content .entry-wrap .entry-content-wrap .entry-detail .btn-readmore {
	display: none;
}
.home-blog-content .entry-wrap .entry-content-wrap .entry-detail .entry-excerpt {
	text-align: center;
}
.home-blog-content .button-home-blog {
	text-align: center;
}
.home-blog-content .button-home-blog a {
	background-color: #eee;
	color: #ffff;
	padding: 10px 25px;
}
.home-sidebar #example-wrapper {
	padding: 15px;
}
.home-full-sreen {
	padding: 0 !important;
}
.home-full-sreen .slide-home {
	position: relative;
}
