.item-wish_user
{
	height: 240px;
	display: table;

}

.seznam_hedar
{	
	height:120px;
}

.odstrani_seznam {

 margin-top: 20px;
 margin-bottom: 10px;
 text-align: right;
}



.seznam_akcija
{
	float:right;
}


.odstrani_seznam .wish-actions-icons
{
	margin-top: 0px;
}


.seznam_name {
width: 50%;
 float:left;
}

.wish_seznam
{
	overflow:auto; 
}

.img_item_wish_user
{
	height: 217px;
	width: 290px;
	float: left;
	
}

.modal-dialog
 {
	margin-top: 200px;
 }

.naslovnica_item
{
	display: inline-block;
	position: relative !important;
	/*top: 0 !important;
	left: 50px !important;*/
	float:left;	
	width:290px;
	margin-right: 10px;
}


.naslovnica_item_img
{
	height: 230px;
	width: 100%;
	object-fit: cover;
}

.naslovnica_item_opis
{
	background: white;
	margin-bottom: 20px;
	
}


.naslovnica_item_opis a h3
{
	margin-top: 0;
	padding-top: 10px;
}

.error_wrapper {
	text-align: center;
	margin-bottom: 40px;
	margin-top: 40px;
}

.wish_img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}

.marker-link:link, .marker-link:visited {
	text-decoration: none;
	color: black;
}


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


@media screen and (max-width: 600px) {
	.naslovnica_container
   {
		width: 100%;
   }
   .naslovnica_item
   {
		width: 100%;
   }
   .naslovnica_item_img
	{
		height: auto;
	}
  
}

