
#ttcat-slider {
	float: left;
	width: 100%;
	padding: 0;
	position: relative;
	margin: 0;
}
#ttcmscategorybanner {
    float: right;
}
.categoryimage {
	float: right;
	width: 100%;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
#ttcat-slider  .tab-content {
	padding:0;
	margin-bottom:0;
}
#ttcat-slider .ttcategory-content {
	background: #000000;
	position: absolute;
	opacity: 0.9;
	bottom: 25px;
	left: 25px;
	right: 25px;
	border-radius: 25px;
	padding: 30px;
	text-align: left;
	z-index: 2;
}
#ttcat-slider .ttcategory-content .ttcategory-block {
	float: left;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#ttcat-slider .ttcategory-content .ttcategory-block .tt-title{
	color: #ffffff;
	font: 700 30px/36px 'Montserrat', Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 0;
}
#ttcat-slider .ttcategory-content .ttcategory-block .ttcategory-img-subtitle{
	color: #ffffff;
	font: 400 16px/20px 'Montserrat', Helvetica, sans-serif;
	text-transform: capitalize;
}
#ttcat-slider .ttcategory-content .ttcategory-block .ttcategory-img-btn a{
	padding: 12px 26px;
	font: 500 14px/20px "Poppins", Helvetica, sans-serif;
	display: inline-block;
	background: #ffba00;
	color: #000000;
	float: right;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-khtml-border-radius: 25px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	text-transform: capitalize;
}
#ttcat-slider .ttcategory-content .ttcategory-block .ttcategory-img-btn a::after{
	z-index: -1;
	content: '';
	background-color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 150%;
	height: 100%;
	transform: rotate3d(0,0,1,10deg) translate3d(-1.2em,110%,0);
	transform-origin: 0% 100%;
	transition: transform 0.5s cubic-bezier(.59,.03,.2,1);
}
#ttcat-slider .ttcategory-content .ttcategory-block .ttcategory-img-btn a:hover::after{
	transform: rotate3d(0,0,1,0deg) translate3d(0,0,0);
	opacity: 1;
}
.categoryimage::after {
	content: "";
	position: absolute;
	background: rgba(0,0,0,0.2);
	left: 0;
	right: 0;
	top: auto;
	bottom: 0;
	margin: 0 auto;
	height: 0;
	width: 100%;
	z-index: 1;
	-webkit-transition: all 900ms ease-in-out 0s;
	-moz-transition: all 900ms ease-in-out 0s;
	-ms-transition: all 900ms ease-in-out 0s;
	-o-transition: all 900ms ease-in-out 0s;
	transition: all 900ms ease-in-out 0s;
}
.categoryimage:hover::after {
	height: 100%;
}
.ttcat-content {
	float: left;
	width: 50%;
	position: relative;
}
#ttcat-slider .single-column {
	float: left;
	width: 100%;
}
.ttcategory{
	float: left;
	width: 100%;
}
#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 .products {
	float: left;
	width: 100%;
}
@media(max-width:1600px) {
#ttcat-slider .ttcategory-content {
	padding:30px 20px;
}
#ttcat-slider .ttcategory-content .ttcategory-block .ttcategory-img-btn a{
	padding: 12px 18px;
}
}
@media(max-width:1400px) {
#ttcat-slider .ttcategory-content .ttcategory-block .tt-title{
    font-size: 26px;
    line-height: 32px;
}
#ttcat-slider .ttcategory-content .ttcategory-block .ttcategory-img-subtitle{
    font-size: 14px;
    line-height: 18px;
}
#ttcat-slider .ttcategory-content .ttcategory-block .ttcategory-img-btn a{
	padding:12px 16px;
}
#ttcat-slider .ttcategory-content{
	padding:20px 10px;
}
}
@media(max-width:1200px) {
#ttcat-slider .ttcategory-content .ttcategory-block .tt-title{
    font-size: 22px;
    line-height: 24px;
}
#ttcat-slider .ttcategory-content .ttcategory-block .ttcategory-img-btn a{
    padding: 8px 12px;
}
#ttcat-slider .ttcategory-content .ttcategory-block > div ,
#ttcat-slider .ttcategory-content .ttcategory-block > div {
    padding: 0;
}
#ttcat-slider .ttcategory-content{
	padding:20px;
}
}
@media(max-width:1199px) {
#ttcat-slider .ttcategory-content{
    padding: 20px 15px;
}
#ttcat-slider .ttcategory-content .ttcategory-block .tt-title{
    font-size: 18px;
    line-height: 22px;
	width: 35%;
}
#ttcat-slider .ttcategory-content .ttcategory-block .ttcategory-img-btn{
	float: right;
	width: 30%;
}
}
@media(max-width:991px) {
#ttcmscategorybanner{
	float:left;
	width:100%;
	margin: 0 0 20px;
}
#ttcat-slider .ttcategory-content{
    width: 80%;
    margin: 0 auto;
}
.ttcat-content {
	float: left;
	width: 100%;
}
}
@media(max-width:543px) {
#ttcat-slider .ttcategory-content{
    bottom: 10px;
    left: 20px;
    right: 20px;
	width:auto;
}	
#ttcat-slider .ttcategory-content .ttcategory-block {
	display:block;
	text-align:center;
}
#ttcat-slider .ttcategory-content .ttcategory-block .ttcategory-img-btn, #ttcat-slider .ttcategory-content .ttcategory-block .ttcategory-img-btn a {
	float: none;
	width: auto;
}
#ttcat-slider .ttcategory-content .ttcategory-block .tt-title{
	width:100%;
	margin:0 0 10px;
}
#ttcat-slider .ttcategory-content .ttcategory-block .ttcategory-img-subtitle{
	margin:0 0 10px;
}
}
