/*
 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
------------------------------------------------------------ */
.cate-sec .categories_list_style_6 .categories_list_title {
/*     width: 64%; */
    font-weight: 500;
	font-size: 24px;
	line-height: 30px;
}
.cate-sec .trx_addons_column-1_4:last-child h6.categories_list_title {
    width: 76%;
}
.testi-sec .testi-para {
    position: relative;
}
.testi-sec .testi-para::before {
    content: "";
    border-left: 2px solid #4D7ABC;
    height: 100%;
    width: 100%;
    position: absolute;
}
.testi-sec .testi-para p {
    padding-left: 30px;
}
.testi-sec .testi-para p strong {
    color: #AAAAAA !important;
    font-size: 14px !important;
    text-transform: uppercase;
}
.top-banner h1 {
    color: #fff !important;
}
.woocommerce table.shop_table th {
    background-color: #fff !important;
}
.cate-sec .inner-cate-sec .elementor-image-box-wrapper h3 {
    position: relative;
    bottom: 100px;
	text-align: center;
/* 	left: 34px; */
}
.adp-popup.adp-popup-location-center {
    display: none;
}
.adp-popup-open + .adp-popup-overlay {
    display: none;
}
div.product {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
div#tab-description p {
    font-family: 'DM Sans' !important;
    font-size: 16px !important;
    font-weight: 500;
    line-height: 30px !important;
    color: #000 !important;
}
.woocommerce-product-details__short-description p {
    font-family: 'DM Sans';
    font-size: 16px !important;
    line-height: 26px;
    font-weight: 500;
    color: #000 !important;
}
a.product-pdf-btn {
    padding: 20px 42px;
    background-color: #3760a1;
    color: #fff !important;
    font-family: 'DM Sans';
    font-size: 16px !important;
    font-weight: 600;
}
.product_meta {
    margin-top: 40px;
}
.woocommerce div.product div.summary {
    margin-bottom: 0 !important;
}
.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {
    height: 300px !important;
    object-fit: cover;
}
h2.woocommerce-loop-product__title a {
    font-family: 'DM Sans';
    font-size: 20px !important;
    line-height: 26px !important;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
    color: #05122b !important;
}
body.archive.post-type-archive .page_content_wrap {
    background: #f0f0f0 !important;
}



@media only screen and (max-width: 1000px) {
	div#tab-description p {
    	font-size: 14px !important;
    	line-height: 24px !important;
	}
	.woocommerce-product-details__short-description p {
		font-size: 14px !important;
		line-height: 24px;
	}
	.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {
		height: 250px !important;
		object-fit: cover;
	}
	h2.woocommerce-loop-product__title a {
		font-size: 18px !important;
		line-height: 24px !important;
	}
	.woocommerce ul.products li.product > .post_item.post_layout_thumbs {
/* 		border: 1px solid #40619e; */
		padding: 10px 20px;
		box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
		background: #D2D1D1;
	}

}