HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/shop.komma.nl/resources/sass/5-Components/_components.cartSummary.scss
.c-cart-summary {
	margin-top: space(6);
	margin-left: auto;
	max-width: $site-column-size * 3px;
}


.c-cart-summary__subtotal {
	padding-bottom: space(2);
	border-bottom: 2px solid palette(neutral, 900);
}


.c-cart-summary__total {
	margin-top: space(2);
}


.c-cart-summary__row {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	margin-top: space(1);
}

.c-cart-summary__label {
	@include font-size(m);
	@include font-weight('bold');
	white-space: nowrap;
	margin-right: space(3);
}


.c-cart-summary__value {
	@include font-size(m);
	@include font-weight('bold');
}


// faded text
.c-cart-summary .is-faded {
	@include font-weight('regular');
	color: rgba(palette(neutral, 900), 0.5);
}

// faded text
.c-cart-summary .is-small {
	@include font-size(s);
}