.owl-prev {
       width: 15px;
       height: 50px;
       position: absolute;
       top: 45%;
       margin-left: -10px;
       display: block!IMPORTANT;
       border:0px solid black;
}

.owl-next {
       width: 15px;
       height: 50px;
       position: absolute;
       top: 45%;
       right: -15px;
       display: block!IMPORTANT;
       border:0px solid black;
}
.owl-prev i, .owl-next i {transform : scale(1.5,2); color: #36c;}