.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);
  }
}
.footer-block {
  margin: 0 0 50px;
}
.footer-block .footer-block-title {
  font-size: 1.4rem;
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.footer-block ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-block ul li {
  margin: 0;
}
.footer-block ul li a {
  display: table;
  padding: 6px 0;
  color: #999999;
}
.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: 12px;
}
.footer-top {
  background: #000000;
  color: #999;
  padding: 50px 0 10px;
}
.newsletter-block p {
  margin: 6px 0 20px;
}
.block-subscribe-footer {
  margin-top: 6px;
}
.block-subscribe-footer .newsletter-content {
  display: flex;
  position: relative;
  margin-bottom: 25px;
}
.block-subscribe-footer .input-box {
  width: 100%;
}
.block-subscribe-footer #newsletter-footer {
  height: 60px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 0;
  color: #111;
}
.block-subscribe-footer .action-button button {
  text-transform: uppercase;
  height: 40px;
  width: 40px;
  line-height: 40px;
  padding: 0;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #f0f0f0;
  font-weight: bold;
  margin-left: 10px;
  font-size: 1.4rem;
  position: absolute;
  top: 10px;
  right: 10px;
}
.block-subscribe-footer .action-button button:before {
  content: '\e930';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 18px;
  color: #000;
}
.block-subscribe-footer .action-button button span {
  display: none;
}
.block-subscribe-footer .action-button button:hover:before {
  color: #fff;
}
.payment-footer,
address {
  text-align: center;
  margin: 10px 0 20px;
}
.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 {
  background-color: #000000;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 24px 0 14px;
}
.footer-bottom address {
  margin: 0px 0 10px;
  color: #999;
  text-align: left;
}
.footer-bottom address a {
  color: #999;
}
.footer-bottom address a:hover {
  color: #fff;
}
.footer-bottom .footer-link {
  text-align: right;
}
.footer-bottom .footer-link ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-bottom .footer-link ul::after {
  content: "";
  display: block !important;
  clear: both;
}
.footer-bottom .footer-link ul li {
  display: inline-block;
  margin-left: 12px;
}
.footer-bottom .footer-link ul li a {
  color: #999;
}
.footer-bottom .footer-link ul li a:hover {
  color: #fff;
}
/**
 * Boxed layout
 */
@media (max-width: 767px) {
  .footer-bottom .footer-link,
  .footer-bottom address {
    text-align: center;
  }
}
