.documents__item-title a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.btn-favorites.fave {
	background-image: url(/local/templates/bilplay-main/assets/img/icn_fav_fill.svg);
}

.hide-sku {
	display: none!important;
}
#download-all {
	background-color: #0000;
	border: none;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	color: #21bedf;
}
#download-all:hover
{
	text-decoration: underline;
}

.product-suppliers__table-item.highlight {
	background-color: #f6f6f6;
	transition: background-color 0.3s ease;
}

.card-supplier--current {
	border: 2px solid #21bedf;
	border-radius: 8px;
	box-shadow: 0 0 0 1px rgba(33, 190, 223, 0.2);
}

.product-suppliers__table-slide--current .product-suppliers__table-item {
	background-color: rgba(33, 190, 223, 0.08);
}

.product__main-image {
	position: relative;
}

.product__top-buttons.left {
	left: 0;
}

.product__order-inputs .variation-value {
	text-decoration: none;
}

.product__order-inputs .variation-value span {
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #dbdbdb;
	border-radius: 8px;
	text-decoration: none;
}
.product-variations {
	margin: 20px 0;
	border-top: 1px solid #eee;
	padding-top: 20px;
}

.variation-value.active span{
	color: #21bedf;
	border-color: #21bedf;
}