/******************************************************
 * @package Ves Theme Framework for Magento
 * @version 1.0
 * @author http://www.venustheme.com
 * @copyright Copyright (C) Augus 2013 Venustheme.com <@emai:venustheme@gmail.com>.All rights reserved.
 * @license   GNU General Public License version 2
*******************************************************/
/* RIGHT TO LEFT */
.shop-phone {
  float: right;
  color: #666666;
  margin-right: 10px;
  font: 12px/40px "RockwellRegular", Arial, Helvetica, sans-serif;
}
.rtl .shop-phone {
  float: left;
}
.rtl .shop-phone {
  margin-left: 10px;
  margin-right: inherit;
}
@media (max-width: 767px) {
  .shop-phone {
    display: none;
  }
}
.shop-phone i {
  float: right;
  color: #FFF;
  background: #c1c1c1;
  width: 20px;
  height: 19px;
  margin: 10px 5px 0;
  text-align: center;
  line-height: 20px;
  font-size: 9px;
  line-height: 19px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}
.rtl .shop-phone i {
  float: left;
}
.shop-phone strong {
  color: #666666;
}

#contact-link {
  float: right;
  line-height: 39px;
  margin-bottom: 0px;
}
.rtl #contact-link {
  float: left;
}
@media (max-width: 479px) {
  #contact-link {
    text-align: center;
  }
}
#contact-link a {
  color: #666666;
  padding: 0px 9px 0px 6px;
  cursor: pointer;
  text-shadow: none;
  font: 12px "RockwellRegular", Arial, Helvetica, sans-serif;
}
.rtl #contact-link a {
  padding: 0px 6px 0px 9px;
}
@media (max-width: 479px) {
  #contact-link a {
    font-size: 11px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
#contact-link a:hover, #contact-link a.active {
  color: #e43228;
}
#contact-link a:hover .icon, #contact-link a.active .icon {
  background: #e43228;
}
#contact-link a .icon {
  float: left;
  color: #FFF;
  background: #c1c1c1;
  width: 20px;
  height: 19px;
  margin: 10px 0 0;
  text-align: center;
  line-height: 20px;
  font-size: 9px;
  line-height: 19px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}

@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: 400 17px/21px "RockwellRegular", Arial, Helvetica, sans-serif;
  color: black;
  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;
}
