/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

.search-product-wrapper .select2-selection{
	min-height: 1.2rem;
	line-height: 2.2rem;
	padding: 0 0.6rem;
}
.search-product-wrapper .select2-selection .select2-selection__choice{
	line-height: 2.2!important;
	margin-bottom: 6px;
}
.search-product-wrapper textarea{
	min-height: unset;
}
.search-product-wrapper  .select2-selection__arrow {
	top: 5px !important;
}
.search-product-wrapper  .select2-selection__arrow b{
	display: none;
}
.product-categories{
	display: none;
}
.search-product-wrapper .select2-container .selection ul{
	margin: 0;
}
.search-product-wrapper  .select2.select2-container{
	margin-top: 8px;
	width: 100% !important;
}
.select2-dropdown.select2-dropdown--below{
	top: 37px;
}

.search-product-wrapper .select2-container--default .select2-search--inline .select2-search__field{
	line-height: 1.1rem;
	font-size: 18px;
	height: 24px;
	margin-bottom: 3px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
	width: 28px;
	margin-left: 0;
	padding: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display{
	padding-left: 14px;
}
.search-products{
	background-color: #fff;
	margin-bottom: 10px;
}
.extra-search {
	display: none;
}