﻿/*
* Copyright 2013 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.product-grid .item-box .ribbon-wrapper {
    position: absolute;
    top: 0;
    bottom: 125px;
    left: 0;
    right: 0;
}
.product-grid .item-box .ribbon-wrapper .picture {
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.product-ribbon.top-left {
    top: 0;
    left: 0;
}
.product-ribbon.top-right {
    top: 0;
    right: 0;
}
.product-ribbon.bottom-left {
    bottom: 0;
    left: 0;
}
.product-ribbon.bottom-right {
    bottom: 0;
    right: 0;
}

.gallery .ribbon-wrapper:only-child .picture {
    float: none;
    width: 100%;
    margin-bottom: 0;
}

@media screen and (min-width: 240px) and (max-width: 980px) {

    .gallery .ribbon-wrapper {
        display: inline-block;
        max-width: 100%;
    }
        .gallery .ribbon-wrapper .picture {
            height: auto;
        }
    .gallery .ribbon-wrapper .picture img {
        position: static !important;
    }

}

@media screen and (max-width: 480px) {

    .product-list .item-box .ribbon-wrapper {
        display: inline-block;
        float: none;
    }

}