.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-color: #333;
  color: #aaa;
  font-size: 107.69%;
}
.footer-bottom {
  background-color: #2c2c2c;
}
.footer-block {
  margin-bottom: 25px;
}
.footer-block .footer-block-title {
  font-size: 128.571%;
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
}
.store-footer {
  margin-bottom: 20px;
}
.store-footer img {
  margin-bottom: 20px;
  margin-top: 3px;
}
.footer-phone {
  margin-bottom: 25px;
}
.footer-phone a {
  font-size: 214.285%;
  font-weight: 700;
}
.footer-contact {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-contact li {
  margin-bottom: 20px;
}
.footer-block.block-map .map {
  line-height: 0;
  overflow: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.footer-block.block-map iframe {
  width: 100%;
  height: 290px;
}
.footer-block.social-footer {
  margin-bottom: 20px;
}
.social-footer .social-block-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.social-footer .social-block-list ul::after {
  content: "";
  display: block !important;
  clear: both;
}
.social-footer .social-block-list ul li {
  float: left;
  margin-right: 10px;
}
.social-footer .social-block-list ul li a {
  display: block;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.block-subscribe-footer .newsletter-content {
  display: flex;
}
.block-subscribe-footer .input-box {
  width: 100%;
}
.block-subscribe-footer #newsletter-footer {
  height: 50px;
  border: none;
  border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
}
.block-subscribe-footer .action-button button {
  text-transform: uppercase;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
}
.footer-bottom {
  padding: 26px 0 13px;
}
.ft-bottom-content::after {
  content: "";
  display: block !important;
  clear: both;
}
.footer-links-bottom {
  float: left;
}
.footer-links-bottom ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-links-bottom ul::after {
  content: "";
  display: block !important;
  clear: both;
}
.footer-links-bottom ul li {
  float: left;
  margin-right: 35px;
  text-transform: uppercase;
}
.footer-links-bottom a {
  color: #aaa;
}
.footer-copyright {
  float: right;
}
.footer-copyright a {
  color: #aaa;
}
.layout-boxed .footer-bottom,
.layout-boxed .page-footer {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1024px) {
  .footer-contact li {
    margin-bottom: 10px;
  }
  .footer-phone {
    margin-bottom: 15px;
  }
  .ft-bottom-content {
    text-align: center;
  }
  .footer-links-bottom {
    float: none;
  }
  .footer-links-bottom ul li {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  .footer-copyright {
    float: none;
  }
}
