body {
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	background-color: #fbf9f9;
	color: #898989;
}

ul, ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
}

.modal-news-letter {
	min-width: 800px;
	margin: 100px auto;
}

.news-letter {
	position: relative;
	height: 400px;
	background-image: url("news-letter.jpg");
	background-size: cover;
	text-align: center;
}

.news-letter-close {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	height: 45px;
	width: 45px;
	line-height: 45px;
	color: #ffffff;
	background-color: #977c61;
}

	.news-letter-close:hover {
		color: #ffffff;
	}

.news-letter h2 {
	margin: 0 0 25px 0;
	padding: 0;
	font-size: 23px;
	font-weight: 500;
	color: #977c61;
	text-transform: uppercase;
}

.news-letter h3 {
	margin: 0 0 17px 0;
	font-size: 16px;
	font-weight: 400;
	color: #555555;
}

.form-news-letter {
	width: 387px;
	padding: 100px 0 70px 35px;
	text-align: center;
}

.form-news-letter-content {
	position: relative;
}

.form-news-letter p {
	font-size: 13px;
	line-height: 22px;
	color: #636363;
}

.news-letter-email {
	width: 100%;
	height: 45px;
	margin-bottom: 20px;
	padding: 0 15px;
	font-size: 14px;
	line-height: 45px;
	color: #898989;
	border: 1px solid #d7d7d7;
	outline: none;
}

.news-letter-submit {
	position: absolute;
	top: 1px;
	right: 1px;
	width: 43px;
	height: 43px;
	font-size: 16px;
	line-height: 43px;
	color: #ffffff;
	text-align: center;
	background-color: #977c61;
	border: none;
	outline: none;
}

.news-letter-check {
	font-size: 12px !important;
}

	.news-letter-check input {
		margin-right: 5px;
	}

.content2 #header {
	position: relative;
	margin-bottom: 60px;
	background-color: #352d25;
}

#header {
	background-color: #484948c4;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

.header-top {
	border-bottom: 1px solid #1c1713;
}

.nav-social ul li {
	float: left;
}

	.nav-social ul li a {
		display: block;
		height: 40px;
		margin-right: 31px;
		font-size: 12px;
		line-height: 40px;
		color: #ffffff;
		text-decoration: none;
		font-family: 'Roboto-Thin';
	}

		.nav-social ul li a i {
			margin-right: 5px;
		}

.nav-account {
	float: right;
}

	.nav-account ul li {
		float: left;
	}

		.nav-account ul li a {
			display: block;
			height: 12px;
			margin: 14px 0;
			padding: 0 5px;
			font-size: 12px;
			line-height: 12px;
			color: #ffffff;
			text-decoration: none;
		}

		.nav-account ul li:first-child a {
			border-right: 1px solid #ffffff;
		}

.logo {
	margin-top: 10px;
}

.nav-main > ul > li {
	float: left;
	position: relative;
}

	.nav-main > ul > li > a {
		display: block;
		padding: 25px 20px;
		font-size: 14px;
		color: #ffffff;
		text-transform: uppercase;
		text-decoration: none;
		font-family: 'Roboto-Regular';
	}

.header-content.scroll .nav-main > ul > li > a {
	padding: 30px 15px;
}

.header-content.scroll .logo {
	margin-top: 10px;
}

.header-content.scroll .nav-cart > li > a {
	padding: 24px 15px;
}

.header-content.scroll .button-cart > a > span {
	top: 25px;
}

.nav-main > ul > li:hover > a,
.nav-main > ul > li.active > a {
	color: #ffffff;
	background-color: rgba(27,20,12,0.8);
}

.nav-main > ul > li > a > i {
	margin-left: 10px;
}

.nav-main > ul > li:hover > .nav-main-sub {
	display: block;
}

.nav-main .nav-main-sub {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 9;
	display: none;
	width: 200px;
	background-color: #f7f6f5;
	animation-name: fadeInDown;
	animation-duration: 0.7s;
}

.nav-main-sub > li {
	position: relative;
}

	.nav-main-sub > li > a {
		display: block;
		padding: 15px 0;
		margin: 0 15px;
		font-size: 12px;
		font-weight: bold;
		color: #383838;
		text-transform: uppercase;
		text-decoration: none;
		border-bottom: 1px solid #ebebeb;
	}

	.nav-main-sub > li:hover > a {
		color: #363636;
	}

	.nav-main-sub > li > a > i {
		float: right;
	}

	.nav-main-sub > li:hover > ul {
		display: block;
	}

.nav-main-sub2 {
	position: absolute;
	top: 0;
	right: -200px;
	display: none;
	z-index: 9;
	width: 200px;
	background-color: #f7f6f5;
	animation-name: fadeInRight;
	animation-duration: 0.7s;
}

	.nav-main-sub2 > li > a {
		display: block;
		padding: 15px 0;
		margin: 0 15px;
		font-size: 12px;
		color: #383838;
		text-decoration: none;
		text-transform: uppercase;
	}

	.nav-main-sub2 > li:hover > a {
		font-weight: bold;
		color: #363636;
	}

.nav-cart > li {
	float: left;
}

	.nav-cart > li > a {
		display: block;
		padding: 18px 15px;
		font-size: 21px;
		color: #ffffff;
	}

.button-search {
	position: relative;
}

	.button-search:hover .form-search {
		display: block;
	}

.form-search {
	position: absolute;
	top: 100%;
	right: 0;
	display: none;
	width: 300px;
	padding: 15px;
	background-color: #f7f6f5;
	animation-name: fadeInDown;
	animation-duration: 0.7s;
}

.search-query {
	height: 40px;
	width: 100%;
	padding: 10px;
	border: none;
	outline: none;
}

.search-submit {
	position: absolute;
	top: 15px;
	right: 15px;
	height: 40px;
	border: none;
	color: #ffffff;
	background-color: #1b140c;
	text-transform: uppercase;
	padding: 10px;
	text-decoration: none !important;
	cursor: p;
}

.button-cart > a {
	position: relative;
}

	.button-cart > a > span {
		position: absolute;
		top: 50px;
		right: 10px;
		height: 15px;
		width: 15px;
		font-size: 10px;
		line-height: 15px;
		text-align: center;
		background-color: #e95c20;
		border-radius: 50%;
	}

.nav-mobile-button {
	display: inline-block;
	padding: 44px 15px;
	font-size: 21px;
	color: #ffffff;
}

	.nav-mobile-button:hover {
		color: #ffffff;
	}

.slider {
	margin-bottom: 15px;
}

#owl-slider .item img {
	width: 100%;
	height: auto;
}

#owl-slider .owl-pagination {
	position: absolute;
	bottom: 40px;
	left: 50%;
	margin-left: -32px;
}

#owl-slider .owl-page {
	float: left;
}

	#owl-slider .owl-page span {
		display: block;
		height: 15px;
		width: 15px;
		margin-right: 10px;
		border: 1px solid #ebebeb;
	}

	#owl-slider .owl-page.active span {
		background-color: #ffffff;
	}

#owl-slider .owl-buttons div {
	position: absolute;
	top: 50%;
	width: 45px;
	height: 45px;
	font-size: 20px;
	line-height: 45px;
	color: #ffffff;
	text-align: center;
	background-color: #adadad;
}

#owl-slider .owl-prev {
	left: 8%;
}

#owl-slider .owl-next {
	right: 8%;
}

.owl-feature .product-item-thumbnail img {
	height: 285px;
}

.feature {
	margin-bottom: 20px;
}

.new {
	margin-bottom: 20px;
}

.banner-top {
	text-align: center;
}

	.banner-top a img {
		display: inline-block;
		/* width: 100%; */
	}

.product-list {
	margin-bottom: 20px;
}

.banner-bottom {
	margin-bottom: 50px;
}

.brand {
	padding: 35px 0;
	background-color: #ebebeb;
}

.owl-brand .item {
	text-align: center;
	height: 88px;
	line-height: 60px;
}

	.owl-brand .item a {
		display: block;
	}

.owl-brand .owl-buttons div {
	position: absolute;
	top: 50%;
	width: 25px;
	height: 25px;
	margin-top: -12.5px;
	font-size: 12px;
	line-height: 25px;
	color: #838383;
	text-align: center;
	background-color: #ffffff;
	border: 1px solid #ebebeb;
}

	.owl-brand .owl-buttons div:hover {
		color: #ffffff;
		background-color: #977c61;
		border: 1px solid #977c61;
	}

.owl-brand .owl-prev {
	left: -25px;
}

.owl-brand .owl-next {
	right: -25px;
}

.blog-list {
	margin-bottom: 50px;
}

.heading {
	margin-bottom: 35px;
	border-bottom: 1px solid #ebebeb;
}

.heading-name {
	display: inline-block;
	height: 45px;
	margin: 0;
	padding: 0 20px;
	font-size: 18px;
	line-height: 45px;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	background-color: #977c61;
	background: url(../images/background.jpg) no-repeat;
	font-family: 'Roboto-Medium';
	background-size: cover;
}

	.heading-name::before {
		content: "";
		display: inline-block;
		height: 14px;
		/* width: 21px; */
		/* margin-right: 10px; */
		/* background-image: url(../img/bg-heading.png); */
		/* background-repeat: no-repeat; */
	}

.heading-tabs {
	margin-right: 100px;
	border: none;
	display: none;
}

	.heading-tabs > li {
		margin: 0;
	}

		.heading-tabs > li > a {
			margin: 0;
			padding: 0;
			height: 45px;
			font-size: 12px;
			line-height: 45px;
			color: #939393;
			text-transform: uppercase;
			background-color: unset;
			border: none;
			/* font-family: 'Roboto-Thin'; */
			opacity: 1;
		}

			.heading-tabs > li > a:hover {
				color: #977c61;
				background-color: transparent;
				border: none;
			}

			.heading-tabs > li > a::after {
				content: "/";
				color: #898989;
				margin: 0 5px;
			}

		.heading-tabs > li:last-child > a::after {
			content: "";
		}

		.heading-tabs > li.active > a,
		.heading-tabs > li.active > a:focus,
		.heading-tabs > li.active > a:hover {
			font-size: 14px;
			font-weight: bold;
			color: #977c61;
			border: none;
			background-color: transparent;
		}

.product-item {
	margin-bottom: 30px;
	margin: 0 5px;
}

.product-item-thumbnail {
	position: relative;
	margin-bottom: 25px;
	border: 1px solid #f0efee;
	text-align: center;
	background-color: #ffffff;
}

	.product-item-thumbnail img {
		max-width: 100%;
		display: inline-block;
		height: 228px;
	}

.product-item-sale {
	position: absolute;
	top: 17px;
	left: 25px;
	width: 60px;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	color: #ffffff;
	background-color: #e95c20;
}

	.product-item-sale::after {
		content: "";
		position: absolute;
		top: 30px;
		left: 25px;
		width: 0;
		height: 0;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-top: 5px solid #e95c20;
	}

.product-item-background {
	position: absolute;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(54,54,54,0.5);
	animation-name: zoomIn;
	animation-duration: 0.7s;
}

.product-item-thumbnail:hover .product-item-background {
	display: block;
}

@media (max-width: 768px) {
	.product-item-thumbnail:hover .product-item-background {
		display: none;
	}
}

.product-item-button {
	position: absolute;
	top: 50%;
	margin-top: -42.5px;
	left: 50%;
	margin-left: -70px;
	width: 140px;
	height: 95px;
}

	.product-item-button a {
		display: inline-block;
		height: 45px;
		width: 140px;
		line-height: 45px;
		color: #977c61;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		background-color: #ffffff;
		border: 1px solid #977c61;
	}

		.product-item-button a:hover,
		.product-item-button a:focus,
		.product-item-button a:active {
			color: #ffffff;
			background-color: #555555;
			border: 1px solid #555555;
		}

.product-item-add {
	margin-bottom: 5px;
	animation-name: bounceInDown;
	animation-duration: 0.7s;
}

.product-item-view {
	animation-name: bounceInUp;
	animation-duration: 0.7s;
}

.product-item-price {
	height: 18px;
	overflow: hidden;
	font-size: 16px;
	line-height: 18px;
	color: #ed1c24;
}

.product-item-price-sale {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 14px;
	color: #959595;
	text-decoration: line-through;
}

.product-item-name,
.product-item-name a {
	height: 45px;
	margin: 0 0 15px 0;
	padding: 0;
	overflow: hidden;
	font-size: 18px;
	line-height: 24px;
	color: #000000;
	text-transform: uppercase;
	text-decoration: none;
	font-family: 'Roboto-Medium';
}

.product-item-list {
	padding: 20px;
	margin: 0;
	margin-bottom: 30px;
	border: 1px solid #ebebeb;
	background-color: #ffffff;
}

.product-item-image img {
	height: 145px;
}

.product-item-list-button a {
	display: inline-block;
	height: 45px;
	padding: 0 15px;
	line-height: 45px;
	color: #977c61;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #ffffff;
	border: 1px solid #977c61;
}

	.product-item-list-button a:hover {
		color: #ffffff;
		background-color: #977c61;
		border: 1px solid #977c61;
		s
	}

.product-item-list .product-item-add {
	margin-right: 10px;
}

.product-item-list .product-item-add,
.product-item-list .product-item-view {
	animation: none;
}

.category {
	padding-bottom: 80px;
}

.category-title {
	margin: 0 0 15px 0;
	padding: 0;
	color: #383838;
	text-transform: uppercase;
	font-size: 18px;
}

@media (max-width: 480px) {
	em
	.category-title {
		font-size: 25px;
	}
}

.category-image {
	margin-bottom: 30px;
}

.category .product-item {
	margin-bottom: 30px
}

.banner-category {
	display: block;
	margin-bottom: 30px;
	text-align: center;
}

	.banner-category img {
		display: inline-block;
	}

.category-list,
.category-grid {
	margin-bottom: 30px;
}

@media (min-width: 992px) {
	.category-grid > div:nth-child(3n+1) {
		clear: left;
	}
}

@media (min-width: 768px) and (max-width:991px) {
	.category-grid > div:nth-child(2n+1) {
		clear: left;
	}
}

.box-heading h2 {
	height: 45px;
	margin: 0;
	padding: 0 20px;
	font-size: 18px;
	line-height: 45px;
	color: #ffffff;
	text-align: left;
	text-transform: uppercase;
	background-color: #adadad;
	width: 100%;
}

	.box-heading h2::before {
		content: "";
		display: inline-block;
		height: 11px;
		width: 21px;
		margin-right: 10px;
		background-image: url(../images/bar1.png);
		background-repeat: no-repeat;
	}

.nav-category {
	padding: 10px 0;
}

	.nav-category > ul > li {
	}

		.nav-category > ul > li > a {
			display: block;
			font-size: 14px;
			font-weight: bold;
			padding: 10px 0;
			color: #383838;
			text-transform: uppercase;
			text-decoration: none;
		}

	.nav-category ul li a:hover,
	.nav-category ul li.active a {
		color: #363636;
		font-weight: bold;
	}

.nav-category-sub {
	margin-bottom: 15px;
}

	.nav-category-sub > li > a::before {
		content: "\f105";
		font-family: "FontAwesome";
		margin-right: 10px;
	}

	.nav-category-sub > li > a {
		display: block;
		padding: 12px;
		font-size: 12px;
		color: #898989;
		text-decoration: none;
		border-bottom: 1px solid #ebebeb;
		text-transform: uppercase;
	}

.article-item {
	margin-bottom: 15px;
	margin: 0px 10px;
	background-color: #ebebeb;
	padding-bottom: 15px;
}

.article-item-image {
	text-align: center;
}

	.article-item-image a {
		display: block;
		margin-bottom: 20px;
	}

	.article-item-image img {
		display: inline-block;
		height: 220px;
		width: 100%;
	}

.article-item-info {
	margin: 0 0 20px 0;
	font-size: 12px;
	font-style: italic;
	color: #959595;
	font-weight: 400
}

.article-item-title,
.article-item-title a {
	height: 18px;
	overflow: hidden;
	margin: 0 0 15px 0;
	font-size: 16px;
	/* font-weight: bold; */
	line-height: 18px;
	color: #000000;
	text-decoration: none;
	padding: 0 5px;
	font-family: 'Roboto-Medium';
}

.article-item-summary {
	margin: 0 0 15px 0;
	height: 40px;
	overflow: hidden;
	font-size: 14px;
	line-height: 20px;
	color: #7e7c7c;
	text-align: justify;
	padding: 0 10px;
	font-family: 'Roboto-Regular';
}

.article-item-readmore {
	font-size: 12px;
	/* font-style: italic; */
	color: #2b2a2a;
	padding: 0 10px;
	margin-bottom: 15px;
	font-family: 'Roboto-LightItalic';
	display: none;
}

.breadcrumb {
	margin: 0;
	padding: 10px 0;
	background-color: transparent;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 10px;
}

	.breadcrumb > li > a {
		margin-right: 5px;
		font-size: 12px;
		color: #000000;
		text-transform: uppercase;
		text-decoration: none;
	}

	.breadcrumb > li > span > a {
		margin-right: 5px;
		font-size: 12px;
		color: #000000;
		text-transform: uppercase;
		text-decoration: none;
	}

	.breadcrumb > li + li:before {
		padding: 0 5px 0 0;
		content: "/";
	}

	.breadcrumb > .active {
		font-size: 12px;
		color: #898989;
		text-transform: uppercase;
	}

.pagination {
	margin: 5px 0 5px 0;
	padding: 0;
}

	.pagination > li > a,
	.pagination > li > a,
	.pagination > li > span {
		height: 40px;
		line-height: 40px;
		border: 1px solid #ebebeb;
		background-color: #ffffff;
		padding: 0 15px;
		margin-left: 5px;
		color: #898989;
		text-align: center;
		transition: 0.2s;
		-moz-transition: 0.2s;
		-webkit-transition: 0.2s;
	}

		.pagination > li > a:focus,
		.pagination > li > a:hover,
		.pagination > li > span:focus,
		.pagination > li > span:hover,
		.pagination > .active > a,
		.pagination > .active > a:focus,
		.pagination > .active > a:hover,
		.pagination > .active > span,
		.pagination > .active > span:focus,
		.pagination > .active > span:hover {
			color: #ffffff;
			background-color: #977c61;
			border-color: #977c61;
		}

	.pagination > li:first-child > a,
	.pagination > li:first-child > span,
	.pagination > li:last-child > a,
	.pagination > li:last-child > span {
		border-radius: 0;
	}

.nav-view a {
	display: inline-block;
	height: 34px;
	width: 34px;
	color: #898989;
	text-align: center;
	line-height: 34px;
	border: 1px solid #ebebeb;
}

	.nav-view a.active {
		color: #977c61;
	}

.nav-sortby {
	float: right;
	margin-bottom: 25px;
}

	.nav-sortby label {
		height: 34px;
		margin-right: 10px;
		font-size: 13px;
		font-weight: normal;
		color: #363636;
		line-height: 34px;
	}

	.nav-sortby select {
		height: 34px;
		line-height: 34px;
		padding: 0 10px;
		border: 1px solid #ebebeb;
		outline: none;
	}

.owl-p .owl-buttons div {
	position: absolute;
	top: -72px;
	width: 25px;
	height: 25px;
	font-size: 12px;
	line-height: 25px;
	color: #838383;
	text-align: center;
	background-color: #ffffff;
	border: 1px solid #ebebeb;
}

	.owl-p .owl-buttons div:hover {
		color: #ffffff;
		background-color: #977c61;
		border: 1px solid #977c61;
	}

.owl-p .owl-prev {
	right: 30px;
}

.owl-p .owl-next {
	right: 0;
}

.product {
	margin-bottom: 80px;
}

#gallery_01 {
	margin-right: -10px;
}

#owl-product {
}

	#owl-product .item {
		margin-right: 10px;
	}

		#owl-product .item img {
			width: 100%;
			border: 1px solid #ebebeb;
			margin-right: 5px;
		}

	#owl-product .owl-buttons div {
		position: absolute;
		top: 50%;
		width: 25px;
		height: 25px;
		margin-top: -12.5px;
		font-size: 12px;
		line-height: 25px;
		color: #838383;
		text-align: center;
		background-color: #ffffff;
		border: 1px solid #ebebeb;
	}

	#owl-product .owl-next {
		right: 0;
	}

	#owl-product .owl-prev {
		left: -10px;
	}

.elevate-image {
	border: 1px solid #ebebeb;
	margin-bottom: 20px;
}

	.elevate-image img {
		margin: 0 auto;
	}

.product-name {
	margin-top: 20px;
	margin-bottom: 15px;
	font-size: 20px;
	color: #000000;
	text-transform: uppercase;
}

.product-price {
	padding-bottom: 20px;
	font-size: 18px;
	color: #ed1c24;
	border-bottom: 1px solid #ebebeb;
}

.product-price-on {
	margin-right: 10px;
}

.product-price-sale {
	color: #959595;
	text-decoration: line-through;
}

.product-description {
	/* padding: 30px 0; */
	font-size: 12px;
	line-height: 18px;
	color: #898989;
	text-align: justify;
	border-bottom: 1px solid #ebebeb;
}

.product-select-group {
	width: 100%;
	overflow: hidden;
	padding: 15px 0 25px 0;
	border-bottom: 1px solid #ebebeb;
}

	.product-select-group label {
		width: 100%;
		font-size: 14px;
		font-weight: normal;
		color: #363533;
		line-height: 30px;
	}

.product-quantity-group {
	width: 40%;
	float: left;
}

	.product-quantity-group span {
		display: inline-block;
		float: left;
		width: 45px;
		height: 45px;
		color: #363533;
		line-height: 45px;
		text-align: center;
		background-color: #ffffff;
		border: 1px solid #ebebeb;
		cursor: pointer;
	}

.product-quantity {
	float: left;
	height: 45px;
	width: 80px;
	margin: 0 10px;
	line-height: 45px;
	color: #363533;
	text-align: center;
	border: 1px solid #ebebeb;
	outline: none;
}

.product-add,
.product-add:hover {
	display: inline-block;
	height: 45px;
	padding: 0 25px;
	margin: 20px 0;
	line-height: 45px;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #977c61;
}

.product-image {
	margin-bottom: 110px;
}

.product-select-group .selector-wrapper {
	width: 30%;
	float: left;
}

	.product-select-group .selector-wrapper select {
		height: 45px;
		width: 100%;
		color: #363533;
		font-size: 14px;
		line-height: 45px;
		padding: 0 10px;
		border: 1px solid #ebebeb;
	}

.product-tab {
	margin-bottom: 70px
}

	.product-tab .nav-tabs > li > a,
	.product-tab .nav-tabs > li > a:hover {
		padding: 0 70px;
		margin: 0;
		height: 45px;
		font-size: 14px;
		line-height: 45px;
		color: #252525;
		text-transform: uppercase;
		border-radius: 0;
	}

	.product-tab .nav-tabs > li.active > a,
	.product-tab .nav-tabs > li.active > a:focus,
	.product-tab .nav-tabs > li.active > a:hover {
		color: #977c61;
		background-color: #ffffff;
		border-top: 2px solid #898989;
		border-bottom: none;
	}

	.product-tab .tab-pane {
		padding: 25px;
		border: 1px solid #ebebeb;
		border-top: none;
		background-color: #ffffff;
	}

.owl-related .product-item-thumbnail img {
	height: 165px;
}

.cart {
	padding-bottom: 100px;
}

.table-cart {
	margin-bottom: 0;
}

	.table-cart th,
	.table-cart td {
		text-align: center;
		font-size: 14px;
		color: #977c61;
		text-transform: uppercase;
		font-weight: normal;
		vertical-align: middle !important;
		background-color: #ffffff;
	}

	.table-cart th {
		height: 65px;
	}

	.table-cart > thead > tr > th {
		background-color: #977c61;
		color: #ffffff;
	}

.citem-quantity {
	height: 40px;
	width: 40px;
	line-height: 40px;
	border: 1px solid #ebebeb;
	text-align: center;
	outline: none;
}

.citem-remove,
.citem-remove:hover {
	color: #977c61;
}

.table-cart-total {
	border: 1px solid #ebebeb;
}

	.table-cart-total > tbody > tr > td {
		padding: 15px;
		font-size: 14px;
		color: #977c61;
		text-transform: uppercase;
		background-color: #ffffff;
	}

.cart-btn-continue,
.cart-btn-checkout,
.cart-btn-update {
	display: inline-block;
	height: 40px;
	padding: 0 16px;
	font-size: 12px;
	line-height: 40px;
	color: #977c61;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #ffffff;
	border: 1px solid #977c61;
}

	.cart-btn-continue:hover,
	.cart-btn-checkout:hover,
	.cart-btn-update:hover {
		text-decoration: none;
		color: #ffffff;
		background-color: #977c61;
	}

.cart-title {
	margin: 0 0 15px 0;
	padding: 0;
	color: #977c61;
}

.aitem-content img {
	max-width: 100%;
}

.article-comment {
	border-top: 1px solid #ebebeb;
}

	.article-comment h2 {
		margin: 0;
		padding: 30px 0;
		font-size: 18px;
		color: #977c61;
		text-transform: uppercase;
	}

.comments {
	border-bottom: 1px solid #ebebeb;
}

.comment-item {
	margin-bottom: 30px;
}

	.comment-item h3 {
		margin: 0;
		padding: 0 0 10px 0;
		font-size: 14px;
		color: #363533;
		text-transform: uppercase;
	}

	.comment-item time {
		font-style: italic;
		padding-bottom: 10px;
	}

	.comment-item p {
		font-style: italic;
		margin-top: 10px;
	}

.form-comment {
	margin-bottom: 15px;
}

	.form-comment label {
		font-size: 14px;
		font-weight: normal;
		color: #464646;
	}

		.form-comment label span {
			color: #ff0000;
		}

.comment-name,
.comment-email,
.comment-body {
	width: 100%;
	margin-bottom: 20px;
	outline: none;
	line-height: 40px;
	padding: 0 10px;
}

.comment-submit {
	height: 46px;
	padding: 0 10px;
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	border: none;
	background-color: #977c61;
}

.article-title {
	font-size: 18px;
	color: #383838;
}

.article-image {
	text-align: center;
}

	.article-image a {
		display: block;
		margin-bottom: 20px;
	}

.article-info {
	margin: 0 0 20px 0;
	font-size: 12px;
	font-style: italic;
	color: #959595;
}

.login,
.account,
.address,
.register,
.page,
.contact {
	padding-bottom: 100px;
}

.form-style h1,
.form-style h2 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	color: #383838;
	text-transform: uppercase;
}

.form-style label {
	font-size: 14px;
	font-weight: normal;
	line-height: 32px;
	color: #977c61;
	width: 100%;
}

	.form-style label span {
		color: #ff0000;
	}

.form-text {
	height: 50px;
	width: 100%;
	margin-bottom: 10px;
	padding: 0 20px;
	background-color: #ffffff;
	border: 1px solid #e1e1e1;
	outline: none;
}

.form-checkbox {
	margin-right: 5px !important;
}

.form-textarea {
	width: 100%;
	margin-bottom: 10px;
	padding: 0 20px;
	background-color: #ffffff;
	border: 1px solid #e1e1e1;
	outline: none;
}

.form-style .form-link {
	color: #977c61;
	line-height: 32px;
	display: block;
}

.form-button {
	display: inline-block;
	height: 40px;
	padding: 0 16px;
	font-size: 12px;
	line-height: 40px;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #383838;
	border: none;
}

	.form-button:hover {
		text-decoration: none;
		color: #977c61;
		background-color: #ffffff;
		border: 1px solid #977c61;
	}

.address-edit .form-text {
	height: 40px;
	line-height: 40px;
	padding: 10px
}

.address-edit label {
	line-height: 20px;
}

.address-add {
	margin-top: 20px;
}

.reset-password {
	padding-bottom: 100px;
}

#map {
	width: 100%;
	height: 413px;
}

#footer {
	/* background-color: #352d25; */
	background-image: url(../images/backgroundft.jpg);
	background-size: cover;
}

.footer-top {
	padding: 50px 0;
	/* background-image: url(../images/backgroundft.jpg); */
}
/*.footer-menu{min-height:270px;}*/
.footer-menu h2:before {
	content: "";
	position: absolute;
	width: 50px;
	height: 2px;
	background: #ffffff;
	bottom: 0;
	left: 0;
	z-index: 2;
}

.footer-menu h2 {
	margin: 0;
	padding: 0;
	font-size: 15px;
	line-height: 32px;
	color: #fefefe;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 20px;
	font-family: 'Roboto-Medium';
}

.footer-menu ul {
	margin-top: 15px;
}

	.footer-menu ul li {
		overflow: hidden;
		position: relative;
	}

		.footer-menu ul li::before {
			/* content: ""; */
			display: inline-block;
			/* margin: 10px 10px 0 0; */
			height: 7px;
			/* width: 10px; */
			/* float: left; */
			/* background-image: url(../img/bg-footer-menu.png); */
			font-family: Fontawesome;
			position: absolute;
			content: "\f111";
			left: 3px;
			top: 10px;
			font-size: 8px;
			color: #fff;
		}

		.footer-menu ul li a,
		.footer-menu ul li p {
			display: block;
			margin: 0;
			font-size: 15px;
			line-height: 20px;
			padding: 5px 0;
			color: #ffffff;
			text-decoration: none;
			font-family: 'Roboto-Light';
			position: relative;
			padding-left: 19px;
		}

		.footer-menu ul li strong {
			color: #ffffff;
		}

		.footer-menu ul li i {
			float: left;
			margin-top: 3px;
			width: 25px;
			color: #ffffff;
			font-size: 17px;
		}

.footer-about ul li span {
	padding-left: 25px;
	display: block;
	font-family: 'Roboto-Light';
}

.footer-about > p {
	font-size: 13px;
	margin: 20px 0;
	color: #898989;
}

.footer-about ul li::before {
	display: none;
}

.form-footer-news-letter {
	position: relative;
}

.footer-news-letter-email {
	width: 100%;
	height: 45px;
	padding: 0 15px;
	line-height: 45px;
	color: #898989;
	background-color: #ffffff;
	outline: none;
	border: none;
}

.footer-news-letter-submit {
	position: absolute;
	top: 0;
	right: 0;
	height: 45px;
	width: 45px;
	line-height: 45px;
	text-align: center;
	background-color: #ffffff;
	color: #352d25;
	border: none;
	outline: none;
}

.footer-news-letter p {
	font-size: 13px;
	margin: 20px 0;
	color: #898989;
}

.footer-news-letter ul {
	margin-top: 25px;
}

	.footer-news-letter ul li {
		float: left;
	}

		.footer-news-letter ul li::before {
			display: none;
		}

		.footer-news-letter ul li a {
			height: 30px;
			width: 30px;
			padding: 0;
			margin-right: 10px;
			line-height: 35px;
			text-align: center;
			border: 1px solid #898989;
			border-radius: 5px;
		}

		.footer-news-letter ul li i {
			margin: 0;
			float: none;
		}

.footer-copyright {
	background-color: #363636;
	/* margin-top: -41px; */
	padding: 5px 0;
}

	.footer-copyright p {
		color: #ffffff;
		/* padding-top: 11px; */
		font-family: 'Roboto-Medium';
		font-size: 13px;
	}

		.footer-copyright p span,
		.footer-copyright p a {
			color: #ffffff;
		}

.nav-payments {
	float: right;
	/* margin-top: 12px; */
}

	.nav-payments ul {
		text-align: center;
	}

		.nav-payments ul li {
			float: left;
			margin-right: 10px;
		}

			.nav-payments ul li a {
				display: block;
				margin: 5px 10px 5px 0;
			}

.logo-footer {
	display: block;
	margin-top: 30px;
	margin-bottom: 25px;
}

.form-style ul li::before {
	display: none;
}

@media (max-width:768px) {
	.modal-news-letter {
		min-width: 320px;
		margin: 35px auto;
	}

	.news-letter {
		height: 320px;
	}

	.form-news-letter {
		width: 290px;
		padding: 20px 0 70px 35px;
	}

	#header {
		position: relative;
	}

	.logo {
		text-align: center;
		position: absolute;
		top: 10px;
		left: 0;
		right: 0;
		display: block;
		margin: 0 auto;
	}

	.nav-mobile-button,
	.nav-cart > li > a {
		padding: 20px 15px;
		font-size: 16px;
	}

	.button-cart > a > span {
		top: 20px;
	}

	.form-search {
		right: -53px;
	}

	.heading-tabs {
		margin-right: 0;
	}

	#owl-slider .owl-pagination {
		margin-left: -30px;
	}

	#owl-slider .owl-page span {
		height: 10px;
		width: 10px;
	}

	#owl-slider .owl-buttons div {
		display: none;
	}

	#owl-slider .owl-pagination {
		bottom: 15px;
	}

	.heading-name {
		display: block;
		text-align: left;
	}

	.owl-p .owl-buttons div {
		top: -115px;
		width: 15px;
		font-size: 25px;
		color: #ffffff;
		background-color: transparent;
		border: none;
	}

	.owl-p .owl-next {
		right: 10px;
	}

	.owl-brand .owl-next {
		right: 0;
	}

	.owl-brand .owl-prev {
		left: 0;
	}

	.product-image {
		margin-bottom: 30px;
	}

	.product-quantity-group {
		width: 100%;
	}

	.product-tab .nav-tabs > li {
		width: 100%;
	}

		.product-tab .nav-tabs > li > a, .product-tab .nav-tabs > li > a:hover {
			padding: 0 15px;
			text-align: center;
			border: 1px solid #ebebeb;
		}

	.nav-sortby {
		margin-bottom: 15px;
		overflow: hidden;
	}

	.cart-btn-continue {
		margin-bottom: 15px;
	}

	.product-item-button a {
		height: 35px;
		line-height: 35px;
		width: 105px;
	}
}

@media (min-width:768px) and (max-width:991px) {
	#header {
		position: relative;
	}

	.modal-news-letter {
		min-width: 600px;
	}

	.logo {
		text-align: center;
	}

	.product-tab .nav-tabs > li > a,
	.product-tab .nav-tabs > li > a:hover {
		padding: 0 45px;
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.nav-main > ul > li > a {
		padding: 20px 15px;
	}

	.product-item-thumbnail img {
		height: 191px;
	}

	.product-quantity-group {
		width: 50%;
	}
}

@media (min-width:1200px) {
}

.pd11-img {
	padding: 11px;
}

@media (max-width: 991px) and (min-width: 768px) {
	.owl-feature .product-item-thumbnail img {
		height: 180px;
	}

	.col-lg-4.col-md-4.col-sm-6.col-xs-12.footer-menu.footer-news-letter {
		margin-top: -269px
	}

	.nav-payments {
		float: right;
		margin-top: -27px;
	}
}

@media (max-width: 480px) {
	.width100 {
		width: 100% !important;
	}

	.nav-payments {
		float: right;
		margin-top: -15px;
	}
}

@media (min-width: 992px) {
	.searchPage .category-grid > div:nth-child(3n+1) {
		clear: left;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.searchPage .category-grid > div:nth-child(2n+1) {
		clear: left;
	}
}


.article-summary {
	text-align: justify
}

@media (min-width: 768px) {
	.article-item:nth-child(2n+1) {
		clear: left;
	}
}

.article-content img {
	max-width: 100% !important;
	height: auto !important;
}

#mc-embedded-subscribe-form {
	position: relative;
}

.cart .content {
	margin-bottom: 30px;
}
/* magic zoom */

.cfg-btn {
	background-color: rgb(55, 181, 114);
	color: #fff;
	border: 0;
	box-shadow: 0 0 1px 0px rgba(0,0,0,0.3);
	outline: 0;
	cursor: pointer;
	width: 200px;
	padding: 10px;
	font-size: 1em;
	position: relative;
	display: inline-block;
	margin: 10px auto;
}

	.cfg-btn:hover:not([disabled]) {
		background-color: rgb(37, 215, 120);
	}

.mobile-magic .cfg-btn:hover:not([disabled]) {
	background: rgb(55, 181, 114);
}

.cfg-btn[disabled] {
	opacity: .5;
	color: #808080;
	background: #ddd;
}

.cfg-btn.btn-preview,
.cfg-btn.btn-preview:active,
.cfg-btn.btn-preview:focus {
	font-size: 1em;
	position: relative;
	display: block;
	margin: 10px auto;
}

.cfg-btn,
.preview,
.app-figure,
.api-controls,
.wizard-settings,
.wizard-settings .inner,
.wizard-settings .footer,
.wizard-settings input,
.wizard-settings select {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.preview,
.wizard-settings {
	padding: 10px;
	border: 0;
	min-height: 1px;
}

.preview {
	position: relative;
}

.api-controls {
	text-align: center;
}

	.api-controls button,
	.api-controls button:active,
	.api-controls button:focus {
		width: 80px;
		font-size: .7em;
		white-space: nowrap;
	}

.app-figure {
	width: 80% !important;
	margin: 0px auto;
	border: 0px solid red;
	padding: 20px;
	position: relative;
	text-align: center;
}

.selectors {
	margin-top: 10px;
}

	.selectors .mz-thumb img {
		max-width: 56px;
		margin: 0 5px;
	}

.app-code-sample {
	max-width: 80%;
	margin: 30px auto 0;
	text-align: center;
	position: relative;
}

	.app-code-sample input[type="radio"] {
		display: none;
	}

	.app-code-sample label {
		display: inline-block;
		padding: 2px 12px;
		margin: 0;
		font-size: .8em;
		text-decoration: none;
		cursor: pointer;
		color: #666;
		border: 1px solid rgba(136, 136, 136, 0.5);
		background-color: transparent;
	}

		.app-code-sample label:hover {
			color: #fff;
			background-color: rgb(253, 154, 30);
			border-color: rgb(253, 154, 30);
		}

	.app-code-sample input[type="radio"]:checked + label {
		color: #fff;
		background-color: rgb(110, 110, 110) !important;
		border-color: rgba(110, 110, 110, 0.7) !important;
	}

	.app-code-sample label:first-of-type {
		border-radius: 4px 0 0 4px;
		border-right-color: transparent;
	}

	.app-code-sample label:last-of-type {
		border-radius: 0 4px 4px 0;
		border-left-color: transparent;
	}

	.app-code-sample .app-code-holder {
		padding: 0;
		position: relative;
		border: 1px solid #eee;
		border-radius: 0px;
		background-color: #fafafa;
		margin: 15px 0;
	}

		.app-code-sample .app-code-holder > div {
			display: none;
		}

		.app-code-sample .app-code-holder pre {
			text-align: left;
			white-space: pre-line;
			border: 0px solid #eee;
			border-radius: 0px;
			background-color: transparent;
			padding: 25px 50px 25px 25px;
			margin: 0;
			min-height: 25px;
		}

	.app-code-sample input[type="radio"]:nth-of-type(1):checked ~ .app-code-holder > div:nth-of-type(1) {
		display: block;
	}

	.app-code-sample input[type="radio"]:nth-of-type(2):checked ~ .app-code-holder > div:nth-of-type(2) {
		display: block;
	}

	.app-code-sample .app-code-holder .cfg-btn-copy {
		display: none;
		z-index: -1;
		position: absolute;
		top: 10px;
		right: 10px;
		width: 44px;
		font-size: .65em;
		white-space: nowrap;
		margin: 0;
		padding: 4px;
	}

.copy-msg {
	font: normal 11px/1.2em 'Helvetica Neue', Helvetica, 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, sans-serif;
	color: #2a4d14;
	border: 1px solid #2a4d14;
	border-radius: 4px;
	position: absolute;
	top: 8px;
	left: 0;
	right: 0;
	width: 200px;
	max-width: 70%;
	padding: 4px;
	margin: 0px auto;
	text-align: center;
}

.copy-msg-failed {
	color: #b80c09;
	border-color: #b80c09;
	width: 430px;
}

.mobile-magic .app-code-sample .cfg-btn-copy {
	display: none;
}

#code-to-copy {
	position: absolute;
	width: 0;
	height: 0;
	top: -10000px;
}

.lt-ie9-magic .app-code-sample {
	display: none;
}

.wizard-settings {
	background-color: #4f4f4f;
	color: #a5a5a5;
	position: absolute;
	right: 0;
	width: 340px;
}

	.wizard-settings .inner {
		width: 100%;
		margin-bottom: 30px;
	}

.preview {
	width: 70%;
	float: left;
}


@media (min-width: 1024px) {
	.preview {
		width: calc(100% - 340px);
	}

	.wizard-settings {
		top: 0;
		min-height: 100%;
	}

		.wizard-settings .inner {
			margin-top: 60px;
		}

		.wizard-settings .footer {
			position: absolute;
			bottom: 0;
			left: 0;
		}

		.wizard-settings .settings-controls {
			position: fixed;
			top: 0;
			right: 0;
			width: 340px;
			padding: 10px 0 0;
			text-align: center;
			background-color: inherit;
		}
}

@media screen and (max-width: 1024px) {
	.api-controls button, .api-controls button:active, .api-controls button:focus {
		width: 70px;
	}
}

@media screen and (max-width: 1023px) {
	.app-figure {
		width: 98% !important;
		margin: 50px auto;
		padding: 0;
	}

	.app-code-sample {
		display: none;
	}

	.wizard-settings {
		width: 100%;
	}
}

@media screen and (max-width: 600px) {
	.mz-thumb img {
		max-width: 39px;
	}
}

@media screen and (max-width: 560px) {
	.api-controls .sep {
		content: '';
		display: table;
	}
}

.product-item-price {
	text-align: center;
	display: none;
}

.product-item-name {
	text-align: center;
}

.tab-pane.active p, .tab-pane.active span, .tab-pane.active div {
	color: #000000 !important;
}

.content-detail p, .content-detail span, .content-detail div {
	color: #000000 !important;
}
