@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
  --color-primary: #212d54;
  --color-primary-dark: #171c28;
  --color-primary-light: #2c2d73;
  --color-secondary: #cf1718;
  --color-secondary-dark: #891f20;
  --fs-title-50: 50px;
  --fs-title-number: 80px;
  --fs-title: 55px;
  --fs-title-large: 45px;
  --fs-title-small: 40px;
  --fs-title-extra-small: 34px;
  --fs-subtitle: 24px;
  --fs-subtitle-small: 20px;
  --fs-text: 16px;
  --fs-default: 16px;
  --fs-text-large: 18px;
}
.swal2-icon-success{
  padding-bottom: 40px !important;
}
.swal2-icon.swal2-success {
  .swal2-success-ring {
    border: 0.25rem solid var(--color-primary) !important;
  }
  .swal2-success-line-long, .swal2-success-line-tip{
    background-color: var(--color-primary) !important;
  }
}

@media (width<768px) {
  :root {
    --fs-title: 27px;
    --fs-title-large: 27px;
    --fs-title-50: 27px;
    --fs-title-number: 35px;
    --fs-title-small: 20px;
    --fs-title-extra-small: 20px;
    --fs-subtitle: 18px;
    --fs-default: 15px;
    --fs-text: 15px;
    --fs-text-large: 16px;
  }
}

.poppins {
  font-family: "Poppins", serif;
}
.montserrat {
  font-family: "Montserrat", serif;
}
.league {
  font-family: "League Spartan", serif;
}
.woocommerce-MyAccount-content p:nth-child(4) {
  position: initial !important;
}
.btn-icon-primary {
  padding: 15px;
  position: relative;
  border-radius: 100%;
  display: flex;
  z-index: 3;
  align-items: center;
  justify-content: center;
  background: var(--color-secondary);

  svg {
    width: 18px;
    height: 18px;
    fill: #fff;
  }
  &::before {
    content: "";
    background: var(--color-secondary-dark);
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 50%;
    transition: all 200ms ease-in-out;
  }
  &:hover {
    svg {
      filter: brightness(0) invert(1);
    }
    &:before {
      width: 100%;
      height: 100%;
      transition: all 200ms ease-in-out;
    }
  }
  @media (width<768px) {
    padding: 14px;
    svg {
      width: 16px;
      height: 16px;
    }
  }
}
.color-secondary {
  color: var(--color-secondary);
}
.color-secondary-dark {
  color: var(--color-secondary-dark);
}
.btn-primary,
.btn-primary-arrow,
.btn-primary-box,
.btn-primary-small {
  background: var(--color-primary);
  font-size: var(--fs-default);
  font-family: "Poppins", serif;
  font-weight: 500;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 17px 36px;
  border-radius: 50rem;
  overflow: hidden;
  border: 0;
  text-decoration: none;

  position: relative;
  z-index: 3;
  &::before {
    content: "";
    background: var(--color-secondary);
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 50%;
    transition: all 500ms ease-in-out;
  }
  &:hover:before {
    width: 450px;
    height: 450px;
    transition: all 500ms ease-in-out;
  }
}
.btn-primary-small {
  padding: 12px 30px;
}
.btn-primary-arrow::after {
  content: "";
  background-size: contain;
  display: block;
  width: 24px;
  height: 24px;
}
.btn-primary-box::after {
  content: "";
  background-size: contain;
  display: block;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}
.btn-primary-light-outlined,
.btn-primary-light-outlined-box {
  background: transparent;
  font-size: var(--fs-default);
  font-family: "Poppins", serif;
  font-weight: 500;
  color: #18191c;
  justify-content: center;
  padding: 17px 36px;
  border-radius: 50rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--color-primary-light);
  text-decoration: none;
  position: relative;
  z-index: 3;
  transition: 0.4s;
  transition-delay: 0.2s;
  svg {
    width: 18px;
    height: 18px;
    fill: #18191c;
  }
  &::before {
    content: "";
    background: var(--color-primary-light);
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 50%;
    transition: all 400ms ease-in-out;
  }
  &::after {
    transition: 0.4s;
    transition-delay: 0.2s;
  }
  &:hover {
    color: #fff;
    &::before {
      width: 450px;
      height: 450px;
      transition: all 400ms ease-in-out;
    }
    &::after {
      filter: brightness(0) invert(1);
    }
  }
}
.header-scroll .btn-white-outlined-user {
  position: relative;
  z-index: 3;

  &::after {
    content: "";
    background: var(--color-primary-light);
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 50%;
    transition: all 400ms ease-in-out;
  }

  &:hover {
    color: #fff;
    &::after {
      width: 450px;
      height: 450px;
      transition: all 400ms ease-in-out;
    }
    &::before {
      filter: brightness(0) invert(1);
    }
  }
}
.btn-primary-light-outlined-box::after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;

  display: block;
  width: 24px;
  height: 24px;
}
html,
body {
  scrollbar-width: thin;
  scrollbar-color: var(--color-primary) #fff;
}
.btn-white-outlined,
.btn-white-outlined-user {
  background: transparent;
  font-size: var(--fs-default);
  font-family: "Poppins", serif;
  font-weight: 500;
  color: #fff;
  justify-content: center;
  padding: 12px 30px;
  border-radius: 50rem;
  overflow: hidden;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  position: relative;
  z-index: 3;

  &::after {
    content: "";
    background: #fff;
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 50%;
    transition: all 400ms ease-in-out;
  }
  &::before {
  }
  &:hover {
    color: #000;
    &::after {
      width: 450px;
      height: 450px;
      transition: all 400ms ease-in-out;
    }
    &::before {
      filter: brightness(1) invert(1);
    }
  }
}
.btn-white-outlined-user::before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 16px;
  height: 17px;
}
.page-width {
  padding-inline: 1rem;
  margin-inline: auto;
  max-width: 1440px;
  @media (width>=768px) {
    padding-inline: 2rem;
  }
  @media (width>=992px) {
    padding-inline: 3rem;
  }
  @media (width>=1200px) {
    padding-inline: 3rem;
  }
  @media (width>=1600px) {
    max-width: 1540px;
  }
}
.fs-title {
  font-size: var(--fs-title);
  @media (width<520px) {
    text-wrap: balance;
  }
}
.fs-title-number {
  font-size: var(--fs-title-number);
}
.fs-title-50 {
  font-size: var(--fs-title-50);
}
.fs-title-large {
  font-size: var(--fs-title-large);
  @media (width<520px) {
    text-wrap: balance;
  }
}

.fs-title-small {
  font-size: var(--fs-title-small);
}
.fs-title-extra-small {
  font-size: var(--fs-title-extra-small);
}
.fs-subtitle {
  font-size: var(--fs-subtitle);
  @media (width<520px) {
    text-wrap: balance;
  }
}
.fs-subtitle-small {
  font-size: var(--fs-subtitle-small);
}
.fs-text {
  font-size: var(--fs-text);
}
.fs-text-large {
  font-size: var(--fs-text-large);
}
.fs-default {
  font-size: var(--fs-default);
}
.woocommerce-form-row label {
  @media (width>=768px) {
    text-align: start !important;
  }
}
.woocommerce-order-details__title,
.woocommerce-Address-title h2 {
  text-transform: capitalize !important;
}
.u-columns.woocommerce-Addresses {
  border: 1px solid #aaa;
  padding-inline: 1rem;
  border-radius: 15px;
  .u-column1.col-1 {
    padding: 1rem 1rem 1rem 0;
    border-right: 1px solid #aaa;
  }
  .u-column2.col-2 {
    padding: 1rem 0 1rem;
  }
}
.woocommerce-button,
.woocommerce-Button,
.woocommerce-MyAccount-downloads-file,
.order-again a {
  padding: 9px 20px !important;
  border-radius: 50rem !important;
  color: #fff !important;
  font-weight: 500 !important;
  font-family: "Poppins", serif !important;
  background: var(--color-primary) !important;
  position: relative !important;
  z-index: 3 !important;
  overflow: hidden !important;
  &::before {
    content: "";
    height: 0px;
    width: 0px;
    z-index: -1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: var(--color-secondary);
    transition: 0.4s;
    border-radius: 100%;
  }
  &:hover::before {
    height: 300px;
    width: 300px;
  }
}
