.payment-box {
  /* display: flex; */
  justify-content: center;
  max-width: 480px;
  margin: 0 auto;
}
button.gpay-card-info-container.white.buy.long.en {
  overflow: hidden;
}
.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;
}
