.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);
  }
}
.wishlist-index-index .products-grid.wishlist .product-item-info {
  padding: 5px;
  text-align: left !important;
}
.page-footer {
  padding-top: 60px;
}
.footer-content {
  background-color: #222;
  color: #999;
}
.ft-newsletter {
  margin-top: -60px;
  padding: 38px 40px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.block-subscribe-footer .newsletter-content {
  display: flex;
  width: 100%;
}
.block-subscribe-footer .newsletter-content .input-box {
  width: 100%;
  padding-right: 5px;
}
.block-subscribe-footer .newsletter-content #newsletter-footer {
  height: 44px;
  border-color: #fff;
  color: #fff;
  background: none;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.block-subscribe-footer .newsletter-content button {
  background-color: #fff;
  color: #333;
  height: 44px;
  line-height: 44px;
  padding: 0 20px;
  text-transform: uppercase;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.ft-newsletter .title-newsletter {
  font-size: 230.76%;
  line-height: 44px;
  padding-left: 110px;
  position: relative;
}
.ft-newsletter .title-newsletter:before {
  content: "";
  width: 90px;
  height: 75px;
  position: absolute;
  top: -15px;
  left: 0;
  background: url("../images/icon-image.png") no-repeat -26px -653px;
}
.footer-block {
  margin-bottom: 32px;
}
.footer-block .footer-block-title {
  font-size: 138.461%;
  color: #fff;
  margin-bottom: 18px;
}
.footer-block .ft-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-block .ft-links a {
  color: #999;
}
.footer-block .ft-links a:hover {
  color: #fff;
}
.footer-block .contact-footer {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-block .contact-footer li {
  margin-bottom: 13px;
  padding-left: 35px;
  position: relative;
}
.footer-block .contact-footer li:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.footer-block .contact-footer .address-footer:before {
  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: 20px;
}
.footer-block .contact-footer .phone-footer: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: 20px;
}
.footer-block .contact-footer .email-footer: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: 20px;
}
.footer-block .contact-footer .time-footer: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: 20px;
}
.footer-block .social-block-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-block .social-block-list ul::after {
  content: "";
  display: block !important;
  clear: both;
}
.footer-block .social-block-list ul li {
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
}
.footer-block .social-block-list ul li a {
  display: block;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 15px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.footer-block .apps-footer {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-block .apps-footer::after {
  content: "";
  display: block !important;
  clear: both;
}
.footer-block .apps-footer li {
  float: left;
  margin-right: 5px;
}
.footer-bottom {
  background-color: #222;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  color: #999;
}
.footer-bottom a {
  color: #999;
}
.footer-bottom a:hover {
  color: #fff;
}
.footer-bottom address {
  margin: 0;
  padding-top: 3px;
}
.footer-bottom .payment-footer {
  text-align: right;
}
footer {
  margin-top: -155px !important;
  padding: 0 !important;
  z-index: 20;
}
footer .footer-wrapper {
  padding-top: 5rem;
  background: url("../images/footer-bg-content.svg") repeat-y;
  background-size: 100%;
  background-color: transparent;
  margin-top: -1px;
}
footer .footer-wrapper .footer-mic {
  background-color: transparent !important;
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
}
footer .footer-wrapper .footer-mic .footer-logo {
  width: auto !important;
  height: 29% !important;
  margin-left: auto;
  margin-right: auto;
  object-fit: contain;
}
footer .footer-wrapper .footer-mic .logo-social .footer-block {
  margin-left: auto;
  margin-right: auto;
}
footer .footer-wrapper .footer-mic .footer-block .footer-block-title {
  font-size: 14px;
  color: #fff !important;
  margin-bottom: 18px;
  font-weight: 600;
}
footer .footer-wrapper .footer-mic .footer-block .footer-block-content .social-block-list ul li a {
  background-color: transparent !important;
  font-size: 22px !important;
}
footer .footer-wrapper .footer-mic .footer-block .footer-block-title.movil {
  font-size: 14px;
  color: #fff !important;
  margin-bottom: 18px;
  font-weight: 600;
}
@media screen and (max-width: 576px) {
  footer .footer-wrapper .footer-mic .footer-block .footer-block-title.movil {
    border-bottom: 1px solid #779bb3;
    cursor: pointer;
    font-weight: 400;
    padding-bottom: 10px;
  }
  footer .footer-wrapper .footer-mic .footer-block .footer-block-title.movil::after {
    content: '\e90e';
    display: inline-block;
    font-family: 'mic' !important;
    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: 2.5rem !important;
    vertical-align: middle;
    float: right;
  }
}
@media screen and (max-width: 576px) {
  footer .footer-wrapper .footer-mic .footer-block .footer-block-content.movil {
    display: none;
    transition: 0.5s;
  }
}
footer .footer-wrapper .footer-mic .footer-block .footer-block-content.movil .ft-links a {
  color: #fff !important;
  text-decoration: none !important;
  opacity: 0.7;
}
footer .footer-wrapper .footer-mic .footer-block .footer-block-content.movil .ft-links a:hover {
  text-decoration: underline !important;
}
footer .footer-wrapper .footer-mic .footer-block .footer-block-content.movil .contact-footer li {
  color: #fff !important;
  opacity: 0.7;
}
footer .footer-wrapper .footer-mic .footer-block .footer-block-content.movil .contact-footer li.phone-footer a,
footer .footer-wrapper .footer-mic .footer-block .footer-block-content.movil .contact-footer li.email-footer a {
  color: #fff !important;
  text-decoration: none !important;
}
footer .footer-wrapper .footer-mic .footer-block .footer-block-content.movil .contact-footer li.phone-footer a:hover,
footer .footer-wrapper .footer-mic .footer-block .footer-block-content.movil .contact-footer li.email-footer a:hover {
  text-decoration: underline !important;
}
@media screen and (max-width: 576px) {
  footer .footer-wrapper .footer-mic .footer-block.movil {
    margin-bottom: 1px;
  }
}
footer .footer-wrapper .footer-mic address {
  color: #fff !important;
  opacity: 0.7;
}
footer .footer-wrapper .footer-mic address small.copyright {
  font-size: 90% !important;
  color: #fff !important;
}
footer .footer-wrapper .footer-mic .payment-footer img {
  width: 100% !important;
  max-width: 56px !important;
  margin: 0 10px !important;
}
cms-faqs ul > li,
.cms-retunr-refund ul > li,
.cms-term-conditions ul > li,
.cms-policy-privacy ul > li,
.cms-cookies-policy ul > li,
.cms-eula ul > li,
.cms-disclaimer ul > li,
body[class*="cms-"] ul > li,
.cms-faqs ol > li,
.cms-retunr-refund ol > li,
.cms-term-conditions ol > li,
.cms-policy-privacy ol > li,
.cms-cookies-policy ol > li,
.cms-eula ol > li,
.cms-disclaimer ol > li,
body[class*="cms-"] ol > li {
  margin-top: 0 !important;
  margin-bottom: 1.5rem;
  font-size: 14px !important;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5 !important;
  letter-spacing: normal;
  text-align: left !important;
  color: #00456d !important;
  background-color: transparent;
}
.fa-telegram::before {
  content: "\e922" !important;
  display: inline-block;
  font-family: "mic" !important;
  font-style: normal;
}
@media (max-width: 1024px) {
  .ft-newsletter .title-newsletter {
    font-size: 200%;
  }
}
@media (max-width: 768px) {
  .ft-newsletter .title-newsletter {
    padding-left: 0;
  }
  .ft-newsletter .title-newsletter:before {
    display: none;
  }
  .footer-bottom .payment-footer {
    text-align: unset;
    padding-top: 10px;
  }
}
@media (max-width: 560px) {
  .ft-newsletter {
    padding: 10px 20px 20px;
  }
  .ft-newsletter .title-newsletter {
    font-size: 160%;
  }
}
