.horizontal-scrollable-tabs .arrow-right {
  right: 0;
    width: 50px;
  text-align:right;
  content: "";
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#191a1d+0,191a1d+100&0+0,1+100 */
background: -moz-linear-gradient(left,  rgba(25,26,29,0) 0%, rgba(25,26,29,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(25,26,29,0) 0%,rgba(25,26,29,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(25,26,29,0) 0%,rgba(25,26,29,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00191a1d', endColorstr='#191a1d',GradientType=1 ); /* IE6-9 */

}
.horizontal-scrollable-tabs .arrow-left {
  left: 0;
      width: 50px;
  text-align:left;
  content: "";
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#191a1d+0,191a1d+100&1+0,0+100 */
background: -moz-linear-gradient(left, rgba(25,26,29,1) 0%, rgba(25,26,29,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(25,26,29,1) 0%,rgba(25,26,29,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(25,26,29,1) 0%,rgba(25,26,29,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#191a1d', endColorstr='#00191a1d',GradientType=1 ); /* IE6-9 */
}
/* Customize your arrows here */
.horizontal-scrollable-tabs .scroller {
  font-size: 18px;
  color: #f64616;
  padding: 5px 10px; 
  line-height:27px;
  margin:20px 0;
  display: none;
  position:absolute;
  cursor:pointer;
  z-index:999;
}
@media (max-width:767px) {
  .horizontal-scrollable-tabs .scroller {
    height:40px;
    padding:0;
  }
  .horizontal-scrollable-tabs .scroller img {
    display:none;
  }
}
.horizontal-scrollable-tabs {
  height:60px;
  overflow:hidden;
}
.horizontal-scrollable-tabs .scroller.disabled {
  display:none !important;
}
.horizontal-scrollable-tabs .horizontal-tabs .nav-tabs-horizontal {
  overflow-x: auto;
  overflow-y: hidden;
  display: -webkit-box;
  display: -moz-box;
}
/* As it has a mobile focus the scrollbar is removed */
.horizontal-scrollable-tabs .horizontal-tabs .nav-tabs-horizontal::-webkit-scrollbar {
  width: 0 !important;
}
/* It's good to add a min-width so that the items have the same width */
.horizontal-scrollable-tabs .horizontal-tabs .nav-tabs-horizontal > li {
  float: none;
  min-width: 50px;
  text-align: center;
}
.horizontal-scrollable-tabs .cat-item-none {
  display:none;
}