input#coupon_code {
    display: inline-block;
}
input#voucher_code {
    display: inline-block;
}
button#update-cart {
    float: right;
    margin-bottom: 10px;
}
.eshop-buttons {
    min-height: 130px;
}
.cat-product {
    margin: 10px 0px;
    padding: 10px 0px;
    background-color: #f5f5f5ab;
  min-height: 525px;
}
h1.page-title.eshop-title {
    font-family: varela round;
    color: #ff6600;
      text-shadow: 2px 1px #cfcccc;
    
}