<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Hika Checkout START */

.hikashop_checkout_coupon {
	border-bottom: 3px solid #f4f4f4;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.hikashop_address_required_info_line {
	font-size: small;
}

.hikashop_checkout_address_ok_button {
	background-color: #0057ff;
	color: white;
}

.hikabtn_checkout_continue {
	display: none;
}

.hikashop_checkout_address {
	border-bottom: 3px solid #f4f4f4;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.hikashop_checkout_terms hikashop_checkout_terms_7 {
	margin-top: 10px;
}

.alert alert-error alert-block {
    float:none!important;
    margin-left: 10px;
    display: inline;
    font-size: 25px;
    color: red;
}

/* Hika Checkout END */


/* Hika Product listing START */

.product_subtitle {
	font-size: small;
	line-height: 1.2em;
	padding-bottom: 10px;
	color: #888888;
}

.hikashop_cart table {
	width: 100%;
	font-size: small;
	line-height: 1.2em;
}

.hikashop_cart tfoot {
    line-height: 2.8em;
}

.hikashop_aligned_btn {
	font-weight: 600;	
}

.hikashop_product_price_full {
	font-weight: 600;
	font-size: small;
    color: #db0000;
}

.hikashop_product_price_per_unit {
display: none;
}

/* Hika Product Listing END */
</pre></body></html>