/* =============== list view ================ */

/* RESET WIDTH */
.shoplocator_listing .column0,
.shoplocator_listing .column1,
.shoplocator_listing .column2,
.shoplocator_listing .column3,
.shoplocator_listing .column4,
.shoplocator_listing .column5,
.shoplocator_listing .column6 {
	width: inherit !important;
	text-align: inherit !important;
}

.shoplocator_listing td, .shoplocator_listing th {
	background-color: inherit;
}

/*
#mapcanvas_listing {
	margin-top: 0;
}
*/

.shoplocator_mapswindow {
	height: auto !important;
	width: 350px;
}

.shoplocator_mapswindow h3 {
	font-size: 16px;
	margin-bottom: 0 !important;
}

.shoplocator_mapswindow .store-address {
	width: 50%;
	float: left;
}

.shoplocator_mapswindow .store-img {
	width: 50%;
	float: right;
	padding: 10px 0;
}

.shoplocator_mapswindow .store-img img {
	width: 100%;
}

 @media (max-width: 768px) {
	table.shoplocator_listing > thead > tr > th:nth-child(3),
	table.shoplocator_listing > tbody > tr > td:nth-child(3),
	table.shoplocator_listing > thead > tr > th:nth-child(4),
	table.shoplocator_listing > tbody > tr > td:nth-child(4),
	table.shoplocator_listing > thead > tr > th:nth-child(5),
	table.shoplocator_listing > tbody > tr > td:nth-child(5) {
		display: none;
		visibility: hidden;
	}
}

/* ==================== details view ================= */

/*
#shoplocator_map_canvas {
	margin-top: 15px;
	width: 100%;
	height: 420px;
}

.store_map .btn {
	font-family: 'Open Sans', Verdana, Arial, sans-serif;
	padding: 1px 12px;
}

.mapcanvas {
	margin: 0px 0px 2px 0px;
	margin-top: 0px;
	clear: both;
}

#shoplocator_directions table {
	border: 0;
}
*/

/* ================ GoogleMaps-Opt-in ================ */
/*
.gmap-opt-in-wrap {
	background-color: rgba(0, 0, 0, 0.3);
	display: grid;
	place-items: center;
}

.gmap-opt-in-button {
	cursor: pointer;
	width: 80%;
	max-width: 30em;
	color: rgb(20%, 20%, 20%);
	background-color: rgba(255, 255, 255, 0.8);
	padding: 0.5em 1em;
	border-radius: 0.5em;
}

.gmap-opt-in-button h4 {
	font-size: 1.4em;
}

.gmap-opt-in-button p.small {
	font-size: 0.8em;
}
*/
