/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 09 2024 | 20:11:37 */



/* Apply background color to every even .cart_item row */
.page-id-961 tr.cart_item:nth-child(even) {
    background-color: #ffffff !important;
}

/* Prevent color change on hover for even .cart_item rows */
.page-id-961 tr.cart_item:nth-child(even):hover {
    background-color: #ffffff !important;
}

/* Apply background color to every even .cart_item row */
.page-id-961 tr.cart_item:nth-child(even) {
    background-color: #ffffff ;
}

/* Prevent color change on hover for even .cart_item rows */
.page-id-961 tr.cart_item:nth-child(even):hover {
    background-color: #ffffff ;
}

.page-id-961 .woocommerce table.shop_table td.product-name {
   
	background-color: #ffffff ;
}

.page-id-961 td.product-total {
    justify-content: flex-start;
    display: flex;
		background-color: #ffffff !important;
}

.page-id-961 tr.cart_item:nth-child(odd) {
    background-color: #ffffff ;
}
