/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 05 2021 | 22:22:21 */
.woocommerce-cart-form {
    display:flex;
    justify-content:center;
    width: 100%;
    height:100% !important;
}
table caption+thead tr:first-child td, table caption+thead tr:first-child th, 
table colgroup+thead tr:first-child td, table colgroup+thead tr:first-child th,
table thead:first-child tr:first-child td, 
table thead:first-child tr:first-child th {
  background: #FFB703;
  color: #023047;
  text-align:center;
}
#quantity_613670cb9e50c{
  border: 1px solid #2E2D2C;
  border-radius:20px;
}
button{
  background:#023047 !important;
  color:#fff !important;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 80px;
}
.entry-title, #order_review_heading{
  text-align:center;
  font-size:40px;
  color:#023047;
  margin-bottom:40px;
}
.product-name a{
  color:#023047;
}
.woocommerce .quantity .qty {
    border-radius:5px;
  	width: 65px;
    text-align: center;
}
/*total a pagar*/
a.checkout-button.button.alt.wc-forward{
  background:#FFB703;
  color:#023047;
}
a.checkout-button.button.alt.wc-forward:hover{
  background:#023047 !important;
  color:#fff;
}
.cart_totals{
  text-align:center;
} 