/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

ul.wooc_sclist {
    width: 100%;
    float: left;
    padding: 0;
}
ul.wooc_sclist li {
    width: auto;
    display: inline-block;
    float: left;
}
ul.wooc_sclist li a:hover {
    /*background: #000;*/
}
.cat-wrap {
    background: #fff;
    color: #000;
    float: left;
    box-shadow: 4px 3px 21px #e2e2e2;
    width: 160px;
    text-align: center;
    margin-right: 10px;
}
.cat-wrap a.cat-link {
    width: 100%;
    float: left;
    margin-top: 10px;
    background: #f17c06;
    color: #fff;
    padding: 10px;
}
.cat-wrap img {
    padding: 10px;
}
.cat-wrap:hover a.cat-link {background: #000;}