/*
CTC Separate Stylesheet
Updated: 2024-11-25 14:20:50
*/
.elementor-widget-woocommerce-product-additional-information table.shop_attributes td,
.elementor-widget-woocommerce-product-additional-information table.shop_attributes th {
	padding: 10px;
	border: 1px solid #d5d8dc;
}
.elementor-widget-woocommerce-product-additional-information table.shop_attributes td p {
    padding: 0;
}
.elementor-widget-woocommerce-product-additional-information table tbody>tr:nth-child(odd)>td,
.elementor-widget-woocommerce-product-additional-information table tbody>tr:nth-child(odd)>th {
    background-color: transparent;
}
.elementor-widget-woocommerce-product-additional-information table.shop_attributes td {
    vertical-align: middle;
}
.elementor-widget-woocommerce-product-additional-information table.shop_attributes {
    border: 1px solid hsla(0, 0%, 50.2%, .5019607843137255);
}
.elementor-widget-woocommerce-product-additional-information table.shop_attributes th {
    width: 190px; 
	text-align: left;
}