/**
 * Button
 */
/**
 * Remove color name product
 */
/**
 * Icomoon mixin
 */
/**
 * Footer 6 style
 */
.footer-style-5 {
  background-color: #222;
  color: #aaa;
}
.footer-style-5 a {
  color: #aaa;
}
.footer-top {
  padding: 73px 0 25px;
}
.block-footer {
  margin-bottom: 40px;
}
.block-footer .block-footer-title {
  font-size: 128.571%;
  position: relative;
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.block-footer .block-footer-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.block-footer .block-footer-content ul li {
  margin-bottom: 13px;
}
.footer-middle {
  padding: 30px 0 0;
  background-color: #1b1b1b;
}
.footer-middle .support-item {
  margin-bottom: 30px;
}
.footer-middle .support-item .support-icon {
  float: left;
  background-color: #fff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  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;
}
.footer-middle .support-item .support-info {
  margin-left: 80px;
  padding-top: 10px;
}
.footer-middle .support-item.address .support-icon: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: 20px;
}
.footer-middle .support-item.phone .support-icon: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: 20px;
}
.footer-middle .support-item.email .support-icon: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: 20px;
}
.footer-middle .support-item.time .support-icon:before {
  content: '\e932';
  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-bottom {
  padding: 50px 0;
}
.footer-bottom address {
  text-align: right;
  margin: 6px 0 0;
}
/**
 * Responsive footer 6
 */
@media (min-width: 1200px) {
  .grid-block-links .block-footer {
    float: left;
    width: 20%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .grid-block-links .block-footer {
    float: left;
    width: 20%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .grid-block-links .block-footer {
    float: left;
    width: 50%;
  }
  .footer-bottom address {
    text-align: unset;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .footer-bottom address {
    text-align: unset;
    margin-top: 15px;
  }
}
