
.wc-block-components-totals-wrapper.slot-wrapper>*>* {
	padding: 0 !important;
}

.wc-block-components-totals-coupon .wc-block-components-panel__content {
	padding-bottom: 0;
}

.wc-block-components-shipping-rates-control__package .wc-block-components-panel__content {
	padding-bottom: .75em;
}

.wc-block-components-order-summary .wc-block-components-panel__content {
	margin-bottom: 0;
}

.wc-block-components-order-summary .wc-block-components-order-summary__content {
	display: table;
	width: 100%;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item {
	display: flex;
	font-size: .875em;
	padding-bottom: 1px;
	padding-top: 16px;
	width: 100%;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item:first-child {
	padding-top: 0;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item:last-child {
	border-bottom: 0;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item:last-child>div {
	padding-bottom: 0;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item:last-child:after {
	display: none;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-product-metadata {
	font-size: 1em;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__description, .wc-block-components-order-summary .wc-block-components-order-summary-item__image {
	display: table-cell;
	vertical-align: top;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__image {
	margin-top: 10px;
	padding-bottom: 16px;
	position: relative;
	width: 48px;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__image>img {
	max-width: 48px;
	width: 48px;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
	align-items: center;
	background: #fff;
	border: 2px solid hsla(0, 0%, 7%, .11);
	border-radius: 1em;
	box-shadow: 0 0 0 2px #fff;
	color: #000;
	display: flex;
	justify-content: center;
	line-height: 1;
	min-height: 20px;
	min-width: 20px;
	padding: 0 .4em;
	position: absolute;
	right: 0;
	top: 0;
	transform: translate(50%, -50%);
	white-space: nowrap;
	z-index: 1;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__description {
	padding-bottom: 16px;
	padding-left: 24px;
	padding-right: 12px;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__description .wc-block-components-product-metadata, .wc-block-components-order-summary .wc-block-components-order-summary-item__description p {
	line-height: 1.375;
	margin-top: 8px;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__total-price {
	font-weight: 700;
	margin-left: auto;
	text-align: right;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__individual-prices {
	display: block;
	padding-top: 8px;
}

.wc-block-checkout__sidebar .wc-block-components-product-name {
	color: inherit;
	display: block;
	flex-basis: 0;
	flex-grow: 1;
}

.wc-block-components-product-name {
	font-size: 1em;
	overflow-wrap: anywhere;
	word-break: break-word;
	-ms-word-break: break-all;
}

.wc-block-components-product-price--align-left {
	display: block;
	text-align: left;
}

.wc-block-components-product-metadata {
	font-size: .75em;
}

.wc-block-components-product-metadata .wc-block-components-product-metadata__description>p, .wc-block-components-product-metadata .wc-block-components-product-metadata__variation-data {
	margin: .25em 0;
}
