a.slds-button {
	color: var(--primary-dark, #165874);
	text-align: center;
	font-family: "Open Sans";
	font-size: 1rem;
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
	display: flex;
	padding: 0.625rem 1.75rem;
	justify-content: center;
	align-items: center;
	gap: 0.25rem;
	border-radius: 3.75rem;
	border: 1px solid var(--grey-3, #C2D1D9);
	background: var(--white, #FFF);
	--dxp-c-base-button-margin: auto;
}

a.slds-button::before {
    font-family: 'Material Symbols Outlined';
    content: "\e145";
}


/* cart detail */
@media only screen and (min-width: 480px) and (max-width: 1024px) {
	.cart-detail-container .columns-content {
		flex-direction: row !important;
		gap: 1rem;
		max-width: 100% !important;
	}
	.cart-detail-container .columns-content community_layout-column {
		flex-basis: 100%;
	}
}

.suggested-product-card c-b2b_product-price .product-price {
	align-items: flex-start;
}

/* summary */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.cart-detail-container community_layout-column:nth-of-type(2) .column-content {
		/*position: fixed;*/
		width: 21.625rem;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1400px) {
	.cart-detail-container community_layout-column:nth-of-type(2) .column-content {
		/*position: fixed;*/
		width: 23.5rem;
	}
}

@media only screen and (min-width: 1401px) {
	.cart-detail-container community_layout-column:nth-of-type(2) .column-content {
		/*position: fixed;*/
		width: 25rem;
	}
}
