.icon.search {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    width: 16px;
    height: 16px;
    border: 3.2px solid;
    border-radius: 100%;
    margin-left: -4px;
    margin-top: -10px
}

.icon.search::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px;
    width: 4px;
    height: 10px;
    background: currentColor;
    transform: rotate(-45deg);
    top: 8px;
    left: 10px
}

.footer-icon {
	display: inline-block;
	margin: 2px 12px 0 0;
	width: 18px;
	height: 18px;
}

.footer-icon.location {
	background-image:url('../images/icons/location.svg');
	background-size: cover; 
}

.footer-icon.phone {
	background-image:url('../images/icons/phone.svg');
	background-size: cover; 
}

.footer-icon.mail {
	background-image:url('../images/icons/mail.svg');
	background-size: cover; 
}

.social .footer-icon {
	display: inline-block;
	margin: 2px 12px 0 0;
	width: 35px;
	height: 35px;
}

.footer-icon.social-fb {
	background-image:url('../images/icons/social-fb.svg');
	background-size: cover; 
}

.footer-icon.social-is {
	background-image:url('../images/icons/social-is.svg');
	background-size: cover; 
}

.footer-icon.social-wa {
	background-image:url('../images/icons/social-wa.svg');
	background-size: cover; 
}