.categoryContainer{
	background:#fff;
	overflow:hidden;
}
.category-i{
	overflow:hidden;
}

.category-i .thumbimg{
	display: inline;
    float: left;
    width: 180px;
	margin-right:30px;
	border: 1px solid #ccc;
}
.category-i .thumbimg img{
	width:100%;
}
.category-i .contentCate{
	overflow:hidden;
}
.category-i .contentCate h2{
	font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px;
	padding-top: 30px;
    text-transform: uppercase;
}
.category-i .contentCate .viewMore{
	background: none repeat scroll 0 0 #c5282f;
    color: #fff;
    font-size: 12px;
    line-height: 30px;
    padding: 3px 10px;
    text-transform: uppercase;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
}
.category-i .contentCate .viewMore:hover{
	background:#d8373e;
}
.pos_child .child_name{
	line-height:30px;
	text-transform: capitalize;
}
.pos_child .child_name i{
	margin-right:5px;
}

@media (min-width: 768px) and (max-width: 991px){
	.productTabCategory .item-top{
		margin: 0 0 10px;
		width: 100%;
	}
	.productTabCategory .center-produc{
		clear: both;
	}
	.category-i .thumbimg{
		width:100%;
		margin:0;
	}
	.category-i .contentCate{
		clear:both;
		padding:15px;
	}
}
@media (max-width: 767px){
	.category-i .thumbimg{
		width: 125px;
	}
	.category-i .thumbimg{
		width:100%;
		margin:0;
	}
	.category-i .contentCate{
		clear:both;
		padding:15px;
	}
}