.filter-product {
	
}

	.filter-product .filter-tabs {
		border-bottom: 1px solid #e5e5e5;
		list-style: none;
		padding: 0px 65px 0px 0px;
		margin: 20px 0px 30px 0px;
	}
		.filter-product .filter-tabs ul {
			list-style: none;
			margin: 0px;
			padding: 0px;
		}
	
		.filter-product .filter-tabs ul > li {
		  float: left;
		  margin-bottom: -1px;
		}
		
			.filter-product .filter-tabs ul > li > a {
			  margin: 10px 3px 0px 0px;
			  border: 1px solid #e5e5e5;
			  border-bottom-color: transparent;
			  background: #f2f2f2;
			  padding: 14px 20px 13px 20px;
			  font-weight: 600;
			  position: relative;
			  display: block;
			}
			
			.filter-product .filter-tabs ul > li.active > a,
			.filter-product .filter-tabs ul > li.active > a:hover,
			.filter-product .filter-tabs ul > li.active > a:focus {
			  background-color: #ffffff;
			  border: 1px solid #dddddd;
			  border-bottom-color: transparent;
			}

.tab-content {
	position: relative;
}

	.tab-content .prev-button, 
	.tab-content .next-button {
		margin: 0px 0px 0px 5px;
		width: 24px;
		height: 24px;
		background: #fff;
		border: 1px solid #e6e6e6;
		position: absolute;
		top: -70px;		
		right: 0;
	}
		
		.tab-content .prev-button {
			right: 33px;
		}
	
		.tab-content .prev-button span, 
		.tab-content .next-button span {
			display: block;
			width: 6px;
			height: 7px;
			margin: 8px auto 0px auto;
			background: url(../img/left.png) no-repeat;
		}
		
			.tab-content .next-button span {
				background: url(../img/right.png) no-repeat;
			}
			
@media (max-width: 767px) {
	.responsive .filter-product .filter-tabs {
		margin: 10px 0px 20px 0px;
	}
	
	.responsive .tab-content .prev-button, 
	.responsive .tab-content .next-button {
		top: -60px;		
	}
}