.posts-kiaz {
	margin: 5px 5px 0.62rem 5px;
	box-shadow: 0px 0px 10px 0px rgba(107, 121, 124, 0.2);
    background: #fff;
}
.posts-kiaz__review .raty-rating {
	display: flex ;
}
.posts-kiaz .gc-view-icons .list-inline {
	margin-bottom: 0px;
}
.posts-kiaz .gc-view-icons .list-inline-item {
	margin-right: 0px;
	margin-bottom: 4px;
}
.posts-kiaz .btn-fav i {
	color: var(--theme-primary) !important;
}
.posts-kiaz .fa-heart {
	font-size: 20px;
}
.posts-kiaz .star-ratings .far, .posts-kiaz .star-ratings .fas {
	font-size: 20px;
}
.posts-kiaz .star-ratings .caption {
	display: none;
}
.posts-kiaz .star-ratings .rated-users {
	font-size: 80%;
	font-weight: 400;
	margin-bottom: 0px;
	text-align: left;
}
.posts-kiaz img {
	max-width: 100%;
	height: 100%;
	max-height: 18.75rem;
}
.posts-kiaz__content1 {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	text-align: center;
	transform: translateY(-100%);
	transition: all 0.3s ease-in-out 0.3s;
}
.posts-kiaz:hover .posts-kiaz__content1 {
	transform: translateY(0);
	opacity: 1;
}
.posts-kiaz:hover .posts-kiaz__content2 {
	transform: scale(1, 1);
}
.posts-kiaz__content2 {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	box-shadow: 0 0 0 5px var(--theme-tertiary) inset;
	padding: 22% 10%;
	transform: scale(0.4, 0.4);
	transition: all 0.35s ease-in-out 0.6s;
}
.posts-kiaz__title1 {
	font-size: 1.12rem;
	font-weight: bold;
	color: var(--theme-primary);
	text-transform: uppercase;
}
.posts-kiaz__title1:after {
	content: "";
	display: block;
	width: 50%;
	border-bottom: 1px solid var(--theme-primary);
	margin: 0.62rem auto;
}
.posts-kiaz__description1 {
	font-size: 0.875rem;
	color: var(--theme-primary);
	line-height: 1.56rem;
}
.posts-kiaz__read1 {
	font-size: 0.875rem;
	color: var(--theme-secondary);
	border: 1px solid var(--theme-secondary);
	text-transform: capitalize;
	padding: 0.62rem 0.93rem;
	display: inline-block;
	border-radius: 1.25rem 0 1.25rem 0;
	transition: all 0.4s ease 0s;
}
.posts-kiaz__read1:hover {
	text-decoration: none;
	border-radius: 0 1.25rem 0 1.25rem;
}
.posts-kiaz__review {
	padding: 1.18rem 1.25rem 1.56rem;
	position: relative;
	z-index: 3;
}
.posts-kiaz__icons {
	width: 4.62rem;
	height: 4.62rem;
	border: 2px solid #eee;
	border-radius: 50%;
	position: absolute;
	top: -2.81rem;
	right: 0.62rem;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #fff;
}
.posts-kiaz__icons img {
	background-repeat: no-repeat;
	background-position: 50%;
	border-radius: 50%;
	width: 5.62rem;
	height: 5.62rem;
}
.posts-kiaz__title a {
	font-size: 1rem;
	margin-top: 0.62rem;
	font-weight: bold;
	letter-spacing: 2px;
	color: var(--link-color);
	display: inline-block;
	text-transform: uppercase;
	transition: all 0.3s linear 0s;
}
.posts-kiaz__title a:hover {
	text-decoration: none;
	color: var(--link-hover-color);
}
.posts-kiaz__description {
	color: var(--link-color);
	font-size: 0.93rem;
	line-height: 1.62rem;
	margin-bottom: 1.25rem;
}
.posts-kiaz__read {
	font-size: 0.812rem;
	display: block;
	text-align: right;
	text-transform: uppercase;
	font-weight: 700;
}
.posts-kiaz__read:hover {
	text-decoration: none;
}
.posts-kiaz__img {
	position: relative;
	overflow: hidden;
}
.posts-kiaz__price-detail {
	color: var(--link-color);
	font-size: 0.93rem;
}
.posts-kiaz__price-detail .badge {
	color: var(--theme-secondary);
	font-size: 0.93rem;
	background: var(--theme-secondary-text);
}
.posts-kiaz__title {
	margin: 0 0 5px 0;
}
.posts-kiaz__address-detail {
	font-family: system-ui, sans-serif;
	color: var(--link-color);
	font-size: 0.875rem;
	margin-top: 0.93rem;
	line-height: 1.31em;
}
.posts-kiaz__carousel.owl-carousel .fa {
	display: none;
}
.gc-list-view .posts-kiaz .gc-list-col-4 {
	padding: 0px;
}
.gc-list-view .posts-kiaz__icons {
	display: none;
}
@media screen and (max-width: 990px) {
	.posts-kiaz {
		margin-bottom: 1.25rem;
   }
}
@media screen and (min-width: 360px) {
	.posts-kiaz__content2 {
		padding: 5% 5%;
   }
}
@media only screen and (width: 320px) {
	.posts-kiaz__content2 {
		padding: 5% 5%;
   }
	.posts-kiaz__title1 {
		font-size: 0.875rem;
   }
	.posts-kiaz__description1 {
		font-size: 0.687rem;
		line-height: 1rem;
		padding-bottom: 7px;
   }
	.posts-kiaz__read1 {
		padding: 8px 0.93rem;
		font-size: 0.62rem;
   }
}
