/**
 * Button
 */
/**
 * Remove color name product
 */
/**
 * Icomoon mixin
 */
.order-status,
.order-date {
  color: #fff;
}
.footer-top {
  background: #000e29;
  color: #fff;
  padding: 45px 0 30px;
}
.footer-top .socials-wrap .title-follow {
  font-size: 115%;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  margin-bottom: 15px;
}
.footer-top .socials-wrap ul {
  display: flex;
  margin: 0;
  padding: 0;
}
.footer-top .socials-wrap ul li {
  margin-right: 8px;
  list-style: none;
}
.footer-top .socials-wrap ul li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  font-size: 16px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
}
.footer-top .socials-wrap ul li a .name-social {
  display: none;
}
.footer-top .about-footer {
  margin: 20px 0 25px;
}
.footer-block {
  margin: 30px 0;
}
.footer-block .footer-block-title {
  font-size: 115%;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}
.footer-block .footer-block-content ul {
  margin: 0;
  padding: 0;
}
.footer-block .footer-block-content ul li {
  margin-bottom: 12px;
  list-style: none;
}
.footer-block .footer-block-content ul li a {
  position: relative;
  padding-left: 0;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  color: #fff;
}
.footer-block .footer-block-instagram ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.footer-block .footer-block-instagram ul li {
  margin: 0 20px 20px 0;
  max-width: 100px;
}
.footer-block .footer-block-instagram ul li img:hover {
  opacity: 0.8;
}
.footer-bottom {
  padding: 16px 0;
}
.copyright-footer {
  font-size: 85.714%;
  margin-top: 10px;
}
.copyright-footer a:hover {
  text-decoration: underline;
}
.payment-footer {
  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;
  }
}
