.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: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}
.footer-top {
  padding: 50px 0;
}
.menu-footer {
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 7px 0 0;
}
.menu-footer li {
  display: inline-block;
  vertical-align: top;
  margin: 0 15px;
}
.menu-footer li a {
  display: block;
  padding: 10px 0;
  font-size: 107.69%;
}
.block-subscribe-footer .newsletter-content {
  position: relative;
}
.block-subscribe-footer #newsletter-footer {
  height: 50px;
  padding-right: 60px;
  padding-left: 15px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.block-subscribe-footer .action-button button {
  background: none !important;
  color: #444 !important;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -o-box-shadow: none !important;
}
.block-subscribe-footer .action-button button:before {
  content: '\e955';
  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: 24px;
}
.block-subscribe-footer .action-button button span {
  display: none;
}
.ft-bottom-content {
  border-top: 1px solid #e5e5e5;
  padding-top: 30px;
  padding-bottom: 15px;
}
.ft-bottom-content .social-block-list ul {
  font-size: 0;
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ft-bottom-content .social-block-list ul li {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  font-size: 16px;
}
.ft-bottom-content .social-block-list ul li a {
  display: block;
  width: 44px;
  height: 44px;
  line-height: 42px;
  border: 1px solid #e5e5e5;
  color: #888;
  text-align: center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.cms-index-index .page-footer {
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -o-box-shadow: none !important;
}
/**
 * Layout boxed
 */
.layout-boxed .page-footer,
.layout-boxed .footer-bottom,
.layout-boxed .footer-top {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1200px) {
  .footer-top {
    text-align: center;
    padding-bottom: 35px;
  }
  .footer-top .block-subscribe-footer {
    max-width: 800px;
    margin: 20px auto 0;
  }
  .footer-top .logo-container {
    margin-bottom: 10px;
  }
  .footer-bottom {
    text-align: center;
  }
  .ft-bottom-content .social-block-list ul {
    float: none;
    padding: 10px 0 0;
  }
}
