/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/** CHECKOUT BY STEP */
/**************** FOOTER-2 *************************/
.footer-box {
  text-align: center;
  padding-top: 45px;
}
.footer-box .fa {
  font-size: 48px;
  color: #666;
  margin-bottom: 20px;
}
.footer-box p {
  margin: 0;
}

.footer-container #social_block {
  margin: 10px 0 50px;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 30px;
  text-align: center;
}
.footer-container .title_block {
  color: #333333;
}
.footer-container ul {
  padding: 0;
}
.footer-container ul li a {
  color: #666;
  line-height: 23px;
}

.footer-block-link {
  text-align: center;
  border-top: 1px solid #dfdfdf;
  padding-top: 30px;
}
.footer-block-link .block {
  margin: 0;
}
.footer-block-link .title_block {
  display: none;
}
.footer-block-link ul {
  display: inline-block !important;
  text-transform: uppercase;
  position: relative;
}
.footer-block-link ul li {
  padding: 0 10px;
  display: inline-block;
}
.footer-block-link ul li:after {
  content: "";
  background: #333;
  width: 1px;
  height: 11px;
  position: absolute;
  bottom: 7px;
  right: 0;
}
.rtl .footer-block-link ul li:after {
  left: 0;
  right: auto;
}
.footer-block-link .bullet li:last-child:after {
  background: transparent;
}

.copyright-footer {
  border-top: none;
  padding: 0 0 15px;
}
