/*
Theme Name: Hello Elementor Child - Kompas360
Theme URI: https://kompas360.dk
Description: Child theme til Hello Elementor. Al tilpasset kode ligger her, så temaet kan opdateres uden at noget går tabt.
Author: Kompas360
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/* Produktkort - Orderable override. */

.k360-product-badge {
	display: inline-block;
	margin-bottom: 10px;
	padding: 5px 10px;
	border-radius: 15px 10px;
	background-color: #ffd700;
	color: #4a3b00;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
}

.k360-product-meta {
	margin: 0;
	padding: 10px 0 0;
	list-style: none;
	border-top: 1px solid #eee;
}

.k360-product-meta__item {
	display: block;
	margin-bottom: 5px;
	font-size: 12px;
}

.k360-product-meta__item:last-child {
	margin-bottom: 0;
}

.k360-product-meta__item i {
	margin-right: 5px;
}
