#checkout,
#confirmation {
    font-size: 0.9em;
}

#cart-empty {
    padding: 20px;
    border: 1px solid #ccc;
    background-color: #f2f2f2;
    color: #444;
    text-align: center;
}

#cart {
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #eee;
}

#cart *,
#cart *,
#cart *:after,
#cart *:after,
#cart *:before,
#cart *:before {
    box-sizing: inherit;
}

#cart .price-old {
    padding-right: 5px;
    color: #777;
    text-decoration: line-through;
}

#cart-inner {
    display: table;
    height: 100%;
    margin: 0;
    border-bottom: 1px solid #ccc;
    border-collapse: collapse;
    table-layout: fixed;
}

#gift-message {
    margin: 15px 15px 0;
    padding: 15px;
    background-color: #f4f4f4;
    color: #606060;
}

#cart-head {
    position: relative;
    color: #555;
    font-weight: bold;
}

#cart-empty-msg {
    display: table-caption;
    padding: 15px;
    border-bottom: 1px solid #ccc;
    font-style: italic;
    caption-side: bottom;
}

.cart-row {
    display: table-row;
}

.cart-col {
    display: table-cell;
    padding: 10px;
    vertical-align: middle;
}

.cart-body.cart-row .cart-col {
    border-top: 1px solid #ccc;
    background-color: #fff;
    color: #444;
}

.cart-body.cart-row:hover .cart-col {
    background-color: #f2f2f2;
}

#cart-head.cart-title {
    position: absolute;
    top: 0;
    left: 0;
}

.cart-val-remove {
    color: #aaa;
    font-size: 32px;
    cursor: pointer;
}

.cart-val-remove:hover {
    color: #555;
}

.cart-val-img-src {
    width: 58px;
    height: 58px;
    border: 1px solid #ccc;
    background-color: #f8f8f8;
}

#cart .cart-val-option {
    width: 200px;
}

#cart select {
    position: relative;
    margin: 0;
}

#cart .tell-text {
    top: 0;
}

#cart .cart-val-qty {
    width: 50px;
}

.cart-col.cart-title {
    width: 100%;
}

.cart-val-title-link {
    text-decoration: none;
}

.cart-val-title-link:hover {
    text-decoration: underline;
}

.cart-price {
    white-space: nowrap;
}

.cart-price .tell-select-icon {
    height: 32px;
}

.cart-val-qty {
    width: 50px;
    height: 32px;
    border: 1px solid #ccc;
    background-color: #f5f5fa;
    text-align: center;
}

.cart-col.cart-subtotal {
    text-align: right;
    white-space: nowrap;
}

#cart-ctrls {
    display: table-row;
    width: 100%;
    padding: 10px;
    float: left;
}

#cart-ctrls-buttons {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

#cart-subtotal {
    display: table-cell;
    color: #555;
    font-size: 1.2em;
    white-space: nowrap;
    vertical-align: middle;
}

#cart-subtotal i {
    padding-left: 5px;
    font-style: normal;
    font-weight: normal;
}

.address {
    min-width: 190px;
    margin: 0;
    padding: 10px;
    float: left;
    border: 1px solid #ccc;
    background: #f2f2f2;
    line-height: normal;
}

label a {
    display: block;
    font-weight: normal;
    line-height: normal;
}

#submit-order {
    height: 42px;
    float: left;
    overflow: hidden;
    line-height: 42px;
}

#submit-order span {
    padding: 0 12px;
}

#confirmation .line {
    line-height: 32px;
}

#confirmation-items {
    width: 100%;
    margin-top: 30px;
    border: 1px solid #ccc;
    border-collapse: collapse;
}

#confirmation-items td {
    padding: 0 15px;
    line-height: 42px;
}

#confirmation-items th {
    padding: 12px 15px;
    border-bottom: 1px solid #ccc;
    background-color: #eee;
    color: #555;
}

#confirmation-items .minimize {
    width: 10%;
    white-space: nowrap;
}

/**
 * Phones only
 */
@media (max-width: 767px) {
    #cart-head,
    .cart-col.cart-img {
        display: none;
    }

    #cart-inner {
        width: 100%;
        border-top: 0;
        border-bottom: 1px solid #ccc;
        font-size: 0.9em;
    }

    .cart-body {
        position: relative;
        width: 100%;
        padding: 0 0 10px;
        overflow: hidden;
        border-top: 0;
    }

    .cart-row.first .cart-col {
        border-top: 0;
    }

    .cart-col {
        display: block;
        width: 100% !important;
        margin: 0 !important;
    }

    .cart-col.cart-remove {
        position: absolute;
        top: 0;
        left: 0;
        width: 52px !important;
        line-height: normal;
        text-align: center;
    }

    .cart-col.cart-title {
        margin: 0 0 0 52px !important;
        padding: 10px 10px 10px 0;
        line-height: 32px;
    }

    .cart-col.cart-price {
        width: 100%;
        padding-left: 52px;
        color: #444;
        line-height: normal;
    }

    .cart-col.cart-option {
        display: none;
    }

    select.cart-val-option {
        width: 100% !important;
        max-width: none;
        margin: 10px 0 0 !important;
    }

    .cart-col.cart-price:before {
        content: attr(data-name);
    }

    .cart-col.cart-qty {
        width: 100%;
        margin: 0;
        padding-left: 52px;
        float: left;
        color: #444;
        line-height: normal;
    }

    .cart-col.cart-qty:before {
        content: attr(data-name);
    }

    .cart-qty {
        width: 100%;
    }

    .cart-val-qty {
        margin: 10px 0 0 !important;
    }

    .cart-col.cart-subtotal {
        width: 100%;
        margin: 10px 0 0;
        padding-left: 52px;
        float: left;
        color: #444;
        line-height: normal;
        text-align: left;
    }

    .cart-col.cart-subtotal:before {
        content: attr(data-name);
    }

    #cart-ctrls-buttons {
        width: 100%;
        float: left;
    }

    #cart-subtotal {
        display: none;
    }

    #continue-shopping,
    #update-cart {
        width: 100%;
        margin: 10px 0 0;
        overflow: hidden;
        text-align: center;
    }

    #continue-shopping {
        margin: 0;
    }

}

/**
 * Small phones only
 */
@media (max-width: 480px) {}

/**
 * Phones, tablets
 */
@media (max-width: 1024px) {}

/**
 * Tablets only
 */
@media (min-width: 768px) and (max-width: 1024px) {}

/**
 * Tablets, desktops
 */
@media (min-width: 768px) {}

/**
 * Desktops only
 */
@media (min-width: 1025px) {}
