/*
 Theme Name: Astra Child for TCC
 Template: astra
*/

/* prevents double thickness on attirbutes table */
table.woocommerce-product-attributes.shop_attributes {
	border-collapse: collapse;
	border-width: thin;
	border-style: dotted;
}

/* restores missing left border on attributes table */
.woocommerce-product-attributes-item__label {
	border-collapse: collapse;
	border-width: thin;
	border-style: dotted;
}

/* Prevents content of the attribute value from touching the border */
table.woocommerce-product-attributes.shop_attributes .woocommerce-product-attributes-item__value {
	padding-left: 1em;
}

/* Adds spacing below the section heading */
section.wc-section > h1,
section.wc-section > h2,
section.wc-section > h3,
section.wc-section > h4,
section.wc-section > h5,
section.wc-section > h6 {
	margin: 1.5em 0 0.75em;
}

.site-title {
	font-weight: bold;
}

.product_title.entry-title {
    font-size: 1.8em;
}

section.related.products {
    margin-top: 2.5em;
}
}