.center {
    text-align: center;
}

.pagination {
    display: inline-block;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #4CAF50; 
   /* border: 1px solid #ddd; */
    margin: 0 4px;
	border-radius: 5px;
}

.pagination a.active {
    background-color: #4CAF50;
    color: white;
    border: 1px solid #4CAF50;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
    border-radius: 5px;
}


.column1 {
    float: left;
    width: 24%;
}

.column2 {
    width: 74%;
	float: left;
	display: flex;
}
.row { 
	  padding : 10px 10px 10px 10px;   
}
.main_cat {
	   padding-left: 5px;
       padding-right: 5px;
	   padding-top: 10px;
	   padding-bottom: 5px;
	   line-height : 12px;
	   font-weight : bold;
}

.sub_cat {
	   padding-left: 15px;
       padding-right: 5px;
	   padding-top: 10px;
	   padding-bottom: 5px;
	   line-height : 12px;
	   font-weight : bold;
}
.sub_sub_cat {
	   padding-left: 25px;
       padding-right: 5px;
	   font-size: 12px;
       /* line-height: 1.8!important; */
}

.a_hover {
	text-decoration : none;
	color : black;

}


/* mouse over link */
.a_hover:hover {
    color: #c45500;
}


/* rating */

	span.stars, span.stars span {
			display: block;
			background: url(http://www.buybestbrands.in/images/stars.png) 0 -16px repeat-x;
			width: 80px;
			height: 16px;
		}
	
		span.stars span {
			background-position: 0 0;
		}
		
		
/* for left nav */

  .cat {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 12px;
    font-weight: bold;
	font-size : 12px;
	background-color: #e49500;
	text-align: center;
}