﻿/*
* 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-ribbon {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 80px;
	height: 80px;
	border: 3px solid #000;
	border-radius: 80px;
	background: rgba(187,187,0,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;
}
.product-ribbon:hover {
	border-color: #fff;
	color: #fff;
}

@media screen and (max-width: 980px) {

    .product-list .ribbon-wrapper {
        float: none;
    }

}