.payment-box {
  /* display: flex; */
  justify-content: center;
  max-width: 480px;
  margin: 0 auto;
}
button.gpay-card-info-container.white.buy.long.en {
  overflow: hidden;
}
.payment_method_ppcp .paypal-buttons iframe {
  border-radius: 4px;
  margin: var(--space-s) 0;
}
li.wc-stripe-payment-method.payment_method_stripe_googlepay.active {
  margin-bottom: 0 !important;
}
.woocommerce-cart-form tbody td {
  padding: 15px 10px;
}
.cart-collaterals table tbody th {
  padding: 15px 5px 15px 0px;
}
.woocommerce-cart-form tbody td.product-price, .woocommerce-cart-form tbody td.product-subtotal {
  text-align: center;
}
/*checkout*/
.woocommerce-checkout .shop_table tbody td {
  border: none;
}
/*shipping calculator*/
.shipping input:not([type="submit"]) {
  background-color: var(--light) !important;
  color: var(--text-body) !important;
}
