﻿/*
* Copyright 2013 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.product-item:hover .product-ribbon {
    display: none;
}
.product-list .ribbon-wrapper {
    float: none;
}

.product-ribbon {
	top: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	margin: auto;
	width: 80px;
	height: 80px;
	border: 3px solid #fff;
	border-radius: 80px;
	box-shadow: 0 0 5px #666;
	background: rgba(255,255,255,0.8);
	text-align: center;
	line-height: 80px;
	font-size: 20px;
	font-weight: bold;
	text-transform: capitalize;
	color: #000;
}
.ribbon-text {
	background: none !important;
	box-shadow: none !important;
	padding: 0 !important;
	line-height: normal;
	vertical-align: middle;
}
.gallery .product-ribbon {
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-transform: uppercase;
}

