body.widget-snippet   .wc-snippet-header-contact {
  padding: 40px;
}
body.widget-snippet   .header .wc-snippet-header-contact {
    text-align: left;
}

.header .wc-snippet-header-contact {
    text-align: right;
}
.wc-snippet-header-contact i {
    color: #0086be;
    font-size: 25px;
    padding-right: 2px;
    position: relative;
    top: 4px;
}
.wc-snippet-header-contact a {
  color: #000000;
  font-size: 22px;
  transition: all 0.6s ease 0s;
}
.wc-snippet-header-contact a:hover,.wc-snippet-header-contact a:focus {
  color:#0086be;
  text-decoration: none;
}
