/*-----------------
* palette
* ----------------
*
*/

/******** Footer *******/



footer {
  font-size: 14px;

  h3 {
    color: #fff;
    font-size: 20px;
    padding-bottom: 15px;
  }

  .menu {
    list-style: none;
    padding: 0;
    margin: 0;

    li {
      margin: 0 0 10px 0;
    }
  }

  .menu-col--lower {
    margin-top: 30px;
  }

  a {
    color: #fff;
    font-weight: 200;
  }

  a:hover {
    color: #dd985f;
  }

}

.credits {
  padding: 30px 0;
}

.credits .copyright {
  display: flex;
  justify-content: center;
  padding: 15px 0 0;
}

.accreditation {
  margin: 0;
}

.credit-details {
  display: flex;
  align-items: center;
  justify-content: center;

  span {
    margin: 0 7.5px;
  }

  a {
    color: #212529;
    font-weight: 700;
  }
}


.footer-content {
  margin-top: 15px;
}

.footer-details {
  list-style: none;
  padding: 0;
  margin: 15px 0;

  li:nth-child(2) {
    margin: 10px 0;
  }

  a {
    font-weight: 700;
  }
}

.footer-social {
  list-style: none;
  padding: 0;
  display: flex;
  margin: 20px 0 0 0;

  li {
    margin-right: 10px;
  }

  svg {
    width: 25.5px;
    height: 25.5px;
    fill: #fff;
  }

  svg:hover {
    fill: #dd985f;
  }
}


ul#menu-legal {
  display: flex;
  justify-content: center;
  width: 100%;

  li {
    margin: 0 13.5px;
    position: relative;
  }

  a {
    color: #212529;
  }

  a:hover {
    color: #dd985f;
  }

  li:after {
    content: "";
    border-left: 1px solid #212529;
    position: absolute;
    height: 10px;
    left: -12px;
    top: 50%;
    transform: translateY(-50%);
  }

  li:first-child:after {
    display: none;
  }
}

.col-finance--image {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

.col-finance--circle {}

.pos-rel {
  position: relative;
}

.row-rel--high {
  position: relative;
  z-index: 999;
}

.finance-block {
  overflow: hidden;

  .finance-title {
    padding: 20px 0;
    font-weight: var(--textFontWeight);
    font-size: 32px;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
  }

  .no-padding-left {
    padding-left: 0;
  }

  .no-padding-right {
    padding-right: 0;
  }

  .finance-image-wrap {
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
}

.finance-content-wrap {
  background: #840725;
  color: #fff;
  padding: 60px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 9;

  .finance-logo {
    width: auto;
    height: 26px;
  }

  .width-finance {
    width: 100%;
    height: 100%;
    -webkit-border-top-left-radius: 1000px;
    -webkit-border-bottom-left-radius: 1000px;
    -moz-border-radius-topleft: 1000px;
    -moz-border-radius-bottomleft: 1000px;
    border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
  }
}



/******** Responsive ***********/

/* XXL > 1400 */

/* XL */
@media (max-width: 1400px) {}

/* L */
@media (max-width: 1200px) {}

/* M */
@media (max-width: 992px) {

  footer {
    & h3 {
      padding: 15px 0;
    }
  }

  .finance-block {
    .finance-title {
      font-size: 24px;
    }
  }

  .finance-content-wrap {
    padding: 30px;
  }

}

/* S */
@media (max-width: 768px) {

  .finance-content-wrap {
    .btn {
      padding: 5px 15px;
    }
  }

  .finance-content-wrap {
    background: #840725;
    color: #fff;
    padding: 0px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 9;

    .finance-logo {
      width: auto;
      height: 26px;
    }

    .content-wrap-text {
      background: rgba(132,7,37,.7);
      padding: 30px;
    }

    .width-finance {
      width: 100%;
      height: 100%;
      -webkit-border-top-left-radius: 0px;
      -webkit-border-bottom-left-radius: 0px;
      -moz-border-radius-topleft: 0px;
      -moz-border-radius-bottomleft: 1000px;
      border-top-left-radius: 0px;
      border-bottom-left-radius: 0px;
      position: absolute;
      z-index: -1;
    }
  }

  .col-margin-sm {
    margin-top: 30px;
  }

  .category-content-bottom {
    margin: 15px 0 0px;
  }

  .filters-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .woocommerce #content div.product div.summary,
  .woocommerce div.product div.summary,
  .woocommerce-page #content div.product div.summary,
  .woocommerce-page div.product div.summary {
    width: 100%;
    padding: 0 15px;
  }

  .finance-block {
    .no-padding-left {
      padding-left: calc(var(--bs-gutter-x) * 0.5);
    }

    .no-padding-right {
      padding-right: calc(var(--bs-gutter-x) * 0.5);
    }
  }

}

/* XS */
@media (max-width: 576px) {
  .col-margin-xs {
    margin-top: 30px;
  }

  ul#menu-legal {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  ul#menu-legal {
    li:after {
      display: none;
    }

    li {
      margin-top: 10px;
    }
  }

  .credit-details {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    span {
      display: none;
    }
  }
}