input.count,
input.count:focus{
    width: 45px;
    padding: 10px;
    text-align: right;
    height: 25px;
}
table#cart-table{
    width: 100%;
}
table#cart-table th,
table#cart-table td{
    padding: 15px 0;
    text-align: center;
}
table#cart-table th,
table#cart-table tr.cart-row td{
    text-align: center;
    border-bottom: 1px solid #5a4437;
}
table#cart-table td h3{
    margin: 0;
}
a.delete-purchase{
    /*margin: 0;*/
    float: right;
    width: 40px;
    height: 40px;
    background: url(/static/images/closebrown.png)no-repeat center left;
    margin: 5px;
    background-size: auto 100%;
}
fieldset{
    border: none;
    padding: 0;
    margin: 0;
    margin-top: 30px;
}
select{
    width: 600px;
}
div.auth-form input:focus,
div.auth-form input,
div.auth-form textarea,
div.auth-form textarea:focus{
    width: 556px;
    font-size: 20px;
    padding: 20px;
    border-radius: 25px; 
    border: 1px solid #5a4437;
    outline: none;
}
div.auth-form input[type=submit]{
    margin: 25px auto;
    display: block;
    background: #5a4437;
    color: #fff;
    width: -webkit-fill-available;
    cursor: pointer;
}
th,
h3{
    color: #5a4437;
}
a#checkout{
    padding: 20px;
    color: #fff;
    background: #5a4437;
    font-weight: bold;
    text-align: center;
    display: block;
    border-radius: 25px;
    margin: 25px;
}
tr.title a{
    margin: 0;
}


ul#login-list{
    margin-bottom: 0;
    padding: 0;
    overflow: auto;
}
ul#login-list li{
    float: left;
    list-style-type: none;
    width: 50%;
    text-align: center;
}
ul#login-list li a{
    padding: 20px;
    margin: 0;
    border: 1px solid #5a4437;
    display: block;
}
ul#login-list li a.selected{
    border-bottom: none;
}
ul#login-list li a.selected.sleft{
    border-right: none;
}
ul#login-list li a.selected.sright{
    border-left: none;
}
div.auth-form{
    border: 1px solid #5a4437;
    border-top: none;
    padding-top: 22px;
    margin-bottom: 25px;
}
div.auth-form form
{
    padding: 0 25px;  
    padding-bottom: 25px;  
}
div.auth-form form a#recovery{
    display: block;
    text-align: center;
}

form label{
    width: 400px;
    display: block;
    float: left;
    text-align: right;
    padding: 22px;
}
#cart div.lined h1{
    margin-bottom: 0px;
}
div.auth-form form div.line{
    margin: 25px 0;
}