.tab-category-container-slider .title_block{
    display: inline-block;
    width: 100%;
}

.tab-category-container-slider .tab_cate_best_container{
    /* margin-top: 15px; */
}
ul.tab_cates_best {
    /* margin-bottom: -6px;*/
    text-align: center;
     border-bottom: 3px solid #f2f1ef; 
}
ul.tab_cates_best li {
    /* background: #F8F3ED none repeat scroll 0 0; */
    /* box-shadow: 1px 1px #f9f9f9; */
    /* color: #000; */
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    margin-bottom: -3px;
    padding: 1em 1em .15em;
    /*text-transform: uppercase;*/
    /* transition: all 0.5s ease-in-out 0s; */
}
ul.tab_cates_best li.active,
ul.tab_cates_best li:hover {
    /*background: #EA3665;*/
    
}
.category_tab.active::before,
.category_tab:hover::before {
    background:white!important;
    display: none;
}
.tab_category_best_slider {
	display: none;
}
