/*!
Theme Name: Gearnix
Theme URI: https://gearnix.risingbamboo.com/
Author: Rising Bamboo
Author URI: https://risingbamboo.com
Description: Gear up for success with Gearnix, a cutting-edge WooCommerce WordPress theme designed for gaming gear and accessories stores. Featuring 6 dynamic homepage layouts, Gearnix combines bold aesthetics with powerful functionality to create an immersive shopping experience tailored for gamers.
Version: 1.1.2
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gearnix
Tags: e-commerce, custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, custom-header, rtl-language-support, theme-options, block-styles

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


.header-inner #desktop_menu {
    width: 116%;
}

#menu-main li a {
        margin-left: 1.0rem;
        margin-right: 1.0rem;
    }

ul.brand-thumbnails li {
    box-shadow: 1px 1px 6px 1px #88888847;
    padding: 10px;
    margin: 15px;
}
ul.brand-thumbnails li:hover{box-shadow: 0px 0px 9px 5px #88888836;}
ul.brand-thumbnails li img {
    max-width: 100%;
    height: 100px;
}

ul.brand-thumbnails {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#menu-main ul li a {
    font-size: 14px;
}
.manufactur-content-area ul li {
    margin-bottom: 10px;
}

@media (min-width: 1024px) {
    .rbb-main-navigation ul li.hoverable.level-1>.a-level>span {
        padding-right: 12px;
    }
	
	
}

/* Hide price on shop and product pages */
.woocommerce-Price-amount,
.price,
.amount,
.woocommerce-Price-currencySymbol {
    display: none !important;
}

/* Hide price in cart, checkout, and order summary */
.cart-subtotal,
.order-total,
.woocommerce-checkout-review-order-table td.product-total,
.woocommerce-checkout-review-order-table td.product-price,
.woocommerce-checkout-review-order-table th.product-total,
.woocommerce-checkout-review-order-table th.product-price {
    display: none !important;
}

/* Hide price in widgets, upsells, related products */
.widget_price_filter,
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce-page ul.products li.product .price {
    display: none !important;
}

/* Hide product price on order received page */
.woocommerce-order-received table.woocommerce-table td.product-total,
.woocommerce-order-received table.woocommerce-table th.product-total {
    display: none !important;
}

/* Hide the entire totals section */
.woocommerce-order-received .woocommerce-order-details .order_details tfoot {
    display: none !important;
}

/* Optional: Hide totals summary below the table */
.woocommerce-order-received .woocommerce-order-overview {
    display: none !important;
}

/* Hide Total row in order overview section */
.woocommerce-order-overview__total {
    display: none !important;
}


