/**
* 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 .info-newletter {
  margin-bottom: 30px;
  line-height: 23px;
  display: inline-block;
}
#footer #newsletter_block_left form {
  width: 100%;
  position: relative;
}
#footer #newsletter_block_left form input[type="text"] {
  background: rgba(255, 255, 255, 0.05);
  border: none;
  color: #92725d;
  height: 40px;
  width: 75%;
  margin-right: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  float: left;
}
.rtl #footer #newsletter_block_left form input[type="text"] {
  margin-left: 5px;
  margin-right: inherit;
}
.rtl #footer #newsletter_block_left form input[type="text"] {
  float: right;
}
@media (max-width: 1199px) and (min-width: 1025px) {
  #footer #newsletter_block_left form input[type="text"] {
    width: 68%;
  }
}
@media (max-width: 1024px) {
  #footer #newsletter_block_left form input[type="text"] {
    width: 65%;
  }
}
#footer #newsletter_block_left form .btn {
  color: white;
  height: 40px;
  width: 60px;
  border: none;
  padding: 0;
  background: #923b01;
  background: -moz-linear-gradient(-45deg, #923b01 0%, #ad5f3d 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #923b01), color-stop(100%, #ad5f3d));
  background: -webkit-linear-gradient(-45deg, #923b01 0%, #ad5f3d 100%);
  background: -o-linear-gradient(-45deg, #923b01 0%, #ad5f3d 100%);
  background: -ms-linear-gradient(-45deg, #923b01 0%, #ad5f3d 100%);
  background: linear-gradient(-135deg, #923b01 0%, #ad5f3d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7375f0', endColorstr='#2fe7be', GradientType=1 );
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
#footer #newsletter_block_left form .btn .fa {
  font-size: 17px;
}
#footer #newsletter_block_left form .btn span {
  display: none;
}
#footer #newsletter_block_left .warning_inline {
  color: #f13340;
  clear: both;
}
#footer #newsletter_block_left .success_inline {
  color: #418B19;
}
