.store-locator #store-locator-panel {
	height: auto;
	float: left;
	width: 40%;
	overflow: hidden;
}

.store-locator #store-locator-map .misc .distance {
	display: none;
}

.clear {
	clear: both;
}


/* FIXME */ 
.store-locator [id^="directionsButton-"]
{
   background-image: none !important; 
     background-repeat: none !important; 
     background-position: 0 !important ; 
     text-transform: uppercase;
}

.store-locator #store-locator-panel .store .fax {
	font-family: 'Roboto Regular';
	font-size: 16px;
	font-weight: 400;
	line-height: 31px;
	text-align: left;
	color: #005170;
	text-decoration: underline;
}

.store-locator #store-locator-panel .store .generalMessage {
	font-family: 'Roboto Regular';
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
	color: #54575A;
	font-style: italic;
}

.store-locator #store-locator-panel .store .storeDetailsUrl a {
	font-family: 'Montserrat Regular' !important;
	font-size: 15px !important;
	font-weight: 500 !important;
	line-height: 33px !important;
	color: #015C70 !important;
	text-decoration: none;
}

.store-locator #store-locator-panel .store .storeDetailsUrl .arrow {
	width: 17px;
	height: 17px;
	margin-left: 5px;
	margin-top: -1px;
}

ul.store-list {
	height: 700px;
	width: 100%;
	float: left;
	border-top: 1px solid #dbdbdb;
	overflow: scroll;
}

.store-locator #map {
	position: relative;
	overflow: hidden;
	height: 700px;
}

#map .store .title {
	color: #895F91;
	font-size: 17px;
	font-weight: 600;
	font-family: 'Montserrat Regular';
	text-decoration: none;
	line-height: 25px;
	width: 90%;
}

#map .store .address {
	font-size: 16px;
	color: #54575a;
	font-weight: 400;
	line-height: 24px;
	font-family: 'Roboto Regular';
}

#map .store a {
	font-family: 'Montserrat Regular' !important;
	font-size: 15px !important;
	font-weight: 500 !important;
	line-height: 33px !important;
	color: #015C70 !important;
	text-decoration: none;
}

.store-list .directions-icon {
	width: 19px;
	height: 19px;
	margin-left: 0px;
	margin-top: -5px;
}

.get-directions {
	background-color: #895F91;
}

.location-search .left-icon {
	position: absolute;
	width: 2.875rem;
	line-height: 2.375rem;
	text-align: center;
	pointer-events: none;
}

.location-search .pac-target-input {
	padding: 14px 47px;
	border: 1px solid #DBDBDB;
	border-radius: 10px;
	font-family: 'Roboto Italic';
	font-size: 15px;
	font-weight: 400;
	line-height: 18px;
	flex: 1;
}

.location-search .right-icon {
	position: absolute;
	width: 4.375rem;
	/* height: 2.375rem; */
	line-height: 2.375rem;
	text-align: center;
	pointer-events: none;
	right: 0;
}

/*Scrollbar of stores list*/
.scroll::-webkit-scrollbar {
	width: 0.5em;
}

.scroll::-webkit-scrollbar-thumb {
	border-radius: 5px;
	border: 5px solid #DBDBDB;
}

/*Fixes on Google Maps styling*/
.gm-ui-hover-effect {
	top: 6px !important;
	right: 0px !important;
}

.gm-iv-address-link a {
	color: #aecbfa !important;
	text-decoration: none !important;
	font-size: 11px !important;
	line-height: 0 !important;
}

.gm-style-cc a:hover, .gm-style-cc a {
	font-family: Roboto, Arial, sans-serif !important;
	color: rgb(255, 255, 255) !important;
	font-size: 10px !important;
	line-height: 14px !important;
}

.store-locator .location-search input {
	width: 60% !important;
	left: 20% !important;
}

.store-locator #store-locator-panel .store .mob-distance {
	position: absolute;
	top: 2em;
	left: -4.5em;
}

.store-locator #store-locator-panel .store .mob-distance .distance {
	font-size: 14px !important;
	line-height: 31px !important;
}

.store-locator ul li.store {
	background: url(/o/inviva-store-locator-portlet/images/store-arrow.png)
		no-repeat scroll 0 40px rgba(0, 0, 0, 0) !important;
	background-size: 15px 15px !important;
	background-position-y: 39px !important;
}

.store-locator #store-locator-panel li.store:hover {
	background-color: #F2F3F5 !important;
	cursor: pointer;
}

@media ( max-width : 1199px) {
	.store-locator {
		display: flex !important;
		flex-direction: column-reverse !important;
	}
	.store-locator #store-locator-panel {
		width: 100% !important;
	}
	.storelocator-panel {
		padding-top: 0 !important;
	}
}

@media ( min-width : 899px) and (max-width:1199px) {
	.store-locator #map {
		height: 400px;
	}
}

@media ( min-width : 699px) and (max-width:898px) {
	.store-locator #map {
		height: 350px;
	}
}

@media ( min-width : 499px) and (max-width:698px) {
	.store-locator #map {
		height: 350px;
	}
}

@media ( max-width : 498px) {
	.store-locator #map {
		height: 300px;
	}
}

@media ( min-width : 1200px) and (max-width:1400px) {
	.store-locator #store-locator-panel .store .title {
		font-size: 16px !important;
	}
	.store-locator #store-locator-panel .store .address {
		font-size: 14px !important;
	}
	.store-locator #store-locator-panel .store .get-directions {
		font-size: 14px !important;
	}
	.store-locator #store-locator-panel .store .distance {
		font-size: 16px !important;
	}
	.store-locator #store-locator-panel .store .storeDetailsUrl a {
		font-size: 14px !important;
	}
}

@media ( min-width : 1200px) and (max-width:1300px) {
	.get-directions {
		padding: 14px 2px !important;
	}
}

@media ( min-width : 1301px) and (max-width:1600px) {
	.get-directions {
		padding: 14px 12px !important;
	}
}

@media ( min-width : 1601px) {
	.get-directions {
		padding: 14px 26px !important;
		font-size: 14px !important;
		line-height: 17px !important;
	}
}

@media ( min-width : 576px) and (max-width:642px) {
	.get-directions {
		padding: 14px 2px !important;
	}
}

@media ( max-width : 575px) {
	.store-locator #store-locator-panel .store .title {
		font-size: 20px !important;
		line-height: 31px !important;
	}
	.store-locator #store-locator-panel .store .address {
		font-size: 16px !important;
		line-height: 27px !important;
	}
	.store-locator #store-locator-panel .store .generalMessage {
		font-size: 13px !important;
		line-height: 17px !important;
	}
	.store-locator #store-locator-panel .store .phone {
		line-height: 27px !important;
	}
	.store-locator #store-locator-panel .store .fax {
		line-height: 27px !important;
	}
	.store-locator #store-locator-panel .store .storeDetailsUrl a {
		font-size: 14px !important;
		line-height: 33px !important;
	}
	.store-locator #store-locator-panel .store .get-directions {
		padding: 14px 26px !important;
	}
	.store-locator #store-locator-panel .store {
		padding-top: 5px !important;
	}
	.store-locator ul li.store {
		background-position-y: 20px !important;
	}
	.store-locator .location-search input {
		width: 80% !important;
		left: 10% !important;
	}
	.store-locator ul {
		padding-left: 20px !important;
	}
}

.detailstitle {
	font-family: 'Montserrat Regular';
	font-size: 27px;
	font-weight: 500;
	line-height: 28px;
	text-align: left;
	color: #4B4D4F;
}

.communityDesc {
	font-family: 'Roboto Regular';
	font-size: 17px;
	font-style: italic;
	font-weight: 400;
	line-height: 31px;
	color: #4B4D4F;
}

.communityTitle {
	font-family: 'Roboto Regular';
	font-size: 17px;
	font-weight: 700;
	line-height: 31px;
	text-align: left;
	color: #4B4D4F;
}

.storeService {
	font-family: 'Roboto Regular';
	font-size: 16px;
	font-weight: 400;
	line-height: 27px;
	color: #54575A;
}

img.woosh-line.img-fluid {
	pointer-events: none;
}

.store-details #map {
	height: 885px;
}

@media ( max-width : 768px) {
	.store-details #map {
		height: 400px;
	}
	.store-details .generalMessage {
		font-size: 15px;
		line-height: 24px;
	}
}

::marker {
	color: #BD83CA;
}

.store-details .title {
	font-family: 'Montserrat Regular';
	font-size: 45px;
	font-weight: 500;
	line-height: 56px;
	color: #fff;
	width: fit-content;
}
@media ( min-width : 1200px) and (max-width:1400px) {
.store-details .title {
        font-size: 39px;
		line-height: 46px;
	}
}
@media ( min-width : 767px) and (max-width:992px) {
	.store-details .title {
		font-size: 32px;
		line-height: 46px;
	}
	.store-details .customContainer {
		padding-left: 3rem;
		padding-right: 1rem;
	}
	.store-details #map {
		height: 500px;
	}
}

@media ( min-width : 992px) and (max-width:1199px) {
	.store-details .title {
		font-size: 39px;
		line-height: 46px;
	}
	.store-details .customContainer {
		padding-left: 3rem;
		padding-right: 1rem;
	}
	.store-details #map {
		height: 550px;
	}
}

.store-details .title-bottom {
	border-bottom: 3px solid #BD83CA;
	width: 10%;
}

.store-details .address, .store-details .phone, .store-details .fax {
	font-family: Roboto Regular;
	font-size: 16px;
	font-weight: 400;
	line-height: 31px;
	color: #fff;
}

@media ( max-width : 767px) {
	.store-details #map {
		height: 300px;
	}
	.store-details .title {
		font-size: 27px;
		line-height: 46px;
	}
	.store-details .address, .store-details .fax {
		font-size: 15px;
		line-height: 24px;
	}
	.store-details .clinichours, .store-details .day, .store-details .time {
		font-size: 15px;
		line-height: 24px;
	}
	.store-details .phone {
		font-size: 20px;
		line-height: 40px;
	}
	.store-details .fax {
		font-size: 20px;
		line-height: 24px;
	}
	.store-details .get-directions1 {
		width: 100%;
		font-weight:500 !important;
	}
	 .detailstitle {
		font-size: 20px;
	}
	.communityTitle, .communityDesc {
		font-size: 16px;
	}
	.store-details .customContainer {
		border-bottom-left-radius: 25px;
		border-bottom-right-radius: 25px;
		padding-left: 3rem;
	}
	.store-details .title-bottom {
		width: 20%;
	}
}

.store-details .customContainer {
	background-color: #54575A;
	overflow: hidden;
}

.store-details .clinichours {
	font-family: 'Roboto Regular';
	font-size: 16px;
	font-weight: 700;
	line-height: 31px;
	color: #fff;
}

.store-details  .day {
	font-family: 'Roboto Regular';
	font-size: 16px;
	font-weight: 700;
	line-height: 29px;
	color: #fff;
}

.store-details .time {
	font-family: 'Roboto Regular';
	font-size: 16px;
	font-weight: 400;
	line-height: 29px;
	color: #fff;
}

.store-details {
	border-top: 1px solid #dbdbdb;
}

@media ( min-width :1200px) {
	.store-details {
		margin-left: -9rem;
		margin-right: -9rem;
	}
	.customContainer {
		padding-left: 12rem;
		padding-right: 2rem;
	}
}

.store-detailsicon {
	background:
		url(/o/inviva-store-locator-portlet/images/location-icon.svg)
		no-repeat scroll 0 40px rgba(0, 0, 0, 0) !important;
	/*background-size: 15px 15px !important;*/
	background-position-y: 39px !important;
}

.services-icon {
	background:
		url(/o/inviva-store-locator-portlet/images/servicesImage.svg)
		no-repeat scroll 0 30px rgba(0, 0, 0, 0) !important;
	background-size: 72px 72px !important;
}

.community-icon {
	background:
		url(/o/inviva-store-locator-portlet/images/communityMessageIcon.svg)
		no-repeat scroll 0 30px rgba(0, 0, 0, 0) !important;
	background-size: 72px 72px !important;
}


@media ( min-width :1200px) {
	.services-icon, .community-icon {
		margin-left:2.2rem;
	}
}
@media ( max-width :1199px) {
	.services-icon, .community-icon {
		background-position-x: 3rem !important;
		background-size: 60px 60px !important;
	}
}

@media ( max-width :767px) {
	.services-icon, .community-icon {
		background-size: 40px 40px !important;
		background-position-y:0.6rem !important;
	}
	
	.customContainer {
		padding-left: 3rem;
		padding-right: 1rem;
	}
}
@media (max-width:565px){
	.store-details .button-primary-md {
		width: 100%;
	}
}
.store-details .generalMessage {
	font-family: 'Roboto Regular';
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: #FFF;
	font-style: italic;
}

.store-details .woosh-line1
{
	position: absolute;
    transform: rotate(180deg);
    pointer-events:none;
}

@media (min-width:1750px) 
{
	.store-details .woosh-line1{top: 16rem;}
}

@media (min-width:1650px) and (max-width:1749px)
{
	.store-details .woosh-line1{top: 16rem;}
}
@media (min-width:1500px) and (max-width:1649px)
{
	.store-details .woosh-line1{top: 20rem;}
}
@media (min-width:1300px) and (max-width:1499px)
{
	.store-details .woosh-line1{top: 23rem;}
}
@media (min-width:1200px) and (max-width:1299px)
{
	.store-details .woosh-line1{top: 26rem;transform:rotate(165deg)}
}
@media (min-width:395px) and (max-width:500px){
.store-details .woosh-line1 {
   
    transform: rotate(-160deg);
   left: 0em;
    height: 32em;
    top: 14em;
}
}
@media (min-width:501px) and (max-width:767px){
.store-details .woosh-line1 {
   
    transform: rotate(-160deg);
   left: 0em;
    height: 30em;
    top: 9em;
}
}