.ul-nostyle {
  list-style: none;
  margin: 0;
  padding: 0;
}
/**
 * Button
 */
/**
 * Remove color name product
 */
/**
 * Icomoon mixin
 */
/* Circle */
.banner-image {
  position: relative;
  display: block;
  overflow: hidden;
}
.banner-image:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.banner-image:hover:before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
/**
 * Footer 3 style
 */
.footer-style-3 {
  background-color: #111111;
  color: #999;
  text-align: center;
  margin-top: 80px;
}
.footer-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.layout-boxed .footer-top {
  padding-left: 15px;
  padding-right: 15px;
}
.footer-top > .container > .row > div {
  border-left: 1px solid rgba(255, 255, 255, 0.05);
}
.footer-top > .container > .row > div:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}
.footer-top > .container > .row > div:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: -1px;
  background: rgba(255, 255, 255, 0.6);
  height: 1px;
  width: 0;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.footer-top > .container > .row > div:hover:before {
  width: 100%;
  left: 0;
}
.footer-block {
  margin-top: 55px;
  margin-bottom: 50px;
}
.footer-block .footer-block-title {
  color: #fff;
  font-size: 128.57%;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.footer-block .footer-block-content .links-footer {
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 0 53px;
}
.footer-block .footer-block-content .links-footer li {
  display: block;
  margin-bottom: 1rem;
}
.footer-block .footer-block-content .links-footer li a {
  text-transform: capitalize;
  font-size: 107.14%;
  color: #999;
}
.footer-block .footer-block-content .links-footer li:last-child {
  margin-bottom: 0px;
}
.newsletter-footer p.newsletter-description {
  margin-bottom: 13px;
  font-size: 114.28%;
  color: #999;
}
.newsletter-footer .newsletter-content {
  margin-bottom: 20px;
}
.newsletter-footer .newsletter-content .input-box input {
  text-align: center;
  border: 1px solid #111;
  width: 300px;
  height: 44px;
  line-height: 44px;
  max-width: 100%;
  border-radius: 22px;
  -moz-border-radius: 22px;
  -webkit-border-radius: 22px;
  text-transform: uppercase;
  color: #999;
  margin-bottom: 10px;
  background-color: #fff;
}
.newsletter-footer .newsletter-content .input-box input:focus {
  color: #111;
}
.newsletter-footer .newsletter-content .action-button button {
  width: 300px;
  height: 44px;
  max-width: 100%;
  border-radius: 22px;
  -moz-border-radius: 22px;
  -webkit-border-radius: 22px;
  background-color: #111;
  font-size: 114.28%;
  color: #fff;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.newsletter-footer .newsletter-content .action-button button:hover {
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.payment-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.payment-footer ul li {
  display: inline-block;
  margin-bottom: 15px;
}
.payment-footer ul li img {
  opacity: 0.3;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.payment-footer ul li img:hover {
  opacity: 1;
}
.footer-bottom {
  padding: 40px 0 35px;
}
.layout-boxed .footer-bottom {
  padding-left: 15px;
  padding-right: 15px;
}
.footer-bottom address {
  margin-bottom: 0;
}
.footer-bottom address a {
  color: #999;
}
@media (max-width: 767px) {
  .footer-block {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .footer-top {
    padding: 30px 0 35px;
  }
}
