@media (min-width:1111px) {
.logo a img {
    margin-left: -50px;
}
}
.col-xs-4.line-border {
    border-right: 1px #ccc solid;
}
.line-border {
    color: #B08153;
} 

table, th, td {
    border: 1px solid black!important;
}
ul.level-1 {
    width: 300px!important;
}
ul.level-1 li {
    width: 50%;
    float: left;
}
.short-description {
    display: none;
}
.price-availability {
    display: none;
}
.quantity-box {
    display: none;
}
.hotline a {
    color: #000;
}
.hotline {
    line-height: 100px;
}
.hotline img {
    padding-right: 10px;
}
/* Reset ================================================================================= */
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: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.4; 
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	max-width: 100%;
	width: auto;
	height: auto;
	border:0;
	vertical-align:top
}
/* Lists */
body { 
	color: #292929; 
	font-family: 'Roboto', sans-serif;
	font-size: 14px; 
	text-align: left; 
	background: #fff; 
}
a { 
	text-decoration: none; 
	transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
}
a:hover {	
	color: #b08153;
	text-decoration:none;
}
a:focus, a:active { 
	outline:none; 
	text-decoration:none;
}
button,button:focus{ 
	outline:none !important; 
}

.main-wrapper {
	margin-bottom: 20px;	
}
.page-title h1 {
	font-size: 24px;	
	margin-bottom: 20px;
	font-family: 'Roboto', sans-serif;
}
/* START STYLES ============================== */
.header {
	background: #161616;
	min-height: 199px;
}
.topbar 
{
	min-height: 56px;
	border-bottom: 1px solid #202020;
}
.topbarleft {
	/* float: left; */
	text-align: center;
}
.topbarleft li {
	display: inline-block;
	margin-right: 23px;
}
.topbarleft li:last-child {
	margin-right: 0px;
}
.topbarleft li > a {
	display: block;
	line-height: 56px;
}
.topbarleft li > a > img {
	vertical-align: middle;
	    -webkit-filter: brightness(0) invert(1);
}
.topbarright {
	float: right;
}
.topbarright li {
	display: inline-block;
	padding: 0 20px;
	border-right: 1px solid #202020;
}
.topbarright li:last-child {
	border-right: 0px;
}
.topbarright li p,
.topbarright li a {
	line-height: 56px;
	color: #fff;
	font-family:'Roboto', sans-serif;
	font-size: 12px;
}
.topbarright li p:hover,
.topbarright li a:hover { 
	color: #fff;
} 
.topbarright li.top-local p {
	padding-left: 25px;
	background: url('ico-local1.png') no-repeat center left;
} 
.topbarright li.top-phone p {
	padding-left: 25px;
	background: url('ico-phone1.png') no-repeat center left;
}
.topbarright li.top-time p {
	padding-left: 25px;
	background: url('ico-time1.png') no-repeat center left;
}

/* Menu =============================== */
.menubar {
	margin-top: 30px;
	margin-bottom: 15px;
}
.menubar > ul > li {
	display: inline-block;
	position: relative;
	margin-right: 30px;
	padding-bottom: 15px;
}
.menubar > ul > li.last {
	margin-right: 0px;
}
.menubar ul li a {
	position: relative;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #fff;
}
.menubar > ul > li > a  {	
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
}
.menubar > ul > li.active > a {
	color: #b08153;
}
.menubar > ul > li:hover > a,
.menubar > ul > li.active:hover > a ,
.menubar > ul > li.submenu:hover > a {
	color: #b08153;
}
.menubar > ul > li.submenu > a {
	padding-right: 15px;
}
.menubar > ul > li.submenu > a:after {
	content: "\f0d7";
	font-family: FontAwesome;
	font-size: 16px;
	position: absolute;
	right: 0px;
	bottom: -2px;
}
.menubar > ul > li > ul,
.menubar > ul > li > ul > li > ul {
	display: none;
}
.menubar > ul > li:hover > ul {
	display: block;
	position: absolute;
	top: 29px;
	left: 0px;
	background: #161616;
	border: 1px solid #252525;
	z-index: 2000;
	width: 220px;
}
.menubar > ul > li > ul > li,
.menubar > ul > li > ul > li > ul > li {	
	line-height: 34px;
	border-bottom: 1px solid #252525;
}
.menubar > ul > li > ul > li:last-child,
.menubar > ul > li > ul > li > ul > li:last-child  {
	border-bottom: 0px;
}
.menubar > ul > li:hover > ul > li > a,
.menubar > ul > li:hover > ul > li:hover > ul > li > a {
	display: block;
	padding-left: 10px;
	color: #d7d7d7;
	text-transform: normal;
} 
.menubar > ul > li:hover > ul > li:hover > a,
.menubar > ul > li:hover > ul > li:hover >  ul > li:hover > a {
	color: #b08153;
}
.menubar > ul > li > ul > li.minisubmenu > a:after {
	content: "\f105";
	font-family: FontAwesome;
	font-size: 16px;
	position: absolute;
	right: 5px;
	top: 0px;
} 
.menubar > ul > li:hover > ul > li:hover > ul {
	display: block;
	position: absolute;
	top: -1px;
	left: 100%;
	background: #161616;
	border: 1px solid #252525;
	z-index: 2000;
	width: 160px;
}

/* Top Search ================================= */
.searchform {
	width: 50%;
	/* height: 36px; */
	margin-left: 10px;
	position: relative;
	left: 15%;
	/* top:25%; */
}
.searchform form {
	position: relative;
}
.searchform form input { 
	width: 100%;
	border: 1px solid #ffff;
	height: 34px;
	line-height: 34px;
	padding: 0 70px 0 30px;;
	outline: 0px;
	background: transparent;
	color: #fff;
}
.searchform form .searchbtn {
	background: url('searchbtn1.png') no-repeat center center transparent;
	border: 0px;
	text-indent: -99999em;
	position: absolute;
	top: 0;
	right: 0;
	height: 34px;
	width: 60px;
	border-left: 1px solid #fff;
}
/* Top Cart ============================ */
.cartform{
	margin-top: 30px;
	position: relative;
}
.cartform a {
	display: inline-block;	
}
.cartform a span {
	position: absolute;
	top: 0px;
	right: 10px;
	height: 21px;
	width: 21px;
	line-height: 21px;
	text-align: center;
	background: #b08153;
	border-radius:  100%;
	color: #fff;
}

/* Slide ================================== */
.slider {
	margin-bottom: 40px;
}
.prev-control {
	position: absolute;
	top: 45%;
	left: 10%;
}
.prev-control .arrow-left {
	display: block;
	font-size: 0px;
	background: url('sl-arrow-left.png') no-repeat center center;
	width: 39px;
	height: 71px;
}
.next-control {
	position: absolute;
	top: 45%;
	right: 10%;
}
.next-control .arrow-right {
	display: block;
	font-size: 0px;
	background: url('sl-arrow-right.png') no-repeat center center;
	width: 39px;
	height: 71px;
}
/* Static ================================== */
.static {
	margin-bottom: 50px;
}
.static .staticblock {
	text-align: center;
	position: relative;
}
.static .staticblock:nth-child(2):after {
	content:'';
	width: 1px;
	height: 47px;
	background: #b08153;
	position: absolute;
	top: 20px;
	left: 0px;
}
.static .staticblock:nth-child(2):before {
	content:'';
	width: 1px;
	height: 47px;
	background: #b08153;
	position: absolute;
	top: 20px;
	right: 0px;
}
.static .staticblock  h2 {
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	color: #b08153;
	font-size: 14px;
	line-height: 40px;
}
.static .staticblock p.stadesc {
	color: #292929;
}
/* Home About ============================= */
.homeabout {
	margin-bottom: 50px;
}
.aboutcontent h2.abouttitle {
	font-family: 'Roboto', sans-serif;
	font-size: 25px;
	color: #5c5c5c;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.aboutcontent .aboutdesc {
	margin-bottom: 10px;
}
.aboutcontent .aboutdesc p {
    line-height: 1.8;
    text-align: justify;
}
.aboutservice .col-md-6 h5 {
	color: #b08153;
	font-size: 18px;
}
.aboutservice .col-md-6 p {
	color: #4f4f4f;
}
.aboutservice .col-md-6:nth-child(1),
.aboutservice .col-md-6:nth-child(2) {
	margin-bottom: 15px;
}
.aboutservice .aboutsvsp {
	background: url('ico-about-support.png') no-repeat center left;
	padding-left: 60px;
}
.aboutservice .aboutsvfix {
	background: url('ordersvv.png') no-repeat center left;
	padding-left: 60px;
}
.aboutservice .aboutsvbuild {
	background: url('https://bizweb.dktcdn.net/100/065/903/themes/84639/assets/buoc%203.png?1460362546358') no-repeat center left;
	padding-left: 60px;
}
.aboutservice .aboutsvorder {
	background: url(https://bizweb.dktcdn.net/100/065/903/themes/84639/assets/buoc%204.png?1460362658452) no-repeat center left;
	padding-left: 60px;
}
/* Title ============================== */
.m-title {
	text-align: center;
	margin-bottom: 25px;
}
.m-title h2 {	
	font-size: 25px;
	font-family: 'Roboto', sans-serif;
	color: #000;
	text-transform: uppercase;
}
/* Product grid ======================== */
.prodgrid {
	border: 1px solid #e3e3e3;
	margin-bottom: 30px;
	position: relative;
}
.owl-item .prodgrid {
	margin-bottom: 0px;
}	
.prodimg {
    overflow: hidden;
    margin-bottom: 15px;
    position: relative;
    max-height: 345px;
}
span.saleflag {
	z-index:1000;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #B08153;
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 5px;
    color: #fff;
    font-size: 15px;
	background: url('tg.png') no-repeat center center;
}
.lighteffect {
	position: relative;	
	overflow: hidden;
}
.lighteffect:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.5);
	content: '';
	-webkit-transition: -webkit-transform 1s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
	opacity: 0;	
}
.lighteffect:hover:before {
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
	opacity: 1;
}
.prodimg a {
	display: block;	
}
.scaleIn img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;	
}
.scaleIn:hover img {
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-o-transform: scale(1.0);
	transform: scale(1.0);	
}
.plusScale {
    position: absolute;
	background: url('plus.png') no-repeat scroll center center / 100% 100% #222222;
    width: 100%;
    height: 100%;
    z-index: 199;
    -webkit-background-origin: padding-box, padding-box;
    -moz-background-origin: padding-box, padding-box;
    -ms-background-origin: padding-box, padding-box;
    -o-background-origin: padding-box, padding-box;
    background-origin: padding-box, padding-box;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: 10px 10px, 100% 100%;
    -moz-background-size: 10px 10px, 100% 100%;
    -ms-background-size: 10px 10px, 100% 100%;
    -o-background-size: 10px 10px, 100% 100%;
    background-size: 10px 10px, 100% 100%;
    opacity: 0;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;	
}
.prodimg:hover .plusScale{
	opacity: .6;
	-webkit-background-size: 60px 60px, 100% 100%;
	-moz-background-size: 60px 60px, 100% 100%;
	-ms-background-size: 60px 60px, 100% 100%;
	-o-background-size: 60px 60px, 100% 100%;
	background-size: 60px 60px, 100% 100%;
	visibility: visible;
}
.prodinfo {
	text-align: center;
}
.prodinfo a {
	color: #5c5c5c;
	font-size: 18px;
	display: block;
	margin-bottom: 15px;
}
.prodinfo a:hover h2 {
	color: #b08153;	
}
.prodinfo .prodaction {
	min-height: 36px;
    line-height: 2.5;
	border-top: 1px solid #e3e3e3;
	position: relative;
	//display: none;
}
.prodinfo .pricebox {
	text-align: left;
	padding-left: 15px;
	padding-right: 44px;
	line-height: 37px;
	font-size: 18px;
	color: #b08153;
}
.prodinfo .action {
	position: absolute;
	right: 0px;
	top: 0px;
}
.prodinfo .action button {
	display: block;
	outline: 0px;
	border: 0px;
	font-size: 0px;
	width: 44px;	
	height: 37px;
	border-left: 1px solid #e3e3e3;
	background: url('bnt-cart.png') no-repeat center center transparent;
}
.prodinfo .action button:hover {
	background: url('btn-cart-hover.png') no-repeat center center #b08153;
	border-left: 1px solid #b08153;
	height: 39px;
	margin-top: -1px;
} 
/* Hotsale module =================*/
.hotsalecollection {
	margin-bottom: 50px;
}
.hotsalenav {
	position: relative;
	text-align: center;
	margin-bottom: 50px;
	background: url('bgnavowl.png') no-repeat center center;
}
.hotsalenav a {
	display: inline-block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	font-size: 20px;
	color: #cccccc;
	border: 1px solid #d7d7d7;
	margin: 0px 4px;
}
.hotsalenav a:hover {
	background: #b08153;
	border: 1px solid #b08153;
	color: #fff;
	cursor: pointer;
}
.centerright .m-title {
	margin-bottom: 50px;
}
.m-title p {
	margin-top: 15px;
	background: url('bgnavowl.png') no-repeat center center;
}

/* Sidebar ========================== */
.center {
	margin-bottom: 50px;
}
.sidebar .m-title h2 {
	font-size: 18px;
}
.categories {
	border: 1px solid #e3e3e3;
	margin-bottom: 30px;    overflow-y: auto;    height:455px;
}
.categories .m-title {
	line-height: 60px;
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 0px;
}
.categories ul li {
	position: relative;
	*line-height: 60px;
	border-bottom: 1px solid #e3e3e3;	
	padding: 20px 10px 20px 10px;
}
.categories ul li.last {
	border-bottom: 0px;
}
.categories ul li em {
	position: absolute;
	top: 0px;
	right: 10px;
	color: #666;
	font-size: 18px;
}
.categories ul  li:hover em {
	cursor: pointer;
	color: #b08153;
}
.categories > ul > li > a {
	font-size: 18px;
	color: #666666;
	display: block;
	background: url('cate-arrow.png') no-repeat center right;
	transition: all 300ms ease 100ms;
	-webkit-transition: all 300ms ease 100ms;
}
@media (min-width: 1024px) {
	.categories > ul > li:hover > a {
		background: url('cate-arrow-hover.png') no-repeat center left;
		padding-left: 15px;
		color: #b08153;
	}
}
.categories > ul > li.active > a {
	color: #b08153;
}
.categories > ul > li > ul > li > a,
.categories > ul > li > ul > li > ul > li > a {
	font-size: 16px;
	color: #666666;
	display: block;
}
.categories > ul > li > ul > li:hover > a,
.categories > ul > li > ul > li > ul > li:hover > a  {
	color: #b08153;
}
.banner {
	margin-bottom: 30px;
}
.subscribe {
	border: 1px solid #e3e3e3;
	padding: 18px;
}
.subscribe .m-title {
	margin-bottom: 10px;
}
.subscribe .subs-content {
	text-align: center;
}
.subscribe .subs-content input {
	width: 100%;
	line-height: 34px;
	padding : 0 10px;
	color: #b08153;
	font-size: 14px;
	margin: 10px 0px;
	border: 1px solid #ebebeb;
}
.nor-button {
	text-align: center;
	outline: 0px;
	border: 1px solid #e3e3e3;
	color: #666;
	line-height: 32px;
	padding: 0 20px;
	background: #fff;
}
.nor-button:hover {
	border: 1px solid #b08153;
	color: #fff;
	background: #b08153;
}
.nor-button i {
	line-height: 32px;
	padding-left: 15px;
	color: #666;
}
.nor-button:hover i {
	color: #fff;
}
.banner-bottom {
	margin-bottom: 60px;
}
.news {
	margin-bottom: 70px;
}
.testimonial {
	position: relative;
	padding: 20px 10px 58px 30px;
	border: 1px solid #e3e3e3;
}
.testimonial .m-title {
	margin-bottom: 30px;
}
.testimonial .m-title h2 {
	font-size: 18px;
	text-align: left;
}
.sliderprev , .slidernext  {
	position: absolute;
	display: block;
	height: 24px;
	width: 24px;
	line-height: 24px;
	text-align: center; 
	background: #fff;
	border: 1px solid #e3e3e3;
}
.sliderprev a, .slidernext a {
	display: block;
}
.sliderprev i, .slidernext i {
	color: #ddd;
	font-size: 20px;
}
.sliderprev:hover, .slidernext:hover {
	background: #b08153;
	cursor: pointer;
} 
.sliderprev:hover i, .slidernext:hover i {	
	color: #fff;
}
.customOwlNav {
    position: absolute;
    top: 18px;
    right: 15px;
}
.customOwlNav .next, .customOwlNav .prev {
    float: left;
    height: 27px;
    width: 27px;
    line-height: 27px;
    text-align: center;
	background: #f6f6f6;
	display: block;
	color: #333;
}
.customOwlNav .next:hover , .customOwlNav .prev:hover {
	background: #b08153;
	border: 1px solid #b08153;
	color: #fff;
	cursor: pointer;
}
.customOwlNav .prev {
    margin-right: 5px;
}
.testava {
	display: block;
	margin: 0 auto;
	width: 85px;
	height: 85px;
	line-height: 85px;
	text-align: center;
	border: 1px solid #b7b7b7;
	border-radius: 100%;
	padding: 3px;
	margin-bottom: 15px;
}
.testava img {
	border-radius: 100%;
}
.testinfo {
	text-align: center;	
}
.testinfo h4 {
	margin-bottom: 10px;
	font-size: 18px;
}
.newstitle {
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
.newstitle h2 {
	font-size: 18px;
	font-family:'Roboto', sans-serif;
	color: #5c5c5c;
	text-transform: uppercase;
}
.newsitem .newimg {
	margin-bottom: 10px;
}
.newsitem .newimg a {
	display: block;
	height: 127px;
	overflow: hidden;
}
.blog .newsitem .newimg a {
	height: auto;	
}
.blog .newsitem  {
	padding-bottom: 15px;
	border-bottom: 1px solid #616161;	
	margin-bottom: 15px;
}
.blog .newsitem h2 a  {
	font-size: 24px;	
}
.newsitem p.ninfo {
	font-size: 12px;
	color: #919191;
}
.newsitem h2 a{
	color: #5c5c5c;
	font-size: 14px;
	line-height: 30px;	
	font-family: 'Roboto', sans-serif;
}
.newsitem h2 a:hover {
	color: #b08153;	
}
.newsitem .desc {
	color: #666;
	font-size: 13px;
	margin-bottom: 10px;
}
.blog .newsitem .desc {
	margin-top: 15px;
	margin-bottom: 20px;
}
.newsitem a.readmore {
	display: inline-block;
	line-height: 32px;
	height: 32px;
	border: 1px solid #ddd;
	padding: 0 20px;
}

.newsitem a.readmore:hover {	
	background: #b08153;
	border: 1px solid #b08153;
}
.newsitem a.readmore span {
	text-transform: capitalize;
	color: #626262;
	padding-right: 15px;
	position: relative;
}
.newsitem a.readmore:hover span {
	color: #fff;
}
.newsitem a.readmore span:before {
	content: "\f105";
	position: absolute;
	right: 0px;
	top: -8px;
	font-family: FontAwesome;
	font-size: 18px;
	color: #626262;
}
.newsitem a.readmore:hover span:before {
	color: #fff;
}
/* Footer ============================ */
.footer  {
	clear: both;	
}
.brand {
	min-height: 136px;
	border-top: 1px solid #e3e3e3;
}
.mainfooter {
	background: #161616;
	border-top: 4px solid #b08153;
}
.topfoo {
	border-bottom: 1px solid #1e1e1e;
}
.topfoo .topbarleft li > a,
.topfoo .topbarright li a {
	line-height: 60px;
}
.topfoo .topbarright li {
	border-right: 0px;
}
.topfoo .topbarright li a {
	text-transform: uppercase;
	font-size: 14px;
}
.footer .midfoo .container {	
	min-height: 260px;
	background: url('bgmapfoo.png') no-repeat bottom left;
}

.midfoo .midfoologo {
	margin-bottom: 30px;
}
.midfoo .col-1 ul li {
	color: #fff;
	margin-bottom: 18px;
}
.midfoo .col-1 ul li > i {
	color: #fff;
	margin-right: 10px;
}
.midfoo .col-2 .m-title {
	margin-bottom: 0px;
}
.midfoo .col-2 .m-title h2 {
	font-size: 16px;
	text-align: left;
	line-height: 60px;
}
.midfoo .fooabout p {
	color: #fff;
}
.midfoo .col-2 .foolink ul li {
	margin-bottom: 20px;
	position: relative;
	padding-left: 20px;
}
.midfoo .col-2 .foolink ul li:before{
	content: "\f105";
	font-family: FontAwesome;
	font-size: 18px;
	position: absolute;
	left: 0px;
	top: -4px;
	color: #fff;
}
.midfoo .col-2 .foolink ul li:hover:before {
	color: #fff;
}
.midfoo .col-2 .foolink ul li a {
	color: #fff;
}
.midfoo .col-2 .foolink ul li:hover a {
	color: #fff;
}
.botfoo p {
	padding: 30px 0px;
	color: #616161;
}
/* Paginate ================== */
.pager li > span {
	background-color: #b08153;
	color: #fff;
	border: 1px solid #b08153;
}	
.pager li > a {
	color: #111;
}	
.pager li > a, .pager li > span {
	border-radius: 0px;	
}
.breadwrap {
	border-bottom: 1px solid #ddd;	
	height: 60px;
	margin-bottom: 39px;
}
.breadcrumb {
	padding: 0px;
	line-height: 58px;
	margin-bottom: 0px;
	list-style: none;
	background-color: #fff;
	border-radius: 0px;
}
.breadcrumb > li a {
	color: #444;	
}
.breadcrumb > li:hover a {
	color: #b08153;
}
.breadcrumb > li.active {
	color: #b08153;
}
/* Subpage */
.collection-title {
	display: block;
	position: relative;
	margin-bottom: 30px;
}
.collection-title h1 {
	font-size: 30px;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    font-family:'Roboto', sans-serif;
}
.banner a {
	display: block;	
}
.bordereffect {
	overflow: hidden;
	position: relative;	
}
.bordereffect:before {
	content: '';
	position: absolute;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	opacity: 0;
}
.bordereffect:after{
	content: '';
	position: absolute;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	opacity: 0;
}
.bordereffect:hover:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	transition: transform 0.35s ease;
	-moz-transition: transform 0.35s ease;
	-o-transition: transform 0.35s ease;
	-webkit-transition: -webkit-transform 0.35s ease;
}
.bordereffect:hover:before {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	transition: transform 0.35s ease;
	-moz-transition: transform 0.35s ease;
	-o-transition: transform 0.35s ease;
	-webkit-transition: -webkit-transform 0.35s ease;
}
.sidebartitle {
	border-bottom: 1px solid #e3e3e3;	
	padding-left: 20px;
	position: relative;
	margin-bottom: 20px;
}
/* sidebar blog */
.sidebarbloglist {
	margin-bottom: 30px;	
}
.sidebartitle:before {
	content:'';
	position: absolute;
	left: 0px;
	top: 5px;
	width: 15px;
	height: 19px;
	display: block;
	background: url('icoprodmtitle.png') no-repeat;
	background-size: 100% 100%;
}
.sidebartitle h2 {
	text-align: left;
	font-size: 18px;
	color: #5c5c5c;
	text-transform: uppercase;
	padding-bottom: 18px;
}
.bloglist li {
	overflow: hidden;
	margin: 15px 0 14px 0;
	padding-bottom: 13px;
}
.bloglist li figure {
	float: left;
	width: 35%;
	margin-right: 10px;
	position: relative;
}
.bloglist li a {
	font-size: 14px;
	color: #666;
	margin-bottom: 10px;
}
.bloglist li a:hover {
	color: #b08153;	
}
.bloglist li p {
	color: #9e9e9e;	
	font-size: 12px;
}
/* Article page */
.required, .errors ul li {
	color: #ff0000;
}
.errors {
	margin-bottom: 10px;
}
.blog_entry-title {
	font-size: 26px;
	line-height: 1.2em;
	text-transform: none;
	font-weight: bold;
	margin-bottom: 6px;
	text-align: left;
	margin-top: auto;
}
.interview div {
	float: left;
	margin-right: 10px;
}
.blog_entry p {
	margin: 0 0 1.5em 0;
}
.blog_entry {
	padding-bottom: 20px;
	border-bottom: 1px solid #b08153;	
}
.interview  p {
	color:  #898989;
}
.comments-form-wrapper h3 {
	font-size: 18px;
	text-transform: uppercase;
	margin-top: 30px;
	margin-bottom: 10px;
}
.bnt-comment {
	background: #fff;
	padding: 10px 30px!important;
	text-transform: uppercase;
	color: #222;
	border: 1px #ddd solid;
	text-transform: uppercase;
	font-size: 13px;
	margin-top: 15px;
	float: right;
}
.bnt-comment:hover {
	background: #b08153;
	color: #fff;
}
.comments-wrapper {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 0px solid #E3E3E3;
	padding: 0;
}
.commentlist li .comment-wrapper {
	position: relative;
	padding: 15px;
	margin-bottom: 15px;
	background: #f8f8f8;
}
.commentlist li .comment-author {
	font-size: 14px;
	color: #282828;
	font-weight: bold;
	margin-right: 10px;
	float: left;
}
.commentlist li .comment-meta {
	color: #999;
	margin-bottom: .3em;
	font-family: arial;
	font-style: normal;
	line-height: 23px;
}
.comments-wrapper h3 {
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
/* product page */
#product_addtocart_form {
	margin-bottom: 30px;	
}
.product-shop-inner > div {
	margin-bottom: 15px;	
}
.product-shop-inner .product-name {
	padding-bottom: 20px;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 15px;
}
.product-name h1 {
	font-size: 30px;
	text-align: left;
}
.product-shop-inner .vendor {
	margin-bottom: 15px;
	color: #898989;
	font-size: 12px;
}
.product-shop-inner .vendor span {
	color: #111;	
}
.product-shop-inner .action-box {
	margin-top: 30px;	
}
.price-box .regularprice span {
	color: #b08153;	
	font-size: 20px;
} 
.short-description p { 
	line-height: 1.5;
	color: #898989;
}
.quantity-box input {
	text-align: center;
	height: 31px;
	border: 1px solid #ddd;
	width: 150px;
}
.featured-image {
    border: solid 1px #ebebeb;
    padding: 10px;
    margin-bottom: 15px;	
}
.bx-clone {
	border: 1px solid #ddd;	
	padding: 5px;
}
.bxslider .owl-item {
	padding: 0 5px;
}
.more-views {
	position:relative;	
}
.more-views .sliderprev {
	left: 0px;
	top: 40%;
}
.more-views .slidernext {
	right: 0px;
	top: 40%;
}
.price-box .saleprice span {
	display: inline-block;
}	
.price-box .price {
	font-size: 26px;
	color: #b08153;
	margin-right: 20px;
	font-weight: bold;
}	
.price-box .comprice {
	text-decoration: line-through;	
	color: #666;
}
.price-box  .regularprice .price {
	font-size: 40px;
	color: #b08153;
	font-weight: bold;
}
.product-variant .selector-wrapper {
	margin-bottom: 15px;	
}
.product-variant .selector-wrapper label,
.quantity-box label {
	display: inline-block;
	width: 120px;	
	font-size: 12px;
	color: #666;
}
.product-variant .selector-wrapper .single-option-selector {
    border: 1px solid #ddd;
    height: 31px;
    padding: 0 10px;
    margin-left: 3px;
	min-width: 150px;
}
.buycart {
	padding: 0 30px;
	line-height:38px;
	display: inline-block;
	color: #fff;
	background:#b08153;
	border: 1px solid #d1d1d1;
	text-transform: uppercase;
	border-radius: 0px;
}	
.buycart:hover {
	color: #fff;
	background: #543313;
}
.product-detail-content {
	border: solid 1px #ddd;
	padding: 15px 20px;
}
.nav-tabs {
	border-bottom: 0px;	
}
.nav-tabs > li > a {
	border-radius: 0px;
	margin-right: 0px;
	color: #000;
	text-transform: uppercase;
	border: 1px solid #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	background: #b08153;
	color: #fff;
	border: 1px solid  #b08153;
}
/* Customer ============================= */
.account-login {
    margin-bottom: 15px;
    background-color: #FFFFFF;
    padding: 0px;
    margin-top: 10px;
}
.page-title {
    padding: 0px 0px 10px 0px;
    margin: 0 0 0px 0px;
    overflow: hidden;
}
.account-login .page-title h2 {
    font-size: 22px;
	text-transform: uppercase;
}
.registered-users {
	padding: 30px;
	border: 1px solid #ddd;
	background: #f7f7f7;
}
.registered-users h2 {
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 15px;
}
.form-list li {
	margin-bottom: 20px;	
}
.form-control {
	border-radius: 0px;
}
.buttons-set > p {
	margin-bottom: 10px;
}
.buttons-set .alink {
	float: right;
	color: #666;
}
.buttons-set .alink:hover {
	color: #b08153;	
}
.btnacc {
	line-height: 36px;
	padding: 0 20px;
	text-transform: uppercase;
	color: #000;
	background: #fff;
	border: 1px solid #ddd;
}
.btnacc:hover {
	color: #fff;
	background: #b08153;	
}
/* page contact */
#ggmap {
	height: 450px;
	margin-top: -39px;
	margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
}
.form-warning {
	color: #C26018;
}	
.form-success {
	color: #1FA508;
}
/* account page ========= */
.customer-login {
	padding: 20px;	
	border: 1px solid #ddd;
}
.customer-login h2,
.cus-order-info h2 {
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd;
}
.customer-login p {
	margin-bottom: 10px;	
}
.customer-login p label {
	color: #666;	
}
.customer-login a.btnacc {
	line-height: 30px;	
	padding: 0px 20px;
	display: inline-block;
	margin-top: 20px;
}
.cus-order-info .alert {
	border-radius: 0px;	
}
/* Addresses page */
.my-account .page-title {
	text-transform: uppercase;
}	
.block-account {
    background-color: #f8f8f8;
	padding-bottom: 30px;
}
.block-account .block-title {
    background-color: #b08153;
    color: #fff;
    border: none;
	margin-bottom: 20px;
	text-align: center;
}
.block-account .block-title  span {
	text-transform: uppercase;
	line-height: 34px;
}
.block-account .block-content {
	padding: 0 15px;	
}
.block-account .block-content li.current {
    color: #222;
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
}
.block-account .block-content li {
    padding: 10px 0px;
    border-bottom: 1px #ddd solid;
	color: #252525;
    font-size: 13px;
}
.dashboard .welcome-msg {
    text-align: left;
    padding: 0px 0 5px;
    color: #333;
    font-size: 14px;
	font-family: 'Roboto', sans-serif;
}
#add_address h3 {
	text-align: center;
	font-size: 18px;
	padding: 10px 0;
	text-transform: uppercase;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}
.my-account .buycart:hover,
.my-account .buycart:focus,
.my-account .buycart:active {
	color: #fff;
}
.addresitem .btnacc {
    line-height: 26px;
    font-size: 14px;
    display: inline-block;
    text-transform: capitalize;
	
}
.addresitem .box-border h3 {
	padding-top: 10px;
	border-top: 1px solid #ddd;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 15px;
}
#customer_address {
	text-align: left;	
}

/* cart */
#shopping-cart-table {
    border: none;
    background-color: #FFFFFF;
    text-align: left;
}
.data-table {
    width: 100%;
}
.data-table thead tr, .data-table tfoot tr {
    background-color: #f7f7f7;
}
.cart-table tbody th, .cart-table tbody td {
	border-right: 0px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	vertical-align: top;
	border-left: 1px solid #eaeaea;
	padding: 10px 10px 6px;
}
.data-table td {
    line-height: 20px;
    padding: 10px;
    vertical-align: top;
}
.data-table th {
    line-height: 20px;
    padding: 10px;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}
.data-table thead th, .data-table thead td, .data-table tfoot th, .data-table tfoot td, .cart .totals table th, .cart .totals table td {
    color: #333;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-family: Arial, Helvetica, sans-serif;
}
#shopping-cart-table tfoot tr td.last {
    border-top: none;
}
#shopping-cart-table input.qty {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #ddd;
    font-size: 15px;
    font-weight: normal;
    margin: 0;
    outline: medium none;
    padding: 8px;
	width: 50px;
	text-align: center;
}
.data-table .price {
	font-size: 14px;
	color: #cc0000;
}
.data-table .product-name a{
	color: #111;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
}	
.data-table .remove-item {
	font-size: 16px;	
}
.data-table .product-name:hover a {
	color: #b08153;	
}
.cart-collaterals {
    margin-top: 20px;
}
.cart-collaterals h3 {
    font-size: 15px;
    color: #000;
    margin-bottom: 15px;
    padding: 10px 0 0px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: auto;
    font-weight: bold;
}
.totals .inner {
    padding: 0px 0px 15px 0px;
    background-color: #fff;
    margin-top: 0px;
}
button.button.btn-proceed-checkout {
    background: #ee1c24;
    padding: 12px 5px;
    color: #fff;
    width: 100%;
    margin-bottom: 10px;
    border: none;
	font-size: 18px;
}
.data-table .flr {
	float: right;
	margin-left: 8px;
}
/* Order page */
.order-table  {
	margin-bottom: 30px;	
}
.order-table tr th {
	line-height: 40px;
	text-align: center;
}
.order-table tr td {
	line-height: 34px;
	text-align: center;
}
.order-summary-table tr td {
	line-height: 30px;
	text-align: center;
}
#order_payment,
#order_check {
	margin-bottom: 30px;	
}
#order_payment h3,
#order_check h3 {
	text-transform: uppercase; 
	font-size :14px;
	margin-bottom: 15px;
	font-family: 'Roboto', sans-serif;
}
#order_payment strong,
#order_check strong {
	font-family: 'Roboto', sans-serif;
}
/* Contact page */
.contact-logo {
	display: inline-block;	
	margin-bottom: 30px;
}
.widget-item .widget-menu li {
	margin-bottom: 15px;	
}
.widget-item .widget-menu li i {
	margin-right: 15px;	
}
/* Mobile navigation */
.mobilenav {
	position: relative;
	margin-bottom: 0px;	
}
.mobilenav > a {
	font-size: 24px;
	color: #fff;
	display: inline-block;
	padding: 10px 10px 10px 0px;
}
.mobilenav > ul {
	position: absolute;
    top: 54px;
    border: 1px solid #e1e1e1;
    padding: 30px;
    width: 100%;
    z-index: 1000;
    background: #161616;
}
.mobilenav > ul > li {
	margin-bottom: 15px;
}
.mobilenav > ul > li > a {
	font-size: 14px;	
	color: #fff;
}
.mobilenav > ul > li > a:hover {
	color: #b08153	
}
.mobilenav  ul  li em {
	float: right;
	font-size: 18px;
	color: #fff;
	font-style: normal;
}
.mobilenav  ul  li em:hover {
	cursor: pointer;
	color: #b08153
}
.mobilenav > ul > li > ul,
.mobilenav > ul > li > ul > li > ul {
	margin-left: 15px;
	padding-top: 15px;
}
.mobilenav > ul > li > ul > li,
.mobilenav > ul > li > ul > li > ul > li {
	margin-bottom: 10px;
}
.mobilenav > ul > li > ul > li > a,
.mobilenav > ul > li > ul > li > ul > li > a {
	color: #fff;
}
.mobilenav > ul > li:last-child,
.mobilenav > ul > li > ul > li:last-child,
.mobilenav > ul > li > ul > li > ul > li:last-child{
	border-bottom: 0px;	
	padding-bottom: 0px; 
	margin-bottom: 0px;
}
/*  RESPONSIVE   */
@media (min-width: 992px) and (max-width: 1180px) {
	.sidebar .m-title h2 {
		font-size: 16px;
	}	
}
@media screen and (max-width: 992px) {
	/* Header */	
	.topbarleft, .topbarright {
		float: none;
		text-align: center;
	}
	.logo {
		text-align: center;	
	}
	.searchform {
		float: left;
		width: 100%;	
		margin-right: 0%;
		margin-left: 0px;
		left: 0;
	}
	.cartform {
		float: left;
		width:	30%;
		margin-top: 0px;
	}
	.topbarright li p, 
	.topbarright li a,
	.topbarleft li > a {
		line-height:32px;	
	}
	.topbarright li {
		border-right: 0px;
	}
	.cartform a {
		float: right;
		margin-top: -10px;
		margin-right: 10px;
	}
	.cartform a span{
		top: -14px;	
	}
	.newsblock {
		margin-top: 30px;	
	}
	.newsblock .newsitem {
		margin-bottom: 30px;
	}	
	.topfoo .topbarleft li > a, 
	.topfoo .topbarright li a {
		line-height: 32px;	
	}
	
	.static .staticblock h2 {
		line-height: 40px;	
	}
	.featured-image img {
		display: block;
		margin: 0 auto;
	}
	.more-views .owl-item img {
		display: block;
		margin: 0 auto;
	}
	.clscollection .sidebar  .subscribe  {
		margin-bottom: 30px;	
	}
	.customer-login {
		margin-bottom: 30px;	
	}
	.cus-order-info {
		margin-top: 30px;	
	}
	.lighteffect:after,
	.lighteffect:before,
	.bordereffect:after,
	.bordereffect:before {
		display: none;	
	}
	.product-shop {
		margin-top: 30px;	
	}
}
@media (max-width: 768px) {
	.topbar {
		min-height: 3px;	
		margin-bottom: 0px;
	}
	.prev-control, .next-control {
		top: 35%;	
	}
	.prev-control .arrow-left,
	.next-control .arrow-right{
		width: 20px;
		height: 45px;
		background-size: 100%;
	}
	.static .staticblock:nth-child(2):after,
	.static .staticblock:nth-child(2):before {
		display: none;
	}	
	.prodimg img {
		display: block;
		margin: 0 auto;
	}
	.staticblock {
		margin-bottom: 30px;	
	}
	.static .staticblock  {
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid #ebebeb;
	}
	.aboutservice .col-md-6 {
		margin-bottom: 20px;	
	}
	.nav-tabs > li {
		width: 100%;	
	}
	.midfoo .midfoologo {
		text-align: center	
	}
	.midfoo .col-1 ul li {
		text-align: center	
	}
	.registered-users {
		margin-bottom: 30px;	
	}
	.order-table {
		margin-bottom: 0px;
	}
	.order-summary-table {
		margin-top: 15px;	
	}

}
@media (max-width: 620px) {
	.data-table .btnacc {
		float: left;
		margin-bottom: 10px;
	}
	.data-table .flr {
		clear:both;
		margin-left: 0px;
	}
}
@media (max-width: 400px) {
	.prev-control .arrow-left,
	.next-control .arrow-right{
		width: 10px;
		height: 30px;
		background-size: 100%;
	}
}

#scrollUp {
    background: #b08153;   
    bottom: 12px;
    color: #fff;
    font-size: 30px;
    height: 40px;
    line-height: 36px;
    right: 12px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    width: 40px;
    font-weight: bold;
}
.scroll::-webkit-scrollbar {
    width: 3px;
	z-index: 9;
}
.scroll::-webkit-scrollbar-thumb {
    background-color: #e3e3e3;
    outline: 1px solid #e3e3e3;
	z-index: 9;
}