/* 
 Theme Name:   Laendleverein v1
 Theme URI:    
 Description:  
 Author:       Laendleverein
 Author URI:   http://www.laendleverein.at
 Template:     adifier
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/
/* 18. LIST VIEW */
.owl-carousel .owl-item .advert-list img,
.advert-list img{
	border-radius: 2px 0px 0px 2px;
}

.advert-list > .flex-wrap > .flex-left{
	flex-shrink: 0;
	width: 38%;
}

.advert-list.item-no-image > .flex-wrap > .flex-right{
	width: 100%;
}

.advert-list > .flex-wrap > .flex-right{
	width: 62%;
}

.advert-list .bottom-advert-meta .price{
	font-size: 16px;
}

.advert-list .text-price{
	font-size: 16px;
}

.advert-list .top-meta{
	display: none;
}

.advert-list .excerpt{
    -webkit-line-clamp: 1;
    display: none;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.excerpt{
	word-wrap: break-word;
	color: #999;
}
	

.avatar-wrap{
	border-radius: 1%;
	overflow: hidden;
	display: block;
}	


.register-acc,
.forgot {
    font-size: 15px;
}
.text-overflow{
    white-space: normal;
    overflow: ;
    text-overflow: ellipsis;
    display: block;
}
.advert-media img{
    max-height: 150px;
    max-width: 200px;
	object-fit: contain;
}
.seller-details .user-rating{ display:none;}
