.facing label.col-lg-3{
    width:45%;
}
.facing-product-variants>.product-variants-item select {
    background-color: #fff;
    width: auto;
    padding-right: 1.875rem;
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,.2);
}
.facing-product-variants>.product-variants-item ul li {
    margin-right: .625rem;
}
.facing-product-variants li.selected img {
    border: solid;
    border-width: 2px;
}
.facing-product-variants li img {
    border-radius: 90px;
    border: solid 1px lightgray;
}
#add-to-cart-or-refresh > div.js-product-variants.facing-product-variants > div:nth-child(3){
    margin-top: 10px;
}