	.top-gourmet-guide-list-item-image {
		margin-right: 1rem;
	}
	.top-gourmet-guide-list-item-image,
	.top-gourmet-guide-list-item-image img {
		width: 179px;
	}

	.item-discription p {
		width: 90%;
		display: -webkit-box;
		overflow: hidden;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.item-discription .item-flex span {
		white-space: nowrap;
	}



	@media screen and (max-width:767px) {
		.top-gourmet-guide-list-item-image,
		.top-gourmet-guide-list-item-image img {
			width: 100%;
		}
		.top-gourmet-guide-list-item-image {
			padding-top: 5%;
			margin-bottom: 10px;
		}
    .top-shop-guide-search-living-imge p{
      font-size: 16px;
    }
    .top-shop-guide-search-living-imge{
      height: 142px;
    }
    .othere-searches-input-box input{
      width: 62% !important;
    }
	}