@import url('/public/css/cart.css');
@import url('/public/css/blog.css');

/* checkout */

.methods {
    margin: 10px 0;
    padding: 20px 20px 0;
    border: 1px solid #e5e5dc;
    border-radius: 2px;
    background-color: #f3f2eb;
}

.checkout {
    border-radius: 20px;
}

.checkout .input-text {
    display: block;
    border: 1px solid #e5e5dc;
    border-radius: 2px;
    background-color: #f3f2eb;
    width: 100%;
    padding: 10px;
}

.checkout .order_details {
    margin: 0;
    padding: 0;
    list-style: none;
}

.checkout .order_details strong {
    display: block;
    text-transform: none;
    color: #b1b0a7;
    font-size: 11px;
}

.checkout .order_details .order,
.checkout .order_details .date,
.checkout .order_details .total,
.checkout .order_details .method {
    display: block;
    margin: 0px 10px 5px 0;
    padding: 0px 10px 0 0;
    font-size: 11px;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .checkout .order_details .order,
    .checkout .order_details .date,
    .checkout .order_details .total,
    .checkout .order_details .method {
        display: inline-block;
        border-right: 1px dashed #b1b0a7;
    }
}

/* New shop */

.box {
    margin-bottom: 30px;
}

table.list {
    width: 100%;
    margin-bottom: 30px;
    border-collapse: collapse;
    border: 1px solid #e3e3e3;
}

table.list thead th {
    text-align: center;
    padding: 7px;
}

table.list > tbody > tr > td, table.list > thead > tr > td {
    text-align: center;
    vertical-align: middle;
    padding: 7px;
}

table.list td.name {
    text-align: left;
}

table.list td.quantity {
    width: 100px;
}

table.list td.quantity .btn {
    color: red;
    border-color: transparent;
    background: transparent;
}

.cart-total {
    text-align: right;
    border-top: 1px solid #ddd;
    overflow: auto;
    padding-top: 8px;
    margin-bottom: 15px;
}

.cart-total td {
    padding: 3px;
    min-width: 100px;
    text-align: right;
}

.center {
    text-align: center;
}

.btn-lg {
    margin-top: 20px;
}

/**
* The edit link that appears when you are logged in.
* It is recommended that you implement an edit button
* in your templates to make it easy to switch to and
* from the admin control panel when editing pages.
*/

#editpage {
    position: fixed;
    top: 40px;
    left: -24px;
    padding: 5px 12px;
    background: #db1174;
    color: #fff;
    display: block;
    font-weight: bold;
    font-size: 13px;
    transform: rotate(90deg);
    z-index: 1000;
    /*transform-origin: left top 0;*/
}

#editpage:hover {
    text-decoration: none;
    background: #ffffcc;
    color: #000;
}

/* book */

.book-wrapper {
    max-width: 56.250em;
    min-width: 20em;
    /*min-height: 48em;*/
    margin: 0 auto;
    padding: 2em 1.250em 1.250em;
}

.book {
    margin: 0 auto 1.313em;
    padding: 0 0.750em;
}

.book .logo {
    margin: 10% auto 10%;
}

.book .logo {
    padding: 0 1em;
    text-align: center;
}

.book h1 {
    color: #333;
    font-size: 2.4em;
    font-weight: 400;
    line-height: 1.2;
    margin: 0.867em 0 0.867em 0;
    word-spacing: -1px;
    white-space: normal;
}

.book p {
    line-height: 1.6;
    word-spacing: 1px;
    letter-spacing: 0.25px;
}

.book-right {
    border-left: 1px solid #e4ebf0;
    padding: 4em 4em 4em;
}

.btn-lg {
    margin: 20px 0 10px;
}

time {
    font-weight: 700;
}

/* article */

article img {
    margin-bottom: 20px;
}

.content, .box {
    padding: 30px;
    margin-bottom: 20px;
}

.content h1, .box h1 {
    margin-top: 0;
}