/**********************************
**** dodaci za public css *********
**********************************/


/* Pojedini proizvod u izlistu */
.thumb_link:hover {
    border-color: #9ecaed;
    box-shadow: 0 0 10px #9ecaed;

	transition: all .5s ease;
	-webkit-transition: all .5s ease;
}

.thumb_icon_link {
	background:
	/* top, transparent black, faked with gradient */ 
	linear-gradient(
		rgba(255, 255, 255, 0.1), rgba(100, 100, 100, 0.1)
	); 
}
.thumb_icon_link:hover {
	background:
	/* top, transparent black, faked with gradient */ 
	linear-gradient(
		rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2)
	); 
}




/* display item code for sample order */
.sample_order_button a {
	float: left;
	width: 110px;
	margin-top: 15px;
	margin-left: 15px;
	text-align: center;
	position: relative;
	border: 1px solid #5F5F5F;
	border-radius: 3px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px; 
}
.sample_order_button_check {
	background-color: #2DAF00;
	color: #000000;	
}




/**********************************
**** END dodaci za public css *****
**********************************/
