#content-wrap #shopping-cart-table input[type="text"]{
    background: #DBDBDB;
    border: 0;
    border-radius: 0;
    font-family: Poppins;
    font-weight: 500;
    color: #494949;
    height: 45px;
    font-size: 14px;
    line-height: 30px;
    padding: 0 12px !important;
    text-indent: 0 !important;
    width: 100%;
}

#content-wrap #shopping-cart-table select{
    font-family: Poppins;
    font-weight: 500;
    color: #494949;
    height: 45px;
    background: #DBDBDB;
    border: 0;
    border-radius: 0;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
    position: relative;
    background-image: url(/media/dropdown-arrow.png);
    background-position: 95% center;
    background-repeat: no-repeat;
    font-size: 14px;
    line-height: 30px;
    padding: 0 12px !important;
    text-indent: 0 !important;
}

#content-wrap #shopping-cart-table input[type="submit"] {
    background: #AA182C;
    color: #fff;
    padding-left: 50px !important;
    padding-right: 50px !important;
    margin-top: 30px;
}

#content-wrap #shopping-cart-table .step-title{
    font-family: Poppins;
    font-weight: 600;
    color: #fff;
    background-color: #494949;
    display: inline-block;
    padding: 15px 20px !important;
    width: auto !important;
    margin-bottom: 15px;
}

#content-wrap #shopping-cart-table .step-title h2{
    margin-top: 0;
    margin-bottom: 0;
}

#shopping-cart-table .button-generic, 
#shopping-cart-table .submit_button, 
.login-payment .submit_button, .login-payment .button, .user-login-wrapper .login-payment .submit_button, .user-login-wrapper .login-payment .button, #content-wrap .user-login-wrapper .login-payment a.button {
    background-color: #AA182C;
    color: #fff;
}

#content-wrap .cart #shopping-cart-table tbody tr td input[type="submit"]{
    background-color: #AA182C;
    color: #fff;
}

#content-wrap .payment-stage2#shopping-cart-table .col-main > div.row > div{
    text-align: left;
}

#content-wrap .payment-stage2#shopping-cart-table .col-main > div.row > div.col-md-6 > div:first-child{
    text-align: left;
    margin-top: 15px;
    margin-bottom: 15px;
}

#content-wrap .payment-stage2#shopping-cart-table .col-main > div.row > div.col-md-6 > div:first-child div.row{
    text-align: left;
    margin-top: 25px;
}

#content-wrap .payment-stage2#shopping-cart-table .col-main > div.row > div label {
    min-width: 120px;
    margin-right: 10px;
    float: left;
    font-weight: 600;
}

#content-wrap div#basket > div,
#content-wrap div#basket > hr,
#content-wrap div#checkout-progress-wrapper > div > div,
#content-wrap div#checkout-progress-wrapper > div > hr {
    float: left;
    width: 100%;
}

#content-wrap div#basket hr,
#content-wrap div#checkout-progress-wrapper hr {
    border-color: #e4e4e4;
}

#content-wrap div#basket > div > label,
#content-wrap div#checkout-progress-wrapper > div > div > label{
    float: left;
}

#content-wrap div#basket > div > span.basket_totals{
    float: right;
}

#content-wrap #shopping-cart-table .back-button-form{
    text-align: left;
}

#content-wrap #shopping-cart-table input[type="submit"].back_button{
    margin-top: 0;
    text-align: left;
}

#content-wrap form[action="/payment-user-login"] #shopping-cart-table tbody tr td:nth-child(1){
    padding-top: 24px;
    padding-right: 15px;
    vertical-align: top;
}

#content-wrap form[action="/payment-user-login"] #shopping-cart-table tbody tr td:nth-child(3){
    vertical-align: top;
    padding-top: 15px;
}

#content-wrap form[action="/payment-user-login"] #shopping-cart-table tbody tr td input[type="submit"]{
    margin-left: 0 !important;
    margin-top: 30px;
    display: block;
}
.login-payment .login-payment-form .submit_button {
    margin-bottom: 20px;
}
.login-payment .login-payment-option .button {
    width: 100%;
    margin-left: 15px;
    margin-right: 15px;
}
.login-payment .login-payment-form a.forgotpass {
    padding: 20px 0;
    display: block;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin: 15px 0;
}
.payment-last #checkout-button {
    margin-top: 30px;
}