.fb-picker-products-product {
    padding: 10px 0 30px 0;
}

a.fb-picker-productimage {
    cursor: pointer;

    /* force this <a> tag to be square */
    display: block;
    position: relative;
    height: 0;
    padding-bottom: 100%;
    
    overflow: hidden;

}

a.fb-picker-productimage img {
    /* center the <img> vertically within the <a> */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /* ...and center it horizontally as well */
    left: 0;
    right: 0;
    margin: auto;
}

/* cancel Bootstrap's style...*/
#filters.fence-builder .checkbox-inline + .checkbox-inline {
    margin-left: 0;
}

/* ...and use our own */
#filters.fence-builder .checkbox-inline {
    margin-right: 10px;
}

.fb-picker-btn-row {
    margin-left: -5px;
    margin-right: -5px;
}

/* clearfix */
.fb-picker-btn-row:before,
.fb-picker-btn-row:after {
    content: " ";
    display: table;
}
.fb-picker-btn-row:after {
    clear: both;
}

.fb-picker-btn-col {
    float: left;
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
}
