.repink-city-switcher {
    font-family: Arial, sans-serif;
    padding: 10px;
    background: #f5f5f5;
    border-radius: 4px;
}
.repink-city-switcher a {
    color: #333;
    text-decoration: none;
}
.repink-city-switcher a:hover {
    color: #d63384;
}
.repink-city-switcher strong {
    color: #d63384;
    font-weight: bold;
}

.ccts {
	display: none; width: 45%;
	}
	.regionality-dropdown-list__item {
		cursor: pointer;
	}
	.regionality-dropdown-list__item:hover
	{
    color: #4a4a4a;
    text-decoration: underline;
    font-weight: 600;
	}
	.regionality-dropdown__list{
	list-style: none;
	}
	.tfl-popup__title {
		font-size: 2em;
		margin: 15px;
	}
@media (max-width: 991px){	
.ccts {
	display: none; width: 98%;
	}
		.tfl-popup__title {
		font-size: 2em;
		margin: 15px;
		text-align: center;
	}
	.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0 0 6px;
    max-width: 100%;
    overflow: auto;
    padding: 0;
    padding: 15px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}
.container-fluid > .col-6.col-md-4 {
    padding-right: 5px;
    padding-left: 5px;
}
ul.regionality-dropdown__list {
    margin: 1px 5px 5px 20px;
    padding: 0;
}
}
