/* PXS Basket Elementor widget */

.pxs-basket {
	display: inline-block;
	line-height: 0;
}

.pxs-basket__link {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-sizing: border-box;
	line-height: 0;
	text-decoration: none;
	color: inherit;
	font: inherit;
	cursor: default;
}

a.pxs-basket__link {
	cursor: pointer;
}

.pxs-basket__link:focus {
	outline: none;
}

.pxs-basket__link:focus .pxs-basket__inner {
	outline: 2px solid currentColor;
	outline-offset: 2px;
}

.pxs-basket__inner {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	line-height: 0;
	transition: opacity 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, fill 0.2s ease;
}

.pxs-basket__glyph {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.pxs-basket__badge {
	position: absolute;
	top: -6px;
	right: -6px;
	min-width: 18px;
	height: 18px;
	padding: 0 5px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 700;
	line-height: 18px;
	text-align: center;
	background: #e11d48;
	color: #fff;
	box-sizing: border-box;
	z-index: 1;
}
