.wc-block-cart__submit-container {
  background: #0c4ca5;
  border: 0;
  border-radius: 8px;
  padding: 16px 18px;
  width: 100%;
  transition: transform .2s ease;
  box-shadow: 0 0px 2px 2px rgb(244, 244, 244);
}

.wc-block-cart__submit-container:hover {
  transform: scale(1.01);
}

.wc-block-cart__submit-container a {
  text-decoration: none;
}

.wc-block-cart__submit-container a .wc-block-components-button__text {
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
}

.wc-block-cart__submit-container a .wc-block-components-button__text::after{
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: 18px 18px;
  opacity: .95;
  transition: transform .2s ease;
  /* SVG arrow-right inline */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M5 12h14M13 5l7 7-7 7'/%3E%3C/svg%3E");
}

.wc-block-cart__submit-container a .wc-block-components-button__text:hover::after{
  transform: translate(3px, -50%);
}

.wc-block-cart-items__row {
  background: #fdfeff;
  border-radius: 12px;
  margin-bottom: 20px;
  padding: 10px 12px !important;
  border-bottom: 1px solid #f9f9f9;
  box-shadow: 0 0px 2px 1px rgb(245, 245, 245);
}

.wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block {
  margin-top: 20px;
}

.wc-block-components-totals-item__label {
  font-size: 13px !important;
  font-weight: 400;
}

.wc-block-formatted-money-amount.wc-block-components-formatted-money-amount.wc-block-components-totals-footer-item-tax-value {
  font-size: 13px !important;
  font-weight: 450;
}

.wp-block-heading {
  border-bottom: 1px solid #f5f5f5;
  padding: 10px 0 20px 0;
}