/*
skwirrel colour #042ff8
*/

/* for custom fields + etim area */
.sk-etim-header {
	font-weight: 400;
	font-size: 18px;
}
.sk-specifications-table td {
	width: 50%;
}
.woocommerce div.product .woocommerce-tabs .panel h2:first-child,
.sk-related-products-type {
	font-weight: 600;
	font-size: 20px;
}
.sk-related-product-link {
	display: flex;
	flex-direction: row;
}
.sk-related-product-thumb {
	width: 150px;
	max-height: 150px;
	margin-left: 0;
}
.sk-related-product-desc {
	display: flex;
	flex-direction: column;
	margin-top: auto;
	margin-bottom: auto;
}
.sk-related-product-name, .sk-related-product-price {
	font-size: 20px;
}
.sk-grouped-product-link {
	display: flex;
	flex-direction: column;
	margin-top: auto;
	margin-bottom: auto;
}
.sk-grouped-product-desc {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top: auto;
	margin-bottom: auto;
}
.sk-grouped-product-thumb {
	width: 50px;
	max-height: 50px;
	margin-right: 0;
}
.sk-grouped-product-name {
	font-size: 15px;
}
.sk-grouped-products-type {
	font-weight: 500;
	font-size: 15px;
}
