.zone-tree {
	padding-left: 20px;
	font-weight: normal;
}
.zone-tree li {
	padding-right: 5px !important;
}
.flex  {
	display: flex;
	flex-wrap: wrap;
}

.zone-row {
	display: flex;
	align-items: center;
	gap: 2px;
	margin: 2px 0;
}

.zone-toggle {
	cursor: pointer;
	border: none;
	background: none;
	border-width: 0px;
    background-color: #FFF;
    width: 20px;
    margin-left: -21px;
	font-weight:bold;
}
.zone-checkbox {
	opacity: 1 !important;
	pointer-events: fill !important;
	position: static !important;
	margin-right:0px;
}
.zone-dropdown {
	z-index:1;
	position: absolute;
	width: fit-content;
	min-width: 300px;
	padding-left:30px;
	padding-right:40px;
	margin-top: 50px;
	max-height: 400px;
	overflow: auto;
	background: #fff;
	box-shadow: 0 4px 12px rgba(0,0,0,0.1);
	display: none;
}

.zone-filter {
	margin-right: 15px;
	box-sizing: border-box;
}
.zone-filter.open {
	border: 0.14rem solid black;
	border-radius: 0.3125rem;
	box-sizing: border-box;
}
.zone-dropdown.open {
	display: block;
}
.zone-trigger {
	font-weight: 900;
	margin-right: 11px;
	box-sizing: border-box;
	background-color: #f8f8f8;
	height:49px;
	width:265px;
	color: #050505;
	padding: 0.75rem 2.25rem 0.75rem 0.75rem;
    	cursor: pointer;
    	border-radius: 0.3125rem;
}
.zone-trigger.open {
	border: 0.14rem solid black;
	border-radius: 0.3125rem;
	box-sizing: border-box;
}

.product-services-select {
	margin-right:11px;
}

#product-services {
	width: 20.4rem;
}
#oems {
	width: 9rem;
}
.oems-select {
	margin-right:11px !important;
}
#canadian-supplier {
	width: 10.5rem;
}