.filter-product {
	
}

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

	.filter-product .filter-tabs {
		border-bottom: 1px solid #53B5AC;
		list-style: none;
		padding: 0px 75px 0px 0px;
		margin: 60px 0px 37px 0px;
		font-weight: 600;
	}
	
		.filter-product .filter-tabs ul {
			list-style: none;
			margin: 0px;
			padding: 0px;
		}

		.filter-product .filter-tabs ul > li.active {
			background: #53B5AC !important;
		}

			.filter-product .filter-tabs ul > li.active > a  {
				color: #fff;
				background: none !important;
			}
	
		.filter-product .filter-tabs ul > li {
		  float: left;
		  background: #F2F2F2 !important;
		  border-radius: 7px 7px 0 0;
		  margin-right: 2px;
		}
		
			.filter-product .filter-tabs ul > li > a {
				padding: 16px 20px 14px;
				position: relative;
				display: block;
				font-size: 15px;
				color: #AAAAAA;
				line-height: 1.42857143;
				background: none !important;
			}

.tab-content {
	position: relative;
}
				
	.tab-content .prev-button, 
	.tab-content .next-button {
		width: 32px;
		height: 32px;
		color: #53b5ac;
		line-height: 34px;
		text-align: center;
		transition: all 0.2s ease-in;
		-webkit-transition: all 0.2s ease-in;
		-moz-transition: all 0.2s ease-in;
		position: absolute;
		top: -79px;
		right: 0;
		font-size: 20px;
	}
		
		.tab-content .prev-button {
			right: 42px;
		}
		
		.tab-content .prev-button:hover, 
		.tab-content .next-button:hover {
			background: #fff !important;
			border-color: none;
		}
		
		.tab-content .prev-button span:before, 
		.tab-content .next-button span:before {
			content: "\f104";
			display: inline-block;
			/* font: normal normal normal 14px/1 FontAwesome; */
			font-family: "Font Awesome 5 Pro";
		    font-size: inherit;
		    text-rendering: auto;
		    -webkit-font-smoothing: antialiased;
		    -moz-osx-font-smoothing: grayscale;
		}
		
			.tab-content .next-button span:before {
				content: "\f105";
			}
			
@media (max-width: 767px) {
	.responsive .filter-product .filter-tabs ul > li > a {
		font-size: 14px;
		padding-left: 10px;
		padding-right: 10px;
	}
}