.price_bar {
    height: 80px;
    
   position: fixed;
     bottom: 0;
    z-index: 9999;
    text-align:right;
    display:none;
}

.price_bar .row {
    margin-left:0px;
    margin-right:0px;
    border-top: 5px solid #333333;
    border-bottom: 10px solid #c2c2c2;
    background-color: #e8e8e8;
}


.pb_title {line-height:70px;font-weight:bold;padding-left:20px;color:black;}

.pb_novat,.pb_vat {background-color:white;margin-left:10px;font-size:18px;padding:10px;font-weight:bold;color:black}

.price_bar .single_add_to_cart_button {margin-left:40px;margin-right:20px;}
.price1,.price2 {color:#23ab90;}

.mcontainer {position:relative;}