/*------------------- Mixin -------------------*/
/*------------------- Function -------------------*/
/*------------------- Fonts -------------------*/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@font-face {
  font-family: "Staff Test";
  src: url("../fonts/stafftest/StaffTest-Medium.woff2") format("woff2"), url("../fonts/stafftest/StaffTest-Medium.woff") format("woff"), url("../fonts/stafftest/StaffTest-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Staff Test";
  src: url("../fonts/stafftest/StaffTest-Light.woff2") format("woff2"), url("../fonts/stafftest/StaffTest-Light.woff") format("woff"), url("../fonts/stafftest/StaffTest-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Staff Test";
  src: url("../fonts/stafftest/StaffTest-Bold.woff2") format("woff2"), url("../fonts/stafftest/StaffTest-Bold.woff") format("woff"), url("../fonts/stafftest/StaffTest-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Staff Test";
  src: url("../fonts/stafftest/StaffTest-SemiBold.woff2") format("woff2"), url("../fonts/stafftest/StaffTest-SemiBold.woff") format("woff"), url("../fonts/stafftest/StaffTest-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Staff Test";
  src: url("../fonts/stafftest/StaffTest-Regular.woff2") format("woff2"), url("../fonts/stafftest/StaffTest-Regular.woff") format("woff"), url("../fonts/stafftest/StaffTest-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Staff Test";
  src: url("../fonts/stafftest/StaffTest-Black.woff2") format("woff2"), url("../fonts/stafftest/StaffTest-Black.woff") format("woff"), url("../fonts/stafftest/StaffTest-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/*------------------- Variable-------------------*/
:root {
  --theme-color: #F9CD6F;
  --theme-color2: #F9CD6F;
  --theme-color3: #F9CD6F;
  --title-color: #fff;
  --body-color: #808080;
  --smoke-color: #141414;
  --smoke-color2: #1F1F1F;
  --smoke-color3: #FDEBD7;
  --black-color: #000000;
  --white-color: #ffffff;
  --light-color: rgba(255, 255, 255, 0.2);
  --gray-color: #DEE8FF;
  --yellow-color: #FFB539;
  --success-color: #28a745;
  --error-color: #dc3545;
  --ot-border-color: rgba(255, 255, 255, 0.07);
  --title-font: "Staff Test", sans-serif;
  --body-font: "Staff Test", sans-serif;
  --icon-font: "Font Awesome 6 Pro";
  --main-container: 1344px;
  --container-gutters: 12px;
  --section-space: 120px;
  --section-space-mobile: 70px;
  --section-title-space: 60px;
  --ripple-ani-duration: 5s;
}

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

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

body {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  color: var(--body-color);
  line-height: 24px;
  overflow-x: hidden;
  background-color: #000;
  position: relative;
  z-index: 2;
}
body.admin-bar {
  padding-top: 32px;
  /* Medium devices */
}
@media (max-width: 991px) {
  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 {
  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: 56px;
  line-height: 1.2;
}

.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
==================================*/
/*------------------- 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: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}
@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);
  }
}
@media (min-width: 992px) {
  .col-xl-5, .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
@media (min-width: 1200px) {
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
}
.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: 64px;
  padding: 0 20px;
  border: none;
  color: var(--body-color);
  background-color: var(--smoke-color2);
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  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(--body-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(--body-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(--body-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(--body-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(--body-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(--body-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(--body-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(--body-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(--body-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,<svg width="12" height="8" viewBox="0 0 12 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1.5L6 6.5L11 1.5" stroke="white" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 13px 9px;
  -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: 18px;
  height: 18px;
  padding-left: 0;
  font-size: 0.6em;
  line-height: 19px;
  text-align: center;
  border: 1px solid var(--light-color);
  border-radius: 100%;
  font-weight: 700;
  background: transparent;
  color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.checkout-area input[type=radio]:checked ~ label::before {
  border-color: var(--theme-color);
  border-width: 4px;
  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: 10px 24px;
  color: var(--title-color);
  border: 1px solid;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.ot-btn:hover {
  color: var(--theme-color);
}

.ch-notice,
.header-notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px 0;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
  color: var(--title-color);
}
.ch-notice .coupon-wrap,
.header-notice .coupon-wrap {
  border: 1px solid rgba(249, 205, 111, 0.15);
  border-radius: 6px;
  padding: 2px 6px 0 6px;
}
.ch-notice .copy-coupon,
.header-notice .copy-coupon {
  background-color: transparent;
  padding: 0;
  border: none;
}
.ch-notice .copy-coupon svg,
.header-notice .copy-coupon svg {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  margin-right: 0;
}
.ch-notice .copy-coupon .icon-tick,
.header-notice .copy-coupon .icon-tick {
  display: none;
}
.ch-notice svg,
.header-notice svg {
  vertical-align: text-top;
  margin: 0 5px;
}

.ot-header {
  overflow: hidden;
}
.ot-header .header-logo {
  line-height: 1px;
}
.ot-header .header-top {
  text-align: center;
  padding: 6px 0;
  background-color: var(--smoke-color);
  margin-top: 12px;
  border-radius: 6px;
}
.ot-header .menu-area {
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

/*------------------- footer -------------------*/
.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links li {
  display: inline-block;
  margin-right: 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.footer-links li:last-child {
  margin-right: 0;
}
.footer-links a {
  color: var(--body-color);
}
.footer-links a:hover {
  color: var(--theme-color);
}

.ot-footer {
  position: relative;
  z-index: 2;
  /* Small devices */
}
.ot-footer .footer-logo {
  padding: 48px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  /* Small devices */
}
@media (max-width: 767px) {
  .ot-footer .footer-logo {
    padding: 40px 0;
  }
}
.ot-footer .footer-text {
  font-size: 14px;
  color: var(--title-color);
  padding: 24px;
  background: var(--smoke-color);
  border-radius: 6px;
  margin: 0;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .ot-footer .footer-text {
    padding: 16px;
  }
}
.ot-footer .copyright-wrap {
  padding: 42px 0;
  /* Medium Large devices */
}
@media (max-width: 1299px) {
  .ot-footer .copyright-wrap {
    padding: 30px 0;
  }
}
.ot-footer .copyright-text {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 767px) {
  .ot-footer .copyright-wrap {
    text-align: center;
  }
  .ot-footer .copyright-wrap .row {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    gap: 10px;
  }
}

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

.breadcumb-title {
  font-size: 64px;
  font-weight: 700;
  line-height: 1.15;
  text-transform: uppercase;
  color: var(--title-color);
  margin-bottom: 20px;
  /* Large devices */
  /* Extra small devices */
}
.breadcumb-title:first-line {
  font-size: 0.72em;
}
@media (max-width: 1199px) {
  .breadcumb-title {
    font-size: 54px;
  }
}
@media (max-width: 575px) {
  .breadcumb-title {
    font-size: 40px;
  }
}

.breadcumb-text {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--title-color);
  /* Large devices */
}
@media (max-width: 1199px) {
  .breadcumb-text {
    font-size: 14px;
  }
}

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

.order-review-title {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 30px;
}

.ch-notice {
  background-color: var(--smoke-color);
  border-radius: 6px;
  color: var(--title-color);
  font-weight: 500;
  text-align: center;
  padding: 6px;
}
.ch-notice svg {
  vertical-align: text-top;
  margin: 0 5px;
}

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

.breadcumb-wrapper {
  text-align: center;
  padding-top: 65px;
}

.wt_coupon_wrapper {
  display: none;
}

.checkout-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  width: 100%;
  margin-bottom: 32px;
  position: relative;
  z-index: 2;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .checkout-tab {
    gap: 10px;
  }
}
.checkout-tab .tab-btn {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  padding: 0;
  border: none;
  background-color: #0D0D0D;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--body-color);
  padding: 23px;
  text-align: center;
  cursor: pointer;
  border-radius: 6px;
  /* Small devices */
}
.checkout-tab .tab-btn:before, .checkout-tab .tab-btn:after {
  display: inline-block;
  margin: 0 5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.checkout-tab .tab-btn:before {
  content: url('data:image/svg+xml,<svg width="13" height="13" viewBox="0 0 13 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.74989 0.939453L12.3105 6.50011L6.74989 12.0608L5.68923 11.0001L9.43923 7.25011H-0.000114441V5.75011H9.43923L5.68923 2.00011L6.74989 0.939453Z" fill="%23F9CD6F"/></svg>');
  -webkit-transform: translateX(-8px);
          transform: translateX(-8px);
}
.checkout-tab .tab-btn:after {
  content: url('data:image/svg+xml,<svg width="13" height="13" viewBox="0 0 13 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.56054 0.939453L-0.00012207 6.50011L5.56054 12.0608L6.6212 11.0001L2.8712 7.25011H12.3105V5.75011H2.8712L6.6212 2.00011L5.56054 0.939453Z" fill="%23F9CD6F"/></svg>');
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}
.checkout-tab .tab-btn.active {
  color: var(--title-color);
  background-color: var(--smoke-color);
}
.checkout-tab .tab-btn.active:before, .checkout-tab .tab-btn.active:after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media (max-width: 767px) {
  .checkout-tab .tab-btn {
    font-size: 14px;
    padding: 18px 15px;
  }
  .checkout-tab .tab-btn:before, .checkout-tab .tab-btn:after {
    display: none !important;
  }
}

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

.price-box div {
  max-width: 100%;
}
.price-box .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 18px;
  gap: 8px;
}
.price-box .ot-btn {
  font-size: 18px;
  padding: 20px;
  background-color: var(--theme-color);
  color: var(--black-color);
  border: none;
  display: block;
  text-align: center;
  margin-bottom: 24px;
  border-radius: 6px;
}
.price-box .ot-btn:hover {
  background-color: var(--title-color);
}
.price-box .ch-price {
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
  color: var(--title-color);
  /* Extra small devices */
}
.price-box .ch-price del {
  font-size: 0.4em;
  color: inherit;
  font-weight: 500;
}
@media (max-width: 575px) {
  .price-box .ch-price {
    font-size: 48px;
  }
}
.price-box .img {
  line-height: 1px;
}
.price-box .box-text {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--title-color);
  font-weight: 500;
  margin-bottom: 40px;
}
.price-box .box-text:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: var(--title-color);
  margin-right: 5px;
}
.price-box .account-name {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--title-color);
  margin: 0;
}
.price-box .pay-text {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: var(--title-color);
}

.support-box {
  text-align: center;
}
.support-box .info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-bottom: 16px;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .support-box .info-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.support-box .info-list span {
  display: block;
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--title-color);
  background-color: var(--smoke-color2);
  border-radius: 6px;
  padding: 8px;
  text-align: center;
}
.support-box .info-list span svg {
  vertical-align: text-bottom;
  margin-right: 4px;
}
.support-box .box-text {
  font-size: 14px;
  font-weight: 500;
  color: var(--title-color);
  margin-bottom: 8px;
}

.woocommerce-billing-fields {
  margin-bottom: -24px;
}

.checkout-form .form-row {
  padding: 0 !important;
  margin-bottom: 24px !important;
}
.checkout-form .form-row input {
  height: 64px;
  padding: 0 20px;
  color: var(--body-color);
}
.checkout-form .form-row input::-webkit-input-placeholder {
  color: var(--body-color);
}
.checkout-form .form-row input::-moz-placeholder {
  color: var(--body-color);
}
.checkout-form .form-row input:-ms-input-placeholder {
  color: var(--body-color);
}
.checkout-form .form-row input::-ms-input-placeholder {
  color: var(--body-color);
}
.checkout-form .form-row input::placeholder {
  color: var(--body-color);
}
.checkout-form .form-row input:focus {
  color: var(--body-color);
  border-color: var(--theme-color);
}
.checkout-form .form-row input:focus:placeholder {
  color: var(--body-color);
}
.checkout-form .form-row input:valid {
  color: var(--body-color);
}
.checkout-form .form-row > label {
  display: none !important;
}
.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: 24px !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 .heading-label {
  font-size: 26px;
  font-weight: 700;
  color: var(--title-color);
  padding: 0;
  margin-bottom: 30px !important;
  text-transform: uppercase;
}
.checkout-form .heading-label#billing_details_field {
  margin-top: 45px;
}
.checkout-form .heading-label h3 {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  margin-top: -0.2em;
}
.checkout-form select {
  background-position: right 20px center;
  background-color: var(--smoke-color2);
}
.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: var(--smoke-color2);
  border: 1px solid var(--ot-border-color);
  border-radius: 6px;
}

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

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

.select2-container--default .select2-selection--single {
  background-color: var(--smoke-color2) !important;
  border: none !important;
  border-radius: 6px !important;
  height: 64px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  height: 50px;
  padding: 0 20px;
  border: 1px solid var(--ot-border-color);
  background-color: var(--smoke-color);
  color: var(--body-color);
}
.select2-container--default .select2-search--dropdown .select2-search__field::-moz-placeholder {
  color: var(--body-color);
}
.select2-container--default .select2-search--dropdown .select2-search__field::-webkit-input-placeholder {
  color: var(--body-color);
}
.select2-container--default .select2-search--dropdown .select2-search__field:-ms-input-placeholder {
  color: var(--body-color);
}
.select2-container--default .select2-search--dropdown .select2-search__field::-ms-input-placeholder {
  color: var(--body-color);
}
.select2-container--default .select2-search--dropdown .select2-search__field::placeholder {
  color: var(--body-color);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--body-color) !important;
  line-height: 64px !important;
  padding: 0 20px !important;
}

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

.checkout-area {
  position: relative;
  z-index: 3;
  padding: 35px 0 80px 0;
}
.checkout-area h2, .checkout-area h3, .checkout-area h4, .checkout-area h5, .checkout-area h6 {
  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: 48px;
}
.account-item.mb-4 {
  margin-bottom: 24px;
}
.account-item h3 {
  margin-bottom: 25px;
  color: var(--title-color);
  font-size: 20px;
  font-weight: bold;
}
.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: 12px;
}
.account-item button {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  z-index: 1;
  padding: 14px 24px;
  position: relative;
  z-index: 2;
  border-radius: 6px;
  color: #808080;
  background-color: transparent;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  border: 1px solid;
  /* Extra small devices */
}
.account-item button b {
  display: inline-block;
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 10px;
  font-weight: 600;
  color: var(--black-color);
  text-align: center;
  line-height: 18px;
  padding: 0 8px;
  background-color: var(--theme-color);
  border-radius: 2px;
  white-space: nowrap;
}
.account-item button:hover, .account-item button.active {
  color: var(--black-color);
  background-color: var(--title-color);
  border-color: var(--title-color);
}
@media (max-width: 575px) {
  .account-item button {
    padding: 12px 14px;
  }
}
.account-item button.btn-disable {
  display: none;
}
.account-item #account-size button {
  letter-spacing: -0.02em;
}
.account-item:last-child {
  margin-bottom: 0;
}

.btn-disable {
  pointer-events: none;
  opacity: 0.4;
}

.available-info h3 {
  font-size: 18px;
  font-weight: 500;
  color: var(--title-color);
  margin-bottom: 22px;
  margin-top: -0.2em;
}
.available-info .addons-item {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 18px;
  padding-left: 28px;
  padding-right: 52px;
  color: var(--title-color);
  position: relative;
  z-index: 3;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  cursor: pointer;
}
.available-info .addons-item:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 16px;
  height: 16px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  border: 1px solid var(--light-color);
  border-radius: 99px;
  transition: 0.4s ease-in-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.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: 10px;
  font-weight: 600;
  color: var(--black-color);
  text-align: center;
  line-height: 18px;
  padding: 0 8px;
  background-color: var(--theme-color);
  border-radius: 2px;
  white-space: nowrap;
}
.available-info .addons-item b {
  font-weight: 400;
}
.available-info .addons-item i {
  position: absolute;
  top: 2px;
  right: 0;
}
.available-info .addons-item p {
  color: var(--paragraphColor);
  font-size: 14px;
  font-weight: 400;
}
.available-info .addons-item.active:before {
  border: 4px solid var(--theme-color);
}
.available-info .addons-item:last-child {
  margin-bottom: 0;
}

.single-checkout-widget {
  border-radius: 6px;
  padding: 32px;
  position: relative;
  z-index: 2;
  background-color: var(--smoke-color);
  /* Extra small devices */
}
@media (max-width: 575px) {
  .single-checkout-widget {
    padding: 20px;
  }
}
.single-checkout-widget.ip-widget {
  padding: 18px;
  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: -webkit-gradient(linear, left top, right top, from(#F5FDFA), to(#C7EDF6));
  background: linear-gradient(90deg, #F5FDFA 0%, #C7EDF6 100%);
  /* Extra small devices */
}
.single-checkout-widget.ip-widget:before, .single-checkout-widget.ip-widget:after {
  display: none;
}
@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-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--body-color);
  margin-bottom: 20px;
}
.single-checkout-widget h6 span {
  color: var(--title-color);
  font-style: italic;
}
.single-checkout-widget .note {
  margin-bottom: 0;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--title-color);
}
.single-checkout-widget .note svg {
  margin-right: 4px;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
.single-checkout-widget .note b {
  font-weight: 600;
}
.single-checkout-widget .variations-buttons {
  margin-bottom: 0 !important;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.single-checkout-widget .ip-location {
  line-height: 21px;
  color: var(--title-color);
  font-size: 14px;
}
.single-checkout-widget .ip-location span {
  color: var(--body-color);
  margin-left: 10px;
}
.single-checkout-widget .ip-location img {
  margin-right: 7px;
  border-radius: 4px;
}
.single-checkout-widget .wrong-location {
  font-size: 14px;
}
.single-checkout-widget .wrong-location a {
  color: var(--theme-color);
}
.single-checkout-widget .wrong-location a:hover {
  color: var(--title-color);
}
.single-checkout-widget .woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 4px;
}

.f_checkout_loading .single-checkout-widget#variations-switcher::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 9999;
  opacity: 0.3;
  border-radius: inherit;
  background-color: #000;
}

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-color2);
  color: var(--title-color);
  border-radius: 12px;
  list-style-type: none;
  padding: 20px 24px;
  padding-left: 50px;
  margin-bottom: 30px;
}
.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;
}

#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-color2) !important;
  border-color: #cc1818;
  color: #fff;
  margin-bottom: 25px;
}
.wc-block-components-notice-banner.is-success {
  background-color: var(--smoke-color2) !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: 0 !important;
  margin-top: 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: 500;
  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: 6px;
  font-size: 14px;
  margin-top: 4px;
}
.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: var(--title-color);
}
.woocommerce-checkout table.shop_table th, .woocommerce-checkout table.shop_table td {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  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: 600;
}
.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 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;
}
.woocommerce-checkout table.shop_table tfoot td {
  color: var(--title-color);
}

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

.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: 18px;
  height: 18px;
  -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: 6px;
  line-height: 1.5;
  background-color: var(--smoke-color2) !important;
  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: 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;
}

#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 var(--light-color) !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: 16px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
}

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

.checkout-place-order {
  float: unset !important;
  display: block;
  width: 100%;
  border: 0;
  z-index: 2;
  font-size: 18px;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  position: relative;
  padding: 22px 35px !important;
  margin-bottom: 35px;
  display: inline-block;
  text-decoration: none;
  color: var(--black-color) !important;
  background: var(--theme-color) !important;
  margin-top: 6px !important;
  border-radius: 6px !important;
}
.checkout-place-order:hover {
  background-color: var(--title-color) !important;
}

.secured-text {
  font-size: 14px;
  color: var(--title-color);
  margin: 0;
  margin-top: 45px;
  /* 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);
}

.apply-item .form-group {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.apply-item button {
  font-size: 18px;
  font-weight: 500;
  min-width: 124px;
  background: var(--theme-color);
  color: var(--black-color);
  border: none;
  border-radius: 6px;
}
.apply-item button:hover {
  background-color: var(--title-color);
  border-color: var(--theme-color);
  color: var(--black-color);
}
.apply-item input#coupon_code {
  border: none;
  padding: 0 20px;
}

.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: 30px;
}
.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: 10px;
  margin-bottom: 0;
  margin-left: 2px;
  cursor: pointer;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  visibility: visible;
  opacity: 1;
}
.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-color2);
  border-color: var(--theme-color2);
  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(--title-color);
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}
.woocommerce-checkout-payment .form-check .form-check-label a {
  color: var(--theme-color2);
  text-decoration: none;
}
.woocommerce-checkout-payment .form-check .form-check-label a:hover {
  color: var(--title-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-color2);
  border: none !important;
  border-radius: 12px;
  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 {
  padding-top: 65px;
  padding-bottom: 70px;
  max-width: 1344px;
  margin: 0 auto;
}
.woocommerce-order .woocommerce-customer-details {
  padding: 30px;
  background-color: var(--smoke-color2);
  border: none !important;
  border-radius: 24px;
  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-radius: 6px;
  /* 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-total {
  vertical-align: text-top;
}
.woocommerce-order .woocommerce-order-details table.shop_table .product-total .woocommerce-Price-amount {
  font-size: 16px;
  color: var(--body-color);
}
@media (max-width: 575px) {
  .woocommerce-order .woocommerce-order-details {
    padding: 20px;
  }
}
.woocommerce-order .woocommerce-order-details .wc-item-meta li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
.woocommerce-order .woocommerce-order-details .wc-item-meta li:after {
  display: none;
}
.woocommerce-order .woocommerce-order-details .wc-item-meta li .wc-item-meta-label {
  display: inline-block !important;
  font-weight: 500;
}
.woocommerce-order .woocommerce-order-details .woocommerce-order-details__title {
  font-size: 32px;
  font-weight: 600;
  margin-top: -0.2em;
  margin-bottom: 30px;
}
.woocommerce-order .woocommerce-order-details .order-again {
  display: none;
  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);
}

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

/*------------------- Thank you -------------------*/
.breadcumb-content .check-icon {
  margin-bottom: 5px;
}
.breadcumb-content .breadcumb-text {
  /* Small devices */
}
@media (max-width: 767px) {
  .breadcumb-content .breadcumb-text br {
    display: none;
  }
}

.thank-info-box {
  padding: 60px 30px;
  text-align: center;
  background-color: var(--smoke-color);
  border-radius: 6px;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .thank-info-box {
    padding: 35px 20px;
  }
}
.thank-info-box .box-title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 24px;
  /* Small devices */
}
@media (max-width: 767px) {
  .thank-info-box .box-title {
    font-size: 26px;
  }
}
.thank-info-box .box-text {
  font-size: 24px;
  font-weight: 600;
  color: var(--title-color);
  margin-bottom: 24px;
  /* Small devices */
}
@media (max-width: 767px) {
  .thank-info-box .box-text {
    font-size: 20px;
  }
}
.thank-info-box .vourcher-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
  /* Extra small devices */
}
.thank-info-box .vourcher-wrapper .voucher-code {
  font-size: 18px;
  color: var(--theme-color);
  background-color: rgba(0, 122, 255, 0.1);
  border-radius: 24px;
  padding: 18px 24px;
  width: 100%;
  text-align: left;
}
.thank-info-box .vourcher-wrapper .ot-btn {
  background-color: transparent;
  border-radius: 28px;
}
@media (max-width: 375px) {
  .thank-info-box .vourcher-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.thank-info-box .voucher-text {
  font-weight: 600;
  /* Small devices */
}
@media (max-width: 767px) {
  .thank-info-box .voucher-text {
    font-size: 14px;
  }
}
.thank-info-box .unlock-btn {
  width: 100%;
  background-color: var(--theme-color);
  color: var(--black-color);
  border: none;
  padding: 18px 24px;
  font-weight: 500;
}
.thank-info-box .unlock-btn:hover {
  background-color: var(--title-color);
}
.thank-info-box .thank-timer {
  font-size: 48px;
  font-weight: 600;
  color: var(--title-color);
}

.telegram-info {
  background-color: rgba(0, 122, 255, 0.1);
  border-radius: 24px;
  padding: 18px 20px;
  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: 12px;
}
.telegram-info .box-text {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  color: var(--theme-color);
  /* Small devices */
}
@media (max-width: 767px) {
  .telegram-info .box-text {
    font-size: 16px;
  }
}
.telegram-info .box-icon img {
  min-width: 36px;
}

.order-info-table {
  padding: 26px 32px;
  background-color: var(--smoke-color);
  border-radius: 6px;
  margin-bottom: 24px;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .order-info-table {
    padding: 14px 20px;
  }
}
.order-info-table .box-title {
  font-size: 32px;
  margin-bottom: 10px;
  font-weight: 600;
  /* Small devices */
}
@media (max-width: 767px) {
  .order-info-table .box-title {
    font-size: 26px;
  }
}
.order-info-table table {
  margin: 0;
  padding: 0;
}
.order-info-table table th, .order-info-table table td {
  font-size: 18px;
  font-weight: 600;
  color: var(--title-color);
  padding: 10px 0;
  text-align: left;
  /* Small devices */
}
.order-info-table table th:last-child, .order-info-table table td:last-child {
  text-align: right;
}
@media (max-width: 767px) {
  .order-info-table table th, .order-info-table table td {
    font-size: 16px;
  }
}

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

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

.my-4 {
  padding-top: 24px;
  padding-bottom: 24px;
}

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

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

.text-theme2 {
  color: var(--theme-color2);
}/*# sourceMappingURL=proplab-checkout.css.map */