/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/**
 * Product Item Selectors
 */
/***********************************************************************/
/* Button */
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/** CHECKOUT BY STEP */
/*  
 * LAYOUT VARIABLES 
 */
.custom_slide a:first-child img {
  margin-bottom: 20px;
}

.top-margin {
  margin-top: 50px;
}

.contact-footer {
  background-image: url("../img/bg_contact.png");
  background-repeat: no-repeat;
  background-position: 0 40px;
}

.block_content .contact-us {
  margin-bottom: 30px;
}
.block_content .contact-us li {
  line-height: 32px;
  color: #999999;
}
.block_content .contact-us li em {
  display: inline-block;
  font-size: 16px;
  margin-right: 3px;
  text-align: center;
}
.rtl .block_content .contact-us li em {
  margin-left: 3px;
  margin-right: inherit;
}
.block_content .contact-us li:hover em {
  color: #ccc;
}
#footer .block_content .contact-us li {
  padding: 0;
}
.block_content .payment-link img {
  margin: 5px 5px 0 0;
}

.widget-html .content_brands_address {
  background: url("../img/map.png") no-repeat;
}

.block .nav-pills > li.active > a {
  position: relative;
}
.block .nav-pills > li.active > a:before {
  content: "\f0d7";
  position: absolute;
  bottom: -7px;
  height: 10px;
  line-height: 10px;
  right: 50%;
  margin-right: -4px;
  font-family: "FontAwesome";
  color: #428bca;
  font-size: 19px;
  z-index: 9;
}
.block .panel-group {
  margin-bottom: 0;
}

/* HTML Img */
/* Manufacture */
.widget-manufacture .block_content {
  border: 1px solid #e0e0e0;
  padding: 0 20px;
}

/* nomargin-special */
.nopadding-special {
  padding: 0;
}

/* footer-top-text */
.footer-top-text {
  text-align: center;
  font-size: 15px;
  color: #222222;
  margin-top: 10px;
}
.footer-top-text .get-off {
  font-size: 49px;
  font-weight: 700;
}

.payment-link a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
