.owl-stage{
  transform: translate3d(0px, 0px, 0px);
   transition: all 0s ease 0s; 
   width: 188px; 
   padding-left: 15px; 
   padding-right: 15px;
}
 .owl-stage-content {
    position: relative;
  }
  .owl-stage-content .owl-theme .custom-nav {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
  }
  .owl-stage-content .owl-theme .custom-nav .owl-prev, .owl-stage-content .owl-theme .custom-nav .owl-next {
    position: absolute;
    height: 100px;
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
  }
  .owl-stage-content .owl-theme .custom-nav .owl-prev i, .owl-stage-content .owl-theme .custom-nav .owl-next i {
    font-size: 2.5rem;
    color: #cecece;
  }
  .owl-stage-content .owl-theme .custom-nav .owl-prev {
    left: 0;
  }
  .owl-stage-content .owl-theme .custom-nav .owl-next {
    right: 0;
  }

  .item {

    margin: 0;
    padding: 0;
    border: 0;
    /* font-size: 100%; */
    font: inherit;
    vertical-align: baseline;

  }
   
  .item-sub-text {
    font-size: 0.7rem ;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .item-sub-img {
    height: 55px;
    text-align: center;
  }
  .img-cate {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    display: initial !important;
 }


 /* Large devices (desktops, 992px and up) */
 @media (min-width: 1024px) {

  .item-sub-text {
    font-size: 0.9rem ;
  }

}