/**
 * 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 
 */
.shop-phone {
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
}

@media (max-width: 767px) {
  .shop-phone {
    display: none;
  }
}

.shop-phone strong {
  color: #fff;
  font-weight: normal;
  font: 15px Arial, Raleway, sans-serif !important;
}

#contact-link {
  float: left;
}

.rtl #contact-link {
  float: right;
}

@media (max-width: 479px) {
  #contact-link {
    width: 25%;
    text-align: center;
  }
}

#contact-link .links a {
  color: #b9c1c7 !important;
}

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

#contact_block .label {
  display: none;
}

#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;
}