/* ------- FONTS ------- */
/* ------- BORDERS ------- */
/* ------- BACKGROUNDS ------- */
/* ------- COLORS ------- */
/* ------- Indents ------- */
/* ------- Product Elements ------- */
/* ------- Buttons ------- */
/* ------- Buttons +/- ------ */
/* ------- Button Small ------- */
/* ------- Button exclusive-medium ------- */
/* ------- My Account List bg ------- */
/* ------- Product Listing ------- */
/* ------- Grid/List vars ------- */
/* ------- Pagination vars ------- */
/* ------- Product Info ------- */
/* ------- Cart Steps ------- */
/* ------- sub heading (h2,h3) define ------- */
/* ------- Image vars ------- */
/* Block newsletter */

.newsletter-alert.alert {
  z-index: 999;
  position: fixed;
}

#columns #newsletter_block_left .form-group {
  margin-bottom: 0; }
  #columns #newsletter_block_left .form-group .form-control {
    max-width: 222px;
    display: inline-block;
    margin-right: 6px; }
    @media (min-width: 768px) and (max-width: 1199px) {
      #columns #newsletter_block_left .form-group .form-control {
        margin-bottom: 10px;
        margin-right: 0; } }
#columns #newsletter_block_left .success_inline, #columns #newsletter_block_left .warning_inline {
  text-align: left;
  padding: 1px 0 0 0;
  margin-bottom: -19px; }
#columns #newsletter_block_left .success_inline {
  color: #418B19; }
#columns #newsletter_block_left .warning_inline {
  color: #f13340; }

/* Block newsletter footer */
#footer #newsletter_block_left, #footer .socials {
  overflow: hidden;
  /*width: 100%;*/
  float: left;
  padding: 13px 15px 7px 15px;
  margin: 30px 0px; }
.term-and-conditionlabel a {
    text-decoration: underline;
}
.term-and-conditionlabel, .term-and-conditionlabel a {
    font: normal 16px/21px figtree;
    color: #ffffff;
    margin-bottom: -5px
}
  @media (max-width: 767px) {
    #footer #newsletter_block_left, #footer .socials {
      width: 100%;
      margin: 5px 0; } 
    #footer .socials {
      justify-content: center;
      padding: 0;
    }
    }
  #footer #newsletter_block_left .news-letter-label {
    background: none;
    padding-right: 32px;
    border: none;
    font: normal 20px/28px figtree;
    letter-spacing: 0px;
    color: #ffffff;
    margin-bottom: 0px;
    text-transform: uppercase;}
    #footer #newsletter_block_left h4:after {
      display: none; }
  #footer #newsletter_block_left .block_content {
    overflow: hidden; }
  #footer #newsletter_block_left .form-group {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0; }
    #footer #newsletter_block_left .form-group .form-control {
        width: 256px;
        height: 41px;
        line-height: 30px;
        max-width: 267px;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        border-radius: 4px 0 0 4px;
        font: normal 16px/21px figtree;
        color: #000000;
        padding: 5px 12px;
        display: inline-block; }
      #footer #newsletter_block_left .form-group .form-control:focus {
        -moz-box-shadow: black 0 0 0;
        -webkit-box-shadow: black 0 0 0;
        box-shadow: black 0 0 0; }
    #footer #newsletter_block_left .form-group .button-small {
        border: none;
        text-align: center;
        padding: 8px;
        background: #ffac06 0% 0% no-repeat padding-box;
        border-radius: 0 4px 4px 0;
        width: 55px;
        height: 41px;
        font: normal 20px/27px figtree;
        color: #ffffff;
        text-transform: uppercase;
        /*margin-left: 15px;*/
        margin-right: 25px; }
  #footer #newsletter_block_left .warning_inline {
    display: block;
    color: #f13340;
    font-size: 13px;
    line-height: 26px;
    clear: both; }
    @media (min-width: 1200px) {
      #footer #newsletter_block_left .warning_inline {
        display: inline-block;
        position: relative;
        top: -35px;
        margin-bottom: -35px;
        left: 15px;
        clear: none; } }
  #footer #newsletter_block_left .newsletter-input {
    max-width: 300px !important; }

    #term_and_condition {
        width: 25px !important;
        height: 29px !important;
        background: #ffffff 0% 0% no-repeat padding-box;
        border-radius: 4px;
        margin-right: 10px;
    }

    /*Block social*/

    #footer .socials {
      height: 61px;
      display: flex;
      align-items: center;
    }

    #footer .socials img {
      width: 25px;
      height: auto;
      margin: 0 10px;
    }