/* === Remove "(optional)" from all WooCommerce fields === */
.woocommerce form .form-row .optional {
    display: none !important;
}

/* === AED Currency Icon Font === */
@font-face {
    font-family: 'aed-currency';
    src: url('/wp-content/uploads/2026/01/aed-currency.woff2') format('woff2'),
         url('/wp-content/uploads/2026/01/aed-currency.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.aed-currency {
    font-family: 'aed-currency', sans-serif !important;
}


/* === Order Overview Cleanup (Thank You Page) === */
.woocommerce-order-overview {
    background: none !important;
    box-shadow: none !important;
    border: none !important;
    padding: 0 !important;
}

/* === Remove styling from address block on Order Received === */
.woocommerce-order-received address {
    background: none !important;
    border: none !important;
    padding: 0 !important;
    box-shadow: none !important;
    font-style: normal !important;
}

/* === Hide Shipping Address (if Woo still outputs it) === */
.woocommerce-MyAccount-content .woocommerce-Address--shipping,
.woocommerce-customer-details--shipping,
.woocommerce-column--shipping-address,
.woocommerce-shipping-address {
    display: none !important;
}

/* Remove Salient floating share bar */
.nectar-social.fixed.woo {
    display: none !important;
}

/* Remove inline share icons */
.single-product i.steadysets-icon-share,
.single-product a .steadysets-icon-share,
.single-product .screen-reader-text {
    display: none !important;
}

/* 2. Reduce visible price size (numbers + currency) */
body .product .product-meta .price * {
    font-size: 1em !important;
    line-height: 1.25em !important;
}

/* 6. Add spacing between wrapped price lines */
body .product .product-meta .price .woocommerce-Price-amount {
    display: block !important;
    margin-bottom: 2px !important;
}

/* Shelber – Remove Grey Border Around Address Blocks */
.woocommerce .woocommerce-customer-details address {
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
    padding: 0 !important;
}

.woocommerce .woocommerce-customer-details address {
    line-height: 1.6;
    margin: 0 !important;
}

#header-outer #social-in-menu i.fa {
    width: 22px; /* adjust to taste: 22–26px works well */
    text-align: center;
}