/**
* 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;
}
#columns #newsletter_block_left .title_block {
  font-size: 30px;
  padding: 30px 0 33px;
}
#columns #newsletter_block_left .block_content {
  padding: 19px 92px;
  text-align: center;
}
@media (max-width: 480px) {
  #columns #newsletter_block_left .block_content {
    padding: 0;
  }
}
#columns #newsletter_block_left .block_content .button_mini {
  background: transparent;
  padding: 2px 6px;
  position: relative;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#columns #newsletter_block_left .block_content .button_mini:before {
  content: "";
  height: 5px;
  width: 100%;
  background: #ec968e;
  position: absolute;
  bottom: 5px;
  left: 0;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.rtl #columns #newsletter_block_left .block_content .button_mini:before {
  right: 0;
  left: auto;
}
#columns #newsletter_block_left .block_content .button_mini span {
  position: relative;
  z-index: 9;
  text-transform: uppercase;
  font-family: "Playfair Display";
  font-weight: 700;
  color: black;
}
#columns #newsletter_block_left .block_content .button_mini:hover:before {
  height: 15px;
}
#columns #newsletter_block_left #newsletter-input {
  -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;
  border: none;
  border-bottom: 1px black solid;
  text-transform: uppercase;
  font-size: 12px;
  color: #999999;
  margin-bottom: 28px;
  text-align: center;
}

/* Block newsletter footer */
#footer #newsletter_block_left form {
  width: 300px;
  position: relative;
}
#footer #newsletter_block_left form input[type="text"] {
  background: #45474a;
  border-color: #45474a;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #aaa;
}
#footer #newsletter_block_left form .btn {
  position: absolute;
  right: 0;
  top: 0;
  background: none;
  border: none;
}
.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;
}
