#ttcategorytabs .categoryimage .category_img {
    max-width: 100%;
}
#ttcategorytabs .tab-content .tab-pane {
    padding: 0px;
    border: none;
    background: none;
}
#ttcategorytabs .tab-content .products {
    position: relative;
    margin-bottom: 0;
}
#ttcategorytabs {
    display: inline-block;
    float: none;
    margin: 0 auto 30px;
    padding: 0;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
#ttcategorytabs .customNavigation {
    position: absolute;
    top: 0;
    right: 0;
}
@media (max-width: 1199px) {
    #ttcategorytabs {
        margin: 0 auto 15px;
    }
}
@media (max-width: 767px) {
    #index #ttcategorytabs .tt-title {
        float: none;
        width: 100%;
    }
    #ttcategorytabs .customNavigation {
        top: 45px;
    }
}
@media (max-width: 543px) {
    #ttcategorytabs {
        margin: 0 auto;
    }
    #ttcategorytabs .tab-content .products {
        float: left;
        margin: 0;
        width: 100%;
    }
    #ttcategorytabs .customNavigation {
        position: static;
    }
}