/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

@media (max-width: 768px) {
  .woocommerce-account .woocommerce-table--custom-data {
    width: 100%;
    overflow-x: auto;
    display: block;
  }

  .woocommerce-account .woocommerce-table--custom-data thead {
    display: none; /* Hide the table headers on small screens */
  }

  .woocommerce-account .woocommerce-table--custom-data tbody tr {
    display: block;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
  }

  .woocommerce-account .woocommerce-table--custom-data tbody td {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
  }

  .woocommerce-account .woocommerce-table--custom-data tbody td:before {
    content: attr(data-label);
    font-weight: bold;
    margin-right: 10px;
  }
}


/* Prateek CSS  */

.page-template-template-search-page, .page-template-page-batch-property-valuation-test,
.page-template-page-batch-property-search,.page{
	font-family: 'Lato', sans-serif;
}

.page-template-template-search-page footer a, 
.page-template-page-batch-property-search footer a, footer a{
	color: var(--ast-global-color-2);
	text-decoration: none !important;
	transition: 0.2s;
}

.page-template-template-search-page footer a:hover,
.page-template-page-batch-property-search footer a:hover,footer a:hover{
	color: var(--ast-global-color-1);
}

@media(max-width: 1200px) {
	.woocommerce-account .woocommerce-MyAccount-content {
		overflow-y: hidden;
		overflow-x: auto;
	}

}

@media(max-width: 992px) {
	.woocommerce-account .woocommerce-MyAccount-content {
		width: 100%;
	}

	.woocommerce-account .woocommerce-MyAccount-content table thead {
		/* 		display: table-header-group !important; */
		display: none !important;
	}

	.woocommerce-account .woocommerce-MyAccount-content table tr {
		/* 		display: table-row !important; */
	}

	.woocommerce-account .woocommerce-MyAccount-content table td {
		/* 		display: table-cell !important; */
		/* 		padding: 0.7em; */
	}

	.woocommerce-account .woocommerce-MyAccount-content table td::before {
		/* 		display: none; */
	}

	.woocommerce-account .woocommerce-MyAccount-content table td {
		display: flex !important;
		align-items: center !important;
		justify-content: space-between !important;
		padding: 14px 7px;
	}

	.woocommerce-account .woocommerce-MyAccount-content table td::before {
		display: block;
		content: attr(data-label) ": " !important;
	}

	.woocommerce-account .woocommerce-MyAccount-content table tbody {
		display: block;
	}

	.woocommerce-account .woocommerce-table--custom-data tbody tr {
		display: block;
		margin-bottom: 20px;
		border-bottom: 1px solid #ddd;
	}

	.woocommerce-account .woocommerce-MyAccount-content table tbody tr:last-child {
		margin-bottom: 0;
	}

}

@media(max-width: 767px) {
	.woocommerce-account .site-main .uagb-is-root-container>.uagb-container-inner-blocks-wrap {
		max-width: 100% !important;
	}

}









