/* Gift Card Code block */
.aw-giftcard-codes-block .box {
    width: 25%;
}
.aw-giftcard-codes-block td {
    padding: .3em;
}
.aw-giftcard-codes-block td.balance {
    font-weight: 600;
}

/* Gift Card fieldset check on customer account */
.fieldset.aw_giftcard__check {
    margin-bottom: 15px;
}

/* Gift Card block on customer account, cart and checkout page */
.aw-giftcard-codes-block .block-title span,
#aw_giftcard__code_info .block-title span {
    font-size: 2.2rem;
    font-weight: 300;
}
.aw-giftcard-codes-block {
    margin-bottom: 10px;
}
.aw-giftcard-codes-block .block-title {
    margin-bottom: 5px;
}
.page-main .block.aw-giftcard-codes-block {
    margin-bottom: 15px;
}

/* Gift Card block on checkout page */
.aw-giftcard-totals .action-delete {
    color: #333333;
    border: none;
    background: none;
    box-shadow: none;
    padding: 0;
    text-align: right;
    width: auto;
}
.aw-giftcard-totals .action-delete .delete-icon::before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: inherit;
    content: '\e604';
    display: inline-block;
    font-family: 'icons-blank-theme';
    font-size: 24px;
    font-weight: normal;
    line-height: inherit;
    margin-top: -5px;
    overflow: hidden;
    speak: none;
    text-align: right;
    vertical-align: middle;
}
.opc-wrapper .form-aw-giftcard {
    max-width: 500px;
}
