@import url("https://fonts.googleapis.com/css2?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 {
  /**
  @font family declaration
  */
  --st-ff-body: 'Poppins', sans-serif;
  --st-ff-heading: 'Poppins', sans-serif;
  --st-ff-p: 'Poppins', sans-serif;
  --st-ff-menu: 'Poppins', sans-serif;
  --st-ff-button: 'Poppins', sans-serif;
  /**
  @color declaration
  */
  --st-common-white-1: #FFF5F0;
  --st-common-white-2: #FFF;
  --st-common-black: #2B2B2B;
  --st-common-light-white: #eeeeee;
  --st-common-body: #6A6A6A;
  --st-heading-primary: #111111;
  --st-grey-1: #F5F5F5;
  --st-grey-2: #EEE;
  --st-grey-3: #888;
  --st-text-body: #6A6A6A;
  --st-theme-primary: #D64400;
  --st-theme-secondary: #FFFBEE;
  --st-border-1: #E4E4E4;
  --st-bg-1: #E4E4E4;
  --st-bg-2: #F5F5F5;
  --st-bg-3: #F0F0F0;
  --st-bg-4: #E0EFEA;
  /**
  @font weight declaration
  */
  --st-fw-normal: normal;
  --st-fw-regular: 400;
  --st-fw-medium: 500;
  --st-fw-sbold: 600;
  --st-fw-bold: 700;
  --st-fw-heading: 600;
  --st-fw-ebold: 800;
  --st-fw-black: 900;
  /**
  @font size declaration
  */
  --st-fz-body: 16px;
  --st-fz-p: 16px;
  --st-fz-p2: 14px;
  --st-fz-h1: 48px;
  --st-fz-h2: 40px;
  --st-fz-h3: 32px;
  --st-fz-h4: 24px;
  --st-fz-h5: 20px;
  --st-fz-h6: 16px;
  --st-fz-mob-body: 14px;
  --st-fz-mob-h1: 26px;
  --st-fz-mob-h2: 24px;
  --st-fz-mob-h3: 22px;
  --st-fz-mob-h4: 22px;
  --st-fz-mob-h5: 16px;
  --st-fz-mob-h6: 16px;
  --st-fz-tab-body: 15px;
  --st-fz-tab-h1: 44px;
  --st-fz-tab-h2: 36px;
  --st-fz-tab-h3: 28px;
  --st-fz-tab-h4: 22px;
  --st-fz-tab-h5: 18px;
  --st-fz-tab-h6: 16px;
  /**
  @line height declaration
  */
  --st-lh-body: 1.56;
  --st-lh-p: 1.56;
  --st-lh-p2: 1.5;
  --st-lh-h1: 1.2;
  --st-lh-h2: 1.25;
  --st-lh-h3: 1.25;
  --st-lh-h4: 1.25;
  --st-lh-h5: 1.28;
  --st-lh-h6: 1.3;
  --st-lh-h1-tab: 1.2;
  --st-lh-h2-tab: 1.25;
  --st-lh-h3-tab: 1.25;
  --st-lh-h4-tab: 1.25;
  --st-lh-h5-tab: 1.28;
  --st-lh-h6-tab: 1.3;
  --st-lh-h1-mob: 1.2;
  --st-lh-h2-mob: 1.25;
  --st-lh-h3-mob: 1.25;
  --st-lh-h4-mob: 1.25;
  --st-lh-h5-mob: 1.28;
  --st-lh-h6-mob: 1.3;
}

.pt-120 {
  padding-top: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .pt-120 {
    padding-top: 80px;
  }
}
@media (max-width: 575.98px), only screen and (min-width: 576px) and (max-width: 767.98px) {
  .pt-120 {
    padding-top: 50px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .pb-120 {
    padding-bottom: 80px;
  }
}
@media (max-width: 575.98px), only screen and (min-width: 576px) and (max-width: 767.98px) {
  .pb-120 {
    padding-bottom: 50px;
  }
}

.pt-80 {
  padding-top: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .pt-80 {
    padding-top: 50px;
  }
}
@media (max-width: 575.98px), only screen and (min-width: 576px) and (max-width: 767.98px) {
  .pt-80 {
    padding-top: 30px;
  }
}

.pb-80 {
  padding-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .pb-80 {
    padding-bottom: 50px;
  }
}
@media (max-width: 575.98px), only screen and (min-width: 576px) and (max-width: 767.98px) {
  .pb-80 {
    padding-bottom: 30px;
  }
}

.pt-60 {
  padding-top: 60px;
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .pt-60 {
    padding-top: 48px;
  }
}

.pb-60 {
  padding-bottom: 60px;
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .pb-60 {
    padding-bottom: 48px;
  }
}

.st-pt-4 {
  padding-top: 4px;
}

.st-pt-8 {
  padding-top: 8px;
}

.pt-12 {
  padding-top: 12px;
}

.pt-16 {
  padding-top: 16px;
}

.pt-24 {
  padding-top: 24px;
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .pt-24 {
    padding-top: 16px;
  }
}

.pt-32 {
  padding-top: 32px;
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .pt-32 {
    padding-top: 24px;
  }
}

.pt-48 {
  padding-top: 48px;
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .pt-48 {
    padding-top: 32px;
  }
}

.st-pb-4 {
  padding-bottom: 4px;
}

.st-pb-8 {
  padding-bottom: 8px;
}

.pb-12 {
  padding-bottom: 12px;
}

.pb-16 {
  padding-bottom: 16px;
}

.pb-24 {
  padding-bottom: 24px;
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .pb-24 {
    padding-bottom: 16px;
  }
}

.pb-32 {
  padding-bottom: 32px;
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .pb-32 {
    padding-bottom: 24px;
  }
}

.pb-48 {
  padding-bottom: 48px;
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .pb-48 {
    padding-bottom: 32px;
  }
}

.st-py-4 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.st-py-8 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.py-12 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.py-16 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.py-24 {
  padding-top: 24px;
  padding-bottom: 24px;
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .py-24 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

.py-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .py-32 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.py-48 {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .py-48 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.mb-120 {
  margin-bottom: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .mb-120 {
    margin-bottom: 80px;
  }
}
@media (max-width: 575.98px), only screen and (min-width: 576px) and (max-width: 767.98px) {
  .mb-120 {
    margin-bottom: 50px;
  }
}

.mt-120 {
  margin-top: 120px;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .mt-120 {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .mt-120 {
    margin-top: 60px;
  }
}
@media (max-width: 575.98px), only screen and (min-width: 576px) and (max-width: 767.98px) {
  .mt-120 {
    margin-top: 50px;
  }
}

.mt-80 {
  margin-top: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .mt-80 {
    margin-top: 50px;
  }
}
@media (max-width: 575.98px), only screen and (min-width: 576px) and (max-width: 767.98px) {
  .mt-80 {
    margin-top: 30px;
  }
}

.mb-80 {
  margin-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .mb-80 {
    margin-bottom: 50px;
  }
}
@media (max-width: 575.98px), only screen and (min-width: 576px) and (max-width: 767.98px) {
  .mb-80 {
    margin-bottom: 30px;
  }
}

.mt-60 {
  margin-top: 60px;
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .mt-60 {
    margin-top: 30px;
  }
}

.mb-60 {
  margin-bottom: 60px;
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .mb-60 {
    margin-bottom: 30px;
  }
}

.st-mt-4 {
  margin-top: 4px;
}

.st-mt-8 {
  margin-top: 8px;
}

.mt-12 {
  margin-top: 12px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-24 {
  margin-top: 24px;
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .mt-24 {
    margin-top: 16px;
  }
}

.mt-32 {
  margin-top: 32px;
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .mt-32 {
    margin-top: 24px;
  }
}

.mt-48 {
  margin-top: 48px;
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .mt-48 {
    margin-top: 32px;
  }
}

.st-mb-4 {
  margin-bottom: 4px;
}

.st-mb-8 {
  margin-bottom: 8px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-24 {
  margin-bottom: 24px;
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .mb-24 {
    margin-bottom: 16px;
  }
}

.mb-32 {
  margin-bottom: 32px;
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .mb-32 {
    margin-bottom: 24px;
  }
}

.mb-48 {
  margin-bottom: 48px;
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .mb-48 {
    margin-bottom: 32px;
  }
}

.st-my-4 {
  margin-top: 4px;
  margin-bottom: 4px;
}

.st-my-8 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.my-12 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.my-16 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.my-24 {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .my-24 {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}

.my-32 {
  margin-top: 32px;
  margin-bottom: 32px;
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .my-32 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}

.my-48 {
  margin-top: 48px;
  margin-bottom: 48px;
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .my-48 {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .ml-sm-24 {
    margin-left: 24px;
  }
}

:root {
  /**
  @font family declaration
  */
  --st-ff-body: 'Poppins', sans-serif;
  --st-ff-heading: 'Poppins', sans-serif;
  --st-ff-p: 'Poppins', sans-serif;
  --st-ff-menu: 'Poppins', sans-serif;
  --st-ff-button: 'Poppins', sans-serif;
  /**
  @color declaration
  */
  --st-common-white-1: #FFF5F0;
  --st-common-white-2: #FFF;
  --st-common-black: #2B2B2B;
  --st-common-light-white: #eeeeee;
  --st-common-body: #6A6A6A;
  --st-heading-primary: #111111;
  --st-grey-1: #F5F5F5;
  --st-grey-2: #EEE;
  --st-grey-3: #888;
  --st-text-body: #6A6A6A;
  --st-theme-primary: #D64400;
  --st-theme-secondary: #FFFBEE;
  --st-border-1: #E4E4E4;
  --st-bg-1: #E4E4E4;
  --st-bg-2: #F5F5F5;
  --st-bg-3: #F0F0F0;
  --st-bg-4: #E0EFEA;
  /**
  @font weight declaration
  */
  --st-fw-normal: normal;
  --st-fw-regular: 400;
  --st-fw-medium: 500;
  --st-fw-sbold: 600;
  --st-fw-bold: 700;
  --st-fw-heading: 600;
  --st-fw-ebold: 800;
  --st-fw-black: 900;
  /**
  @font size declaration
  */
  --st-fz-body: 16px;
  --st-fz-p: 16px;
  --st-fz-p2: 14px;
  --st-fz-h1: 48px;
  --st-fz-h2: 40px;
  --st-fz-h3: 32px;
  --st-fz-h4: 24px;
  --st-fz-h5: 20px;
  --st-fz-h6: 16px;
  --st-fz-mob-body: 14px;
  --st-fz-mob-h1: 26px;
  --st-fz-mob-h2: 24px;
  --st-fz-mob-h3: 22px;
  --st-fz-mob-h4: 22px;
  --st-fz-mob-h5: 16px;
  --st-fz-mob-h6: 16px;
  --st-fz-tab-body: 15px;
  --st-fz-tab-h1: 44px;
  --st-fz-tab-h2: 36px;
  --st-fz-tab-h3: 28px;
  --st-fz-tab-h4: 22px;
  --st-fz-tab-h5: 18px;
  --st-fz-tab-h6: 16px;
  /**
  @line height declaration
  */
  --st-lh-body: 1.56;
  --st-lh-p: 1.56;
  --st-lh-p2: 1.5;
  --st-lh-h1: 1.2;
  --st-lh-h2: 1.25;
  --st-lh-h3: 1.25;
  --st-lh-h4: 1.25;
  --st-lh-h5: 1.28;
  --st-lh-h6: 1.3;
  --st-lh-h1-tab: 1.2;
  --st-lh-h2-tab: 1.25;
  --st-lh-h3-tab: 1.25;
  --st-lh-h4-tab: 1.25;
  --st-lh-h5-tab: 1.28;
  --st-lh-h6-tab: 1.3;
  --st-lh-h1-mob: 1.2;
  --st-lh-h2-mob: 1.25;
  --st-lh-h3-mob: 1.25;
  --st-lh-h4-mob: 1.25;
  --st-lh-h5-mob: 1.28;
  --st-lh-h6-mob: 1.3;
}

.pt-120 {
  padding-top: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .pt-120 {
    padding-top: 80px;
  }
}
@media (max-width: 575.98px), only screen and (min-width: 576px) and (max-width: 767.98px) {
  .pt-120 {
    padding-top: 50px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .pb-120 {
    padding-bottom: 80px;
  }
}
@media (max-width: 575.98px), only screen and (min-width: 576px) and (max-width: 767.98px) {
  .pb-120 {
    padding-bottom: 50px;
  }
}

.pt-80 {
  padding-top: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .pt-80 {
    padding-top: 50px;
  }
}
@media (max-width: 575.98px), only screen and (min-width: 576px) and (max-width: 767.98px) {
  .pt-80 {
    padding-top: 30px;
  }
}

.pb-80 {
  padding-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .pb-80 {
    padding-bottom: 50px;
  }
}
@media (max-width: 575.98px), only screen and (min-width: 576px) and (max-width: 767.98px) {
  .pb-80 {
    padding-bottom: 30px;
  }
}

.pt-60 {
  padding-top: 60px;
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .pt-60 {
    padding-top: 48px;
  }
}

.pb-60 {
  padding-bottom: 60px;
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .pb-60 {
    padding-bottom: 48px;
  }
}

.st-pt-4 {
  padding-top: 4px;
}

.st-pt-8 {
  padding-top: 8px;
}

.pt-12 {
  padding-top: 12px;
}

.pt-16 {
  padding-top: 16px;
}

.pt-24 {
  padding-top: 24px;
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .pt-24 {
    padding-top: 16px;
  }
}

.pt-32 {
  padding-top: 32px;
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .pt-32 {
    padding-top: 24px;
  }
}

.pt-48 {
  padding-top: 48px;
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .pt-48 {
    padding-top: 32px;
  }
}

.st-pb-4 {
  padding-bottom: 4px;
}

.st-pb-8 {
  padding-bottom: 8px;
}

.pb-12 {
  padding-bottom: 12px;
}

.pb-16 {
  padding-bottom: 16px;
}

.pb-24 {
  padding-bottom: 24px;
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .pb-24 {
    padding-bottom: 16px;
  }
}

.pb-32 {
  padding-bottom: 32px;
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .pb-32 {
    padding-bottom: 24px;
  }
}

.pb-48 {
  padding-bottom: 48px;
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .pb-48 {
    padding-bottom: 32px;
  }
}

.st-py-4 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.st-py-8 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.py-12 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.py-16 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.py-24 {
  padding-top: 24px;
  padding-bottom: 24px;
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .py-24 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

.py-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .py-32 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.py-48 {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .py-48 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.mb-120 {
  margin-bottom: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .mb-120 {
    margin-bottom: 80px;
  }
}
@media (max-width: 575.98px), only screen and (min-width: 576px) and (max-width: 767.98px) {
  .mb-120 {
    margin-bottom: 50px;
  }
}

.mt-120 {
  margin-top: 120px;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .mt-120 {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .mt-120 {
    margin-top: 60px;
  }
}
@media (max-width: 575.98px), only screen and (min-width: 576px) and (max-width: 767.98px) {
  .mt-120 {
    margin-top: 50px;
  }
}

.mt-80 {
  margin-top: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .mt-80 {
    margin-top: 50px;
  }
}
@media (max-width: 575.98px), only screen and (min-width: 576px) and (max-width: 767.98px) {
  .mt-80 {
    margin-top: 30px;
  }
}

.mb-80 {
  margin-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .mb-80 {
    margin-bottom: 50px;
  }
}
@media (max-width: 575.98px), only screen and (min-width: 576px) and (max-width: 767.98px) {
  .mb-80 {
    margin-bottom: 30px;
  }
}

.mt-60 {
  margin-top: 60px;
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .mt-60 {
    margin-top: 30px;
  }
}

.mb-60 {
  margin-bottom: 60px;
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .mb-60 {
    margin-bottom: 30px;
  }
}

.st-mt-4 {
  margin-top: 4px;
}

.st-mt-8 {
  margin-top: 8px;
}

.mt-12 {
  margin-top: 12px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-24 {
  margin-top: 24px;
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .mt-24 {
    margin-top: 16px;
  }
}

.mt-32 {
  margin-top: 32px;
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .mt-32 {
    margin-top: 24px;
  }
}

.mt-48 {
  margin-top: 48px;
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .mt-48 {
    margin-top: 32px;
  }
}

.st-mb-4 {
  margin-bottom: 4px;
}

.st-mb-8 {
  margin-bottom: 8px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-24 {
  margin-bottom: 24px;
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .mb-24 {
    margin-bottom: 16px;
  }
}

.mb-32 {
  margin-bottom: 32px;
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .mb-32 {
    margin-bottom: 24px;
  }
}

.mb-48 {
  margin-bottom: 48px;
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .mb-48 {
    margin-bottom: 32px;
  }
}

.st-my-4 {
  margin-top: 4px;
  margin-bottom: 4px;
}

.st-my-8 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.my-12 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.my-16 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.my-24 {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .my-24 {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}

.my-32 {
  margin-top: 32px;
  margin-bottom: 32px;
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .my-32 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}

.my-48 {
  margin-top: 48px;
  margin-bottom: 48px;
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .my-48 {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .ml-sm-24 {
    margin-left: 24px;
  }
}

/*----------------------------------------*/
/*  01. THEME DEFAULT CSS START
/*----------------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#page {
  overflow: hidden;
}

/*---------------------------------
    typography css start 
---------------------------------*/
body {
  font-family: var(--st-ff-body);
  font-size: var(--st-fz-body);
  font-weight: normal;
  color: var(--st-text-body);
  line-height: var(--st-lh-body);
  overflow-x: hidden;
}
@media (max-width: 575.98px) {
  body {
    font-size: var(--st-fz-p2);
    line-height: var(--st-lh-p2);
  }
}

a {
  text-decoration: none;
  color: var(--st-heading-primary);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--st-ff-heading);
  color: var(--st-heading-primary);
  margin: 0;
  font-weight: var(--st-fw-heading);
  transition: all 0.3s ease-out 0s;
}

h1 {
  font-size: var(--st-fz-h1);
  line-height: var(--st-lh-h1);
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  h1 {
    font-size: var(--st-fz-tab-h1);
    line-height: var(--st-lh-h1-tab);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  h1 {
    font-size: var(--st-fz-mob-h1);
    line-height: var(--st-lh-h1-mob);
  }
}

h2 {
  font-size: var(--st-fz-h2);
  line-height: var(--st-lh-h2);
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  h2 {
    font-size: var(--st-fz-tab-h2);
    line-height: var(--st-lh-h2-tab);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  h2 {
    font-size: var(--st-fz-mob-h2);
    line-height: var(--st-lh-h2-mob);
  }
}

h3 {
  font-size: var(--st-fz-h3);
  line-height: var(--st-lh-h3);
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  h3 {
    font-size: var(--st-fz-tab-h3);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  h3 {
    font-size: var(--st-fz-mob-h3);
    line-height: var(--st-lh-h3-mob);
  }
}

h4 {
  font-size: var(--st-fz-h4);
  line-height: var(--st-lh-h4);
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  h4 {
    font-size: var(--st-fz-tab-h4);
    line-height: var(--st-lh-h4-tab);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  h4 {
    font-size: var(--st-fz-mob-h4);
    line-height: var(--st-lh-h4-mob);
  }
}

h5 {
  font-size: var(--st-fz-h5);
  line-height: var(--st-lh-h5);
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  h5 {
    font-size: var(--st-fz-tab-h5);
    line-height: var(--st-lh-h5-tab);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  h5 {
    font-size: var(--st-fz-mob-h5);
    line-height: var(--st-lh-h5-mob);
  }
}

h6 {
  font-size: var(--st-fz-h6);
  line-height: var(--st-lh-h6);
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  h6 {
    font-size: var(--st-fz-tab-h6);
    line-height: var(--st-lh-h6-tab);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  h6 {
    font-size: var(--st-fz-mob-h6);
    line-height: var(--st-lh-h6-mob);
  }
}

ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

p {
  font-family: var(--st-ff-p);
  font-size: var(--st-fz-body);
  font-weight: var(--st-fw-normal);
  color: var(--st-text-body);
  line-height: var(--st-lh-p);
  margin: 0;
}
@media (max-width: 575.98px) {
  p {
    font-size: var(--st-fz-p2);
    line-height: var(--st-lh-p2);
  }
}

.shop-now-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--st-common-black);
  border: none;
  padding: 18px 48px;
  color: var(--st-common-white-1);
  font-size: 20px;
  letter-spacing: 0.01em;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s;
  border-radius: 2px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .shop-now-btn {
    padding: 12px 32px;
    font-size: 16px;
  }
}
.shop-now-btn:hover {
  background: var(--st-heading-primary);
}

.shop-now-btn .icon {
  display: flex;
  align-items: center;
  height: 28px;
}

.shop-now-btn .icon svg {
  display: block;
}

.shop-now-btn .text {
  font-size: 20px;
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .shop-now-btn .text {
    font-size: 16px;
  }
}

.shop-now-btn:hover,
.shop-now-btn:focus {
  background: #222;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

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

.background-position {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-full {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.custom-container {
  max-width: 1196px;
}

header {
  background: #fdd03d;
}

.logo-area {
  padding-top: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .logo-area {
    padding-top: 40px;
  }
}
.logo-area img {
  max-width: 396px;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .logo-area img {
    max-width: 200px;
  }
}

.slider-hero-section {
  overflow: hidden;
  background: #F5F5F5;
}
.slider-hero-section .slider-bg-svg {
  height: 992px;
  background-repeat: no-repeat !important;
  background-position: center top !important;
  background-size: cover !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider-hero-section .slider-bg-svg {
    height: 725px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .slider-hero-section .slider-bg-svg {
    height: auto;
  }
}
@media (max-width: 575.98px) {
  .slider-hero-section .slider-bg-svg {
    height: auto;
  }
}
.slider-hero-section .slider-content-wrappe .left-content {
  padding-right: 40px;
  padding-top: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider-hero-section .slider-content-wrappe .left-content {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .slider-hero-section .slider-content-wrappe .left-content {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .slider-hero-section .slider-content-wrappe .left-content {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .slider-hero-section .slider-content-wrappe .left-content {
    padding-right: 0;
    margin-bottom: 48px;
  }
}
.slider-hero-section .slider-content-wrappe .left-content .title {
  margin-bottom: 16px;
}
@media (max-width: 575.98px) {
  .slider-hero-section .slider-content-wrappe .left-content .title {
    margin-bottom: 12px;
  }
}
.slider-hero-section .slider-content-wrappe .left-content p {
  color: var(--st-common-black);
  margin-bottom: 48px;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .slider-hero-section .slider-content-wrappe .left-content p {
    margin-bottom: 32px;
  }
}
.slider-hero-section .slider-content-wrappe .left-content .shop-now-btn {
  max-width: 249px;
}
.slider-hero-section .slider-content-wrappe .right-content {
  position: relative;
}
.slider-hero-section .slider-content-wrappe .right-content img {
  position: absolute;
  left: -38%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider-hero-section .slider-content-wrappe .right-content img {
    width: 140%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .slider-hero-section .slider-content-wrappe .right-content img {
    width: 150%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .slider-hero-section .slider-content-wrappe .right-content img {
    position: static;
    width: 100%;
  }
}
.slider-hero-section .slider-content-wrappe .left-content,
.slider-hero-section .slider-content-wrappe .right-content {
  opacity: 0;
  transform: translateX(0);
  transition: none;
}

.swiper-slide-active .left-content {
  animation: slideInLeft 1s ease-in-out forwards;
}

.swiper-slide-active .right-content {
  animation: slideInRight 1s ease-in-out forwards;
}

@keyframes slideInLeft {
  0% {
    transform: translateX(-80px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideInRight {
  0% {
    transform: translateX(80px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.swiper {
  overflow: visible;
}

.slider-btn-wrapper {
  display: flex;
  gap: 12px;
  position: absolute;
  bottom: -180px;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider-btn-wrapper {
    bottom: -100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .slider-btn-wrapper {
    bottom: -60px;
  }
}

.custom-swiper-button-next,
.custom-swiper-button-prev {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.custom-swiper-button-next svg path,
.custom-swiper-button-prev svg path {
  stroke: #808080;
  transition: stroke 0.3s ease;
}

.custom-swiper-button-next:hover svg path,
.custom-swiper-button-prev:hover svg path {
  stroke: #FFC70F;
}

.most-popular {
  background: var(--st-grey-1);
}

.single-product {
  background: var(--st-common-white-2);
  padding: 16px;
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .single-product {
    padding: 12px;
  }
}
.single-product .product-name {
  padding-top: 16px;
}

.product-price {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-top: 8px;
  padding-bottom: 16px;
  flex-wrap: wrap;
}
.product-price .current-price {
  color: var(--st-theme-primary);
}
.product-price .old-price {
  font-size: 14px;
  line-height: 20px;
  font-weight: var(--st-fw-regular);
  color: var(--st-grey-3);
  text-decoration: line-through;
}

.Features_Piece {
  background: #F5F5F5;
  padding-top: 60px;
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .Features_Piece {
    padding-top: 24px;
  }
}
.Features_Piece .btn_features .shop-now-btn {
  max-width: 432px;
  width: 100%;
  margin: 0 auto;
}
.Features_Piece .section-title {
  padding-top: 60px;
  padding-bottom: 48px;
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .Features_Piece .section-title {
    padding-top: 48px !important;
    padding-bottom: 24px !important;
  }
}
.Features_Piece .Features_Piece_card {
  background: #FFFFFF;
  text-align: center;
  padding: 32px 32px 40px 32px;
  border: 1px solid #D9D9D9;
  border-radius: 12px;
  height: 100%;
}
@media (max-width: 575.98px), only screen and (min-width: 576px) and (max-width: 767.98px) {
  .Features_Piece .Features_Piece_card {
    padding: 20px 20px 40px;
  }
}
.Features_Piece .Features_Piece_card .Features-icon {
  background-color: #D9D9D9;
  border-radius: 50%;
  height: 70px;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
@media (max-width: 575.98px), only screen and (min-width: 576px) and (max-width: 767.98px) {
  .Features_Piece .Features_Piece_card .Features-icon {
    width: 48px;
    height: 48px;
  }
  .Features_Piece .Features_Piece_card .Features-icon svg {
    width: 22px;
    height: 16px;
  }
}
.Features_Piece .Features_Piece_card .Features-title h4 {
  font-size: 16px;
  padding: 16px 0px 8px;
}
.Features_Piece .swiper-slide {
  height: auto;
}

.fashion-video {
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
}

.video-box .video-trigger {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.video-box .play-button {
  cursor: pointer;
  box-shadow: 0px 14px 14px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 50%;
  width: 120px;
  height: 120px;
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .video-box .play-button {
    width: 60px;
    height: 60px;
  }
}
.video-box .play-button svg {
  width: 100%;
  height: 100%;
}

.thumbnail-image {
  position: relative;
}
.thumbnail-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.thumbnail-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

.trust-us {
  background: var(--st-bg-3);
}
.trust-us .trust-top {
  text-align: center;
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .trust-us .trust-top h2 {
    padding-bottom: 24px !important;
  }
}
.trust-us .trust-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px), only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .trust-us .trust-bottom {
    gap: 16px;
  }
}
.trust-us .trust-item {
  background: var(--st-common-white-2);
  min-height: 200px;
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 288px;
  width: 100%;
  border-radius: 1px;
  border-left: 1px solid var(--st-border-1);
}
.trust-us .trust-item:last-of-type {
  border-right: 1px solid var(--st-border-1);
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .trust-us .trust-item {
    max-width: 250px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .trust-us .trust-item {
    max-width: 235px;
    padding: 12px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .trust-us .trust-item {
    border-left: unset;
  }
  .trust-us .trust-item:last-of-type {
    border-right: unset;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .trust-us .trust-item {
    max-width: unset;
    border-left: unset;
    padding: 12px;
  }
  .trust-us .trust-item:last-of-type {
    border-right: unset;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (min-width: 576px) and (max-width: 767.98px) {
  .trust-us .trust-item {
    width: 48%;
  }
}
@media (max-width: 575.98px) {
  .trust-us .trust-item {
    width: 47%;
  }
}
.trust-us .trust-item .icon {
  height: 32px;
  width: 32px;
}
.trust-us .trust-item h6 {
  padding: 20px 0 4px 0;
}
.trust-us .trust-item p {
  font-size: 14px;
  line-height: 20px;
}

.order-form-wrapper {
  background: var(--st-bg-2);
  padding-left: 12px;
  padding-right: 12px;
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .order-form-wrapper {
    padding-left: unset;
    padding-right: unset;
  }
}
.order-form-wrapper .custom-container {
  border: 1px solid #808080;
  border-radius: 24px;
  padding: 48px;
  background: #fff;
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .order-form-wrapper .custom-container {
    border: none;
    padding: 0;
    max-width: 590px;
    background: transparent;
    padding: 0 12px;
  }
}
.order-form-wrapper .custom-container h3 {
  margin-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .order-form-wrapper .custom-container h3 {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .order-form-wrapper .custom-container h3 {
    margin-bottom: 40px;
  }
}
.order-form-wrapper .custom-container .your-product-cart h4 {
  margin-bottom: 20px;
}
.order-form-wrapper .custom-container .your-product-cart .cart-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .order-form-wrapper .custom-container .your-product-cart .cart-wrapper {
    padding-bottom: 30px;
  }
}
.order-form-wrapper .custom-container .your-product-cart .cart-wrapper .cart-container {
  display: flex;
  gap: 12px;
  align-items: start;
  border: 1px solid #808080;
  max-width: 446px;
  width: 100%;
  border-radius: 8px;
  padding: 20px 16px;
}
.order-form-wrapper .custom-container .your-product-cart .cart-wrapper .cart-container:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .order-form-wrapper .custom-container .your-product-cart .cart-wrapper .cart-container {
    background: var(--st-common-white-2);
  }
}
@media (max-width: 575.98px) {
  .order-form-wrapper .custom-container .your-product-cart .cart-wrapper .cart-container {
    gap: 8px;
  }
}
.order-form-wrapper .custom-container .your-product-cart .cart-wrapper .active-acent {
  margin-top: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #17B26A;
  outline: 3px solid #DBFAE6;
}
.order-form-wrapper .custom-container .your-product-cart .cart-wrapper .product-quantity {
  margin-left: 8px;
}
@media (max-width: 450px) {
  .order-form-wrapper .custom-container .your-product-cart .cart-wrapper .product-quantity {
    width: 160px;
  }
}
.order-form-wrapper .custom-container .your-product-cart .cart-wrapper .product-quantity h6 {
  margin-bottom: 12px;
}
@media (max-width: 575.98px) {
  .order-form-wrapper .custom-container .your-product-cart .cart-wrapper .product-quantity h6 {
    font-size: 16px;
  }
}
.order-form-wrapper .custom-container .your-product-cart .cart-wrapper .product-quantity .quantity-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 575.98px) {
  .order-form-wrapper .custom-container .your-product-cart .cart-wrapper .product-quantity .quantity-wrap {
    flex-direction: column;
    align-items: start;
  }
}
.order-form-wrapper .custom-container .your-product-cart .cart-wrapper .product-quantity .quantity-wrap .quantity {
  display: flex;
}
.order-form-wrapper .custom-container .your-product-cart .cart-wrapper .product-quantity .quantity-wrap .quantity span {
  width: 48px;
  height: 48px;
  font-size: 20px;
  color: var(--st-common-black);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E6E6E6;
}
.order-form-wrapper .custom-container .your-product-cart .cart-wrapper .product-quantity .quantity-wrap .quantity span:nth-child(2) {
  border-left: none;
  border-right: none;
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .order-form-wrapper .custom-container .your-product-cart .cart-wrapper .product-quantity .quantity-wrap .quantity span:nth-child(2) {
    font-size: 14px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .order-form-wrapper .custom-container .your-product-cart .cart-wrapper .product-quantity .quantity-wrap .quantity span {
    width: 50px;
    height: 30px;
  }
}
.order-form-wrapper .custom-container .your-product-cart .cart-wrapper .product-quantity .quantity-wrap .price h6 {
  color: #FF0707;
  margin-bottom: 0;
}
.order-form-wrapper .custom-container .your-product-cart .cart-wrapper .qty-minus,
.order-form-wrapper .custom-container .your-product-cart .cart-wrapper .qty-plus {
  cursor: pointer;
}
.order-form-wrapper .custom-container .woocommerce-checkout h3 {
  margin-bottom: 20px;
}
.order-form-wrapper .form-wrapper {
  margin-top: 60px;
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .order-form-wrapper .form-wrapper {
    margin-top: 40px;
  }
}
.order-form-wrapper .form-wrapper .building-address .building-form-wrapper h4 {
  margin-bottom: 20px;
}
.order-form-wrapper .form-wrapper .building-address .building-form-wrapper .shipping {
  margin-top: 32px;
}
.order-form-wrapper .form-wrapper .building-address .building-form-wrapper label {
  font-weight: 500;
  display: block;
  margin-bottom: 6px;
}
.order-form-wrapper .form-wrapper .building-address .building-form-wrapper input[type=text],
.order-form-wrapper .form-wrapper .building-address .building-form-wrapper input[type=tel] {
  width: 100%;
  padding: 12px;
  border-radius: 6px;
  border: 1px solid #ddd;
  font-size: 15px;
  margin-bottom: 20px;
  outline: none;
}
.order-form-wrapper .form-wrapper .building-address .building-form-wrapper .radio-group {
  display: flex;
  flex-direction: column;
}
.order-form-wrapper .form-wrapper .building-address .building-form-wrapper .radio-group .shipping-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  margin-bottom: 12px;
  cursor: pointer;
  transition: border 0.3s;
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .order-form-wrapper .form-wrapper .building-address .building-form-wrapper .radio-group .shipping-option {
    background: var(--st-common-white-2);
  }
}
.order-form-wrapper .form-wrapper .building-address .building-form-wrapper .radio-group .shipping-option input[type=radio] {
  display: none;
}
.order-form-wrapper .form-wrapper .building-address .building-form-wrapper .radio-group .shipping-option label {
  flex: 1;
  font-weight: 500;
  margin: 0;
  display: flex;
  align-items: center;
}
.order-form-wrapper .close-icon-wrap i {
  border-radius: 50%;
}
.order-form-wrapper .woocommerce-billing-fields__field-wrapper .form-row {
  width: 100%;
}
.order-form-wrapper .woocommerce-billing-fields__field-wrapper label {
  font-weight: 500;
  display: block;
  margin-bottom: 6px;
  color: #555;
}
.order-form-wrapper .woocommerce-billing-fields__field-wrapper label .required {
  color: #555;
}
.order-form-wrapper .woocommerce-billing-fields__field-wrapper input[type=text],
.order-form-wrapper .woocommerce-billing-fields__field-wrapper input[type=tel] {
  width: 100%;
  padding: 12px;
  border-radius: 6px;
  border: 1px solid #ddd;
  font-size: 15px;
  outline: none;
}
.order-form-wrapper .woocommerce-billing-fields__field-wrapper input[type=text]::-moz-placeholder, .order-form-wrapper .woocommerce-billing-fields__field-wrapper input[type=tel]::-moz-placeholder {
  color: #AAA;
}
.order-form-wrapper .woocommerce-billing-fields__field-wrapper input[type=text]::placeholder,
.order-form-wrapper .woocommerce-billing-fields__field-wrapper input[type=tel]::placeholder {
  color: #AAA;
}
.order-form-wrapper .woocommerce-shipping-methods li {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 10px;
  cursor: pointer;
  transition: border 0.3s;
  margin-bottom: 12px !important;
}
.order-form-wrapper .woocommerce-shipping-methods li label {
  display: flex;
  justify-content: space-between;
}
.order-form-wrapper .woocommerce ul#shipping_method li input {
  margin: unset;
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  width: 21px;
  height: 21px;
  cursor: pointer;
}
.order-form-wrapper .woocommerce ul#shipping_method li label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 28px;
  cursor: pointer;
  padding: 15px 20px 15px 45px;
}
.order-form-wrapper .woocommerce ul#shipping_method .amount {
  font-weight: 500;
}
.order-form-wrapper .woocommerce-shipping-methods input.shipping_method[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #A3A3A3;
  border-radius: 50%;
}
.order-form-wrapper .woocommerce-shipping-methods input.shipping_method[type=radio]:checked {
  border: 5px solid #DCFAE6;
  background-color: #17B26A;
}
.order-form-wrapper .woocommerce-billing-fields h4 {
  padding-bottom: 10px;
}
.order-form-wrapper .woocommerce-billing-fields h4:nth-of-type(2) {
  padding-bottom: 20px;
  padding-top: 32px;
}
.order-form-wrapper .woocommerce table.shop_table {
  border: unset;
}
.order-form-wrapper .woocommerce table.shop_table th, .order-form-wrapper .woocommerce table.shop_table td {
  border-top: unset;
  border-bottom: 1px dashed #9E9E9E;
  padding: 12px 0;
  font-weight: 500;
}
.order-form-wrapper .woocommerce table.shop_table tfoot th {
  padding-right: 8px;
}
.order-form-wrapper .woocommerce table.shop_table .order-total th, .order-form-wrapper .woocommerce table.shop_table .order-total td {
  padding-bottom: 40px;
}
.order-form-wrapper .woocommerce table.shop_table .product-name {
  display: flex;
  gap: 12px;
  align-items: center;
}
.order-form-wrapper .woocommerce table.shop_table .order-product-title {
  padding-right: 12px;
  color: var(--st-common-body);
}
.order-form-wrapper .woocommerce-checkout #payment {
  background: unset;
  border-radius: unset;
}
.order-form-wrapper .woocommerce-checkout-payment .place-order {
  padding: unset !important;
}
.order-form-wrapper .woocommerce-checkout-payment .wc_payment_methods {
  border-bottom: unset !important;
  padding: unset !important;
}
.order-form-wrapper .woocommerce-checkout-payment .wc_payment_method {
  background: var(--st-bg-3);
  margin-bottom: 24px;
  padding: 16px;
  border-radius: 8px;
  color: var(--st-common-body);
}
.order-form-wrapper .woocommerce-checkout-payment .wc_payment_method label {
  padding-bottom: 12px;
  font-weight: 500;
}
.order-form-wrapper .woocommerce-checkout-payment .wc_payment_method .payment_box {
  background: var(--st-common-white-2) !important;
  border-radius: 8px !important;
  margin: unset !important;
}
.order-form-wrapper .woocommerce-checkout-payment .wc_payment_method .payment_box::before {
  display: none !important;
}
.order-form-wrapper .woocommerce-checkout-payment .wc_payment_method .payment_box p {
  color: var(--st-common-body);
  font-weight: 500;
}
.order-form-wrapper .woocommerce-checkout-payment .place-order button {
  gap: 12px;
  background: var(--st-common-black) url("../../assets/img/checkout/button-icon.png");
  background-repeat: no-repeat;
  background-position: calc(50% - 67px) center;
  border: none;
  padding: 18px 48px 18px 85px;
  color: var(--st-common-white-1);
  font-size: 20px;
  letter-spacing: 0.01em;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s;
  border-radius: 8px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-transform: capitalize;
  margin-top: 24px;
  margin-bottom: unset;
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .order-form-wrapper .woocommerce-checkout-payment .place-order button {
    padding: 16px 32px;
    font-size: 16px;
    background-position: calc(50% - 72px) center;
  }
}
.order-form-wrapper .woocommerce-checkout-payment .place-order button:hover {
  background-color: var(--st-heading-primary);
}
.order-form-wrapper .woocommerce-privacy-policy-text {
  padding-top: 24px;
}

.loaction-wrapper {
  display: flex;
  align-items: center;
}
.loaction-wrapper .custom-radio {
  display: inline-block;
}
.loaction-wrapper .active::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 16px;
  height: 16px;
  background: #17B26A;
  border-radius: 50%;
}

.small-product-details {
  background: #f4f4f4;
  border: 1px solid #E6E6E6;
  width: 80px;
  min-width: 80px;
  text-align: center;
  padding: 3px;
  border-radius: 4px;
}
.small-product-details .product-name {
  border-bottom: 1px solid #878787;
  padding-bottom: 4px;
}
.small-product-details .product-name p {
  font-size: 8px;
  font-weight: 700;
  color: var(--st-common-black);
  line-height: 11px;
}
.small-product-details .product-img {
  padding-top: 4px;
}
.small-product-details .product-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.custom-radio {
  width: 18px;
  height: 18px;
  outline: 2px solid #ccc;
  border-radius: 50%;
  margin-right: 15px;
  position: relative;
}

.custom-radio.active {
  outline: 3px solid #DBFAE6;
  border: none;
}

#order-message {
  display: none;
  margin-top: 15px;
  text-align: center;
  border: 1px solid var(--st-border-1);
  padding: 12px 24px;
  border-radius: 8px;
  color: var(--st-common-white-2);
}

.order-summary-container {
  box-sizing: border-box;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px), only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .order-summary-container {
    padding: 40px 0 0 0;
  }
}
.order-summary-container h4 {
  margin-bottom: 20px;
}

.order-table-header {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 2px dotted var(--st-border-1);
}

.order-product-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.order-product-info {
  display: flex;
  align-items: center;
  gap: 13px;
}

.order-product-img {
  width: 58px;
  height: 58px;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #eaeaea;
}

.order-product-title {
  font-size: 15px;
  font-weight: 500;
  color: #252525;
  display: inline-block;
  vertical-align: middle;
}

.order-product-qty {
  color: #858585;
  margin-left: 6px;
  font-size: 14px;
  font-weight: 400;
}

.order-product-price {
  font-size: 15px;
  font-weight: 500;
  color: #252525;
}

.order-divider {
  border: none;
  border-top: 2px dotted #7e7575;
  margin: 16px 0;
}

.order-coupon-row {
  display: flex;
  gap: 12px;
  margin: 32px 0;
  align-items: center;
}
@media (max-width: 575.98px) {
  .order-coupon-row {
    flex-direction: column;
    align-items: start;
  }
}

.order-coupon-input {
  flex: 1 1 0;
  padding: 9px 14px;
  border: 1px solid #dadada;
  border-radius: 5px;
  outline: none;
  background: #fff;
  transition: border 0.2s;
  outline: none;
}
@media (max-width: 575.98px) {
  .order-coupon-input {
    width: 100%;
  }
}

.order-coupon-btn {
  background: #333;
  color: #fff;
  border: none;
  font-size: 16px;
  border-radius: 5px;
  padding: 9px 30px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.16s;
  height: 100%;
}

.order-coupon-btn:hover {
  background: #232323;
}

.order-summary-row {
  display: flex;
  justify-content: space-between;
  color: #4a4a4a;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 2px dotted var(--st-border-1);
}
.order-summary-row:last-child {
  border: none;
}

.b-none {
  border: none;
}

.order-summary-total {
  font-weight: 600;
  font-size: 16px;
  color: #555555;
}

.order-cod-box {
  background: #F0F0F0;
  border-radius: 8px;
  padding: 13px 14px 18px 14px;
  margin: 20px 0 18px 0;
}

.order-cod-title {
  font-size: 15px;
  font-weight: 500;
  color: #333;
  margin-bottom: 11px;
}

.order-cod-btn {
  background: #fff;
  border: 1.5px solid #dadada;
  border-radius: 6px;
  width: 100%;
  padding: 10px 16px;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  color: #555555;
  cursor: pointer;
  transition: border 0.18s, background 0.18s;
}

.order-cod-btn:hover {
  border: 1.5px solid #aaa;
  background: #f9f9f9;
}

.order-privacy-text {
  color: #7b7b7b;
  line-height: 1.6;
  margin-bottom: 20px;
}

.order-place-btn {
  width: 100%;
  background: #232323;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 15px 0;
  font-size: 28px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  transition: background 0.15s;
  letter-spacing: 0.2px;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px), only screen and (min-width: 768px) and (max-width: 991.98px) {
  .order-place-btn {
    font-size: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .order-place-btn {
    font-size: 16px;
  }
}

.order-place-btn:hover {
  background: #181818;
}

.order-place-icon {
  font-size: 21px;
  margin-bottom: 2px;
}

.call-now {
  background: var(--st-bg-2);
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .call-now {
    padding-bottom: 48px !important;
  }
}
.call-now .call-now-wrapper {
  background: var(--st-bg-4);
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 622px;
  margin: 0 auto;
  padding: 24px 30px;
  border-radius: 16px;
}
@media (max-width: 575.98px) {
  .call-now .call-now-wrapper {
    flex-direction: column;
    align-items: start;
    gap: 12px;
    padding: 16px 24px;
  }
  .call-now .call-now-wrapper h3 {
    font-size: 24px;
    line-height: 32px;
  }
}
.call-now .call-now-wrapper span {
  font-size: 24px;
  line-height: 32px;
  color: #383838;
}
@media (max-width: 575.98px) {
  .call-now .call-now-wrapper span {
    font-size: 16px;
    line-height: 24px;
  }
}
.call-now .icon {
  margin-left: 32px;
  margin-right: 12px;
  height: 40px;
  width: 40px;
}
@media (max-width: 575.98px) {
  .call-now .icon {
    margin-left: unset;
  }
}
.call-now .icon-details {
  display: flex;
  align-items: center;
}

.select-product {
  background: var(--st-bg-2);
}
.select-product .select-top {
  text-align: center;
}
.select-product .product-card {
  padding: 16px;
  background: var(--st-common-white-2);
  border: 1px solid var(--st-common-white-2);
  display: flex;
  align-items: start;
  gap: 24px;
  position: relative;
  cursor: pointer;
}
.select-product .product-card:has(input:checked) {
  border: 1px solid var(--st-common-black);
}
@media (max-width: 575.98px) {
  .select-product .product-card {
    gap: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .select-product .product-card .product-info {
    max-width: unset;
  }
}
.select-product .product-card .size-select {
  padding: 6px 20px 6px 8px;
}
.select-product .product-image {
  max-width: 370px;
  max-height: 232px;
  width: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .select-product .product-image {
    max-height: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .select-product .product-image {
    max-width: 260px;
    max-height: 180px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .select-product .product-image {
    max-width: 180px;
    max-height: 140px;
  }
}
@media (max-width: 575.98px) {
  .select-product .product-image {
    max-width: 132px;
    max-height: unset;
  }
}
.select-product .product-image img {
  width: 100%;
  height: auto;
}
.select-product .product-check {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 6px;
  border: 1px solid var(--st-common-black);
  position: relative;
  cursor: pointer;
}
.select-product .product-check:checked::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 9px;
  width: 5px;
  height: 10px;
  border: solid var(--st-common-black);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

#lightbox {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  display: none;
  background-color: rgba(0, 0, 0, 0.95);
}

#video-wrapper {
  /* ----- Positioning ----- */
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 99;
  transform: translate(-50%, -50%);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
}
@media (max-width: 575.98px) {
  #video-wrapper {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  #video-wrapper iframe {
    width: 100%;
    height: 320px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  #video-wrapper iframe {
    width: 520px;
    height: 320px;
  }
}

#close-btn {
  /* ----- Text ----- */
  color: var(--st-common-white);
  font-size: 25px;
  /* ----- Positioning ----- */
  position: fixed;
  top: 3%;
  right: 3%;
  z-index: 2;
  transform: scale(1, 1);
  transition: transform 0.5s ease, color 0.5s ease;
}

#close-btn:hover {
  /* ----- Text ----- */
  color: var(--zo-common-white);
  /* ----- Styling ----- */
  cursor: pointer;
  /* ----- Transformations ----- */
  transform: scale(1.2, 1.2);
  /* ----- Transitions ----- */
  transition: transform 0.5s ease, color 0.5s ease;
}/*# sourceMappingURL=main.css.map */