		.slick-prev {
    left: 4px;
    z-index: 1;
    width: 36px;
    height: 36px;
}

.slick-next {
    right: 5px;
    z-index: 1;
    width: 36px;
    height: 36px;
}
		.slick-next:before, .slick-prev:before {
			font-size: 35px;
		}

 .trending-carousel   .owl-controls .owl-nav div{ display: inline-block!important; }     
 .trending-carousel   .owl-controls .owl-nav div.owl-prev, .trending-carousel   .owl-controls .owl-nav div.owl-next{ 
    position: absolute;
       top: 117px;
    font-size: 0;
    background: none;    
  }

.trending-carousel   .owl-controls .owl-nav div.owl-prev{ left: 0;     left: -32px;}
.trending-carousel   .owl-controls .owl-nav div.owl-next{right: 0;    right: -32px;}
.trending-carousel .owl-controls .owl-nav [class*=owl-]:hover{ 
    background: none;
    color: #fff;
    text-decoration: none;
 }
.trending-carousel   .owl-controls .owl-nav div.owl-prev:before{     content: '←'; font-family: slick;
       font-size: 35px;
    line-height: 1;
    opacity: .75;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;}
.trending-carousel   .owl-controls .owl-nav div.owl-next:before{content: '→'; font-family: slick;
    font-size: 35px;
    line-height: 1;
    opacity: .75;
     color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;}

    @media only screen and (max-width: 767px) {
        .trending-carousel .owl-controls .owl-nav div.owl-next{
            right: 0px;
        }
        .trending-carousel .owl-controls .owl-nav div.owl-prev{
            left: 0px;
        }
        .trending-carousel .owl-controls .owl-nav div.owl-next:before,.trending-carousel .owl-controls .owl-nav div.owl-prev:before{
            color: #dedddd;
        }
    }


