/* 
    Created on : Jun 12, 2019, 12:54:06 PM
    Author     : zielak
*/




.clear-both{
    clear: both;
}
.priceBoxBg{
    /*float: right;*/
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    background: #1e7e34;
    padding: 5px 20px;
}
.priceBoxBg.superPrice .price{
   font-size: 1rem;
   display: block;
   text-decoration: line-through;
   color: #aaa;
}

body.dish-page .d_foto{
    float: left;
    margin-right: 1rem;
    max-width: 100%;
    margin-bottom: 1rem;
}
.priceBoxBg.onDishImg {
  position: absolute;
  opacity: .8;
  z-index: 1;
}
@media (max-width: 576px){
    .priceBoxBg{
        display: inline-block;
        margin-bottom: 1rem;
    }
    h1.dName{
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
}
@media (min-width: 576px){
    .priceBoxBg{
        float: right;
    }
}
@media (min-width: 992px){
    .dish-page img.foto {
        float: left;
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .priceBoxBg{
        font-size: 3rem;
    }
}

.promoBox{
    padding-bottom: 1rem;
}

.promoBox .discount{
    font-size: 1.2rem;
}
