.box-voucher-option .voucher-amount .amount-wrapper{grid-gap:2rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(10rem,1fr));justify-content:space-between;list-style:none;margin:2rem 0;padding:0;width:100%}.box-voucher-option .voucher-amount .amount-wrapper>.amount{align-items:center;background-color:#e2e2e2;border:2px solid #cdcdcd;box-sizing:border-box;cursor:pointer;display:flex;flex-flow:column;justify-content:center;margin:0;padding:1rem}.box-voucher-option .voucher-amount .amount-wrapper>.amount.active{background-color:#fff;border:2px solid green}.box-voucher-option .voucher-amount .amount-wrapper>.amount .value{font-size:20px}.box-voucher-option .voucher-amount .amount-wrapper>.amount .price{font-size:10px}.box-voucher-option .voucher-design .design-wrapper{grid-gap:2rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(14rem,1fr));justify-content:space-between;list-style:none;margin:2rem 0;padding:0;width:100%}.box-voucher-option .voucher-design .design-wrapper>.design{align-items:center;background-color:#e2e2e2;border:2px solid #cdcdcd;box-sizing:border-box;cursor:pointer;display:flex;flex-flow:column;justify-content:center;margin:0;padding:0}.box-voucher-option .voucher-design .design-wrapper>.design.active{background-color:#fff;border:2px solid green}.box-voucher-option .voucher-design .design-wrapper>.design .image{background-repeat:no-repeat;background-size:cover;display:inline-block;height:224px;margin-bottom:10px;width:100%}.box-voucher-option .voucher-design .design-wrapper>.design .name{font-size:20px;margin-bottom:10px}#block-discount .content,#block-voucher .content{display:block}