.ul-nostyle {
  list-style: none;
  margin: 0;
  padding: 0;
}
/**
 * Button
 */
/**
 * Remove color name product
 */
/**
  * Icomoon mixin
  */
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.page-footer {
  background-color: #ae0609;
  color: #fff;
  font-size: 15px;
  font-family: 'avalon-medium';
}
.page-footer a {
  color: #fff;
}
.newsletter-content {
  margin-top: 10px;
  margin-bottom: 10px;
}
button.action.newsletter-subscribe.primary {
  background: #000 !important;
  margin-top: 10px;
  transition: transform 0.3s ease, background 0.3s ease;
}
button.action.newsletter-subscribe.primary:hover {
  background: #000 !important;
  transform: scale(1.1);
}
.newsletter-captcha.g-recaptcha {
  margin-top: 10px;
}
div#newsletter-footer-error {
  color: white;
  margin-top: 3px;
  margin-bottom: 10px;
}
.product-block .footer-block-title {
  font-size: 116.67%;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.product-block .links-footer {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-block {
  margin-bottom: 40px;
}
.footer-block .footer-block-title {
  font-size: 116.67%;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.footer-block .links-footer {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-block .links-footer li {
  margin: 0;
}
.footer-block .links-footer li a {
  display: table;
  padding: 6px 0;
}
.product-column {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: -6px !important;
}
.product-column .footer-block {
  margin-bottom: 40px;
}
.product-column .footer-block .footer-block-title {
  display: none;
}
.product-column .footer-block .links-footer {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-column .footer-block .links-footer li {
  margin: 0;
}
.product-column .footer-block .links-footer li a {
  display: table;
  padding: 6px 0;
}
.footer-block.footer-contact .footer-block-content {
  padding-top: 10px;
}
.footer-block.footer-contact .social-media-icons {
  padding-top: 60px;
}
.footer-block.footer-contact .social-media-icons .footer-block-content img {
  margin-right: 10px;
}
.footer-block.footer-contact .social-media-icons .footer-block-content img:hover {
  background-color: black;
  border-radius: 50%;
}
.footer-block.footer-contact .contact-info {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-block.footer-contact .contact-info .address {
  display: flex;
  align-items: center;
}
.footer-block.footer-contact .contact-info .address .address-icon {
  display: flex;
  margin-left: -40px;
}
.footer-block.footer-contact .contact-info .address .address-icon img {
  padding-right: 20px;
}
.footer-block.footer-contact .contact-info .phone {
  display: flex;
  align-items: center;
}
.footer-block.footer-contact .contact-info .phone .phone-icon {
  display: flex;
  margin-left: -40px;
}
.footer-block.footer-contact .contact-info .phone .phone-icon img {
  padding-right: 20px;
}
.footer-block.footer-contact .contact-info li {
  padding-left: 39px;
  position: relative;
  margin: 0;
}
.footer-block.footer-contact .contact-info li:not(:last-child) {
  margin-bottom: 22px;
}
.footer-block.footer-contact .contact-info li:before {
  background-color: #3d3d3d;
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.footer-middle {
  padding-top: 25px;
  border-bottom: 2px solid #fff;
  border-top: 42px solid #fff;
}
.footer-bottom {
  padding: 10px 0;
}
.footer-bottom address {
  margin: 4px 0 0;
  text-align: center;
}
.footer-bottom .payment-footer {
  text-align: right;
}
.footer-services {
  padding-top: 20px;
  border-bottom: 1px solid #1a1a1a;
}
.footer-services .services-header {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-services .services-header li {
  width: 33.333333333%;
  margin: 0 0 20px;
  text-align: center;
  color: #999;
}
.footer-services .services-header li p {
  margin: 0;
}
.footer-services .services-header li:not(:last-child) {
  border-right: 1px solid #333333;
}
.footer-services .services-header .sv-container {
  text-align: left;
  display: inline-block;
}
.footer-services .services-header .sv-container:before {
  content: "";
  display: inline-block;
  position: absolute;
  background-image: url(../images/icon-image.png);
  background-repeat: no-repeat;
}
.footer-services .services-header .sv-title {
  color: #fff;
  font-weight: 700;
  font-size: 107.69%;
  text-transform: uppercase;
}
.footer-services .services-header .sv-return .sv-container {
  position: relative;
  padding-left: 47px;
}
.footer-services .services-header .sv-return .sv-container:before {
  width: 33px;
  height: 33px;
  background-position: -130px -315px;
  top: 4px;
  left: 0;
}
.footer-services .services-header .free-shipping .sv-container {
  position: relative;
  padding-left: 64px;
}
.footer-services .services-header .free-shipping .sv-container:before {
  width: 49px;
  height: 29px;
  background-position: -183px -317px;
  top: 7px;
  left: 0;
}
.footer-services .services-header .safe-shopping .sv-container {
  position: relative;
  padding-left: 45px;
}
.footer-services .services-header .safe-shopping .sv-container:before {
  width: 30px;
  height: 30px;
  background-position: -260px -317px;
  top: 6px;
  left: 0;
}
/**
 * Boxed layout
 */
.layout-boxed .page-footer {
  margin: 0 -15px;
  padding: 0 15px;
}
.top-content .bottom-footer-block-content .bottom-links-footer {
  display: flex;
  justify-content: center;
  list-style-type: none;
}
.top-content .bottom-footer-block-content .bottom-links-footer li {
  margin-right: 20px;
}
.top-content .bottom-footer-block-content .bottom-links-footer li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 575px) {
  .top-content .bottom-footer-block-content .bottom-links-footer {
    justify-content: start;
    flex-direction: column;
    padding: 38px 0 0;
  }
}
@media (max-width: 991px) {
  .social-footer {
    float: none;
  }
  .footer-bottom .payment-footer {
    text-align: unset;
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .footer-services {
    display: none;
  }
  .social-footer {
    text-align: unset;
  }
}
