.horizontal_mode .tab_4_cates{
	position: absolute;
    z-index: 1;
    margin-top: 0;
    top: -2px;
    margin-bottom: 0;
    left: 50%;
    transform: translateX(-50%);
	font-weight: normal;
    text-transform: capitalize;
}
ul.tab_4_cates li{
	font-size: 12px;
    color: #444;
    padding: 0;
    cursor: pointer;
    display: inline-block;
    position: relative;
    margin: 0 20px;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}
ul.tab_4_cates li.active, ul.tab_4_cates li:hover{
	color: #f26d7d;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}
.tab-category-container-slider_4 .title_block{border-top-color: #f26d7d; color: #f26d7d;}
.tab-category-container-slider_4 .owl-buttons [class^="carousel-"] span:hover{
	background-color: #f26d7d;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}
.tab-category-container-slider_4 .one-categories{background: #f26d7d;}
.tab-category-container-slider_4.block{margin-bottom: 60px;}















