svg {
	width: 100%;
	height: 100%;
}

svg a {
	cursor: pointer;
}
svg path {
	cursor: pointer;
}

#logos {
	pointer-events: none;
}

#shops path,
#shops polygon,
#shops rect {
	
	transition: fill 0.2s;
}




/* Pakistan */
#Pakistan,
#Pakistan{
	fill: #0099cc;
	stroke: #0099cc;
	stroke-width: 0.5;
	
}

#Pakistan:hover{
	fill: #007aa3;
}

/* Afghanistan */
#Afganistan,
#Afganistan{
	fill: #0099cc;
	stroke: #0099cc;
	stroke-width: : 0.5;
	
}

#Afganistan:hover{
	fill: #007aa3;
}



/* Bangladesh */
#Bangladesh,
#Bangladesh{
	fill: #0099cc;
	stroke: #0099cc;
	stroke-width: : 0.5;
	
}

#Bangladesh:hover{
	fill: #007aa3;
}


/* Sri_Lanka */
#Sri_Lanka,
#Sri_Lanka{
	fill: #0099cc;
	stroke: #0099cc;
	stroke-width: : 0.5;
	
}

#Sri_Lanka:hover{
	fill: #007aa3;
}
/* India */
#India,
#India{
	
	fill: #0099cc;
	stroke: #0099cc;
	stroke-width: :0.5;
	
}

#India:hover{
	fill: #007aa3;
}
/* Nepal */
#Nepal,
#Nepal{
	
	fill: #0099cc;
	stroke: #0099cc;
	stroke-width: :0.5;
	
}

#Nepal:hover{
	fill: #007aa3;
}


/* Misc */
#misc polygon,
#misc rect,
#misc path {
	fill: #B06489;
	stroke: #fff;
	stroke-width: 0.5;
}

#misc polygon:hover,
#misc rect:hover,
#misc path:hover {
	fill: #963062;
}
