/* ACF Map Field */
.acf-map {
	width: 100%;
	height: 350px;
	border: none;
	margin: 10px 0;
}

.acf-map.search-page-map {
	height: 100vh;
	max-height: 600px;
}

/* Fixes potential theme css conflict. */
.acf-map img {
	max-width: inherit !important;
}

.store-list{
	padding: 10px 12px;
	max-height: 600px;
	overflow-y: auto;
	mask-image: linear-gradient(to bottom, black calc(100% - 48px), transparent 100%);
}

/* Loader */
/* Absolute Center Spinner */
.loading {
	position: fixed;
	z-index: 999;
	height: 2em;
	width: 2em;
	overflow: show;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

/* Transparent Overlay */
.loading:before {
	content: '';
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));

	background: -webkit-radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
	/* hide "loading..." text */
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.loading:not(:required):after {
	content: '';
	display: block;
	font-size: 10px;
	width: 1em;
	height: 1em;
	margin-top: -0.5em;
	-webkit-animation: spinner 150ms infinite linear;
	-moz-animation: spinner 150ms infinite linear;
	-ms-animation: spinner 150ms infinite linear;
	-o-animation: spinner 150ms infinite linear;
	animation: spinner 150ms infinite linear;
	border-radius: 0.5em;
	-webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
	box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-moz-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-o-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/* Product category */
body.tax-product_cat #main {
	padding: 80px 0px 80px 0px
}

body.post-type-archive-product #main {
    padding: 80px 15px 80px 15px;
}

body.tax-product_cat .woocommerce-products-header__title.page-title,
body.post-type-archive-product .woocommerce-products-header__title.page-title {
	color: var(--e-global-color-4d11aad);
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight);
	font-size: 2rem;
	margin: 0px 0px 50px 0px
}

body.tax-product_cat .term-description p,
body.post-type-archive-product .page-description p {
	color: var(--e-global-color-4d11aad);
    font-family: "Roboto", Sans-serif;
    font-size: 18px;
    font-weight: 400;
}

body.tax-product_cat header.woocommerce-products-header {
    padding: 10px;
}

.product-category .card-body h3.card-title,
.woocommerce ul.products li.product h3.card-title {
	font-family: "Roboto", Sans-serif !important;
	margin: 8px 0px !important;
    color: #212529 !important;
	font-size: 1.75rem !important;
	padding: 0px !important;
}

ul.products.columns-3 {
    padding: 0px 20px;
}

.woocommerce ul.products li.product a img {
	margin-bottom: 0px;
}

.showroom-box h3,
.gm-style-iw.gm-style-iw-c h3 {
	margin-top: 0px;
	font-size: 1.4rem;
}

a.th-map-popup {
    border: none;
    background-color: #2B70B7;
    color: #fff;
    border-radius: 25px;
    padding: 5px 15px;
    font-size: 16px;
    font-weight: 400;
    width: fit-content;
    display: block;
    text-align: center;
}
a.th-map-popup:hover {
	background-color: #174887;
	color: #fff;
}

.single-product-map {
	margin: 1rem 0;
}

.alert-dismissible .btn-close {
	border: none !important;
}

.card-body .patwl-results {
	font-size: 0.8em;
    padding: 5px 1.5rem 5px 5px !important;
    margin: 0rem;
}
