.ul-nostyle {
  list-style: none;
  margin: 0;
  padding: 0;
}
/**
 * Button
 */
/**
 * Remove color name product
 */
/**
 * Icomoon mixin
 */
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.page-footer {
  background: #323232;
  color: #aaa;
}
.page-footer .footer-top {
  background: #222222;
  padding: 20px 0;
}
.page-footer .footer-top .footer-block {
  margin: 10px 0;
}
.page-footer .footer-top .footer-block .footer-block-title {
  margin-bottom: 5px;
}
.page-footer .footer-middle {
  padding-top: 40px;
}
.footer-block {
  margin: 0 0 35px;
}
.footer-block .footer-block-title {
  font-size: 1.4rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.footer-block ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-block ul li {
  margin: 0;
  padding: 0px 0 8px;
}
.footer-block ul li a {
  display: table;
  color: #aaa;
}
.footer-block ul li a:hover {
  color: #fff;
}
.footer-block .footer-block-content.footer-app ul {
  display: flex;
  align-items: center;
}
.footer-block .footer-block-content.footer-app ul li {
  margin-right: 8px;
  padding: 0;
}
.footer-block .footer-block-content.footer-app ul li:last-child {
  margin-right: 0;
}
.block-subscribe-footer {
  margin-top: 6px;
}
.block-subscribe-footer .newsletter-content {
  display: table;
  position: relative;
  margin-bottom: 0;
}
.block-subscribe-footer .input-box {
  width: 350px;
  display: table-cell;
}
.block-subscribe-footer #newsletter-footer {
  height: 48px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 0;
  color: #888888;
  background: #fff;
  font-size: 1.4rem;
}
.block-subscribe-footer .action-button {
  display: table-cell;
  vertical-align: top;
}
.block-subscribe-footer .action-button button {
  text-transform: uppercase;
  height: 48px;
  line-height: 48px;
  padding: 0 30px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: none;
  font-weight: bold;
  margin-left: 10px;
  font-size: 1.4rem;
  border: 1px solid #fff !important;
}
.social-block-list ul {
  display: inline-block;
  vertical-align: top;
  list-style: none;
  margin: 0;
  padding: 0;
}
.social-block-list ul::after {
  content: "";
  display: block !important;
  clear: both;
}
.social-block-list ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 15px 5px 0;
}
.social-block-list ul li a {
  color: #7e7e7e;
  background-color: none;
  font-size: 18px;
  display: block;
  text-align: center;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  padding: 0px;
}
.footer-bottom {
  text-align: center;
  border-top: 1px solid #464646;
  padding: 18px 0 12px;
  color: #cccccc;
}
.footer-bottom address a {
  color: #fff;
}
.footer-bottom address a:hover {
  text-decoration: underline;
}
/**
 * Boxed layout
 */
@media (min-width: 992px) {
  .footer-top .container .row {
    align-items: center !important;
  }
}
@media (max-width: 991px) {
  .footer-top .logo-ft {
    text-align: center;
    margin: 0 auto 30px;
    display: block;
  }
}
