body.checkout{
    background: #fafafa;
}

button.button-large{
    background: #2ab612;
    color: #fff;
    width: 100%;
    padding: 10px 0;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

button.button-large:active, button.button-large:focus{
    outline: none;
}

/*
    HEADER
 */
#header-checkout #header {
    padding: 0;
}

#header-checkout h4 {
    font-size: 26px;
    color: #fff;
    margin-top: 17px;
    text-align: right
}

.header-checkout .page-header h1 {
    color: #666;
    font-size: 36px;
    font-weight: 400;
    margin: 0
}

#header-checkout .background-header{
    background: #fff;
}

#header-checkout{
    border-bottom: 1px solid #ddd;
}


#header-checkout .login a {
    font-size: 12px;
}

#header-checkout .box-top-login a{
    color: #C0151C;
}

#header-checkout .box-top-login{
    -webkit-box-shadow: 10px 0 15px -10px rgba(85,85,85,0.7) inset;
    -moz-box-shadow: 10px 0 15px -10px rgba(85,85,85,0.7) inset;
    box-shadow: 10px 0 15px -10px rgba(85,85,85,0.7) inset;
    background-color: #fafafa;
    padding: 22px 10px 0;
    height: 85px;
    text-align: right;
}

#header-checkout .box-top-login h3{
    margin: 0;
    font-size: 16px;
}

#header-checkout .logo-checkout img{
    margin-top: 12px;
}

#header-checkout #lbl-name-logged {
    font-weight: 700
}


/* STEPS CHECKOUT */
.steps-checkout{
    border-bottom: 1px solid #ddd;
    text-align: center;
    padding: 0;
    background: #fafafa;
    margin-bottom: 30px;
}

.steps-checkout ul{
    margin: 0;
    padding: 0;
}

.steps-checkout ul li{
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    color: #7d7d7d;
    text-transform: uppercase;
    margin-right: -4px;
    font-size: 20px;
    line-height: 60px;
    padding: 0 50px;
}


.steps-checkout ul li.active{
    background: #686868;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}


/**
 RESPONSIVE
 */
 @media only screen and (max-width:780px) {
    .steps-checkout{
        text-align: left;
    }

    .steps-checkout ul li{
        display: block;
        margin-left: 0;
        margin-bottom: 8px;
    }

    #header-checkout .box-top-login{
        margin-left: -24px;
    }

    #header-checkout .col-md-offset-5{
        background: #fafafa;
    }

    .steps-checkout ul li i{
        display: none;
    }

    .shipping_content{
        margin-bottom: 10px;
    }
    .shipping_content span.icon{
        left: -14px;
    }

    .shipping_content span.info{
        padding-left: 7px;
        width: 81%;
        line-height: 14px;
    }

    .shipping_content .shipping_list .link{
        height: 100%;
    }

    .shipping_content .shipping_list .link a{
        line-height: 87px;
    }

    .panel-body.shipping_list.selected{
        padding: 5px 15px 35px;
    }

    .shipping_content .shipping_list.selected .link{
        height: 30px;
        width: 100%;
        top: 70%;
    }

    .shipping_content .shipping_list.selected .link a{
        line-height: 15px;
        width: 100%;
        height: 30px;
    }

    .shipping_content .shipping_list.selected span.info{
        padding-left: 7px;
        width: 100%;
        line-height: 17px;
        display: block;
    }


    .steps-checkout ul li{
        display: inline-block;
        margin-right: -4px;
        width: 33.3%;
        font-size: 10px;
        text-align: center;
        margin-bottom: 0;
        line-height: 20px;
        background: #fff;
        padding: 25px 0;
    }

    .steps-checkout ul li.active{
        font-size: 13px;
        font-weight: 700;
    }

    #button-confirm{
        font-size: 16px;
    }
}



.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color:none;
}