﻿/*
* Copyright 2013 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.product-ribbon.top-left, .product-ribbon.top-right, .product-ribbon.bottom-left, .product-ribbon.bottom-right {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 0;
    text-align: center;
}

.gallery .ribbon-wrapper:only-child .picture {
}

.gallery .ribbon-wrapper {
    margin: 0 0 20px;
}
    .gallery .ribbon-wrapper .picture {
        margin: 0;
    }

@media screen and (min-width: 240px) and (max-width: 1000px) {

    .gallery .ribbon-wrapper {
        display: inline-block;
        max-width: 100%;
    }
    .gallery .ribbon-wrapper .picture img {
    }

}

@media screen and (max-width: 480px) {

    .product-list .item-box .ribbon-wrapper {
        float: none;
    }

}