.wp-category-slider {
    margin-top: 2rem;
}

.wp-category-slider .owl-nav {
    position: absolute;
    right: 10px;
    top: -50px;
    font-size: 14px;
 } 

.wp-category-slider {
    margin-bottom: 20px;
}

.wp-category-slider .owl-next:after {
    /* content: "\f054";*/
    content: "\e409";
    display: block;
    font-size: 20px;
    font-weight: 500;
    color: #444;
    padding: 0 0 0 3px;
}

.wp-category-slider .owl-prev:after {
    /* content: "\f053";*/ 
    content: "\e408";
    display: block;
    font-size: 20px;
    font-weight: 500;
    color: #444;
    padding: 0;
}

.wp-category-slider .owl-prev {
    background: #ddd;
    margin-right: 5px;
}

.wp-category-slider .owl-next {
    background: #ddd;
}

.wp-category-slider .owl-next, .wp-category-slider .owl-prev {
    width: 25px;
    height: 25px;
    line-height: 24px;
    float: left;
    display: block;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    /* font-family: "FontAwesome"; */
    font-family: "Material Icons"; 
    text-align: center;
}

