@font-face {
    font-family: 'RopaSansProBold';
    src: url('../fonts/RopaSansProBold.eot');
    src: url('../fonts/RopaSansProBold.eot') format('embedded-opentype'),
         url('../fonts/RopaSansProBold.woff2') format('woff2'),
         url('../fonts/RopaSansProBold.woff') format('woff'),
         url('../fonts/RopaSansProBold.ttf') format('truetype'),
         url('../fonts/RopaSansProBold.svg#RopaSansProBold') format('svg');
}

@font-face {
    font-family: 'FuturaLTCondensedExtraBold';
    src: url('../fonts/FuturaLTCondensedExtraBold.eot');
    src: url('../fonts/FuturaLTCondensedExtraBold.eot') format('embedded-opentype'),
         url('../fonts/FuturaLTCondensedExtraBold.woff2') format('woff2'),
         url('../fonts/FuturaLTCondensedExtraBold.woff') format('woff'),
         url('../fonts/FuturaLTCondensedExtraBold.ttf') format('truetype'),
         url('../fonts/FuturaLTCondensedExtraBold.svg#FuturaLTCondensedExtraBold') format('svg');
}

@font-face {
    font-family: 'AllerDisplay';
    src: url('../fonts/AllerDisplay.eot');
    src: url('../fonts/AllerDisplay.eot') format('embedded-opentype'),
         url('../fonts/AllerDisplay.woff2') format('woff2'),
         url('../fonts/AllerDisplay.woff') format('woff'),
         url('../fonts/AllerDisplay.ttf') format('truetype'),
         url('../fonts/AllerDisplay.svg#AllerDisplay') format('svg');
}


.price-item.nonfood-3 {
    bottom: 30px;
    height: 72px;
    right: 30px;
    display: table;
    width: auto;
    min-width: 115px;
    background-color: #fff;
    border: 3px solid #000;

}
.price-item.nonfood-3 .wrapper{
    display: table;
    border-radius: 0;
    width: auto;
    padding: 0 10px;
    height: 100%;
    position: static;
    margin: 0px auto;
}
.price-item.nonfood-3 .price{
    font: 4em/0.8 'FuturaLTCondensedExtraBold';
    color: #000;
    border-radius: 0;
    background: none;
    position: static;
   
    /*    border-bottom: 2px solid #FFFFFF;*/
}

.price-item .wrapper .price-item-bg {
    height: 100%;
}

.price-item.nonfood-3 .price .price-wrapper{
    margin: 5px auto 0;
    font-family: 'FuturaLTCondensedExtraBold';
    font-weight: normal;

}


.price-item.nonfood-3 .price .price-wrapper .gr{
    font-size: .55em;
    font-family: 'FuturaLTCondensedExtraBold';
    font-weight: normal;
}
.price-item.nonfood-3 .price .price-wrapper .amount{
    max-width: 55px;
    font: normal 11px/0.8 'RopaSansProBold';
    margin-top: 3px;
    margin-left: 2px;
}

.price-item.nonfood-3 .promo-text {
    position: absolute;
    bottom: -25px;
    right: -20px;
    padding: 3px 7px;
    background: #000;
    border: 3px solid #fff;
    color: #fff;
    font-family: 'AllerDisplay';
    font-size: 16px;
}

.main-pic .price-item.nonfood-3{
    bottom: 40px;
    height: 88px;
    right: 40px;
}
.main-pic .price-item.nonfood-3 .wrapper{
    padding: 0 10px;
}

.main-pic .price-item.nonfood-3 .price{
    font-size: 5.0em;
}
.main-pic  .price-item.nonfood-3 .price .price-wrapper{
    margin: 5px auto 0;
}
.main-pic .price-item.nonfood-3 .price .price-wrapper .amount{
    font: 0.19em/0.8 'RopaSansProBold';
    max-width: 65px;
    margin-top: 3px;
}

.main-pic  .price-item.nonfood-3 .promo-text {
    bottom: -28px;
    padding: 3px 10px;
    font-size: 18px;
}

@media (max-width: 659px) {
    .main-pic  .price-item.nonfood-3 {
        margin-bottom: 40px;
    }  
}