.wfm_cart_amount{
   background: url("../images/shop_black.png") no-repeat;
    background-size: contain;
    bottom: 2px;
    display: block;
    height: 101px;
    width: 115px;
    padding-top: 5px;
    position: fixed;
    right: 10px;
    text-align: center;
    z-index: 110;    
    font-size: 13px!important;
    font-weight: bold;
}
.wfm_cart_price{
  position: relative;
  top:45px;
  left: 18px;
  font-size: 13px;
}
.wfm_cart_amount a{
  cursor: pointer;
  text-decoration: none!important;
  color: #FFFFFF!important;
}
.wfm_cart_amount .amount{
  color: #FFFFFF!important;
}
.wfm_cart_amount a:hover{
  color: #FFFFFF;
}