button:not(.primary){
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.magenticity-store-loc .location-div {
	position: relative;
	display: block;
	width: 100%;
	margin-bottom:15px;
}
.store-loc-btn:visited {
	color: #fff;
}
.magenticity-store-loc label {
	display: block;
	margin-bottom: 10px;
}
.magenticity-store-loc.store-loc-detail .location-div{
	margin-bottom: 10px;
}
.magenticity-store-loc .cols{
	position: relative;
	display: block;
	margin: 0 -15px;
	box-sizing: border-box;
}
.magenticity-store-loc .cols .col{
	display:block;
	width: 33.333%;
	float: left;
	padding: 0 15px;
	box-sizing: border-box;
}

.magenticity-store-loc .cols::after{
	content: '';
	position:relative;
	display:block;
	clear:both;
}

.magenticity-store-loc .cols .col .col-inner{
	margin-bottom: 15px;
	padding:15px;
	height:360px;
	border-radius:10px;
	box-shadow:0 0 20px rgba(0, 0, 0, 0.1);
}
.magenticity-store-loc.store-loc-detail .cols .col .col-inner{
	margin-bottom: 0;
}
.magenticity-store-loc .cols .col-info::after{
	top: auto;
	bottom: 0;
}
.magenticity-store-loc .cols .col .col-inner .local-detail-description{
	height: 280px;
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 15px;
}
.magenticity-store-loc.store-loc-detail .cols .col .col-inner .local-detail-description{
	height: 265px;
}
.magenticity-store-loc .detail-block{
	margin-bottom: 10px;
}
.magenticity-store-loc .contact-details a{
	word-break: break-word;
}
.magenticity-store-loc .d-table{
	display: table;
	table-layout: fixed;
	width: 100%;
	height: calc(100% - 60px);
	text-align: center;
}
.magenticity-store-loc.store-loc-detail .d-table{
	height: 268px;
}
.magenticity-store-loc.store-loc-detail  .location-image img{
	max-height: 268px;
}
.magenticity-store-loc .t-cell{
	display: table-cell;
	vertical-align: middle;
}

.magenticity-store-loc.store-loc-detail #google-map{
	width:100%;
	min-height:400px;
	height: 100%;
	border-radius:10px;
}
.magenticity-store-loc .detail-map-wrapper,.magenticity-store-loc #right-panel{
	padding: 20px;
	border-radius: 15px;
	box-shadow:0 0 20px rgba(0, 0, 0, 0.1);
}
.magenticity-store-loc  img.adp-marker2{
	max-width: inherit;
}
.magenticity-store-loc #right-panel{
	margin-top: 10px;
}

.magenticity-store-loc .table.schedule-table{
	width:100%;
	border: 0;
}
.magenticity-store-loc .table.schedule-table,
.magenticity-store-loc .table.schedule-table tr,
.magenticity-store-loc .table.schedule-table tr td{
	border: 0;
	padding: 9px 10px;
}

.magenticity-store-loc .table.schedule-table > tbody > tr.active {
	color: #008000;
}

.magenticity-store-loc .table.schedule-table > tbody > tr.active td{
	font-weight:bold;
}

.magenticity-store-loc .table.schedule-table > tbody > tr.active td:first-child{
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;
}

.magenticity-store-loc .table.schedule-table > tbody > tr.active td:last-child{
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
}

.magenticity-store-loc .other-desc label,
.magenticity-store-loc .email-address label,
.magenticity-store-loc .pay-methods label,
.magenticity-store-loc .store-desc label,
.magenticity-store-loc .address label {
	font-weight: 700;
}
.magenticity-store-loc .address p {
	margin-bottom: 6px;
}
.magenticity-store-loc .address {
	margin-bottom: 15px;
}
.magenticity-store-loc .location-image img {
	position: relative;
	display: block;
	margin: 0 auto;
	max-width:100%;
	border-radius:10px;
}
.magenticity-store-loc .address.detail-block {
	border-bottom: 1px solid #d4c4c4;
}
.magenticity-store-loc .local-detail-description p {
	margin-top: 7px;
}
.magenticity-store-loc .location-tag {
	margin-top: 20px;
}
.magenticity-store-loc .tag{
	box-shadow: none;
	border: solid 1px #000;
	padding: 5px 10px;
	border-radius: 30px;
	background: transparent;
	font-size: 11px;
	text-transform: uppercase;
	margin-right: 5px;
	letter-spacing: 1px;
	display: inline-block;
	margin-bottom: 10px;
	-webkit-transition: background .3s ease;
	-moz-transition: background .3s ease;
	-ms-transition: background .3s ease;
	-o-transition: background .3s ease;
	transition: background .3s ease;
}
.magenticity-store-loc button.tag:hover{
	background: #000;
	color: #fff;
}
.magenticity-store-loc .text-right{
	text-align: right;
}
.magenticity-store-loc .text-right a.store-loc-btn{
	float: none;
	margin-bottom: 10px;
}
/*Google Map*/
.controls {
	margin-top: 10px;
	border: 1px solid transparent;
	border-radius: 2px 0 0 2px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	height: 32px;
	outline: none;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#origin-input {
	background-color: #fff;
	font-family: Roboto;
	font-size: 15px;
	font-weight: 300;
	margin-left: 12px;
	padding: 0 11px 0 13px;
	text-overflow: ellipsis;
	width: 200px;
}

#origin-input:focus {
	border-color: #4d90fe;
}

#mode-selector {
	color: #fff;
	background-color: #4d90fe;
	margin-left: 12px;
	padding: 5px 11px 0px 11px;
}

#mode-selector label {
	font-family: Roboto;
	font-size: 13px;
	font-weight: 300;
}
#origin-input {
	background-color: #fff;
	font-family: Roboto;
	font-size: 15px;
	font-weight: 300;
	margin-left: 12px;
	padding: 0 11px 0 13px;
	text-overflow: ellipsis;
	width: 200px;
}
.magenticity-store-loc .form-search {
	padding: 13px;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.1);
	border-radius: 15px;
	margin-bottom: 35px;
}
.magenticity-store-loc .frm-grid {
	width: 42%;
	float: left;
	padding: 0 5px;
}

.magenticity-store-loc .btn-grid button {
	margin-top: 19px;
	height: 32px;
	line-height: 30px;
	padding: 0 10px;
}

.magenticity-store-loc input#address,
.magenticity-store-loc select#mode {
	border-radius: 5px;
}
table.table.schedule-table {
	margin-top: 18px;
}
/*24-5-18*/

.magenticity-store-loc label.store-image-title {
	font-weight: bold;
}
.magenticity-store-loc .single-heading {
	width: 100%;
	background: #f2f2f2;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 1.2px;
	overflow: hidden;
	padding: 10px;
	margin-bottom: 15px;
	position: relative;
	border-radius: 15px;

}
.magenticity-store-loc .store-detail {
	margin-bottom: 23px;
}
hr{
	margin-bottom: 10px;
	margin-top: 11px;
}
#right-panel  table > tbody > tr > td  {
	vertical-align: middle;
}

/* Success Page */
.magenticity-store-loc.location-div{
	position: relative;
	display:block;
	width:100%;
}
.google-map-street-view-section .btn-street-view,
.magenticity-store-loc  a.store-loc-btn,.magenticity-store-loc .btn-grid button,button.cleartag,.store-loc-btn{
	font-weight: normal;
	letter-spacing: normal;
	display: inline-block;
	float: right;
	/* font-size: 11px; */
	font-size: 13px;
	padding: 5px 10px;
	background: #000;
	color: #fff;
	border: solid 1px #000;
	border-radius: 30px;
	text-transform: capitalize;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;

	-webkit-transition: background .3s ease;
	-moz-transition: background .3s ease;
	-ms-transition: background .3s ease;
	-o-transition: background .3s ease;
	transition: background .3s ease;

}
.magenticity-store-loc .btn-grid button{
	float: none;
	width: 100%;
}
.magenticity-store-loc  a.store-loc-btn:hover ,.magenticity-store-loc .btn-grid button:hover,button.cleartag:hover,.store-loc-btn:hover{
	background-color: transparent;
	text-decoration: none;
	color: #000;
}
.magenticity-store-loc.location-div::after,.single-page-link.head-sub::after{
	content: ' ';
	position:relative;
	display:block;
	clear: both;
}
.single-page-link.head-sub{
	margin-bottom: 13px;
}

.magenticity-store-loc.location-div > .col{
	position:relative;
	float:left;
}
.magenticity-store-loc .tags-bar{
	padding: 13px 13px 3px;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
	border-radius: 15px;
	margin-bottom: 10px
}
.magenticity-store-loc .filter-tag{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-right: 15px;
}
.magenticity-store-loc .clear-btn{
	font-size: 11px;
	color: #ff0000;
	font-weight: 700;
	display: inline-block;
	margin-left: 10px;
}
.magenticity-store-loc .clear-btn:hover{
	text-decoration: none;
	opacity: 0.7;
}
.magenticity-store-loc.location-div .location-div-inner{
	position: relative;
	display: block;
	padding: 13px;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
	border-radius: 15px;
	overflow:hidden;
	height: 600px;
}
.magenticity-store-loc .cols{
	position: relative;
	display: block;
	margin: 0 -5px;
	box-sizing: border-box;
	width: auto;
}
.magenticity-store-loc .cols .col{
	display:block;
	float: left;
	padding: 0 5px;
	box-sizing: border-box;
}
.magenticity-store-loc .cols .col.col-location-list{
	width:40%;
}

.magenticity-store-loc .cols .col.col-location-map{
	width:60%;
}

.magenticity-store-loc .cols::after{
	content: '';
	position:relative;
	display:block;
	clear:both;
}
.magenticity-store-loc .location-list{
	height:510px;
	overflow-y: auto;
	list-style-type:none;
	margin-bottom: 0;
	padding: 0;
	border-radius:15px;
	box-shadow:0 0 20px rgba(0, 0, 	0, 0.1) inset;
}
.magenticity-store-loc .location-list.mtc_location_listing{
	height:420px;
}
.magenticity-store-loc.store-filter .location-list{
	max-height: 417px;
}
.magenticity-store-loc .location-heading {
	display: block;
	list-style-type:none;
	background: #f2f2f2;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 1.2px;
	overflow: hidden;
	padding: 10px;
	padding-right: 25%;
	position: relative;
	border-radius: 0px;
}

.magenticity-store-loc .single-page-link.head-sub {
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.magenticity-store-loc .location-list li .address-details,.magenticity-store-loc .location-list li .contact-details{
	padding: 10px;
	border: solid 1px #f2f2f2;
	font-size: 12px;
}
.magenticity-store-loc .location-list li:last-child .contact-details{
	border-bottom: none;
}
.magenticity-store-loc .location-list li .address-details p:last-child,.magenticity-store-loc .location-list li .contact-details p:last-child{
	margin-bottom: 0;
}
.magenticity-store-loc .location-list li .contact-details{
	border-top: none;
}
.magenticity-store-loc .small-title{
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 10px;
}
.magenticity-store-loc .location-search{
	margin-bottom: 30px;
}
.magenticity-store-loc .location-search input{
	border-radius:5px;
}

.magenticity-store-loc.store-loc-list #google-map,.magenticity-store-loc #map{
	width:100%;
	min-height:570px;
	border-radius: 15px;
}

p#errorid {
	margin: 2%;
	margin-top: 26px;
}
.no-location {
	width: 50%;
	text-align: center;
	margin: 0px 20% 0 20%;
}
.magenticity-store-loc .gm-style-iw {
	min-height: 100px;
}
hr{
	margin-bottom: 10px;
	margin-top: 11px;
}
.no-res-found.text-center {
	margin-top: 40px;
	font-size: 15px;
	font-weight: 700;
}
ul#location {
	width: 100%;
	height: 100%;
}
.magenticity-store-loc *{
	box-sizing: border-box;
}
.magenticity-store-loc .form-search{
	padding: 13px;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.1);
	border-radius: 15px;
	margin-bottom: 10px;
}
.magenticity-store-loc .row{
	margin: 0 -5px;
}
.magenticity-store-loc .row::after{
	content: "";
	display: table;
	clear: both;
}
.magenticity-store-loc .frm-grid{
	width: 45%;
	float: left;
	padding: 0 5px;
}
.magenticity-store-loc .btn-grid{
	width: 10%;
	float: left;
	padding: 0 5px;
}
.magenticity-store-loc.store-filter label{
	font-weight: 600;
	margin-bottom: 5px;
	display: inline-block;
}
.magenticity-store-loc .btn-grid button{
	margin-top: 30px;
	height: 32px;
	line-height: 30px;
	padding: 0 10px;
}
.magenticity-store-loc.store-loc-list .tag-div > .action.close {
    position: absolute;
    top: 0;
    right: 6px;
    padding: 7px 8px 8px;
    border-radius: 0 13px 11px 0;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    background: #000;
    border: none;
    text-align: center;
    vertical-align: middle;
    text-transform: lowercase;
}
.magenticity-store-loc input{
	border-radius: 5px;
}
.magenticity-store-loc .storelist {
	overflow-y: auto;
	list-style-type: none;
	margin-bottom: 0;
	padding: 0;
	border-radius: 15px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1) inset;
}
.magenticity-store-loc #loading_mask_loader{
	position: absolute;
	top: 0;left: 0;right: 0;bottom: 0;
	background-color: rgba(255,255,255,0.6);
	text-align: center;
	z-index: 9;
	font-size: 0;
	background:url('../images/loader-2.gif') no-repeat center center;

}


.magenticity-store-loc .text-center{
	text-align: center;
}
#location h2 {
	font-size: 20px;
}

.magenticity-store-loc select#radiusSelect {
	border-radius: 5px;
}
.magenticity-store-loc p#loading_mask_loader {
	padding: 15px;
}

/* New Updates */
.magenticity-store-loc  .msl-head-title{
	font-size: 20px;
	font-weight: bold;
}
.magenticity-store-loc  .msl-head-bar .msl-head-title{
	display: inline-block;
	width: calc(80% - 4px);
	vertical-align: middle;
}
.magenticity-store-loc  .msl-head-bar .msl-head-clear-search{
	display: inline-block;
	width: calc(20% - 4px);
	vertical-align: middle;
	text-align: right;
}
.magenticity-store-loc .msl-head-bar .msl-head-clear-search .tag{
	margin-bottom: 0;
	margin-right: 0;
}
.magenticity-store-loc  .msl-head-bar{
	padding-bottom: 10px;
	border-bottom: solid 1px #ddd;
	margin-bottom: 20px;
}
.magenticity-store-loc.store-loc-list .for-tag{
	margin-top: 15px;
}
@media (max-width:  991px) {
	.magenticity-store-loc .col-location-list{
		margin-bottom:15px;
	}
	.magenticity-store-loc .cols .col.col-location-list,
	.magenticity-store-loc .cols .col.col-location-map{
		width:100%;
		float: none;
	}
	.magenticity-store-loc .col-location-map .location-div-inner{
		margin-left:0px;
	}
	.magenticity-store-loc.location-div .location-div-inner{
		min-height: inherit;
	}
	.magenticity-store-loc .cols .col{
		width: 100%;
		float: none;
	}
	.magenticity-store-loc .cols .col .col-inner{
		height: 100%;
	}
	button.button {
		float: left;
	}
	.magenticity-store-loc .frm-grid{
		width: 40%;
	}
	.magenticity-store-loc .btn-grid{
		width: 20%;
	}
	.magenticity-store-loc.location-div .location-div-inner{
		height: auto;
		min-height: 100px;
	}
	.magenticity-store-loc.store-loc-detail .cols .col .col-inner{
		margin-bottom: 10px;
	}
}
@media(max-width: 767px){
	.magenticity-store-loc .location-div .location-div-inner{
		padding: 15px;
	}
	.magenticity-store-loc.store-loc-list #google-map{
		min-height: 417px;
	}
}

@media(max-width: 480px){
	.magenticity-store-loc .location-heading{
		padding-right: 10px;
	}
	.magenticity-store-loc .single-page-link.head-sub{
		position: static;
		-webkit-transform: translateY(0%);
		-moz-transform: translateY(0%);
		-ms-transform: translateY(0%);
		-o-transform: translateY(0%);
		transform: translateY(0%);
		text-align: center;
	}
	.magenticity-store-loc .location-heading{
		text-align: center;
	}
	.magenticity-store-loc a.store-loc-btn{
		float: none;
		margin-top: 10px;
	}
	.magenticity-store-loc.store-loc-list #google-map,.magenticity-store-loc #map,.magenticity-store-loc.store-loc-detail #google-map{
		min-height: 320px;
	}
	.magenticity-store-loc.location-div .location-div-inner{
		min-height: inherit;
		height: auto
	}
	.magenticity-store-loc .frm-grid{
		width: 100%;
		margin-bottom: 10px;
	}
	.magenticity-store-loc .btn-grid{
		width: 100%;
	}
	.magenticity-store-loc .btn-grid button{
		margin-top: 0;
	}
}
.location-div.for-tag {
	padding: 13px 13px 3px 18px;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
	border-radius: 15px;
	margin: 0 0 15px;
}
.magenticity-store-loc .for-tag .location-div{
	margin-bottom: 0;
}
.location-div.for-tag .tag-title{
	font-weight: 700;
}
.magenticity-store-loc.store-loc-list .tag-div{
	display: inline-block;
	vertical-align: top;
	position: relative
}
.magenticity-store-loc.store-loc-list .tag-div .clear-btn{
	position: absolute;
	right: 15px;
	z-index: 9;
	top: 6px;
}
.active-close .tag {
    padding-right: 35px;
}
.magenticity-store-loc .msl-head-clear-search .tag{
	background: #000;
	color: #fff;
	text-transform: capitalize;
	letter-spacing: normal;
	font-size: 13px;
}
.magenticity-store-loc .msl-head-clear-search .tag:hover{
	background: transparent;
	color: #000;
}
/* info window */
.magenticity-store-loc  .gm-style-iw + button{
	top: 2px !important;
	right: 2px !important;
	box-shadow: none;
}
/* .magenticity-store-loc .gm-style-iw > div{
width: 100%;
max-width: inherit !important;

} */
/* .magenticity-store-loc .gm-style-iw{
padding-top: 25px;
} */
.magenticity-store-loc .gm-style-iw h4{
	margin-top: 0;
}
@media(max-width: 480px){
	.magenticity-store-loc .msl-head-bar .msl-head-clear-search{
		width: 100%;
		margin-top: 10px;
	}
	.magenticity-store-loc .msl-head-bar .msl-head-title{
		width: 100%;
	}
}


/* Street View CSS */
.storelocator-index-single .google-map-street-view-main:before {
    content: '';
    display: block;
    clear: both;
}
.storelocator-index-single .google-map-street-view-section {
    margin: 15px 0;
    padding: 15px;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.storelocator-index-single .google-map-street-view-section .action-primary .btn-street-view {
    float: none;
    min-width: 160px;
    font-size: 14px;
    line-height: 18px;
}
.storelocator-index-single .google-map-street-view-section .action-toolbar {
    display: block;
    text-align: center;
    padding: 15px 0;
}
.storelocator-index-single .google-map-street-view-section .action-primary:hover {
    background: no-repeat;
    border: none;
}
.storelocator-index-single .google-map-street-view-section .google-map-street-view {
    border-radius: 10px;
}
.storelocator-index-single .google-map-street-view-section .action-primary .btn-street-view:hover {
    background: transparent;
    color: #000;
}
/* for walking msg hide */
.adp-warnbox {
    display: none;
}
div#google-map-street-view {
    display: none;
}
.no-street-view-available {
	display: none;
}
 .google-map-street-view-section {
    height: 100%;
    width: 100%;
}
div#google-map-street-view {
    height: 100%;
    width: 100%;
}