/*
Theme Name: Martfury Child
Theme URI: http://drfuri.com/unero
Author: DrFuri
Author URI: http://drfuri.com
Description: Martfury Child Theme.
Version: 1.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: martfury
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: martfury
*/

/* === Category Section Styles (abdo-catg) === 
.abdo-catg .icons-list-wrapper {
    width: 70% !important;
}

.abdo-catg .mf-elementor-icons-list {
    display: flex;
    justify-content: center;
}
/* === End Category Section === */


/* === WooCommerce Product Styles (abdo-products) === */

/* Remove image margin and stretch to container */
.woocommerce ul.products li.product a img {
    margin: 0;
    width: -webkit-fill-available !important;
}

/* Change background color on product button hover */
.woocommerce ul.products li.product 
.mf-product-thumbnail .footer-button > a:hover,
.woocommerce ul.products li.product 
.mf-product-thumbnail .footer-button .added_to_cart:hover {
    background: #004F42 !important;
}

/* Customize main WooCommerce button style */




/* Compare button hover effect */
.woocommerce ul.products li.product 
.mf-product-thumbnail .wcboost-products-compare-button:hover {
    background: #004F42 !important;
}

/* Change product price color and make it bold */
/*.woocommerce ul.products li.product .price {
    color: #004F42 !important;
    font-weight: bolder !important;
}*/

/* Header menu background and remove border */
.site-header .main-menu {
    background: #004F42 !important;
    border: 0 !important;
}

/* Header text color adjustments */
.site-header .products-cats-menu .cats-menu-title .text,
.site-header .primary-nav > ul > li > a {
    color: #fff !important;
}

/* Input fields and label background */
input[type=text],
input[type=email],
input[type=password],
input[type=tel],
select:not(#woosc-filter),
textarea{
    background: #fefefe !important;
}

.site-header .product-extra-search .product-cat-label,
input[type=text].search-field{
	background: #f5f5f5 !important;
}

/* Primary background color override */
.mf-background-primary {
    background-color: #E6E6E6 !important;
    color: #004F42 !important;
}

/* Department header icon background */
.header-department-bot .mr-extra-department .products-cats-menu:before {
    background: #EA571A !important;
}

/* Header minimized background */
body .site-header.header-department-bot.minimized .header-main {
    background: #004F42 !important;
}

/* Hide countdown timer in deals section */
.abdo-products .mf-product-deals-day .header-countdown {
    display: none !important;
}
 

/* Hide product rating stars 
.abdo-products .mf-rating {
    display: none !important;
}*/

/* Force product title color to black */
/*.abdo-products .woo-loop-product__title a {
    color: #000 !important;
}*/
/* === End Product Styles === */

#mf-newsletter-popup{
	display: none !important;
}


/* === Footer Tweaks === */
/*div#footer-recently-viewed {
    display: none !important; /* Hide recently viewed section */
}
/* === End Footer === */



