#ttcat-slider {
	float: left;
	width: 100%;
	padding: 0;
	position: relative;
	margin: 0;
}
.ttcategory-main {
	float: left;
	width: 100%;
	position: relative;
}
.ttcat-content {
	float: left;
	width: 50%;
	position: absolute;
	right: 70px;
	-webkit-transition: all 900ms ease-in-out;
	-moz-transition: all 900ms ease-in-out;
	-ms-transition: all 900ms ease-in-out;
	-o-transition: all 900ms ease-in-out;
	transition: all 900ms ease-in-out;
	top: auto;
	bottom: 0;
}
#ttcat-slider .single-column {
	float: left;
	width: 100%;
	padding: 70px 30px 0;
	background: #ffffff;
}
.ttcategory{
	float: left;
	width: 100%;
	padding: 42px 30px 0px;
	background: #ffffff;
}
#ttcat-slider .tab-content > .tab-pane {
	display: block;
}
#ttcat-slider #tab-1 {
	float: left;
	width: 100%;
	position: relative;
}
.categoryimage .cat-img-responsive {
	width: 100%;
}
#ttcat-slider .product-layouts {
	float: left;
	padding: 0 30px;
	width: 50%;
}
#ttcat-slider .products {
	float: left;
	width: 100%;
	max-height: 700px;
	overflow-x: hidden;
	overflow-y: scroll;
}
#ttcat-slider .products::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.4); 
}
#ttcat-slider .products::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.6); 
}
#ttcat-slider .products::-webkit-scrollbar {
    width: 5px;
}
#ttcat-slider .ttcat-content .tt-title {
    font: 500 132px/124px 'Oswald', Helvetica, sans-serif;
    text-shadow: 0 0 20px rgba(0,0,0,0.1);
    color: #ffffff;
    margin: 0 0 -5px 0;
    text-align: left;
}
@media (min-width: 2000px) {
	#ttcat-slider .product-layouts {
		width: 33.33%;
	}
}
@media (max-width: 1700px) {
	#ttcat-slider .ttcat-content .tt-title {
		font-size: 112px;
		line-height: 124px;
	}
	#ttcat-slider .products {
		max-height: 500px;
	}
}
@media (max-width: 1400px) {
	#ttcat-slider .ttcat-content .tt-title {
		font-size: 72px;
		line-height: 82px;
	}
	.ttcategory {
		padding: 45px 30px 0;
	}
	#ttcat-slider .product-layouts {
		padding: 0 15px;
	}
}
@media (max-width: 1201px) {
	#ttcat-slider .products {
		max-height: 400px;
	}
}
@media (max-width: 1199px) {
	.ttcat-content {
		right: 30px;
		width: 70%;
	}
	.ttcategory {
		padding: 30px 20px;
	}
	#ttcat-slider .product-layouts {
		padding: 0 8px;
	}
}
@media (max-width: 991px) {
	.ttcat-content {
		position: static;
		width: 100%;
		margin: 10px 0 0;
	}
	.ttcategory {
		padding: 15px 8px 20px;
	}
	.ttcategory-main img {
		max-width: 100%;
	}
	#ttcat-slider .ttcat-content .tt-title {
		float: left;
		text-shadow: none;
		font-size: 44px;
		line-height: 48px;
		color: #111;
		text-align: center;
		width: 100%;
		margin: 0;
		font-weight: 500;
	}
	#ttcat-slider .product-layouts {
		padding: 0 15px;
		position: static !important;
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	#ttcat-slider .ttcat-content .tt-title {
		font-size: 28px;
		line-height: 32px;
	}
	#ttcat-slider .product-layouts {
		width: 50%;	
	}
}
@media (max-width: 543px) {
	#ttcat-slider .product-thumb.transition {
		margin: 0 0 10px;
	}
	#ttcat-slider .product-layouts {
		padding: 0 5px;
	}
	.ttcategory {
		padding: 10px 5px;
	}
}
@media (max-width: 480px) {
	#ttcat-slider .ttcat-content .tt-title {
		font-size: 26px;
		line-height: 28px;
	}
	#ttcat-slider .product-layouts {
		width: 100%;
	}
	.product_btn_style1.responsive_style2 #ttcat-slider .product-layouts, 
	.product_btn_style2.responsive_style2 #ttcat-slider .product-layouts, 
	.product_btn_style3.responsive_style2 #ttcat-slider .product-layouts {
		width: 50%;
	}
}