.shop-address:before {
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    content: "\f041";
    border-radius: 50%;
    background-color: #7e6257;
    height: 20px;
    width: 20px;
    color: #fff;
    font-size: 10px;
    text-align: center;
    line-height: 20px;
    padding: 5px 6px;
    margin-right: 5px;
}

.shop-phone:before {
	font-weight: 700;
    font-family: "Font Awesome 5 Free";
    content: "\f879";
    border-radius: 50%;
    background-color: #7e6257;
    height: 20px;
    width: 20px;
    color: #fff;
    font-size: 10px;
    text-align: center;
    line-height: 20px;
    padding: 5px;
    margin-right: 5px;
}  
  
.shop-email:before {
	font-weight: 700;
    font-family: "Font Awesome 5 Free";
    content: "\f0e0";
    border-radius: 50%;
    background-color: #7e6257;
    height: 20px;
    width: 20px;
    color: #fff;
    font-size: 10px;
    text-align: center;
    line-height: 20px;
    padding: 5px;
    margin-right: 5px;
}

.shop-hours:before {
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    content: "\f017";
    border-radius: 50%;
    background-color: #7e6257;
    height: 20px;
    width: 20px;
    color: #fff;
    font-size: 10px;
    text-align: center;
    line-height: 20px;
    padding: 5px;
    margin-right: 5px;
}