/*
Theme Name: Dejavu Jigoshop
Theme URI: http://mysitemyway.com/
Description: A Mysitemyway Premium Wordpress Theme
Author: Mysitemyway
Author URI: http://mysitemyway.com/
Template: dejavu
Version: 1.0
Tags: jigoshop
*/

@import url('../dejavu/style.css');


/* Widgets */
.jigoshop_product_search label { display: none; }


@media(max-width:900px){
    .r-img{
        /* Remove styling from the div */
        background:none!important;
        width:auto!important;
        height:auto!important;
    }
    .r-img img{
        /* Bring smaller image back into view */
        position:static;
        max-width:100%;
    }
}