﻿body 
{
    border-top: solid 4px #000000;
    border-bottom: solid 3px #000000;
    padding-top: 1em;
}

.checkout h4 
{
    text-transform: uppercase;
    border-bottom: 1px solid rgb(232,232,232);
    padding-bottom: 4px;
    margin-bottom: 20px;
}

.checkout .step 
{
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    line-height: 40px;
    background-color: #000;
    padding: 0 15px;
    margin-right: 10px;
    display: inline-block;
}

.checkout .checkout-item-image 
{
    max-height: 100px;
}

.checkout-diff-address 
{
    padding-left: 15px;
}

.checkout-diff-address label
{
    font-weight: 400;
    display: inline-block;
    font-size: 0.8em;
}

.login-section
{
    border-right: 1px solid rgb(232,232,232);
    text-align: center;
    padding-bottom: 1em;
}

.btn-black
{
    background-color: #333;
    border-radius: 0;
    color: #FFF;
    background-image: none;
    text-shadow: none;
    border: none;
    padding: 0.5em 1em;
}

.login-loader
{
    padding-right: 1em;
    display: none;
}

@media(max-width: 767px) {
    .login-section
    {
        border: none;
        padding-top: 1em;
    }
}