/* TODO: No notification for no more stock available on arrows / + -, fix instead of hiding. */
.page-id-205 .meckeys-quantity-input-actions {
    display: none; 
}

.wc-block-components-button__text {
	color: #ffffff;
}

.wc-block-cart__submit-button {
    background: black;
}

.wc-block-cart-item__product .wc-block-components-product-name {
    font-size: 1.2em;
}

.wc-block-cart-item__wrap .wc-block-components-product-metadata {
    font-size: .85em;
}

.wc-block-cart-item__remove-link, 
.wc-block-components-sidebar-layout table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
    font-size: .85em;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
    font-weight: 700;
}

@media screen and (max-width: 768px) {
    /* Moving cross sells below totals/checkout button */
    .page-id-205 .cart-collaterals {
        display: flex;
        flex-direction: column-reverse;
    }
    /* add spacing to cart notification */
    .woocommerce-message a.button.wc-forward.wp-element-button {
        margin-top: 10px;
    }
    /* Add spacing to cart remove notification (other direction) */
    .woocommerce-message .restore-item {
        margin-top: 0px;
        margin-bottom: 10px;
    }
    /* Reduce spacing on mobile below shop table*/
    .page-id-205 table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
        margin-bottom: 0px;
    }
}
