.horizontal_mode .tab_3_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_3_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_3_cates li.active, ul.tab_3_cates li:hover{
	color: #f9ad81;
    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_3 .title_block{border-top-color: #f9ad81; color: #f9ad81;}
.tab-category-container-slider_3 .owl-buttons [class^="carousel-"] span:hover{
	background-color: #f9ad81;
    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_3 .one-categories{background: #f9ad81;}
.tab-category-container-slider_3.block{margin-bottom: 60px;}















