:root {
    --bnb-color-main-1: #007cba;
    --bnb-color-main-2: #fe2c55;
    --bnb-color-main-3: #4fb083;
    --bnb-color-main-4: #00a1b5;
    --bnb-check-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 7 7' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.90667 1.90487C6.03654 2.03882 6.03012 2.24976 5.89232 2.37601L2.26725 5.69732C2.11353 5.83816 1.87221 5.83383 1.72395 5.68755L0.498656 4.47867C0.365757 4.34755 0.367365 4.13652 0.502247 4.00733C0.637129 3.87814 0.854208 3.8797 0.987107 4.01082L2.00843 5.01847L5.42201 1.89092C5.55981 1.76467 5.7768 1.77091 5.90667 1.90487Z' fill='white' stroke='white' stroke-width='0.4' stroke-linecap='round'/%3E%3C/svg%3E");
    --invoice-check-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 7 7' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.90667 1.90487C6.03654 2.03882 6.03012 2.24976 5.89232 2.37601L2.26725 5.69732C2.11353 5.83816 1.87221 5.83383 1.72395 5.68755L0.498656 4.47867C0.365757 4.34755 0.367365 4.13652 0.502247 4.00733C0.637129 3.87814 0.854208 3.8797 0.987107 4.01082L2.00843 5.01847L5.42201 1.89092C5.55981 1.76467 5.7768 1.77091 5.90667 1.90487Z' fill='%234fb083' stroke='%234fb083' stroke-width='0.4' stroke-linecap='round'/%3E%3C/svg%3E");
}

.a-flex { display: flex; }
.a-flex-rv {display: flex;flex-direction: row-reverse;}
.a-flex-col { display: flex; flex-direction: column; }
.a-flex-row { display: flex; flex-direction: row; }
.a-flex-spbwtn { display: flex; justify-content: space-between; }
.a-flex-center { display: flex; justify-content: center; }
.a-flex-end { display: flex; justify-content: flex-end; }
.a-items-center { display: flex!important; align-items: center; }
.a-item-center { display: flex; align-items: center; }
.a-icenter { align-items: center; }
.a-items-start { display: flex; align-items: flex-start; }
.a-flex-wrap {display: flex !important;flex-wrap: wrap;}
.a-justify-center { justify-content: center; }
.a-block { display: block; }
.a-flex-1 { flex: 1 1 0%; }
.a-gap-3 { gap: 3px; }
.a-gap-4 { gap: 4px; }
.a-gap-6 { gap: 6px; }
.a-gap-8 { gap: 8px; }
.a-gap-10 { gap: 10px; }
.a-gap-12 { gap: 12px; }
.a-gap-15 { gap: 15px; }
.a-hidden { overflow: hidden!important; }
.a-overflow-auto { overflow: auto; }
.a-overflow-x-hidden { overflow-x: hidden; }
.a-overflow-y-auto { overflow-y: auto; }
.a-relative { position: relative; }
.a-absolute { position: absolute; }
.a-fixed { position: fixed; }
.b-w-full { width: 100%; }
.b-w-90 { width: 90%; }
.b-w-80 { width: 80%; }
.b-w-55 { width: 55%; }
.b-w-30 { width: 30%; }
.b-w-35 { width: 35%; }
.b-w-110 { width: 110px; flex-shrink: 0; }
.b-w-f100 { flex: 1; }
.b-w-f20 { flex: 1 0 20%; }
.b-w-f25 { flex: 1 0 25%; }
.b-w-f28 { flex: 1 0 28%; }
.b-w-f75 { flex: 1 0 75%; }
.b-h-full { height: 100%!important; }
.b-h-90 { height: 100%; max-height: 90vh; }
.b-h-75 { height: 100%; max-height: 75vh; }
.b-h-48 { height: 48px; }
.b-h-56 { height: 56px; }
.b-h-68 { height: 68px; }
.b-h-25 { height: 25px; }
.b-h-8 { height: 8px; }
.b-h-auto { height: auto; }
.b-max-w-full { max-width: 100%; }
.b-max-w-500 { max-width: 500px; }
.b-max-w-690 { max-width: 690px; }
.b-max-h-full { max-height: 100%; }
.b-max-h-100vh { max-height: 100vh; }
.b-min-h-80 { min-height: 80px !important; }
.b-min-h-50 { min-height: 50px}
.c-m-0 { margin: 0!important; }
.bnb-row-0 { margin: 0!important; }
.c-m-0-auto { margin: 0 auto; }
.c-m-5-0 { margin: 5px 0; }
.c-m-15-0 { margin: 15px 0; }
.c-mt-0 { margin-top: 0; }
.c-mt-4 { margin-top: 4px; }
.c-mt-5 { margin-top: -5px; }
.c-mt-6 { margin-top: 6px; }
.c-mt-8 { margin-top: 8px; }
.c-mt-10 { margin-top: 10px; }
.c-mb-5 { margin-bottom: 5px; }
.c-mb-15 { margin-bottom: 15px; }
.c-mb-4 { margin-bottom: 4px; }
.c-mb-6 { margin-bottom: 6px; }
.c-mb-8 { margin-bottom: 8px; }
.c-mb-10 { margin-bottom: 10px; }
.c-mb-12 { margin-bottom: 12px; }
.c-ml-2 { margin-left: 2px; }
.c-ml-4 { margin-left: 4px; }
.c-ml-6 { margin-left: 6px; }
.c-ml-8 { margin-left: 8px; }
.c-mr-4 { margin-right: 4px; }
.c-mr-6 { margin-right: 6px; }
.c-mr-8 { margin-right: 8px; }
.c-mr-10 { margin-right: 10px; }
.c-p-0 { padding: 0!important; }
.c-p-10 { padding: 10px; }
.c-pt-10 { padding-top: 10px; }
.c-pr-10 { padding-right: 20px; }
.c-p-30-0 { padding: 30px 0; }
.c-p-15-0 { padding: 15px 0; }
.c-p-5-15 { padding: 5px 15px !important; }
.c-p-10-15 {padding: 10px 15px 0;}
.c-p-5-0 { padding: 5px 0; }
.c-p-8-0 { padding: 8px 0; }
.c-p-5-0px { padding: 5px 0px; }
.c-p-2-6 { padding: 2px 6px; }
.c-p-8-20 { padding: 8px 20px; }
.c-p-8-12 { padding: 8px 12px; }
.c-p-8-0-4 { padding: 8px 0 4px; }
.c-p-0-12 { padding: 0 12px; }
.c-p-0-10 { padding: 0 10px; }
.c-p-0-20 { padding: 0 20px; }
.c-p-0-5 { padding: 0 5px; }
.c-p-0-2re { padding: 0 2rem; }
.c-p-1-0r { padding: 1rem 0; }
.c-p-6 { padding: 6px; }
.c-p-8 { padding: 8px; }
.c-p1re { padding: 1rem; }
.c-p055 { padding: 0.55rem; }
.c-p02 { padding: 0.2rem; }
.c-p08re { padding: 0.8rem; }
.c-pbt-2r{ padding: 0 0 2rem }
.c-p515 {padding: 0.55rem 0.55rem 1rem 0.55rem;}
.c-p316 {padding: 1.5rem 1rem 6rem 1rem;}
.d-text-center { text-align: center!important; }
.d-text-right { text-align: right; }
.d-text-12 { font-size: 12px; }
.d-text-07r { font-size: 0.7rem; }
.d-text-13 { font-size: 0.75rem; }
.d-text-13-imp { font-size: 0.75rem !important; }
.d-text-14 { font-size: 0.8rem; }
.d-text-15 { font-size: 0.9rem;line-height: 24px; }
.d-txt-09r { font-size: 0.9rem !important; }
.d-txt-095r { font-size: 0.95rem}
.d-txt-1re { font-size: 1rem; }
.d-txt-05 { font-size: 1.05rem; }
.d-txt-08re { font-size: 0.8rem; }
.d-txt-087 { font-size:0.875rem; }
.d-text-15-imp { font-size: 0.9rem !important; }
.d-text-16-imp { font-size: 0.95rem !important; }
.d-text-cp {font-size: 0.85rem;}
.d-text-16 { font-size: 16px; }
.d-text-17 { font-size: 17px; }
.d-text-18 { font-size: 18px; }
.d-font-400 { font-weight: 400; }
.d-font-400-imp { font-weight: 400 !important; }
.d-font-500 { font-weight: 500; }
.d-font-600 { font-weight: 600; }
.d-font-700 { font-weight: 700; }
.d-line-12 { line-height: 12px; }
.d-line-14 { line-height: 14px; }
.d-line-15 { line-height: 15px; }
.d-line-16 { line-height: 16px; }
.d-line-18 { line-height: 18px; }
.d-line-20 { line-height: 20px; }
.d-line-22 { line-height: 22px; }
.d-line-24 { line-height: 24px; }
.d-letter-0 { letter-spacing: 0rem; }
.d-letter-001 { letter-spacing: -0.01rem; }
.d-letter-002 { letter-spacing: 0.02rem; }
.d-letter-003 { letter-spacing: 0.03rem; }
.d-letter-015 { letter-spacing: 0.015rem; }
.d-truncate { 
display: -webkit-box; 
-webkit-line-clamp: 1;
line-clamp: 1;
-webkit-box-orient: vertical; 
overflow: hidden; 
text-overflow: ellipsis; }
.d-no-transform { text-transform: none; }
.d-line-through, .line-through { text-decoration: line-through; }
.d-txt-none { text-decoration: none; }
.e-bg-white, .bg-white { background-color: white }
.e-bg-f4f5f6 { background-color: #f4f5f6; }
.e-bg-fef3f5 { background: #fef3f5; }
.e-bg-f1fbfc { background-color: #f1fbfc; }
.e-bg-f8d7da { background: #f8d7da; }
.e-bg-fff2f5 { background: #fff2f5; }
.e-bg-transparent { background: transparent !important; }
.e-bg-fe2b54 { background: #fe2b54; }
.e-text-white { color: white; }
.btn-show-popup-content [type=submit]:hover { color: #fff; }
.e-text-111 { color: #111; }
.e-text-222 { color: #222; }
.e-text-333 { color: #333; }
.e-form-field { color: #333; }
.e-text-sucess { color: #00a65a; }
.e-text-333-imp { color: #333 !important; }
.e-text-555 { color: #555; }
.e-text-666 { color: #666; }
.e-text-777 { color: #777; }
.e-text-9 { color: #999; }
.e-txtlabel { color: #98a2b3 !important; }
.e-text-fe2c55 { color: #fe2c55; }
.e-text-f73054 { color: #f73054; }
.e-text-ec0b43 { color: #ec0b43; }
.e-text-4fb083 { color: #4fb083; }
.e-text-04f { color: #04bacf; }
.e-text-fe2 { color: #fe2b54 }
.e-fill-4fb083 { fill: #4fb083; }
.e-fill-f73054 { fill: #f73054; }
.e-stroke-222 { stroke: #222; }
.e-stroke-ec0b43 { stroke: #ec0b43; }
.e-border-field { border: 1px solid #d9d9d9; }
.e-border-ddd { border: 1px solid #ddd; }
.e-border-e { border: 1px solid #eee; }
.e-border-f4f5f6 { border: 1px solid #f4f5f6 !important; }
.e-border-none { border: none; }
.e-border-b-ddd { border-radius: 16px 16px 0 0; border-bottom: 1px solid #ddd; }
.e-border-t-f4f5f6 { border-top: 1px solid #f4f5f6; }
.e-border-t-e { border-top: 1px solid #eee; }
.f-rounded-99 { border-radius: 99px; }
.f-rounded-50 { border-radius: 50px; }
.f-rounded-160 {border-radius: 6px; }
.f-rounded-10 { border-radius: 10px; }
.f-rounded-8 { border-radius: 8px; }
.f-rounded-6 { border-radius: 6px; }
.f-rounded-5 { border-radius: 5px; }
.f-rounded-4 { border-radius: 4px; }
.f-rounded-0 { border-radius: 0; }
.f-r16-8 { border-radius: 16px 16px 8px 8px; }
.g-shadow-none { box-shadow: none !important; }
.h-top-0 { top: 0; }
.h-bottom-0 { bottom: 0; }
.h-bottom-n1 { bottom: -1px; }
.h-left-0 { left: 0; }
.h-right-0 { right: 0; }
.h-right-10 { right: 10px; }
.h-right-15 { right: 15px; }
.h-top-10 { top: 10px; }
.h-top-15 { top: 15px; }
.h-top-60 { top: 60px; }
.h-top-250 { top: 20%; }
.h-left-30 { left: 30px; }
.h-z-2 { z-index: 2; }
.h-z-19 { z-index: 19; }
.h-z-98 { z-index: 98; }
.h-z-99 { z-index: 99; }
.h-z-99999999 { z-index: 99999999; }
.i-aspect-8-9 { aspect-ratio: 8 / 9; }
.i-object-cover { object-fit: cover; }
.i-pointer-none { pointer-events: none; }
.i-pointer { cursor: pointer!important; }
.i-opacity-8 { opacity: 0.8 !important; }
.i-bg-overlay { background: rgba(0, 0, 0, 0.5); }
.i-calc-h { height: calc(100% - 56px - 68px); }
.i-no-display { display: none; }
.i-box-border { box-sizing: border-box !important; }
.i-pos-n8 { margin: -8px; }
.i-pos-btm-n10 { bottom: -10px; }
.i-w-12 { width: 12px; }
.i-sw-2 { stroke-width: 2; }
.i-sw-3 { stroke-width: 3; }
.no-scroll {
    overflow: hidden !important;
}
.buynow-btn-popup {
    display: none;
    z-index: 9998;
}
.buynow-btn-show {
color:white!important;
}
.bnb-order-button-container {
    text-wrap: nowrap!important;
}
.bnb-row-voucher {
    line-height: 18px;
}
.bnb-popup-head,
.bnb-BdTr-sIfo,
.bnb-foTr-sIfo,
.bnb-popup-head,
.customer-info-head,
.customer-info-footer,
.bnb-coupon-footer  {
    line-height: 20px;
}
.wvr-addfull-content,
.bnb-addfull-content {
    line-height: 24px;
}
.btn-form-row select, .btn-form-row textarea {
    margin-bottom:0;
}
.btn-close-checkout-coupon svg, .btn-close-popup * {
    pointer-events: none;
}
.total-form {
    z-index: 20;
}
.w-close svg {
    background-color: #e1e1e1;
    padding: 5px;
    border-radius: 50%;
    stroke: #111;
    stroke-width: 2px;
    width: 24px;
}
.w-close:hover svg {
    background-color: #c9c9c9;
}
.show-product-price {
    margin-bottom: 10px;
}
.show-product-thumbnail { 
    flex: 1 0 20%; 
}
.show-product-thumbnail img {
    object-fit: cover;
    aspect-ratio: 8 / 9;
    height: auto;
    width: 100%;
    border-radius: 8px;
}
.variation-attributes {
    display: inline-flex;
    font-size: 13px;
    text-transform: capitalize;
}
.price-sAle-Gbsp,
.original-Gagsp {
    position: relative;
}
.price-sAle-spm {
    gap: 4px;
    display: flex;
    align-items: center;
}
.original-Gagsp {
    display: flex;
    align-items: center;
}
.color-sale {
    color: var(--bnb-color-main-2);
}
.bg-sale {
    background-color: var(--bnb-color-main-2);
}
.price-sAle-Gbsp, .price-sAle-Gbsp span.amount {
    letter-spacing: 0.02rem;
    color: var(--bnb-color-main-2);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}
.original-price-Gagsp,
.original-price-Gagsp span.amount {
    text-decoration: line-through;
    color: #555;
    font-size: 13px;
    font-weight: 400;
}
.variation-price del > span,
.variation-price ins > span {
    font-size: 14px;
    font-weight: 500;
}
.variation-price {
    display: flex;
    flex-direction: column;
}
.show-variation-details {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
}
.btn-form-row {
    margin-bottom: 15px;
}
.btn-form-row .required {
    color: #c1304f;
}
.btn-form-row .bnb-label {
    display: block;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    transition: all 0.3s ease;
    background: white;
    padding: 0 5px;
    opacity: 0;
    visibility: hidden;
    color: #98a2b3;
}
.form-row.hidden-province-data,
.form-row.hidden-district-data,
.form-row.hidden-ward-data{
    display: none !important;
    visibility: hidden !important;
}
.customer-info-popup input:focus + .bnb-error-message + .bnb-label, 
.customer-info-popup input:not(:placeholder-shown) + .bnb-error-message + .bnb-label {
    opacity: 1;
    visibility: visible;
    top: 0;
    left: 10px;
    font-size: 12px;
    color: #98a2b3;
    transform: translateY(-50%);
}
.show-popup-action-btn {
    align-items: center;
}
.show-popup-action-btn:hover {
    background-color: #fe2b54;
}
.message {
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 4px;
}
.buynow-btn-form .success {
    background-color: #fe2b54;
    color: #fff;
}

.bnb-bgm {
    background-color: #ececec;
}
.bnb-bgt {
    background-color: #fff;
}
.bnb-bgf {
    background-color: #fff;
}
.btn-close-popup, .btn-close-coupon {
    height: 100%;
}
.buynow-btn-form input,.woocommerce-invoice-fields input {
    margin: 0!important
}

.woocommerce-invoice-fields .bnb-error-message {
    margin: 3px 5px 0!important;
    position: relative!important;
    right: unset !important;
}
.bnb-error-message,.message.error {
    right: 0;
    z-index: 9;
    position: absolute;
    background: #f8d7da;
    margin-top: 6px;
    color: #ec0b43;
    font-size: .75rem;
    padding: 2px 6px;
    border: none;
    border-radius: 99px
}
.bnb-error-message:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #f8d7da;
    content: "";
    position: absolute;
    left: 30px;
    margin: -8px;
    width: 12px;
    z-index: 2;
}
.bnb-quantity-wrapper label {
    font-size: 13px !important;
    font-weight: 400;
    margin: 0 8px 0 0 !important;
}
.bnb-total-label {
    line-height: 24px;
    color: #333;
}
.bnb-total-amount span.amount {
    line-height: 24px;
    color: #ec0b43;
}
.bnb-total-amount span.amount {
    font-size: 1rem;
    letter-spacing: -0.02rem;
    font-weight: 700;
}
.bnb-total-price {
    align-items: flex-end;
}
.bnb-BdTr-sIfo {
    height: calc(100% - 56px - 68px);
}
.bnb-success-popup-content, .btn-show-popup-content, .customer-info-content {
    font-family: inherit;
}
.btn-show-popup-content, .customer-info-content {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.select-w-f50 {
    width: 50%;
}
.flex-row-add {
    display: flex;
    gap: 15px;
}
.code-top-txt {
    border-radius: 4px;
    padding: 2px 6px;
}
.code-show {
    text-transform: uppercase;
    background-color: #fe2c5522;
    color: #fe2c55;
}
.code-title {
    font-weight: 400;
    }
.bnb-free-shipping {
    background-color: #e2fafe;
     color: #04bacf;
    }
.bnb-first-order {
    background-color: #fe2c5522;
    color: #fe2c55;
    }
.bnb-coupon-main::after {
        transform: rotate(-40deg);
        border: 1px solid #ddd;
        border-bottom: none;
        border-right: none;
        content: '';
        position: absolute;
        bottom: -8px;
        right: -6px;
        width: 1rem;
        height: 1rem;
        background: #fff;
        border-radius: 50%;
}
.divi-dash {
    border-bottom: 1px dashed #ddd;
    width: 100%;
    height: 1px;
}
.bnb-coupon-top {
padding: 0.5rem 1rem 0 1rem;
}
.bnb-coupon-main {
padding: 0 1rem 1rem;
}
.bnb-coupon-content, .bnb-addfull-content, .bnb-ship-content, .wvr-addfull-content {
    left: 50%;
    top: 58%;
    transform: translate(-50%, -50%);
}
.bnb-coupon-option input[type="radio"], 
.no-coupon input[type="radio"],
.w-ship-label input[type="radio"] {
    position: absolute;
    opacity: 0;
    right: 15px;
    cursor: pointer;
}
.bnb-coupon-label::after{
    z-index: 1;
    top: 25px;
    transform: translateY(-50%);
    right: 15px;
    content: '';
    width: 16px;
    height: 16px;
    border: 1px solid #ddd;
    border-radius: 50%;
    flex-shrink: 0;
    transition: all 0.2s ease;
    position: absolute;
    background: white;
}
.bnb-coupon-label input[type="radio"]:checked ~ .check-icon::before, 
.bnb-coupon-label:has(input[type="radio"]:checked)::before{
    z-index: 2;
    content: "";
    position: absolute;
    right: 15px;
    top: 25px;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgb(254, 44, 85);
    background-image: var(--bnb-check-icon);
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: center;
}
.bg_manual_btn {
    width: 30%;
}
.show-popup-action-btn, .bg_manual_btn, .bg-coupon-btn, .complete-customer-info-btn, .bg-ship-btn {
    border-radius: 8px;
}
.buynow-btn-popup *::-webkit-scrollbar, 
.bnb-success-popup *::-webkit-scrollbar, 
.checkout-w-coupon *::-webkit-scrollbar,
.wvr-addfull-content *::-webkit-scrollbar {
    width: 0;
    height: 0;
    background: transparent;
}
.w-free {
    border: 1px solid #04bacf;
    background-color: #e2fafe;
    color: #04bacf;
}
.w-amount {
    border: 1px solid;
    background-color: #fff0f3;
    color: #fe2b54;
}
.w-free, .w-amount {
    position: relative;
    border-radius: 3px;
    padding: 1px 9px;
}
.w-free::before, .w-amount::before {
    content: '';
    position: absolute;
    top: 35%;
    left: -3px;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
}
.w-free::after, .w-amount::after {
    content: '';
    position: absolute;
    top: 35%;
    right: -3px;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
}
.w-free::after,.w-amount::after {
    transform: rotate(320deg);
    border-bottom: none!important;
    border-right: none!important;
}
.w-free::before,.w-amount:before {
    transform: rotate(-42deg);
    border-top: none!important;
    border-left: none!important;
}
.w-free::after,.w-free::before {
    border: 1px solid #04bacf;
}
.w-amount::after,.w-amount:before {
    border: 1px solid #fe2b54;
}
.bnb-coupon-left {
    width: 22%;
    box-shadow: 0 3px 10px rgb(0 0 0 / .05);
    }
.bnb-coupon-right {
        border: solid;
        box-shadow: 0 3px 10px rgb(0 0 0 / .05);
        border-color: #ddd;
        border-radius: 0 5px 5px 0;
        border-width: 1px 1px 1px 0;
        width: 80%;
    }
.bnb-coupon-left::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 10px;
        height: 100%;
        background: radial-gradient(circle at 0px 8px, #f5f5f5 4px, transparent 4px), radial-gradient(circle at 0px 20px, #f5f5f5 4px, transparent 4px), radial-gradient(circle at 0px 32px, #f5f5f5 4px, transparent 4px), radial-gradient(circle at 0px 44px, #f5f5f5 4px, transparent 4px), radial-gradient(circle at 0px 56px, #f5f5f5 4px, transparent 4px), radial-gradient(circle at 0px 68px, #f5f5f5 4px, transparent 4px), radial-gradient(circle at 0px 80px, #f5f5f5 4px, transparent 4px), radial-gradient(circle at 0px 92px, #f5f5f5 4px, transparent 4px);
        background-size: 10px 12px;
    }
.bnb-coupon-info {
    line-height: 22px;
}
.bnb-coupon-description {
    margin-top: 5px;
    font-size: 1rem;
    color: #222;
    font-weight: 600;
}
.bnb-coupon-condition {
                font-size: 12px;
                color: #666;
                margin-top: 3px;
            }
            .bnb-coupon-expiry {
                font-size: 12px;
                color: #999;
                margin-top: 3px;
            }
            .bnb-manual-coupon input {
                height: 40px;
            }
            .bnb-coupon-trigger {
                cursor: pointer;
            }
            .coupon-discount-amount {
                font-weight: 600;
            }
            #manual-coupon-message.error {
                color: #e74c3c;
            }
            #manual-coupon-message.success {
                color: #2ecc71;
            }
@media screen and (max-width: 550px) {
    .flex-row-add {
        gap: 0;
        flex-direction: column;
    }
    .select-w-f50 {
        width: 100%;
    }
    .show-product-thumbnail {
        flex: 1 0 25%;
    }
    .bnb-customer-form .btn-form-row.name-phone-row {
        flex-direction: column;
    }
    .bnb-coupon-left {
        width: 30%;
    }
    .d-text-cp {font-size: 0.7rem;}
    .btn-show-popup-content, .customer-info-content {
        margin: 0;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        top: unset;
    }
    .h-top-250 {
        top: 25%;
    }
    .f-rounded-160 {
        border-radius: 0;
    }
    .f-r16-8 { 
        border-radius: 16px 16px 0px 0px; 
    }
    .b-max-w-690 { 
        max-width: 100%; 
    }
    .b-h-90 { 
        max-height: 100%; 
    }
    .bnb-product-title {
        font-size: 0.9rem;
    }
}
.woo-invoice {
    appearance: none;
    width: 15px;
    height: 15px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: white;
    cursor: pointer;
    position: relative;
}
.woo-invoice:checked {
    background-color: #4fb08333;
    border-color: #4fb083;
}
.woo-invoice:checked::after {
    z-index: 2;
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background-image: var(--invoice-check-icon);
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    left: 50%;
    transform: translate(-45%, -50%);
}
.bnb-success-popup {
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}
.bnb-success-popup-content {
    max-height: 80vh;
    max-width: 500px;
    width: 90%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    -webkit-overflow-scrolling: touch;
}
.product-info img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 4px;
}
.product-info .product-details h3 {
    margin: 0;
    font-size: 0.9rem;
    color: #333;
    font-weight: 500;
}
.info-item:last-child {
    margin-bottom: 0;
}
.bndivi {
    border-bottom: 1px solid #eee;
}
.bnb-order-info .info-row:last-child {
    border-bottom: none;
}
.bnb-home-button {
    transition: background-color 0.3s;
}
.bnb-home-button:hover {
    background-color: #e61e45;
    color: white;
}
@media screen and (max-width: 900px) {
.bnb-success-popup-content {
    max-height: 100%;
    width: 100%;
    border-radius: 0;
    padding: 0.8rem;
}
}


.shipping-fee-label {
    font-style: italic;
    text-wrap: nowrap;
    opacity: 0.8;
    right: 15px;
}



.required {
    color: red;
    font-weight: 400;
}
.f-bnb-add p {
    margin-block-end: 0;
}
.form-add-group {
    width: 100%;
}
.bnb-width-100 {
    width: 100% !important;
    max-width: 100%;
    display: block;
}
.bnb-width-50 {
    width: 49% !important;
    max-width: 49%;
    display: inline-block;
}
@media (max-width: 768px) {
.w-coupon-content {
        bottom: 0;
        border-radius: 10px 10px 0 0!important;
        top: unset !important;
        transform: translate(-50%, 0) !important;
        animation: bnbUp 300ms ease-out;
}
.bnb-coupon-content, 
.bnb-addfull-content, 
.bnb-ship-content,
.wvr-addfull-content {
    top: unset;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    animation: bnbUp 300ms ease-out;
}
.bnb-width-50{
        width: 100% !important;
        max-width: 100%;
        display: block;
        margin-right: 0 !important;
    }
}
@keyframes bnbUp {
    0% {
        transform: translate(-50%, 100%); 
    }
    100% {
        transform: translate(-50%, 0);
    }
}

.manual-coupon-message {
    margin-top: 10px;
    transition: all 0.3s ease;
}
.m-coupon-error {
    color: #e74c3c !important;
    font-size: 0.75rem !important;
    font-weight: 500 !important;
    padding: 3px 0;
    border-left: 2px solid #e74c3c;
    padding-left: 8px;
    background-color: rgba(231, 76, 60, 0.1);
    border-radius: 4px;
    animation: fadeInMessage 0.3s ease;
}
.m-coupon-success {
    color: #27ae60 !important;
    font-size: 0.75rem !important;
    font-weight: 500 !important;
    padding: 3px 0;
    border-left: 2px solid #27ae60;
    padding-left: 8px;
    background-color: rgba(39, 174, 96, 0.1);
    border-radius: 4px;
    animation: fadeInMessage 0.3s ease;
}
@keyframes fadeInMessage {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
#apply_manual_coupon:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}
.bnb-usage-limit {
    padding-right: 10%;
    margin-bottom: 8px;
}
.bnb-coupon-bottom {
    width: 100%;
    overflow: hidden;
    padding: 0.2rem 1rem 0.2rem 1rem;
    font-weight: 400;
    font-size: 0.7rem;
    gap: 06px;
    display: inline-flex;
}
.bnb-prd-restrictions {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
    flex: 1;
}
.bnb-expiry {
color:#555;
}
.bnb-expiry.w-coupon-hot {
color:#fe2c55!important;
}
.usage-limit-progress {
    width: 100%;
}

.limit-count-bar {
    width: 100%;
    height: 4px;
    background-color: #ddd;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}
.used-count-bar {
    height: 100%;
    background: linear-gradient(90deg, #ff6b6b 0%, #ee5a24 100%);
    border-radius: 3px;
    transition: width 0.6s ease-in-out;
    position: relative;
}
.used-count-bar::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
    animation: progressShine 2s infinite;
}
@keyframes progressShine {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}
.usage-count-text, .soldout-text, .used-percentage, .warning-text, .usage-soldout {
    font-size: 0.7rem;
    margin: 2px 0;
    float: left;
    text-align: left;
    font-weight: 500;
}
.usage-count-text, .used-percentage {
    line-height: 16px;
    color: #999;
}
.soldout-text, .warning-text,.usage-soldout {
    color: #ff4757;
}
.bnb-usage-limit:has(.usage-warning) .used-count-bar {
    background: linear-gradient(90deg, #ff4757 0%, #ff3742 100%);
    animation: criticalPulse 2s infinite;
}
@keyframes criticalPulse {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(255, 71, 87, 0.4);
    }
    50% {
        box-shadow: 0 0 0 4px rgba(255, 71, 87, 0.1);
    }
}
.bnb-checkout-coupon-wrapper,
.bnb-cart-coupon-wrapper {
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.2s ease;
}
.bnb-row-voucher .w-sale,
.bnb-cart-voucher .w-sale {
    padding: 3px 0;
    border-radius: 6px;
    background: #fff;
    transition: all 0.2s ease;
}
.bnb-row-voucher .wsl-label {
    font-weight: 500;
    color: #333;
}

.bnb-cart-coupon-wrapper .saleDes-jnaffc,
.bnb-checkout-coupon-wrapper .saleDes-jnaffc {
    margin-right: -5px;
}
.bnb-row-voucher .coupon-discount-amount {
    font-weight: 600;
    color: #fe2b54;
    font-size: 0.7rem;
    display: flex;
    align-items: center;
    gap: 4px;
}
.checkout-w-coupon ,.wvr-addful-popup{
    top: 0;
}
.w-coupon-content {
    overflow: hidden;
    border-radius: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.bnb-scroll-locked {
    overflow: hidden !important;
}

.btn-close-checkout-coupon {
    cursor: pointer;
    z-index: 99999;
}
.shipping-method-free {
    margin-left: 4px;
    border-radius: 4px;
    color: #04bacf;
    font-size: 0.875rem;
}
.shipping-method-amount {
    color: #555;
    text-decoration: line-through;
    font-size: 0.875rem;
}
.shipping-method-title {
    font-size: 0.9rem;
    font-weight: 400;
}
.w-ship-info {
    display: block;
    float: right;
}
.wvr-shipping-free {
    margin-left: 4px;
    color: #04bacf;
}
.bnb-mobile-only {
    display: none;
}
.wvr-order-main {
    margin: 15px 0 15px 0;
    display: none;
    background-color: #f3f3f3;
    padding: 12px 8px;
}
.bnb-desktop-only td ,.bnb-cart-coupon-row td {
    margin: 0 !important;
    padding: 0 !important;
}
@media (max-width: 900px) {
    .bnb-mobile-order-summary-enabled .wvr-order-main {
        display: block;
    }
    .bnb-mobile-order-summary-enabled .bnb-mobile-only {
        display: block !important;
    }
    .bnb-mobile-order-summary-enabled .bnb-desktop-only {
        display: none !important;
    }
    .bnb-mobile-order-summary-enabled #order_review_heading {
        display: none !important;
    }
    
    .bnb-mobile-order-summary-enabled #order_review .woocommerce-checkout-review-order-table {
        display: none !important;
    }
}

.wvr-order-toggle {
    cursor: pointer;
    user-select: none;
}
.wvr-order-header {
    padding: 0 4px;
}
.wvr-order-icon {
    margin-right: 5px;
}
.wvr-order-text {
    font-size: 0.9rem;
}
.wvr-order-total {
    font-size: 1rem;
    color: #fe2b54;
}
.wvr-order-main.expanded .wvr-order-arrow {
    transform: rotate(180deg);
}
.wvr-order-arrow, .w-detail-arrow {
    transition: transform 0.3s ease;
}
.wvr-order-content {
    padding: 15px 4px 10px;
}
.wvr-order-item {
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
}

.wvr-order-item:last-child {
    border-bottom: none;
}

.wvr-item-image {
    width: 50px;
    height: 50px;
    margin-right: 12px;
}
.wvr-item-image img {
    border-radius: 4px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wvr-item-details {
    flex: 1;
    margin-right: 10px;
}

.wvr-item-name {
    font-weight: 500;
    color: #333;
    font-size: 14px;
    margin-bottom: 4px;
}
.wvr-item-variation {
    font-size: 12px;
    color: #666;
}
.wvr-item-quantity {
    right: -3px;
    top: -6px;
    height: 15px;
    width: 15px;
    background-color: #11111190;
    line-height: 0;
}
.wvr-item-price {
    font-weight: 500;
    color: #333;
    font-size: 14px;
}
.wvr-coupon-item {
    padding: 8px 0;
    border-radius: 4px;
}
.wvr-coupon-item .wvr-item-price {
    color: #fe2b54;
}
.wvr-coupon-item .wvr-item-name {
    color: #fe2b54;
    font-weight: 500;
}
.wvr-remove-coupon {
    color: #999;
    text-decoration: none;
    font-size: 12px;
    margin-left: 8px;
}

.wvr-remove-coupon:hover {
    text-decoration: underline;
}
.wvr-order-totals {
    padding-top: 15px;
    border-top: 1px solid #e0e0e0;
}

.wvr-total-row {
    padding: 4px 0;
    font-size: 0.8rem;
}
.wvr-discount .amount, .wvr-discount .discount-show {
    color: #fe2b54;
}
.wvr-coupon-section {
    border-top: 1px solid #f0f0f0;
}
.wvr-coupon-toggle {
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
    padding: 8px 0;
}

.wvr-coupon-toggle-disabled {
    display: flex;
    align-items: center;
    padding: 8px 0;
    opacity: 0.5;
}

.wvr-coupon-icon {
    margin-right: 8px;
    flex-shrink: 0;
}

.wvr-coupon-text, .wvr-coupon-text-disabled {
    flex: 1;
    font-size: 14px;
    color: #333;
}

.wvr-coupon-text-disabled {
    color: #999;
}
.wvr-coupon-arrow {
    margin-left: auto;
    transition: transform 0.3s ease;
    color: #666;
    font-size: 12px;
}

.wvr-coupon-section.expanded .wvr-coupon-arrow {
    transform: rotate(90deg);
}

.wvr-coupon-form {
    margin-top: 12px;
}

.wvr-coupon-input-group {
    display: flex;
    gap: 8px;
}

.wvr-coupon-input-group input {
    flex: 1;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

.wvr-coupon-btn {
    padding: 10px 20px;
    background: #333;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    white-space: nowrap;
}

.wvr-coupon-btn:hover {
    background: #555;
}

.wvr-coupon-success {
    color: #27ae60;
    font-size: 12px;
    margin-top: 8px;
    padding: 8px;
    background: rgba(39, 174, 96, 0.1);
    border-radius: 4px;
}
.wsl-address {
    color: #fe2b55;
}
.bottom-contact, .bottom-address {   
    padding: 0.8rem;
    border-radius: 6px;
    background: #fff;
}
.address-detail-content input[type="text"],
.customer-info-form input[type="text"], 
.customer-info-form input[type="tel"], 
.customer-info-form input[type="email"], 
.customer-info-form textarea, 
.customer-info-form select,
.address-detail-content input[type="text"]:focus, 
.customer-info-form input[type="text"]:focus, 
.customer-info-form input[type="tel"]:focus, 
.customer-info-form input[type="number"]:focus, 
.customer-info-form input[type="email"]:focus, 
.customer-info-form textarea:focus, 
.customer-info-form select:focus {
    padding: 0 !important;
    border-radius: 0 !important;
    border-color: #999 !important;
    border-width: 0 0 1px 0 !important;
}
.w-info-label {
    font-size: 0.85rem;
    color: #555;
}
.clear-field-btn {
    display: none;
    top: 39%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 10;
}
.clear-field-btn svg {
    fill: #999;
    display: block;
    width: 13px;
    height: 13px;
}
input[readonly] + .clear-field-btn {
    display: none !important;
}
#billing_fulladd {
    pointer-events: auto;
}
.buynow-btn-popup #fulladdress {
    cursor: pointer;
    background-color: #f4f5f6;
    position: relative;
}
.fulladd-top {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        background: #fff;
    }
.fulladd-top.two-columns {
        grid-template-columns: 1fr 1fr;
    }
.fulladd-tab {
        font-weight: 400;
        background: none;
        border: none;
        padding: 0.85rem 0.5rem;
        cursor: pointer;
        font-size: 0.875rem;
        color: #999;
        border-bottom: 2px solid #ddd;
        transition: all 0.2s ease;
        position: relative;
    }
    
.fulladd-tab.completed {
        opacity: 0.8;
    }
.fulladd-tab.active, .fulladd-tab.completed.active {
        color: #111;
        border-bottom-color: #333;
        background: white;
        font-weight: 600;
    }
                
.fulladd-tab.disabled {
        opacity: 0.4;
        cursor: not-allowed;
        pointer-events: none;
        background: #f0f0f0;
        color: #999;
    }
                
.fulladd-show {
        max-height: 300px;
        overflow-y: auto;
        background: white;
    }
                
.fulladd-loading {
        font-size: 0.85rem;
        padding: 0.5rem 0.9rem;
        text-align: left;
        color: #222;
    }
                
.fulladd-list {
        display: flex;
        flex-wrap: wrap;
        margin: 0;
        max-height: 265px;
        overflow-y: auto;
        scrollbar-width: thin;
        scrollbar-color: #ccc transparent;
    }  
                
.fulladd-item {
        border-bottom: 1px solid #f0f0f0;
        display: block;
        width: 50%;
        padding: 0.55rem 0.9rem;
        text-align: left;
        cursor: pointer;
        color: #222;
        font-size: 0.9rem;
        border-radius: 4px;
        transition: all 0.2s ease;
        user-select: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
    }
.fulladd-item:hover, .fulladd-item-hover, .fulladd-item:active {
        background: #f3f3f3;
    }
.fulladd-wrapper-mobile,.fulladd-wrapper-checkout {
        position: relative;
        background: transparent;
        margin: 0;
        max-height: 90%;
        overflow: hidden;
    }
.fulladd-top {
        margin-bottom: 8px;
        overflow: hidden;
    }
.fulladd-show {
        max-height: 50vh !important;
        position: relative;
    }
.fulladd-list {
        max-height: none;
        overflow: hidden;
    }
.selected-address-display {
        background: #f4f5f6;
    }
.change-address-btn {
        background: none;
        text-decoration: underline;
        color: var(--bnb-color-main-2);
    }
.confirm-address-btn {
        background: var(--bnb-color-main-2);
        border-radius: 6px;
    }
.shipping-method-item {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
    background: white;
}

.shipping-method-item:hover {
    border-color: #fe2c55;
    background-color: #fef7f8;
}

.shipping-method-item.selected::after {
    content: '✓';
    position: absolute;
    top: 12px;
    right: 16px;
    color: #fe2c55;
    font-weight: bold;
    font-size: 18px;
}

.shipping-method-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 4px;
}

.shipping-method-cost {
    font-size: 14px;
    color: #666;
}

.shipping-method-cost.free {
    color: #00a1b5;
    font-weight: 500;
}

.shipping-method-cost.paid {
    color: #333;
    font-weight: 500;
}

.w-ship-togle {
    cursor: pointer;
    color: #666;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.w-ship-togle:hover {
    opacity: 0.8;
}

.loading-shipping, .error-message, .no-shipping-methods {
    text-align: center;
    padding: 40px 20px;
    color: #666;
    font-size: 14px;
}

.error-message {
    color: #e74c3c;
}

.loading-shipping::after {
    content: '';
    width: 20px;
    height: 20px;
    border: 2px solid #f3f3f3;
    border-top: 2px solid #fe2c55;
    border-radius: 50%;
    display: inline-block;
    animation: spin 1s linear infinite;
    margin-left: 10px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.payment-method-label {
    margin: 0;
    width: 100%;
}

.payment-method-radio {
    accent-color: #fe2c55;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.payment-icon img {
    max-height: 20px;
    max-width: 20px;
    object-fit: contain;
    display: block;
}

.no-payment-methods {
    text-align: center;
    color: #666;
    font-style: italic;
}
.giaohang-main {
    margin-bottom: 12px;
}

.giaohang-main:last-child {
    margin-bottom: 0;
}
.w-ship-label input[type="radio"]:checked ~ .check-icon::after, 
.w-ship-label:has(input[type="radio"]:checked)::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 2px;
    color: white;
    font-size: 13px;
    font-weight: bold;
    z-index: 2;
    width: 11px;
    height: 11px;
    background-image: var(--bnb-check-icon);
    background-size: 11px 11px;
    background-repeat: no-repeat;
    background-position: center;
}
.w-ship-label input[type="radio"]:checked ~ .check-icon::before, 
.w-ship-label:has(input[type="radio"]:checked)::before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    width: 22px;
    height: 22px;
    background: var(--bnb-color-main-2);
    clip-path: polygon(0 0, 100% 0, 0 100%);
    z-index: 1;
}
.odr-freeship {
    color: var(--bnb-color-main-6);
}
.giaohang-main label {
    overflow: overlay;
    position: relative;
    border: 1px solid rgb(229 231 235);
}
.giaohang-main label.selected {
    border-color: var(--bnb-color-main-2);
}
.w-ship-left {
    flex: 1;
}
.w-ship-right {
    flex-shrink: 0;
    text-align: right;
}
.woo-order-notes {
    appearance: none;
    width: 15px;
    height: 15px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: white;
    cursor: pointer;
    position: relative;
}

.woo-order-notes:checked {
    background-color: #4fb08333;
    border-color: #4fb083;
}

.woo-order-notes:checked::after {
    z-index: 2;
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background-image: var(--invoice-check-icon);
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    left: 50%;
    transform: translate(-45%, -50%);
}
.w-notes .woocommerce-additional-fields h3 {
    display: none !important;
}

.w-notes .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper {
    display: none !important;
}

.retry-load-coupons:hover {
    background-color: #005a87 !important;
    cursor: pointer;
}

#bnb-toast-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 999999;
    pointer-events: none;
}

.bnb-toast {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    margin-bottom: 10px;
    padding: 16px 20px;
    min-width: 300px;
    max-width: 400px;
    pointer-events: auto;
    transform: translateX(100%);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 14px;
    line-height: 1.4;
    border-left: 4px solid #ddd;
}

.bnb-toast.show {
    transform: translateX(0);
}

.bnb-toast.success {
    border-left-color: #10b981;
    background: #f0fdf4;
}

.bnb-toast.error {
    border-left-color: #ef4444;
    background: #fef2f2;
}

.bnb-toast.warning {
    border-left-color: #f59e0b;
    background: #fffbeb;
}

.bnb-toast.info {
    border-left-color: #3b82f6;
    background: #eff6ff;
}

.bnb-toast-icon {
    margin-right: 12px;
    font-size: 18px;
    flex-shrink: 0;
}

.bnb-toast.success .bnb-toast-icon { 
    color: #10b981; 
}

.bnb-toast.error .bnb-toast-icon { 
    color: #ef4444; 
}

.bnb-toast.warning .bnb-toast-icon { 
    color: #f59e0b; 
}

.bnb-toast.info .bnb-toast-icon { 
    color: #3b82f6; 
}

.bnb-toast-message {
    flex: 1;
    color: #374151;
}

.bnb-toast-close {
    margin-left: 12px;
    cursor: pointer;
    color: #9ca3af;
    font-size: 18px;
    flex-shrink: 0;
    transition: color 0.2s;
}

.bnb-toast-close:hover {
    color: #6b7280;
}

@media (max-width: 768px) {
    #bnb-toast-container {
        top: 10px;
        right: 10px;
        left: 10px;
    }
    
    .bnb-toast {
        min-width: auto;
        max-width: none;
    }
}