
/*-------- PRODUCT --------*/

 .products h3
	{
	margin: 28px 0;
	height: 0;
	border-bottom: 1px solid #dddddd;
	text-align: center;
	line-height: normal;
	}

 .products h3 a
	{
	position: relative;
	display: inline-block;
	top: -10px;
	padding: 0px 30px;
	background-color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	text-transform: uppercase;
	}
 .products h3 a:hover
	{
	text-decoration: underline;
	}

 .products.discounts
	{
	margin-bottom: 40px;
	padding-top: 20px;
	background-color: #f2f2f2;
	}

 .products.discounts h3 a
	{
	background-color: #f2f2f2;
	}

 .product
	{
	position: relative;
	display: inline-block;
	width: 22%;
	margin: 10px 0px;
	box-sizing: border-box;
	vertical-align: top;
	text-align: left;
	line-height: normal;
	}

 span.product
	{
	margin: 0;
	padding: 0 10px;
	height: 0;
	}

 .product > a
	{
	position: relative;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	padding-bottom: 38px;
	border: 1px solid #dddddd;
	background-color: #ffffff;
	z-index: 20;
	}

 .product .photo
	{
	position: relative;
	padding: 4px;
	box-sizing: border-box;
	}

 .product .photo img
	{
	width: 100%;
	vertical-align: top;
	}

 .product .info
	{
	*min-height: 40px;
	padding: 10px 13px 17px 13px;
	text-align: center;
	}

 .product h4
	{
	margin: 0 0 8px 0;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #000000;
	}

 .product .subtitle
	{
	margin: 2px 0;
	text-align: center;
	font-size: 13px;
	color: #707070;
	}

 .product .rating
	{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 85px;
	}

 .product .buttons
	{
	display: none;
	}


/*------ VOLUMES ------*/

 .product .volumes
	{
	position: absolute;
	bottom: 1px;
	left: 1px;
	right: 1px;
	background-color: #f4f5ef;
	z-index: 30;
	}

 .product .volumes .volume
	{
	display: none;
	position: relative;
	padding: 10px 10px;
	border-top: 1px solid #ffffff;
	font-size: 15px;
	cursor: pointer;
	}

 .product .volumes .volume:last-child
	{
	display: block;
	}

 .product .volumes .volume:hover
	{
	background-color: RGBA(0,0,0, 0.05);
	}

 .product:hover .volumes .volume
	{
	display: block;
	}

 .product .volumes .gr
	{
	display: inline-block;
	width: 60px;
	font-weight: bold;
	color: #777777;
	}

 .product .volumes .price
	{
	margin-right: 30px;
	color: #aa0000;
	}

 .product .old-price
	{
	color: #404040;
	text-decoration: line-through;
    margin-right: 5px;
	}

 .product .volumes .arrow
	{
	position: absolute;
	bottom: 8px;
	right: 10px;
	width: 20px;
	height: 20px;
	background: url("images/arrow.png") center center no-repeat;
	z-index: 30;
	}

 .product .volumes:hover .arrow
	{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
	}


/*------ PRODUCT ICONS ------*/

 .product .icon
	{
	position: absolute;
	top: 10px;
	right: -5px;
	z-index: 50;
	}

 .product .icon span
	{
	position: relative;
	display: inline-block;
	padding: 4px 0px;
	width: 48px;
	font-size: 14px;
	font-weight: bold;
	background-color: #ffffff;
	border-top-right-radius: 3px;
	color: #ffffff;
	text-align: center;
	z-index: 50;
	}

 .product .icon:after
	{
	content: '';
	position: absolute;
	bottom: -4px;
	right: 0px;
	display: inline-block;
	border: 5px solid transparent;
	border-left: 5px solid #00aa00;
	border-right: none;
	z-index: 40;
	}

 .product .discount span
	{
	background-color: #ff6060;
	}
 .product .discount:after
	{
	border-left: 5px solid #770000;
	}

 .product .hit span
	{
	background-color: #00aa00;
	}
 .product .hit:after
	{
	border-left: 5px solid #007700;
	}

 .product .new span
	{
	background-color: #cccccc;
	}
 .product .new:after
	{
	border-left: 5px solid #888888;
	}

 .product .buttons
	{
	display: none;
	}


/*------ PRODUCT BUTTONS ------*/
.add-to-cart-icon
{
    width: 20px;
    height: 20px;
    display: inline-block;   
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAARVBMVEUAAADAwMDZ2trZ2tqAgIDZ2trY2dnZ2trLy8vZ2trZ2trZ2dnZ2trZ2dnZ2dnY2trZ2trZ2dnY2NjZ2dnW1tbV1dXZ2tpnYPNkAAAAFnRSTlMABOrnAk9N0QzytYt+W+PdxZlnQisYQQVlNQAAAHdJREFUGNNtzdsOhCAMRdFDy81R5z79/08dCRYsuh9Is0JaiMiMoYJTNuLL85ShtGG8Qp8G/GBrtXZDyT0Mfuu999FeqDnuNv2wN3dc1PK9X8mKiyRX82iRrDjFcmz/Hcmi5seVCMRBJwrtkHDbTgbthMAc9WSZ/uaSDyr0do8DAAAAAElFTkSuQmCC');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    float: right;
    margin-right: 35px;
}
.add-to-cart-icon:hover
{  
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAAQlBMVEUAAAA3NzddZndcZXZcZndcZnddZndLVmtdZnddZXddZnZdZXdcZHZWVmtdZXddZnddZXddZHVaZnVaZnJWYXZdZnf0UKLJAAAAFXRSTlMAA+lO5dHsCPK1i35bDN3FmWdCKxhH6HGRAAAAbUlEQVQY023NRQ7AMAxE0alDZfb9r9pGYfir6Ml2wMwzqiyOG5oOrlI/ih5CVXhbXEubYBv2Ah/31ZXbCZeRycYXvjnhEmxLk5MJuLAygwsxzSuaiPP8tKASQ/nJMCmFf2kS6SbFl+6hbNfJrn8mOQ5a6AktPwAAAABJRU5ErkJggg==');
}
.product-item-hover
{
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    margin: auto;
    box-sizing: border-box;
}
.product-item-hover:before
{
    content: '';
    display: block;
    height: 100%;
    width: 100%;  
    background-color: #000;
    opacity: 0;
    transition-duration: 0.2s;
}
.product:hover .product-item-hover:before
{
    content: '';
    opacity: 0.1;    
}
.add-to-compare-icon
{
    opacity: 0;
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -20px;
    margin-right: 10px;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url("/public/root/images/compare.png") center center no-repeat;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transition-duration: 0.2s;
}
 .add-to-wishlist-icon
{
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: 10px;
    display: inline-block;    
    width: 40px;
    height: 40px;
    background: url("/public/root/images/wishlist.png") center center no-repeat;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transition-duration: 0.2s;
}
.product:hover .add-to-wishlist-icon,
.product:hover .add-to-compare-icon
{
    opacity: 0.8;    
}
.product:hover .add-to-wishlist-icon:hover,
.product:hover .add-to-compare-icon:hover
{
    opacity: 1;    
}

@media (max-width: 1400px) { .add-to-cart-icon { display: none; }   }

@media (min-width: 1200px) 
 {
 .product
	{
	margin-bottom: 45px;
	}

 .product .buttons
	{
	display: none;
	position: absolute;
	bottom: -40px;
	left:0px; right:0px;
	padding: 10px 0;
	text-align: center;
	opacity: 0;
	z-index: 15;

	-webkit-transition: opacity 0.15s linear 0.12s;
	-moz-transition: opacity 0.15s linear 0.12s;
	-o-transition: opacity 0.15s linear 0.12s;
	transition: opacity 0.15s linear 0.12s;
	}
 .product:hover .buttons
	{
	opacity: 1;
	}

 .product .buttons form
	{
	display: inline-block;
	}

 .product .buttons span
	{
	display: inline-block;
	margin: 0 -2px;
	width: 40px;
	height: 20px;
	line-height: 20px;
	border-right: 1px solid #c0c0c0;
	cursor: pointer;

	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(100%);
	}
 .product .buttons span:hover
	{
	opacity: 1;
	filter: none;
	-webkit-filter: none;
	}
 .product .buttons .add-to-cart, 
	{    
	width: 44px;
	opacity: 0.7;
	background: url("images/cart.png") center center no-repeat;
	}
 .product .buttons .add-to-compare
	{
	width: 40px;
	opacity: 0.6;
	background: url("images/compare.png") center center no-repeat;
	}
 .product .buttons .add-to-wishlist
	{
	width: 40px;
	opacity: 0.4;
	background: url("images/wishlist.png") center center no-repeat;
	}

 .product .buttons .show-more
	{
	margin-left: 8px;
	*margin-left: 12px;
	*padding-left: 26px;
	*background: url("images/more.png") left center no-repeat;
	background-size: 22px auto;
	font-size: 11px;
	color: #505050;
	text-transform: uppercase;
	}
 .product .buttons .show-more:hover
	{
	color: #000000;
	text-decoration: underline;
	}

 .more-products
	{
	margin-top: -25px !important;
	}
 }
