/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */


div#badge_img_src .badge_src {
    margin: 2px;
}

.single-product #badge_img_src .badge_src {
    margin: 3px;
}

#badge_img_src{
    position:absolute;
    right:auto;
    left:0;
    top:0;
    bottom:auto;
    margin: 6px;
}

.single-product #badge_img_src{
 	margin: 10px !important;
}