/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/** CHECKOUT BY STEP */
/* Block newsletter */
#columns #newsletter_block_left .success_inline, #columns #newsletter_block_left .warning_inline {
  text-align: left;
  padding: 1px 0 0 0;
  margin-bottom: -19px;
}
.rtl #columns #newsletter_block_left .success_inline, .rtl #columns #newsletter_block_left .warning_inline {
  text-align: right;
}
#columns #newsletter_block_left .success_inline {
  color: #418B19;
}
#columns #newsletter_block_left .warning_inline {
  color: #f13340;
}

/* Block newsletter footer */
#footer #newsletter_block_left {
  text-align: center;
}
#footer #newsletter_block_left form {
  position: relative;
  margin: 0 auto;
}
#footer #newsletter_block_left form input[type="text"] {
  border-color: #bababa;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #aaa;
  width: 100%;
  height: 42px;
  margin-top: 18px;
  position: absolute;
  background: transparent;
  border: 1px solid #e4e4e4;
  padding: 6px 130px 6px 15px;
}
#footer #newsletter_block_left form .btn {
  position: absolute;
  top: 18px;
  border: none;
  background: #333333;
  color: #fff;
  font-family: "Work Sans", sans-serif;
  padding: 12px 35px;
  font-weight: 600;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  float: right;
  right: 0;
}
.rtl #footer #newsletter_block_left form .btn {
  float: left;
}
.rtl #footer #newsletter_block_left form .btn {
  left: 0;
  right: auto;
}
#footer #newsletter_block_left form .btn:hover {
  background: #e36c80;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
#footer #newsletter_block_left .warning_inline {
  color: #f13340;
  clear: both;
}
#footer #newsletter_block_left .success_inline {
  color: #418B19;
}
#footer #newsletter_block_left .form-group {
  margin: 0;
}
#footer #newsletter_block_left .title_block {
  color: #333333;
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 22px;
}
#footer #newsletter_block_left .sub_title {
  text-transform: none;
  font-size: 14px;
  color: #666;
  text-align: center;
  font-weight: 400;
}
#footer #newsletter_block_left .title_block::before {
  display: none;
}
#footer #newsletter_block_left .title_block::after {
  display: none;
}
#footer #newsletter_block_left .form-group.form-error .inputNew {
  border: 1px solid #f13340;
  color: #f13340;
  background-image: url(../../../img/icon/form-error.png);
  background-repeat: no-repeat;
  background-position: 70%;
}
