/* cart page */
div.product-line-actions .qty-box .cart_eu_product_qty_btn {
    display: block;
    border: 1px solid #f6f6f7;
    width: 25px;
    background-size: 0.8em;
}
span.cart-line-product-quantity-up, span.cart-line-product-quantity-down {
    width: 30px;
    height: 30px;
    border: 1px solid gray;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
.remove_from_cart_eu_btn {
    cursor: pointer;
}
span.cart-line-product-quantity-up {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="%23777" viewBox="0 0 24 24"><path d="M24 10h-10v-10h-4v10h-10v4h10v10h4v-10h10z"/></svg>');
    order: 3;
}
span.cart-line-product-quantity-down {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="%23777" viewBox="0 0 24 24"><path d="M24 10h-24v4h24z"/></svg>');
    order: 1;
}
.go_to_eu_cart, .go_to_em_cart {
    text-align: center;
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
}
.cart-summary-empty {
    display: none;
}
.cart-grid-eu {
    padding-top: 1rem;
    margin-top: 1rem;
    border-top: 1px solid;
}
.visibility_hidden {
    visibility: hidden;
}