.woocommerce-ordering,
.woocommerce-result-count,
.woocommerce-ordering + .woocommerce-result-count,
.shop-top-control,
.woocommerce-top-toolbar {
    display: none !important;
}

/* Reduce top/bottom spacing on blog archive header */
body.archive .page-header-bg,
body.archive .page-header-no-bg,
body.blog .page-header-bg,
body.blog .page-header-no-bg {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    min-height: auto !important;
}

/* Apply 7% left padding to the archive/category header area */
body.archive h1,
body.category h1 {
    padding-left: 0% !important;
    text-align: left !important;
}

/* Apply the same 7% left padding to the paragraph under the title */
body.archive h1 + p,
body.category h1 + p {
    padding-left: 0% !important;
    text-align: left !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;
}

/* Remove Salient hover button on WooCommerce product/category pages */
body.woocommerce .product .product-add-to-cart,
body.woocommerce .product .product-add-to-cart a,
body.woocommerce .product .product-add-to-cart .button {
    display: none !important;
}

body.woocommerce .product .product-wrap .product-add-to-cart {
    display: none !important;
}

/* Remove Salient hover button on homepage product widgets */
.price-hover-wrap .product-add-to-cart,
.price-hover-wrap .product-add-to-cart a,
.price-hover-wrap .product-add-to-cart .button,
.price-hover-wrap .product-add-to-cart .normal.icon-salient-cart,
.price-hover-wrap .product-add-to-cart span {
    display: none !important;
}

/* Remove the entire hover wrapper so nothing shows */
.price-hover-wrap {
    pointer-events: none !important;
}

.fa-linkedin:before {
    font-family: "FontAwesome" !important;
    content: "\f0e1" !important;
    opacity: 1 !important;
    visibility: visible !important;
}

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


