.easy-checkout.easy-checkout-checkout-form h3.easy-checkout-title{
    border-bottom: 3px solid #41B99D;
    padding: 0 0 10px;
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 15px;
    margin-top: 0;
}
.easy-checkout.easy-checkout-checkout-form h3{
    border-bottom: 2px solid #41B99D;
    padding: 10px 0;
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.easy-checkout.easy-checkout-checkout-form h3.easy-checkout-title span{
    background: #41B99D;
    height: 30px;
    width: 30px;
    line-height: 30px;
    color: #ffffff;
    font-size: 16px;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
}
.easy-checkout.easy-checkout-checkout-form input[type="text"], .easy-checkout.easy-checkout-checkout-form input[type="password"], .easy-checkout.easy-checkout-checkout-form input[type="datetime"], .easy-checkout.easy-checkout-checkout-form input[type="datetime-local"], .easy-checkout.easy-checkout-checkout-form input[type="date"], .easy-checkout.easy-checkout-checkout-form input[type="month"], .easy-checkout.easy-checkout-checkout-form input[type="time"], .easy-checkout.easy-checkout-checkout-form input[type="week"], .easy-checkout.easy-checkout-checkout-form input[type="number"], .easy-checkout.easy-checkout-checkout-form input[type="email"], .easy-checkout.easy-checkout-checkout-form input[type="url"], .easy-checkout.easy-checkout-checkout-form input[type="search"], input[type="tel"], .easy-checkout.easy-checkout-checkout-form input[type="color"], .easy-checkout.easy-checkout-checkout-form .uneditable-input{
    width: 90%;
    height: 32px;
    display: block;
    border-color: #eeeeee;
}
.easy-checkout.easy-checkout-checkout-form input[type="file"], .easy-checkout.easy-checkout-checkout-form input[type="image"], .easy-checkout.easy-checkout-checkout-form input[type="submit"], .easy-checkout.easy-checkout-checkout-form input[type="reset"], .easy-checkout.easy-checkout-checkout-form input[type="button"], .easy-checkout.easy-checkout-checkout-form input[type="radio"], .easy-checkout.easy-checkout-checkout-form input[type="checkbox"] {
    width: auto;
}
.easy-checkout.easy-checkout-checkout-form label{
    color: #777;
}
.easy-checkout.easy-checkout-checkout-form .easy-checkout-returning-customer a{
    color: #333;
    text-decoration: underline;
}
.easy-checkout.easy-checkout-checkout-form .easy-checkout-returning-customer a:hover, .easy-checkout.easy-checkout-checkout-form .easy-checkout-returning-customer a:focus{
    color: #41B99D;
    outline: none;
}
.easy-checkout.easy-checkout-checkout-form textarea{
    width: 95%;
    height: 100px;
    border-color: #eeeeee;
}
.easy-checkout.easy-checkout-checkout-form input[type="reset"], .easy-checkout.easy-checkout-checkout-form input[type="radio"], .easy-checkout.easy-checkout-checkout-form input[type="checkbox"] {
    width: auto;
    position: relative;
    top: 1px;
    margin-bottom: 10px;
    margin-right: 5px;
}
.easy-checkout.easy-checkout-checkout-form .chzn-container.chzn-container-single{
    margin-bottom: 9px;
    width: 100% !important;
}
.easy-checkout.easy-checkout-checkout-form .chzn-container .chzn-single{
    height: 42px;
    background: #fff;
    border-radius: 3px;
    line-height: 42px;
    width: 100%;
    vertical-align: middle;
    box-shadow: none;
    border-color: #eeeeee;
}
.easy-checkout.easy-checkout-checkout-form .chzn-container .chzn-single div b {
    background-position: -15px 12px;
}
.chzn-container-active.chzn-with-drop .chzn-single div b {
    background-position: -15px 12px;
}
.easy-checkout-row{
    background: #fff;
}
.easy-checkout-row .easy-checkout-column{
    background: #F4F4F4;
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    border: 1px solid #eeeeee;
}
.easy-checkout.easy-checkout-checkout-form .btn-primary{
    background: #41B99D;
    border-color: #41B99D;
    font-weight: 500;
    padding: 8px 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.easy-checkout-returning-customer.easy-checkout-column{
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
}
.easy-checkout-returning-customer #easy-returning-customer-login-form{
    padding-top: 15px;
}
.easy-checkout-returning-customer #easy-returning-customer-login-form .btn-primary{
    margin-top: 5px;
    margin-bottom: 5px;
}
#easy-checkout-billing-address .row-fluid [class*="span"] {
    margin-left: 0px;
}
#easy-checkout-billing-address .row-fluid [class*="span"]:first-child {
    margin-right: 4px;
}
#easy-checkout-billing-address br{
    display: none;
}
#same_as_billing_address{
    float: left;
    top: -1px;
}
.j2store-cart-table{
    background: #ffffff;
}
.j2store-cart-table th{
    text-transform: uppercase;
}
