﻿/* Zniżki */
.bargain, .fast-dispatch
{
   position: absolute;
    top:0;
    left:0;
    color:white;
    width: 200px;
    text-align:center;
    font-size:24px;
}

.bargain
{
    transform: translate(-57px, 25px) rotate(-45deg);
    -ms-transform: translate(-57px, 25px) rotate(-45deg);
    -webkit-transform: translate(-57px, 25px) rotate(-45deg);
}

.fast-dispatch
{
    /*background:#ff00ff;*/
    background:#F06900;
    height:35px;
    transform: translate(-82px, 0px) rotate(-45deg);
    -ms-transform: translate(-82px, 0px) rotate(-45deg);
    -webkit-transform: translate(-82px, 0px) rotate(-45deg);
}

.fast-dispatch::after{
    /*height:24px;
    width:24px;*/
    height:35px;
    width:35px;
    background:url('../images/fast_dispatch4.png');
    background-position: center center;
    background-size:100% 100%;
    display:inline-block;
    vertical-align:middle;

    /*transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);*/
    content:"";
}

.bargain.low{
    background:#00AA50;
}

.bargain.mid{
    background:#FFFF00;
    color:#2F497D;
}

.bargain.high{
    background:#FF0000;
}

.picture.thumbnail
{
    overflow:hidden;
    /*position:relative;*/
}