.site-main .page-header{
    text-align: center;
}

.site-main .entry-title{
    font-size: 4rem;
}

.wc-block-cart-items__header-image span,
.wc-block-cart-items__header-total span{
    font-size: 1.5rem;
    font-weight: 600;
}

h2.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title{
    font-size: 1.5rem !important;
    font-weight: 600 !important;
}

/* product name  */

a.wc-block-components-product-name{
    font-weight: 800;
    font-size: 1rem !important;
    text-decoration: none !important;
}

.wc-block-components-product-price__value{
    font-weight: 700;
    font-size: 1rem;
}

.wc-block-components-product-badge.wc-block-components-sale-badge {
    font-size: 0.8rem;
    font-weight: 700;
}

button.wc-block-components-quantity-selector__button.wc-block-components-quantity-selector__button--plus,
.wc-block-components-quantity-selector>.wc-block-components-quantity-selector__button--minus {
    font-size: 25px !important;
    font-weight: 900 !important;
    color: black !important;
}

button.wc-block-cart-item__remove-link {
    background-color: #d94957 !important;
    color: white !important;
    width: 8% !important;
    height: 32px !important;
    border-radius: 5px !important;
}

.wc-block-cart__submit-container {
    color: white !important;
}

a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained{
    text-decoration: none;
    background-color: #0337dc !important;
    border-radius: 10px;
}

a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:hover{
    color: white !important;
    background: #022bb5 !important;
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(3,55,220,0.25);
}

.wc-block-components-order-summary{
    display: none;
}