﻿/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/
.ribbon-position{
    z-index:13;
    position: relative;
    margin: 6px 6px 6px 0px;
    float: right;
    padding: 0 4px;
}
	.product-ribbon{
		padding: 0 6px;
	}

	.vaa-ribbon-wrapper{
		position: absolute;
		top: 0;
		width: 100%;
	}
	.ribbon-wrapper{
		background: #FFF;
	}

    .product-details-page .gallery .ribbon-wrapper:only-child .picture{
        float:none;
		width: 100%;
    }
@media screen and (max-width: 480px) {

    .product-list .item-box .ribbon-wrapper {
        float: none;
    }


}

@media screen and (min-width: 481px) {

    .product-list .item-box .ribbon-wrapper {
        width: 165px; /*set width according to theme design and layout*/
        height:100%;
    }
    .product-list .item-box .ribbon-wrapper .picture {
        float: none;
    }
}
@media screen and (min-width: 769px) and (max-width: 980px) {
    .product-essential .ribbon-wrapper {
        width:100%;
        float:right;
    }
    .product-essential .gallery .ribbon-wrapper .picture {
        width:100%;
        margin:0;
    }

}
@media screen and (min-width: 981px){
    .product-details-page .gallery .ribbon-wrapper {
        float: right;
        position: relative;
        width: 80%;
    }
    .product-details-page .gallery .ribbon-wrapper:only-child{
        /*float:none;*/
        width:100%;
		/* position: absolute; */
    }
    .product-details-page .gallery .ribbon-wrapper .picture{
        min-width:0;
        margin:0 auto;
        width:auto;
        float:none;
    }
    .product-details-page .gallery .ribbon-wrapper:only-child .picture{
        float:none;
        /* position: absolute; */
    }

}

/*IMPORTANT: breakpoints range depends on where "view products in list" is available and where is not */