.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
    font-family: 'fontAwesome';
}
.latest-products-hm .owl-nav {
    float: left;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    width: 100%;
    z-index: 9999;
}
.latest-products-hm .owl-carousel .owl-nav button.owl-next, .latest-products-hm .owl-carousel .owl-nav button.owl-prev, .latest-products-hm .owl-carousel button.owl-dot {
    background: transparent;
    border: none;
    border-radius: 100%;
    color: #fff;
    background: #00aff0;
    border-radius: 50%;
    height: 36px;
    line-height: 36px;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 36px;
}
.latest-products-hm .owl-carousel .owl-nav button.owl-prev {
    left: -50px;
}
.latest-products-hm .owl-carousel .owl-nav button.owl-next {
    right: -50px;
}
.latest-products-hm .owl-carousel .owl-nav .owl-prev span, .latest-products-hm .owl-carousel .owl-nav .owl-next span {
    font-size: 25px;
    line-height: 34px;
}
.latest-products-hm .owl-dots {
    display: none;
}
.btn-col{
    text-align: center;
    margin-top:45px;
}
.btn-col span .btn-primary{
    width: 300px;
    margin: 0 auto;
}