* {
    font-family: "Times New Roman";
    font-size: 100%;
}
#order_wrapper,
form
{
    display: block;
}
.order-flow-hint,
#recap-form,
.flow-total-price,
#step_billing,
#step_transport,
table.products .drop,
ul.cart-navigation,
.buttons {
    display: none;
}
form input {
    background-color: transparent;
    border: 0 none;
}
table.products {
    border: 1px solid #000;
    border-collapse: collapse;
}
table.fake_products {
    margin-top: 15px;
}
table.products th,
table.products td {
    border: 1px solid #000;
    padding: 3px 5px;
    vertical-align: top;
}
table.products th {
    text-align: left;
    white-space: nowrap;
}
table.products td.variant,
table.products td.price_item,
table.products td.count,
table.products td.count input,
table.products td.price_total {
    text-align: right;
    white-space: nowrap;
}
.cleaner {
    clear: both !important;
    display: block !important;
    float: none !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
}
.prices {
    margin: 20px 0;
}
.prices dl dd.total strong {
    font-size: 150%;
}
.prices dl dt {
    clear: both;
    display: block;
    float: left;
}
.prices dl dd {
    display: block;
    float: right;
}
#step_cart h3 {
    font-size: 160%;
}
.section .column {
    float: left;
    width: 46%;
}
.section .column.c_left {
    padding-right: 8%;
}