.elementor-1627 .elementor-element.elementor-element-7ca465b{--display:flex;overflow:visible;}.elementor-1627 .elementor-element.elementor-element-9bf4995 .woocommerce .wc-proceed-to-checkout .checkout-button{background-color:#115673;}.elementor-1627 .elementor-element.elementor-element-9bf4995 .woocommerce .wc-proceed-to-checkout .checkout-button:hover{background-color:#FFFFFF;}.elementor-1627 .elementor-element.elementor-element-9bf4995{--sections-border-type:none;--sections-border-radius:20px 20px 20px 20px;--sections-title-color:#115673;--forms-fields-normal-color:#000000;--forms-buttons-normal-text-color:#000000;--forms-buttons-border-radius:10px 10px 10px 10px;--order-summary-color:#000000;--order-summary-quantity-border-color:#808080;--totals-color:#000000;--checkout-button-hover-text-color:#115673;--checkout-button-hover-border-color:#115673;--checkout-button-border-radius:10px 10px 10px 10px;}.elementor-1627 .elementor-element.elementor-element-9bf4995 .cart_totals h2{font-family:"Philosopher", Sans-serif;font-size:30px;font-weight:400;}.elementor-1627 .elementor-element.elementor-element-9bf4995 {--sections-descriptions-color:#000000;}.elementor-1627 .elementor-element.elementor-element-9bf4995 .e-cart-content, .elementor-1627 .elementor-element.elementor-element-9bf4995 .woocommerce-shipping-destination, .elementor-1627 .elementor-element.elementor-element-9bf4995 .shipping-calculator-button{font-family:"Philosopher", Sans-serif;}.elementor-1627 .elementor-element.elementor-element-9bf4995 .coupon .input-text, .elementor-1627 .elementor-element.elementor-element-9bf4995 .cart-collaterals .input-text, .elementor-1627 .elementor-element.elementor-element-9bf4995 select, .elementor-1627 .elementor-element.elementor-element-9bf4995 .select2-selection--single{font-family:"Philosopher", Sans-serif;}.e-woo-select2-wrapper .select2-results__option{color:#000000;}.elementor-1627 .elementor-element.elementor-element-9bf4995 .select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#000000 transparent transparent transparent;}.elementor-1627 .elementor-element.elementor-element-9bf4995 .shop_table .button{font-family:"Philosopher", Sans-serif;box-shadow:0px 0px 0px 0px rgba(0,0,0,0.5);}.elementor-1627 .elementor-element.elementor-element-9bf4995 .woocommerce-cart-form{--order-summary-title-color:#000000;}.elementor-1627 .elementor-element.elementor-element-9bf4995 .e-shop-table .cart th, .elementor-1627 .elementor-element.elementor-element-9bf4995 .e-shop-table .cart td:before{font-family:"Philosopher", Sans-serif;}.elementor-1627 .elementor-element.elementor-element-9bf4995 .cart_totals .shop_table td:before, .elementor-1627 .elementor-element.elementor-element-9bf4995 .cart_totals .shop_table td .woocommerce-Price-amount{font-family:"Philosopher", Sans-serif;}.elementor-1627 .elementor-element.elementor-element-9bf4995 .checkout-button{font-family:"Philosopher", Sans-serif;border-style:solid;border-color:#FFFFFF;}: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;}.elementor-1627 .elementor-element.elementor-element-9bf4995 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-1627 .elementor-element.elementor-element-9bf4995{--totals-title-alignment:center;--sections-padding:0px 0px 0px 0px;--sections-margin:0px;--forms-fields-border-radius:0px 0px 0px 0px;--order-summary-rows-gap-top:calc( 15px/2 );--order-summary-rows-gap-bottom:calc( 15px/2 );--totals-rows-gap-top:calc( 15px/2 );--totals-rows-gap-bottom:calc( 15px/2 );}.elementor-1627 .elementor-element.elementor-element-9bf4995 {--forms-fields-padding:0px 0px 0px 0px;}.elementor-1627 .elementor-element.elementor-element-9bf4995 .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:calc( (0px*2) + 16px );padding-left:0px;padding-right:0px;}.elementor-1627 .elementor-element.elementor-element-9bf4995 .select2-container--default .select2-selection--single .select2-selection__arrow{height:calc( (0px*2) + 16px );right:0px;}.elementor-1627 .elementor-element.elementor-element-9bf4995 .select2-container--default .select2-selection--single{height:auto;}}/* Start custom CSS for woocommerce-cart, class: .elementor-element-9bf4995 */td.product-remove {
    display: none !important;
}/* End custom CSS */
/* 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 */