/*
 * Sofaturkey Labels - Woodmart product labels ile uyumlu video etiketi.
 */

.product-labels .product-label.sofaturkey-video-label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
	background-color: var(--wd-primary-color);
	color: #fff;
}

.product-labels .product-label.sofaturkey-video-label:before {
	content: "\f101";
	font-family: woodmart-font;
	font-size: 14px;
	line-height: 1;
	vertical-align: middle;
}
