
.cart-top-loading {
    display: none;
    margin: 12px 0 0 0;
    width: 94px;
}

.cart-top-container {
    display: flex;
    position: relative;
}

.cart-top-details-container {
    display: none;
    position: absolute;
    top: 37px;
    right: 0;
    width: 400px;
    padding: 20px 0 0 0;
    z-index: 9000;
}

.cart-top-quantity {
    position: absolute;
    top: -6px;
    left: 0px;
    text-align: center;
    width: 45px;
}

.cart-top-icon {
    float: left;
}

.cart-top-info {
    float: left;
}

.cart-top-info a {
    float: right;
    padding: 14px 0 0 10px;
    color: #222;
    display: block;
}

.cart-top-details {
    background: #ffffff;
    color: #222;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.050);
    box-shadow: 0 6px 12px rgba(0,0,0,.050);
}

.cart-top-details > table {
    width: 100%;
}

.cart-top-details > table th {
    padding: 10px 20px;
    border-bottom: 1px dotted #ccc;
}

.cart-top-details > table td {
    padding: 10px 20px;
    border-bottom: 1px dotted #ccc;
}

.cart-top-footer {
    padding: 10px 20px;
}

.cart-top-empty {
    padding: 15px 0;
    text-align: center;
}

.add-to-cart > .fa {
    width: 12px;
}