/*-----------------------*/
/**
* 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 */
#newsletter_block_left form .form-group {
  margin: 0;
  position: relative;
}
#newsletter_block_left form input[type="text"] {
  color: #999;
  height: 39px;
  width: 100%;
  display: table-cell;
  padding: 8px 20px;
  font-size: 13px;
  border: none;
  background-color: #363636;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-right: 10px;
}
.rtl #newsletter_block_left form input[type="text"] {
  margin-left: 10px;
  margin-right: inherit;
}
#newsletter_block_left form .btn {
  position: absolute;
  top: 0;
  padding: 12px 15px;
  background: transparent;
  border: none;
  color: white;
  right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.rtl #newsletter_block_left form .btn {
  left: 0;
  right: auto;
}
#newsletter_block_left form .btn:hover, #newsletter_block_left form .btn:focus {
  outline: none;
  color: #ba2c90;
}
#newsletter_block_left .warning_inline {
  color: #f13340;
  clear: both;
}
#newsletter_block_left .success_inline {
  color: #418B19;
}
#newsletter_block_left .new-des {
  margin: 6px 0 20px;
  line-height: 24px;
}
