/**
 * Button
 */
/**
 * Remove color name product
 */
/**
 * Icomoon mixin
 */
/**
 * Footer 1 style
 */
.footer-top {
  background-color: #222;
  padding: 28px 0 0;
}
.social-footer {
  margin-bottom: 28px;
}
.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: 0 10px 0 0;
}
.social-footer ul li a {
  color: #222;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  font-size: 18px;
  background-color: #fff;
  display: block;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.subcribe-footer-content {
  display: table;
  margin-bottom: 28px;
  width: 100%;
}
.subcribe-footer-content .subcribe-footer-title {
  white-space: nowrap;
  display: table-cell;
  vertical-align: top;
  padding-right: 45px;
  font-size: 128.571%;
  font-weight: 600;
  padding-top: 10px;
  color: #fff;
}
.subcribe-footer-content .block-subscribe-footer {
  display: table-cell;
  vertical-align: top;
  width: 100%;
}
.subcribe-footer-content .block-subscribe-footer .newsletter-content {
  display: table;
  width: 100%;
}
.subcribe-footer-content .block-subscribe-footer .input-box {
  display: table-cell;
  vertical-align: top;
  width: 100%;
}
.subcribe-footer-content .block-subscribe-footer .input-box #newsletter-footer {
  height: 44px;
  border: none;
  padding-left: 25px;
  color: #222;
  border-radius: 22px 0 0 22px;
  -moz-border-radius: 22px 0 0 22px;
  -webkit-border-radius: 22px 0 0 22px;
}
.subcribe-footer-content .block-subscribe-footer .action-button {
  display: table-cell;
  vertical-align: top;
}
.subcribe-footer-content .block-subscribe-footer .action-button button {
  text-transform: uppercase;
  height: 44px;
  line-height: 44px;
  padding: 0 25px 0 23px;
  font-weight: 600;
  border-radius: 0 22px 22px 0;
  -moz-border-radius: 0 22px 22px 0;
  -webkit-border-radius: 0 22px 22px 0;
}
.footer-middle {
  background-color: #fff;
  padding-top: 53px;
  padding-bottom: 15px;
}
.block-footer {
  margin-bottom: 40px;
}
.block-footer .block-footer-title {
  font-size: 128.571%;
  color: #222;
  font-weight: 600;
  margin-bottom: 17px;
}
.block-footer .block-footer-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.block-footer .block-footer-content ul li a {
  padding-left: 0;
  color: #666;
}
.block-footer .footer-contact ul li {
  min-height: 33px;
  color: #666;
  position: relative;
  padding-left: 38px;
}
.block-footer .footer-contact ul li:before {
  position: absolute;
  left: 0;
  top: -2px;
  color: #222;
}
.block-footer .footer-contact ul li.address {
  margin-bottom: 20px;
}
.block-footer .footer-contact ul li.address:before {
  top: 8px;
  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: 18px;
}
.block-footer .footer-contact ul li.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: 18px;
}
.block-footer .footer-contact ul li.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: 18px;
}
.block-footer .footer-contact ul li.time: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: 18px;
}
.footer-bottom {
  background-color: #fff;
  border-top: 1px solid #eee;
  padding: 30px 0;
}
.footer-bottom address {
  color: #666;
  margin: 7px 0 0;
  font-size: 92.857%;
}
.footer-bottom .footer-payments {
  text-align: right;
}
/**
 * Responsive footer 1
 */
@media (min-width: 1200px) {
  .block-info-footer {
    margin-left: -30px;
  }
  .block-service-footer {
    margin-left: -25px;
  }
}
@media (min-width: 1024px) {
  .layout-boxed .footer-top {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .block-info-footer {
    margin-left: -30px;
  }
  .block-service-footer {
    margin-left: -25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-bottom .footer-payments {
    text-align: unset;
    padding-top: 10px;
  }
  .social-footer {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .footer-bottom .footer-payments {
    text-align: unset;
    padding-top: 10px;
  }
  .social-footer {
    margin-bottom: 10px;
  }
  .subcribe-footer-content .subcribe-footer-title {
    display: block;
    white-space: normal;
  }
  .subcribe-footer-content .block-subscribe-footer {
    display: block;
    padding-top: 20px;
  }
}
