#gift_wrapper_tooltip { 
            font-size: 16px;
            border: 1px solid lightgray;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            font-style: normal;
            font-weight: bold;
            font-family: Georgia !important;
            text-align: center;
            line-height: 19px;
            display: inline-block;
            margin: 0 0 0 20px;
            text-decoration: none;
            color: gray;
            cursor: pointer;
            vertical-align: text-bottom;
        }

#gift_wrapper_tooltip:hover {
	border: 1px solid #6e8e06 !important;
}

    #gift-wrapping-modal.modal {
        display: none;
        align-items: center;
        justify-content: center;
        position: fixed;
        z-index: 99999;
        width: 100%;
        height: 100%;
    }
#gift-wrapping-modal .model-inner {
    border-radius: 7px;
    padding: 38px 72px 38px;
    font-size: 14px;
    line-height: 23px;
    color: #434150;
    background: #fff;
    max-width: 433px;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
}

#gift-wrapping-modal .title {
    font-family: helveticaneue, Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 28px;
    color: #1a1a1d;
    display: block;
    margin: 0 0 31px 0;
    padding: 0 30px 0 0;
    text-align: center;
    line-height: 36px;
}

#gift-wrapping-modal.modal[open] {
    display: flex;
}

#gift-wrapping-modal .model-inner {
    background-color: white;
    border-radius: 0.5em;
    margin: auto;
}

#gift-wrapping-modal .modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#modal-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: black;
    opacity: 0.7;
}

#gift-wrapping-modal .close:before {
    content: "";
    width: 30px;
    height: 2px;
    background: #1a1a1d;
    -webkit-transform: rotate( 45deg);
    -ms-transform: rotate(45deg);
    transform: rotate( 45deg);
    position: absolute;
    left: 0;
    bottom: 45%;
    z-index: 2;
    margin: 0 0 0 -3px;
}

#gift-wrapping-modal .close {
    position: absolute;
    right: 31px;
    top: 31px;
    width: 23px;
    height: 23px;
    text-indent: -9999px;
}

#gift-wrapping-modal .close:after {
    content: "";
    width: 30px;
    height: 2px;
    background: #1a1a1d;
    -webkit-transform: rotate( -45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate( -45deg);
    position: absolute;
    left: 0;
    bottom: 45%;
    z-index: 2;
    margin: 0 0 0 -3px;
}

#GiftWrapperToolLabel, #installment_fee {
    cursor: pointer;
}