/* ------------
	Furni - eCommerce Furniture Template
---------------  */

/* 	===============
	general
===============  */
body {
	margin: 0;
	padding: 20px 50px;
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	color: #555;
	background: url(../img/overlay.png), #eee;
}

.wrapper {
	background: #ffffff;
	width: 100%;
	max-width:1200px;
	margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Merriweather', serif;
	letter-spacing: 2px;
	padding-top: 0;
	margin-top: 0;
	color: #444;
}

h1 {
	font-size: 42px;
	font-weight: 700;
}

h2 {
	font-size: 32px;
	font-weight: 700;
}

h3 {
	font-size: 28px;
	font-weight: 600;
}

h4 {
	font-size: 24px;
	font-weight: 600;
}

h5 {
	font-size: 20px;
	font-weight: 600;
}

h6 {
	font-size: 18px;
	font-weight: 500;
}

a:hover {
	text-decoration: none;
	opacity: 0.8;
	color: black;
}

.button {
	background: #337AB7 ;/* #4db6ac;*/ 
	font-weight: 600;
	text-align: center;
	padding: 10px 22px;
	border: 0;
	color: #ffffff;
}

.button:hover {
	color: #f5f5f5;
	opacity: 0.9;
}

.section {
	padding: 15px 0; /* 35 */
}

.page-head {
	text-align: center;
	margin: 15px auto 25px; /* 20 40 */
}

.page-head h3 {
	padding: 0;
	margin: 0;
}

.page-head .divider {
	width: 100px;
	height: 2px;
	background: #444;
	margin: 10px auto;
}

/* 	===============
	navbar
===============  */
.navi-bar {
	background: #ffffff;
	padding: 25px 0 15px 0;
	border: 0;
}

.navi-bar-home {
	background: #ffffff;
	padding: 25px 0 25px 0;
	border: 0;
	border-bottom: 1px solid #f1f1f1;
}

.navi-bar a,
.navi-bar-home a {
	color: #262626;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 16px;
}

.navi-bar .yamm-content a,
.navi-bar-home .yamm-content a {
	color: #444;
	font-weight: normal;
}

.navbar-brand h1 {
	padding: 0;
	margin: 0;
	line-height: 10px;
	color: #333;
}

.navbar-brand span {
	color: #4db6ac;
}

.navbar-right .dd-nmg .dropdown-menu {
	left: auto;
	right: auto;
}

.navbar-right .navbar-cart .dropdown-menu {
	left: auto;
	right: 18px;
}

.navbar-right .navbar-cart .dropdown-toggle {
	right: 0;
	text-align: right;
	padding-right: 0;
	margin-right: 0;
}


.dropdown-menu {
	box-shadow: none;
	border-top: 1px solid #f9f9f9;
	border-radius: 0;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	margin-top: 30px;
	border: 1px solid #f1f1f1;
}

.navbar-default .navbar-nav > li > a:focus {
	border-bottom: 1px solid #ddd;
	background: transparent;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus {
	background: transparent;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	background: transparent;
}

.navbar-cart {
	margin-left: 50px;
}

.navbar-cart span {
	position: relative;
	top: -5px;
	background: #4db6ac;
	padding: 2px 8px;
	border-radius: 50%;
}

.nav-cart-width {
	width: 250px;
}

.navcart-content {
	padding: 15px;
}

.navcart-content .button {
	display: block;
	margin-top: 40px;
	margin-bottom: 18px;
	width: 100%;
}

.nav-cart img {
	width: 100%;
	height: 100%;
}

.nav-price {
	color: #4db6ac;
}

.yamm .dropdown.yamm-fw .dropdown-menu {
	left: 18px;
	right: 18px;
}


/* 	===============
	categories
===============  */
.categories {
	padding: 0;
}

.categories h3 {
	background: #337AB7 ; /* #4db6ac; */
	color: #ffffff;
	padding: 10px 20px;
	margin: 0;
	font-size: 24px;
}

.categories ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-right: 1px solid #f0f0f0;
}

.categories ul li {
	border-bottom: 1px solid #f0f0f0;
	padding: 10px 0;
}

.categories ul li a {
	padding: 10px 20px;
	color: #444;
}


/* 	===============
	slider
===============  */
#slider .item {
	width: 100%;
	height: 450px !important;
}

#slider .item img {
	width: 100%;
	height: 100%;
}

#slider .owl-pagination {
	position: absolute;
	top: 90%;
	display: block;
	width: 100%;
	left: 0;
	right: 0;
	text-align: center; 
}

#slider .owl-buttons {
	display: none;
}

.caption {
	position: absolute;
	top: 30%;
	display: block;
	width: 100%;
	left: 0;
	right: 0;
	text-align: center;
	padding:25px 0 25px 0; 
	background:linear-gradient(rgba(17, 14, 14, 0.40),rgba(21, 19, 19, 0.30));
}

.caption h1 {
	color: #ffffff;
}

.caption h2 {
	font-size: 28px;
	color: #f5f5f5;
	font-weight: 500;
	font-family: 'PT Sans', sans-serif;
}

.caption .button {
	margin: 60px 0 10px;
}

.owl-prev {
	background: #42a5f5 !important;
	border-radius: 15px 0px 0px 15px !important;
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
}

.owl-next {
	background: #42a5f5 !important;
	border-radius: 0px 15px 15px 0px !important;
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
}

/* 	===============
	promo
===============  */
.promo img {
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

.promo img:hover {
	opacity: 0.5;
}

.promo-content {
	position: absolute;
	top: 12%;
	display: block;
	left: 50px;
	right: 0;
	color: #ffffff;
	padding: 10px;
}

.promo-content h2 {
	font-size: 26px;
	color: #fff;
}

.promo-content p {
	color: #fff;
}

/* 	===============
	new product
===============  */
.product-heading {
	text-align: center;
	margin-bottom: 40px;
}

.product-heading .divider {
	height: 2px;
	width: 40px;
	background: #444;
	margin: 0 auto;
	margin-bottom: 15px;
}

.product-entry {
	border: 1px solid #f0f0f0;
	padding: 45px 15px 15px;
}

.product-entry:hover {
	border-color: #4db6ac;
}

.product-entry a {
	color: #444;
}

.product-entry img {
	width: 100%;
	height: 100%;
}

.product-post {
	padding: 40px 0 15px 0;
	text-align: center;
}

.product-post h4 a {
	font-size: 18px !important;
	letter-spacing: 1px;
	font-family: 'PT Sans', sans-serif;
}

.product-post h5 {
	color: #4db6ac;
}

.product-act ul {
	list-style: none;
	text-decoration: none;
	padding: 0;
	margin: 33px 0 0 0;
	text-align: center;
}

.product-act ul li {
	display: inline-block;
	border: 1px solid #f0f0f0;
	padding: 10px;
	width: 100%;
}

.product-act ul li:hover {
	background: #4db6ac;
	color: #ffffff;
}

.product-act ul li a {
	font-weight: bold;
}

.product-act ul li a:hover {
	text-decoration: none;	
}

.product-act ul li a i {
	margin-right: 10px;
}

/* 	===============
	discount
===============  */
.discount {
	background: url(../img/parallax.jpg) center center no-repeat;
	background-attachment: fixed;
	padding: 50px 0;
	color: #ffffff;
	background-size: 100% 100%;
}

.discount h2 {
	color: #ffffff;
}

.discount .button {
	margin-top: 30px;
}

/* 	===============
	best product
===============  */
.best-product-heading {
	text-align: center;
	margin-bottom: 40px;
}

.best-product-heading .divider {
	height: 2px;
	width: 40px;
	background: #444;
	margin: 0 auto;
	margin-bottom: 15px;
}

.tab-content {
	padding: 15px;
}

.nav-tabs {
	border-bottom: 0;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	border-color: transparent;
	background: transparent;
	box-shadow: none;
}

.nav-tabs li.active a,
.nav-tabs li.active a:focus,
.nav-tabs li a:hover {
	color: #4db6ac;
	outline: none;
}

.nav-tabs li a:hover {
	background: transparent;
	border-color: transparent;
	box-shadow: none;
}

.nav-tabs {
	margin: 0 auto;
	text-align: center;
	display: inline-block;
}

.nav-tabs .b-border {
	border-right: 2px solid #444;
	border-left: 2px solid #444;
}

.nav-tabs li a {
	color: #444;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	margin: 0 auto;
	display: inline-block;
}

.best-product-entry {
	border:1px solid #f0f0f0;	
	padding: 45px 15px 15px;
}

.best-product-entry:hover {
	border-color: #4db6ac;
}

.best-product-entry a {
	color: #444;
}

.best-product-entry img {
	width: 100%;
	height: 100%;
}

.best-product-post {
	padding: 40px 0 15px 0;
	text-align: center;
}

.best-product-post h4 a {
	font-size: 18px !important;
	letter-spacing: 1px;
	font-family: 'PT Sans', sans-serif;
}

.best-product-post h5 {
	color: #4db6ac;
}

.best-product-act ul {
	list-style: none;
	text-decoration: none;
	padding: 0;
	margin: 0;
	margin: 33px 0 0 0;
	text-align: center;
}

.best-product-act ul li {
	display: inline-block;
	border: 1px solid #f0f0f0;
	padding: 10px;
	width: 100%;
}

.best-product-act ul li:hover {
	background: #4db6ac;
	color: #ffffff;
}

.best-product-act ul li a {
	font-weight: bold;
}

.best-product-act ul li a:hover {
	text-decoration: none;	
}

.best-product-act ul li a i {
	margin-right: 10px;
}

.best-two {
	margin-top: 35px;
}

/* 	===============
	scrooll to top
===============  */
#toTop {
	width: 40px;
	height: 40px;
	background: #555;
	position: fixed;
	bottom: 60px;
	right: 30px;
	display: none;
	text-align: center;
	text-align: center;
	color: #ffffff;
	font-size: 26px;
	border-radius: 50%;
}

.about-us img {
	width: 100%;
	height: 100%;
}

/* 	===============
	blog
===============  */
.blog img {
	width: 100%;
	height: 100%;
}

.blog h4 {
	color: #555;
	margin: 10px 0;
}

.blog h4 a {
	color: #555;
}

.blog span {
	margin: 4px 0;
	color: #888;
	display: block;
}

.blog span i {
	margin-right: 10px;
}

.separator {
	height: 30px;
	width: 100%;
}

.blog-pagination {
	margin-top: 60px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.blog-pagination ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.blog-pagination ul li {
	display: inline-block;
}

.blog-pagination ul li a {
	border-radius: 50%;
	border: 2px solid #444;
	padding: 8px 14px;
	margin: 0 2px;
	color: #333;
}

.blog-pagination .active a {
	background-color: #4db6ac;
}

/* 	===============
	blog single
===============  */
.blog-post img {
	width: 100%;
	height: 100%;
}

.blog-post h4 {
	margin: 20px 0 10px;
}

.blog-post span {
	margin: 4px 0;
	color: #888;
	display: block;
}

.blog-post span i {
	margin-right: 10px;
}

.share {
	margin: 30px 0;
}

.share ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.share ul li {
	display: inline-block;
}

.share ul li a {
	background: #444;
	border: 1px solid #444;
	padding: 7px 13px;
	color: #ffffff;
}

.author {
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #f0f0f0;
}

.author img {
	width: 100%;
	height: 100%;
}

.author span {
	font-weight: bold;
	font-size: 18px;
}

.comment {
	border: 1px solid #f0f0f0;
	padding: 20px;
}

.comment img {
	width: 100px;
	height: 100%;
	border-radius: 50%;
	border: 1px solid #f0f0f0;
	background: #f0f0f0;
}

.comment-post {
	border: 1px solid #f0f0f0;
	padding: 15px;
}

.comment-post span {
	font-weight: bold;
	font-size: 18px;
}

.comment-post-reply {
	border: 1px solid #f0f0f0;
	padding: 15px;
	margin-left: 40px;
}

.comment-post-reply span {
	font-weight: bold;
	font-size: 18px;
}

.form-comment {
	border: 1px solid #f0f0f0;
	padding: 20px;
}

.form-group input, .form-group textarea {
	background: transparent;
	border: 1px solid #f0f0f0;
	padding: 10px;
}

/* 	===============
	login
===============  */
.login input {
	width: 100%;
}

.login .form-group span a {
	color: #444;
}

/* 	===============
	register
===============  */
.register input {
	width: 100%;
}

/* 	===============
	cart
===============  */
.cart img {
	width: 100%;
	height: 100%;
}

.cart .quantity {
	width: 35px;
}

.cart .quantity:focus {
	border: 1px solid #f0f0f0;
	box-shadow: none;
}

.cart .act a {
	color: #444;
}

.cart .button {
	right: 0;
	float: right;
}

/* 	===============
	checkout
===============  */
.checkout .panel {
	border-radius: 0;
}

.checkout .panel-heading {
	padding: 20px 15px;
}

.checkout h6 {
	font-size: 17px;
	font-weight: 600;
	color: #555;
	margin-bottom: 25px;
}

.checkout a span {
	background: #4db6ac;
	text-align: center;
	padding: 0px 8px;
}

.checkout .button {
	margin-top: 24px;
}

.checkout input[type="text"],
.checkout input[type="email"],
.checkout input[type="number"] {
	width: 100%;
}

.ac-content {
	padding: 15px;
}

.checkout img {
	width: 100%;
	height: 100%;
}

.checkout .quantity {
	width: 35px;
}

.checkout .quantity:focus {
	border: 1px solid #f0f0f0;
	box-shadow: none;
}

.checkout .act a {
	color: #444;
}

/* 	===============
	single product
===============  */
.single-product img {
	width: 100%;
	height: 100%;
	border: 1px solid #f0f0f0;
	padding: 30px;
}

.single-product .button  {
	margin-top: 20px;
}

.single-product .button i {
	margin-right: 10px;
}

.sp-content {
	border: 1px solid #f0f0f0;
	padding: 15px;
	margin-top: 40px;
}

.sp-content span {
	font-size: 18px;
	font-weight: bold;
	color: #666;
}

.sp-desc {
	padding: 15px;
	border: 1px solid #f0f0f0;
    margin-bottom: 20px;
}

.sp-review {
    padding: 15px;
    border: 1px solid #f0f0f0;
    margin-bottom: 20px;
}

.sp-review-post {
	padding: 15px;
	border: 1px solid #f0f0f0;
}

/* 	===============
	contact us
===============  */
.contact-us input, .contact-us textarea {
    width: 100%;
}

/* 	===============
	features
===============  */
.features {
	padding: 15px;
	border: 1px solid #f0f0f0;
	text-align: center;
}

.features i {
	font-size: 50px;
	text-align: center;
	display: block;
}

.features span {
	font-weight: bold;
	font-size: 18px;
	margin: 10px 0 8px;
	display: block;
	letter-spacing: 1px;
}

/* 	===============
	footer
===============  */

footer {
    background: linear-gradient(rgba(17, 14, 14, 0.65),rgba(21, 19, 19, 0.52)), url(../img/footer.jpg) center center no-repeat;
    background-size: 100% 100%;
    padding: 40px 0 30px;
    color: #eee;
    margin-top: 60px;
    font-size: 16px;
}

footer h5 {
    color: #ddd;
}

footer a {
    color: #eee;
}

footer a:hover {
	color: black; /* #bbb; */
}

.footer-cp {
	border-top: 1px solid #555;
	padding: 20px 0 0;
	text-align: center;
}

.footer-content {
	padding: 40px 0;
}

.footer-content ul {
	padding: 0 2px;
	margin: 0;
}

.footer-content ul li {
	list-style: none;
}