<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*-----------------------*/
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/** CHECKOUT BY STEP */
#social_block.block {
  margin-bottom: 0;
}
#social_block .title_block {
  display: none;
}
#social_block ul li {
  display: inline-block;
  float: none !important;
  margin-right: 2px;
}
.rtl #social_block ul li {
  margin-left: 2px;
  margin-right: inherit;
}
#social_block ul li a:before {
  background-color: transparent;
}
#social_block ul li:hover a:before {
  -webkit-box-shadow: none;
  box-shadow: none;
}

#footer {
  background: #f9f9f9;
}
#footer .container {
  background: #f9f9f9;
  color: #999999;
}
#footer.footer-container .block .title_block {
  color: black;
}
#footer.footer-container .block .title_block:before {
  background-position: 0 -50px;
}
#footer.footer-container .block .title_block a {
  color: black;
}
#footer.footer-container .block .title_block a:hover {
  color: #ff3333;
}
#footer .ApImage img {
  margin-bottom: 30px;
}

.footer-left {
  border: none;
  min-height: inherit;
}
.footer-left .block {
  margin-bottom: 15px;
}

.footer-copyright {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top-color: #eeeeee;
  text-align: center;
}
.footer-copyright:before {
  position: absolute;
  content: "";
  top: -1px;
  height: 1px;
  min-width: 400px;
  background-color: #eeeeee;
  left: -400px;
}
.rtl .footer-copyright:before {
  right: -400px;
  left: auto;
}
.footer-copyright:after {
  background-color: #eeeeee;
}

#back-top a {
  background-color: #ededed;
}
</pre></body></html>