/* Start custom CSS */select#elotag {
    width: 80px;
    margin-right: 10px;
}

input.masodikresz {
    border-color: rgba(0,0,0,0.09);
    color: #777777;
    border: 1px solid;
    outline: none;
    box-shadow: none;
    text-align: left;
    line-height: 1.42857;
    padding: 8px 12px;
    font-size: .85rem;
    vertical-align: middle;
    height: auto;
    width: calc(100% - 90px);
}

input#billing_phone {
    display: none !important;
}

select#elotag {
    width: 80px;
    margin-right: 10px;
    float: left;
    border-radius: 20px;
}

p.form-row.form-row-wide.create-account.woocommerce-validated {
    display: none !important;
}/* End custom CSS */