.addThis_listSharing {
    opacity: 1;
    display: block;
}

.addThis_listing .addThis_item {
    margin-bottom: 5px;
}

.addThis_listing .addThis_item .addThis_item--icon {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 44px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0,0,0,.11);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
}

.addThis_listing .addThis_item .addThis_item--icon .tooltip-text {
    position: absolute;
    top: 4px;
    right: 55px;
    z-index: 9;
    height: 32px;
    line-height: 26px;
    padding: 3px 10px;
    border-radius: 5px;
    font-size: 11px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background: #000;
    visibility: hidden;
    opacity: 0;
    transition: all .2s linear;
}

.addThis_listing .addThis_item .addThis_item--icon .tooltip-text:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left-color: #000;
    transition: all .2s linear;
}

.addThis_listing .addThis_item .addThis_item--icon:hover {
    text-decoration: none;
    opacity: .9;
    box-shadow: 0 5px 10px rgba(0,0,0,.15), 0 4px 15px rgba(0,0,0,.13);
}

.addThis_listing .addThis_item .addThis_item--icon:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

/* Bottom Mobile CTA */
.mobile-cta{
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    z-index:999;
    display:none;
    background:#fff;
    border-top:1px solid #e9e9e9;
    box-shadow:0 -2px 12px rgba(0,0,0,.08);
    padding-bottom:env(safe-area-inset-bottom);
}

.mobile-cta ul{
    display:flex;
    margin:0;
    padding:0;
    list-style:none;
}

.mobile-cta li{
    flex:1;
}

.mobile-cta li+li{
    border-left:1px solid #f2f2f2;
}

.mobile-cta a{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    height:58px;
    text-decoration:none;
    color:#555;
    font-size:11px;
    font-weight:500;
    transition:.25s;
}

.mobile-cta i{
    font-size:20px;
    margin-bottom:5px;
    transition:.25s;
}

.mobile-cta a img{
    width:20px;
    height:20px;
    margin-bottom:5px;
    object-fit:contain;
    display:block;
}
/* ===== Brand Colors ===== */

/* Phone */
.mobile-cta .phone i{
    color:#28A745;
}

/* Zalo */
.mobile-cta .zalo i{
    color:#0068FF;
}

/* Telegram */
.mobile-cta .telegram i{
    color:#229ED9;
}

/* Messenger */
.mobile-cta .messenger i{
    color:#0084FF;
}

.mobile-cta .whatsapp i{
    color:#25D366;
}

.mobile-cta .sms i{
    color:#FF9800;
}

.mobile-cta .phone i{
    color:#28A745;
}

/* Hover */
.mobile-cta a:hover,
.mobile-cta a:focus{
    background:#fafafa;
}

.mobile-cta a:hover i,
.mobile-cta a:focus i{
    transform:translateY(-2px) scale(1.08);
}

.mobile-cta a:active{
    background:#f2f2f2;
}

@media (max-width:991px){
    .mobile-cta{
        display:block;
    }

    body{
        padding-bottom:58px;
    }
}


.order-lookup-modal{position:fixed;inset:0;z-index:99999;display:flex;align-items:center;justify-content:center;padding:15px;background:rgba(0,0,0,.55)}
.order-lookup-box{position:relative;width:100%;max-width:520px;max-height:85vh;overflow-y:auto;border-radius:12px;background:#fff;padding:22px;color:#333;box-shadow:0 12px 40px rgba(0,0,0,.25)}
.order-lookup-box h3{margin:0 35px 18px 0;font-size:22px;color:#222}
.order-lookup-close{position:absolute;top:8px;right:12px;border:0;background:transparent;color:#777;font-size:32px;line-height:1;cursor:pointer}
.order-lookup-info{padding:12px 15px;border-radius:8px;background:#f7f7f7}
.order-lookup-info>div{display:flex;justify-content:space-between;gap:15px;padding:5px 0}
.order-lookup-info span{color:#777}.order-status{color:#159447}
.order-lookup-products{margin-top:15px;border-top:1px solid #eee}
.order-lookup-product{display:flex;align-items:center;gap:12px;padding:11px 0;border-bottom:1px solid #eee}
.order-product-image{flex:0 0 72px;width:72px;height:72px;border:1px solid #eee;border-radius:8px;overflow:hidden;background:#fff}
.order-product-image img{display:block;width:100%;height:100%;object-fit:contain}
.order-product-detail{min-width:0;flex:1}.order-product-name{display:block;color:#222;font-weight:600;line-height:1.4}.order-product-name:hover{color:#d70018}
.order-product-detail span{display:block;margin-top:5px;color:#666}
.order-lookup-total{display:flex;justify-content:space-between;margin-top:15px;font-size:18px}
.order-lookup-total strong{color:#d70018}.order-lookup-error,.order-lookup-empty{padding:15px;border-radius:8px;background:#fff2f2;color:#c62828}
.order-lookup-notice{margin-top:15px;padding:10px 12px;border-radius:8px;background:#fff8e1;color:#7a5a00;font-size:14px;line-height:1.5}
@media(max-width:575px){.order-lookup-box{padding:18px 15px}.order-lookup-box h3{font-size:20px}.order-product-image{flex-basis:64px;width:64px;height:64px}}
