@media screen and (max-width: 768px) {

    #mobile-icons {
        display: flex;
        justify-content: center;
    }

}

#cart_icon_menu {
    position: relative;
    display: inline-flex;
}

/* Badge bubble */
#cart_icon_menu::after {
    content: attr(data-count);
    position: absolute;
    top: -8px;
    right: -10px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    line-height: 18px;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    border-radius: 999px;
    background: #111;  /* 100% opaque for ADA clarity */
    color: #fff;
    box-sizing: border-box;
}

/* Hide badge when empty */
#cart_icon_menu[data-count="0"]::after,
#cart_icon_menu:not([data-count])::after {
    content: "";
    display: none;
}

.et_pb_wc_cart_totals .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: -21px !important;
}

.woocommerce-shipping-calculator button{
    text-align: center;
    padding: 12px 30px !important;
    border-radius: 8px !important;
    text-transform: uppercase;
    font-weight: 600 !important;
    margin-top: 10px;
    font-size: 16px !important;
}

#cert_link, #order_review a, #order_review b, #customer_details .col-2{
    display: none !important;
}

#customer_details .col-2