.filter-product {
	
}

	.filter-product:before,
	.filter-product:after {
		display: table;
		content: " ";
	}
	
	.filter-product:after {
		clear: both;
	}

	.filter-product .carousel {
		overflow: visible;
	}

	.filter-product .filter-tabs {
		list-style: none;
		padding: 0px 0px 0px 0px;
		margin:20px 65px 0px 0px;
	}
		.filter-product .filter-tabs ul {
			list-style: none;
			margin: 0px;
			padding: 0px;
		}
	
		.filter-product .filter-tabs ul > li {
			float: left;
			padding-right: 10px;
		}
		
			.filter-product .filter-tabs ul > li > a {
				margin: 10px 0px 0px 0px;
				    padding: 0px 30px 0px 30px;
				    font-size: 20px;
				    font-weight: 600;
				    background: #ededed;
				    display: inline-block;
				    line-height: 50px;
				    color: #26272c;
				    position: relative;
				    z-index: 999;
				    text-decoration: none;
			}
			
			.filter-product .filter-tabs ul > li > a:hover {
				background: #ffcc00;
			}
			
			.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: #ffcc00;
			}
			
@media (max-width: 767px) {
	.responsive .filter-product .filter-tabs {
		margin-top: 10px;
	}
}

.filter-product .tab-content:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	height: 1px;
	margin-top: -1px;
	background: rgba(0, 0, 0, .1);	
	display: block;
	z-index: 1000;
}

.filter-product .tab-content {
	position: relative;
	float: left;
	width: 100%;
}
				
	.tab-content .prev-button, 
	.tab-content .next-button {
		margin: 0px 0px 0px 10px;
		width: 30px;
		height: 30px;
		background: #ededed;
		position: absolute;
		top: -40px;		
		right: 0;
		z-index: 999;
	}
		
		.tab-content .prev-button:hover, 
		.tab-content .next-button:hover {
			background: #26272c;
		}
		
		.tab-content .prev-button {
			right: 40px;
		}
	
		.tab-content .prev-button:before, 
		.tab-content .next-button:before {
			content: "\f104";
			font: normal normal normal 14px/1 FontAwesome;
			font-size: inherit;
			text-rendering: auto;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
			font-size: 12px;
			color: #26272c;
			line-height: 30px;
			text-align: center;
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
		}
		
			.tab-content .next-button:before {
				content: "\f105";
			}
			
			.tab-content .prev-button:hover:before, 
			.tab-content .next-button:hover:before {
				color: #fff;
			}