.content_scene_cat {
	overflow:hidden;
	position:relative;
	margin-bottom:30px;		
	float:left;
	width:100%;
	background-position: center center;
}
.content_scene_cat .product-heading-name{
	padding-bottom:15px;
}
.content_scene_cat .product-heading-name > span {
    color: #bf3767;
    font-size: 0.92em;
    font-weight: 500;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}
.content_scene_cat .cat_desc {	
	display: inline-block;
    max-width: 470px;
    text-align: center;
}
.content_scene_cat .cat-info {
	padding: 10px;
	 
}
.content_scene_cat .cat-info .cat-info-inner {	
	border: 1px solid #ffffff;
	padding: 30px;
}
.content_scene_cat .cat-info .cat-info-inner:hover {
	cursor: pointer;
}
.cat_desc.rte p {
	letter-spacing:1.8px;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    cursor: default;
    z-index: 2;
	background: #bf3767;
    border-color: #bf3767;
    color: #ffffff;
}
.pagination > li > a, .pagination > li > span {    
    border: 1px solid #acacac;
    color: #2e2e2e;
    float: left;
    font-weight: 400;
    height: 30px;
    line-height: 30px;
    margin-left: 5px;
    padding: 0 10px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 30px;
	border-radius: 0;
}
.pagination > li > a:focus, 
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
	background: #bf3767;
    border-color: #bf3767;
    color: #ffffff;
}
#pagination_next > a,
#pagination_previous > span,
#pagination_next > span,
#pagination_previous > a {	
	border-radius:0px;
    font-size: 14px;
    font-weight: 700;
    line-height: 28px;    
}
.pagination > .disabled > a, 
.pagination > .disabled > a:focus, 
.pagination > .disabled > a:hover, 
.pagination > .disabled > span, 
.pagination > .disabled > span:focus, 
.pagination > .disabled > span:hover {	
	border:1px solid #acacac;
	background: none;
}
#pagination label {
	 color: #1c2833;
    float: left;
    font-weight: 300;
    line-height: 26px;
    margin-right: 10px;
}
#pagination_next b,
#pagination_previous b {
	display:none;
}
.products-list-in-row .compare {
	display:none;
}
.products-list-in-row .list_buttons .compare {
	display:block!important;
	float:right;
}
.compare {
    margin-top: 10px;
}
.product-container p.compare input {
    font-size: 0.92em;
    margin: 3px 2px 0 0;
}
.compare label {
    font-size: 0.92em;
    font-weight: normal;
}
.filter_loader {	
	background: rgba(0, 0, 0, 0.7);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
}
#product_list {
	position:relative;
}
.filter_loader .img-loading {
	position:absolute;
	top:50px;
	left:50%;
	margin-left:-20px;
}
.delivery-info {
	display:none;
}