/*================================================
Footer Area CSS
=================================================*/
.js-single-footer-widget {
  margin-bottom: 25px;
}
.js-single-footer-widget .widget-logo {
  margin-bottom: 26px;
}
.js-single-footer-widget h3 {
  margin-bottom: 18px;
}
.js-single-footer-widget .js-footer-menu li {
  margin-bottom: 6px;
}
.js-single-footer-widget .js-footer-menu li:last-child {
  margin-bottom: 0;
}
.js-single-footer-widget .js-footer-menu li a:hover {
  color: var(--js_main-color);
}

.js-contact-widget li {
  padding-left: 23px;
  margin-bottom: 15px;
}
.js-contact-widget li:last-child {
  margin-bottom: 0;
}
.js-contact-widget li i {
  color: var(--js_main-color);
  position: absolute;
  top: 6px;
  left: 0;
}
.js-contact-widget li a {
  color: var(--js_para-color);
}
.js-contact-widget li a:hover {
  color: var(--js_main-color);
}

/*================================================
MF Copyright Area CSS
=================================================*/
.js-copyright-area {
  border-top: 1px solid var(--js_ash-color);
  padding-top: 24px;
  padding-bottom: 24px;
}

.js-payment-method-list ul li {
  margin-right: 8px;
}
.js-payment-method-list ul li:last-child {
  margin-right: 0;
}

/*================================================
Go Top Area CSS
=================================================*/
.go-top {
  position: fixed;
  cursor: pointer;
  bottom: -100px;
  right: 20px;
  color: var(--white-color);
  background-color: var(--black-color);
  z-index: 99;
  width: 45px;
  text-align: center;
  height: 45px;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  font-size: 22px;
  transition: var(--transition);
  overflow: hidden;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}
.go-top i {
  position: absolute;
  right: 0;
  left: 0;
  top: 45%;
  transform: translateY(-45%);
  text-align: center;
  font-size: 30px;
  margin-left: auto;
  margin-right: auto;
}
.go-top.active {
  opacity: 1;
  visibility: visible;
  bottom: 30px;
}
.go-top:hover {
  background-color: var(--js_main-color);
  color: var(--white-color);
  transition: var(--transition);
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  transform: translateY(-5px);
}

/* Max width 575px */
@media only screen and (max-width: 575px) {
  .js-copyright-area .js-payment-method-list span {
    display: block;
    margin-bottom: 13px;
  }
}
/* Max width 767px */
@media only screen and (max-width: 767px) {
  .go-top {
    width: 35px;
    height: 35px;
    font-size: 15px;
  }
  .js-single-footer-widget .widget-logo {
    margin-bottom: 19px;
  }
  .js-single-footer-widget .js-footer-menu li {
    font-size: 14px;
    margin-bottom: 9px;
  }
  .js-single-footer-widget .js-footer-menu li:last-child {
    margin-bottom: 0;
  }
  .js-contact-widget a, .js-contact-widget p {
    font-size: 14px;
  }
}
/* Min width 768px to Max width 991px */
/* Max width 991px */
@media only screen and (max-width: 991px) {
  .js-copyright-area {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .js-copyright-area .js-payment-method-list {
    margin-top: 15px;
  }
}/*# sourceMappingURL=footer.css.map */