.btn-toggle .btn,
.btn-toggle-mob .btn {
	background: #fff;
	border-color: #222;
	color: #222;
	transition: 0.5s;
}

.btn-toggle .btn:hover,
.btn-toggle .btn.active,
.btn-toggle-mob .btn:hover,
.btn-toggle-mob .btn.active {
	background: #222;
	color: #fff;
}

@media (min-width: 768px) {
	.btn-toggle-mob {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.btn-toggle {
		display: none !important;
	}
}

.designList {
	max-width: 1000px;
}

#currentPageLink:before {
    content: '';
    display: inline-block;
    height: 10px;
    width: 1px;
    background: #000;
    margin: 0 10px;
    transform: rotate(20deg);
}

#previousPageLink,
#currentPageLink {
    color: #000;
    text-decoration: underline;
}

#previousPageLink:hover,
#currentPageLink:hover {
    color: #555;
    text-decoration: none;
}

div#breadCrumb {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

div#productFiltersExperimental {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

div#productFilters {
    display: flex;
    justify-content: space-between;
	align-items: center;
}

div#productViewButtons {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}