.wc-block-cart__empty-cart__title a {
  text-decoration: underline;
  font-weight: 700;
  color: #e20c15;
}

.wc-block-cart__submit-container {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #e20c15;
  color: white;
  font-weight: 700;
  border-radius: 8px;
}

.wc-block-components-product-low-stock-badge {
  display: none !important;
}

.wc-block-components-product-metadata {
  display: none !important;
}

.wc-block-components-button {
  background-color: #e20c15;
  color: white;
  font-weight: 700;
  border-radius: 8px;
}

.wp-block-woocommerce-checkout-order-summary-block {
  margin-top: 80px;
}

.wc-block-components-radio-control__description svg {
  display: none !important;
}
