#widget-weather-search-city-ajax,
#widget-weather-search-city-ajax li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#widget-weather-search-city-ajax li {
	padding: 13px 0;
	border-bottom: 1px solid #e8e8e8;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 500;
}


.row-bloc-weather-outer{
	max-width: 580px;
	margin: 0 auto;
}
.row-bloc-weather-inner,
.col-weather-daily {
	background-color: rgba(255, 255, 255, 0.1);
}
.row-bloc-weather .col-img{
	text-align: center;
	padding-right: 0;
}
.row-bloc-weather .col-img img {
	width: 80%;
	margin: 0 auto 15px auto;
	display: block;
}


@media (min-width:992px) {

}