﻿/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.gallery .ribbon-wrapper {
    font-size: 0;
}
.gallery .ribbon-wrapper img {
	max-width: 100%;
}

@media all and (min-width: 769px) {
	
.product-list .ribbon-wrapper + .details {
	margin: 0 0 0 240px;
}

}

@media all and (min-width: 1001px) {
	
.spc-categories .ribbon-wrapper {
	float: left;
	width: 45%;
}
.spc-categories .ribbon-wrapper .picture {
	width: 100%;
}

}

@media all and (min-width: 1367px) {
	
.spc-categories .ribbon-wrapper {
	width: 40%;
}

}


.ribbon-text {
	-webkit-tap-highlight-color: transparent;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 300;
}