:root {
  --theme-color: #19FB9B;
  --theme-color2: #9945FF;
  --theme-color3: #19FB9B;
  --title-color: #FFFFFF;
  --body-color: #A1A1A1;
  --smoke-color: rgba(255, 255, 255, 0.06);
  --smoke-color2: #181818;
  --smoke-color3: #1C1D5B;
  --black-color: #000808;
  --white-color: #ffffff;
  --light-color: #838383;
  --gray-color: #DEE8FF;
  --yellow-color: #FFB539;
  --success-color: #28a745;
  --error-color: #dc3545;
  --ot-border-color: rgba(255, 255, 255, 0.06);
  --title-font: "Onest", sans-serif;
  --body-font: "Onest", sans-serif;
  --icon-font: "Font Awesome 6 Pro";
  --main-container: 1338px;
  --container-gutters: 30px;
  --section-space: 100px;
  --section-space-mobile: 70px;
  --section-title-space: 60px;
  --ripple-ani-duration: 5s;
  
  
}

/*------------------- Variable-------------------*/
html,
body {
  scroll-behavior: auto !important;
  padding: 0;
  margin: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: var(--smoke-color);
}

html::-webkit-scrollbar {
  width: 10px;
  background-color: var(--smoke-color);
}

html::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #9B53FD;
}

body {
  font-family: var(--body-font);
  font-size: 14px;
  font-weight: 400;
  color: var(--body-color);
  line-height: 24px;
  overflow-x: hidden;
  background-color: #0C0E12;
  position: relative;
  z-index: 2;
}

html {
  /* Small devices */
}
@media (max-width: 767px) {
  html {
    margin: 0 !important;
  }
  html body.admin-bar {
    padding-top: 46px;
  }
}

iframe {
  border: none;
  width: 100%;
}

.slick-slide:focus,
button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
  outline: none;
}

input:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

img:not([draggable]),
embed,
object,
video {
  max-width: 100%;
  height: auto;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid var(--ot-border-color);
}

th {
  font-weight: 700;
  color: var(--title-color);
  font-family: var(--title-font);
}

td,
th {
  border: 1px solid var(--ot-border-color);
  padding: 9px 12px;
}

a {
  color: var(--theme-color);
  text-decoration: none;
  outline: 0;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
a:hover {
  color: var(--title-color);
}
a:active, a:focus, a:hover, a:visited {
  text-decoration: none;
  outline: 0;
}

.fa, .fa-brands, .fa-duotone, .fa-light, .fa-regular, .fa-solid, .fa-thin, .fab, .fad, .fal, .far, .fas, .fat {
  line-height: inherit;
}

button {
  font-family: var(--body-font);
  cursor: pointer;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

img {
  border: none;
  max-width: 100%;
}

ins {
  text-decoration: none;
}

pre {
  font-family: var(--body-font);
  background: #f5f5f5;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

span.ajax-loader:empty,
p:empty {
  display: none;
}

p {
  font-family: var(--body-font);
  margin: 0 0 18px 0;
  color: var(--body-color);
  line-height: 1.5;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  font-family: var(--title-font);
  color: var(--title-color);
  text-transform: none;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 15px 0;
}

.h1,
h1 {
  font-size: 64px;
  line-height: 1.2;
}

.h2,
h2 {
  font-size: 48px;
  line-height: 1.3;
}

.h3,
h3 {
  font-size: 32px;
  line-height: 1.278;
}

.h4,
h4 {
  font-size: 28px;
  line-height: 1.333;
}

.h5,
h5 {
  font-size: 24px;
  line-height: 1.417;
}

.h6,
h6 {
  font-size: 20px;
  line-height: 1.5;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .h1,
  h1 {
    font-size: 56px;
  }
  .h2,
  h2 {
    font-size: 44px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .h1,
  h1 {
    font-size: 50px;
    line-height: 1.3;
  }
  .h2,
  h2 {
    font-size: 40px;
    line-height: 1.3;
  }
  .h3,
  h3 {
    font-size: 30px;
    line-height: 1.333;
  }
  .h4,
  h4 {
    font-size: 24px;
  }
  .h5,
  h5 {
    font-size: 20px;
  }
  .h6,
  h6 {
    font-size: 16px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  h2,
  .h2 {
    font-size: 40px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .h1,
  h1 {
    font-size: 40px;
  }
  .h2,
  h2 {
    font-size: 34px;
    line-height: 1.3;
  }
  .h3,
  h3 {
    font-size: 26px;
  }
  .h4,
  h4 {
    font-size: 22px;
  }
  .h5,
  h5 {
    font-size: 18px;
  }
  .h6,
  h6 {
    font-size: 16px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .h1,
  h1 {
    font-size: 36px;
    line-height: 1.35;
  }
}
/* Extra small devices */
@media (max-width: 375px) {
  .h1,
  h1 {
    font-size: 32px;
  }
}
@media (max-width: 340px) {
  .h1,
  h1 {
    font-size: 28px;
  }
}
i.ot-icon {
  display: inline-block;
  background-color: var(--body-color);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center center;
          mask-position: center center;
  line-height: 1px;
}
i.ot-icon.arrow-right {
  -webkit-mask-image: url('data:image/svg+xml,<svg width="13" height="10" viewBox="0 0 13 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 5H12.5M12.5 5L8 0.5M12.5 5L8 9.5" stroke="black" stroke-linecap="round" stroke-linejoin="round"/></svg>');
          mask-image: url('data:image/svg+xml,<svg width="13" height="10" viewBox="0 0 13 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 5H12.5M12.5 5L8 0.5M12.5 5L8 9.5" stroke="black" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

/*=================================
    Reset
==================================*/
/*------------------- Container -------------------*/
.container {
  --bs-gutter-x: 24px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 100%;
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 100%;
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1300px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: calc(var(--main-container) + var(--container-gutters));
    padding-left: calc(var(--container-gutters) / 2);
    padding-right: calc(var(--container-gutters) / 2);
  }
  .container-xxl.px-0,
  .container-xl.px-0,
  .container-lg.px-0,
  .container-md.px-0,
  .container-sm.px-0,
  .container.px-0 {
    max-width: var(--main-container);
  }
  .row:not([class*=gx-]) {
    --bs-gutter-x: 24px;
  }
}
.row {
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

@media (min-width: 992px) {
  .col-lg-6 {
    width: calc(50% - 12px);
  }
  .col-lg-8 {
    width: calc(66.66667% - 16px);
  }
  .col-lg-3 {
    width: calc(25% - 6px);
  }
  .col-lg-4 {
    width: calc(33.33333% - 8px);
  }
}
@media (min-width: 1200px) {
  .col-xl-6 {
    width: calc(50% - 12px);
  }
  .col-xl-3 {
    width: calc(25% - 6px);
  }
}
@media (min-width: 992px) {
  .col-xl-5, .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
.col-auto {
  width: auto;
  max-width: auto;
}

.col-auto, .row-cols-6 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.justify-content-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.text-body {
  color: var(--body-color);
}

.mb-0 {
  margin-bottom: 0;
}

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

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

.d-none {
  display: none;
}

/*------------------- Grid -------------------*/
.slick-track > [class*=col] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.gy-30 {
  --bs-gutter-y: 30px;
}

.gy-40 {
  --bs-gutter-y: 40px;
}

.gy-50 {
  --bs-gutter-y: 50px;
}

.gx-6 {
  --bs-gutter-x: 6px;
}

.gx-12 {
  --bs-gutter-x: 12px;
}

.gx-20 {
  --bs-gutter-x: 20px;
}

.gx-50 {
  --bs-gutter-x: 50px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .gx-50 {
    --bs-gutter-x: 24px;
  }
}

@media (min-width: 1299px) {
  .gx-60 {
    --bs-gutter-x: 60px;
  }
}
@media (min-width: 1399px) {
  .gx-30 {
    --bs-gutter-x: 30px;
  }
  .gx-25 {
    --bs-gutter-x: 25px;
  }
  .gx-40 {
    --bs-gutter-x: 40px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .gy-50 {
    --bs-gutter-y: 40px;
  }
}
/*------------------- Input -------------------*/
.checkout-area {
  /* Firefox */
}
.checkout-area select,
.checkout-area .form-control,
.checkout-area .form-select,
.checkout-area textarea,
.checkout-area input:not([type=submit]) {
  height: 43px;
  padding: 0 18px 0 15px;
  border: none;
  border: 1px solid #373A41;
  color: var(--light-color);
  background-color:  rgb(255 255 255 / 0%);;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  font-family: var(--body-font);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  position: relative;
  z-index: 2;
}
.checkout-area select:focus,
.checkout-area .form-control:focus,
.checkout-area .form-select:focus,
.checkout-area textarea:focus,
.checkout-area input:not([type=submit]):focus {
  color: var(--light-color);
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color:#9151F9 !important;
}
.checkout-area select::-moz-placeholder,
.checkout-area .form-control::-moz-placeholder,
.checkout-area .form-select::-moz-placeholder,
.checkout-area textarea::-moz-placeholder,
.checkout-area input:not([type=submit])::-moz-placeholder {
  color: var(--light-color);
}
.checkout-area select::-webkit-input-placeholder,
.checkout-area .form-control::-webkit-input-placeholder,
.checkout-area .form-select::-webkit-input-placeholder,
.checkout-area textarea::-webkit-input-placeholder,
.checkout-area input:not([type=submit])::-webkit-input-placeholder {
  color: var(--light-color);
}
.checkout-area select:-ms-input-placeholder,
.checkout-area .form-control:-ms-input-placeholder,
.checkout-area .form-select:-ms-input-placeholder,
.checkout-area textarea:-ms-input-placeholder,
.checkout-area input:not([type=submit]):-ms-input-placeholder {
  color: var(--light-color);
}
.checkout-area select::-webkit-input-placeholder, .checkout-area .form-control::-webkit-input-placeholder, .checkout-area .form-select::-webkit-input-placeholder, .checkout-area textarea::-webkit-input-placeholder, .checkout-area input:not([type=submit])::-webkit-input-placeholder {
  color: var(--light-color);
}
.checkout-area select::-moz-placeholder, .checkout-area .form-control::-moz-placeholder, .checkout-area .form-select::-moz-placeholder, .checkout-area textarea::-moz-placeholder, .checkout-area input:not([type=submit])::-moz-placeholder {
  color: var(--light-color);
}
.checkout-area select:-ms-input-placeholder, .checkout-area .form-control:-ms-input-placeholder, .checkout-area .form-select:-ms-input-placeholder, .checkout-area textarea:-ms-input-placeholder, .checkout-area input:not([type=submit]):-ms-input-placeholder {
  color: var(--light-color);
}
.checkout-area select::-ms-input-placeholder, .checkout-area .form-control::-ms-input-placeholder, .checkout-area .form-select::-ms-input-placeholder, .checkout-area textarea::-ms-input-placeholder, .checkout-area input:not([type=submit])::-ms-input-placeholder {
  color: var(--light-color);
}
.checkout-area select::placeholder,
.checkout-area .form-control::placeholder,
.checkout-area .form-select::placeholder,
.checkout-area textarea::placeholder,
.checkout-area input:not([type=submit])::placeholder {
  color: var(--light-color);
}
.checkout-area .form-select,
.checkout-area select {
  display: block;
  width: 100%;
  line-height: 1.5;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
  background-position: right 0 center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.checkout-area textarea.form-control,
.checkout-area textarea {
  min-height: 160px;
  padding-top: 16px;
  padding-bottom: 17px;
  border-radius: 12px;
}
.checkout-area .form-group {
  margin-bottom: var(--bs-gutter-x);
  position: relative;
}
.checkout-area option:checked, .checkout-area option:focus, .checkout-area option:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.checkout-area input::-webkit-outer-spin-button,
.checkout-area input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.checkout-area input[type=number] {
  -moz-appearance: textfield;
}
.checkout-area input[type=checkbox] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: none;
}
.checkout-area input[type=checkbox]:checked ~ label:before {
  content: "";
  color: var(--white-color);
  background-image: url('data:image/svg+xml,<svg width="12" height="8" viewBox="0 0 12 8" preserveAspectRatio="none"  fill-rule="evenodd" clip-rule="evenodd" xmlns="http://www.w3.org/2000/svg"><path d="M11.2097 0.140053C11.4235 0.33248 11.4408 0.661797 11.2484 0.875605L5.87504 6.84597C5.19828 7.59793 4.05253 7.69165 3.26256 7.05968L0.813655 5.10055C0.589039 4.92086 0.552622 4.59311 0.732314 4.36849C0.912007 4.14387 1.23976 4.10746 1.46438 4.28715L3.91328 6.24627C4.27236 6.53354 4.79316 6.49093 5.10077 6.14914L10.4741 0.178766C10.6665 -0.035041 10.9959 -0.0523735 11.2097 0.140053Z" fill="%23000000"/></svg>');
  background-color: var(--theme-color);
  background-repeat: no-repeat;
  background-position: center center;
  border-color: var(--theme-color);
  line-height: 2.5;
}
.checkout-area input[type=checkbox] ~ label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: block;
}
.checkout-area input[type=checkbox] ~ label:before {
  content: "";
  font-family: var(--icon-font);
  font-weight: 700;
  position: absolute;
  left: 0px;
  top: 3.5px;
  background-color: var(--white-color);
  border: 1px solid var(--ot-border-color);
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
}
.checkout-area input[type=radio] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: none;
}
.checkout-area input[type=radio] ~ label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  line-height: 1;
  display: inline-block;
  font-weight: 500;
  margin-bottom: 0;
}
.checkout-area input[type=radio] ~ label::before {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width: 17px;
  height: 17px;
  padding-left: 0;
  font-size: 0.6em;
  line-height: 19px;
  text-align: center;
  border: 2px solid #455350;
  border-radius: 100%;
  font-weight: 700;
  background: transparent;
  color: transparent;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.checkout-area input[type=radio]:checked ~ label::before {
  content: url('data:image/svg+xml,<svg width="12" height="8" viewBox="0 0 12 8" preserveAspectRatio="none"  fill-rule="evenodd" clip-rule="evenodd" xmlns="http://www.w3.org/2000/svg"><path d="M11.2097 0.140053C11.4235 0.33248 11.4408 0.661797 11.2484 0.875605L5.87504 6.84597C5.19828 7.59793 4.05253 7.69165 3.26256 7.05968L0.813655 5.10055C0.589039 4.92086 0.552622 4.59311 0.732314 4.36849C0.912007 4.14387 1.23976 4.10746 1.46438 4.28715L3.91328 6.24627C4.27236 6.53354 4.79316 6.49093 5.10077 6.14914L10.4741 0.178766C10.6665 -0.035041 10.9959 -0.0523735 11.2097 0.140053Z" fill="%23000000"/></svg>');
  border-color: var(--theme-color);
  background-color: var(--theme-color);
  color: var(--black-color);
  line-height: 2;
}
.checkout-area label {
  margin-bottom: 12px;
  display: block;
  color: var(--title-color);
  font-family: var(--body-font);
  font-size: 18px;
  font-weight: 400;
}
.checkout-area textarea.is-invalid,
.checkout-area select.is-invalid,
.checkout-area input.is-invalid,
.checkout-area .was-validated input:invalid {
  border: 1px solid var(--error-color) !important;
  background-position: right calc(0.375em + 0.8875rem) center;
  background-image: none;
}
.checkout-area textarea.is-invalid:focus,
.checkout-area select.is-invalid:focus,
.checkout-area input.is-invalid:focus,
.checkout-area .was-validated input:invalid:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.checkout-area textarea.is-invalid {
  background-position: top calc(0.375em + 0.5875rem) right calc(0.375em + 0.8875rem);
}
.checkout-area .row.no-gutters > .form-group {
  margin-bottom: 0;
}
.checkout-area .form-messages {
  display: none;
}
.checkout-area .form-messages.mb-0 * {
  margin-bottom: 0;
}
.checkout-area .form-messages.success {
  color: var(--success-color);
  display: block;
}
.checkout-area .form-messages.error {
  color: var(--error-color);
  display: block;
}
.checkout-area .form-messages pre {
  padding: 0;
  background-color: transparent;
  color: inherit;
}

.price-dev {
    display: block;
    font-size: 14px;
    padding-bottom: 10px;
}
.price-dev.active{
    
    border-bottom: 1px solid #22262F;
}

.price-head-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}

.old-price-value {
    display: none;
    color: #94979C;
    text-decoration: line-through;
}

.price-box-list.has-old-price .old-price-value {
    display: none;
}

.price-meta-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.price-meta-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #94979C;
    white-space: nowrap;
}

.price-meta-line {
    flex: 1 1 auto;
    width: auto;
    min-width: 40px;
}

.price-meta-value {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
}

.images-dev{
    
    background: #13161B;
    border-radius: 12px;
    padding: 10px;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px; /* space between items */
}


.icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

 

.divider {
    width: 1px;
    height: 20px;
    background: #22262F;
}
.price-dev .selected-step-value,
.price-dev .selected-capital-value {
    color: #EDEEF0;
    font-weight: 500;
}

.price-dev .price-separator {
    color: #61656C;
}

.price-dev .selected-price-value {
    color: #FFFFFF;
    font-weight: 600;
}

.price-dev:not(.active) .price-head-row,
.price-dev:not(.active) .price-meta-row {
    display: none;
}

/*------------------- header -------------------*/
.ot-btn {
  display: inline-block;
  padding: 13px 14px;

 
    font-weight: 500;
    line-height: 1;
    min-width: 80px;
    color: white;
    text-align: center;
    position: relative;
    z-index: 2;
  
    border-radius: 10px !important;
    border: 1px solid transparent;
    background: linear-gradient(#0B0E12, #0B0E12) padding-box, linear-gradient(104deg, var(--Colors-Green-500, #14F195) 0%, var(--Colors-Brand-500, #9945FF) 89.84%) border-box;
}
 

.header-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px 30px;
}
.header-btn .ot-btn {
  min-width: 90px;
}

.link-btn {
  color: var(--title-color);
  font-size: 14px;
}
.link-btn svg {
  margin-right: 4px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.link-btn path {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.link-btn:hover {
  color: var(--theme-color);
}
.link-btn:hover path {
  fill: var(--theme-color);
}

.ot-header {
  overflow: hidden;
  /* Extra small devices */
}
.ot-header .gt_selector {
  padding: 7px;
  background-color: var(--smoke-color);
  color: var(--body-color);
  border-color: var(--ot-border-color);
}
.ot-header .header-logo {
  line-height: 1px;
}
.ot-header .header-top {
  text-align: center;
  padding: 9px 0;
  background-color: var(--theme-color);
}
.ot-header .header-notice {
  margin: 0;
  color: var(--white-color);
  font-weight: 500;
}
.ot-header .header-notice svg {
  vertical-align: text-top;
  margin: 0 5px;
}
.ot-header .menu-area {
  padding: 16px 0 16px 0;
  /* Large devices */
}
@media (max-width: 1199px) {
  .ot-header .menu-area {
    padding: 16px 0;
  }
}
.ot-header .logo-mobile {
  display: none;
}
@media (max-width: 575px) {
  .ot-header .row {
    --bs-gutter-x: 6px;
  }
  .ot-header .header-btn {
    gap: 15px;
  }
  .ot-header .logo-mobile {
    display: block;
  }
  .ot-header .ot-btn {
    min-width: auto;
  }
}

/*------------------- footer -------------------*/

:root {
  --text-xs-semibold-font-family: "Onest", Helvetica;
  --text-xs-semibold-font-weight: 600;
  --text-xs-semibold-font-size: 12px;
  --text-xs-semibold-letter-spacing: 0px;
  --text-xs-semibold-line-height: 18px;
  --text-xs-semibold-font-style: normal;
  --text-xs-regular-font-family: "Onest", Helvetica;
  --text-xs-regular-font-weight: 400;
  --text-xs-regular-font-size: 12px;
  --text-xs-regular-letter-spacing: 0px;
  --text-xs-regular-line-height: 18px;
  --text-xs-regular-font-style: normal;
  --text-md-regular-font-family: "Onest", Helvetica;
  --text-md-regular-font-weight: 400;
  --text-md-regular-font-size: 16px;
  --text-md-regular-letter-spacing: 0px;
  --text-md-regular-line-height: 24px;
  --text-md-regular-font-style: normal;
  --1-color-modes-colors-background-bg-primary: var(
    --primitives-colors-gray-dark-mode-950
  );
  --1-color-modes-colors-text-text-secondary-700: var(
    --primitives-colors-gray-dark-mode-300
  );
  --1-color-modes-colors-text-text-tertiary-600: var(
    --primitives-colors-gray-dark-mode-400
  );
  --1-color-modes-colors-text-text-quaternary-500: var(
    --primitives-colors-gray-dark-mode-400
  );
  --1-color-modes-colors-border-border-secondary: var(
    --primitives-colors-gray-dark-mode-800
  );
  --1-color-modes-colors-background-bg-quaternary: var(
    --primitives-colors-gray-dark-mode-700
  );
  --primitives-colors-base-white: rgba(255, 255, 255, 1);
  --primitives-colors-gray-dark-mode-950: rgba(12, 14, 18, 1);
  --primitives-colors-gray-light-mode-700: rgba(65, 70, 81, 1);
  --primitives-colors-gray-light-mode-600: rgba(83, 88, 98, 1);
  --primitives-colors-gray-light-mode-500: rgba(113, 118, 128, 1);
  --primitives-colors-gray-light-mode-200: rgba(233, 234, 235, 1);
  --primitives-spacing-4-16px: 16px;
  --primitives-spacing-1-4px: 4px;
  --primitives-colors-gray-dark-mode-300: rgba(206, 207, 210, 1);
  --primitives-colors-gray-dark-mode-400: rgba(148, 151, 156, 1);
  --primitives-colors-gray-dark-mode-800: rgba(34, 38, 47, 1);
  --primitives-colors-gray-dark-mode-700: rgba(55, 58, 65, 1);
  --primitives-spacing-8-32px: 32px;
  --primitives-spacing-3-12px: 12px;
  --primitives-spacing-16-64px: 64px;
  --primitives-spacing-320-1-280px: 1280px;
  --3-spacing-spacing-xl: var(--primitives-spacing-4-16px);
  --3-spacing-spacing-xs: var(--primitives-spacing-1-4px);
  --3-spacing-spacing-4xl: var(--primitives-spacing-8-32px);
  --3-spacing-spacing-lg: var(--primitives-spacing-3-12px);
  --3-spacing-spacing-7xl: var(--primitives-spacing-16-64px);
  --2-radius-radius-sm: 6px;
  --5-containers-container-padding-desktop: var(--primitives-spacing-8-32px);
  --5-containers-container-max-width-desktop: var(
    --primitives-spacing-320-1-280px
  );
}

/*

To enable a theme in your HTML, simply add one of the following data attributes to an HTML element, like so:

<body data-1-color-modes-mode="light-mode">
    <!-- the rest of your content -->
</body>

You can apply the theme on any DOM node, not just the `body`

*/

[data-1-color-modes-mode="light-mode"] {
  --1-color-modes-colors-background-bg-primary: var(
    --primitives-colors-base-white
  );
  --1-color-modes-colors-text-text-secondary-700: var(
    --primitives-colors-gray-light-mode-700
  );
  --1-color-modes-colors-text-text-tertiary-600: var(
    --primitives-colors-gray-light-mode-600
  );
  --1-color-modes-colors-text-text-quaternary-500: var(
    --primitives-colors-gray-light-mode-500
  );
  --1-color-modes-colors-border-border-secondary: var(
    --primitives-colors-gray-light-mode-200
  );
  --1-color-modes-colors-background-bg-quaternary: var(
    --primitives-colors-gray-light-mode-200
  );
}

[data-1-color-modes-mode="dark-mode"] {
  --1-color-modes-colors-background-bg-primary: var(
    --primitives-colors-gray-dark-mode-950
  );
  --1-color-modes-colors-text-text-secondary-700: var(
    --primitives-colors-gray-dark-mode-300
  );
  --1-color-modes-colors-text-text-tertiary-600: var(
    --primitives-colors-gray-dark-mode-400
  );
  --1-color-modes-colors-text-text-quaternary-500: var(
    --primitives-colors-gray-dark-mode-400
  );
  --1-color-modes-colors-border-border-secondary: var(
    --primitives-colors-gray-dark-mode-800
  );
  --1-color-modes-colors-background-bg-quaternary: var(
    --primitives-colors-gray-dark-mode-700
  );
}



.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background-color: var(--1-color-modes-colors-background-bg-primary);
}

.footer .divider {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 9.66px;
  margin-top: -4.33px;
  z-index: 1;
}

.footer .container {
  display: flex;
  flex-direction: column;
  max-width: var(--5-containers-container-max-width-desktop);
  align-items: center;
  gap: var(--3-spacing-spacing-7xl);
  padding: var(--3-spacing-spacing-4xl)
    var(--5-containers-container-padding-desktop) 0px
    var(--5-containers-container-padding-desktop);
  position: relative;
  width: 100%;
  flex: 0 0 auto;
  z-index: 0;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-width: 1px;
  border-left-style: solid;
  border-color: var(--1-color-modes-colors-border-border-secondary);
}

.footer .content {
  flex-direction: column;
  align-items: flex-start;
  gap: var(--3-spacing-spacing-4xl);
  display: flex;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.footer .payment {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--3-spacing-spacing-lg);
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: var(--1-color-modes-colors-border-border-secondary);
}

.footer .icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--3-spacing-spacing-xl);
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.footer .social-icon {
  position: relative;
  width: 32px;
  height: 32px;
  aspect-ratio: 1;
}

.footer .div {
  position: relative;
  width: 1px;
  height: 24px;
  border: 1px solid;
  border-color: var(--1-color-modes-colors-border-border-secondary);
}

.footer .payment-method-icon {
  position: relative;
  width: 46px;
  height: 32px;
  background-color: var(--primitives-colors-base-white);
  border-radius: var(--2-radius-radius-sm);
  border: 1px solid;
  border-color: var(--1-color-modes-colors-border-border-secondary);
  aspect-ratio: 1.45;
}

.footer .visa-logo {
  position: absolute;
  width: 86.21%;
  height: 66.25%;
  top: 33.75%;
  left: 13.79%;
}

.footer .mastercard {
  position: absolute;
  width: 30px;
  height: 18px;
  top: 7px;
  left: 8px;
}

.footer .apple-pay {
  position: absolute;
  width: 85.63%;
  height: 70.83%;
  top: 29.17%;
  left: 14.37%;
}

.footer .divider-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.footer .dot {
  z-index: 2;
  position: relative;
  width: 7px;
  height: 7px;
  background-color: var(--1-color-modes-colors-background-bg-quaternary);
  border-radius: 2px;
  border: 1px solid;
  border-color: var(--1-color-modes-colors-border-border-secondary);
  transform: rotate(-45deg);
  aspect-ratio: 1;
}

.footer .divider-line {
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  margin-left: -1px;
  z-index: 1;
}

.footer .dot-2 {
  margin-left: -1px;
  z-index: 0;
  position: relative;
  width: 7px;
  height: 7px;
  background-color: var(--1-color-modes-colors-background-bg-quaternary);
  border-radius: 2px;
  border: 1px solid;
  border-color: var(--1-color-modes-colors-border-border-secondary);
  transform: rotate(-45deg);
  aspect-ratio: 1;
}

.footer .content-2 {
  flex-direction: column;
  align-items: flex-start;
  gap: var(--3-spacing-spacing-xl);
  padding: 0px var(--3-spacing-spacing-4xl) 0px var(--3-spacing-spacing-4xl);
  display: flex;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.footer .title-and-paragraph {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--3-spacing-spacing-xs);
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.footer .title {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--text-xs-semibold-font-family);
  font-weight: var(--text-xs-semibold-font-weight);
  color: var(--1-color-modes-colors-text-text-secondary-700);
  font-size: var(--text-xs-semibold-font-size);
  letter-spacing: var(--text-xs-semibold-letter-spacing);
  line-height: var(--text-xs-semibold-line-height);
  font-style: var(--text-xs-semibold-font-style);
}

.footer .paragraph {
  position: relative;
  align-self: stretch;
  font-family: var(--text-xs-regular-font-family);
  font-weight: var(--text-xs-regular-font-weight);
  color: var(--1-color-modes-colors-text-text-tertiary-600);
  font-size: var(--text-xs-regular-font-size);
  letter-spacing: var(--text-xs-regular-letter-spacing);
  line-height: var(--text-xs-regular-line-height);
  font-style: var(--text-xs-regular-font-style);
}

.footer .content-3 {
  align-items: center;
  gap: var(--3-spacing-spacing-4xl);
  padding: 0px var(--3-spacing-spacing-4xl) 0px var(--3-spacing-spacing-4xl);
  display: flex;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.footer .footer-links {
  display: flex;
  align-items: flex-start;
  gap: var(--3-spacing-spacing-xl);
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.footer .text-wrapper {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--text-md-regular-font-family);
  font-weight: var(--text-md-regular-font-weight);
  color: var(--1-color-modes-colors-text-text-quaternary-500);
  font-size: var(--text-md-regular-font-size);
  letter-spacing: var(--text-md-regular-letter-spacing);
  line-height: var(--text-md-regular-line-height);
  white-space: nowrap;
  font-style: var(--text-md-regular-font-style);
}

.footer .SOLANAFUNDED {
  position: relative;
  width: 1218.17px;
  height: 114px;
  margin-left: -1.17px;
  margin-right: -1.00px;
}


/*------------------- Checkout -------------------*/


.c-1{
    background: #13161B;
    width: 100%;
    max-width: 200px;
    text-align: center;
    padding: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 100px;
    min-height: 100px;

    border: 1px solid transparent;

    background-image: 
        linear-gradient(#13161B, #13161B),
        linear-gradient(104deg, #14F195 0%, #9945FF 89.84%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

/* Large screens / Mac / big laptops */
@media (min-width: 1440px){
  .c-1{
    max-width: 240px;
    min-height: 100px;
  }
}

/* Normal laptops */
@media (max-width: 1200px){
  .c-1{
    max-width: 240px;
    min-height: 110px;
  }
}

/* Tablets */
@media (max-width: 768px){
  .c-1{
    max-width: 180px;
    min-height: 100px;
    padding: 12px;
  }
}

/* Mobile */
@media (max-width: 480px){
  .c-1{
    max-width: 50%;
    min-height: 90px;
    padding: 10px;
  }

.icon-wrap{
    background:#0C0E12;
    padding:20px;
    width:70px !important;
	height:70px !important;
}

}

.icon-wrap{
    background:#0C0E12;
    padding:20px;
     width:100px  ;
height:100px  ;
    border-radius:100px;

    display:flex;
    align-items:center;
    justify-content:center;
}

.text-center .c-1{
    margin: 20px auto;
}
.account-item.price-box-list{
    
    border: 2px dashed #373A41;
    border-radius: 10px;
    padding: 20px;
    
}


.woocommerce-page .ch-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  /* Medium devices */
}
@media (max-width: 1300px) {
  .woocommerce-page .ch-row .col-lg-3:last-child {
    display: none;
  }
}
@media (max-width: 991px) {
  .woocommerce-page .ch-row .col-xl-3 {
    display: none;
  }
}

.checkout-form .row {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.back-to-home {
  margin-bottom: 22px;
}
.back-to-home a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  color: var(--body-color);
  font-size: 15px;
  font-weight: 600;
}
.back-to-home a:hover {
  color: var(--theme-color);
}
.back-to-home a:hover svg path {
  fill: var(--theme-color);
}

.left-menu-wrap {
  position: sticky;
  top: 80px;
  left: 0;
}
.left-menu-wrap .menu-title {
  font-size: 16px;
  font-weight: 400;
  color: var(--title-color);
  margin-bottom: 12px;
}
.left-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.left-menu li {
  padding: 13px;
  background-color: transparent;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 256px;
  color: var(--body-color);
  margin-bottom: 4px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  cursor: pointer;
}
.left-menu li a {
  color: inherit;
}
.left-menu li .icon {
  content: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><foreignObject x="-20" y="-20" width="60" height="60"><div xmlns="http://www.w3.org/1999/xhtml" style="backdrop-filter:blur(10px);clip-path:url(%23bgblur_0_0_21_clip_path);height:100%;width:100%"></div></foreignObject><g data-figma-bg-blur-radius="20"><rect width="20" height="20" rx="10" fill="%2319FB9B"/><path d="M13.3333 7.5L8.75 11.6667L6.66666 9.77273" stroke="%230A0A0A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="bgblur_0_0_21_clip_path" transform="translate(20 20)"><rect width="20" height="20" rx="10"/></clipPath></defs></svg>');
  -webkit-filter: grayscale(1) opacity(0.7) invert(1);
          filter: grayscale(1) opacity(0.7) invert(1);
}
.left-menu li.active, .left-menu li.style-active {
  background-color: var(--smoke-color);
  color: var(--title-color);
}
.left-menu li.active .icon, .left-menu li.style-active .icon {
  -webkit-filter: none;
          filter: none;
}

.sec-text {
  font-weight: 400;
}

.text-theme {
  color: var(--theme-color);
}

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

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

.ch-top-area {
  margin: 100px 0 80px 0;
  /* Medium devices */
}
.ch-top-area .sec-title {
  font-weight: 500;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .ch-top-area {
    margin: 60px 0 45px 0;
  }
  .ch-top-area .sec-title {
    margin-bottom: 16px;
  }
}

.breadcumb-menu {
  margin-bottom: 35px;
}
.breadcumb-menu ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 0;
  margin: 0;
}
.breadcumb-menu li {
  font-size: 14px;
  font-weight: 500;
  color: var(--title-color);
  padding: 2px 0;
  border-radius: 66px;
}
.breadcumb-menu li a {
  color: inherit;
}
.breadcumb-menu li a:hover {
  color: var(--theme-color);
}
.breadcumb-menu li:before {
  content: url('data:image/svg+xml,<svg width="6" height="10" viewBox="0 0 6 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 9L5 5L1 1" stroke="%23ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  padding: 0 6px 0 0;
}
.breadcumb-menu li:last-child {
  background-color: var(--smoke-color);
  padding: 2px 10px;
}
.breadcumb-menu li:last-child:before {
  content: url('data:image/svg+xml,<svg width="10" height="6" viewBox="0 0 10 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L5 5L9 1" stroke="%23ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  display: inline-block;
}
.breadcumb-menu li svg {
  margin-bottom: -4px;
  margin-right: 5px;
}

.breadcumb-wrapper {
  margin-top: -30px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .breadcumb-wrapper {
    margin-top: 40px;
  }
}
.breadcumb-wrapper h1 {
  font-size: 32px;
  font-weight: 600;
}

.wt_coupon_wrapper {
  display: none;
}

.text-center {
  text-align: center;
}

.checkout-tab {
  overflow: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
  margin-bottom: 44px;
  position: relative;
  z-index: 2;
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 767px) {
  .checkout-tab {
    gap: 15px 20px;
  }
}
.checkout-tab .tab-btn {
  padding: 0;
  border: none;
  background-color: transparent;
  font-size: 15px;
  font-weight: 400;
  color: var(--body-color);
  text-align: center;
  cursor: pointer;
}


.selected-price-value{
    background: linear-gradient(104deg, var(--Colors-Green-500, #14F195) 0%, var(--Colors-Brand-500, #9945FF) 89.84%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  
  font-size: 32px;
  line-height: 38px;
}
}

.checkout-tab .tab-btn span {
  color: var(--title-color);
  background-color: var(--smoke-color);
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 99px;
  font-size: 16px;
  margin-right: 4px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.checkout-tab .tab-btn:after {
  content: "";
  display: inline-block;
  height: 1px;
  width: 90px;
  background-color: #D9D9D9;
  margin-left: 10px;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  /* Small devices */
}
@media (max-width: 767px) {
  .checkout-tab .tab-btn:after {
    display: none;
  }
}
.checkout-tab .tab-btn:last-child:after {
  display: none;
}
.checkout-tab .tab-btn.active span {
  background-color: var(--theme-color);
}
.checkout-tab .indicator {
  position: absolute;
  top: var(--pos-y);
  left: calc(var(--pos-x) - 32px);
  height: var(--height-set);
  width: calc(var(--width-set) + 64px);
  background-color: var(--smoke-color);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  clip-path: polygon(32px 0, calc(100% - 32px) 0, 100% 50%, calc(100% - 32px) 100%, 32px 100%, 0% 50%);
  z-index: -1;
}
@media (max-width: 575px) {
  .checkout-tab {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .checkout-tab .tab-btn {
    min-width: 180px;
    text-align: left;
  }
  .checkout-tab .indicator {
    clip-path: none;
    top: var(--pos-y);
    left: var(--pos-x);
  }
}

.ch-tab {
  display: none;
  margin: 0 auto;
}
.ch-tab.active {
  display: block;
}

.account-content {
  max-width: 978px;
}

.make-payment-content,
.billing-details-content {
  max-width: 776px;
}

.total-wrap {
  text-align: center;
  margin-top: 50px;
}
.total-wrap .ot-btn {
  background-color: var(--theme-color);
  border: none;
  font-size: 16px;
  font-weight: 400;
  padding: 16px 30px;
}
.total-wrap .ot-btn:hover {
  background-color: #1e54be;
}

.total_price {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 10px;
}

.price-box .total_price {
  margin-bottom: 35px;
}

.bill-text {
  font-size: 14px;
  margin-bottom: 40px;
}

.billing-wrap {
  margin-bottom: -12px;
}

.checkout-row {
  width: 100%;
  /* Medium devices */
}
.checkout-row .right-area {
  margin-left: auto;
}
@media (max-width: 991px) {
  .checkout-row .left-area,
  .checkout-row .right-area {
    max-width: 100%;
  }
  .checkout-row .right-area {
    margin-left: 0;
  }
}

.checkout-form .form-row {
  padding: 0 !important;
  margin-bottom: 12px !important;
  position: relative;
  z-index: 2;
}
.checkout-form .form-row:before {
  position: absolute;
  top: 50%;
  left: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1px;
  z-index: 1;
  pointer-events: none;
}
.checkout-form .form-row > label {
  font-size: 16px;
  font-weight: 500;
  display: none !important;
  margin-bottom: 8px;
}
.checkout-form .form-row .form-select {
  cursor: pointer;
  color: var(--light-color);
}
.checkout-form .form-row .required {
  color: inherit !important;
  font-weight: inherit !important;
}
.checkout-form .form-row.validate-email {
  margin-bottom: 20px !important;
}
.checkout-form .form-row.validate-email label {
  display: none !important;
}
.checkout-form .form-row.place-order {
  margin-bottom: 0 !important;
}
.checkout-form .checkout-inline-error-message {
  display: none;
}
.checkout-form #billing_first_name_field,
.checkout-form #billing_last_name_field {
  width: calc(50% - 7px);
}
.checkout-form #billing_first_name_field {
  float: none;
}
.checkout-form #billing_last_name_field {
  float: right;
  display: block !important;
  margin-top: -56px;
}
.checkout-form #billing_company_field,
.checkout-form #billing_address_2_field {
  display: none !important;
}
.checkout-form .heading-label {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.03em;
  padding: 0;
  color :#CECFD2;
  margin-bottom: 5px !important;
}
.checkout-form .heading-label#billing_details_field {
  margin-top: 40px;
}
.checkout-form .heading-label h3 {
  font-size: inherit;
  font-weight: inherit;
    color :#CECFD2;

  padding: 0;
  margin: 0;
  margin-top: -0.1em;
}
.checkout-form select {
  background-position: right -2px center;
  background-color: transparent;
  color: var(--title-color);
}
.checkout-form label {
  font-weight: 400;
  font-size: 16px;
  color: var(--title-color);
  margin-bottom: 10px;
  display: none;
}

.input-text.thwcfe-input-field[name="billing_email"] {
  padding: 0px 18px 0px 40px;
}
.select2-selection__rendered[id="select2-billing_country-container"] {
  padding: 0px 18px 0px 40px;
}
.checkout-form .form-check .form-check-input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.checkout-form #billing_email_field:before {
  content: url('data:image/svg+xml,<svg width="17" height="14" viewBox="0 0 17 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.00009 3.25L7.12378 7.53658C7.61966 7.8837 7.8676 8.05726 8.13729 8.12448C8.37551 8.18386 8.62467 8.18386 8.86289 8.12448C9.13258 8.05726 9.38052 7.8837 9.8764 7.53658L16.0001 3.25M4.60009 13H12.4001C13.6602 13 14.2903 13 14.7716 12.7548C15.1949 12.539 15.5391 12.1948 15.7549 11.7715C16.0001 11.2902 16.0001 10.6601 16.0001 9.4V4.6C16.0001 3.33988 16.0001 2.70982 15.7549 2.22852C15.5391 1.80516 15.1949 1.46095 14.7716 1.24524C14.2903 1 13.6602 1 12.4001 1H4.60009C3.33997 1 2.70991 1 2.22861 1.24524C1.80525 1.46095 1.46104 1.80516 1.24533 2.22852C1.00009 2.70982 1.00009 3.33988 1.00009 4.6V9.4C1.00009 10.6601 1.00009 11.2902 1.24533 11.7715C1.46104 12.1948 1.80525 12.539 2.22861 12.7548C2.70991 13 3.33997 13 4.60009 13Z" stroke="%23808080" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.checkout-form #billing_country_field {
  min-height: 44px;
}
.checkout-form #billing_country_field .woocommerce-input-wrapper {
  position: relative;
  z-index: 2;
}
.checkout-form #billing_country_field .woocommerce-input-wrapper:before {
  position: absolute;
  top: 4px;
  left: 18px;
  line-height: 1px;
  content: url('data:image/svg+xml,<svg width="19" height="19" viewBox="0 0 19 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.75 9.08333H17.4167M0.75 9.08333C0.75 13.6857 4.48096 17.4167 9.08333 17.4167M0.75 9.08333C0.75 4.48096 4.48096 0.75 9.08333 0.75M17.4167 9.08333C17.4167 13.6857 13.6857 17.4167 9.08333 17.4167M17.4167 9.08333C17.4167 4.48096 13.6857 0.75 9.08333 0.75M9.08333 0.75C11.1677 3.03196 12.3523 5.99336 12.4167 9.08333C12.3523 12.1733 11.1677 15.1347 9.08333 17.4167M9.08333 0.75C6.99893 3.03196 5.81437 5.99336 5.75 9.08333C5.81437 12.1733 6.99893 15.1347 9.08333 17.4167" stroke="%23808080" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.checkout-form #billing_state_field {
  min-height: 44px;
}

.select2-dropdown {
  background-color: #000;
  color: var(--body-color);
  border: 1px solid var(--ot-border-color);
  border-top: none;
}

.select2-container--open .select2-dropdown--below {
  margin-top: -29px;
}

.select2-container--open .select2-dropdown--above {
  margin-top: -40px;
}

.select2-container--default .select2-selection--single {
  background-color: transparent;
  border: none !important;
  border: 1px solid transparent !important;
  border-radius: 0 !important;
  height: 44px;
}

/* Dark theme scrollbar for Select2 dropdown */
.select2-results > .select2-results__options {
  scrollbar-width: thin; /* Firefox */
  scrollbar-color: #AEC3BF #142020; /* thumb + track */
}

/* For Chrome, Edge, Safari */
.select2-results > .select2-results__options::-webkit-scrollbar {
  width: 6px;
}

.select2-results > .select2-results__options::-webkit-scrollbar-track {
  background: #142020; /* Track color (dark background) */
}

.select2-results > .select2-results__options::-webkit-scrollbar-thumb {
  background-color: #AEC3BF; /* Scrollbar thumb */
  border-radius: 10px;
}

.select2-results > .select2-results__options::-webkit-scrollbar-thumb:hover {
  background-color: #AEC3BF; /* Hover effect */
}

.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[data-selected=true] {
  background-color: #142020;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: var(--theme-color);
  color: var(--black-color);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--light-color) !important;
  font-size: 16px;
  font-weight: 400;
  background: #83838300;
  border-radius: 15px;
  border: 1px solid #373A41;
  line-height: 44px !important;
  padding: 0 18px 0 42px !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: var(--light-color);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 13px;
  top: 14px;
  right: 12px;
}

.account-information {
  border-radius: 20px;
  border: 1px solid #211437;
  background: rgba(38, 26, 60, 0.27);
  padding: 30px;
}
.account-information h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
.account-information .form-group {
  margin-bottom: 20px;
}
.account-information .form-group .form-control {
  border-radius: 10px;
  background-color: rgba(38, 26, 60, 0.27);
  border-color: rgba(38, 26, 60, 0.27);
  color: var(--white-color);
}
.account-information .form-group .form-control::-webkit-input-placeholder {
  color: #A091B7;
}
.account-information .form-group .form-control::-moz-placeholder {
  color: #A091B7;
}
.account-information .form-group .form-control:-ms-input-placeholder {
  color: #A091B7;
}
.account-information .form-group .form-control::-ms-input-placeholder {
  color: #A091B7;
}
.account-information .form-group .form-control::placeholder {
  color: #A091B7;
}
.account-information .form-group .form-select {
  cursor: pointer;
  color: #A091B7;
  border-color: #650DFB;
}
.account-information .form-check {
  border-radius: 10px;
  border: 1px solid #2E1E48;
  background: rgba(38, 26, 60, 0.27);
  padding: 15px 15px;
}
.account-information .form-check .form-check-input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.account-information .form-check .form-check-label {
  color: var(--white-color);
}
.account-information .form-check .form-check-label span {
  margin-left: 10px;
}

.evaluation-style {
  border-bottom: 1px solid #2E1E48;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.evaluation-style p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  color: var(--white-color);
}
.evaluation-style span {
  font-size: 18px;
  font-weight: 500;
}

.evaluation .label {
  font-size: 16px;
  color: var(--white-color);
  margin-bottom: 10px;
}
.evaluation .form-group {
  margin-bottom: 20px;
}
.evaluation .form-group .form-control {
  border-radius: 10px;
  background-color: rgba(38, 26, 60, 0.27);
  border-color: rgba(38, 26, 60, 0.27);
  color: var(--white-color);
}
.evaluation .form-group .form-control::-webkit-input-placeholder {
  color: #A091B7;
}
.evaluation .form-group .form-control::-moz-placeholder {
  color: #A091B7;
}
.evaluation .form-group .form-control:-ms-input-placeholder {
  color: #A091B7;
}
.evaluation .form-group .form-control::-ms-input-placeholder {
  color: #A091B7;
}
.evaluation .form-group .form-control::placeholder {
  color: #A091B7;
}
.evaluation .form-group .form-select {
  cursor: pointer;
  color: #A091B7;
  border-color: #650DFB;
}
.evaluation .form-group .main-btn {
  position: absolute;
  top: 50%;
  right: 7px !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 8.5px 35px;
}

.payment-method .choose-payment {
  border-radius: 10px;
  border: 1px solid #6958E2;
  background: rgba(38, 26, 60, 0.27);
  padding: 30px;
}
.payment-method .choose-payment .payment-number {
  border-radius: 12px;
  border: 1px solid #2E1E48;
  padding: 20px 15px;
}

.trading-img {
  position: relative;
}
.trading-img .circel-img {
  position: absolute;
  top: 9px;
  left: 0;
  right: 0;
  width: 150px;
  margin: auto;
  z-index: -1;
  -webkit-animation: rotation 50s infinite linear;
          animation: rotation 50s infinite linear;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
.checkout-top-info {
  margin-bottom: 45px;
}

.account-item {
  margin-bottom: 26px;
}
.account-item h3 {
  margin-bottom: 25px;
  color: var(--title-color);
  font-size: 18px;
  font-weight: 600;
}
.account-item .variation-title {
  font-size: 18px !important;
  font-weight: 600 !important;
  margin-bottom: 15px;
  margin-top: -0.35em;
  color: var(--title-color);
}
.account-item #challenge_steps {
     
                /* optional: better inner spacing */
    background: #13161B;
    border-radius: 50px;
    border: 1px solid #22262F;
    padding: 5px;
     width: 70%;
     gap: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

@media (max-width: 575px) {
  .account-item .variations-buttons {
    gap: 4px;
  }
}
.account-item button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  padding: 10px;
  position: relative;
  z-index: 2;
  color: #94979C;
 background: rgb(94 93 93 / 0%);
  border: none;
  border-radius: 50px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.account-item button b {
  display: inline-block;
  position: absolute;
  top: 5px;
  right: -10px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 8px;
  font-weight: 700;
  color: var(--black-color);
  text-align: center;
  white-space: nowrap;
  padding: 2px 18px 2px 25px;
  background: linear-gradient(98.31deg, #FFEC73 -0.38%, #FFF0C7 47.67%, #EBDE4D 98.56%);
  border-bottom: 0.5px solid #BAA100;
  -webkit-box-shadow: 0px 2px 7px rgba(105, 103, 15, 0.44), 0px 0px 4px rgba(184, 171, 31, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 7px rgba(105, 103, 15, 0.44), 0px 0px 4px rgba(184, 171, 31, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.account-item button:hover {
  border-color: rgba(255, 255, 255, 0.2);
}
.account-item button:first-child {
  border-radius: 8px 0 0 8px;
}
.account-item button:last-child {
  border-radius: 0 8px 8px 0;
}
 
/*.account-item button.active {*/
/*  color: var(--black-color);*/
/*  background-color: var(--theme-color);*/
/*  border-radius: 50px;*/
/*}*/

/* Active tab */


.account-item button.active {
  border-radius: 50px;
  border: 1px solid transparent;
  background: 
    linear-gradient(#22262F, #22262F) padding-box,
    linear-gradient(104deg, var(--Colors-Green-500, #14F195) 0%, var(--Colors-Brand-500, #9945FF) 89.84%) border-box;
  color: #fff;
  color: #fff;
}
/* Inactive tabs */
.account-item button:not(.active) {
  color: #94979C; /* or your dark text color */
  background: transparent;
  border-radius: 50px;
}

.account-item button.btn-disable {
  display: none;
}
.account-item [data-id="50k"] b,
.account-item [data-id="100k"] b,
.account-item [data-id="200k"] b {
  color: var(--white-color);
  background: linear-gradient(96.15deg, #F57878 8.5%, #FF4040 51.11%, #F22C2C 96.25%);
  border-bottom: 0.5px solid #801D0C;
  -webkit-box-shadow: 0px 2px 7px rgba(64, 30, 11, 0.3), 0px 0px 4px rgba(236, 7, 7, 0.4), 0px 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 7px rgba(64, 30, 11, 0.3), 0px 0px 4px rgba(236, 7, 7, 0.4), 0px 1px 2px rgba(0, 0, 0, 0.1);
}
.account-item #challenge_steps button {
  /* Extra small devices */
}
@media (max-width: 575px) {
  .account-item #challenge_steps button {
    line-height: 1.2;
  }
}
.account-item #account_size button {
  -webkit-box-flex: 146px;
      -ms-flex: 146px;
          flex: 146px;
  /* Small devices */
}
@media (max-width: 767px) {
  .account-item #account_size button {
    -webkit-box-flex: 120px;
        -ms-flex: 120px;
            flex: 120px;
  }
}
.account-item:last-child {
  margin-bottom: 0;
}

.addons-item.weekly-vs-21-days::before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.75 27.4167H15.4167C22.0441 27.4167 27.4167 22.0441 27.4167 15.4167C27.4167 8.78925 22.0441 3.41667 15.4167 3.41667C9.23993 3.41667 4.07993 8.0834 3.41667 14.0833M22.75 5.41667L24.0833 4.08333M5.41667 4.08333L6.75 5.41667M16.1644 14.0025L20.0835 10.0834M16.1644 14.0025C15.8025 13.6406 15.3025 13.4167 14.7502 13.4167C13.6456 13.4167 12.7502 14.3121 12.7502 15.4167C12.7502 16.5213 13.6456 17.4167 14.7502 17.4167C15.8547 17.4167 16.7502 16.5213 16.7502 15.4167C16.7502 14.8644 16.5263 14.3644 16.1644 14.0025ZM14.75 2.75V0.75M12.0833 0.75H17.4167M0.75 18.0833H4.75M0.75 23.4167H7.41667' stroke='%23CECFD2' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  
  background-repeat: no-repeat;
  background-position: center;
}

 
.available-info .addons-item {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 500;
  padding: 20px 24px;
  position: relative;
  z-index: 2;
  color: var(--title-color);
  background-color: transparent;
  border: 1px solid #22262F;
  border-radius: 12px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
  cursor: pointer;
  margin-bottom: 8px;
}
.available-info .addons-item .title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  margin-right: 6px;
    display: inline;

}
.available-info .addons-item .text {
  font-size: 14px;
  line-height: 1.4;
  color: var(--body-color);
  display: block;
  margin-top: 6px;
}
.available-info .addons-item:last-child {
  margin-bottom: 0;
}
.available-info .addons-item span {
  display: inline-block;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
}
.available-info .addons-item b {
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  color: var(--light-color);
  padding: 0 8px;
  background: #072016;
  border: 1px solid #32443C;
  border-radius: 99px;
}
.available-info .addons-item i {
  
 

    font-style: normal;
    font-size: 12px;
    padding: 4px 10px;
    background: #13161B;
    border: 1px solid #373A41;
    border-radius: 50px;
}

.available-info .addons-item .icon {
  display: inline-block;
  margin-left: auto;
  height: 20px;
  width: 20px;
  margin-left: auto;
  padding: 6px;
  border: 1px solid #a1a1a1;
  background-color: transparent;
  border-radius: 4px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.available-info .addons-item p {
  color: var(--paragraphColor);
  font-size: 14px;
  font-weight: 400;
}
.available-info .addons-item.active {
  background: #13161B;
  position: relative;
}
.available-info .addons-item.active:before {
  inset: 1px;
}

.available-info .addons-item.active:after {
  inset: 1px;
  
}
.available-info .addons-item.active .icon {
  border-color: transparent;
  border: none;
    background: #872AF3;
  content: url('data:image/svg+xml,<svg width="9" height="6" viewBox="0 0 9 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.95 0.75L3 5.25L0.75 3.20455" stroke="%230A0A0A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.available-info .addons-item:last-child {
  margin-bottom: 0;
}
.addons-item.weekly-vs-21-days > div{
    
    margin-top: 12px;
    
}
.all-widget-wrap {
  border-left: 1px solid var(--ot-border-color);
border-right: 1px solid var(--ot-border-color);
  position: relative;
  z-index: 3;
  overflow: hidden;
}
.all-widget-wrap .glow {
  position: absolute;
  top: -67px;
  right: -60px;
  width: 180px;
  height: 165px;
 
  -webkit-filter: blur(150px);
          filter: blur(150px);
  z-index: -1;
}

.single-checkout-widget {
  padding: 10px;
  position: relative;
  z-index: 2;
  /* Medium Large devices */
  /* Extra small devices */
}
@media (max-width: 1299px) {
  .single-checkout-widget {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .single-checkout-widget {
    padding: 20px;
  }
}
.single-checkout-widget.transparent-bg {
  background: transparent;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.single-checkout-widget.transparent-bg:after {
  display: none;
}
.single-checkout-widget#variations-switcher {
  border-bottom: 1px solid var(--ot-border-color);
}
.single-checkout-widget#variations-switcher .main-title {
  font-size: 24px;
}
.single-checkout-widget.widget-order-review {
  border-bottom: 1px solid var(--ot-border-color);
}
.single-checkout-widget.checkout-addons {
  padding-top: 10px;
}
.single-checkout-widget.ip-widget {
  font-family: var(--body-font);
  padding: 0 0 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px 20px;
  background-color: transparent;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid var(--ot-border-color);
  /* Extra small devices */
}
@media (max-width: 575px) {
  .single-checkout-widget.ip-widget {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.single-checkout-widget h3 {
  color: var(--title-color);
}
.single-checkout-widget h6 {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  color: var(--body-color) !important;
  margin-bottom: 16px;
}
.single-checkout-widget .note {
  margin-bottom: 0;
}
.single-checkout-widget .variations-buttons {
  margin-bottom: 0 !important;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
          width: fit-content;
          padding: 6px 10px;
          border: 1px solid #22262F;
          background: #13161B;
          border-radius: 50px;
}
.single-checkout-widget .ip-location {
  line-height: 21px;
  color: var(--title-color);
  font-size: 16px;
  font-weight: 600;
}
.single-checkout-widget .ip-location span {
  color: var(--body-color);
  margin-left: 10px;
  font-size: 14px;
  font-weight: 400;
}
.single-checkout-widget .ip-location img {
  margin-right: 7px;
  border-radius: 0;
  vertical-align: middle;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  height: 22px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.single-checkout-widget .wrong-location {
  font-size: 14px;
}
.single-checkout-widget .wrong-location a {
  color: var(--title-color);
  font-weight: 500;
}
.single-checkout-widget .wrong-location a:hover {
  color: var(--theme-color);
}
.single-checkout-widget .spinner {
  position: absolute;
  width: 58px;
  height: 58px;
  left: calc(50% - 29px);
  top: calc(50% - 29px);
  background: rgba(1, 13, 13, 0.76);
  border: 1px solid #343F3F;
  -webkit-box-shadow: -4.35px 7.25px 13.05px rgba(0, 0, 0, 0.15), inset 0px 0px 13.34px rgba(191, 245, 255, 0.08);
          box-shadow: -4.35px 7.25px 13.05px rgba(0, 0, 0, 0.15), inset 0px 0px 13.34px rgba(191, 245, 255, 0.08);
  backdrop-filter: blur(1.3px);
  z-index: 3;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0;
}
.single-checkout-widget .spinner svg {
  -webkit-animation: spin 1.5s linear infinite;
          animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.f_checkout_loading .single-checkout-widget#variations-switcher::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 9999;
  opacity: 0;
  border-radius: inherit;
  background-color: var(--theme-color);
}
.f_checkout_loading .single-checkout-widget#variations-switcher .spinner {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* Custom blockUI styling */
.blockUI.blockOverlay {
  background-color: transparent !important;
  opacity: 1 !important;
}
.blockUI.blockOverlay::before {
  content: url('data:image/svg+xml,<svg width="31" height="31" viewBox="0 0 31 31" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M24.9257 24.9115C25.7732 25.7589 25.7809 27.1472 24.8235 27.8681C23.3273 28.9947 21.6344 29.8445 19.8244 30.3703C17.3172 31.0987 14.6667 31.182 12.1188 30.6125C9.57085 30.043 7.20806 28.8391 5.24967 27.1125C3.29127 25.3859 1.80073 23.1927 0.916348 20.7362C0.0319686 18.2798 -0.21759 15.6397 0.190831 13.061C0.599251 10.4824 1.65242 8.04866 3.2526 5.98572C4.85278 3.92278 6.94813 2.29746 9.34421 1.26058C11.074 0.512019 12.9201 0.0876622 14.7911 0.00199606C15.9883 -0.0528216 16.8672 1.0218 16.7545 2.21494V2.21494C16.6417 3.40808 15.5761 4.26187 14.3837 4.38175C13.2449 4.49624 12.1261 4.78567 11.0678 5.24364C9.34265 5.99019 7.834 7.16042 6.68187 8.64574C5.52974 10.1311 4.77146 11.8833 4.4774 13.74C4.18333 15.5966 4.36302 17.4974 4.99977 19.2661C5.63652 21.0347 6.70971 22.6139 8.11976 23.857C9.5298 25.1001 11.231 25.9669 13.0655 26.377C14.9 26.7871 16.8084 26.7271 18.6135 26.2027C19.7209 25.8809 20.7674 25.3908 21.7178 24.7532C22.713 24.0854 24.0783 24.0641 24.9257 24.9115V24.9115Z" fill="%23EDEEF0"/></svg>');
  position: absolute;
  width: 58px;
  height: 58px;
  line-height: 1px;
  left: calc(50% - 29px);
  top: calc(50% - 29px);
  background: rgba(1, 13, 13, 0.76);
  border: 1px solid #343F3F;
  -webkit-box-shadow: -4.35px 7.25px 13.05px rgba(0, 0, 0, 0.15), inset 0px 0px 13.34px rgba(191, 245, 255, 0.08);
          box-shadow: -4.35px 7.25px 13.05px rgba(0, 0, 0, 0.15), inset 0px 0px 13.34px rgba(191, 245, 255, 0.08);
  backdrop-filter: blur(1.3px);
  z-index: 3;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 1;
  -webkit-animation: spin 1.5s linear infinite;
          animation: spin 1.5s linear infinite;
}

.btn-disable {
  pointer-events: none;
  cursor: default;
  opacity: 0.3;
}

.billing-feild-required {
  margin: 30px 0 0 0;
  color: red;
}

h3.main-title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: -0.2em;
}
h3.main-title:has(+ .main-text) {
  margin-bottom: 10px;
}

.main-text {
  font-size: 16px;
  font-weight: 400;
  color: var(--body-color);
  margin-bottom: 20px;
}

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

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

.woocommerce-message, .woocommerce-error, .woocommerce-info {
  background-color: var(--smoke-color);
  color: var(--title-color);
  border-radius: 12px;
  list-style-type: none;
  padding: 20px 24px;
  margin-bottom: 30px;
  max-width: 776px;
  margin-left: auto;
  margin-right: auto;
}
.woocommerce-message:before, .woocommerce-error:before, .woocommerce-info:before {
  top: 20px;
}

.woocommerce-form-row.form-row button.button,
.woocommerce-form-row.form-row input.button {
  border: none;
  background: var(--theme-color2);
  padding: 16px 30px;
  border-radius: 12px;
  color: var(--white-color);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  white-space: nowrap;
  margin-top: 15px;
}
.woocommerce-form-row.form-row button.button:hover,
.woocommerce-form-row.form-row input.button:hover {
  background: var(--theme-color);
}

div#wc_checkout_add_ons {
  display: none;
}

.vrn-variation-switcher {
  display: none;
}

.extra-padding {
  padding-bottom: 57px !important;
}

.woocommerce-notice.woocommerce-thankyou-order-received {
  display: none;
}

#checkout_field h2 {
  font-size: 32px;
  font-weight: normal !important;
  margin-bottom: 25px;
}

.woocommerce-checkout {
  /* Medium devices */
}
@media (max-width: 991px) {
  .woocommerce-checkout .space-bottom {
    padding-bottom: 0;
  }
}
.woocommerce-checkout h1, .woocommerce-checkout h2, .woocommerce-checkout h3, .woocommerce-checkout h4, .woocommerce-checkout h5, .woocommerce-checkout h6 {
  font-family: var(--title-font);
}

#customer_information_field h3 {
  font-size: 18px !important;
  font-weight: bold !important;
}

.woocommerce form {
  /* For modern browsers */
  /* For Mozilla Firefox */
  /* For Internet Explorer 10-11 */
  /* For Microsoft Edge */
  /* For Safari, Chrome, and Opera */
}
.woocommerce form input::-webkit-input-placeholder {
  color: #A091B7;
}
.woocommerce form input::-moz-placeholder {
  color: #A091B7;
}
.woocommerce form input:-ms-input-placeholder {
  color: #A091B7;
}
.woocommerce form input::-ms-input-placeholder {
  color: #A091B7;
}
.woocommerce form input::placeholder {
  color: #A091B7;
}
.woocommerce form input:-moz-placeholder {
  color: #A091B7;
  opacity: 1; /* Required to override the default opacity */
}
.woocommerce form input:-ms-input-placeholder {
  color: #A091B7;
}
.woocommerce form input::-ms-input-placeholder {
  color: #A091B7;
}
.woocommerce form input::-webkit-input-placeholder {
  color: #A091B7;
}

p#billing_address_1_field {
  display: none;
}

#billing_details_new_field h3 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
}

.wc-block-components-notice-banner.is-error {
  background-color: var(--smoke-color) !important;
  border-color: #cc1818;
  color: #fff;
  margin-bottom: 25px;
}
.wc-block-components-notice-banner.is-success {
  background-color: var(--smoke-color) !important;
  color: #fff;
  margin-bottom: 25px;
}

body.woocommerce-checkout table.shop_table tfoot {
  position: static !important;
  right: 30px;
  min-width: 100% !important;
}
.woocommerce-checkout table.shop_table {
  border-radius: 16px;
  background: transparent!important;
  padding: 15px 24px !important;
  border-collapse: separate;
  border: none !important;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  position: relative;
  z-index: 2;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .woocommerce-checkout table.shop_table {
    padding: 10px 15px !important;
  }
}
.woocommerce-checkout table.shop_table td {
  border: none;
  padding: 0;
  vertical-align: middle;
}
.woocommerce-checkout table.shop_table dl {
  margin-bottom: 4px;
}
.woocommerce-checkout table.shop_table .product-name {
  font-size: 16px;
  font-weight: 400;
  color: var(--title-color);
}
.woocommerce-checkout table.shop_table .product-name .product-quantity {
  display: none;
}
.woocommerce-checkout table.shop_table .product-name a {
  color: inherit;
}
.woocommerce-checkout table.shop_table .variation {
  gap: 0 6px;
  font-size: 14px;
  margin-top: -28px;
}
.woocommerce-checkout table.shop_table ul {
  list-style-type: none;
  margin: 0;
  margin-top: 5px;
  padding: 0;
}
.woocommerce-checkout table.shop_table ul li {
  display: inline-block;
  margin-bottom: 0;
  color: var(--title-color);
}
.woocommerce-checkout table.shop_table ul li p {
  margin-bottom: 0;
  display: inline-block;
}
.woocommerce-checkout table.shop_table ul li:after {
  content: "-";
  margin: 0 6px;
  color: inherit;
}
.woocommerce-checkout table.shop_table ul li:last-child:after {
  display: none;
}
.woocommerce-checkout table.shop_table ul .wc-item-meta-label {
  display: none;
}
.woocommerce-checkout table.shop_table dl.variation dd::after {
  margin-left: 2px;
}
.woocommerce-checkout table.shop_table .product-total .woocommerce-Price-amount {
  font-size: 16px;
  font-weight: 500;
  color: var(--title-color);
}
.woocommerce-checkout table.shop_table th, .woocommerce-checkout table.shop_table td {
  font-size: 15px;
  padding: 0 !important;
  color: var(--body-color);
  border: none !important;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  background-color: transparent !important;
}
.woocommerce-checkout table.shop_table th:first-child, .woocommerce-checkout table.shop_table td:first-child {
  text-align: left;
}
.woocommerce-checkout table.shop_table th strong, .woocommerce-checkout table.shop_table td strong {
  font-weight: 500;
}
.woocommerce-checkout table.shop_table th:last-child, .woocommerce-checkout table.shop_table td:last-child {
  text-align: right;
  font-weight: 600;
}
.woocommerce-checkout table.shop_table th {
  color: var(--title-color);
  font-weight: 600 !important;
}
.woocommerce-checkout table.shop_table thead {
  display: none;
}
.woocommerce-checkout table.shop_table thead tr,
.woocommerce-checkout table.shop_table tfoot tr {
  position: relative;
  z-index: 2;
}
.woocommerce-checkout table.shop_table thead th, .woocommerce-checkout table.shop_table thead td,
.woocommerce-checkout table.shop_table tfoot th,
.woocommerce-checkout table.shop_table tfoot td {
  padding: 6px 0 !important;
  font-weight: 400 !important;
}
.woocommerce-checkout table.shop_table thead th,
.woocommerce-checkout table.shop_table tfoot th {
  color: var(--title-color);
}
.woocommerce-checkout table.shop_table tfoot td {
  color: var(--title-color);
}
.woocommerce-checkout table.shop_table .order-total th,
.woocommerce-checkout table.shop_table .order-total td {
  font-size: 20px;
  font-weight: 600;
}

h3#ship-to-different-address {
  display: none;
}

.variation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}

.variation dt,
.variation dd {
  display: inline;
  margin: 0;
}

.variation dt::after {
  content: ":";
  margin-right: 5px;
}

.variation dd p {
  display: inline;
  margin: 0;
  color: var(--theme-color);
  font-weight: 400;
  font-size: 16px;
}

.variation dt {
  display: none !important;
}

.woocommerce td.product-name dl.variation dd::after {
  content: " -";
  margin-left: 5px;
  color: var(--theme-color);
}

.woocommerce td.product-name dl.variation dd:last-child::after {
  display: none;
}

.woocommerce-checkout bdi {
  color: inherit;
}

.woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th, .woocommerce table.shop_table {
  font-weight: normal;
}

.woocommerce-cart #payment, .woocommerce-checkout #payment, #add_payment_method #payment {
  border-radius: 0;
  border: none;
  background: transparent;
  padding: 0 !important;
}

.content-area {
  position: relative;
  z-index: 2;
  /* Medium Large devices */
}
.content-area * {
  font-family: var(--body-font) !important;
}
.content-area .shape1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.content-area .shape2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 1299px) {
  .content-area .shape1,
  .content-area .shape2 {
    max-width: 130px;
    z-index: -1;
  }
}

.checkout-area {
  position: relative;
  z-index: 3;
  padding: 0 0 0 0;
}
.checkout-area .checkout-main-column {
  width: 100% !important;
  max-width: 750px;
  margin: 0 auto !important;
  padding: 0 12px;
}
.checkout-area .checkout-content-wrap {
  width: 100%;
}
.checkout-area h2, .checkout-area h3, .checkout-area h4, .checkout-area h5, .checkout-area h6 {
  color: var(--title-color);
}

.woocommerce-checkout #payment ul.payment_methods li {
  margin-bottom: 16px;
}
.woocommerce-checkout #payment ul.payment_methods li:last-child {
  margin-bottom: 0;
}

.woocommerce-checkout #payment ul.payment_methods li input {
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

.woocommerce-checkout #payment ul.payment_methods li input:checked {
  border: 0;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 1em;
  margin: 1em 0;
  font-size: 0.92em;
  border-radius: 12px;
  line-height: 1.5;
  background-color: var(--smoke-color2) !important;
  color: var(--title-color);
}
#add_payment_method #payment div.payment_box p:last-child,
.woocommerce-cart #payment div.payment_box p:last-child,
.woocommerce-checkout #payment div.payment_box p:last-child {
  margin-bottom: 0;
}
#add_payment_method #payment div.payment_box:after,
.woocommerce-cart #payment div.payment_box:after,
.woocommerce-checkout #payment div.payment_box:after {
  content: "";
  display: block;
  border: 12px solid var(--smoke-color2);
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -12px;
  left: 0;
  margin: -12px 0 0 2em;
}

/*.woocommerce-checkout #payment ul.payment_methods li img {*/
/*  background: #fff;*/
/*}*/

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  padding-bottom: 25px !important;
  border-bottom: 1px solid var(--ot-border-color) !important;
  margin-bottom: 20px !important;
}

.woocommerce-privacy-policy-text {
  display: block;
}
.woocommerce-privacy-policy-text a {
  color: var(--theme-color);
}
.woocommerce-privacy-policy-text a:hover {
  color: var(--body-color);
}

.woocommerce-terms-and-conditions-wrapper .form-row > label {
  display: inline-block !important;
}
.woocommerce-terms-and-conditions-wrapper input[type=checkbox] {
  visibility: visible;
  opacity: 1;
  display: inline-block !important;
  vertical-align: middle;
  width: 20px;
  height: 20px;
}

.woocommerce form.woocommerce-checkout #payment ul.wc_payment_methods li label {
  color: var(--title-color);
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
}

abbr[data-bs-original-title],
abbr[title] {
  text-decoration: none;
}

.checkout-place-order {
  float: unset !important;
  border: 0;
  z-index: 2;
  font-size: 16px;
  text-transform: capitalize !important;
  font-weight: 500 !important;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  position: relative;
  padding: 14px 24px !important;
  margin-bottom: 0;
  display: inline-block;
  text-decoration: none;
  width: 100%;;
  border: none !important;
  -webkit-box-shadow: 0px 9px 5px rgba(14, 14, 14, 0.25);
          box-shadow: 0px 9px 5px rgba(14, 14, 14, 0.25);
  color:white!important;
  margin-top: 0px !important;
  background: linear-gradient(104deg, var(--Colors-Green-500, #14F195) 0%, var(--Colors-Brand-500, #9945FF) 89.84%);
  backdrop-filter: blur(10px);
  border-radius: 10px !important;
}
.checkout-place-order:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(102.69deg, #9945FF 34.94%, #19FB9B 80.67%);
  -webkit-box-shadow: inset 0px 6px 14px #FFFFFF, inset -100px 0px 20px rgba(255, 255, 255, 0.38);
          box-shadow: inset 0px 6px 14px #FFFFFF, inset -100px 0px 20px rgba(255, 255, 255, 0.38);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}


.secured-text {
  font-size: 14px;
  font-weight: 400;
  color: var(--body-color);
  margin-top:10px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .secured-text {
    margin-top: 25px;
  }
}
.secured-text svg {
  min-width: 18px;
  margin: 0 0 0 0;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.copyright-text {
  color: var(--body-color);
  margin: 0;
  padding: 20px 0;
}

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

.coupon-form {
  background-color: transparent;
  margin: 13px 0;
  position: relative;
  z-index: 2;
}
.coupon-form:before {
  content: url('data:image/svg+xml,<svg width="19" height="15" viewBox="0 0 19 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.41667 4.08333V3.25M7.41667 7.83333V7M7.41667 11.5833V10.75M3.41667 0.75H14.75C15.6834 0.75 16.1501 0.75 16.5067 0.931656C16.8203 1.09144 17.0752 1.34641 17.235 1.66002C17.4167 2.01654 17.4167 2.48325 17.4167 3.41667V4.5C15.8058 4.5 14.5 5.80584 14.5 7.41667C14.5 9.0275 15.8058 10.3333 17.4167 10.3333V11.4167C17.4167 12.3501 17.4167 12.8168 17.235 13.1733C17.0752 13.4869 16.8203 13.7419 16.5067 13.9017C16.1501 14.0833 15.6834 14.0833 14.75 14.0833H3.41667C2.48325 14.0833 2.01654 14.0833 1.66002 13.9017C1.34641 13.7419 1.09144 13.4869 0.931656 13.1733C0.75 12.8168 0.75 12.3501 0.75 11.4167V10.3333C2.36083 10.3333 3.66667 9.0275 3.66667 7.41667C3.66667 5.80584 2.36083 4.5 0.75 4.5V3.41667C0.75 2.48325 0.75 2.01654 0.931656 1.66002C1.09144 1.34641 1.34641 1.09144 1.66002 0.931656C2.01654 0.75 2.48325 0.75 3.41667 0.75Z" stroke="%23808080" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  line-height: 1px;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  pointer-events: none;
}
.coupon-form .form-group {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
@media (max-width: 400px) {
  .coupon-form {
    padding: 10px 0 15px 0;
  }
}
.coupon-form button {
  min-width: 70px;
  color: white;
  background-image: none;
  background-color: #13161B;
  font-size: 16px;
  font-weight: 400;
border-radius: var(--radius-md, 8px);
border: 1px solid var(--Component-colors-Components-Buttons-Secondary-button-secondary-border, #373A41);
background: var(--Component-colors-Components-Buttons-Secondary-button-secondary-bg, #13161B);

/* Shadows/shadow-xs-skeuomorphic */
box-shadow: 0 0 0 1px var(--Colors-Effects-Shadows-shadow-skeumorphic-inner-border, rgba(12, 14, 18, 0.18)) inset, 0 -2px 0 0 var(--Colors-Effects-Shadows-shadow-skeumorphic-inner, rgba(12, 14, 18, 0.05)) inset, 0 1px 2px 0 var(--Colors-Effects-Shadows-shadow-xs, rgba(255, 255, 255, 0.00));
  z-index: 2;
  padding: 8px 12px;
}
.coupon-form button:before {
  display: none;
}
.coupon-form button:hover {
  border-color: var(--white-color);
  color: var(--black-color);
  background-color: var(--white-color);
}
.coupon-form input#coupon_code {
  font-size: 16px;
  padding: 0 18px 0 42px;
  border-radius: 8px;
  border: none;
  background-color: var(--smoke-color);
  color: var(--light-color);
  border: 1px solid transparent;
}
.coupon-form input#coupon_code::-moz-placeholder {
  color: var(--light-color);
}
.coupon-form input#coupon_code::-webkit-input-placeholder {
  color: var(--light-color);
}
.coupon-form input#coupon_code:-ms-input-placeholder {
  color: var(--light-color);
}
.coupon-form input#coupon_code::-ms-input-placeholder {
  color: var(--light-color);
}
.coupon-form input#coupon_code::placeholder {
  color: var(--light-color);
}
.coupon-form input#coupon_code:focus {
  border-color: var(--theme-color);
}

/* Coupon message container */
.shop_table .coupon-message {
  margin: 15px 0;
  display: none;
  text-align: left;
}
.shop_table .coupon-message li {
  color: inherit !important;
}

.shop_table .coupon-message:not(:empty) {
  display: block;
}

/* Success message styling */
.shop_table .coupon-message .woocommerce-info,
.shop_table .coupon-message .woocommerce-error,
.shop_table .coupon-message .woocommerce-message {
  margin: 10px 0;
  text-align: left;
  padding: 0;
  background-color: transparent !important;
  border: 0;
}
.shop_table .coupon-message .woocommerce-message {
  color: #4caf50;
}
.shop_table .coupon-message .woocommerce-info {
  color: var(--theme-color);
}
.shop_table .coupon-message .woocommerce-error {
  color: #F6657E;
}

.shop_table .coupon-message .woocommerce-error li {
  list-style: none;
}

/* Info message styling */
.shop_table .coupon-message {
  margin: 10px 0;
  color: var(--theme-color);
}

/* Remove default WooCommerce message icons if needed */
.shop_table .coupon-message .woocommerce-message::before,
.shop_table .coupon-message .woocommerce-error::before,
.shop_table .coupon-message .woocommerce-info::before {
  display: none;
}

/* Close button styling */
.shop_table .coupon-message .woocommerce-message .button,
.shop_table .coupon-message .woocommerce-error .button,
.shop_table .coupon-message .woocommerce-info .button {
  float: right;
  margin-left: 10px;
  background: transparent;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 4px 10px;
  font-size: 12px;
  text-decoration: none;
}

.shop_table .coupon-message .woocommerce-message .button:hover,
.shop_table .coupon-message .woocommerce-error .button:hover,
.shop_table .coupon-message .woocommerce-info .button:hover {
  background: rgba(255, 255, 255, 0.2);
}

/* Order summary style update */
.single-checkout-widget.widget-order-review {
  border: 1px solid #22262F;
  border-radius: 32px;
  background: #0C0E12;
  margin: 40px 46px 42px;
  /* padding: 40px 46px 42px; */
  padding: 30px !important;
  overflow: hidden;
}
.single-checkout-widget.widget-order-review > .single-checkout-widget.checkout-addons,
.order-summary-header-wrap {
  border: 0;
  padding: 0;
  margin: 0 0 34px;
}
.order-summary-header-wrap {
  margin: 30px 0 34px;
}
.single-checkout-widget.widget-order-review > .single-checkout-widget.checkout-addons .main-span.order-summary-header,
.order-summary-header-wrap .main-span.order-summary-header {
  margin-bottom: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 18px;
}
.single-checkout-widget.widget-order-review > .single-checkout-widget.checkout-addons .main-span.order-summary-header > svg,
.order-summary-header-wrap .main-span.order-summary-header > svg {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 90px;
  max-width: 228px;
  height: 10px;
}
.single-checkout-widget.widget-order-review > .single-checkout-widget.checkout-addons .main-span.order-summary-header .order-summary-title-pill,
.order-summary-header-wrap .main-span.order-summary-header .order-summary-title-pill {
  padding: 8px 16px !important;
  border: 1px solid #373A41 !important;
  border-radius: 18px !important;
  background: #0C0E12;
  min-height: 44px;
  white-space: nowrap;
  gap: 8px;
}
.single-checkout-widget.widget-order-review > .single-checkout-widget.checkout-addons .main-span.order-summary-header .order-summary-title-icon,
.order-summary-header-wrap .main-span.order-summary-header .order-summary-title-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12px;
          flex: 0 0 12px;
}
.single-checkout-widget.widget-order-review > .single-checkout-widget.checkout-addons .main-span.order-summary-header .order-summary-title,
.order-summary-header-wrap .main-span.order-summary-header .order-summary-title {
  position: static !important;
  color: #BABEC6 !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 1;
}
.single-checkout-widget.widget-order-review .woocommerce-checkout-review-order-table {
  width: 100%;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  display: block;
  border-spacing: 0;
}
.single-checkout-widget.widget-order-review .woocommerce-checkout-review-order-table thead {
  display: none;
}
.single-checkout-widget.widget-order-review .woocommerce-checkout-review-order-table > tbody,
.single-checkout-widget.widget-order-review .woocommerce-checkout-review-order-table > tfoot {
  display: block;
  width: 100%;
}
.single-checkout-widget.widget-order-review .woocommerce-checkout-review-order-table th,
.single-checkout-widget.widget-order-review .woocommerce-checkout-review-order-table td {
  border: 0 !important;
  background: transparent !important;
  padding: 0 !important;
}
.single-checkout-widget.widget-order-review .woocommerce-checkout-review-order-table .review-coupon-row,
.single-checkout-widget.widget-order-review .woocommerce-checkout-review-order-table .review-coupon-row td {
  display: block;
  width: 100%;
}
.single-checkout-widget.widget-order-review .woocommerce-checkout-review-order-table .review-coupon-row td {
  border-bottom: 1px solid #22262F !important;
  padding: 0 0 25px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  text-align: left !important;
}
.single-checkout-widget.widget-order-review .coupon-form {
  margin: 0;
  text-align: left !important;
  direction: ltr;
}
.single-checkout-widget.widget-order-review .coupon-form .coupon-title {
  color: #CECFD2;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 16px;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  text-align: left !important;
  width: 100%;
  float: none !important;
  justify-content: flex-start !important;
}
.single-checkout-widget.widget-order-review .review-coupon-row .coupon-form,
.single-checkout-widget.widget-order-review .review-coupon-row .coupon-form .coupon-title {
  text-align: left !important;
}
.single-checkout-widget.widget-order-review .coupon-form .form-group {
  display: flex;
  gap: 16px;
  align-items: center;
  position: relative;
}
.single-checkout-widget.widget-order-review .coupon-form:before {
  content: none;
}
.single-checkout-widget.widget-order-review .coupon-form .form-group:before {
  content: none;
}
.single-checkout-widget.widget-order-review .coupon-form .coupon-input-icon {
  width: 19px;
  height: 15px;
  line-height: 0;
  position: absolute;
  top: 50%;
  left: 26px;
  transform: translateY(-50%);
  z-index: 3;
  pointer-events: none;
}
.single-checkout-widget.widget-order-review .coupon-form .coupon-input-icon svg {
  width: 19px;
  height: 15px;
  display: block;
}
.single-checkout-widget.widget-order-review .coupon-form input#coupon_code {
  background: #0C0E12 !important;
  border: 1px solid #373A41;
  border-radius: 16px;
  color: #CECFD2;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  height: 50px;
  padding: 0 24px 0 60px;
  text-align: left !important;
  direction: ltr;
}
.single-checkout-widget.widget-order-review .coupon-form input#coupon_code::-moz-placeholder {
  color: #85888E;
}
.single-checkout-widget.widget-order-review .coupon-form input#coupon_code::-webkit-input-placeholder {
  color: #85888E;
}
.single-checkout-widget.widget-order-review .coupon-form input#coupon_code:-ms-input-placeholder {
  color: #85888E;
}
.single-checkout-widget.widget-order-review .coupon-form input#coupon_code::-ms-input-placeholder {
  color: #85888E;
}
.single-checkout-widget.widget-order-review .coupon-form input#coupon_code::placeholder {
  color: #85888E;
}
.single-checkout-widget.widget-order-review .coupon-form input#coupon_code:focus {
  border-color: #4A4E56;
}
.single-checkout-widget.widget-order-review .coupon-form button {
  border-radius: 16px;
  border: 1px solid #373A41;
  background: #13161B;
  color: #CECFD2;
  min-width: 142px;
  height: 50px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  padding: 0 18px;
  box-shadow: 0 0 0 1px rgba(12, 14, 18, 0.18) inset, 0 -2px 0 rgba(12, 14, 18, 0.05) inset;
}
.single-checkout-widget.widget-order-review .coupon-form button:hover {
  background: #1A1F27;
  border-color: #4A4E56;
  color: #F7F7F7;
}

/* Payment method header title pill (prevent clipping/truncation) */
#payment .payment-method-header .payment-method-title-pill {
  min-height: 44px;
  padding: 8px 16px !important;
  gap: 8px;
  white-space: nowrap;
  overflow: visible !important;
  max-width: none;
}
#payment .payment-method-header .payment-method-title-icon {
  flex: 0 0 auto;
}
#payment .payment-method-header .payment-method-title {
  position: static !important;
  display: inline-block;
  white-space: nowrap;
  overflow: visible;
  text-overflow: clip;
  color: #BABEC6 !important;
  font-size: 16px;
  font-weight: 500 !important;
  line-height: 1;
}
#payment .payment-method-header {
  margin: 0 0 24px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 18px;
}
#payment .payment-method-header > svg {
  flex: 1 1 auto;
  min-width: 90px;
  max-width: 228px;
  height: 10px;
}
.single-checkout-widget.widget-order-review .woocommerce-checkout-review-order-table > tbody.review-cart-body {
  margin-top: 20px;
  border-radius: 16px 16px 0 0;
  background: #13161B;
  padding: 20px 25px 1px;
}
.single-checkout-widget.widget-order-review .woocommerce-checkout-review-order-table > tfoot {
  border-radius: 0 0 16px 16px;
  background: #13161B;
  padding: 0 25px 25px;
  margin-top: -1px;
}
.single-checkout-widget.widget-order-review .woocommerce-checkout-review-order-table tbody.review-cart-body tr,
.single-checkout-widget.widget-order-review .woocommerce-checkout-review-order-table tfoot tr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.single-checkout-widget.widget-order-review .woocommerce-checkout-review-order-table tbody.review-cart-body tr {
  padding: 8px 0 30px;
}
.single-checkout-widget.widget-order-review .woocommerce-checkout-review-order-table tbody.review-cart-body tr.cart_item {
  border-bottom: 1px solid #22262F;
  margin-bottom: 0;
}
.single-checkout-widget.widget-order-review .woocommerce-checkout-review-order-table tfoot tr {
  padding: 6px 0;
}
.single-checkout-widget.widget-order-review .woocommerce-checkout-review-order-table tfoot tr:first-child {
  border-top: 0;
  margin-top: 0;
  padding-top: 22px;
}
.single-checkout-widget.widget-order-review .woocommerce-checkout-review-order-table tbody tr.cart_item .product-name {
  color: #CECFD2 !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  display: flex;
  align-items: center;
  gap: 12px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}
.single-checkout-widget.widget-order-review .woocommerce-checkout-review-order-table tbody tr.cart_item .product-name::before {
  content: "";
  width: 32px;
  height: 32px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
  background: center/contain no-repeat url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='4.5' y='3.5' width='19' height='21' rx='4' stroke='%238E939A' stroke-width='1.5'/%3E%3Cpath d='M9 10.5H18.5M9 14H15.5M19.5 18.5C19.5 20.433 17.933 22 16 22C14.067 22 12.5 20.433 12.5 18.5C12.5 16.567 14.067 15 16 15C17.933 15 19.5 16.567 19.5 18.5Z' stroke='%238E939A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.5 22.5L18.5 20.5' stroke='%238E939A' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
}
.single-checkout-widget.widget-order-review .woocommerce-checkout-review-order-table tbody tr.cart_item .product-name .product-quantity {
  display: none !important;
}
.single-checkout-widget.widget-order-review .woocommerce-checkout-review-order-table tbody tr.cart_item .product-total {
  color: #CECFD2 !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
}
.single-checkout-widget.widget-order-review .woocommerce-checkout-review-order-table tfoot th {
  color: #BABEC6 !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 1.2;
  text-align: left !important;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.single-checkout-widget.widget-order-review .woocommerce-checkout-review-order-table tfoot td {
  color: #BABEC6 !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  text-align: right !important;
  white-space: nowrap;
}
.single-checkout-widget.widget-order-review .woocommerce-checkout-review-order-table tfoot tr.cart-discount td,
.single-checkout-widget.widget-order-review .woocommerce-checkout-review-order-table tfoot tr.cart-discount td *,
.single-checkout-widget.widget-order-review .woocommerce-checkout-review-order-table tfoot tr.fee td,
.single-checkout-widget.widget-order-review .woocommerce-checkout-review-order-table tfoot tr.fee td * {
  color: #BABEC6 !important;
}
.single-checkout-widget.widget-order-review .woocommerce-checkout-review-order-table tfoot tr.order-total th,
.single-checkout-widget.widget-order-review .woocommerce-checkout-review-order-table tfoot tr.order-total td {
  color: #F7F7F7 !important;
  font-size: 22px;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 1.2;
  padding-top: 12px !important;
}
.single-checkout-widget.widget-order-review .woocommerce-checkout-review-order-table tfoot tr.order-total td strong,
.single-checkout-widget.widget-order-review .woocommerce-checkout-review-order-table tfoot tr.order-total td .woocommerce-Price-amount,
.single-checkout-widget.widget-order-review .woocommerce-checkout-review-order-table tfoot tr.order-total td bdi {
  color: #F7F7F7 !important;
  font-weight: 700 !important;
}
.single-checkout-widget.widget-order-review .shop_table .coupon-message {
  margin: 12px 0 0;
}

@media (max-width: 1199px) {
  .single-checkout-widget.widget-order-review {
    padding: 30px 28px 32px;
  }
  .single-checkout-widget.widget-order-review .woocommerce-checkout-review-order-table > tbody.review-cart-body,
  .single-checkout-widget.widget-order-review .woocommerce-checkout-review-order-table > tfoot {
    padding-left: 28px;
    padding-right: 28px;
  }
  .single-checkout-widget.widget-order-review .woocommerce-checkout-review-order-table > tbody.review-cart-body {
    margin-top: 28px;
  }
}

@media (max-width: 991px) {
  .checkout-form .row {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .checkout-form .row > * {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .checkout-area .checkout-main-column,
  .checkout-area .col-xl-6.col-lg-8 {
    width: 100% !important;
    max-width: 100% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    margin: 0 !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .checkout-area .col-lg-3 {
    display: none !important;
  }
  .single-checkout-widget.widget-order-review {
    padding: 24px 20px 24px;
  }
  .single-checkout-widget.widget-order-review .coupon-form input#coupon_code {
    font-size: 17px;
    height: 60px;
    padding-left: 66px;
  }
  .single-checkout-widget.widget-order-review .coupon-form button {
    font-size: 16px;
    height: 60px;
    min-width: 118px;
  }
  .single-checkout-widget.widget-order-review .coupon-form:before {
    content: none;
  }
  .single-checkout-widget.widget-order-review .coupon-form .coupon-input-icon {
    left: 22px;
  }
  .single-checkout-widget.widget-order-review .woocommerce-checkout-review-order-table > tbody.review-cart-body,
  .single-checkout-widget.widget-order-review .woocommerce-checkout-review-order-table > tfoot {
    padding-left: 22px;
    padding-right: 22px;
  }
  .single-checkout-widget.widget-order-review .woocommerce-checkout-review-order-table > tbody.review-cart-body {
    margin-top: 22px;
    padding-top: 26px;
  }
  .single-checkout-widget.widget-order-review .woocommerce-checkout-review-order-table tbody tr.cart_item .product-name::before {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
  }
  .single-checkout-widget.widget-order-review .woocommerce-checkout-review-order-table tbody tr.cart_item .product-name,
  .single-checkout-widget.widget-order-review .woocommerce-checkout-review-order-table tbody tr.cart_item .product-total,
  .single-checkout-widget.widget-order-review .woocommerce-checkout-review-order-table tfoot th,
  .single-checkout-widget.widget-order-review .woocommerce-checkout-review-order-table tfoot td {
    font-size: 16px;
  }
  .single-checkout-widget.widget-order-review .woocommerce-checkout-review-order-table tfoot tr.order-total th,
  .single-checkout-widget.widget-order-review .woocommerce-checkout-review-order-table tfoot tr.order-total td {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .checkout-area .checkout-main-column {
    padding: 0 8px;
  }
  .single-checkout-widget.widget-order-review {
    margin: 0 0 22px;
    padding: 18px 14px 18px;
    border-radius: 24px;
  }
  .single-checkout-widget.widget-order-review > .single-checkout-widget.checkout-addons,
  .order-summary-header-wrap {
    margin-bottom: 20px;
  }
  .single-checkout-widget.widget-order-review > .single-checkout-widget.checkout-addons .main-span.order-summary-header,
  .order-summary-header-wrap .main-span.order-summary-header {
    gap: 10px;
  }
  .single-checkout-widget.widget-order-review > .single-checkout-widget.checkout-addons .main-span.order-summary-header > svg,
  .order-summary-header-wrap .main-span.order-summary-header > svg {
    max-width: 120px;
    min-width: 64px;
  }
  .single-checkout-widget.widget-order-review > .single-checkout-widget.checkout-addons .main-span.order-summary-header .order-summary-title-pill,
  .order-summary-header-wrap .main-span.order-summary-header .order-summary-title-pill {
    min-height: 38px;
    padding: 6px 12px !important;
  }
  .single-checkout-widget.widget-order-review > .single-checkout-widget.checkout-addons .main-span.order-summary-header .order-summary-title,
  .order-summary-header-wrap .main-span.order-summary-header .order-summary-title {
    font-size: 14px;
  }
  .single-checkout-widget.widget-order-review .coupon-form .coupon-title {
    text-align: left !important;
    font-size: 15px;
    margin-bottom: 10px;
  }
  .single-checkout-widget.widget-order-review .coupon-form .form-group {
    flex-direction: row;
    align-items: center;
    gap: 10px;
    position: relative;
  }
  .single-checkout-widget.widget-order-review .coupon-form .coupon-input-icon {
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
  }
  .single-checkout-widget.widget-order-review .coupon-form input#coupon_code,
  .single-checkout-widget.widget-order-review .coupon-form button {
    height: 40px;
    font-size: 14px;
  }
  .single-checkout-widget.widget-order-review .coupon-form input#coupon_code {
    flex: 1 1 auto;
    min-width: 0;
    padding-left: 46px;
  }
  .single-checkout-widget.widget-order-review .woocommerce-checkout-review-order-table .review-coupon-row td {
    padding: 0 0 16px !important;
  }
  .single-checkout-widget.widget-order-review .coupon-form button {
    width: auto;
    min-width: 84px;
    padding: 0 14px;
  }
  .single-checkout-widget.widget-order-review .woocommerce-checkout-review-order-table > tbody.review-cart-body {
    margin-top: 14px;
    padding-top: 16px;
  }
  .single-checkout-widget.widget-order-review .woocommerce-checkout-review-order-table > tbody.review-cart-body,
  .single-checkout-widget.widget-order-review .woocommerce-checkout-review-order-table > tfoot {
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 20px;
  }
  .single-checkout-widget.widget-order-review .woocommerce-checkout-review-order-table > tfoot {
    margin-top: -1px;
  }
  .single-checkout-widget.widget-order-review .woocommerce-checkout-review-order-table tbody.review-cart-body tr {
    padding-bottom: 14px;
  }
  .single-checkout-widget.widget-order-review .woocommerce-checkout-review-order-table tfoot th,
  .single-checkout-widget.widget-order-review .woocommerce-checkout-review-order-table tfoot td {
    font-size: 14px;
  }
  .single-checkout-widget.widget-order-review .woocommerce-checkout-review-order-table tfoot tr.order-total th,
  .single-checkout-widget.widget-order-review .woocommerce-checkout-review-order-table tfoot tr.order-total td {
    font-size: 16px;
  }
}

.woocommerce-page.woocommerce-checkout form #order_review td:last-child, .woocommerce-page.woocommerce-checkout form #order_review th:last-child, .woocommerce.woocommerce-checkout form #order_review td:last-child, .woocommerce.woocommerce-checkout form #order_review th:last-child {
  text-align: right;
}

tr:nth-of-type(4) bdi {
  color: inherit;
}

.process-single-item-phase1 {
  background-image: linear-gradient(142.19deg, #0C041C 36.47%, #650DFB 61.58%, #AF59FC 79.63%, #F9F9FF 104.66%);
}

.process-single-item-phase2 {
  background-image: linear-gradient(138.55deg, #0C041C 11.32%, #650DFB 36.6%, #AF59FC 68.26%, #F9F9FF 104.39%);
}

.full-border {
  background-image: linear-gradient(143.72deg, #650DFB 10.72%, #AF59FC 68.25%, #F9F9FF 104.77%);
}

#add_payment_method #payment ul.payment_methods li img, .woocommerce-cart #payment ul.payment_methods li img, .woocommerce-checkout #payment ul.payment_methods li img {
  vertical-align: middle;
  margin: -2px 0 0 0.5em;
  padding: 0;
  position: relative;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100px;
  height: 100%;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background: transparent;
  border-radius: 0;
  padding-top: 20px;
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
  text-align: left;
  padding: 0;
  border-bottom: none;
  margin: 0;
  list-style: none outside;
}

#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
  padding: 24px !important;
  background: #13161B;
  border-radius: 20px;
  display: flex;
    flex-direction: column; /* Stack elements vertically */
    align-items: center;    /* Center horizontally */
    text-align: center;     /* Center text inside elements */
    gap: 5px;
  
}

ul.payment_methods li[class*=payment_method] {
  margin: 0;
  padding: 0 !important;
}

#add_payment_method #payment ul.payment_methods li input, .woocommerce-cart #payment ul.payment_methods li input, .woocommerce-checkout #payment ul.payment_methods li input {
  margin: 0 0.4em 0 0;
}

#add_payment_method #payment,
#add_payment_method .woocommerce-checkout-payment {
  margin-top: 40px;
}

.woocommerce-checkout-payment {
  background-color: transparent !important;
  border-radius: 0;
}
.woocommerce-checkout-payment .heading-label {
  margin-bottom: 10px !important;
}

.woocommerce-checkout-payment .form-check .form-check-input {
  display: inline-block;
  width: 15px;
  height: 15px;
  padding: 0;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border-radius: 100%;
  background-color: transparent;
  border: 1px solid var(--theme-color);
  margin-right: 7px;
  margin-bottom: 0;
  margin-left: 2px;
  cursor: pointer;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  visibility: visible;
  opacity: 1;
  border-radius: 90px !important;
}
.woocommerce-checkout-payment .form-check .form-check-input:focus {
  border-color: var(--title-color);
}
.woocommerce-checkout-payment .form-check .form-check-input:checked {
  background-color:#872AF3 !important;
  border-color: var(--theme-color);
  background-size: 13px;
}
.woocommerce-checkout-payment .form-check .form-check-input:checked[type=checkbox] {
  background-image: url('data:image/svg+xml,<svg width="12" height="8" viewBox="0 0 12 8" preserveAspectRatio="none"  fill-rule="evenodd" clip-rule="evenodd" xmlns="http://www.w3.org/2000/svg"><path d="M11.2097 0.140053C11.4235 0.33248 11.4408 0.661797 11.2484 0.875605L5.87504 6.84597C5.19828 7.59793 4.05253 7.69165 3.26256 7.05968L0.813655 5.10055C0.589039 4.92086 0.552622 4.59311 0.732314 4.36849C0.912007 4.14387 1.23976 4.10746 1.46438 4.28715L3.91328 6.24627C4.27236 6.53354 4.79316 6.49093 5.10077 6.14914L10.4741 0.178766C10.6665 -0.035041 10.9959 -0.0523735 11.2097 0.140053Z" fill="%23ffffff"/></svg>');
}
.woocommerce-checkout-payment .form-check .form-check-label {
  display: inline-block !important;
  color: var(--body-color);
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}
.woocommerce-checkout-payment .form-check .form-check-label a {
  color: var(--title-color);
  text-decoration: none;
}
.woocommerce-checkout-payment .form-check .form-check-label a:hover {
  color: var(--theme-color);
}
.woocommerce-checkout-payment .form-check .form-check-label strong {
  font-weight: 500;
  color: var(--title-color);
}
.woocommerce-checkout-payment .Label {
  color: var(--title-color) !important;
}

.woocommerce-thankyou-order-details.order_details {
  padding: 0;
  margin: 0;
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 24px;
  list-style: none;
  /* Medium devices */
}
.woocommerce-thankyou-order-details.order_details:after, .woocommerce-thankyou-order-details.order_details:before {
  display: none !important;
}
@media (max-width: 991px) {
  .woocommerce-thankyou-order-details.order_details {
    gap: 12px;
  }
}
.woocommerce-thankyou-order-details.order_details li {
  background-color: var(--smoke-color);
  border: 1px solid var(--ot-border-color) !important;
  border-radius: 6px;
  -webkit-box-shadow: 0px 2px 5px rgba(5, 168, 255, 0.1);
          box-shadow: 0px 2px 5px rgba(5, 168, 255, 0.1);
  padding: 24px !important;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: var(--body-color);
  margin: 0 !important;
}
.woocommerce-thankyou-order-details.order_details li strong {
  color: var(--title-color);
  display: block;
  font-weight: 400;
  margin-top: 8px;
}

.woocommerce-order .woocommerce-customer-details {
  padding: 30px;
  background-color: var(--smoke-color);
  border: 1px solid var(--ot-border-color) !important;
  border-radius: 10px;
  -webkit-box-shadow: 0px 2px 5px rgba(5, 168, 255, 0.1);
          box-shadow: 0px 2px 5px rgba(5, 168, 255, 0.1);
  height: 100%;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .woocommerce-order .woocommerce-customer-details {
    padding: 20px;
  }
}
.woocommerce-order .woocommerce-customer-details .woocommerce-column__title {
  font-size: 24px;
  font-weight: 500;
  color: var(--theme-color2);
  margin-top: -0.2em;
  margin-bottom: 15px;
}
.woocommerce-order .woocommerce-customer-details address {
  font-size: 18px;
  color: var(--body-color);
  line-height: 1.6;
  margin-bottom: 0;
  height: 100%;
  border: none !important;
  padding: 0 !important;
}
.woocommerce-order .woocommerce-customer-details address::first-line {
  color: var(--title-color);
  line-height: 60px;
}
.woocommerce-order .woocommerce-customer-details p {
  padding: 0 20px;
  background-color: transparent;
  margin-bottom: 12px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.woocommerce-order .woocommerce-customer-details p:first-of-type {
  margin-top: 35px;
}
.woocommerce-order .woocommerce-customer-details p:last-child {
  margin-bottom: 0;
}
.woocommerce-order .woocommerce-order-details {
  padding: 30px;
  background-color: var(--smoke-color);
  border: 1px solid var(--ot-border-color);
  -webkit-box-shadow: 0px 2px 5px rgba(5, 168, 255, 0.1);
          box-shadow: 0px 2px 5px rgba(5, 168, 255, 0.1);
  border-radius: 10px;
  height: 100%;
  /* Extra small devices */
}
.woocommerce-order .woocommerce-order-details table.shop_table {
  border-radius: 0;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  margin-bottom: 0 !important;
  margin: 0 !important;
  width: 100%;
}
.woocommerce-order .woocommerce-order-details table.shop_table thead {
  display: table-row-group;
}
.woocommerce-order .woocommerce-order-details table.shop_table .order_item th,
.woocommerce-order .woocommerce-order-details table.shop_table .order_item td {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.woocommerce-order .woocommerce-order-details table.shop_table .product-name .wc-item-meta .wc-item-meta-label {
  display: none;
}
.woocommerce-order .woocommerce-order-details table.shop_table .product-name {
  font-size: 18px;
}
.woocommerce-order .woocommerce-order-details table.shop_table .product-name .wc-item-meta {
  font-size: 14px;
}
@media (max-width: 575px) {
  .woocommerce-order .woocommerce-order-details {
    padding: 20px;
  }
}
.woocommerce-order .woocommerce-order-details .woocommerce-order-details__title {
  font-size: 24px;
  font-weight: 500;
  margin-top: -0.2em;
  margin-bottom: 15px;
}
.woocommerce-order .woocommerce-order-details .order-again {
  margin: 20px 0 0 0;
}
.woocommerce-order .woocommerce-order-details .order-again a {
  display: inline-block;
  background-color: var(--theme-color2);
  color: var(--white-color);
  padding: 14px 24px;
  border-radius: 12px;
}
.woocommerce-order .woocommerce-order-details .order-again a:hover {
  background-color: var(--black-color);
}

body.woocommerce-order-received {
  background-image: none;
}
body.woocommerce-order-received .breadcumb-wrapper,
body.woocommerce-order-received .checkout-hero,
body.woocommerce-order-received .footer-wrapper,
  {
  display: none;
}
body.woocommerce-order-received .breadcumb-wrapper {
  padding-top: 120px;
}
body.woocommerce-order-received .breadcumb-wrapp {
  padding-top: 80px;
  /* Medium devices */
}
@media (max-width: 991px) {
  body.woocommerce-order-received .breadcumb-wrapp {
    padding-top: 60px;
  }
}

@media (min-width: 1400px) and (max-width: 1600px) {
  .configuration-area {
    margin-left: 50px;
    margin-right: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .hide-on-mobile {
    display: none;
  }
}
@media only screen and (min-width: 767px) {
  .hide-on-big {
    display: none;
  }
}
.evaluation-program .amount-tag li span::before {
  top: -26px;
}

/*------------------- Affiliate -------------------*/
.affwp-form {
  margin-bottom: 0;
}
.affwp-form input {
  background-color: var(--smoke-color);
  border: 1px solid var(--ot-border-color);
  border-radius: 12px;
  height: 56px;
  padding: 0 20px;
  margin-bottom: 15px;
  color: var(--light-color);
}
.affwp-form input::-moz-placeholder {
  color: var(--light-color);
}
.affwp-form input::-webkit-input-placeholder {
  color: var(--light-color);
}
.affwp-form input:-ms-input-placeholder {
  color: var(--light-color);
}
.affwp-form input::-ms-input-placeholder {
  color: var(--light-color);
}
.affwp-form input::placeholder {
  color: var(--light-color);
}
.affwp-form textarea {
  background-color: var(--smoke-color);
  border: 1px solid var(--ot-border-color);
  border-radius: 12px;
  padding: 0 20px;
  min-height: 150px;
  color: var(--light-color);
}
.affwp-form textarea::-moz-placeholder {
  color: var(--light-color);
}
.affwp-form textarea::-webkit-input-placeholder {
  color: var(--light-color);
}
.affwp-form textarea:-ms-input-placeholder {
  color: var(--light-color);
}
.affwp-form textarea::-ms-input-placeholder {
  color: var(--light-color);
}
.affwp-form textarea::placeholder {
  color: var(--light-color);
}
.affwp-form input.button {
  font-size: 16px;
  border: none;
  background: var(--theme-color);
  padding: 16px 30px;
  border-radius: 12px;
  color: var(--white-color);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  cursor: pointer;
}
.affwp-form input.button:hover {
  background: #1e54be;
}
.affwp-form .affwp-lost-password {
  margin-bottom: 0;
}
.affwp-form label {
  margin-bottom: 10px;
  display: inline-block;
}
.affwp-form input[type=checkbox] {
  width: 18px;
  height: 18px;
  background-color: var(--smoke-color2);
  border: 1px solid var(--title-color);
  opacity: 1;
  visibility: visible;
  cursor: pointer;
  border-radius: 4px;
  margin-right: 5px;
  margin-top: 0;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}

.woocommerce-ResetPassword input,
.lost_reset_password input {
  background-color: var(--smoke-color);
  border: 1px solid var(--ot-border-color);
  border-radius: 12px;
  height: 56px;
  padding: 0 20px;
  margin-bottom: 15px;
  color: var(--light-color);
}
.woocommerce-ResetPassword input::-moz-placeholder,
.lost_reset_password input::-moz-placeholder {
  color: var(--light-color);
}
.woocommerce-ResetPassword input::-webkit-input-placeholder,
.lost_reset_password input::-webkit-input-placeholder {
  color: var(--light-color);
}
.woocommerce-ResetPassword input:-ms-input-placeholder,
.lost_reset_password input:-ms-input-placeholder {
  color: var(--light-color);
}
.woocommerce-ResetPassword input::-webkit-input-placeholder, .lost_reset_password input::-webkit-input-placeholder {
  color: var(--light-color);
}
.woocommerce-ResetPassword input::-moz-placeholder, .lost_reset_password input::-moz-placeholder {
  color: var(--light-color);
}
.woocommerce-ResetPassword input:-ms-input-placeholder, .lost_reset_password input:-ms-input-placeholder {
  color: var(--light-color);
}
.woocommerce-ResetPassword input::-ms-input-placeholder, .lost_reset_password input::-ms-input-placeholder {
  color: var(--light-color);
}
.woocommerce-ResetPassword input::placeholder,
.lost_reset_password input::placeholder {
  color: var(--light-color);
}

.space {
  padding-top: var(--section-space);
  padding-bottom: var(--section-space);
  /* Medium devices */
}
@media (max-width: 991px) {
  .space {
    padding-top: var(--section-space-mobile);
    padding-bottom: var(--section-space-mobile);
  }
}

.space-bottom {
  padding-bottom: var(--section-space);
  /* Medium devices */
}
@media (max-width: 991px) {
  .space-bottom {
    padding-bottom: var(--section-space-mobile);
  }
}

.pt-60 {
  padding-top: 60px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .pt-60 {
    padding-top: 45px;
  }
}

.screen-reader-text {
  display: none;
}

.affwp-card .button {
  border: none;
  background: var(--theme-color2);
  padding: 16px 30px;
  border-radius: 12px;
  color: var(--white-color);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  white-space: nowrap;
}
.affwp-card .button:hover {
  background: var(--theme-color);
}
.affwp-card h3 {
  margin-bottom: 16px !important;
}
.affwp-card .affwp-card__header {
  padding: 0;
}
.affwp-card .affwp-card__content, .affwp-card .affwp-card__footer {
  padding: 0;
  margin-top: 20px;
}

#affwp-graphs-filter .button {
  border: none;
  background: var(--theme-color2);
  padding: 16px 30px;
  border-radius: 12px;
  color: var(--white-color);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  white-space: nowrap;
  margin-top: 15px;
}
#affwp-graphs-filter .button:hover {
  background: var(--theme-color);
}
#affwp-graphs-filter select {
  height: 46px;
  background-color: var(--smoke-color);
  border-radius: 12px;
  color: var(--light-color);
  padding: 0 15px;
}

#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs {
  margin-bottom: 40px;
}
#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li {
  margin-bottom: 10px;
}
#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li a {
  text-decoration: none;
  display: inline-block;
  padding: 5px 18px;
  background-color: var(--smoke-color);
  border: 1px solid var(--ot-border-color);
  border-radius: 8px;
  color: var(--white-color);
}
#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li.active a {
  font-weight: 400;
  background-color: var(--theme-color2);
  color: var(--white-color);
  border-color: var(--theme-color2);
}

.affwp-affiliate-link {
  margin-bottom: 50px !important;
}

table.affwp-table th, table.affwp-table td {
  padding: 10px 20px;
}
table.affwp-table th {
  background: var(--smoke-color);
  color: var(--white-color);
  font-weight: 500;
}
table.affwp-table td {
  color: var(--body-color);
}

/* ------------------- Checkout Payment Method Card (match reference screenshot) ------------------- */
.woocommerce-checkout #payment ul.wc_payment_methods.payment_methods.methods {
  padding: 0 !important;
  margin: 0 0 24px !important;
  border: 0 !important;
  display: grid;
  gap: 24px;
}

.woocommerce-checkout #payment ul.wc_payment_methods.payment_methods.methods > li.wc_payment_method {
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 16px;
  border: 1px solid #22262F;
  background: #0C0E12;
  overflow: hidden;
}

.woocommerce-checkout #payment ul.wc_payment_methods.payment_methods.methods > li.wc_payment_method:has(> input.input-radio:checked) {
  border: 1px solid #22262F;
  background: #13161B;
}

.woocommerce-checkout #payment ul.payment_methods li input {
  position: absolute;
  left: 20px;
  top: 50%;
  width: 20px;
  height: 20px;
  margin: 0 !important;
  transform: translateY(-50%) !important;
  -webkit-transform: translateY(-50%) !important;
  visibility: visible !important;
  opacity: 1 !important;
  display: block !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 50% !important;
  border: 2px solid #293548;
  background: #08101D;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 !important;
  display: grid !important;
  place-content: center;
  z-index: 2;
}

.woocommerce-checkout #payment ul.payment_methods li input:checked {
  border-color: #17C67F;
  background: #1AC486;
}

.woocommerce-checkout #payment ul.payment_methods li input::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transform: scale(0);
  transition: transform 120ms ease-in-out;
  background: #E9FFF2;
}

.woocommerce-checkout #payment ul.payment_methods li input:checked::before {
  transform: scale(1);
}

/* disable global checkout pseudo-radio in payment rows only */
.checkout-area .woocommerce-checkout #payment ul.wc_payment_methods.payment_methods.methods > li.wc_payment_method > input[type=radio] ~ label::before,
.checkout-area .woocommerce-checkout #payment ul.wc_payment_methods.payment_methods.methods > li.wc_payment_method > input[type=radio]:checked ~ label::before {
  content: none !important;
  display: none !important;
}

.woocommerce form.woocommerce-checkout #payment ul.wc_payment_methods.payment_methods.methods > li.wc_payment_method > label {
  width: 100%;
  margin: 0 !important;
  padding: 22px 34px 0 60px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  gap: 14px;
  color: #CED0D5 !important;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
  cursor: pointer;
}

.woocommerce-checkout #payment ul.wc_payment_methods.payment_methods.methods > li.wc_payment_method .gateway-title-text {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
}
.woocommerce-checkout #payment ul.wc_payment_methods.payment_methods.methods > li.wc_payment_method .gateway-title-text,
.woocommerce-checkout #payment ul.wc_payment_methods.payment_methods.methods > li.wc_payment_method .gateway-title-text * {
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  font: inherit !important;
  color: inherit !important;
  text-transform: none !important;
  letter-spacing: inherit !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  text-decoration: none !important;
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
}

.woocommerce-checkout #payment ul.wc_payment_methods.payment_methods.methods > li.wc_payment_method .gateway-icons-right {
  margin-left: auto;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
}

/* keep gateway-provided icons and place them to the right */
.woocommerce-checkout #payment ul.wc_payment_methods.payment_methods.methods > li.wc_payment_method .gateway-icons-right img {
  width: 85%;
  height: 85%;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  object-fit: contain;
  vertical-align: middle;
}

.woocommerce-checkout #payment ul.wc_payment_methods.payment_methods.methods > li.wc_payment_method .gateway-icons-right svg {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  margin: 0 !important;
}

.woocommerce-checkout #payment ul.wc_payment_methods.payment_methods.methods > li.wc_payment_method .gateway-icons-right img[alt="Paywoo"] {
  width: auto !important;
  max-width: 50px !important;
  height: auto !important;
}

.woocommerce-checkout #payment ul.wc_payment_methods.payment_methods.methods > li.wc_payment_method .gateway-icons-right img[src*="paywoo/assets/img/logo.png"] {
  width: auto !important;
  max-width: 50px !important;
  height: auto !important;
}

/* subtitle line (always visible) */
.woocommerce-checkout #payment div.payment_box {
  display: block !important;
  margin: 8px 0 0 !important;
  padding: 0 34px 20px 60px !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #94979C !important;
}

.woocommerce-checkout #payment div.payment_box:after {
  display: none !important;
}

/* keep only one clean subtitle paragraph */

.woocommerce-checkout #payment ul.wc_payment_methods.payment_methods.methods > li.wc_payment_method > .payment_box > p:first-of-type {
  display: block !important;
  margin: 0 !important;
  font-size: 14px !important;
  line-height: 1.3 !important;
  font-weight: 400 !important;
  color: #949494 !important;
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
}

.woocommerce-checkout #payment ul.wc_payment_methods.payment_methods.methods > li.wc_payment_method > .payment_box > p:first-of-type :is(img, iframe, video, svg, br) {
  display: none !important;
}

.woocommerce-checkout #payment ul.wc_payment_methods.payment_methods.methods > li.wc_payment_method > .payment_box > p:first-of-type * {
  font: inherit !important;
  color: inherit !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

@media (max-width: 1399px) {
  .woocommerce form.woocommerce-checkout #payment ul.wc_payment_methods.payment_methods.methods > li.wc_payment_method > label {
    font-size: 16px;
  }
}

@media (max-width: 1199px) {
  .woocommerce form.woocommerce-checkout #payment ul.wc_payment_methods.payment_methods.methods > li.wc_payment_method > label {
    font-size: 16px;
    padding: 22px 34px 0 60px !important;
  }
  .woocommerce-checkout #payment div.payment_box {
    padding: 0 34px 20px 60px !important;
  }
  .woocommerce-checkout #payment ul.payment_methods li input {
    left: 20px;
    width: 20px;
    height: 20px;
  }
  .woocommerce-checkout #payment ul.wc_payment_methods.payment_methods.methods > li.wc_payment_method .gateway-icons-right img {
    width: 32px;
    height: 32px;
  }
}

@media (max-width: 991px) {
  .woocommerce-checkout #payment ul.wc_payment_methods.payment_methods.methods {
    gap: 16px;
  }
  .woocommerce-checkout #payment ul.wc_payment_methods.payment_methods.methods > li.wc_payment_method {
    border-radius: 16px;
  }
  .woocommerce form.woocommerce-checkout #payment ul.wc_payment_methods.payment_methods.methods > li.wc_payment_method > label {
    font-size: 16px;
    padding: 22px 34px 0 60px !important;
  }
  .woocommerce-checkout #payment div.payment_box {
    padding: 0 34px 20px 60px !important;
  }
  .woocommerce-checkout #payment ul.wc_payment_methods.payment_methods.methods > li.wc_payment_method > .payment_box > p:first-of-type {
    font-size: 15px !important;
  }
  .woocommerce-checkout #payment ul.payment_methods li input {
    left: 20px;
    width: 20px;
    height: 20px;
  }
  .woocommerce-checkout #payment ul.wc_payment_methods.payment_methods.methods > li.wc_payment_method .gateway-icons-right img {
    width: 100px;
    height: 100%;
  }
  .woocommerce-checkout #payment ul.wc_payment_methods.payment_methods.methods > li.wc_payment_method .gateway-icons-right svg {
    width: 100px;
    height: 100%;
    flex: 0 0 32px;
  }
  .woocommerce-checkout #payment ul.wc_payment_methods.payment_methods.methods > li.wc_payment_method .gateway-icons-right {
    gap: 8px;
  }
}

@media (max-width: 767px) {
  #payment .payment-method-header {
    gap: 8px;
    margin: 0 0 16px !important;
  }
  #payment .payment-method-header > svg {
    max-width: 74px;
    min-width: 28px;
  }
  #payment .payment-method-header .payment-method-title-pill {
    min-height: 34px;
    padding: 6px 10px !important;
    border-radius: 12px !important;
    overflow: visible !important;
  }
  #payment .payment-method-header .payment-method-title {
    font-size: 13px;
    line-height: 1.1;
    white-space: nowrap;
    overflow: visible;
  }
  .woocommerce-checkout #payment ul.wc_payment_methods.payment_methods.methods {
    gap: 14px;
  }
  .woocommerce-checkout #payment ul.wc_payment_methods.payment_methods.methods > li.wc_payment_method {
    border-radius: 16px;
  }
  .woocommerce-checkout #payment ul.payment_methods li input {
    left: 20px;
  }
  .woocommerce form.woocommerce-checkout #payment ul.wc_payment_methods.payment_methods.methods > li.wc_payment_method > label {
    padding: 14px 14px 0 48px !important;
    gap: 8px;
    font-size: 15px;
  }
  .woocommerce-checkout #payment div.payment_box {
    padding: 0 14px 14px 48px !important;
  }
  .woocommerce-checkout #payment ul.wc_payment_methods.payment_methods.methods > li.wc_payment_method > .payment_box > p:first-of-type {
    font-size: 12px !important;
    line-height: 1.35 !important;
  }
  .woocommerce-checkout #payment ul.wc_payment_methods.payment_methods.methods > li.wc_payment_method .gateway-icons-right {
    gap: 6px;
  }
  .woocommerce-checkout #payment ul.wc_payment_methods.payment_methods.methods > li.wc_payment_method .gateway-icons-right img,
  .woocommerce-checkout #payment ul.wc_payment_methods.payment_methods.methods > li.wc_payment_method .gateway-icons-right svg {
    width: 100px;
    height: 100%;
    flex: 0 0 20px;
  }
  .woocommerce-checkout #payment ul.wc_payment_methods.payment_methods.methods > li.wc_payment_method .gateway-icons-right img[alt="Paywoo"],
  .woocommerce-checkout #payment ul.wc_payment_methods.payment_methods.methods > li.wc_payment_method .gateway-icons-right img[src*="paywoo/assets/img/logo.png"] {
    width: auto !important;
    max-width: 40px !important;
    height: auto !important;
  }
}

/* Responsive checkout layout hard-fix (mobile/tablet only) */
@media (max-width: 1300px) {
  .checkout-area .checkout-content-wrap > form.checkout > .row,
  .checkout-area .checkout-content-wrap > form.checkout > .ch-row,
  .checkout-area .checkout-content-wrap > form.checkout > .row.ch-row {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
  }

  .checkout-area .checkout-content-wrap > form.checkout > .row > .checkout-main-column,
  .checkout-area .checkout-content-wrap > form.checkout > .ch-row > .checkout-main-column,
  .checkout-area .checkout-content-wrap > form.checkout > .row > .col-lg-8,
  .checkout-area .checkout-content-wrap > form.checkout > .row > .col-xl-6.col-lg-8,
  .checkout-area .checkout-content-wrap > form.checkout > .ch-row > .col-lg-8,
  .checkout-area .checkout-content-wrap > form.checkout > .ch-row > .col-xl-6.col-lg-8 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .checkout-area .checkout-content-wrap > form.checkout > .row > .col-lg-3,
  .checkout-area .checkout-content-wrap > form.checkout > .row > .col-xl-3,
  .checkout-area .checkout-content-wrap > form.checkout > .ch-row > .col-lg-3,
  .checkout-area .checkout-content-wrap > form.checkout > .ch-row > .col-xl-3 {
    display: none !important;
  }
}

/* Mobile checkout wrapper hard-fix (keeps desktop unchanged) */
@media (max-width: 991px) {
  html,
  body.woocommerce-checkout {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  body.woocommerce-checkout #page.site,
  body.woocommerce-checkout .site,
  body.woocommerce-checkout main#primary.site-main {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  body.woocommerce-checkout #page,
  body.woocommerce-checkout #primary.site-main,
  body.woocommerce-checkout #primary .container.space-bottom,
  body.woocommerce-checkout #primary .page-container,
  body.woocommerce-checkout article.page,
  body.woocommerce-checkout .entry-content,
  body.woocommerce-checkout .entry-content > .woocommerce.wp-block-group.alignwide,
  body.woocommerce-checkout .checkout-area,
  body.woocommerce-checkout .checkout-content-wrap,
  body.woocommerce-checkout form.checkout.woocommerce-checkout.checkout-form,
  body.woocommerce-checkout .checkout-main-column,
  body.woocommerce-checkout .all-widget-wrap {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    float: none !important;
  }

  body.woocommerce-checkout #primary .page-container,
  body.woocommerce-checkout article.page,
  body.woocommerce-checkout .entry-content {
    display: block !important;
  }

  body.woocommerce-checkout #primary .container.space-bottom {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  body.woocommerce-checkout .checkout-main-column {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.woocommerce-checkout .all-widget-wrap {
    overflow: hidden !important;
  }

  body.woocommerce-checkout .footer .container,
  body.woocommerce-checkout .footer .content-2,
  body.woocommerce-checkout .footer .content-3 {
    display: block !important;
  }

  body.woocommerce-checkout .footer .title-and-paragraph,
  body.woocommerce-checkout .footer .footer-links,
  body.woocommerce-checkout .footer .paragraph {
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* Mobile fine-tune: footer overflow + account/add-ons headers + evaluation steps */
@media (max-width: 767px) {
  body.woocommerce-checkout .footer .payment {
    gap: 4px;
    flex-wrap: nowrap;
    justify-content: center;
    overflow: hidden;
  }

  body.woocommerce-checkout .footer .icon-wrapper {
    flex: 0 0 auto;
    padding: 10px 6px;
  }

  body.woocommerce-checkout .footer .social-icon {
    width: 24px;
    height: 24px;
  }

  body.woocommerce-checkout .footer .payment-method-icon {
    width: 40px;
    height: 28px;
  }

  body.woocommerce-checkout .footer .mastercard {
    width: 26px;
    height: 16px;
    top: 6px;
    left: 7px;
  }

  body.woocommerce-checkout .footer .div {
    height: 20px;
    flex: 0 0 1px;
  }

  body.woocommerce-checkout .footer .content-3 {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding-left: 16px;
    padding-right: 16px;
  }

  body.woocommerce-checkout .footer .footer-links {
    flex: 0 0 auto;
    width: auto;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 18px;
  }

  body.woocommerce-checkout .footer .text-wrapper {
    white-space: normal;
    text-align: center;
    line-height: 1.25;
  }

  body.woocommerce-checkout .footer .container > svg:last-of-type {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
  }

  .checkout-area .single-checkout-widget#variations-switcher > .main-span,
  .checkout-area .single-checkout-widget.checkout-addons > .main-span:not(.order-summary-header) {
    gap: 10px !important;
    margin-bottom: 16px !important;
  }

  .checkout-area .single-checkout-widget#variations-switcher > .main-span > svg,
  .checkout-area .single-checkout-widget.checkout-addons > .main-span:not(.order-summary-header) > svg {
    flex: 1 1 auto;
    min-width: 44px;
    max-width: 110px;
    height: 10px;
  }

  .checkout-area .single-checkout-widget#variations-switcher > .main-span > .position-relative,
  .checkout-area .single-checkout-widget.checkout-addons > .main-span:not(.order-summary-header) > .position-relative {
    position: static !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    min-height: 36px;
    min-width: 158px;
    padding: 6px 12px !important;
    border-radius: 12px !important;
  }

  .checkout-area .single-checkout-widget#variations-switcher > .main-span > .position-relative > span.position-absolute,
  .checkout-area .single-checkout-widget.checkout-addons > .main-span:not(.order-summary-header) > .position-relative > span.position-absolute {
    position: static !important;
    width: auto !important;
    max-width: none !important;
    white-space: nowrap !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    text-align: center;
  }

  .single-checkout-widget#variations-switcher .variations-buttons {
    width: 100% !important;
    padding: 6px !important;
  }

  .account-item #challenge_steps {
    width: 100% !important;
    gap: 6px !important;
    justify-content: flex-start !important;
    border-radius: 26px;
  }

  .account-item #challenge_steps button {
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: 0 !important;
    white-space: nowrap !important;
    padding: 10px 14px !important;
    font-size: 15px !important;
    line-height: 1.15 !important;
  }
}

/* Mobile critical fixes (keep desktop untouched) */
@media (max-width: 767px) {
  body.woocommerce-checkout #primary .container.space-bottom,
  body.woocommerce-checkout .page-container,
  body.woocommerce-checkout .checkout-area,
  body.woocommerce-checkout .checkout-content-wrap,
  body.woocommerce-checkout form.checkout.woocommerce-checkout.checkout-form,
  body.woocommerce-checkout .checkout-main-column,
  body.woocommerce-checkout .all-widget-wrap {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
  }

  body.woocommerce-checkout .single-checkout-widget {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  /* Footer: keep payment icons and copyright fully visible */
  body.woocommerce-checkout .footer .payment,
  .footer .payment {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 0 !important;
    overflow: hidden !important;
    padding: 0 8px !important;
  }

  body.woocommerce-checkout .footer .icon-wrapper,
  .footer .icon-wrapper {
    flex: 0 1 auto !important;
    min-width: 0 !important;
    padding: 10px 4px !important;
  }

  body.woocommerce-checkout .footer .social-icon,
  .footer .social-icon {
    width: 20px !important;
    height: 20px !important;
  }

  body.woocommerce-checkout .footer .payment-method-icon,
  .footer .payment-method-icon {
    width: 34px !important;
    height: 24px !important;
  }

  body.woocommerce-checkout .footer .payment-method-icon svg,
  .footer .payment-method-icon svg {
    width: 100% !important;
    height: 100% !important;
  }

  body.woocommerce-checkout .footer .div,
  .footer .div {
    flex: 0 0 1px !important;
    width: 1px !important;
    height: 18px !important;
    margin: 0 2px !important;
  }

  body.woocommerce-checkout .footer .content-3,
  .footer .content-3 {
    gap: 8px !important;
    padding: 0 12px !important;
    align-items: center !important;
  }

  body.woocommerce-checkout .footer .footer-links,
  .footer .footer-links {
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 8px 14px !important;
    width: 100% !important;
  }

  body.woocommerce-checkout .footer .text-wrapper,
  .footer .text-wrapper {
    white-space: normal !important;
    text-align: center !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
  }

  body.woocommerce-checkout .footer .container > svg:last-of-type,
  .footer .container > svg:last-of-type,
  .footer .container > svg[width="1219"] {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-width: 0 !important;
  }

  /* Account/Add-ons/Payment headers: keep center title readable */
  .checkout-area .single-checkout-widget#variations-switcher > .main-span,
  .checkout-area .single-checkout-widget.checkout-addons > .main-span:not(.order-summary-header),
  #payment .payment-method-header {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    margin-bottom: 16px !important;
  }

  .checkout-area .single-checkout-widget#variations-switcher > .main-span > svg,
  .checkout-area .single-checkout-widget.checkout-addons > .main-span:not(.order-summary-header) > svg,
  #payment .payment-method-header > svg {
    flex: 1 1 0 !important;
    min-width: 26px !important;
    max-width: 90px !important;
    height: 10px !important;
  }

  .checkout-area .single-checkout-widget#variations-switcher > .main-span > .position-relative,
  .checkout-area .single-checkout-widget.checkout-addons > .main-span:not(.order-summary-header) > .position-relative,
  #payment .payment-method-header .payment-method-title-pill {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    padding: 6px 10px !important;
    min-height: 34px !important;
    min-width: 150px !important;
    border-radius: 12px !important;
  }

  .checkout-area .single-checkout-widget#variations-switcher > .main-span > .position-relative > span.position-absolute,
  .checkout-area .single-checkout-widget.checkout-addons > .main-span:not(.order-summary-header) > .position-relative > span.position-absolute,
  #payment .payment-method-header .payment-method-title {
    position: static !important;
    display: block !important;
    width: auto !important;
    max-width: none !important;
    white-space: nowrap !important;
    text-align: center !important;
    font-size: 12.5px !important;
    line-height: 1.2 !important;
  }

  /* Evaluation path/trading capital buttons */
  .single-checkout-widget#variations-switcher .variations-buttons,
  .account-item #challenge_steps,
  .account-item #trading_capital {
    width: 100% !important;
    max-width: 100% !important;
    justify-content: flex-start !important;
    gap: 6px !important;
    padding: 6px !important;
    border-radius: 26px !important;
    box-sizing: border-box !important;
  }

  .account-item #challenge_steps button,
  .account-item #trading_capital button {
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: 0 !important;
    padding: 10px 14px !important;
    font-size: 14px !important;
    line-height: 1.15 !important;
    white-space: nowrap !important;
  }

  /* Selected package payment icon row */
  .images-dev {
    gap: 4px !important;
    padding: 8px 6px !important;
    overflow: hidden !important;
    justify-content: space-between !important;
  }

  .images-dev .icon {
    width: auto !important;
    min-width: 26px !important;
    height: 26px !important;
    padding: 0 2px !important;
  }

  .images-dev .icon svg {
    width: 24px !important;
    height: 24px !important;
    max-width: 24px !important;
  }

  .images-dev .divider {
    height: 18px !important;
    margin: 0 2px !important;
    flex: 0 0 1px !important;
  }
}

/* Final mobile/tablet checkout hard-fixes (desktop untouched) */
@media (max-width: 991px) {
  /* Force full-width checkout column stack (prevents half-screen render) */
  body.woocommerce-checkout,
  body.woocommerce-checkout #page.site,
  body.woocommerce-checkout #primary.site-main,
  body.woocommerce-checkout #primary .container.space-bottom,
  body.woocommerce-checkout .page-container,
  body.woocommerce-checkout article.page,
  body.woocommerce-checkout .entry-content,
  body.woocommerce-checkout .entry-content > .woocommerce,
  body.woocommerce-checkout .entry-content > .woocommerce.wp-block-group.alignwide,
  body.woocommerce-checkout .checkout-area,
  body.woocommerce-checkout .checkout-content-wrap,
  body.woocommerce-checkout form.checkout.woocommerce-checkout.checkout-form,
  body.woocommerce-checkout .checkout-main-column,
  body.woocommerce-checkout .all-widget-wrap {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
  }

  body.woocommerce-checkout #primary .container.space-bottom,
  body.woocommerce-checkout .checkout-main-column {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  body.woocommerce-checkout .all-widget-wrap {
    overflow: hidden !important;
  }

  /* Account Information / Add-ons / Payment Method title bars */
  body.woocommerce-checkout .checkout-area .single-checkout-widget#variations-switcher > .main-span,
  body.woocommerce-checkout .checkout-area .single-checkout-widget.checkout-addons > .main-span:not(.order-summary-header),
  body.woocommerce-checkout #payment .payment-method-header {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    margin-bottom: 16px !important;
    overflow: visible !important;
  }

  body.woocommerce-checkout .checkout-area .single-checkout-widget#variations-switcher > .main-span > svg,
  body.woocommerce-checkout .checkout-area .single-checkout-widget.checkout-addons > .main-span:not(.order-summary-header) > svg,
  body.woocommerce-checkout #payment .payment-method-header > svg {
    flex: 1 1 0 !important;
    min-width: 18px !important;
    max-width: 72px !important;
    height: 10px !important;
  }

  body.woocommerce-checkout .checkout-area .single-checkout-widget#variations-switcher > .main-span .position-relative,
  body.woocommerce-checkout .checkout-area .single-checkout-widget.checkout-addons > .main-span:not(.order-summary-header) .position-relative,
  body.woocommerce-checkout #payment .payment-method-header .payment-method-title-pill {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    min-height: 34px !important;
    padding: 6px 10px !important;
    border-radius: 12px !important;
    overflow: visible !important;
  }

  body.woocommerce-checkout .checkout-area .single-checkout-widget#variations-switcher > .main-span .position-relative {
    min-width: 182px !important;
  }

  body.woocommerce-checkout .checkout-area .single-checkout-widget.checkout-addons > .main-span:not(.order-summary-header) .position-relative {
    min-width: 116px !important;
  }

  body.woocommerce-checkout .checkout-area .single-checkout-widget#variations-switcher > .main-span .position-relative > span,
  body.woocommerce-checkout .checkout-area .single-checkout-widget.checkout-addons > .main-span:not(.order-summary-header) .position-relative > span,
  body.woocommerce-checkout #payment .payment-method-header .payment-method-title {
    position: static !important;
    display: inline-block !important;
    width: auto !important;
    max-width: none !important;
    white-space: nowrap !important;
    text-align: center !important;
    font-size: 13px !important;
    line-height: 1.15 !important;
  }

  /* Evaluation path + Trading capital: plain rows (no container box) */
body.woocommerce-checkout .account-item #challenge_steps,
body.woocommerce-checkout .account-item #trading_capital,
body.woocommerce-checkout .account-item #account_size {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important; /* 2 buttons per row */
  column-gap: 12px !important;
  row-gap: 12px !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
}

body.woocommerce-checkout .account-item #challenge_steps button,
body.woocommerce-checkout .account-item #trading_capital button,
body.woocommerce-checkout .account-item #account_size button {
  width: 100% !important; /* makes them 48–50% each */
  text-align: center !important;
  white-space: nowrap !important;
  margin: 0 !important;
  padding: 10px 16px !important;
  min-height: 44px !important;
  border-radius: 999px !important;
  border: 1px solid transparent !important;
  background: transparent !important;
  color: #94979c !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  font-weight: 500 !important;
}

body.woocommerce-checkout .account-item #challenge_steps button.active,
body.woocommerce-checkout .account-item #trading_capital button.active,
body.woocommerce-checkout .account-item #account_size button.active {
  background:
    linear-gradient(#22262f, #22262f) padding-box,
    linear-gradient(104deg, #14f195 0%, #9945ff 89.84%) border-box !important;
  color: #fff !important;
}
  /* Selected package card match */
  body.woocommerce-checkout .account-item.price-box-list {
    --mobile-price-size: clamp(18px, 7.2vw, 28px);
    --mobile-price-height: clamp(42px, 12vw, 56px);
    border: 2px dashed #373a41 !important;
    border-radius: 18px !important;
    background: transparent !important;
    padding: 14px !important;
    margin-top: 4px !important;
    margin-bottom: 12px !important;
  }

  body.woocommerce-checkout .account-item.price-box-list .price-dev {
    display: block !important;
    padding: 0 0 14px !important;
    margin: 0 !important;
  }

  body.woocommerce-checkout .account-item.price-box-list .price-dev.active {
    border-bottom: 1px solid #22262f !important;
  }

  body.woocommerce-checkout .account-item.price-box-list .price-head-row {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.16fr) !important;
    align-items: center !important;
    justify-content: stretch !important;
    column-gap: 12px !important;
    margin-bottom: 14px !important;
    min-height: var(--mobile-price-height) !important;
  }

  body.woocommerce-checkout .account-item.price-box-list .old-price-value {
    display: none !important;
    color: #8f949c !important;
    position: relative !important;
    font-size: var(--mobile-price-size) !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    align-self: center !important;
    min-height: var(--mobile-price-height) !important;
    height: var(--mobile-price-height) !important;
    align-items: center !important;
    min-width: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    justify-content: flex-start !important;
    padding-right: 2px !important;
    margin: 0 !important;
  }

  body.woocommerce-checkout .account-item.price-box-list .old-price-value::after {
    content: "" !important;
    position: absolute !important;
    left: -2% !important;
    right: -2% !important;
    top: 50% !important;
    height: 2px !important;
    background: #8f949c !important;
    border-radius: 999px !important;
    transform: rotate(-4deg) !important;
    transform-origin: center !important;
    opacity: 0.95 !important;
    pointer-events: none !important;
  }

  body.woocommerce-checkout .account-item.price-box-list.has-old-price .old-price-value {
    display: inline-flex !important;
  }

  body.woocommerce-checkout .account-item.price-box-list .price-head-row .selected-price-badge {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    align-self: center !important;
    min-height: var(--mobile-price-height) !important;
    height: var(--mobile-price-height) !important;
    width: 100% !important;
    padding: 5px 8px !important;
    background: #202531 !important;
    border-radius: 0 !important;
    min-width: 0 !important;
    overflow: hidden !important;
  }

  body.woocommerce-checkout .account-item.price-box-list .price-head-row .selected-price-value {
    display: inline-block !important;
    line-height: 1.05 !important;
    font-size: var(--mobile-price-size) !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em !important;
    white-space: nowrap !important;
    text-align: center !important;
    max-width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    background: linear-gradient(104deg, #14f195 0%, #9945ff 89.84%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important;
  }

  body.woocommerce-checkout .account-item.price-box-list:not(.has-old-price) .price-head-row {
    grid-template-columns: minmax(0, 1fr) !important;
    justify-items: end !important;
  }

  body.woocommerce-checkout .account-item.price-box-list:not(.has-old-price) .price-head-row .selected-price-badge {
    width: auto !important;
    min-width: min(78vw, 240px) !important;
  }

  body.woocommerce-checkout .account-item.price-box-list .price-meta-row {
    display: grid !important;
    grid-template-columns: auto minmax(24px, 1fr) minmax(0, 1fr) !important;
    align-items: center !important;
    column-gap: 8px !important;
    min-width: 0 !important;
  }

  body.woocommerce-checkout .account-item.price-box-list .price-meta-label {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    flex: 0 0 auto !important;
    white-space: nowrap !important;
    color: #9ea3ab !important;
    font-size: 17px !important;
    line-height: 1.2 !important;
    font-weight: 500 !important;
  }

  body.woocommerce-checkout .account-item.price-box-list .price-meta-label > svg {
    flex: 0 0 auto !important;
  }

  body.woocommerce-checkout .account-item.price-box-list .price-meta-line {
    flex: 1 1 auto !important;
    width: 100% !important;
    min-width: 24px !important;
  }

  body.woocommerce-checkout .account-item.price-box-list .price-meta-value {
    flex: 0 0 auto !important;
    justify-self: end !important;
    min-width: 0 !important;
    max-width: 100% !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    color: #cfd2d7 !important;
    font-size: clamp(13px, 3.7vw, 16px) !important;
    line-height: 1.25 !important;
    font-weight: 600 !important;
  }

  body.woocommerce-checkout .account-item.price-box-list .price-meta-value .selected-step-value,
  body.woocommerce-checkout .account-item.price-box-list .price-meta-value .selected-capital-value {
    display: inline !important;
    font-size: inherit !important;
    line-height: inherit !important;
    color: inherit !important;
    font-weight: inherit !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  body.woocommerce-checkout .account-item.price-box-list .price-meta-value .price-separator {
    color: #6d727b !important;
    margin: 0 6px !important;
  }

  body.woocommerce-checkout .account-item.price-box-list .price-dev .selected-price-value {
    text-align: right !important;
  }

  body.woocommerce-checkout .account-item.price-box-list .images-dev {
    background: #13161b !important;
    border-radius: 16px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px !important;
    padding: 10px 12px !important;
    margin-top: 12px !important;
    overflow: hidden !important;
  }

  body.woocommerce-checkout .account-item.price-box-list .images-dev .icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: 0 !important;
    height: auto !important;
    padding: 0 !important;
  }

  body.woocommerce-checkout .account-item.price-box-list .images-dev .icon svg {
    width: auto !important;
    height: auto !important;
    max-width: 34px !important;
    max-height: 24px !important;
    display: block !important;
  }

  body.woocommerce-checkout .account-item.price-box-list .images-dev .divider {
    width: 1px !important;
    height: 22px !important;
    background: #22262f !important;
    margin: 0 2px !important;
    flex: 0 0 1px !important;
  }

  /* Top selected-plan payment icons row */
  body.woocommerce-checkout .images-dev {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 4px !important;
    padding: 8px 6px !important;
    overflow: hidden !important;
  }

  body.woocommerce-checkout .images-dev .icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: 0 !important;
    padding: 0 !important;
  }

  body.woocommerce-checkout .images-dev .icon svg {
    width: 20px !important;
    height: 20px !important;
    max-width: 20px !important;
    display: block !important;
  }

  body.woocommerce-checkout .images-dev .divider {
    flex: 0 0 1px !important;
    width: 1px !important;
    height: 16px !important;
    margin: 0 2px !important;
  }

  /* Footer visibility + icon containment */
  body.woocommerce-checkout .footer,
  body.woocommerce-checkout .footer .container,
  body.woocommerce-checkout .footer .content,
  body.woocommerce-checkout .footer .content-2,
  body.woocommerce-checkout .footer .content-3 {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  body.woocommerce-checkout .footer .container {
    padding-left: 10px !important;
    padding-right: 10px !important;
    gap: 24px !important;
  }

  body.woocommerce-checkout .footer .content-2,
  body.woocommerce-checkout .footer .content-3 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.woocommerce-checkout .footer .payment {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 0 !important;
    overflow: hidden !important;
    padding: 0 2px !important;
  }

  body.woocommerce-checkout .footer .payment > * {
    min-width: 0 !important;
  }

  body.woocommerce-checkout .footer .icon-wrapper {
    flex: 0 0 auto !important;
    padding: 8px 2px !important;
  }

  body.woocommerce-checkout .footer .icon-wrapper svg {
    display: block !important;
    max-width: 100% !important;
    height: auto !important;
  }

  body.woocommerce-checkout .footer .social-icon {
    width: 20px !important;
    height: 20px !important;
  }

  body.woocommerce-checkout .footer .payment-method-icon {
    width: 30px !important;
    height: 22px !important;
  }

  body.woocommerce-checkout .footer .payment-method-icon svg {
    width: 100% !important;
    height: 100% !important;
  }

  body.woocommerce-checkout .footer .div {
    flex: 0 0 1px !important;
    width: 1px !important;
    height: 16px !important;
    margin: 0 1px !important;
  }

  body.woocommerce-checkout .footer .content-3 {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 8px !important;
  }

  body.woocommerce-checkout .footer .footer-links {
    flex: 0 0 auto !important;
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 8px 14px !important;
  }

  body.woocommerce-checkout .footer .text-wrapper {
    white-space: normal !important;
    text-align: center !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
  }

  body.woocommerce-checkout .footer .content-3 > p.text-wrapper {
    width: 100% !important;
    max-width: 100% !important;
  }

  body.woocommerce-checkout .footer .SOLANAFUNDED,
  body.woocommerce-checkout .footer .container > svg:last-of-type,
  body.woocommerce-checkout .footer .container > svg[width="1219"],
  body.woocommerce-checkout .footer .container > svg[viewBox="0 0 1219 114"] {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    margin: 0 !important;
  }
}
/* Mobile-only footer redesign */
.mobile-footer {
  display: none;
}

@media (max-width: 767px) {
  .footer,
  body.woocommerce-checkout .footer {
    display: none !important;
  }

  .mobile-footer {
    display: block;
    width: 100%;
    color: #d4d8df;
    background:
      radial-gradient(118% 82% at 0% 0%, rgba(58, 41, 128, 0.62) 0%, rgba(5, 10, 18, 0) 63%),
      radial-gradient(122% 88% at 100% 0%, rgba(11, 99, 123, 0.54) 0%, rgba(5, 10, 18, 0) 63%),
      #050a12;
  }

  .mobile-footer__frame {
    position: relative;
    padding: 0 28px 30px;
    border-left: 1px solid #26324a;
    border-right: 1px solid #26324a;
    background: linear-gradient(180deg, rgba(7, 13, 25, 0.48) 0%, rgba(5, 10, 18, 0.95) 30%, #050a12 58%, #050a12 100%);
    overflow: hidden;
  }

  .mobile-footer__frame::before,
  .mobile-footer__frame::after {
    content: "";
    position: absolute;
    top: -7px;
    width: 11px;
    height: 11px;
    border-radius: 2px;
    border: 1px solid #344055;
    background: #1a2332;
    transform: rotate(45deg);
  }

  .mobile-footer__frame::before {
    left: -7px;
  }

  .mobile-footer__frame::after {
    right: -7px;
  }

  .mobile-footer__hero {
    padding: 58px 0 42px;
    text-align: center;
  }

  .mobile-footer__brand-mark {
    display: block;
    width: 32px;
    height: 33px;
    margin: 0 auto 26px;
  }

  .mobile-footer__brand-mark img {
    display: block;
    width: 32px;
    height: 33px;
  }

  .mobile-footer__headline {
    margin: 0;
    font-family: "Onest", sans-serif;
    font-size: 26px;
    line-height: 1.24;
    letter-spacing: -0.03em;
    font-weight: 700;
    color: #f5f7fb;
  }

  .mobile-footer__headline span {
    display: block;
    margin-top: 3px;
    color: #959ca8;
  }

  .mobile-footer__socials {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 28px;
  }

  .mobile-footer__social-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: #0f1624;
    border: 1px solid #141d2a;
  }

  .mobile-footer__social-btn svg {
    width: 22px;
    height: 22px;
    display: block;
  }

  .mobile-footer__line {
    position: relative;
    width: 100%;
    height: 1px;
    background: #26324a;
  }

  .mobile-footer__line--with-dots::before,
  .mobile-footer__line--with-dots::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 11px;
    height: 11px;
    border-radius: 2px;
    border: 1px solid #344055;
    background: #1a2332;
    transform: translateY(-50%) rotate(45deg);
  }

  .mobile-footer__line--with-dots::before {
    left: -14px;
  }

  .mobile-footer__line--with-dots::after {
    right: -14px;
  }

  .mobile-footer__section {
    padding: 24px 0;
  }

  .mobile-footer__section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
  }

  .mobile-footer__section-head h3 {
    margin: 0;
    color: #9aa1ad;
    font-family: "Onest", sans-serif;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.2;
  }

  .mobile-footer__section-head button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    border: 1px solid #344055;
    background: #0f1624;
    padding: 0;
  }

  .mobile-footer__section-head button svg {
    width: 16px;
    height: 16px;
    display: block;
  }

  .mobile-footer__section-body {
    margin-top: 17px;
  }

  .mobile-footer__section-body p {
    margin: 0 0 11px;
    color: #d5dae2;
    font-family: "Onest", sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.28;
  }

  .mobile-footer__section-body p:last-child {
    margin-bottom: 0;
  }

  .mobile-footer__soon-row {
    display: flex;
    align-items: center;
    gap: 9px;
    flex-wrap: wrap;
  }

  .mobile-footer__soon-row p {
    margin-bottom: 0;
  }

  .mobile-footer__soon-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 22px;
    border-radius: 8px;
    border: 1px solid #646d79;
    background: rgba(255, 255, 255, 0.12);
    color: #e7ebf0;
    font-family: "Onest", sans-serif;
    font-size: 11px;
    line-height: 1;
    font-weight: 600;
    padding: 0 11px;
    white-space: nowrap;
  }

  .mobile-footer__subscribe {
    padding: 24px 0 24px;
  }

  .mobile-footer__subscribe h3 {
    margin: 0 0 15px;
    color: #9aa1ad;
    font-family: "Onest", sans-serif;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.2;
  }

  .mobile-footer__subscribe-form {
    display: flex;
    align-items: stretch;
    gap: 12px;
    margin: 0;
  }

  .mobile-footer__subscribe-form input {
    flex: 1 1 auto;
    min-width: 0;
    height: 44px;
    border: 1px solid #344055;
    border-radius: 10px;
    background: #080f1b;
    color: #d7deea;
    padding: 0 16px;
    font-family: "Onest", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
  }

  .mobile-footer__subscribe-form input::placeholder {
    color: #7c8694;
    opacity: 1;
  }

  .mobile-footer__subscribe-form button {
    flex: 0 0 30%;
    min-width: 108px;
    height: 44px;
    border: 1px solid transparent;
    border-radius: 10px;
    color: #eef1f5;
    font-family: "Onest", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    background:
      linear-gradient(#0b121d, #0b121d) padding-box,
      linear-gradient(90deg, #19fb9b, #9945ff) border-box;
  }

  .mobile-footer__bottom {
    padding-top: 26px;
  }

  .mobile-footer__policy-links {
    display: flex;
    align-items: center;
    gap: 26px;
  }

  .mobile-footer__policy-links span {
    color: #949ca8;
    font-family: "Onest", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
  }

  .mobile-footer__bottom p {
    margin: 15px 0 0;
    color: #949ca8;
    font-family: "Onest", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}

/* Desktop selected package card redesign */
@media (max-width: 991px) {
  body.woocommerce-checkout .account-item.price-box-list .price-dev-desktop {
    display: none !important;
  }
}

@media (min-width: 992px) {
  body.woocommerce-checkout .account-item.price-box-list {
    border: 2px dashed #2f384a !important;
    border-radius: 22px !important;
    background: transparent !important;
    padding: 18px 24px 20px !important;
    margin: 8px 0 16px !important;
  }

  body.woocommerce-checkout .account-item.price-box-list .price-dev-mobile {
    display: none !important;
  }

  body.woocommerce-checkout .account-item.price-box-list .price-dev-desktop {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 20px !important;
    padding: 0 0 14px !important;
    margin: 0 !important;
    border-bottom: 1px solid #263248 !important;
  }

  body.woocommerce-checkout .account-item.price-box-list .price-desktop-left {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    display: flex !important;
    align-items: center !important;
  }

  body.woocommerce-checkout .account-item.price-box-list .price-desktop-diamond {
    flex: 0 0 9px !important;
    width: 9px !important;
    height: 9px !important;
    margin-right: 10px !important;
    border: 1px solid #434b5d !important;
    background: #262d3b !important;
    border-radius: 2px !important;
    transform: rotate(45deg) !important;
  }

  body.woocommerce-checkout .account-item.price-box-list .price-desktop-meta-value {
    display: inline-flex !important;
    align-items: baseline !important;
    flex: 0 0 auto !important;
    white-space: nowrap !important;
    color: #94979c !important;
    font-family: var(--body-font) !important;
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
  }

  body.woocommerce-checkout .account-item.price-box-list .price-desktop-meta-value .selected-step-value,
  body.woocommerce-checkout .account-item.price-box-list .price-desktop-meta-value .selected-capital-value,
  body.woocommerce-checkout .account-item.price-box-list .price-desktop-meta-value .price-separator {
    font-size: inherit !important;
    line-height: inherit !important;
    color: inherit !important;
    font-weight: inherit !important;
  }

  body.woocommerce-checkout .account-item.price-box-list .price-desktop-meta-value .price-separator {
    margin: 0 4px !important;
  }

  body.woocommerce-checkout .account-item.price-box-list .price-desktop-line {
    display: block !important;
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 70px !important;
    height: 1px !important;
    margin-left: 14px !important;
    background: linear-gradient(90deg, #313c52 0%, #313c52 84%, rgba(49, 60, 82, 0.1) 100%) !important;
  }

  body.woocommerce-checkout .account-item.price-box-list .price-desktop-right {
    flex: 0 0 auto !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 14px !important;
    white-space: nowrap !important;
  }

  body.woocommerce-checkout .account-item.price-box-list .price-dev-desktop .old-price-value {
    display: none !important;
    position: relative !important;
    text-decoration: none !important;
    color: #8f96a2 !important;
    font-size: clamp(20px, 2.1vw, 32px) !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    letter-spacing: -0.025em !important;
  }

  body.woocommerce-checkout .account-item.price-box-list .price-dev-desktop .old-price-value::after {
    content: "" !important;
    position: absolute !important;
    left: -1% !important;
    right: -1% !important;
    top: 52% !important;
    height: 2px !important;
    border-radius: 99px !important;
    background: #8f96a2 !important;
    transform: rotate(-5deg) !important;
  }

  body.woocommerce-checkout .account-item.price-box-list.has-old-price .price-dev-desktop .old-price-value {
    display: inline-flex !important;
  }

  body.woocommerce-checkout .account-item.price-box-list .price-dev-desktop .selected-price-badge {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 48px !important;
    padding: 4px 10px !important;
    background: #1f2633 !important;
    border-radius: 0 !important;
  }

  body.woocommerce-checkout .account-item.price-box-list .price-dev-desktop .selected-price-value {
    font-size: clamp(26px, 2.6vw, 40px) !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    letter-spacing: -0.03em !important;
    background: linear-gradient(104deg, #14f195 0%, #9945ff 89.84%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important;
    white-space: nowrap !important;
  }

  body.woocommerce-checkout .account-item.price-box-list:not(.has-old-price) .price-dev-desktop .price-desktop-right {
    gap: 0 !important;
  }

  body.woocommerce-checkout .account-item.price-box-list .images-dev {
    margin-top: 14px !important;
    padding: 10px 16px !important;
    background: #0e1623 !important;
    border-radius: 14px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 0 !important;
  }

  body.woocommerce-checkout .account-item.price-box-list .images-dev .icon {
    flex: 1 1 0 !important;
    width: auto !important;
    min-width: 0 !important;
    height: 34px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  body.woocommerce-checkout .account-item.price-box-list .images-dev .icon svg {
    width: auto !important;
    height: auto !important;
    max-width: none !important;
    display: block !important;
  }

  body.woocommerce-checkout .account-item.price-box-list .images-dev .icon:nth-of-type(1) svg,
  body.woocommerce-checkout .account-item.price-box-list .images-dev .icon:nth-of-type(2) svg {
    width: 26px !important;
    height: 26px !important;
  }

  body.woocommerce-checkout .account-item.price-box-list .images-dev .icon:nth-of-type(3) svg,
  body.woocommerce-checkout .account-item.price-box-list .images-dev .icon:nth-of-type(4) svg,
  body.woocommerce-checkout .account-item.price-box-list .images-dev .icon:nth-of-type(5) svg {
    width: 38px !important;
    height: 26px !important;
  }

  body.woocommerce-checkout .account-item.price-box-list .images-dev .divider {
    flex: 0 0 1px !important;
    width: 1px !important;
    height: 20px !important;
    margin: 0 3px !important;
    background: #222d40 !important;
  }
}

/* Cupon Price  */

.old-price-value {
    display: none !important;
}
.coupon-applied .old-price-value {
    display: inline !important;
}
