

.shopify-section-group-footer-group{
  .footer{
    background: linear-gradient(to right, rgba(140, 105, 17, 1) 0%, rgba(183, 150, 72, 1) 15%, rgba(217, 199, 122, 1) 33%, rgba(217, 199, 122, 1) 62%, rgba(183, 150, 72, 1) 82%, rgba(140, 105, 17, 1) 100%) no-repeat, #235D39 no-repeat 100% 0;
    background-size: 100% 2%, auto auto;
    .footer-block--menu{
      max-width: 60%;
      .subtitle{
        display: none;
      }
      .icon-button-arrow{
        color: #fff;
      }
    }
    .footer-block__details-content {
      display: flex;
      flex-wrap: wrap;
    }
    .footer-block__details-content li {
      flex-basis: 33.333333%;
    }
  }

  .list-menu__item--active span{
    text-decoration: unset;
  }

  .button--simple span, .customer .button--simple span {
    text-decoration: unset;
  }

  .footer_messages{
    text-align: center;
    width: 100%;
  }
}

@media screen and (min-width: 990px) {
  .footer__blocks-wrapper {
    flex-wrap: nowrap;
  }
}

@media screen and (max-width: 989px) {
  .footer-block__details-content {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap !important;
  }
  .footer-block__details-content li {
    flex-basis: 100% !important;
  }
}


.site-footer__payment-icons{
  list-style-position: unset;
  display: inline-flex;
  width:100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: end;
  list-style-type: none;
}

.payment-icons li {
  margin: 0 0 7.5px 7.5px;
  cursor: default;
}

.payment-icons .icon {
  width: 38px;
  height: 24px;
}