.wc-block-components-product-metadata__description{
    display: none;
}
.wc-block-components-product-badge{
    border-color:#d10000;
    padding: 3px 6px !important;
    color: #d10000;
    border-radius: none !important;
}
.wc-block-cart-item__quantity{
    display: flex;
    align-items: flex-end;
}
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-quantity-selector {
    margin: 0 !important;
}
.wc-block-cart-item__remove-link{
    margin-left:34px !important;
    display: flex !important;
}
.wc-block-cart-item__remove-link::before {
    content: '';
    background-image: url(../image/cart/cart-del.webp);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 4px
}
.wc-block-cart__submit.wp-block-woocommerce-proceed-to-checkout-block{
    background: #1E73BE;
}
.wc-block-components-button__text{
    color: #fff;
}
.wc-block-components-express-payment-continue-rule{
    display: none !important;
}
@media (max-width: 768px) {
    .wc-block-cart-item__remove-link{
        position: absolute;
        right: 0;
    }
}