#ttcategorytabs {
	margin: 0 0 40px;
}
#ttcategorytabs .title {
    float: left;
    width: 100%;
}
#ttcategorytabs .categoryimage {
	width:20%;
	padding:0;
}
#ttcategorytabs .cat-slider {
	width: 100%;
	background: #fff;
	padding: 20px 15px;
}
#ttcategorytabs .tabs {
	padding: 30px 30px;
	background: #111111;
}
#ttcategorytabs .tab-content {
    padding: 0;
}
#ttcategorytabs h3.tt-title {
    font-size: 1.5rem;
    color: #101010;
}
#ttcategorytabs .sub-title{
    vertical-align: bottom;
    display: inline-block;
    padding-top: 2px;
    margin-left: 10px;
    color: #9c0000;
}
ul#ttcategory-tabs {
    float: left;
    width: 100%;
    margin: 0;
}
#ttcategorytabs .tab-content .active {
    padding: 0 0;
    display: block;
    float: left;
    width: 100%;
}
#ttcategorytabs .nav-tabs li.nav-item a {
    font: 500 14px/16px var(--secondary-font);
    margin: 0;
    padding: 5px 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: #ff0000;
    cursor: pointer;
}
#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;
}
#ttcategorytabs .ttproduct-desc,
#ttcategorytabs .products .product-grid .product-description{
    min-height: 100px;
    display: inline-block;
    width: 100%;
}
@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;
        background: #ffffff;
    }
    #ttcategorytabs .tab-content {
        width: 100%;
    }
    #ttcategorytabs .categoryimage {
        width: 30%;
    }
    #ttcategorytabs .cat-slider {
        width: 70%;
    }
    #ttcategorytabs .nav-tabs li.nav-item a {
        font-size: 15px;
        line-height: 17px;
        width: auto;
        padding: 5px 10px;
        color: #000000;
    }
    #ttcategorytabs .tabs ul {
        padding: 15px;
        display: flex;
        margin: 0;
        overflow-x: auto;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: space-between;
        justify-content: flex-start;
        align-items: stretch;
    }
    #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 15px;
    }
    #ttcategorytabs {
        margin: 20px 0 50px;
    }
}