@charset "utf-8";

/*
 * Copyright 2009-2021 shopxx.net. All rights reserved.
 * Support: http://www.shopxx.net
 * License: http://www.shopxx.net/license
 *
 * Style - Cart
 * Version: 8.0
 */

/* ---------- cart-list ---------- */
.cart-list .main-header {
    margin-bottom: 0;
}

.cart-list main {
    padding: 10px 0;
    background-color: #f8f8f8
}

.cart-list table {
    width: 100%;
    background-color: #ffffff;
}

.cart-list table th, .cart-list table td {
    padding: 10px;
}

.cart-list table thead th {
    color: #666666;
    font-weight: normal;
    border-bottom: 10px solid #f8f8f8;
}

.cart-list table .cart-item-group {
    border-bottom: 10px solid #f8f8f8;
}

.cart-list table .cart-item-group .cart-item-group-heading td {
    border-bottom: 1px solid #eeeeee;
}

.cart-list table .cart-item-group .media .media-left .product-image {
    display: block;
    height: 60px;
    position: relative;
}

.cart-list table .cart-item-group .media .media-left .product-image strong {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    color: #ffffff;
    font-weight: normal;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
}

.cart-list table .cart-item-group .cart-item-group-footer td {
    border-top: 1px solid #eeeeee;
}

.cart-list table .cart-item-group .cart-item-group-footer dl {
    display: flex;
    margin-bottom: 5px;
}

.cart-list table .cart-item-group .cart-item-group-footer dl:last-child {
    margin-bottom: 0;
}

.cart-list table .cart-item-group .cart-item-group-footer dl dd {
    max-width: 200px;
    padding-top: 2px;
    margin-left: 5px;
    color: #666666;
}

.cart-list .bar {
    line-height: 41px;
    background-color: #ffffff;
}

.cart-list .bar .clear {
    display: block;
    text-align: center;
    border-right: 1px solid #eeeeee;
}

.cart-list .bar .redirect-login {
    margin-right: 20px;
    color: #ed0014;
}

.cart-list .bar span {
    margin-right: 20px;
}

.cart-list .bar strong {
    color: #ed0014;
}

.cart-list .bar .btn-primary {
    border-radius: 0;
}

.cart-list .empty {
    padding: 50px 0;
    text-align: center;
}
