.cart-container {
  max-width: 1440px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

.cart-container .checkout-button {
  display: inline-flex;
  align-items: center;
  padding: 12px 24px !important;
  background: linear-gradient(135deg, #6c63ff 0%, #9b59b6 100%) !important;
  color: #fff;
  text-decoration: none;
  border-radius: 8px !important;
  font-weight: 500;
  transition: all 0.2s ease;
}

.cart-container .product-quantity input {
  background-color: transparent !important;
  color: black !important;
  border-radius: unset;
  padding: 15px;
  width: auto !important;
}

.checkout-container {
  max-width: 1440px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto !important;
}

.checkout-container .wc-block-components-button {
  display: inline-flex !important;
  align-items: center !important;
  padding: 12px 24px !important;
  background: linear-gradient(135deg, #6c63ff 0%, #9b59b6 100%) !important;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 8px !important;
  font-weight: 500 !important;
  transition: all 0.2s ease !important;
}

.footer-separator {
  width: 100%;
  height: 1px;
  background-color: #D3D3D3;
  margin: 0px 0px 0px 0px;
  border: none;
}

.footer__wrap {
  display: flex;
  justify-content: space-between;
  gap: 110px;
  padding: 50px 0px 65px 0px;
  align-items: center;
}
.footer__wrap .custom-logo-link {
  max-width: 490px;
  width: 100%;
}

.footer-info__wrap {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  place-items: flex-end;
  gap: 50px;
}
.footer-info__wrap .buttons__wrap {
  display: flex;
  gap: 25px;
  align-items: center;
}

.menus__wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 25px;
}
.menus__wrap li {
  list-style: none;
}
.menus__wrap li a {
  color: #626268;
}
.menus__wrap ul {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.menus__wrap strong {
  font-weight: 500;
  font-size: 2.2rem;
}
.menus__wrap div {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  padding: 25px 0px 25px 0px;
}
.footer__bottom .separator {
  color: #BDBEC7;
}
.footer__bottom span {
  color: #626268;
  display: flex;
  gap: 15px;
}

@media (max-width: 1200px) {
  .footer__wrap {
    gap: 40px;
  }
  .footer__wrap .custom-logo-link {
    max-width: 400px;
  }
}
@media (max-width: 1024px) {
  .footer__wrap {
    flex-wrap: wrap;
  }
  .footer__wrap .custom-logo-link {
    max-width: 195px;
  }
  .footer-info__wrap {
    flex-wrap: wrap;
    place-items: flex-start;
  }
  .footer-info__wrap .menus__wrap {
    flex-wrap: wrap;
    row-gap: 35px;
  }
  .footer-info__wrap .menus__wrap div {
    width: calc(50% - 12.5px);
    gap: 15px;
  }
  .footer-info__wrap .menus__wrap a {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  .footer-info__wrap .buttons__wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .footer__wrap {
    padding: 35px 0px 45px 0px;
  }
  .footer__bottom {
    flex-direction: column;
    gap: 15px;
  }
  .footer__bottom span {
    flex-direction: column;
  }
  .footer__bottom .separator {
    display: none;
  }
}
/*# sourceMappingURL=footer.css.map */
