

div.hrowbox>div{
	color: #fff;
}

#contentbar article img{
	transition: all ease-in 0.2s;
}
#contentbar article:hover img{
            box-shadow: 1px 1px 6px -2px #333;
            cursor: pointer;
}

div.hrow1>span{
	float: left;
	width: 64px;
	height: 64px;
	border-radius: 60px;
	border: 5px solid #fff;
	box-shadow: 0px 1px 14px -1px #1c1c1c inset,0px 0px 4px -1px #333;
	margin-left: 23px;
	overflow: hidden;
}

div.hrow1>span span{
	display: block;
}

div.hrow1>span span:first-child{
		color: #000;
		font-weight: bold;
		font-size: 16px;
		margin-top: 14px;
	}

div.hrow1>span span:last-child{
		color: #000;
		font-weight: 100;
		font-size: 11px;
	}	
div.hrow1 span.tagcircle{
	background-color: #f9b36b;
}

div.hrow1 span.tagcircle_ita{
		background-image: url('../flags/italy.jpg');
		color:#000;
}

div.hrow1 span.tagcircle_ITALY{
		background-image: url('../flags/italy.jpg');
		color:#000;
}

div.hrow1 span.tagcircle_AUS{
		background-image: url('../flags/australia.jpg');
		color:#000;
}
div.hrow1 span.tagcircle_AT{
		background-image: url('../flags/austria.jpg');
		color:#000;
}

div.hrow1 span.savecircle{
	background-color: #f9b36b;
	margin-left: 10px;
}

@media (max-width: 960px) {


	h1.startshopping{
		width: 260px;
		margin: 0 auto;
		display: block;
		margin-bottom: 10px;
	}

	#showbar div.or2 {
		display: block;
		text-align: center;
		width: 100%;
	}

	#showbar > div.showcontent .mainbar {
		margin-top: -6px;
	}

	#showbar div.notifybox {
		width: auto;
	}

}


.da-thumbs li ,
.da-thumbs li  img {
	display: block;
	position: relative;
}
.da-thumbs li  {
	overflow: hidden;
}
.da-thumbs li  article {
	position: absolute;
	background:rgba(10,10,10,0.7);
	background-repeat:repeat;
	width: 100%;
	height: 100%;
}

.da-thumbs li  article:hover {
	cursor: default;
}

.da-thumbs li  article .hrow1>span:hover {
	cursor: pointer;
}

.da-thumbs li  article.da-animate {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
/* Initial state classes: */
.da-slideFromTop {
	left: 0px;
	top: -100%;
}
.da-slideFromBottom {
	left: 0px;
	top: 100%;
}
.da-slideFromLeft {
	top: 0px; 
	left: -100%;
}
.da-slideFromRight {
	top: 0px;
	left: 100%;
}
/* Final state classes: */
.da-slideTop {
	top: 0px;
}
.da-slideLeft {
	left: 0px;
}


.da-thumbs {
text-align:center;
margin-left: 20px;
}

.da-thumbs li.product-img{display:inline-block; margin-right:4%; margin-bottom:3%;width:200px;}





