/**
* 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 */
/* line 6, ../../../sass/modules/blocknewsletter/blocknewsletter.scss */
#columns #newsletter_block_left .success_inline, #columns #newsletter_block_left .warning_inline {
  text-align: left;
  padding: 1px 0 0 0;
  margin-bottom: -19px;
}
/* line 260, D:/www/prestashop/dev/new/leo_otis/themes/leo_otis/sass/mixins/_theme.scss */
.rtl #columns #newsletter_block_left .success_inline, .rtl #columns #newsletter_block_left .warning_inline {
  text-align: right;
}
/* line 11, ../../../sass/modules/blocknewsletter/blocknewsletter.scss */
#columns #newsletter_block_left .success_inline {
  color: #418B19;
}
/* line 14, ../../../sass/modules/blocknewsletter/blocknewsletter.scss */
#columns #newsletter_block_left .warning_inline {
  color: #f13340;
}

/* Block newsletter footer */
@media (min-width: 768px) {
  /* line 20, ../../../sass/modules/blocknewsletter/blocknewsletter.scss */
  #footer #newsletter_block_left {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-align-items: center;
    /* Safari 7.0+ */
    align-items: center;
  }
}
@media (max-width: 767px) {
  /* line 20, ../../../sass/modules/blocknewsletter/blocknewsletter.scss */
  #footer #newsletter_block_left {
    text-align: center;
    padding: 0 0 25px;
  }
}
/* line 29, ../../../sass/modules/blocknewsletter/blocknewsletter.scss */
#footer #newsletter_block_left form {
  position: relative;
}
/* line 30, ../../../sass/modules/blocknewsletter/blocknewsletter.scss */
#footer #newsletter_block_left form .form-group {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  display: -webkit-flex;
  /* Safari */
  display: flex;
  margin-bottom: 0;
}
/* line 35, ../../../sass/modules/blocknewsletter/blocknewsletter.scss */
#footer #newsletter_block_left form .form-group.form-error {
  border: 1px solid #a94442;
}
/* line 37, ../../../sass/modules/blocknewsletter/blocknewsletter.scss */
#footer #newsletter_block_left form .form-group.form-error input[type="text"] {
  color: #a94442;
}
/* line 41, ../../../sass/modules/blocknewsletter/blocknewsletter.scss */
#footer #newsletter_block_left form .form-group.form-ok {
  border: 1px solid #3c763d;
}
/* line 43, ../../../sass/modules/blocknewsletter/blocknewsletter.scss */
#footer #newsletter_block_left form .form-group.form-ok input[type="text"] {
  color: #3c763d;
}
/* line 49, ../../../sass/modules/blocknewsletter/blocknewsletter.scss */
#footer #newsletter_block_left form input[type="text"] {
  border: none;
  background: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 0 18px;
  height: 40px;
  line-height: 40px;
  color: #999999;
}
/* line 57, ../../../sass/modules/blocknewsletter/blocknewsletter.scss */
#footer #newsletter_block_left form input[type="text"]:hover, #footer #newsletter_block_left form input[type="text"]:active, #footer #newsletter_block_left form input[type="text"]:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 63, ../../../sass/modules/blocknewsletter/blocknewsletter.scss */
#footer #newsletter_block_left form .btn {
  background: #ffd049;
  color: #1f2f44;
  padding: 0 16px;
  height: 40px;
  line-height: 40px;
  border: none;
  font-size: 14px;
  font-weight: bold;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 74, ../../../sass/modules/blocknewsletter/blocknewsletter.scss */
#footer #newsletter_block_left form .btn:hover, #footer #newsletter_block_left form .btn:active, #footer #newsletter_block_left form .btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: white;
}
/* line 81, ../../../sass/modules/blocknewsletter/blocknewsletter.scss */
#footer #newsletter_block_left .warning_inline {
  color: #f13340;
  clear: both;
}
/* line 85, ../../../sass/modules/blocknewsletter/blocknewsletter.scss */
#footer #newsletter_block_left .success_inline {
  color: #418B19;
}
/* line 89, ../../../sass/modules/blocknewsletter/blocknewsletter.scss */
#footer .block_title {
  padding-top: 15px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  /* line 89, ../../../sass/modules/blocknewsletter/blocknewsletter.scss */
  #footer .block_title {
    padding-top: 0px;
    padding-bottom: 10px;
  }
}
/* line 96, ../../../sass/modules/blocknewsletter/blocknewsletter.scss */
#footer .block_title .title-block {
  font-size: 30px;
  color: white;
  font-weight: bold;
  margin-bottom: 0;
  border-bottom: none;
}
/* line 103, ../../../sass/modules/blocknewsletter/blocknewsletter.scss */
#footer .block_title .sub-title {
  font-size: 13px;
  color: #999999;
}
