<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*-----------------------*/
/**
* 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 {
  color: #999999;
  margin-bottom: 0;
  text-align: center;
}
#newsletter_block_left .title_block:before {
  left: 0;
  right: 0;
  margin: 0 auto;
}
#newsletter_block_left form {
  position: relative;
  width: 50%;
  margin: 40px auto 0;
}
#newsletter_block_left form .form-group {
  margin: 0;
}
#newsletter_block_left form input[type="text"] {
  color: #999999;
  height: 54px;
  width: 100%;
  display: table-cell;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: bold;
  border: none;
  background-color: #f5f5f5;
  -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;
}
#newsletter_block_left form .btn {
  position: absolute;
  top: 0;
  height: 54px;
  padding: 0 50px;
  background: #3f3f3f;
  font-weight: bold;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  right: 0;
}
.rtl #newsletter_block_left form .btn {
  left: 0;
  right: auto;
}
#newsletter_block_left form .btn:hover {
  background: #ff3333;
}
#newsletter_block_left .warning_inline {
  color: #f13340;
  clear: both;
}
#newsletter_block_left .success_inline {
  color: #418B19;
}
</pre></body></html>