body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #333333;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}
a {color:#f5831f;}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}


button#list-view,
button#grid-view,
#compare-total {
	display: none;
}


.breadcrumb > li:after {
    
    top: 5px;
    right: -5px;
    width: 10px;
    height: 10px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.breadcrumb {
    margin: 0 0 20px 0;
    padding: 8px 0;
    border: 0px solid #ddd;
	background: none;
}
.breadcrumb a { color:#000000;}

#top {
    background-color: #000000;
    border-bottom: 1px solid #e2e2e2;
    padding: 2px 0px 1px 0;
    margin: 0 0 20px 0;
    min-height: 40px;
}
#top .btn-link, #top-links li, #top-links a {
    color: #dddddd;
    text-shadow: none;
}
#top .btn-link .dropdown-menu, #top-links .dropdown-menu li, #top-links .dropdown-menu a {
    color: #333333;
    text-shadow: none;
}
#top .btn-link:hover, #top-links a:hover {
    color: #ffffff;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background:none;
    border: none;
}



.menuWrapper {
	background:#6fa917;
	margin-bottom: 20px;
}
.common-home .menuWrapper {
	margin-bottom: 0px;
}
#menu {
    background:#6fa917;
    border: none;
    min-height: 60px;
}
.navbar {
    position: relative;
    min-height: 70px;
    margin-bottom: 0px;
    border: 1px solid transparent;
}
.ochow-menu-item-arrow {
    top: 20px;
}
#menu .nav > li > a {
    color: #fff;
	line-height: 30px;
    text-shadow: none;
    padding: 15px 18px 15px 18px;
    min-height: 30px;
	font-size: 13px;

}

.navbar-nav>li {
    float: none;
	display: inline-table;
}
.navbar-nav {
    float: none;
	text-align: center;
}
#menu .dropdown-inner a {
    min-width: 200px;
    padding: 5px 20px;
    font-size: 13px;
}
.dropdown-menu li > a:hover {
    background: #f5831f;
    
}
#menu .see-all:hover, #menu .see-all:focus {

    background: #f5831f;
}




header #cart button {
	border: none;
	background:none;
	font-size: 18px;
}
header #cart i {
	font-size: 26px;
	margin-right: 10px;
}

#search .btn-lg {
    font-size: 23px;
    line-height: 24px;
    padding: 7px 30px;
    text-shadow: 0 1px 0 #FFF;
}
#search .btn-lg i {
    font-size: 23px;
}



.owl-wrapper-outer {
    border: 0px solid #fff;
    border-radius: 0px;
    box-shadow: none;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    width: 100%;
}


.subcategoryImages .row img {
	border: solid #eeeeee 2px;
}
.subcategoryImages .row > div:hover img {
	border: solid #333333 2px;
}
.subcategoryImages .row a {
	font-size: 16px;
	line-height: 22px;
	color:#000000;
	clear: both;
	display: block;
}




.box-heading {
    color: #ffffff;
    background: #229ac8;
    text-shadow: none;
    padding: 8px 12px;
    border-bottom: 1px solid #DDD;
}


.product-layout .product-thumb {
	border:0px;
	margin-bottom: 40px;
	background: #f5f5f5;
	padding: 5px;
}
.product-layout .product-thumb .caption {
	min-height: 100px;
}
.product-layout .product-thumb .caption h4 {
	height: 40px;
	max-height: 40px;
	overflow: hidden;
	text-align: center;
}
.product-layout .product-thumb .caption h4 a {
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
	color: #333333;
}
.product-layout .product-thumb .caption > p:first-of-type {
	display: none;
}
.product-layout .product-thumb .caption .price {
	
}

.product-layout .product-thumb .button-group {
	background: none;
	border:none;
}
.product-layout .product-thumb .button-group button {
	color:#6fa917;
	background: none;
}
.product-thumb .button-group button + button {
    border-left: 0px solid #ffffff;
}
.product-layout .product-thumb .button-group button:hover {
	color:#f5831f;
}







.container.pageProduct h1 {
	font-size: 20px;
	line-height: 1.6;
	margin-top: 0px;
}
.container.pageProduct .list-unstyled.blockPrice li {
	display: inline-table;
	margin-right: 20px;
}
.container.pageProduct .list-unstyled.blockPrice .regPrice {
	font-size: 18px;
}
.container.pageProduct .list-unstyled.blockPrice .specialPrice h2 {
	color: #ff0000;
}
.product-thumb .rating {
    text-align: center;
}

.container.pageProduct .blockRelated {
	border:solid 1px #eeeeee;
}
.container.pageProduct .blockRelated h3 {
	background: #eeeeee;
	padding: 10px;
	margin-top: 0px;
}
.container.pageProduct .blockRelated .product-thumb {
	border:#ffffff;
}
.container.pageProduct .blockRelated .product-thumb .caption {
	min-height: 70px;
	
}
.container.pageProduct .blockRelated .caption h4 {
	height: 40px;
	max-height: 40px;
	overflow: hidden;
	text-align: center;
}
.container.pageProduct .blockRelated .caption h4 a {
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
}


.pageContactUsWrapper {
	width:100%;
	clear: both;
	display: block;
	font-size: 16px;
	line-height: 22px;
}
.pageContactUsWrapper a {
	color:#000000;
}
.pageContactUsWrapper ul {
	margin: 0;
	padding: 0;
}
.pageContactUsWrapper ul li {
	list-style: none;
	padding: 3px;
		
}
.pageContactUsWrapper ul li i {
	font-size: 18px;
	width: 25px;
		
}


.information-contact form {
	display: block;
	clear: both;
}



.moduleFeatured {
	border:solid 1px #eeeeee;
	margin-bottom: 30px;
}
.moduleFeatured h3 {
	background: #eeeeee;
	padding: 10px;
	margin-top: 0px;
}



.btn-default {
    color: #333333;
    text-shadow: none;
    background: #eeeeee;
    border-color: #cccccc;
}


#button-cart {
	text-transform: uppercase;
	
}
#button-cart i {
	font-size: 18px;
	margin-left: 10px;
}
.btn-primary {
    color: #ffffff;
    text-shadow:none;
    background: #f5831f;
    border-color: #f5831f;
	border-radius: 0px;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #6fa917;
}



footer {
    margin-top: 30px;
    padding-top: 30px;
    background-color: #ededed;
    border-top: 1px solid #ededed;
    color: #666666;
	font-size: 13px;
	line-height: 1.8;
	text-align: center;
}
footer a {
    color: #666666;
}footer a:hover {
    color: #000000;
}
footer h5 {
    color: #f5831f;
	font-size: 16px;
}



@media (max-width: 1200px) {

}
@media (max-width: 978px) {
}
@media (max-width: 768px) {
	.navbar-nav>li {
    float: none;
	display: block;
}
#menu #category {
    
    line-height: 60px;
    
}
	#menu .btn-navbar {
    font-size: 20px;
    padding: 5px 18px;
    background: #f5831f;
    border-color: #f5831f;
}
#menu .btn-navbar i {
	font-size: 23px;
	}
#menu .nav > li > a {
    text-align: left;
	padding: 5px 18px 5px 18px;
}
	
	
	

}

@media (max-width: 767px) {
	#menu div.dropdown-menu {
    padding-left: 20px;
}
#logo img {
    width: 300px;
	margin: 0 auto;
}
	
	
	
}

@media (max-width: 526px) {
	#logo img {
    width: 200px;
}

}
