.loader{
    width: 40px;
    height: 40px;
    background: url(../images/loader.gif) center no-repeat;
    background-size: contain;
    margin: 1em;
}

.prd_image{
    height: 38px;
    float: left;
}

.prd_image img{
    height: 100%;
}

.table thead th {
    border-bottom: 0;
}

input[type="number"]{
    max-width: 5em;
}

.order_overview{
    padding: 1.4em;
    margin: 70px 0;
    background: #333276;
    border-radius: 5px;
    color: #f2f2f2;
}

.order_label{
    min-width: 140px;
    display: inline-block;
}

.product_string{
    background: #f0f0f0;
    padding: 14px;
    color: #252a3e;
    border-radius: 5px;
    font-size: 1.1em;
    font-family: inherit;
}

.prod_details{
    width: 100%;
}

span.prod_name{
    display: inline-block;
    width: 25%;
}

span.prod_count{
    display: inline-block;
    width: 5%;
}

span.prod_price{
    display: inline-block;

}

span.total_price{
    display: inline-block;
    float: right;
}

.all_price{
    margin-right: 14px;
    font-weight: 600;
    font-size: 1.2em;
    color: #ececec;
}

span.success{
    color: #38811c;
}

div.success{
    padding: 1em;
    color: #418a2a;
    background: #d0d0d0;
}

.button_actions{
    margin: 1.4em 2px;
    text-align: right;
}