.shop-contact {
    display: block;
    float: left;
    font: 400 14px/29px 'Open Sans', sans-serif;
    color: #666;
    height: 45px;
    line-height:45px;
}

.shop-contact.first {
    padding-right: 40px;
}

@media (max-width: 479px) {
    .shop-contact {
        width: 100%;
    }
}

.shop-contact i {
    display: block;
    float: left;
    line-height: 50px;
    font-size: 18px;
    color: #424242;
    padding-right: 10px;
}

/*# sourceMappingURL=blockcontact.css.map */