@charset "utf-8";
/* CSS Document */

/*  																							product category */
#content ul.product-cats.mywoo {
	clear: both;
}
#content ul.product-cats.mywoo li {
    float: none;
    display: inline-block;
    width: calc(100% / 2 - 30px);
    vertical-align: top;
}
#content ul.product-cats.mywoo li img {
    max-height: 215px;
    max-width: 300px;
    width: 100%;
    height: inherit;
	border-radius: 20px;
	margin-left: auto !important;
    margin-right: auto !important;
}
#content ul.product-cats.mywoo li h2, #content ul.product-cats.mywoo li h2 a {
    color: #864545 !important;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
	background-position:center bottom;
    text-align: center;
	min-height: 65px;
}
#content ul.product-cats.mywoo li h2 .count {
	display: none;
}
#content ul.product-cats.mywoo li > a, #content ul.product-cats.mywoo li > a:hover {
    display: block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    background-color: #678825;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    margin: -10px auto 30px;
    text-align: center;
}
/* category - description */
ul.product-cats.mywoo li > p {
    text-align: center;
    margin-top: -15px;
    padding-bottom: 30px;
}
ul.product-cats.mywoo {
    margin-left: 0;
}