/**
 * Theme Name:     Astra Child
 * Author:         Brainstorm Force
 * Template:       astra
 * Text Domain:	   astra-child
 * Description:    The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 6,000+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
 */
.form-control-two-outer {
    display: grid;
    gap: 12px;
    grid-template-columns: minmax(200px, auto) minmax(200px, auto);
}
.form-control-two-outer .form-control-two p {
    margin-bottom: 0px;
}
.form-control-full textarea {
    height: 160px;
}
.form-control-full textarea {
    margin-top: -6px;
}
.form-control-full input.Query-btn {
    padding: 11px 24px;
}
.form-control-two-outer .form-control-two p input {
    background: transparent !important;
    border: 1px solid #dfdfdf !important;
}
.form-control-full p textarea {
    background: transparent !important;
    border: 1px solid #dfdfdf !important;
}
header h1.entry-title {
    display: none;
}
nav.rank-math-breadcrumb p, nav.rank-math-breadcrumb p a {
    color: #ffff;
}
.signlepageblog .form-control-two-outer {
    display: grid;
    grid-template-columns: inherit;
}
.signlepageblog .form-control-two-outer .form-control-two input {
    background: #f5f5f5 !important;
}
.signlepageblog .form-control-full textarea {
    background: #f5f5f5 !important;
}
.newClass {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100% !important;
    z-index: 999 !important;
    background: #fff;
}
.footer-form {
	position: fixed;
	right: 15px;
	bottom: 0;
	z-index: 1000;
	width: 286px;
}
.footer-form .heading-look {
    font-size: 18px;
    background: #2b2b2a;
    color: #fff;
    text-align: center;
    display: block;
    padding: 6px 0;
    cursor: pointer;
    border-radius: 6px 6px 0 0;
}
div#mini_contact_form {
    padding: 20px;
    background: #ffff;
}
.footer-form .form-control-two-outer {
    grid-template: inherit;
}
#ast-scroll-top {
    background-color: #ab252c;
    font-size: 12px;
}
#ast-scroll-top svg.ast-arrow-svg {
    color: #fff;
    fill: #fff;
}
.popup-form .form-control-two-outer {
    display: grid;
    grid-template-columns: minmax(134px, auto) minmax(134px, auto);
}
.woocommerce p.woocommerce-result-count {
    display: none;
}
.woocommerce form.woocommerce-ordering {
    display: none;
}
.add_to_cart_button {
    display: none;
}
span.ast-woo-product-category {
    color: #000000 !important;
}
span.sku_wrapper.detail-container {
    display: none !important;
}
.woocommerce nav.woocommerce-pagination ul, .woocommerce nav.woocommerce-pagination ul li {
    border-color: #ab252c !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before, .woocommerce div.ast-product-tabs-layout-vertical .woocommerce-tabs ul.tabs li:hover::before {
    background: #ab252c !important;
}
.footer-logo img {
    background: #f5f5f5;
    padding: 12px 14px;
    width: 74%;
}
.products-banner-full {
    width: 100%;
    background: url('/wp-content/uploads/2026/02/Third-Party.webp') no-repeat center center;
    background-size: cover;
    padding: 120px 20px;
    color: #fff;
}

.archive .ast-container {
    max-width: 100%;
    width: 100%;
    display: grid;
}
.products-banner-full h1 {
    color: #fff !important;
    font-size: 34px !important;
	margin-bottom: 10px;
}
.archive .ast-container {
    max-width: inherit !important;
    padding: 0px !important;
}
.archive .container {
    max-width: 1240px !important;
    margin: 0 auto;
}
.woocommerce-category-table h2 {
    display:none;
}
.woocommerce-category-table {
    padding: 60px 0;
}
.woocommerce-category-table a {
    color: #bf2c2c !important;
}
/********responsive*******/
@media (min-width: 1199px) and (max-width: 1366px) {
    
	.footer-form {
		display: none;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
    .form-control-two-outer {
		grid-template-columns: minmax(170px, auto) minmax(170px, auto);
	}
	.archive .container {
		max-width: 100% !important;
		margin: 0 auto;
		width: 100%;
		min-width: 100%;
	}
	.woocommerce-category-table .table-responsive {
		overflow: scroll;
	}
	.footer-form {
		display: none;
	}
	#ast-scroll-top {
		top: 90%;
	}
}

@media (max-width: 767px) {
    .form-control-two-outer {
		grid-template-columns: inherit;
	}
	.footer-form {
		display: none;
	}
	.products {
		grid-template-columns: repeat(1,1fr) !important;
	}
	.archive .container {
		max-width: 100% !important;
		margin: 0 auto;
		width: 100%;
		min-width: 100%;
	}
	.woocommerce-category-table .table-responsive {
		overflow: scroll;
	}
	.products-banner-full {
		padding: 50px 20px;
	}
	.products-banner-full h1 {
		font-size: 24px !important;
	}
}




