.catalog-category-view .main-container{
	margin-top: 0;
}
.catalog-category-view .category-top .section-heading{
	display: none;
}
.category-top{
	position: relative;
	text-align: center;
}
.cat-img-desc img{
	width: 100%;
}
.category-desctiption-wraper{
	position: absolute;
	background: rgba(255,255,255,0.9);
	padding: 10px;
	text-align: center;
	width: 500px;
	font-size: 12px;
	left: 50%;
	margin-left: -250px;
	bottom: 20%;
}

.category-desctiption-wraper .std  p{
	margin: 0;
}
.category-desctiption-wraper > div{
	border: 1px solid #000;
	padding: 10px;
}

.category-title h1 {
    text-transform: uppercase;
    font-size: 24px;
}
.category-desctiption-wraper .category-title h1{
	margin: 8px 0;
}

.category-top .cat-no-img {
    display: inline-block;
    max-width: 1170px;
    padding: 0 10px;
}

/* View Type: Grid */
.products-grid {
    padding: 20px 0 0 0;
}
.products-grid:after{
	content: '';
	display: block;
	clear: both;
}
.products-grid.last {
    border-bottom: 0;
}

.products-grid .item {
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 50px;
    position: relative;
}

.products-grid .item .item-container {
    text-align: center;
}
.products-grid .item .product-info{
	background: rgba(0,0,0,0.65);
	padding: 5px;
	position: absolute;
	left: 15px;
	right: 15px;
	top: 0%;
	display: none;
	height: 100%;
}
.products-grid .item:hover .product-info , 
.products-grid .item:active .product-info, 
.products-grid .item:focus .product-info{
	display: block;
}
.products-grid .item .product-info-inner{
	/*border: 1px solid #fff;*/
	padding:  44% 0px;
	color: #fff;
	position: relative;
    height: 100%;
}

.products-grid .item .product-info-inner hr{
	background-color: #fff;
	margin: 14px 0px;
}

.products-grid .item .product-info-inner h5{
	font-size: 20px;
    margin-top: 0px;
    padding-top: 0px;
    text-transform: uppercase;
}

.products-grid .item .product-info-inner .price{
	font-size: 17px;
}

.products-grid .item .product-info-inner h6
{
	margin: 0px 0px 20px;
}

.std .products-grid a {
    text-decoration: none;
}

.products-grid .product-image {
    margin: 0 0 10px;
    /*display: block;*/
    opacity: 1;
}

.products-grid .product-name {
    margin: 0 0 5px;
    text-transform: uppercase;
}
.products-grid .product-name a{
	color: #fff;
}

.products-grid .product-name a:hover {
    color: #fff;
}

.products-grid p {
    display: inline-block;
    margin: 0;
}

.products-grid .price-box {
    margin: 5px 0 5px 0;
}
.products-grid .item .price{
	font-size: 24px;
}
.products-grid .availability {
    line-height: 21px;
}

.products-grid .out-of-stock {
    line-height: 30px;
}

.products-grid .button {
    font-weight: normal;
    text-transform: lowercase;
    background: none;
    padding: 0;
    border: none;
}
.products-grid .button:hover{
	color: #ab1d2b;
}
.products-grid .button:after,
.products-grid .button:before{
	content: "";
	display: inline-block;
	height: 1px;
	width: 15px;
	background: #fff;
	vertical-align: middle;
	margin: 0 4px;
}
.products-grid .button:hover:after,
.products-grid .button:hover:before{
	background: #ab1d2b;
}
.products-grid .ratings {
    text-align: center;
}

.products-grid .ratings .rating-box {
    float: none;
    display: inline-block;
}

.products-grid .ratings .rating-links {
    float: none;
    display: inline-block;
    position: relative;
    top: -2px;
}
.catalog-category-searchresult .page-title h1{
	text-align: center;
	text-transform: uppercase;
	font-size: 24px;	
}
.catalog-category-searchresult .products-grid .product-image img{
	width: 100%;
}
/* Reviews */
.catalog-category-view .ratings {
    border-bottom: none;
    margin-bottom: 0;
}

.parent-category-list hr {
	margin-top: 25px;
}

.parent-category-list li:nth-child(even) .catImage {
	float: right;
}

.parent-category-list li:last-child hr {
	display: none;
}

.parent-category-list li h5 {
	color: #ab1d2b;
	font-family: 'fc', Arial, Verdana, Sans-serif;
	font-size: 31.1040000915527px;
	font-style: italic;
	margin-bottom: 40px;
}

.parent-category-list li .button {
	background: #ab1d2b;
	text-transform: capitalize;
	font-size: 18px;
	font-style: italic;
	color: #fff;
	padding: 15px 10px 10px 10px;
}
  
.parent-category-list li img {
	margin: 40px 0;
}

.parent-category-list li p {
	margin-bottom: 41px;
}

.category-landing .block.block-layered-nav,
.category-landing .category-top {
	display: none;
}

.maincategory-subheading
{
	text-align: center;
	font-size: 35px;
}

.category-cms-text
{
    padding-top: 35%;
}