.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-bottom: 50px;
}
.footer-block .footer-block-title {
  font-size: 1.6rem;
  color: #111111;
  font-weight: 700;
  margin-bottom: 10px;
  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: #444;
}
.footer-block .footer-block-content.footer-app ul {
  display: flex;
  align-items: center;
}
.footer-block .footer-block-content.footer-app ul li {
  margin-left: 7px;
}
.footer-top {
  background: #f5f5f5;
}
.newsletter-footer {
  background: #111;
  margin-bottom: 70px;
  padding: 25px 0;
}
.newsletter-footer h3 {
  color: #fff;
  font-weight: 700;
  font-size: 3rem;
}
.newsletter-footer p {
  color: #fff;
  font-size: 1.4rem;
  color: #cccccc;
  margin: 0;
}
.block-subscribe-footer {
  margin-top: 6px;
}
.block-subscribe-footer .newsletter-content {
  display: flex;
}
.block-subscribe-footer .input-box {
  width: 100%;
}
.block-subscribe-footer #newsletter-footer {
  height: 50px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border: 0;
}
.block-subscribe-footer .action-button button {
  text-transform: uppercase;
  height: 50px;
  line-height: 50px;
  padding: 0 40px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background: #111111;
  font-weight: bold;
  border: 1px solid #fff !important;
  margin-left: 10px;
  font-size: 1.4rem;
}
.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 10px 5px 0;
}
.social-block-list ul li a {
  color: #111;
  background-color: #ffffff;
  font-size: 18px;
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 52px;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  padding: 0px;
}
.footer-bottom {
  background-color: #f5f5f5;
  text-align: center;
  padding: 0 0 35px;
}
/**
 * Boxed layout
 */
@media (max-width: 560px) {
  .block-subscribe-footer .action-button button {
    padding: 0 15px;
  }
}
