

#innovative_woo_category {
    display: flex;
    justify-content: space-between;
    margin: 20px 0px;
}

#innovative_woo_category .single-category {
    background: #fff;
    padding: 20px;
    box-shadow: 0px 0px 9px 3px #80808029;
    border-radius: 5px;
}

#innovative_woo_category img.cat-img {
    width: 100px;
    border: 1px solid;
    display: block;
}

#innovative_woo_category p.cat-name{
    text-align: center;
    margin: 15px 0px 0px 0px;
}


/* ========== Start styling list category =================== */

#innovative_woo_category_list .single-category {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #80808029;
    padding: 10px 20px;
    border-radius: 3px;
}
#innovative_woo_category_list .single-category:last-child{
    margin-bottom: 0px;
}

#innovative_woo_category_list img.cat-img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 15px;
}

#innovative_woo_category_list .cat-name a {
    color: #000;
}

#innovative_woo_category_list .count {
    background: #009688;
    color:#fff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 15px;
}

/* ========== Start styling Slider category =================== */

#innovative_woo_category_slider{
    position: relative;
}
#innovative_woo_category_slider .single-category {
    margin: 20px;
    box-shadow: 0px 0px 11px 0px #a9a9a936;
    padding: 25px;
    border-radius: 5px;
}
#innovative_woo_category_slider p.cat-name {
    text-align: center;
    margin: 0px;
    padding: 20px 0px 0px 0px;
    
}
#innovative_woo_category_slider p.cat-name a{
    color: #000;
}
#innovative_woo_category_slider .owl-nav {
    position: absolute;
    top: 37%;
    width: 100%;
}
#innovative_woo_category_slider button.nav-btn{
    padding: 0px;
}
#innovative_woo_category_slider .owl-nav .owl-prev {
    position: absolute;
    left: -25px;
    background: transparent
}
#innovative_woo_category_slider .owl-nav .owl-next {
    position: absolute;
    right: -25px;
    background: transparent
}
#innovative_woo_category_slider .owl-nav button:focus{
    border: none;
    outline: none;
}
#innovative_woo_category_slider .nav-btn{
    background: transparent;
}
#innovative_woo_category_slider .owl-nav i, 
#innovative_woo_category_slider .owl-nav svg, 
#innovative_woo_category_slider .owl-nav span {
    background: #2196F3;
    color:#fff;
    padding: 10px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#innovative_woo_category_slider .owl-nav svg path{
    fill: #fff;
}

#innovative_woo_category_slider button.owl-dot:focus{
    border: none;
    outline: none;
}
#innovative_woo_category_slider .owl-dot span {
    width: 14px;
    height: 14px;
    background: #000000;
    border-radius: 50%;
}

#innovative_woo_category_slider .owl-dot.active span {
    background: #2196F3;
    width: 25px;
    border-radius: 10px;
}