.lc-giftcard-product-form-options__template-options {
    margin-bottom: 15px;
}
.lc-giftcard-product-form-options__template-option {
    border: 2px solid transparent;
    float: none;
    width: 45%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 5px;
}
.lc-giftcard-product-form-options__template-option.selected ,
.lc-giftcard-product-form-options__template-option:hover{
    border: 2px solid blue;
}
.lc-giftcard-product-form-options__template-option img{
    max-width: 100%;
    width: 100%;
}
.chosenGiftCard {
    border: solid;
}
