td.total-volume {
    display: flex;
    justify-content: space-between;
}

.total-volume .total-volume-close {
    position: relative;
    top: 2px;
    outline: none;
    border: none;
}

.unique-card-code-main input:not([type="button"]) {
    height: 54px;
    border: 1px solid #000;
    border-radius: 27px;
    padding: 0 15px;
    color: #989797;
    font-size: 18px;
    font-weight: 300;
    width: 100%;
    margin-bottom: 15px;
}

input#card_unique_code_btn {
    background: #f0b323;
    border-radius: 27px;
    height: 44px;
    width: 170px;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 44px;
    padding: 0;
    margin: 0 auto 20px;
    transition: 0.3s;
}

input#card_unique_code_btn:hover {
    background: #000;
}

.checkbox-bbpos {
    margin-bottom: 30px;
}

.checkbox-bbpos .checkbox input#other_recipient,
.checkbox-bbpos .checkbox #card_code {
    width: auto;
    height: auto;
}

.main-bbpos .checkbox-bbpos p#other_recipient_field {
    padding: 0;
    margin: 0 !important;
}

.main-bbpos .checkbox-bbpos {
    margin-bottom: 10px;
}

@media only screen and (max-width: 480px) {
    .main-bbpos .checkbox-bbpos label.checkbox {
        padding-left: 30px;
        display: inline-block !important;
        line-height: 1.4;
    }

    .checkbox-bbpos .checkbox input#other_recipient,
    .checkbox-bbpos .checkbox #card_code {
        margin-left: -20px;
    }
}

.main-bbpos .checkbox-bbpos.bbgc-apply-box {
    margin-top: 20px;
}


.customCheckout table.gift_card_info thead th {
    border-radius: 0 !important;
}

.checkbox-bbpos:not(.not-line) ::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 10%;
    height: 2px;
    background: #d9d8d6;
    z-index: -1;
    border: -25%;
}

.checkbox-bbpos {
    font-size: 16px;
    position: relative;
    z-index: 1;
}


.checkbox-bbpos.bbgc-apply-box:after {
    width: 20%;
}

.bbgc-apply-card-details ul {
    list-style: none;
    padding: 0;
    margin: 0px;
}
.checkbox-bbpos.max-width:not(.not-line) ::after {
    width: 50%;
}

@media only screen and (max-width: 480px) {
    .checkbox-bbpos.max-width:not(.not-line) ::after {
        width: 27%;
    }
}

.bbgc-card-extra-info .checkbox-bbpos::after {width: 60%;}
div#max_length {
    text-align: right;
    font-size: 13px;
    margin-top: -10px;
    margin-right: 10px;
}
.woocommerce-invalid-required-field textarea {
    border-color: #a00;
}
/* span#recipient_message-description {display: block;background: none;color: #000;margin: 0;padding: 8px 5px 0px;}

span#recipient_message-description:before {display: none;} */


/* 14-04-2022 css */
select#card-value {
	width: 100px !important;
    height: 44px;
    border-radius: 27px;
    padding: 0 10px;border: 1px solid #ccc;background: url('https://www.brazilianbutterfly.com/wp-content/uploads/2020/05/selectArrow.png') 97% no-repeat;
}

.bbcoupon-error-message span {color: #e23124;font-size: 13px;padding: 1px 8px;border-radius: 17px;text-transform: capitalize;border: 1px solid #e23124;width: 100%;}

.bbcoupon-error-message {margin-bottom: 10px;display: flex;}

.bbcoupon-success-message span {color:green;font-size: 13px;padding: 1px 8px;border-radius: 17px;text-transform: capitalize;border: 1px solid green;width: 100%;}

.bbcoupon-success-message {margin-bottom: 10px;display: flex;}

/* 14-04-2022 css end */

.blockUI.blockOverlay:after {content: "Please do not refresh the page while we are processing";color: #000;margin-top: 89px;font-size: 18px;}

.woocommerce .blockUI.blockOverlay {opacity: 1 !important;background: rgb(255 255 255 / 70%) !important;}

.woocommerce .blockUI.blockOverlay{

    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    position:fixed !important;
}
/**Recipient css------03-15-2022----start**/
#u_card_div{
	display: none;
}
/**Recipient css------03-15-2022----end**/