/*
Theme Name: Maxcare
Theme URI: https://maxcare.casethemes.net/
Author: Case-Themes
Author URI: https://casethemes.net/
Description: Maxcare is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
Version: 1.0.0
License: ThemeForest
Requires PHP: 7.4
Tested up to: 6.0
License URI: https://themeforest.net/licenses
Text Domain: Maxcare
Tags: Blog, E-Commerce, Portfolio, Grid Layout, One Column, Two Columns, Three Columns, Four Columns, Left Sidebar, Right Sidebar, Custom Background, Custom Colors, Custom Header, Custom Logo, custom-menu, Editor Style, Featured Image Header, Featured Images, flexible-header, Footer Widgets, Full Width Template, microformats, Post Formats, Sticky Post, Theme Options, threaded-comments, translation-ready, Block Editor Styles, Wide Blocks
Copyright (c) 2025 Case-Themes. All rights reserved.
This theme is licensed under the GPL-2.0+ license.
*/



#pxl-page-title-default .pxl-page-title {
  font-size: 44px;
  font-weight: 600;
}
.woocommerce-product-details__short-description h2 {
  font-size: 32px;
}
h3, .h3 {
  font-size: 32px;
}
h4 {
  font-size: 26px;
}
#pxl-page-title-default {
    background-color: var(--link-color);
    padding: 210px 0px 94px 0px;
}
#pxl-page-title-default .pxl-page-title {
    font-size: 38px;
}
div#pxl-header-main {
    background: #003366;
}
.post-type-archive-product #pxl-main {
    padding: 0 0 50px 0;
}
.pxl-breadcrumb span.breadcrumb-entry {
    color: #e3e3e3;
}
.pxl-sevice--btn {
    display: none;
}
.woocommerce .button:not(.add_to_cart_button):not(.single_add_to_cart_button):not(.added_to_cart), .woocommerce-page .button:not(.add_to_cart_button):not(.single_add_to_cart_button):not(.added_to_cart) {
 
    color: #fff !important;
}
.woocommerce ul.products.columns-4 li.product {
    width: none !important;
  }
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    width: 100% !important;
    float: none !important;
}

ul.products:not(.elementor-grid) {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 30px !important;
}

ul.products li.product img {
    width: 100% !important;
    height: auto !important;
}
@media (max-width: 1366px) {
  #pxl-page-title-default {
    padding: 200px 0px 84px 0px;
  }
}