#footer-wrapper {
  height: 100%;
  margin-left: 10%;
  margin-right: 10%;
  padding-top: 5px;
  padding-bottom: 5px;
}

#footer-big {
  min-height: 235px;
  border-top: 1px solid lightgray;
  border-bottom: 1px solid lightgray;
  background-color: #444444;
  color: lightgray;
  text-align: center;
}

#footer-big a, #footer-big label {
  font-size: 17px;
}

#footer-small a, #footer-small label {
  font-size: 17px;
}

#footer-small {
  height: 40px;
  background-color: #636363;
  text-align: center;
}

#footer-big-cont {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.footer-category {
  display: inline-block;
  color: white;
  margin-bottom: 10px;
  font-size: 20px !important;
  font-weight: 600;
}

.footer-category-expand {
  display: block;
  color: white;
  margin-bottom: 10px;
  font-size: 20px !important;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid lightgray;
}

#footer-contact, #footer-product, #footer-location, #footer-info, #footer-signup {
  display: inline-block;
  padding: 15px 25px;
  flex-shrink: 0;
}

.footer-contact-img {
  width: 0.8em;
  margin-right: 3px;
}

.footer-item-text {
  margin-left: 5px;
}

.footer-expand {
  display: none;
  width: 100%;
  margin-bottom: 20px;
}

.footer-expand-inner {
  width: fit-content;
  margin: 0 auto;
}

.expand-first {
  margin-top: 15px;
}

#footer-signup input {
  margin: 5px;
}

#footer-signup button {
  margin-left: 5px;
}

#newsletter-form {
  display: inline-block;
}

#newsletter-check, #popup-newsletter-check {
  display: none;
  vertical-align: bottom;
  margin-bottom: 3px;
  margin-left: 5px;
  width: 30px;
}

#signup-popup {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 125px;
  color: white;
  background-color: #607a97;
  box-shadow: 1px 1px 5px 0px #373737;
  text-align: center;
  padding: 10px;
  max-width: 400px;
}

#signup-popup input {
  width: 75%;
}

#signup-popup-close {
  float: right;
  cursor: pointer;
  font-weight: bold;
  font-size: 24px;
  margin-right: -5px;
  margin-top: -10px;
  padding-left: 5px;
  padding-right: 5px;
  background-color: darkgray;
}

#signup-popup-close:hover {
  background-color: lightgray;
}

#popup-newsletter-button {
  box-shadow: 1px 1px 5px 0px #262626;
}

#footer-social {
  display: none;
  padding: 15px 25px;
  flex-shrink: 0;
}

#footer-mid a {
  margin: 5px;
}

.footer-link {
  display: inline-block;
  color: lightgray;
  text-decoration: none;
  padding: 5px;
  margin-top: 5px;
}

.link-top {
  padding: 0px 5px 5px 5px;
  margin-top: 0;
}

.footer-link:hover {
  border-bottom: 1px solid gray;
}

#copyright {
  padding-top: 10px;
}

#copyright label {
  color: #efefef;
}


@media (max-width:1750px) {
  #footer-wrapper {
    margin-left: 5%;
    margin-right: 5%;
  }
}


@media (max-width:1250px) {
  #footer-wrapper {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (max-width:765px) {
  #footer-info, #footer-product, #footer-location, #footer-contact {
    display: none;
  }

  .footer-expand {
    display: block;
  }
}