
@font-face {
    font-family: 'RopaSansProBold';
	src: url('../fonts/ropasanspro-black-webfont.eot');
    src: url('../fonts/ropasanspro-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ropasanspro-black-webfont.woff2') format('woff2'),
         url('../fonts/ropasanspro-black-webfont.woff') format('woff'),
         url('../fonts/ropasanspro-black-webfont.ttf') format('truetype'),
         url('../fonts/ropasanspro-black-webfont.svg#ropa_sans_problack') format('svg');
    font-weight: normal;
    font-style: normal;
}

.price-item.nonfood-2 {
    bottom: 10px;
    height: 72px;
    overflow: hidden;
    right: 10px;
    display: table;
    width: auto;
    min-width: 130px;
    background-color: #fff301;

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

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

.price-item.nonfood-2 .price .price-wrapper{
    margin: 5px auto 0;
    font-family: RopaSansProBold;
    font-weight: normal;

}


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

.price-item .price .price-wrapper .side {
	margin:5px 0 0 3px;
}

.main-pic .price-item.nonfood-2{
    bottom: 20px;
    height: 85px;
    overflow: hidden;
    right: 20px;
}
.main-pic .price-item.nonfood-2 .wrapper{
    padding: 0 20px;
}

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