/*
Theme Name: Bw Printxtore
Theme URI: https://bw-printxtore.bzotech.com/intro/
Author: BZOTech
Author URI: https://bzotech.com/
Description: PrintXtore - A stunning WooCommerce WordPress theme with a flexible style for online product design and printing services!
Version: 1.8.1
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Copyright: © 2024 BZOTech Theme. All rights reserved.
Tags: custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, post-formats, sticky-post, threaded-comments, block-styles, blog, news
Text Domain: bw-printxtore
*/ 

.form-get-quote {
	text-align: left;
	select{
		width:100%;
	}
	label{
		text-align:left;
	}
	br {
		display:none;
	}
	.file-uplod-quote {
		width:100%;
	}
	
}


.title-get-instant-quote {
	margin : 30px 0;
}
.title-get-instant-quote-collection {
	margin-bottom : 30px;
}

.form-get-instant-quote {
    margin: auto;
	text-align: left;

	input , select , textarea  {
		width:100%;
	}
	textarea {
		height:100px;

	}

}



/*=== Category Page Flex Layout with Sticky Form ===*/
.bzotech-category-flex-layout {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.bzotech-grid-side {
    flex: 1;
    min-width: 0;
}

.bzotech-form-side {
    width: 350px;
    flex-shrink: 0;
}

.bzotech-sticky-form {
    position: sticky;
    top: 30px;
}

@media (max-width: 1200px) {
    .bzotech-form-side {
        width: 300px;
    }
}

@media (max-width: 992px) {
    .bzotech-category-flex-layout {
        flex-direction: column;
    }
    
    .bzotech-form-side {
        width: 100%;
    }
    
    .bzotech-sticky-form {
        position: relative;
        top: 0;
    }
}

#main-content {
padding-top:0 !important;
}
.bzotech-navbar-nav li.has-mega-menu.active-hover > .mega-menu {
z-index:1010 !important;
}

.reviews_tab {
	display:none !important;
}


.bzotech-navbar-nav li.has-mega-menu.active-hover > .mega-menu {
	left:0 !important;
}







