/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .select-checkout-field{
    color: #444;
    line-height: 28px;
    cursor: pointer;
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 28px;
    margin: 0 0 -4px;
    box-sizing: border-box;
 }