/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
.product-variants > .product-variants-item select {
    border: 1px solid #f1f1f1;
    height: 2.5rem;
    width: 400px;
    outline: none;
    padding: 0 15px;
    margin-left: 25px; }