.gift-wrap-option {
    line-height: 1;
    margin-bottom: -3px;
    margin-top: 0;
}

.gift-wrap-option label {
    align-items: flex-start;
    cursor: pointer;
    display: inline-flex;
    font-size: .875em;
    margin-bottom: 0 !important;
    position: relative;
}

.gift-wrap-option input {
    appearance: none;
    background-color: #fff;
    border: 1px solid rgba(25, 23, 17, .48);
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 1em;
    height: 1.5em;
    margin: 0 1em 0 0;
    min-height: 1.5em;
    min-width: 1.5em;
    overflow: hidden;
    position: static;
    vertical-align: middle;
    width: 1.5em;
}

.gift-wrap-option input:checked {
    background-image: url('data:image/svg+xml,<svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 20"><path d="M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z"></path></svg>');
}

.gift-wrap-option svg {
    fill: #000;
    height: 1.125em;
    margin-left: .1875em;
    margin-top: .0625em;
    pointer-events: none;
    position: absolute;
    width: 1.125em;
}

.gift-wrap-option span {
    line-height: 1.5em;
    vertical-align: middle;
    font-size: .875em;
    cursor: pointer;
}
