.ul-nostyle {
  list-style: none;
  margin: 0;
  padding: 0;
}
/**
 * Button
 */
/**
 * Remove color name product
 */
/**
 * Icomoon mixin
 */
.page-footer {
  background-color: #fff;
}
.footer-head {
  padding: 25px 0;
  position: relative;
  background-color: #23334c;
}
.footer-head .newsletter-title {
  padding: 5px 0 5px 70px;
  color: #fff;
  font-weight: 700;
  background: url("../images/icon-newsletter-20.png") no-repeat left center;
}
.footer-head .newsletter-title .news-top {
  line-height: 1;
  font-size: 200%;
}
.footer-head .newsletter-title .news-bottom {
  line-height: 1;
  font-size: 130%;
}
.block-subscribe-footer {
  margin-top: 3px;
}
.block-subscribe-footer .newsletter-content,
.block-subscribe-footer .input-box {
  width: 100%;
}
.block-subscribe-footer .newsletter-content {
  position: relative;
}
.block-subscribe-footer .input-box input {
  border: none;
  height: 46px;
  padding-left: 15px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.block-subscribe-footer .action-button button {
  height: 36px;
  line-height: 36px;
  position: absolute;
  padding: 0 20px;
  text-transform: uppercase;
  font-weight: 600;
  top: 5px;
  right: 5px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.footer-top {
  padding-top: 50px;
  margin-bottom: 20px;
}
.footer-block {
  margin-bottom: 40px;
}
.footer-block .footer-block-title {
  font-size: 116.67%;
  position: relative;
  color: #524d5e;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.footer-block .footer-block-title:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
}
.footer-block .links-footer {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-block .links-footer li {
  margin: 0;
}
.footer-block .links-footer li a {
  display: table;
  padding: 6px 0;
}
.footer-block.footer-contact .contact-info {
  margin: 0;
  padding: 8px 0 0;
  list-style: none;
}
.footer-block.footer-contact .contact-info li {
  padding-left: 39px;
  position: relative;
  margin: 0;
  color: #444;
}
.footer-block.footer-contact .contact-info li:not(:last-child) {
  margin-bottom: 20px;
}
.footer-block.footer-contact .contact-info li:before {
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.footer-block.footer-contact .contact-info li.address:before {
  content: '\e90a';
  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: 20px;
}
.footer-block.footer-contact .contact-info li.email:before {
  content: '\e908';
  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;
}
.footer-block.footer-contact .contact-info li.phone:before {
  content: '\e967';
  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;
}
.footer-cat-social {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 35px;
}
.footer-cat-social .social-block-list ul {
  list-style: none;
  margin: -20px 0 40px;
  text-align: center;
  padding: 0;
}
.footer-cat-social .social-block-list ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 2px;
}
.footer-cat-social .social-block-list ul li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  color: #666;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.footer-cat-social .cat-footer-list {
  text-align: center;
}
.footer-cat-social .cat-footer-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-blog .blog-type-list {
  padding-top: 10px;
}
.footer-blog .blog-type-list .item {
  margin-bottom: 13px;
}
.footer-blog .blog-type-list .item::after {
  content: "";
  display: block !important;
  clear: both;
}
.footer-blog .blog-type-list .image-post {
  float: left;
  width: 70px;
}
.footer-blog .blog-type-list .info-post {
  margin-left: 80px;
}
.footer-blog .blog-type-list a.post-item-link {
  font-size: 107.69%;
  display: table;
  margin-bottom: 2px;
}
.footer-bottom .bottom-content {
  padding: 20px 0;
}
.footer-bottom address {
  margin: 4px 0 0;
}
.footer-bottom address a:hover {
  text-decoration: underline;
}
.footer-bottom small,
.footer-bottom .small {
  font-size: 100%;
}
.payment-footer {
  text-align: right;
}
.layout-boxed .newsletter-footer {
  padding-right: 20px;
}
.layout-boxed .footer-bottom {
  padding-left: 10px;
  padding-right: 10px;
}
.layout-boxed .footer-head,
.layout-boxed .footer-top,
.layout-boxed .footer-middle,
.layout-boxed .footer-bottom {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .footer-blog {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .footer-bottom .bottom-content {
    text-align: center;
  }
  .payment-footer {
    text-align: unset;
    padding-top: 10px;
  }
}
