.tew-woo-cats-section{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.tew-woo-cats-section li{
    padding: 10px 2px 10px 4px;
}
.tew-woo-cats-section li div{
    padding: 4px 10px;
    /*border: 1px solid #f8f8f8;*/
    /*margin-right: 20px;*/
    display: flex;
    justify-items: center;
    align-items: center;
    background: #FFF;
}
.tew-woo-cats-section li img{ width: 40px !important; height: 40px !important; margin: 0 !important }
.tew-woo-cats-section li .cat_name{
    margin: 0; 
    margin-left: 10px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
}
.tew-woo-cats-section:before{content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1rem;
    right: -1rem;
    background-color: #2f435b;
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
    z-index: -1;}
.tew-woo-cats-section .owl-dots{
    display: none;
}
.tew-woo-cats-section .owl-nav{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.tew-woo-cats-section .owl-prev{
    position: absolute;
    left: -15px;
    top: -55px;
    color: #FFF !important;
    font-size: 55px !important;
}
.tew-woo-cats-section .owl-next{
    position: absolute;
    right: -15px;
    top: -55px;
    color: #FFF !important;
    font-size: 55px !important;
}