.wqo_cart_amount{
   background: url("../images/shop_black.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: -10px;
    display: block;
    height: 101px;
    padding-top: 30px;
    position: fixed;
    right: 10px;
    text-align: center;
    width: 100px;
    z-index: 100;    
    font-size: 18px;
    font-weight: bold;
}
.wqo_cart_price{
  position: relative;
  top:28px;
  font-size: 16px;
}
.wqo_cart_amount a{
  cursor: pointer;
  text-decoration: none!important;
  color: #FFFFFF!important;
}
.wqo_cart_amount a:hover{
  color: #FFFFFF;
}

@media only screen and (max-width: 48em) {
  .wqo_cart_amount{
   background: url("../images/shop_black.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 20px;
    display: block;
    height: 70px;
    padding-top: 10px;
    position: fixed;
    right: 10px;
    text-align: center;
    width: 70px;
    z-index: 100000;    
    font-size: 18px;
    font-weight: bold;
    background-size:  contain; 
}
.wqo_cart_price{
  position: relative;
  top:32px;
  font-size: 10px;
}
}  