﻿/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.product-details-page .picture-wrapper:only-child {
	float: none;
	width: auto;
}

.product-details-page .ribbon-wrapper {
    display: inline-block;
    max-width: 100%;
}

.item-box .product-item {
    text-align: center;
}
.item-box .details {
    text-align: left;
}

.product-ribbon img {
    opacity: 1;
}

@media all and (max-width: 980px) {

    .product-details-page .ribbon-wrapper {
        float: none;
    }

}

/* in carousel */

.item-holder .ribbon-wrapper {
    float: left;
    width: 41%;
}
.nop-jcarousel .ribbon-wrapper .item-picture {
    width: auto;
}