/**
 * Easy Elements Pro – WooCommerce Global Styles
 * Loaded only when WooCommerce is active.
 */

/* Country Info */
.easyel-product-country-info {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.easyel-product-country-info span {
    font-size: 18px;
    font-weight: 400;
}

.easyel-product-country-info img {
    width: 35px;
    height: auto;
    border-radius: 2px;
}
