#newsletter_block_left .promo-text {
  margin-top: 15px;
  display: block;
  font-size: 80%; }
#newsletter_block_left .form-group {
  margin-bottom: 0;
  position: relative; }
  #newsletter_block_left .form-group .form-control {
    height: 45px;
    width: 100%;
    max-width: 100%;
    background-image: none !important; }
  #newsletter_block_left .form-group .button-small {
    position: absolute;
    right: 5px;
    top: 5px;
    border: none;
    background: none !important;
    border: none !important;
    padding: 8px;
    text-shadow: none;
    line-height: 20px;
    outline: none !important; }
    #newsletter_block_left .form-group .button-small:before {
      content: "\e918";
      font-family: "shoplyicons";
      font-size: 22px; }
    #newsletter_block_left .form-group .button-small span {
      display: none; }
#newsletter_block_left .warning_inline {
  display: block;
  color: #f13340;
  font-size: 13px;
  line-height: 26px;
  clear: both; }
  @media (min-width: 1320px) {
    #newsletter_block_left .warning_inline {
      display: inline-block;
      position: relative;
      top: -35px;
      margin-bottom: -35px;
      left: 15px;
      clear: none; } }

.newsletter-close {
  cursor: pointer;
  float: right;
  font-size: 18px; }
