@media (prefers-reduced-motion: no-preference) {
    @media (prefers-reduced-motion: no-preference) {
        .cart .product {
            text-align: left !important;
        }
    }
}

.cart .product-name {
    margin-bottom: 5px;
    border: 0;
    padding: 0;
    font-weight: normal;
    font-size: 15px;
    color: #666;
}

.cart .product-name {
    font-weight: bold;
}

.product .attributes .attributename {
    color: #008000;
    font-weight: normal;
    font-size: 13px;
}

.attributename {
    font-weight: bold;
    min-width: 149px;
    display: inline-block;
    padding: 2px !important;
}

.cart-item-row .edit-item {
    background-color: #01799f;
    width: 70px;
    height: 25px;
    text-align: center;
    padding-top: 4px;
    font-size: 12px;
    cursor: pointer;
    float: left;
    margin-right: 20px;
}

    .cart-item-row .edit-item a {
        color: #fff;
        font-weight: normal;
    }

.subtotal .discount {
    background-color: #fae5e8;
    color: #d0021b !important;
    font-size: 13px;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
    word-break: break-word;
    font-weight: bold;
    padding: 5px;
}

.cart-total .order-total {
    border: 2px solid #008000;
}
.cart-total .order-total td.cart-total-left {
    text-transform: none !important;
    font-weight: 500 !important;
}

.totals button:not(.remove-gift-card-button), .totals .actions button, button.apply-shipping-button {
    padding: 15px;
    border: 0;
    width: 100%;
    background: #f4b44c !important;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
}