.wcbr-counter {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 24px 34px;
	background: #fff;
	border: 1px solid #ececec;
	border-radius: 14px;
	box-shadow: 0 2px 10px rgba( 0, 0, 0, 0.05 );
	direction: rtl;
}

.wcbr-counter-icon {
	margin-bottom: 8px;
	line-height: 0;
}

.wcbr-counter-number {
	font-size: 42px;
	font-weight: 800;
	line-height: 1.1;
}

.wcbr-counter-label {
	margin-top: 6px;
	font-size: 15px;
	color: #555;
	font-weight: 600;
}
