#container-footer {
  background-image: url("/assets/templates/main/images/backgrounds/bg-promotions.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#container-footer .inside-footer .main-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
#container-footer .inside-footer .main-footer .footer-copyright,
#container-footer .inside-footer .main-footer .footer-contact,
#container-footer .inside-footer .main-footer .footer-payment {
  text-align: center;
  width: 33.33%;
  margin: 0 10px;
}
#container-footer-navigation > .width-limiter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
#container-footer-navigation .width-limiter::before {
  background-color: #f8f8f8f8;
  content: '';
  position: absolute;
  left:50%;
  top: 0;
  transform: translateX(-50%);
  width: 1920px;
  height: 100%;
}
#container-footer #container-footer-navigation #footer-navigation,
#container-footer #container-footer-navigation .imarket-link {
  position: relative;
  width: 50%;
}
#container-footer #container-footer-navigation #footer-navigation ul {
  margin: 0;
  text-align: left;
}
#container-footer #container-footer-navigation .imarket-link {
  text-align: right;  
}
#container-footer .footer-phone-number a {
  text-decoration: none; 
}
@media all and (max-width: 800px) {
  #container-footer .inside-footer .main-footer,
  #container-footer-navigation > .width-limiter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  #container-footer .inside-footer .main-footer .footer-copyright,
  #container-footer .inside-footer .main-footer .footer-contact,
  #container-footer .inside-footer .main-footer .footer-payment,
  #container-footer #container-footer-navigation #footer-navigation,
  #container-footer #container-footer-navigation .imarket-link {
    width: 100%;
    margin: 0;
  }
  #container-footer #container-footer-navigation #footer-navigation ul,
  #container-footer #container-footer-navigation .imarket-link {
    text-align: center;
  }
}

/* End Content Pattern */
#newsletter-signup {
  padding: 30px 0px;
  margin-bottom: 0;
  background-color: #581012;
  background-image: none;
  border: none;
}
#newsletter-signup p {
  display: none;
}
.full-width #newsletter-signup .secondary-tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  background-color: transparent;
}
/* Content Pattern */
.full-width #newsletter-signup .secondary-tools-heading {
  margin-right: 20px;
  line-height: 50px;
}
#newsletter-signup .secondary-tools form {
  margin-bottom: 0;
  text-align: center;
}
@media all and (max-width: 570px) {
  #newsletter-signup .secondary-tools-heading {
    line-height: 22px;
  }
  #newsletter-signup .secondary-tools form input {
    max-width: 200px;
  }
}