body {
	background-color: #eceef4;
    color: #3e5561;
}

.category {
    margin: 16px;
}

.category span {
    color: #637e8c;
    padding: 0 8px;
}

.category a {
    color: rgba(0, 0, 0, .87);
    cursor: pointer;
}

.container {
	width: 85%;
	max-width: 1400px;
	margin: 0 auto;
    margin-top: 16px;
    margin-bottom: 16px;
}

.container .city-link {
    display: block;
    margin-top: 12px;
    font-size: 14px;
    font-weight: normal;
    color: #ef1c74;
}

.container header {
    color: rgba(0, 0, 0, .87);
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    display: inline-block;
}

.container .city {
    font-size: 16px;
    line-height: 1.7;
    display: inline-block;
    width: 30%;
    color: rgba(0, 0, 0, .54);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 16px;
    cursor: pointer;
}

.container .merchant {
    font-size: 16px;
    line-height: 1.4;
    display: inline-block;
    width: 30%;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 16px;
    background-color: white;
    padding: 16px;
    margin: 4px;
    border-radius: 8px;
    border: 1px solid #d8dae1;
    height: 100px;
}

.merchant .merchant-name {
    color: rgba(0, 0, 0, .87);
    font-size: 16px;
    font-weight: bold;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.merchant .address {
    color: rgba(0, 0, 0, .54);
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

.merchant .cuisines {
    color: #abb7bd;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.cuisines span {
    color: #3e5561;
    font-size: 14px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.merchant .cft {
    color: rgba(0, 0, 0, .54);
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.centre h2 {
    color: #637e8c;
    display: inline-block;
}

.centre .dir-name {
    color: #3e5561;
    padding: 12px;
    line-height: 1.7;
}

.centre .dir-name:hover {
    color: #338aed;
}

@media (max-width: 800px){
    .container {
        width: 100%;
    }

    .container .merchant {
        width: 100%;
    }
}

/*---------Pagination--------*/

.centre {
    text-align: center;
    margin-bottom: 24px;
}

.centre .pagination {
    display: inline-block;
    text-align: center;
    margin-bottom: 16px;
}

.pagination a {
    color: #3e5561;
    float: left;
    padding: 8px 12px;
    text-decoration: none;
    border: 1px solid #d8dae1;
    margin: 0 2px;
    background-color: white;
    border-radius: 4px;
}

.pagination a.active {
    background-color: #338aed;
    color: white;
    border: 1px solid #338aed;
}

.pagination a.not-active {
    background-color: #e5e4e4;
    color: white;
    border: 1px solid #e5e4e4;
}

.pagination a:hover:not(.active) {
    background-color: #A4A4A4;
}
