.btn-address-icon{
	background:#FFFFFF;
	border:1px solid #D5D4D2;
	box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
}
.btn-address-icon:hover:not(:disabled),
.btn-address-icon:focus:not(:disabled) {
	border:1px solid #D5D4D2;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}
.btn-address-icon:disabled {
	background: rgba(0, 0, 0, 0.1);
	cursor: not-allowed;
}
.btn-address-icon img {
	width: 30px;
	height: 30px;
}

.address-icon {
	outline:none;
	margin:0px;
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: middle;
}
.address-icon-phone { background-position: -5px 0px; }
.address-icon-mail { background-position: -35px 0px; }
.address-icon-home { background-position: -65px 0px; }
.address-icon-magnifier { background-position: -5px -33px; }
.address-icon-bag { background-position: -35px -33px; }
.address-icon-folder { background-position: -65px -33px; }
.address-icon-desktop { background-position: -5px -66px; }
.address-icon-feed { background-position: -35px -66px; }
.address-icon-heart { background-position: -65px -66px; }

.address-icon-selected {
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3) !important;
}
