.el-voucherlist .bhElementInner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.el-voucherlist-voucher {
    width: 100%;
    max-width: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    margin-right: 40px;
    transition: 0.2s ease background;
    position: relative;
}

.el-voucherlist-voucher:hover {
    background: rgba(0, 0, 0, 0.025);
}

.el-voucherlist-voucher-image {
    flex-basis: 210px;
}

.el-voucherlist-voucher-image img {
    width: 100% !important;
}

.el-voucherlist-voucher-image img {
    height: auto !important;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.el-voucherlist-voucher {
    display: flex;
    align-items: center;
    justify-content: center;
}

.el-voucherlist-voucher-description {
    flex-basis: calc(100% - 210px);
    padding-left: 23px;
    box-sizing: border-box;
}

.el-voucherlist-voucher-name {
    font-size: 20px;
    margin-bottom: 10px;
    display: block;
}

.el-voucherlist-voucher-subtext {
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 10px;
}

.el-voucherlist-voucher-button {
    display: block;
    position: absolute;
    right: 10px;
    bottom: 10px;
    -webkit-appearance: none;
    border: 0px;
    background: rgba(212, 212, 212, 0.4);
    cursor: pointer;
    padding: 7px 15px;
    cursor: pointer;
}

.el-voucherlist-voucher-pricerange {
    font-size: 14px;
}

.el-voucherlist-voucher-pricerange:before {
    content: "\A";
    display: block;
}

.el-voucherlist-voucher-dynamic-inputs {
    margin-top: 15px;
}

.el-voucherlist-voucher-dynamic-inputs input {
    font-size: 16px;
    line-height: 25px;
    height: 25px;
    width: 100%;
    max-width: 70px;
    text-align: center;
}

.el-voucherlist-voucher-dynamic-inputs:after {
    content: " " attr(data-currency-sign);
}

.el-voucherlist-price-step {
    font-size: 13px;
    line-height: 19px;
}
