/* 13.10.22 */
/* CFC-31120 */
/* Asset ID : cba-empty-cart  */

.cart-empty {
	max-width: 550px;
	text-align: center;
	margin: 0 auto;
}

.empty-cart--heading {
	font-family: ClarinsRegular, serif;
	font-size: 60px;
	font-weight: 400;
	color: #000;
	margin: 0;
	line-height: 1em;
	margin-bottom: 30px;
}

.empty-cart--copy {
	font-family: "Gotham SSm book A", "Gotham SSm book B", Helvetica, Arial,
		sans-serif;
	font-size: 16px;
	margin: 0;
}

.empty-cart--image {
	width: 100%;
	padding: 0 20px;
	padding-top: 10px;
	box-sizing: border-box;
}

/* CLRG-58563 updated link styles with primary button style and states*/
a.empty-cart--button {
	display: inline-block;
	margin: 20px 10px 0 10px;
	padding: 0 15px;
	min-width: 150px;
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", Helvetica, Arial,
		sans-serif;
	line-height: 40px;
	font-size: 14px;
	text-transform: initial;
	color: #fff;
	background-color: #b40024;
	border: 2px solid #b40024;
	border-radius: 5px;
	text-align: center;

	box-shadow: 0 0 0 3px transparent;
}

a.empty-cart--button:hover {
	background-color: #8c0b26;
	border-color: #8c0b26;
	color: #fff;
}

a.empty-cart--button:focus {
	box-shadow: none;
}

a.empty-cart--button:focus-visible {
	box-shadow: 0 0 0 1px #fff, 0 0 0 3px #6893d2 !important;
}

a.empty-cart--button:active {
	background-color: #63021a;
	border-color: #63021a;
	color: #fff;
}
