/*
Theme Name: Lightcraft VZC Child Theme
Description: This is a custom child theme for Lightcraft VZC
Theme URI:
Author: Seventeen Creative
Author URI:
Template: lvzc
Version: 1.0
*/
body:not(.woocommerce-cart) .main-content table {
    background-color: #000;
	border-color:none!important;
}
body:not(.woocommerce-cart) .main-content table tr:nth-child(2n+1) {
    background-color: #326c70;
	border-color:none!important;
}
body:not(.woocommerce-cart) .main-content tr td:first-child, body:not(.woocommerce-cart) .main-content td{
	border-style: none;
}