/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/**
 * Product Item Selectors
 */
/***********************************************************************/
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/**/
/* RIGHT TO LEFT */
/** CHECKOUT BY STEP */
/*  
 * LAYOUT VARIABLES 
 */
#contact-link {
  float: left;
}
.rtl #contact-link {
  float: right;
}
#contact-link ul {
  margin: 0;
}
#contact-link ul li.login {
  background: none;
}
#contact-link ul li:before {
  display: none;
}
#contact-link ul li:hover .shop-phone span {
  color: black;
}
#contact-link .shop-phone span {
  color: white;
}
#contact-link .email {
  color: #999999;
}
#contact-link p {
  margin-bottom: 0;
}

#contact_block .label {
  display: none;
}
#contact_block .block_content {
  color: #888888;
}
#contact_block p {
  margin-bottom: 4px;
}
#contact_block p.tel {
  margin-bottom: 6px;
}
#contact_block p.tel i {
  font-size: 25px;
  vertical-align: -2px;
  padding-right: 10px;
}
.rtl #contact_block p.tel i {
  padding-left: 10px;
  padding-right: inherit;
}
