/*!
 * Start Bootstrap - Shop Homepage (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
    padding-top: 10px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}



.prod_info {
	height: 130px;
	overflow: hidden;
	background-color: rgba(244,244,244,1.00);
}

.prod_info h4 {
    white-space: nowrap;
}

.product img {
    width: 100%;
}

.ratings {
    padding-right: 10px;
    padding-left: 10px;
    color: #d17581;
}
.thumbnail {
	padding: 0;
	width: 280px;
}
.thumbnail img {
    width: 100%;
}

.product {
	padding: 0;
	width: 280px;
	height: 110px;
	background-color: rgba(241,241,241,1.00);
}

.product .caption-full {
    padding: 9px;
    color: #333;
}

.naziv-proizvoda {
	text-align: center;
	text-transform: uppercase;
	font-family: Arial;
	font-weight: bold;
	}
.cijena {
	color: rgb(74, 119, 208);
	font-family: Arial;
	font-style: normal;
	font-weight: bold;
	font-size: 1.2em;
	margin-right: 7px;

	}

footer {
    margin: 50px 0;
}
.btn-kupi {

	width: 100px;
}
.btn-vise {
	margin-left: 10px;
	width: 100px;
}

.kolicina {

	width: 45px;

}
.panel-width {
	width: 300px;
}
