/**
 * Button
 */
/**
 * Remove color name product
 */
/**
 * Icomoon mixin
 */
/**
 * Footer 2 style
 */
.footer-style-2 {
  background-color: #111;
  color: #aaa;
}
.footer-style-2 a {
  color: #aaa;
}
/**
 * Footer top links
 */
.footer-top-links {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 40px;
  padding: 15px 0;
}
.footer-top-content {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.location-footer a {
  display: inline-block;
  padding: 5px 0 5px 25px;
  position: relative;
}
.location-footer a:before {
  position: absolute;
  top: -1px;
  left: 0;
  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: 20px;
}
.links-inline {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
}
.links-inline li {
  display: inline-block;
  vertical-align: top;
  margin: 0 25px 0 0;
}
.links-inline li a {
  display: block;
  padding: 5px 0;
}
.links-inline li:last-child {
  margin: 0;
}
/**
 * Block footer
 */
.block-footer .block-footer-title {
  font-size: 128.571%;
  position: relative;
  color: #fff;
  font-weight: 400;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.block-footer .block-footer-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.block-footer .block-footer-content ul li {
  margin-bottom: 10px;
}
.block-footer .block-footer-content ul li a {
  padding-left: 0;
}
.payment-footer {
  padding-top: 5px;
}
/**
 * Newsletter footer
 */
.newsletter-footer {
  margin-bottom: 30px;
}
.newsletter-footer .block-footer-content {
  max-width: 330px;
}
.newsletter-footer .newsletter-content {
  display: table;
  width: 100%;
  padding-top: 4px;
}
.newsletter-footer .input-box {
  display: table-cell;
  vertical-align: top;
  width: 100%;
}
.newsletter-footer #newsletter-footer {
  height: 44px;
  background-color: #fff;
  border: none;
  padding: 0 15px;
  color: #222;
  border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
}
.newsletter-footer .action-button {
  display: table-cell;
  vertical-align: top;
}
.newsletter-footer .action-button button {
  padding: 0 20px;
  height: 44px;
  line-height: 44px;
  text-transform: uppercase;
  border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
}
/**
 * Social
 */
.social-footer {
  padding-top: 5px;
}
.social-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.social-footer ul:after {
  content: "";
  display: block;
  clear: both;
}
.social-footer ul li {
  float: left;
  margin-right: 8px;
  margin-bottom: 8px;
}
.social-footer ul a {
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  background-color: #52555c;
  display: block;
  position: relative;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.footer-bottom {
  padding: 25px 0;
}
.copyright-footer {
  text-align: center;
}
.copyright-footer address {
  margin: 0;
}
/**
 * Responsive footer 2
 */
@media (max-width: 767px) {
  .links-inline {
    float: none;
  }
}
