
.spinner7:after{content:"Applying Your 55% Discount"!important}.pkg-savings{color:#49d426}.paypal-btn{background-color:#1e8504!important}#bio_ep,#bio_ep_bg{display:none;position:fixed}#bio_ep_bg{width:100%;height:100%;background-color:#000;opacity:.3;top:0;left:0;z-index:10001}#bio_ep{width:500px;max-width:100%;height:auto;font-size:16px;background-color:#fff;border-radius:2px;-webkit-box-shadow:0 1px 6px 0 rgba(0,0,0,.5);box-shadow:0 1px 6px 0 rgba(0,0,0,.5);left:50%;top:50%;transform:translateX(-50%) translateY(-50%);-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);z-index:10002}#bio_ep_close{width:20px;height:20px;margin:-8px 0 0-12px;color:#fff;font-size:12px;font-weight:700;text-align:center;border:1px solid #fff;border-radius:50%;background-color:#5c5c5c;-webkit-box-shadow:1px 1px 3px #999;box-shadow:1px 1px 3px #999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;left:100%;cursor:pointer}#bio_ep--header{padding:15px;background:#ff0;color:red;border-radius:2px 2px 0 0}#bio_ep--container{padding:15px}.bio_ep--content{padding:0 0 10px;font-size:15px;line-height:1.3em}.bio_ep--cta-title{margin-bottom:15px;font-size:1.2em}.bio_ep--cta{width:100%;margin-top:20px;color:#fff;font-size:20px;font-weight:700;line-height:60px;border:0;border-radius:7px;background:#00c749;display:block;-webkit-appearance:none;outline:0}.bio_ep--cta:after{margin-left:8px;content:"⟩";font-size:1.2em}.bio_ep-no-thanks{padding:10px 0 0;font-size:.75rem;color:#999;text-decoration:underline;display:block}footer.footer{display:block;padding:20px;color:#fff;text-align:center;background-color:#000}footer.footer button{display:inline-block;padding:6px;font-size:14px;outline:0;border:0;color:#fff;text-decoration:underline;background-color:transparent;-webkit-transition:.2s all;transition:.2s all;cursor:pointer}footer.footer button:hover{opacity:.5}.shipaddress.billing-info.show{display:block;height:100%}.shipaddress.billing-info{display:none;height:0%}

.package-image p.small {
                font-size: 12px !important;
                text-align: center;
            }
            .package-image p.small.bluTxt {
                color: #18B4FE !important;
            }
            .cvv-box {
                width: 100%;
                float: left;
                position: relative;
                z-index: 100;
                display: none;
            }
            .cvv-box.show-cvv {
                display: block;
            }
            .cvv-box .cvv-img-wrapper {
                width: 100%;
                padding: 0px 0 0 9px;
                background: #fff;
                border-radius: 10px;
                border: none;
                box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .25);
                position: absolute;
                top: 0px;
                right: 0;
            }
            .cvv-box .cvv-img-wrapper img {
                border-radius: 10px;
            }
            .cvv-close {
                width: 25px;
                height: 25px;
                border: 2px solid #999;
                background: #fff;
                border-radius: 50%;
                color: #666;
                position: absolute;
                top: -10px;
                right: -10px;
                display: flex;
                align-items: center;
                justify-content: center;
            }