/* Your custom style */

.products-grid .swatch-attribute{
    visibility: hidden;
}

.product-item-info:hover .swatch-attribute{
    visibility: visible;
}


.swatch-attribute-options a.swatch-option-link-layered .swatch-option {
  height:35px;
  width:35px;
}

.product-item .swatch-option.color, .product-item .swatch-option.image {
  height:35px !important;
  width:35px !important;
}
.block.filter .filter-options .filter-options-content .count {
    color: #858585;
    border: 1px solid #858585;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
    height: 15px;
    line-height: 13px;
    font-size: 10px;
    padding: 0 2px;
    margin-left: 2px;
    vertical-align: text-top;
    opacity: .5;
    font-family: arial;
    min-width: 15px;
    text-align: center;
    display: none;
}

