body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #333333;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}
a {color:#229ac8;}
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:#229ac8;
	margin-bottom: 20px;
}
#menu {
    background:#229ac8;
    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 25px 15px 25px;
    min-height: 30px;
	font-size: 16px;
	letter-spacing: 1px;
}

.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: #229ac8;
    
}





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


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




.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;
}




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


.product-layout .product-thumb {
	border:0px;
}
.product-layout .product-thumb .caption {
	min-height: 70px;
}
.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;
}
.product-layout .product-thumb .caption > p:first-of-type {
	display: none;
}
.product-layout .product-thumb .caption .price {
	display: none;
}

.product-layout .product-thumb .button-group {
	display: none;
}





.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;
}

.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: #229ac8;
    border-color: #229ac8;
	border-radius: 0px;
}




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: #000000;
	font-size: 16px;
}



@media (max-width: 1200px) {

}
@media (max-width: 978px) {
}
@media (max-width: 768px) {

}

@media (max-width: 767px) {
	
}

@media (max-width: 478px) {

}
