
		@media (max-width: 575px) {
			.js-tabs-mobile-control span {
				display: inline-block;
				max-width: calc(75vw - 64px);
				overflow-x: hidden;
				text-overflow: ellipsis;
			}
		}

		.ce-navigation-tabs .content .js-tabs-mobile-control::after {
			color: #b5d1ec;
			content: "\+";
		}
		.ce-navigation-tabs .content .js-tabs-mobile-control:hover::after,
		.ce-navigation-tabs .content .js-tabs-mobile-control.active::after {
			color: #478cd0;
		}
	


			/* mobile styles */

		.is-touch .clear_button {
			top: 137px;
			right: 7px;
		}

		.is-touch .flatpickr-months,
		.is-touch .flatpickr-days,
		.is-touch .flatpickr-rContainer,
		.is-touch .dayContainer {
			width: 100%;
		}

		.is-touch .flatpickr-rContainer {
			margin: 0 auto;
		}

		.is-touch .dayContainer {
			max-width: 100%;
			min-width: 100%;
		}

		.is-touch .flatpickr-next-month {
			left: unset !important;
			right: 0;
		}

		.is-touch .flatpickr-monthDropdown-months {
			margin: 0 30px 0 0;
		}

		.is-touch .filter-container .nav-item.show .dropdown-menu.show {
			top: 0 !important;
			margin-top: 0;
			padding-top: 132px;
		}
		.is-touch .flatpickr-day {
			flex: 0 0 calc(100% /7 - 5px);
			max-width: 100% !important;
		}

		.is-touch .dayContainer {
			padding-top: 5px;
		}
	

