/**
* Theme Name: Chimel Cake - Kursus
* Description: This is a child theme of Cepatlakoo, generated by Merlin WP.
* Author: <a href="https://xpresstheme.com">Cepatlakoo</a>
* Template: cepatlakoo
* Version: 1.0.0
*/


.wp-block-buttons,
.wp-block-embed {
	margin-bottom: 2rem;
}

.wp-block-image figcaption {
	font-size: 14px;
	opacity: .7;
}

.woocommerce-MyAccount-content a {
	text-decoration: underline !important;
}

.woocommerce-MyAccount-content a:hover {
	text-decoration: none !important;
}

.order-list ul.my-orders {
	margin: 1rem 0;
	padding: 0;
}

.order-list ul.my-orders > li {
	display: block;
	list-style: none;
	margin: 0 0 20px 0;
	padding: 1rem;
	border: 1px solid #ddd;
}

.order-list ul.my-orders .order-id {
	font-weight: 700;
	color: #008000;
}

.order-list ul.my-orders li h3 {
	margin: 0;
	padding: 0;
}

.order-list ul.my-orders .order-meta {
	margin-bottom: 1rem;
}

.order-list ul.my-orders .order-meta span.status {
	background-color: green;
	font-size: 11px;
	color: #fff;
	text-transform: uppercase;
	padding: 2px 5px;
}

.order-list ul.my-orders .download-list a {
	color: #023e8a;
}

.order-list ul.my-orders .download-list a:before {
    display: inline-block;
    content: '\e008';
    font-family: 'woocommerce';
    font-size: 14px;
    margin-right: 5px;
}

@media only screen and (max-width: 600px) {
	.order-list ul.my-orders > li {
		width: 100%;
		margin: 0 0 20px 0;
	}
}