:root{--page-title-display:none;}/* Start custom CSS for wc-elements, class: .elementor-element-58b4734 *//* 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.
*/

/*Column Font and Color*/
.woocommerce-cart table.cart th, 
.woocommerce-checkout table.cart th,
.woocommerce-checkout table.shop_table th { color: #333333; font-size: 14px; font-size: 1.4rem; 
}

/*Button Styles for radius, color, font, hover color*/
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; 
	
}
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;}

/*Cart Font Family & Color*/
.woocommerce {
    font-family: Arial,Sans-Serif;
    color: #333333;
}

/*Link Color*/
.woocommerce, a:link  {
    color: #333333;   
}

/*compressed form*/
.woocommerce table.shop_table td {
    line-height: 1em;
}/* End custom CSS */