body.admin-bar .inspect-map-search .inspect-filter-map-widgets,
body.admin-bar .inspect-map-search .inspect-drawer-content,
body.admin-bar .inspect-map-search .inspect-filter-header {
top: 32px;
}
body.admin-bar .inspect-map-search .inspect-drawer-content .inspect-total-filtered-products-wrapper {
bottom: 32px;
}
body.admin-bar .inspect-filter-results-container .map-sticky {
top: 125px;
} .site-header {
z-index: 9;
}  .inspect-map-search {     }
.inspect-map-search .inspect-filter-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 20px;
position: sticky;
top: 0;
z-index: 99;
padding: 12px 16px;
background-color: #ffffff;
-webkit-box-shadow: 0px 2px 8px 0px rgba(17, 24, 39, 0.0588235294);
box-shadow: 0px 2px 8px 0px rgba(17, 24, 39, 0.0588235294);
}
.inspect-map-search .inspect-filter-sort,
.inspect-map-search .inspect-filter-widget {
min-width: 160px;
max-width: 160px;
text-overflow: ellipsis;
}
@media (min-width: 1024px) {
.inspect-map-search .inspect-filter-sort,
.inspect-map-search .inspect-filter-widget {
min-width: 210px;
max-width: 210px;
text-overflow: ellipsis;
}
}
.inspect-map-search .inspect-filter-header-left,
.inspect-map-search .inspect-filter-header-form,
.inspect-map-search .inspect-filter-header-form form,
.inspect-map-search .inspect-filter-header-form .inspect-filter-form-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 10px;
}
@media (min-width: 640px) {
.inspect-map-search .inspect-filter-header-left,
.inspect-map-search .inspect-filter-header-form,
.inspect-map-search .inspect-filter-header-form form,
.inspect-map-search .inspect-filter-header-form .inspect-filter-form-wrapper {
gap: 20px;
}
}
.inspect-map-search .inspect-filter-header-form .inspect-total-filtered-products-wrapper,
.inspect-map-search .inspect-filter-header-form .inspect-filter-widget-header {
display: none;
}
.inspect-map-search .inspect-filter-header-left .inspect-filter-header-form {
display: none;
}
@media (min-width: 1280px) {
.inspect-map-search .inspect-filter-header-left .inspect-filter-header-form {
display: block;
}
}
.inspect-map-search .inspect-filter-header-left .inspect-filter-header-form .inspect-filter-widget {
padding-top: 0;
margin-top: 0;
}
.inspect-map-search .inspect-filter-header-right {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 20px;
}
.inspect-map-search .inspect-filter-header-right .inspect-total-filtered-products-wrapper {
display: none;
}
@media (min-width: 1024px) {
.inspect-map-search .inspect-filter-header-right .inspect-total-filtered-products-wrapper {
display: block;
}
}
.inspect-map-search .clear-all-filter,
.inspect-map-search button {
font-size: 14px;
font-weight: 500;
padding: 9px 14px;
outline: none;
color: #111827;
background-color: #ffffff;
border-radius: 4px;
border: 1px solid #dfdfdf;
-webkit-box-shadow: 0px 2px 8px 0px rgba(17, 24, 39, 0.0588235294);
box-shadow: 0px 2px 8px 0px rgba(17, 24, 39, 0.0588235294);
display: inline-block;
height: 44px;
cursor: pointer;
line-height: 1;
}
.inspect-map-search button.inspect-total-filtered-products {
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
border: none;
border-radius: 0;
cursor: default;
}
.inspect-map-search button.inspect-open-drawer svg {
width: 20px;
}
.inspect-map-search .inspect-drawer-wrapper {
position: fixed;
inset: 0;
overflow: hidden;
display: none;
z-index: 999;  }
.inspect-map-search .inspect-drawer-wrapper.active {
display: block;
}
.inspect-map-search .inspect-drawer-wrapper .inspect-drawer-content {
max-width: 400px;
width: 100%;
background-color: #ffffff;
position: relative;
z-index: 999;
height: 100%;
overflow-x: hidden;
overflow-y: scroll;
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
-webkit-transition: -webkit-transform 0.3s ease-in-out;
transition: -webkit-transform 0.3s ease-in-out;
transition: transform 0.3s ease-in-out;
transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;  }
.inspect-map-search .inspect-drawer-wrapper .inspect-drawer-content.active {
-webkit-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%);
}
.inspect-map-search .inspect-drawer-wrapper .inspect-drawer-content .inspect-drawer-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
position: sticky;
top: 0;
width: 100%;
background-color: #ffffff;
padding: 16px;
padding-right: 16px;
z-index: 9;
}
.inspect-map-search .inspect-drawer-wrapper .inspect-drawer-content .inspect-drawer-header .filter-heading p {
font-size: 16px;
font-weight: 600;
margin-bottom: 0;
}
.inspect-map-search .inspect-drawer-wrapper .inspect-drawer-content .inspect-drawer-header .inspect-close-drawer {
border: none;
color: #000000;
padding: 6px 14px;
border-radius: 6px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 8px;
letter-spacing: 1px;
font-size: 16px;
-webkit-box-shadow: 0px 4px 8px 0px rgba(17, 24, 39, 0.0588235294);
box-shadow: 0px 4px 8px 0px rgba(17, 24, 39, 0.0588235294);
}
.inspect-map-search .inspect-drawer-wrapper .inspect-drawer-content .inspect-drawer-header .inspect-close-drawer svg {
width: 20px;
}
.inspect-map-search .inspect-drawer-wrapper .inspect-drawer-content .inspect-filter-form-wrapper {
margin-top: 20px;
padding-left: 16px;
padding-right: 16px;
padding-bottom: 60px;
}
.inspect-map-search .inspect-drawer-wrapper .inspect-drawer-content .inspect-filter-form-wrapper #inspect-filter-form-popup {
display: grid;
grid-template-columns: 1fr;
gap: 30px;
}
.inspect-map-search .inspect-drawer-wrapper .inspect-drawer-content .inspect-filter-form-wrapper .inspect-filter-widget {
width: 100%;
max-width: 100%;
margin-top: 0;  }
.inspect-map-search .inspect-drawer-wrapper .inspect-drawer-content .inspect-filter-form-wrapper .inspect-filter-widget .inspect-filter-widget-title {
font-size: 16px;
font-weight: 500;
margin-bottom: 8px;
}
.inspect-map-search .inspect-drawer-wrapper .inspect-drawer-content .inspect-filter-form-wrapper .inspect-filter-widget input[type=search] {
height: 44px;
border: 1px solid #dfdfdf;
border-radius: 4px;
outline: none;
font-size: 14px;
line-height: 1;
color: #111827;
background-color: #ffffff;
width: 100%;
padding-left: 13px;
}
.inspect-map-search .inspect-drawer-wrapper .inspect-drawer-content .inspect-filter-form-wrapper .inspect-filter-widget input[type=search]:focus {
border-color: #111827;
}
.inspect-map-search .inspect-drawer-wrapper .inspect-drawer-content .inspect-filter-form-wrapper .inspect-filter-widget.filter-widget-item-search {
position: relative;
}
.inspect-map-search .inspect-drawer-wrapper .inspect-drawer-content .inspect-filter-form-wrapper .inspect-filter-widget .product-resource-search-icon-wrapper {
display: inline-block;
position: absolute;
right: 12px;
top: 14px;
}
.inspect-map-search .inspect-drawer-wrapper .inspect-drawer-content .inspect-filter-form-wrapper .inspect-filter-widget input[type=checkbox] {
border: 1px solid #dfdfdf;
-webkit-box-shadow: none;
box-shadow: none;
}
.inspect-map-search .inspect-drawer-wrapper .inspect-drawer-content .inspect-filter-form-wrapper .inspect-filter-widget input[type=checkbox]:checked {
border: 1px solid #111827;
}
.inspect-map-search .inspect-drawer-wrapper .inspect-drawer-content .inspect-filter-form-wrapper .inspect-filter-widget .product-filter-item-listing input[type=checkbox] {
-webkit-box-shadow: none;
box-shadow: none;
}
.inspect-map-search .inspect-drawer-wrapper .inspect-drawer-content .inspect-filter-form-wrapper .inspect-filter-widget input[type=checkbox]::after {
border: none;
}
.inspect-map-search .inspect-drawer-wrapper .inspect-drawer-content .inspect-filter-form-wrapper .inspect-filter-widget .product-filter-title {
font-size: 14px;
}
.inspect-map-search .inspect-drawer-wrapper .inspect-drawer-content .inspect-total-filtered-products-wrapper {
position: sticky;
left: 0px;
bottom: 0px;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 12px;
background-color: #ffffff;
-webkit-box-shadow: 0px -2px 8px 0px rgba(17, 24, 39, 0.0588235294);
box-shadow: 0px -2px 8px 0px rgba(17, 24, 39, 0.0588235294);
}
.inspect-map-search .inspect-drawer-wrapper .inspect-drawer-overlay {
background-color: #000000;
opacity: 0.6;
position: fixed;
z-index: 99;
inset: 0;
cursor: pointer;
} .inspect-map-search .inspect-filter-result-wrapper {
margin-top: 20px;
padding: 0 24px;
}
@media (min-width: 1400px) {
.inspect-map-search .inspect-filter-result-wrapper {
padding: 0 48px;
}
}
.inspect-map-search .inspect-filter-result-wrapper .inspect-filter-results-container {
max-width: 100%;
display: grid;
grid-template-columns: 1fr;
gap: 20px;
}
@media (min-width: 1024px) {
.inspect-map-search .inspect-filter-result-wrapper .inspect-filter-results-container {
grid-template-columns: 1fr 1fr;
}
}
.inspect-map-search .inspect-filter-result-wrapper .inspect-filter-results-container .filter-results {
display: grid;
grid-template-columns: 1fr;
gap: 24px;  }
.inspect-map-search .inspect-filter-result-wrapper .inspect-filter-results-container .filter-results .product-loop {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 20px;
background-color: #ffffff;
border-radius: 8px;
padding: 12px;
-webkit-box-shadow: 0px 2px 8px 0px rgba(17, 24, 39, 0.0588235294);
box-shadow: 0px 2px 8px 0px rgba(17, 24, 39, 0.0588235294);
}
@media (min-width: 640px) {
.inspect-map-search .inspect-filter-result-wrapper .inspect-filter-results-container .filter-results .product-loop {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
}
.inspect-map-search .inspect-filter-result-wrapper .inspect-filter-results-container .filter-results .product-loop .content {
width: 100%;
}
.inspect-map-search .inspect-filter-result-wrapper .inspect-filter-results-container .filter-results .product-loop .content h3 {
font-size: 18px;
font-weight: 500;
}
.inspect-map-search .inspect-filter-result-wrapper .inspect-filter-results-container .filter-results .product-loop .content > p {
font-size: 16px;
font-weight: 400;
}
.inspect-map-search .inspect-filter-result-wrapper .inspect-filter-results-container .filter-results .product-loop .content .loop-listing-attributes {
margin-top: 20px;
display: grid;
grid-template-columns: 1fr 1fr;
-webkit-column-gap: 24px;
-moz-column-gap: 24px;
column-gap: 24px;
row-gap: 8px;
font-size: 14px;
font-weight: 400;
}
.inspect-map-search .inspect-filter-result-wrapper .inspect-filter-results-container .filter-results .product-loop .content .content-footer {
margin-top: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
font-size: 16px;
font-weight: 400;
}
.inspect-map-search .inspect-filter-result-wrapper .inspect-filter-results-container .filter-results .product-loop .content .content-footer .post-link a {
display: inline-block;
padding: 12px 16px;
background-color: #111827;
font-size: 14px;
border-radius: 6px;
-webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1019607843);
box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1019607843);
color: #ffffff;
}
.inspect-map-search .inspect-filter-result-wrapper .inspect-filter-results-container .filter-results .inspect-product-search-loadmore {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.inspect-map-search .inspect-filter-result-wrapper .inspect-filter-results-container .filter-results .inspect-product-search-loadmore button {
border: none;
color: #000000;
border-radius: 4px;
letter-spacing: 1px;
font-size: 16px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-color: #ffffff;
-webkit-box-shadow: 0px 4px 8px 0px rgba(17, 24, 39, 0.0588235294);
box-shadow: 0px 4px 8px 0px rgba(17, 24, 39, 0.0588235294);
}
.inspect-map-search .inspect-filter-result-wrapper .inspect-filter-results-container .filter-results .inspect-product-search-loadmore button:focus {
outline: none;
}
.inspect-map-search .inspect-filter-result-wrapper .inspect-filter-results-container .filter-results .inspect-product-search-loadmore button:hover {
background-color: #ffffff;
}
.inspect-map-search .inspect-filter-result-wrapper .inspect-filter-results-container .filter-results .inspect-product-search-loadmore button .loading-text,
.inspect-map-search .inspect-filter-result-wrapper .inspect-filter-results-container .filter-results .inspect-product-search-loadmore button .loading-svg {
display: none;
}
.inspect-map-search .inspect-filter-result-wrapper .inspect-filter-results-container .map-container {
display: none;
}
@media (min-width: 1024px) {
.inspect-map-search .inspect-filter-result-wrapper .inspect-filter-results-container .map-container {
display: block;
}
}
.inspect-map-search .inspect-filter-result-wrapper .inspect-filter-results-container .map-container .map-sticky {
position: sticky;
top: 93px;
}
.inspect-map-search .inspect-filter-result-wrapper .inspect-filter-results-container .map-container .map-sticky .map {
width: 100%;
height: 600px;
}
.inspect-map-search .inspect-filter-result-wrapper .inspect-filter-results-container .blockUI,
.inspect-map-search .inspect-filter-result-wrapper .inspect-filter-results-container .blockOverlay {
display: none !important;
}