.custom-scrollbar {
	scrollbar-color: #37393e #292a2f; /* scroll thumb & track */
}
.custom-scrollbar--more-contrast {
	scrollbar-color: #37393e #292a2f; /* scroll thumb & track */
}
/* -- webkit normal -- */
.custom-scrollbar::-webkit-scrollbar-track {
	background: #292a2f;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
	background-color: #37393e;
}
.custom-scrollbar::-webkit-scrollbar-thumb:hover,
.custom-scrollbar::-webkit-scrollbar-thumb:active {
	background-color: #becedc;
}
/* -- webkit more contrast -- */
.custom-scrollbar.custom-scrollbar--more-contrast::-webkit-scrollbar-track {
	background: #292a2f;
}
.custom-scrollbar.custom-scrollbar--more-contrast::-webkit-scrollbar-thumb {
	background-color: #37393e;
}
.custom-scrollbar.custom-scrollbar--more-contrast::-webkit-scrollbar-thumb:hover,
.custom-scrollbar.custom-scrollbar--more-contrast::-webkit-scrollbar-thumb:active {
	background-color: #becedc;

}
/* THEME EDITS */
@media (max-width: 991px) {
	.provider-section-overview:after {
		background: none;
	}
}
/* SHORTCODE EDITS */
.shortcode-slider-tabs-wrapper:after {
	background: none;
}
.fullwidth-section--dark .shortcode-slider-tabs-wrapper:after {
	background: none;
}
.comparison-filter--payment-method:after {
	background: none;
}