/*------------------- Mixin -------------------*/
/*------------------- Function -------------------*/
/*------------------- Fonts -------------------*/
/*------------------- Variable-------------------*/
:root {
  --theme-color: #1D83C5;
  --theme-color2: #45B6FF;
  --theme-color3: #E13B25;
  --title-color: #FFFFFF;
  --body-color: #FFFFFF;
  --smoke-color: #0F0F0F;
  --smoke-color2: #1A2030;
  --smoke-color3: #FDEBD7;
  --black-color: #0A0A0A;
  --white-color: #ffffff;
  --light-color: #939393;
  --gray-color: #DEE8FF;
  --yellow-color: #FFB539;
  --success-color: #28a745;
  --error-color: #dc3545;
  --ot-border-color: #2B2B34;
  --icon-font: "Font Awesome 6 Pro";
  --main-container: 1204px;
  --container-gutters: 30px;
  --section-space: 120px;
  --section-space-mobile: 70px;
  --section-title-space: 60px;
  --ripple-ani-duration: 5s;
}

.font-style {
  font-weight: 400;
}

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

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

body.admin-bar .navbar {
  padding-top: 32px;
  /* Medium devices */
}
@media (max-width: 991px) {
  body.admin-bar .navbar {
    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 {
  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: 500;
  line-height: 1.4;
  margin: 0 0 15px 0;
}

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

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

.h3,
h3 {
  font-size: 36px;
  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: 50px;
  }
  .h2,
  h2 {
    font-size: 44px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .h1,
  h1 {
    font-size: 46px;
    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;
  }
}
/*=================================
    Reset
==================================*/



.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: 34px;
  padding: 0 0 10px 0;
  border: none;
  border-bottom: 1px solid var(--ot-border-color);
  color: var(--light-color);
  background-color: transparent;
  border-radius: 0;
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  font-family: var(--body-font);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s 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: var(--theme-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::-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="%23ffffff"/></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: 20px;
  height: 20px;
  padding-left: 0;
  font-size: 0.6em;
  line-height: 19px;
  text-align: center;
  border: 1px solid var(--title-color);
  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="%23ffffff"/></svg>');
  border-color: var(--theme-color);
  background-color: var(--theme-color);
  color: var(--white-color);
  line-height: 2.5;
}
.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;
}

/*------------------- header -------------------*/
.ot-btn {
  display: inline-block;
  padding: 9px 16px 11px 16px;
  color: var(--white-color);
  background: radial-gradient(100% 211.6% at 39.13% 0%, var(--theme-color) 0%, var(--theme-color2) 100%);
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  position: relative;
  z-index: 2;
}

.header-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px 24px;
}
.header-btn .ot-btn {
  background: var(--white-color);
  color: var(--black-color);
}
.header-btn .ot-btn:hover {
  color: var(--white-color);
}

.link-btn {
  color: var(--title-color);
  font-size: 14px;
  font-weight: 500;
}
.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;
  border-bottom: 1px solid var(--ot-border-color);
  /* Extra small devices */
}
.ot-header .header-logo {
  line-height: 1px;
  max-width: 140px;
}
.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;
}
.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 .header-logo {
    display: none;
  }
  .ot-header .ot-btn {
    min-width: auto;
  }
}

/*------------------- footer -------------------*/
.copyright {
  font-size: 14px;
  color: var(--light-color);
  text-align: center;
  margin: 0;
  padding: 16px 0;
}

/*------------------- Checkout -------------------*/
.woocommerce-page .ch-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  /* Medium devices */
}
.woocommerce-page .ch-row > div {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
}
@media (max-width: 991px) {
  .woocommerce-page .ch-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.checkout-form .row {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  --bs-gutter-x: 30px;
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 1199px) {
  .checkout-form .row {
    --bs-gutter-x: 24px;
  }
}
@media (max-width: 991px) {
  .checkout-form .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.breadcumb-wrapper {
  padding-top: 80px;
}
.breadcumb-wrapper h1 {
  font-weight: 600;
  margin-bottom: 8px;
}
.breadcumb-wrapper h1 .font-style {
  font-style: italic;
}
.breadcumb-wrapper .breadcumb-text {
  color: var(--light-color);
  margin-bottom: 0;
  /* Medium devices */
}
@media (max-width: 991px) {
  .breadcumb-wrapper .breadcumb-text {
    max-width: 310px;
  }
}
.breadcumb-wrapper .breadcumb-content {
  padding-bottom: 26px;
  border-bottom: 1px solid var(--ot-border-color);
}

.breadcrumb-menu {
  margin-top: -8px;
  margin-bottom: 40px;
}
.breadcrumb-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
}
.breadcrumb-menu svg {
  margin-bottom: -4px;
  margin-right: 10px;
}
.breadcrumb-menu li {
  font-size: 14px;
}
.breadcrumb-menu li:before {
  content: ">";
  color: inherit;
  margin-right: 4px;
  font-size: 1.55em;
  line-height: 23px;
  display: inline-block;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
.breadcrumb-menu li:first-child {
  color: var(--light-color);
  font-weight: 500;
}
.breadcrumb-menu li a {
  color: inherit;
}
.breadcrumb-menu li a:hover {
  color: var(--theme-color);
}

.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;
}
.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;
  -webkit-clip-path: polygon(32px 0, calc(100% - 32px) 0, 100% 50%, calc(100% - 32px) 100%, 32px 100%, 0% 50%);
          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 {
    -webkit-clip-path: none;
            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;
}



.checkout-form .form-row {
  padding: 0 !important;
  margin-bottom: 24px !important;
}
.checkout-form .form-row input {
  height: 34px;
  padding: 0 0 10px 0;
  border-radius: 0;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--body-color);
  font-size: 16px;
}
.checkout-form .form-row input::-webkit-input-placeholder {
  color: #3B7860;
}
.checkout-form .form-row input::-moz-placeholder {
  color: #3B7860;
}
.checkout-form .form-row input:-ms-input-placeholder {
  color: #3B7860;
}
.checkout-form .form-row input::-ms-input-placeholder {
  color: #3B7860;
}
.checkout-form .form-row input::placeholder {
  color: #3B7860;
}
.checkout-form .form-row input:focus {
  color: #3B7860;
  border-color: #9AF5BD;
  background-color: transparent;
}
.checkout-form .form-row input:focus:placeholder {
  color: #3B7860;
}
.checkout-form .form-row input:valid {
  color: #9AF5BD;
}
.checkout-form .form-row > label {
  display: none !important;
}
.checkout-form .form-row .form-select {
  cursor: pointer;
  color: #3B7860;
}
.checkout-form .form-row .required {
  color: inherit !important;
  font-weight: inherit !important;
}
.checkout-form .form-row.validate-email {
  margin-bottom: 30px !important;
}
.checkout-form .form-row.place-order {
  margin-bottom: 0 !important;
}
.checkout-form #billing_first_name_field,
.checkout-form #billing_last_name_field {
  width: calc(50% - 10px);
}
.checkout-form #billing_first_name_field {
  float: left;
}
.checkout-form #billing_last_name_field {
  float: right;
  display: block !important;
}
.checkout-form #billing_phone_field {
  margin-bottom: 0 !important;
}
.checkout-form .heading-label {
  font-size: 18px;
  font-weight: 500;
  color: var(--title-color);
  padding: 0;
  margin-bottom: 26px !important;
}
.checkout-form .heading-label#billing_details_field {
  margin-top: 45px;
}
.checkout-form .heading-label h3 {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  padding: 0;
  margin: 0;
  margin-top: -0.2em;
}
.checkout-form select {
  background-position: right -2px center;
  background-color: transparent;
  color: #3B7860;
}
.checkout-form label {
  font-weight: 400;
  font-size: 16px;
  color: var(--title-color);
  margin-bottom: 10px;
  display: none;
}
.checkout-form .form-check .form-check-input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.select2-dropdown {
  background-color: #000;
}

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

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

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

.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 16px;
  color: #3B7860 !important;
  line-height: 27px !important;
  padding: 0 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #3B7860 !important;
  font-size: 16px;
}

p#billing_phone_field {
  padding-bottom: 25px !important;
}

.select2-container .select2-selection--single {
  text-align: left;
}

.select2-selection__placeholder {
  font-size: 14px;
}

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

.select2-results__option {
  color: var(--title-color);
}

.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: 36px;
}
.account-item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-bottom: 36px;
  /* Small devices */
}
.account-item-wrap .account-item {
  margin-bottom: 0;
}
.account-item-wrap .account-item:last-child {
  border-left: 1px solid var(--ot-border-color);
  padding-left: 40px;
}
@media (max-width: 767px) {
  .account-item-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 36px;
  }
  .account-item-wrap .account-item:last-child {
    padding-left: 0;
    border-left: none;
  }
}
.account-item h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 24px;
  color: var(--title-color);
}
.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 .variations-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 14px;
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 1199px) {
  .account-item .variations-buttons {
    gap: 10px;
  }
}
@media (max-width: 991px) {
  .account-item .variations-buttons {
    gap: 6px;
  }
}
.account-item button {
  font-size: 14px;
  font-weight: 500;
  z-index: 1;
  padding: 16px 32px;
  position: relative;
  z-index: 2;
  border-radius: 10px;
  color: var(--body-color);
  background-color: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  /* Medium devices */
}
.account-item button b {
  display: inline-block;
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 12px;
  font-weight: 600;
  color: var(--theme-color);
  text-align: center;
  line-height: 18px;
  padding: 0 8px;
  background-color: #E6F2FF;
  border-radius: 30px;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .account-item button {
    padding: 13px 24px;
  }
}
.account-item button:hover, .account-item button.active {
  color: var(--black-color);
  background-color: var(--white-color);
  border-color: transparent;
}
.account-item #account-size .btn-disable {
  display: none;
}
.account-item:last-child {
  margin-bottom: 0;
}

.available-info {
  margin-bottom: 40px;
}
.available-info h3 {
  font-size: 18px;
  font-weight: 600;
  color: var(--title-color);
  margin-bottom: 22px;
  margin-top: -0.2em;
}
.available-info .addons-item {
  font-size: 14px;
  padding: 17px 42px 19px 34px;
  color: var(--body-color);
  position: relative;
  z-index: 2;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  cursor: pointer;
  border-bottom: 1px solid var(--ot-border-color);
}
.available-info .addons-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  border: 2px solid var(--ot-border-color);
  width: 20px;
  height: 20px;
  border-radius: 66px;
  transition: 0.4s ease-in-out;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center;
}
.available-info .addons-item span {
  display: block;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: -20px 0 0 auto;
  font-size: 12px;
  font-weight: 600;
  color: var(--theme-color);
  text-align: center;
  line-height: 20px;
  padding: 0 8px;
  background-color: #E6F2FF;
  border-radius: 30px;
  white-space: nowrap;
}
.available-info .addons-item b {
  font-weight: 400;
  color: var(--light-color);
}
.available-info .addons-item i {
  position: absolute;
  top: 17px;
  right: 0;
  font-style: normal;
}
.available-info .addons-item p {
  color: var(--paragraphColor);
  font-size: 14px;
  font-weight: 400;
}
.available-info .addons-item.active:before {
  background-color: var(--ot-border-color);
  background-image: url('data:image/svg+xml,<svg width="10" height="8" viewBox="0 0 10 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 4.33333L3.46154 7L9 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.available-info .addons-item:last-child {
  margin-bottom: 0;
}

.body-shape {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.body-shape:before {
  content: "";
  display: block;
  width: calc(var(--main-container) + 60px);
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  border-left: 1px solid var(--ot-border-color);
  border-right: 1px solid var(--ot-border-color);
}

.single-checkout-widget .shape {
  position: absolute;
  left: -100px;
  top: -165px;
  width: 320px;
  height: 330px;
  border-radius: 16px;
  z-index: -1;
}

.single-checkout-widget.order-review-widget {
  background: var(--smoke-color);
}
@media (max-width: 575px) {
  .single-checkout-widget {
    padding: 20px;
  }
}
.single-checkout-widget h3 {
  color: var(--title-color);
}
.single-checkout-widget h6 {
  font-size: 16px;
  font-weight: 400;
  color: var(--title-color);
  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;
}

#variations-switcher {
  margin-bottom: 60px;
  position: relative;
}
#variations-switcher .shape {
  background: linear-gradient(135deg, #CE805F 47.94%, #A31C00 63.75%, #7F352C 85.4%);
  -webkit-filter: blur(87px);
          filter: blur(87px);
}



.ip-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px 40px;
  /* Extra small devices */
}
.ip-widget .ip-location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 40px;
  position: relative;
}
.ip-widget .ip-location:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 46px;
  width: 1px;
  background-color: var(--ot-border-color);
}
.ip-widget .ip-location span {
  display: block;
}
.ip-widget .ip-location .ip {
  color: var(--light-color);
  font-size: 14px;
}
.ip-widget .ip-location img {
  margin-right: 14px;
  border-radius: 4px;
  height: 17px;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
}
.ip-widget .wrong-location {
  font-size: 14px;
}
.ip-widget .wrong-location a {
  color: var(--theme-color);
}
.ip-widget .wrong-location a:hover {
  color: var(--title-color);
}
.ip-widget .ot-btn {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--ot-border-color);
}
.ip-widget .ot-btn .icon1 {
  content: url('data:image/svg+xml,<svg width="6" height="11" viewBox="0 0 6 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 9.5L5 5.5L1 1.5" stroke="%23757A8D" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  margin-left: 3px;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.ip-widget .ot-btn:before {
  display: none;
}
.ip-widget .ot-btn:hover {
  border-color: var(--theme-color);
}
@media (max-width: 575px) {
  .ip-widget {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
  .ip-widget .ip-location {
    padding-right: 20px;
  }
}

.f_checkout_loading #variations-switcher::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 9999;
  opacity: 0.2;
  border-radius: inherit;
  background-color: #fff;
}

.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: 18px;
  font-weight: 500;
  margin-bottom: 24px;
  margin-top: -0.2em;
}

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

.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 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: 0;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  margin-bottom: -12px !important;
  margin-top: -12px !important;
}
.woocommerce-checkout table.shop_table td {
  border: none;
  padding: 0;
  vertical-align: middle;
}
.woocommerce-checkout table.shop_table th {
  font-weight: 400;
}
.woocommerce-checkout table.shop_table dl {
  margin-bottom: 4px;
}
.woocommerce-checkout table.shop_table .product-name {
  font-size: 18px;
  font-weight: 500;
  color: #042820;
  text-align: left;
}
.woocommerce-checkout table.shop_table .variation dd p{
  color: #042820;
}
.woocommerce-checkout table.shop_table .product-name .product-quantity {
  display: none;
}
.woocommerce-checkout table.shop_table .product-name a {
  color: inherit;
}
@media (max-width: 575px) {
  .woocommerce-checkout table.shop_table .product-name {
    font-size: 16px;
  }
}
.woocommerce-checkout table.shop_table .variation {
  gap: 6px;
  font-size: 14px;
  font-weight: 400;
}
.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(--body-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: 24px;
  font-weight: 600;
  color: #042820;
}
.woocommerce-checkout table.shop_table thead {
  display: none;
}
.woocommerce-checkout table.shop_table tfoot th:first-child, .woocommerce-checkout table.shop_table tfoot td:first-child {
  border: none !important;
  color: #042820;
}
.woocommerce-checkout table.shop_table th:last-child, .woocommerce-checkout table.shop_table td:last-child {
  border: none !important;
  color: #042820;
}
.woocommerce-checkout table.shop_table th, .woocommerce-checkout table.shop_table td {
  padding: 0 !important;
  color: var(--light-color);
  border: none !important;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  background-color: transparent !important;
}
.woocommerce-checkout table.shop_table th strong, .woocommerce-checkout table.shop_table td strong {
  font-weight: 400;
}
.woocommerce-checkout table.shop_table th span, .woocommerce-checkout table.shop_table td span {
  color: inherit;
}
.woocommerce-checkout table.shop_table th:last-child, .woocommerce-checkout table.shop_table td:last-child {
  text-align: right;
}
.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 {
  font-weight: 400 !important;
  padding: 12px 0 !important;
}
.woocommerce-checkout table.shop_table tfoot td {
  color: var(--light-color);
}
.woocommerce-checkout table.shop_table tfoot th, .woocommerce-checkout table.shop_table tfoot td {
  border-top: 1px solid var(--ot-border-color) !important;
}
.woocommerce-checkout table.shop_table tfoot th:first-child, .woocommerce-checkout table.shop_table tfoot td:first-child {
  text-align: left;
}
.woocommerce-checkout table.shop_table tbody th, .woocommerce-checkout table.shop_table tbody td {
  padding-bottom: 22px !important;
}

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;
}

.variation dt {
  display: none !important;
}

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

.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: 35px 0 80px 0;
  padding-top: 0;
}
.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;
}

#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 {
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

#add_payment_method #payment ul.payment_methods li input:checked,
.woocommerce-cart #payment ul.payment_methods li input:checked,
.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: #151515 !important;
  border: 1px solid var(--ot-border-color);
  color: var(--body-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:before,
.woocommerce-cart #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before {
  content: "";
  display: block;
  border: 14px solid var(--ot-border-color);
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -14px;
  left: 0;
  margin: -14px 0 0 22px;
}
#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 #151515;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -12px;
  left: 0;
  margin: -12px 0 0 24px;
}

#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 {
  background: #fff;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  padding-bottom: 35px !important;
  border-bottom: 1px solid #c6c6c6 !important;
  margin-bottom: 30px !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-weight: 500 !important;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  position: relative;
  padding: 18px 30px !important;
  margin-bottom: 0;
  display: block;
  width: 100%;
  color: #042820;
  text-decoration: none;
  background: #ffe700 !important;
  font-size: 16px;
  text-transform: capitalize !important;
  margin-top: 6px !important;
  border-radius: 10px !important;
}
.checkout-place-order:hover {
  background-color: #9af5bd !important;
}

.secured-text {
  font-size: 14px;
  color: var(--title-color);
  margin: 0;
  margin-top: 25px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .secured-text {
    margin-top: 25px;
  }
}
.secured-text svg {
  margin: 0 5px 0 0;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}


.single-checkout-widget.review-item:before {
  display: none;
}

.apply-item {
  padding: 8px 20px;
  border-radius: 20px !important;
  background-color: #042820;
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-bottom: none;
  border: none;
}
@media (max-width: 575px) {
  .apply-item {
    padding: 20px;
  }
}
.apply-item:before {
  display: none;
}
.apply-item .coupon-form {
  border-bottom: none;
  padding-bottom: 0;
}
.apply-item .form-group {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.apply-item button {
  min-width: 104px;
  border: none;
}
.apply-item input#coupon_code {
  height: 50px;
  border-radius: 0;
  background-color: transparent;
  border: none;
  color: #9AF5BD;
  font-size: 16px !important;
  padding: 0;
  width: 80%;
}
.apply-item input#coupon_code::-webkit-input-placeholder {
  color: #9AF5BD;
}
.apply-item input#coupon_code::-moz-placeholder {
  color: #9AF5BD;
}
.apply-item input#coupon_code:-ms-input-placeholder {
  color: #9AF5BD;
}
.apply-item input#coupon_code::-ms-input-placeholder {
  color: #9AF5BD;
}
.apply-item input#coupon_code::placeholder {
  color: #9AF5BD;
}

.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: 30px;
  height: 20px;
}

#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: 0 !important;
}

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: 24px;
}
.woocommerce-checkout-payment .form-check {
  margin-bottom: 20px !important;
}
.woocommerce-checkout-payment .form-check .form-check-input {
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border-radius: 100%;
  background-color: transparent;
  border: 1px solid var(--title-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;
}
.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: var(--theme-color);
  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(--light-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: #9af5bd;
}
.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: #9af5bd;
  border: none !important;
  border-radius: 12px;
  padding: 24px !important;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
          color: #0A0A0A;
  margin: 0 !important;
}
.woocommerce-thankyou-order-details.order_details li strong {
  word-wrap: break-word;
  color: #0A0A0A;
  display: block;
  font-weight: 400;
  margin-top: 8px;
}

.woocommerce-order {
  padding-bottom: 70px;
}
.woocommerce-order .woocommerce-customer-details {
  padding: 30px;
  background-color: #9af5bd;
  margin-top: 30px;
  border: none !important;
  border-radius: 12px;
  height: 100%;
  /* Extra small devices */
}
.woocommerce-customer-details p {
  color: #0A0A0A;
}
.woocommerce-order .woocommerce-customer-details .woocommerce-column__title {
  color: #0A0A0A !important;
}
@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-color);
  margin-top: -0.2em;
  margin-bottom: 15px;
}
.woocommerce-order .woocommerce-customer-details address {
  font-size: 18px;
  color: #0A0A0A;
  line-height: 1.6;
  margin-bottom: 0;
  height: 100%;
  border: none !important;
  padding: 0 !important;
}
.woocommerce-order .woocommerce-customer-details address::first-line {
  line-height: 60px;
}
.woocommerce-order .woocommerce-customer-details p {
  padding: 0 0;
  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: #9af5bd;
  border: 1px solid var(--ot-border-color);
  border-radius: 12px;
  height: 100%;
  /* Extra small devices */
}
.woocommerce-checkout table.shop_table ul li p {
  color: #0A0A0A;
}
.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;
}
@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;
  color: #0A0A0A;
}
.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-color);
  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 .checkout-hero,
body.woocommerce-order-received .footer-wrapper,
body.woocommerce-order-received .ot-header {
  display: none;
}
body.woocommerce-order-received .breadcumb-wrapper {
  padding-top: 120px;
  padding-bottom: 20px;
}
body.woocommerce-order-received .page-container {
  max-width: var(--main-container);
  margin: 0 auto;
  padding-top: 120px;
  /* Large devices */
}
@media (max-width: 1199px) {
  body.woocommerce-order-received .page-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@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);
}


/* Main CSS */

@font-face {
	font-family: 'SuisseIntl';
	src: url('../fonts/SuisseIntl-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
  
@font-face {
	font-family: 'SuisseIntl';
	src: url('../fonts/SuisseIntl-Regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
}

body {
  font-size: 16px;
  font-family: "SuisseIntl";
  color: #9af5bd;
  font-weight: 400;
  background-color: #042820;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
}
a {
  transition: all ease 0.5s;
  color: #9af5bd;
}
a:hover {
  color: #ffe700;
}
a:focus {
  text-decoration: none;
}
button {
  outline: 0 !important;
  box-shadow: none;
  border: none;
  padding: 0;
}
button:focus {
  box-shadow: none;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #9af5bd;
  font-weight: 300;
}
p {
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 1.8;
}
p:last-child {
  margin-bottom: 0;
}
img {
  max-width: 100%;
  height: auto;
}
.form-control {
  height: 55px;
  border: 1px solid #dfdfdf;
  background-color: #fff;
  color: #9af5bd;
  border-radius: 4px;
  font-size: 14px;
  padding: 10px 20px;
  width: 100%;
  transition: all ease 0.5s;
}
.form-control::placeholder {
  color: #959ca9;
}
.form-control:focus {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: unset;
  outline: 0;
  border-color: #ffe700;
}
.form-control:hover:focus,
.form-control:focus {
  box-shadow: unset;
}
.preloader {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 99999;
}
.preloader .content {
  position: absolute;
  width: 80px;
  height: 80px;
  animation: spin-six 2.5s infinite cubic-bezier(0.17, 0.72, 0.55, 1.66);
  left: 50%;
  top: 50%;
  transform: translate(-50px, -50px);
}
.preloader .ball {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 11%;
  height: 50%;
  background-color: rgba(0, 0, 0, 0);
  transform-origin: bottom center;
  overflow: visible;
}
.preloader .ball:nth-of-type(2) {
  transform: translate(-50%, 0) rotate(36deg);
}
.preloader .ball:nth-of-type(3) {
  transform: translate(-50%, 0) rotate(72deg);
}
.preloader .ball:nth-of-type(4) {
  transform: translate(-50%, 0) rotate(108deg);
}
.preloader .ball:nth-of-type(5) {
  transform: translate(-50%, 0) rotate(144deg);
}
.preloader .ball:nth-of-type(6) {
  transform: translate(-50%, 0) rotate(180deg);
}
.preloader .ball:nth-of-type(7) {
  transform: translate(-50%, 0) rotate(216deg);
}
.preloader .ball:nth-of-type(8) {
  transform: translate(-50%, 0) rotate(252deg);
}
.preloader .ball:nth-of-type(9) {
  transform: translate(-50%, 0) rotate(288deg);
}
.preloader .ball:nth-of-type(10) {
  transform: translate(-50%, 0) rotate(324deg);
}
.preloader .ball::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 56%;
  border-radius: 70px;
  background-color: #ffe700;
}
.preloader .ball::after {
  position: absolute;
  content: "";
  bottom: -100;
  left: 0;
  width: 100%;
  height: 56%;
  border-radius: 70px;
  background-color: #4f87ff;
  animation: opacity-six 2.5s infinite linear;
  opacity: 0;
}
.preloader.preloader-deactivate {
  visibility: hidden;
}
@keyframes spin-six {
  0% {
      transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
      transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes opacity-six {
  20% {
      opacity: 1;
  }
  40% {
      opacity: 1;
  }
  100% {
      opacity: 0;
  }
}
.main-btn {
  display: inline-block;
  position: relative;
  background-color: #9af5bd;
  border: none;
  color: #042820;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  text-align: center;
  padding: 14px 15px;
  transition: all ease 0.5s;
  text-decoration: none;
  border-radius: 50px;
}
.main-btn:hover {
  background-color: #ffe700;
  color: #042820;
}
.main-btn.active {
  background-color: #ffe700;
  color: #042820;
}
.main-btn.active:hover {
  background-color: #ffe700;
}
.main-detail-btn {
  font-size: 16px;
  color: #ffe700;
  display: block;
  position: relative;
  text-decoration: none;
  font-weight: 500;
}
.main-detail-btn i {
  position: relative;
  top: 2px;
  margin-left: 5px;
}
.main-detail-btn:hover {
  color: #ffe700;
}
.main-section-title {
  text-align: center;
  max-width: 800px;
  margin: -5px auto 50px;
}
.main-section-title.mw-600 {
  max-width: 600px;
}
.main-section-title .top-title {
  font-size: 32px;
  color: #ffe700;
  margin-bottom: 14px;
  display: block;
}
.main-section-title h2 {
  font-size: 40px;
  margin-bottom: 15px;
  line-height: 53px;
}
.main-section-title h2:last-child {
  margin-bottom: 0;
}
.main-section-title p {
  max-width: 600px;
  margin: auto;
}
.main-section-title.white-title h2 {
  color: #fff;
}
.main-section-title.left-align {
  margin-left: 0;
  text-align: left;
}
.main-section-title.left-title {
  text-align: left;
  margin-left: 0;
}
.top-title {
  font-family: "LUELLA";
  font-weight: 900;
}
.navbar {
  padding: 20px;
  transition: all ease 0.5s;
}
.navbar .read-mores {
  color: #9af5bd;
  font-weight: 300;
  text-decoration: underline;
  margin-right: 30px;
}
.navbar.is-sticky {
  position: sticky;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  background-color: #042820;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  z-index: 999;
}
@keyframes fadeInDown {
  0% {
      opacity: 0;
      transform: translate3d(0, -100%, 0);
  }
  100% {
      opacity: 1;
      transform: translateZ(0);
  }
}
.banner-content {
  text-align: center;
  margin-top: -60px;
}
.banner-content h2 {
  font-weight: 300;
  font-size: 52px;
  color: #9af5bd;
  margin-bottom: 20px;
}
.banner-content p {
  color: #9af5bd;
  margin-bottom: 70px;
  font-size: 24px;
  font-weight: 300;
}
.banner-content span {
  font-size: 24px;
  color: #9af5bd;
  display: block;
  margin-bottom: 24px;
  font-weight: 300;
}
.complete-content {
  max-width: 775px;
  margin: auto;
  background-color: #0b2e26;
  padding: 28px;
  border-radius: 7px;
}
.complete-content span {
  font-size: 16px;
  color: #fff;
  display: block;
  font-weight: 400;
  margin-bottom: 20px;
}
.complete-content .challenge-btn .btns {
  border: 1px solid #9af5bd;
  background-color: rgba(0, 0, 0, 0);
  color: #9af5bd;
  padding: 14px 45px;
  border-radius: 50px;
  transition: all ease 0.5s;
}
.complete-content .challenge-btn .btns:hover {
  background-color: #ffe700;
  border: 1px solid #ffe700;
  color: #042820;
}
.complete-content .challenge-btn .btns.active {
  background-color: #ffe700;
  color: #042820;
  border: 1px solid #ffe700;
}
.complete-content .challenge-btn .btns.active:hover {
  background-color: #ffe700;
}
.personal-content {
  max-width: 775px;
  margin: auto;
  margin-top: 75px;
  text-align: center;
}
.personal-content h3 {
  color: #9af5bd;
  margin-bottom: 30px;
  font-size: 24px;
}
.personal-content .form-control {
  color: #9af5bd;
  border: 1px solid #3b7860;
  padding: 0 0;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  font-size: 16px;
  font-weight: 400;
  border-top: none;
  border-left: none;
  border-right: none;
}
.personal-content .form-control:focus {
  border-color: #9af5bd;
}
.personal-content .form-control::placeholder {
  color: #3b7860;
  font-size: 16px;
  font-weight: 400;
}
.personal-content .form-control.form-select {
  background-color: rgba(0, 0, 0, 0);
}
.personal-content .form-control option {
  color: #000;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
}
.checkout-summery-wrap {
  background-color: #9af5bd;
  padding: 25px;
  max-width: 775px;
  margin: auto;
  text-align: center;
  border-radius: 7px;
}
.checkout-summery-wrap .form-control {
  background-color: #042820;
  height: 56px;
  font-size: 16px;
  font-weight: 400;
  border: #042820;
  border-radius: 12px;
  color: #9af5bd;
}
.checkout-summery-wrap .form-control::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #9af5bd;
}
.checkout-summery-wrap .main-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  border-radius: 7px;
  background-color: #ffe700;
  padding-left: 35px;
  padding-right: 35px;
}
.checkout-summery-wrap .checkout-summery-form {
  margin-top: 26px;
}
.checkout-summery-wrap .checkout-summery-form li {
  margin-bottom: 20px;
}
.checkout-summery-wrap .checkout-summery-form li .title {
  font-size: 16px;
  font-weight: 400;
  color: #042820;
}
.checkout-summery-wrap .checkout-summery-form li .price {
  font-weight: 400;
  font-size: 22px;
  color: #042820;
}
.checkout-summery-wrap .checkout-summery-form li .prices {
  font-weight: 400;
  font-size: 16px;
  color: #042820;
}
.checkout-summery-wrap .checkout-summery-form li:last-child {
  margin-bottom: 0;
}
.checkout-summery-area {
  margin-top: 75px;
}
.checkout-summery-area h3 {
  color: #9af5bd;
  margin-bottom: 30px;
  text-align: center;
  font-size: 24px;
}
.payment-details-area {
  margin-top: 75px;
}
.payment-details-area h3 {
  color: #9af5bd;
  margin-bottom: 30px;
  text-align: center;
  font-size: 24px;
}
.payment-details-wrap {
  background-color: #0b2e26;
  padding: 24px;
  border-radius: 7px;
  max-width: 775px;
  margin: auto;
  margin-bottom: 135px;
}
.payment-details-wrap .radio-button-container {
  color: rgba(0, 0, 0, 0.75);
  display: block;
  position: relative;
  line-height: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.payment-details-wrap .radio-button-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.payment-details-wrap .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  border: 2px solid #9af5bd;
  transition: all 0.3s;
}
.payment-details-wrap .radio-button-container:hover input ~ .checkmark {
  border-color: #9af5bd;
}
.payment-details-wrap .radio-button-container input:checked ~ .checkmark {
  background-color: rgba(0, 0, 0, 0);
  border-color: #9af5bd;
}
.payment-details-wrap .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.payment-details-wrap .radio-button-container input:checked ~ .checkmark:after {
  display: block;
}
.payment-details-wrap .radio-button-container .checkmark:after {
  top: 3.5px;
  left: 3.5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #9af5bd;
}
.payment-details-wrap .payment-details-wraps {
  border: 1px solid #3b7860;
  border-radius: 7px;
  padding: 45px 25px;
}
.payment-details-wrap .payment-details-wraps.p-4 .radio-button-container .checkmark:after {
  top: 4.5px;
}
.payment-details-wrap .payment-form {
  margin-top: 30px;
}
.payment-details-wrap .payment-form label {
  font-size: 16px;
  font-weight: 400;
  color: #9af5bd;
}
.payment-details-wrap .payment-form .form-control {
  background-color: rgba(0, 0, 0, 0);
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-color: #3b7860;
  border-radius: 0;
  padding: 0;
  color: #9af5bd;
  font-weight: 500;
  font-size: 16px;
}
.payment-details-wrap .payment-form .form-control::placeholder {
  color: #3b7860;
  font-weight: 500;
  font-size: 16px;
}
.payment-details-wrap .payment-form .form-control:focus {
  border-color: #9af5bd;
}
.payment-details-wrap .form-check {
  margin-bottom: 40px;
}
.payment-details-wrap .form-check .form-check-input {
  width: 16px;
  height: 16px;
  background-color: rgba(0, 0, 0, 0);
  border-color: #9af5bd;
  position: relative;
  top: 3px;
}
.payment-details-wrap .form-check .form-check-input:focus {
  box-shadow: none;
}
.payment-details-wrap .form-check .form-check-label {
  color: #3b7860;
  font-size: 16px;
  font-weight: 500;
}
.payment-details-wrap .form-check .form-check-label a {
  color: #fff;
  text-decoration: none;
}
.payment-details-wrap .main-btn {
  background-color: #ffe700;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  border-radius: 10px;
  padding: 18px 30px;
}
.payment-details-wrap .main-btn:hover {
  background-color: #ffe700;
}
.payment-details-wrap .secured {
  margin-top: 20px;
}
.payment-details-wrap .secured span {
  font-size: 16px;
  font-weight: 500;
  color: #3b7860;
}
.footer-area {
  border-top: 1px solid #22513f;
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer-area span {
  font-size: 16px;
  font-weight: 300;
  color: #9af5bd;
}
.footer-area .social-link {
  gap: 10px;
}
.footer-area .social-link li a {
  width: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  background-color: #9af5bd;
  fill: #042820;
  border-radius: 100px;
  font-size: 20px;
  transition: all ease 0.5s;
}
.footer-area .social-link li a:hover {
  background-color: #ffe700;
}

.navbar {
  border-bottom: 1px solid #22513F;
}