/* footer payment */
.footer-box .row:last-child {
  display: flex;
  flex-wrap: wrap;
}
.footer-box .row:last-child > .col-sm-12 {
  margin-bottom: 20px;
}
.footer-box .row:last-child > .col-md-8 {
  order: -1;
  width: 100%;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

.pay-icons {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  grid-gap: 1rem;
}
.pay-icons li {
  text-align: center;
}
.pay-icons li:first-child {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  text-align: left;
  opacity: 1;
  width: 100%;
}
.pay-icons img {
  margin: 10px auto 0;
}
.pay-icons li:first-child img {
  display: none;
}
@media (max-width: 689px) {
  .pay-icons img {
    width: 45px;
  }
}
@media (min-width: 690px) {
  .pay-icons {
    grid-gap: 3rem;
  }
  .pay-icons li:first-child {
    width: 80px;
  }
}
/* mobile filter */
.ocf-offcanvas {
  z-index: 1020 !important;
}
/* mobile article preview */
@media (max-width: 689px) {
  .blog-content .btn {
    display: block;
    width: 200px;
    max-width: 200px;
    margin: 20px auto 0;
    float: none;
  }
  .blog-content .content-records .blog-image {
    float: none;
  }
}
/* product advantages */
.product__bottom {
  display: flex;
  flex-direction: column;
}
.product__bottom > * {
  order: 3;
}
.product__bottom > *:first-child {
  order: 1;
}
.product__bottom > *:last-child {
  order: 2;
}
