

/* Start:/local/templates/thing-jewelry/components/bitrix/breadcrumb/.default/style.css?17670321041368*/
.bx-breadcrumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
}

.bx-breadcrumb-item-angle {
	margin: 0 -4px 0 4px;
}

.bx-breadcrumb-item__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 4px 8px;
	background-color: #F5F5F5;	
	font-weight: 300;
	font-size: 14px;;
	line-height: 20px;
	white-space: nowrap;
	color: #212721;
	border: none;
}

.bx-breadcrumb-item-link:hover,
.bx-breadcrumb-item-link:active { 
	color: #212721;
	border: none;
}


@media screen and (max-width: 768px) {
	.bx-breadcrumb-item:not(.bx-breadcrumb-item_mobile) {
		display: none;
	}
}


.bx-breadcrumb-item_mobile .bx-breadcrumb-item-link {
	padding: 2px 0;
	font-size: 16px;
	background-color: transparent;	
	line-height: 24px;
}
.bx-breadcrumb-item_mobile .bx-breadcrumb-item-angle {
	margin: 0 4px 0 0;
}
.bx-breadcrumb-item_mobile .bx-breadcrumb-item-text {
	text-decoration: underline;
}

@media screen and (min-width: 769px) {
	.bx-breadcrumb-item_mobile {
		display: none;
	}
}

/* End */
/* /local/templates/thing-jewelry/components/bitrix/breadcrumb/.default/style.css?17670321041368 */
