:root{--page-title-display:none;}/* Start custom CSS for wc-elements, class: .elementor-element-553e49c *//* Woocommerce Styles */

/* 
Something to note...
This code was written very specifically for the Hello Theme. If you are using a different theme, it may not work as expected.
*/


#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr th, 
.woocommerce-checkout .cart-collaterals .cart_totals tr th,
#add_payment_method table.cart th, 
.woocommerce-cart table.cart th, 
.woocommerce-checkout table.cart th,
.woocommerce-checkout table.shop_table th { color: #bfbfbf; font-size: 14px; font-size: 1.4rem; 
}

body .woocommerce #respond input#submit.alt:hover, 
body .woocommerce a.button.alt:hover, 
body .woocommerce button.button.alt:hover, 
body .woocommerce input.button.alt:hover {
	background: #666666 !important; 
	
}

/*Place Order Button Styles for radius, color, font, hover color*/
body .woocommerce .cart .button, 
body .woocommerce .cart input.button,
body .woocommerce #respond input#submit, 
body .woocommerce a.button, 
body .woocommerce button.button, 
body .woocommerce input.button { background: #333333 !important; color: #f2f2f2 !important; font-weight: 500;   border-radius: 40px; text-transform: capitalize;	font-family: Arial,Sans-Serif;}

/*Place Order Button Size*/
body .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  float: right;
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 0;
  font-size: 1.25em;
  padding: 1em;
  margin-top: .5em;
}

/*2 Column Checkout Settings*/
.woocommerce-checkout .woocommerce .col2-set { width: 47%; float: left; margin-right: 4%; }
.woocommerce-checkout .woocommerce .col2-set .col-1,
.woocommerce-checkout .woocommerce .col2-set .col-2 { margin-bottom: 2em; width: 100%; float: none; }
.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review { background: #fff; width: 47%; float: right; margin-right: 0; }


/*Condenses Form*/
.woocommerce form .form-row label {
line-height: 1.4;
}

/*Default Font Family and Color*/
.woocommerce {
    font-family: Arial,Sans-Serif;
    color: #333333;
}/* End custom CSS */