.shop-phone {
  float: left;
  min-width: 150px;
  padding: 0;
  margin:6px auto 0;
  line-height: 15px; 
  /*border: 1px solid #cfcfcf;
  border-radius:4px;
  background:#eee;*/
  font-size: 16px;
  z-index:2!important
}
.shop-phone:hover {
  background:#fff;
  border: 0 none;
}

@media (max-width: 767px) {
  .shop-phone {
    display: none;
    /*float:left; 
    clear:none; 
    width:80%; 
    margin-top:-3em;	
    z-index:2!important*/
  } 
}
.shop-phone i {
  font-size: 18px;
  line-height: 17px;
  color: #26C502;
  padding-right: 7px;
  padding-left:7px;
  font-weight:700;
  vertical-align: -2px;
}
.shop-phone strong {
  font-size: 16px;
  font-weight:500;
  line-height: 13px; 
}
	  
/* @media (max-width: 991px) {
  .shop-phone.is_logged {
    display: none; float:left; clear:none; width:100%; margin-top:2em 
  } 
}*/

#blockcontact-phone .navbar-text {
  margin:5px 15px;
  line-height: 20px;
}

@media (max-width: 767px) {
  #contact_block {
    margin-bottom: 20px;
  }
}

#contact_block .label {
  display: none;
}

#contact_block .block_content {
  color: #888888;
}

#contact_block p {
  margin-bottom: 4px;
}

#contact_block p.tel {
  font-weight: 400;
  font-size: 17px;
  line-height: 21px;
  margin-bottom: 6px;
}

#contact_block p.tel i {
  font-size: 25px;
  vertical-align: -2px;
  padding-right: 10px;
}
