.ul-nostyle {
  list-style: none;
  margin: 0;
  padding: 0;
}
/**
 * Button
 */
/**
 * Remove color name product
 */
/**
 * Icomoon mixin
 */
.page-footer {
  background-color: #000000;
  color: #999999;
}
.page-footer a {
  color: #999999;
}
.page-footer a:hover {
  color: #fff;
}
.page-footer .footer-top .top-content {
  margin: 0 5%;
}
.newsletter-footer {
  text-align: center;
  border-right: 1px solid #222;
}
.newsletter-footer p {
  font-size: 107.69%;
  margin-bottom: 20px;
}
.newsletter-footer .block-subscribe-footer .newsletter-content {
  position: relative;
  width: 300px;
  margin: 0 auto;
}
.newsletter-footer .block-subscribe-footer #newsletter-footer {
  height: 44px;
  padding: 0;
  border: none;
  background-color: #fff;
  color: #999999;
  font-size: 107.69%;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  margin: 0 0 10px;
  text-align: center;
}
.newsletter-footer .block-subscribe-footer .action-button button {
  background: none;
  color: #fff;
  width: 100%;
  font-size: 123.07%;
  height: 44px;
  line-height: 44px;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0px;
}
.newsletter-footer .block-subscribe-footer .action-button button:hover {
  border-color: #fff;
  background: #fff;
  color: #111;
}
.footer-block {
  padding: 55px 0 45px;
  text-align: center;
  border-left: 1px solid #222;
  height: 100%;
}
.footer-block .footer-block-title {
  font-size: 138.46%;
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.footer-block ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-block ul li {
  margin: 10px 0;
  font-size: 115.53%;
}
.footer-block ul li a {
  display: block;
}
.footer-bottom {
  padding: 38px 0 35px;
  border-top: 1px solid #222222;
  text-align: center;
}
.footer-bottom address {
  margin: 0;
}
.footer-bottom .payment-footer {
  text-align: center;
  margin-bottom: 15px;
}
/**
 * Boxed layout
 */
.layout-boxed .page-footer {
  margin: 0 -15px;
  padding: 0 15px;
}
@media (max-width: 1400px) {
  .page-footer .footer-top .top-content {
    margin: 0;
  }
  .footer-block {
    border: 0px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .newsletter-footer .block-subscribe-footer .newsletter-content {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .page-footer .footer-top .top-content {
    margin: 0 0 40px;
  }
  .footer-block {
    margin: 0;
    border: 0px !important;
    padding: 40px 0 0;
  }
}
