.container, .container-width, .full-width .ubermenu-nav, .row {
    max-width: 1400px;
}

.row.row-large {
    max-width: 1400px;
}


a.icon-remove, a.remove {
    border: none;
    border-radius: 0;
    color: #ccc;
    display: inline-block;
    margin-left: 10px;
    font-size: 15px !important;
    font-weight: 700;
    height: 20px;
    line-height: 19px !important;
    text-align: center;
    width: 20px;
    cursor: pointer;
}

a.icon-remove, a.remove {
    font-size: 20px !important;
    margin-right: 4px;
}

a.remove:first-child {
    margin-left: 0;
}

td.product-remove {
    padding: 0;
    width: 75px;
    font-size: 24px !important;
}

.woosl-button.add:before {
    background-image: none;
}

.cart-item.woosl-button {
    border: none;
    border-radius: 0;
    color: #ccc;
    display: inline-block;
    margin-left: 0;
    font-size: 20px !important;
    font-weight: 700;
    height: 20px;
    line-height: 19px !important;
    text-align: center;
    width: 20px;
    cursor: pointer;
    padding: 0;
    background: none;
}

.cart-item.woosl-button:hover {
    color: #000;
}

.cart-item.woosl-button:before {
    display: none;
}

td.product-price > span.amount, td.product-subtotal > span.amount {
    font-size: 1em;
}

tr.cart_item.out-of-stock {
    background-color: rgba(255, 0, 0, .2);
}

.shop_table .cart_item td {
    padding: 4px;
}

span.amount {
    font-size: 14px;
}
@media (max-width: 849px) {
    .product-sku {
        display: none;
    }
    .product-quantity-title {
        display: none;
    }
    /*.shop_table .mobile-product-price > */
    span.amount {
        font-size: 14px;
    }

    .shop_table .product-remove a {
        position: relative;
        top: 0;
    }
}

.product-actions {
    width:95px;
}

button.woosl-btn-all {
    margin-right: 0;
}

td.product-subtotal, td.product-price {
    text-align: right;
}

tr.out-of-stock > td.product-subtotal, tr.out-of-stock > td.product-price, td.product-quantity, tr.product-sku {
    text-align: center;
}

th.product-quantity {
    min-width: 80px;
}

td.product-quantity {
  text-align: right;
}

td.woo-empty-cart .message-container {
    text-align: center;
}
