/**

* 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 form {

  position: relative;

}
@media (min-width: 768px){
  #footer #newsletter_block_left form {

    max-width: 460px;
  }
}
#footer #newsletter_block_left form input[type="text"] {

  -webkit-border-radius: 5px;

  -moz-border-radius: 5px;

  -ms-border-radius: 5px;

  -o-border-radius: 5px;

  border-radius: 5px;

  color: #000;
  font-size: 14px;

}

#footer #newsletter_block_left form .btn {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  font-weight: 600;
  padding: 5px;
  box-shadow: 0px 1px 1px 1px rgba(118,118,118,1);
  border-radius: 10px;
  background: #fff;
  display: block;
  min-width: 160px;
}
#footer #newsletter_block_left form .btn span{
  position: relative;
  z-index: 1;
  height: 35px;
  border: 2px solid #162b53;
  margin: 0;
  border-radius: 10px;
  background: #f4f9fd;
  color: #1c1b4c;
  padding-left: 10px;
  width: auto;
  display: flex;
  align-items: center;
}
#footer #newsletter_block_left form .btn .fa-play{
  color: #fff;
  width: 20px;
  height: 20px;
  background: #05ae4b;
  border-radius: 100%;
  line-height: 20px;
  border: 1px solid #fff;
  box-shadow: 0px 0px 0px 2px rgba(22,43,83,1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 8px;
  position: absolute;
  right: 10px;
  top: 5px;
}
#footer #newsletter_block_left form .btn:hover span{
  background: #f37650;
  transition: all 0.5s ease-out 0s;
  color: #fff;
}
.rtl #footer #newsletter_block_left form .btn {

  left: 0;

  right: auto;

}

#footer #newsletter_block_left .warning_inline {

  color: #f13340;

  clear: both;

}

#footer #newsletter_block_left .success_inline {

  color: #418B19;

}

@media (max-width: 991px){
  #footer #newsletter_block_left form .btn{
    min-width: 130px;
  }
}
