<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.shop-phone {
  float: right;
  margin: 15px 0px 15px 0;
  border-right: 1px solid #dfdfdf;
  padding: 0 20px 0 15px;
}
@media (max-width: 991px) {
  .shop-phone {
    display: none;
  }
}
.shop-phone i {
  background: rgba(0, 0, 0, 0) url("../../../img/codezeel/call.png") no-repeat scroll 0 0;
  color: #808080;
  font-size: 21px;
  height: 20px;
  vertical-align: top;
  width: 20px;
}
.shop-phone i:before {
  display: none;
}
.shop-phone i:hover {
  color: #DC6039;
}
.shop-phone strong {
  color: whitesmoke;
  font-weight: normal;
  margin-left: 12px;
}
.shop-phone strong:hover {
  color: gray;
}

#contact-link {
  float: right;
  display: none;
  border-left: 1px solid #515151;
}
#contact-link a {
  display: block;
  color: gray;
  font-weight: bold;
  padding: 10px 10px 0;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  line-height: 18px;
}
@media (max-width: 480px) {
  #contact-link a {
    font-size: 11px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
#contact-link a:hover, #contact-link a.active {
  background: #2b2b2b;
}

@media (max-width: 767px) {
  #contact_block {
    margin-bottom: 20px;
  }
}
#contact_block .label {
  display: none;
}
#contact_block .block_content {
  color: whitesmoke;
}
#contact_block p {
  margin-bottom: 4px;
}
#contact_block p.tel {
  font: 400 17px/21px "Open Sans", sans-serif;
  color: #262626;
  margin-bottom: 6px;
}
#contact_block p.tel i {
  font-size: 25px;
  vertical-align: -2px;
  padding-right: 10px;
}
</pre></body></html>