.pagination > li > a:hover {
    background: #555 none repeat scroll 0 0;
    color: #fff;
}
.page.selected > a{
    background: #868c93 none repeat scroll 0 0;
    color: #fff;
}
.list-group
{
    margin-bottom: 0 !important;
}
.catalog-main-image {
    max-height:115px;
    overflow: hidden;
    position:relative;
    text-align: center;
}
.catalog-main-image img{
    display: block;
    margin: 0 auto;
}
.catalog-item .sticker-new{
    right: 0px;
}
.nice-select {
    width: 100%;
}
.sort-select {
    width: 200px;
    max-width: 100%;
}

.nice-select .list {
    right: 0;
}
.nice-select .current {
    width: 100%;
    display: block;
    overflow: hidden;
}

.woocommerce ul.products li.product:nth-child(3n+4) {
    clear: both;
}