@media (max-width: 767px) {

	.col.subcategory-breadcrumbs {
		margin-top: 10px;
		clear: both;
		flex-grow: unset;
		flex-basis: unset;
	}
	.subcategory-breadcrumbs {
		display: flex;
		flex-wrap: nowrap;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		align-items: center;
	}
	
	.subcategory-name {
		border: solid 1px #dedede;
		margin-bottom: 5px;
		background: white;
		margin-right: 5px;
		padding: 10px;
		display: inline-block;
		white-space: nowrap;
		font-weight: 600;
		color: black!important;
	}
	
	.block-categories {
			display: none;
	}
}

@media(min-width: 768px) {
	.col.subcategory-breadcrumbs {
		display: none;
	}
}