#ttcategorytabs {
	margin: 0 0 40px;
}
#ttcategorytabs .title {
    float: left;
    width: 100%;
}
#ttcategorytabs .categoryimage {
	width:20%;
	padding:0;
}
#ttcategorytabs .cat-slider {
	width: 80%;
    background: #fff;
    padding: 26px 15px;
    box-shadow: 1px 2px 3px 0 #e5e5e5;
    -webkit-box-shadow: 1px 2px 3px 0 #e5e5e5;
    -moz-box-shadow: 1px 2px 3px 0 #e5e5e5;
    -ms-box-shadow: 1px 2px 3px 0 #e5e5e5;
    -o-box-shadow: 1px 2px 3px 0 #e5e5e5;
}
#ttcategorytabs .tabs {
	padding: 30px;
	background: #23303e;
}
#ttcategorytabs .tab-content {
    padding: 0;
}
ul#ttcategory-tabs {
    float: left;
    width: 100%;
    margin: 0;
}
#ttcategorytabs .nav-tabs li.nav-item a {
    font: 500 14px/16px var(--secondary-font);
    margin: 0;
    padding: 10px 0;
	position:relative;
	color:#fff;
	float:left;
	width:100%;
}
#ttcategorytabs .nav-tabs li.nav-item a.active,
#ttcategorytabs .nav-tabs li.nav-item a:hover {
    color: var(--secondary-bg-color);
}
#ttcategorytabs .nav-tabs li.nav-item a::before {
    content: "\eac9";
    font-family: 'Material Icons Outlined';
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    height: 16px;
    width: 16px;
    margin-right: 5px;
    vertical-align: middle;
}
#ttcategorytabs .category-inner {
	float: left;
	width: 100%;
	display: flex;
	align-items: stretch;
}
#ttcategorytabs .owl-carousel .owl-nav {
    top: -70px;
    right: -20px;
}
@media (max-width: 1199px) {
    #ttcategorytabs .tabs {
        padding: 15px;
    }
    #ttcategorytabs .cat-slider {
        padding: 20px 5px;
    }
}
@media (max-width: 991px) {
    #ttcategorytabs .category-inner {
        display: block;
    }
    #ttcategorytabs .tabs {
        padding: 0;
        width: 100%;
        margin: 0 0 15px;
        float: left;
    }
    #ttcategorytabs .tab-content {
        width: 100%;
    }
    #ttcategorytabs .categoryimage {
        width: 30%;
    }
    #ttcategorytabs .cat-slider {
        width: 70%;
    }
    #ttcategorytabs .nav-tabs li.nav-item a {
        font-size: 12px;
        line-height: 14px;
        width: auto;
        padding: 5px 10px;
    }
    #ttcategorytabs .tabs ul {
        padding: 15px;
        display: flex;
        margin: 0;
        overflow-x: auto;
    }
    #ttcategorytabs .tabs ul li.nav-item.item {
        flex: 0 0 auto;
    }
    #ttcategorytabs .owl-carousel .owl-nav {
        position: relative;
        float: left;
        width: 100%;
        text-align: center;
        margin: 15px 0 0;
        top: auto;
        bottom: auto;
        left: 0;
        right: 0;
    }
}
@media (max-width: 670px) {
    #ttcategorytabs .categoryimage {
       display: none;
    }

    #ttcategorytabs .cat-slider {
        width: 100%;
        float: left;
    }
}
@media (max-width: 543px) {
    #ttcategorytabs .cat-slider {
        padding: 15px 0;
    }
    #ttcategorytabs {
        margin: 0 0 20px;
    }
}