﻿/*
* Copyright 2013 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.product-details-page .ribbon-wrapper {
    float: right;
}

.product-details-page .product-ribbon.top-left {
    top: 0;
    left: 0;
}


/*=====================================================
    
    TABLETS PORTRAIT & SMARTPHONES LANDSCAPE

=====================================================*/

@media screen and (max-width: 768px) and (min-width: 481px) {

    .product-details-page .ribbon-wrapper {
        width: 100%;
    }

}


/*=====================================================
    
    SMALLER MOBILE DEVICES

=====================================================*/

@media screen and (max-width: 480px) {

    .product-details-page .ribbon-wrapper {
        float: none;
    }
}