/**
 * Button
 */
/**
 * Remove color name product
 */
/**
 * Icomoon mixin
 */
/**
 * Footer 3 style
 */
.footer-style-3 {
  background-color: #292934;
  color: #aaa;
}
.footer-style-3 a {
  color: #aaa;
}
.footer-top {
  padding: 50px 0 20px;
}
/**
 * Block links
 */
.block-footer {
  margin-bottom: 30px;
}
.block-footer .block-footer-title {
  color: #fff;
  font-weight: 700;
  font-size: 128.571%;
  margin-bottom: 15px;
}
.block-footer.block-links .block-footer-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.block-footer.block-links .block-footer-content ul li a {
  padding-left: 0;
  position: relative;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.block-footer.block-links .block-footer-content ul li a:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: #aaa;
  position: absolute;
  left: -15px;
  top: 6px;
  opacity: 0;
  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;
}
.block-footer.block-links .block-footer-content ul li a:hover {
  padding-left: 10px;
}
.block-footer.block-links .block-footer-content ul li a:hover:before {
  left: 0;
  opacity: 1;
}
/**
 * Block newsletter
 */
.sub-footer {
  margin-bottom: 25px;
}
.block-subscribe-footer {
  padding-top: 5px;
}
.block-subscribe-footer .newsletter-content {
  position: relative;
}
.block-subscribe-footer .input-box #newsletter-footer {
  height: 54px;
  border: none !important;
  background-color: #fff;
  padding: 0 70px 0 20px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
.block-subscribe-footer .action-button button {
  background: none !important;
  width: 60px;
  text-align: center;
  height: 54px;
  line-height: 54px;
  color: #222 !important;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
}
.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;
}
/**
 * Social footer
 */
.block-social-footer .block-footer-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.block-social-footer .block-footer-content ul:after {
  content: "";
  display: block;
  clear: both;
}
.block-social-footer .block-footer-content ul li {
  float: left;
  margin-right: 6px;
}
.block-social-footer .block-footer-content ul li a {
  background-color: #fff;
  color: #222;
  display: block;
  width: 54px;
  height: 54px;
  text-align: center;
  line-height: 54px;
  font-size: 18px;
  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;
}
/**
 * Footer support
 */
.footer-support {
  background-color: #3b3b4a;
  padding: 40px 0 10px;
}
.footer-support .item-support {
  padding-left: 79px;
  margin-bottom: 30px;
  position: relative;
}
.footer-support .item-support:before {
  display: block;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
.footer-support .item-phone:before {
  content: '\e94b';
  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: 30px;
}
.footer-support .item-email:before {
  content: '\e944';
  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: 30px;
}
.footer-support .item-chat:before {
  content: '\e93e';
  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: 30px;
}
.footer-support .item-location:before {
  content: '\e945';
  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: 30px;
}
.footer-support .support-title {
  font-size: 114.285%;
  color: #fff;
  font-weight: 700;
  margin-bottom: 2px;
  padding-top: 4px;
}
.footer-support .support-text {
  font-size: 128.571%;
}
/**
 * Footer tags
 */
.footer-tags {
  padding: 50px 0 20px;
}
.block-tags ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.block-tags ul:after {
  content: "";
  display: block;
  clear: both;
}
.block-tags ul li {
  float: left;
  margin-right: 7px;
  margin-bottom: 7px;
}
.block-tags ul li a {
  display: block;
  font-size: 92.857%;
  background-color: #3b3b4a;
  padding: 7px 15px;
  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 bottom
 */
.footer-bottom {
  background-color: #fff;
  padding: 20px 0;
  color: #666;
}
.footer-bottom .footer-payments {
  text-align: right;
}
.footer-bottom address {
  margin: 6px 0 0;
}
/**
 * Responsive footer 1
 */
@media (min-width: 768px) and (max-width: 991px) {
  .footer-bottom address {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .footer-bottom .footer-payments {
    text-align: unset;
  }
}
@media (max-width: 767px) {
  .footer-bottom address {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .footer-bottom .footer-payments {
    text-align: unset;
  }
}
