/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/** CHECKOUT BY STEP */
/**************** HOME-1 *************************/
.footer-left {
  text-align: center;
}

.logo-footer .image_description {
  margin-top: 20px;
}

.footer-container {
  font-size: 12px;
  /* Block newsletter footer */
}
.footer-container ul li a {
  line-height: 20px;
  color: #999999;
}
.footer-container .title_block a {
  color: white;
}
.footer-container .title_block a:hover {
  color: #f79c18;
}
.footer-container #newsletter_block_left form input[type="text"] {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #999999;
  padding: 6px 45px 6px 10px;
}
.rtl .footer-container #newsletter_block_left form input[type="text"] {
  padding: 6px 10px 6px 45px;
}
.footer-container #newsletter_block_left form .btn {
  color: #999999;
  bottom: 0;
}
.footer-container #newsletter_block_left .form-group {
  border-bottom: 1px solid #666;
}

#social_block {
  display: flex;
  justify-content: space-around;
}

@media (min-width: 768px) {
  .footer-container .ApColumn .block {
    text-align: center;
    margin-bottom: 20px;
  }
}
