.elementor-1627 .elementor-element.elementor-element-7ca465b{--display:flex;overflow:visible;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-1627 .elementor-element.elementor-element-7ca465b{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;}}/* Start custom CSS for container, class: .elementor-element-7ca465b *//* Change product names to #24339E */
td.product-name > a {
  color: #115673 !important;
}

/*Resizing the + - buttons*/
/* Make the qty +/- controls 28px tall */
.quantity.wpbf-quantity .wpbf-qty-control {
  height: 28px;
  line-height: 28px;  /* centers the “+” and “–” */
  min-width: 28px;    /* ensures it’s square—optional */
  box-sizing: border-box;
  margin-right: 5px;
  margin-left: 4px;
   border: 1px solid grey;
   border-radius: 3px;
}

/*Reducing padding in "Cart Totals*/
table.shop_table.shop_table_responsive {
    padding-top: 10px !important;
}

/*Reducing the padding bottom in cart summary*/
tr.woocommerce-cart-form__cart-item.cart_item {
    padding-bottom: 10px !important;
}

/*Centering the quantity number*/
/* Center the number inside the qty input */
.quantity.wpbf-quantity input.input-text.qty.text {
  text-align: center;
}/* End custom CSS */