/*
 Theme Name:   Balance Child Theme
 Theme URI:    https://balance.axiomthemes.com
 Description:  Balance Child Theme
 Author:       AxiomThemes.com
 Author URI:   https://axiomthemes.com
 Template:     balance
 Version:      1.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  balance
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */
h1.sc_layouts_title_caption {
    text-transform: uppercase !important;
}
.post_meta {
    display: none;
}
h3.section_title.related_wrap_title {
    display: none;
}
@media (max-width: 1679px) {
        .search_modern .search_header_wrap .logo_image {
            left: 75px;
            display: none !important;
        }
    }




@media (max-width: 767px) {
  .woocommerce ul.products{
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
  }
  .woocommerce ul.products li.product{
    width: calc(50% - 6px) !important;
    margin: 0 !important;
    float: none !important;
    clear: none !important;
  }
  .woocommerce-page ul.products li.product,
  .archive.woocommerce ul.products li.product{
    width: calc(50% - 6px) !important;
  }
  .wp-block-woocommerce-product-template{
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }
	.woocommerce ul.products li.product .post_header a{
		    font-size: 12px;
    line-height: normal;
	}
	.woocommerce .shop_mode_thumbs ul.products li.product .price, .woocommerce-page .shop_mode_thumbs ul.products li.product .price{ 
		font-size: 12px;
    line-height: normal;
	}
	.woocommerce ul.products li.product .outofstock_label, .woocommerce-page ul.products li.product .outofstock_label {
            left: 0px !important;
            top: 15px !important;
            padding: 0 4px !important;
        }
}

.sidebar_default[class*="scheme_"] .sidebar_inner{
	background-color: #F4F2E7 !important;
    border: 1px solid #0000001f;
}
.esg-filters div.esg-navigationbutton:hover, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li a:focus, .page_links > a:hover, .page_links > span:not(.page_links_title), .comments_pagination a.page-numbers:hover, .nav-links a.page-numbers:hover{
	background-color:#44A5B2 !important;
}
.woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce span.amount, .woocommerce-page span.amount {
    color: #44a5b2 !important;
    font-weight: 700;
}
.search-results .product .price del, .woocommerce ul.products li.product .price del, .woocommerce-page ul.products li.product .price del {
    font-weight: bold;
    color: #000000 !important;
    font-size: 24px;
}

.adp-popup-overlay,
.adp-popup,
.adp-popup-open .adp-popup-overlay,
.adp-popup-open .adp-popup{
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}


body.adp-popup-open,
html.adp-popup-open{
  overflow: auto !important;
}

body[style*="overflow: hidden"]{
  overflow: auto !important;
}

