/* aaa */
#product-combination {
    text-align: left;
}

#product-combination img {
    margin-right: 10px;
}

#product-combination {
    text-align: left;
    line-height: 1.2;
}

body.loading::before {
    content: '';
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 9999;
    cursor: wait;
}