/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.shipping-info-icon {
    margin-left: 6px;
    cursor: pointer;
    position: relative;
    font-size: 14px;
}

.shipping-popup {
    display: none;
    position: absolute;
    top: 25px;
    left: 0;
    background: #fff;
    border: 1px solid #ccc;
    padding: 12px;
    width: 100%;
    font-size: 12px;
    line-height: 1.6;
    z-index: 9999;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
    border-radius: 6px;
}
#global-shipping-popup {
    position: fixed; /* 🔥 IMPORTANT */
    background: #fff;
    border: 1px solid #ccc;
    padding: 12px;
    width: 260px;
    font-size: 12px;
    line-height: 1.6;
    z-index: 999999;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
    border-radius: 6px;
}