@charset "UTF-8";
/*
Template Name: Onixtheme
Template URL: 
Description: 
Author: 
Author URI: 
Version: 1.0.0
*/
/*------------------- Mixin -------------------*/
/*------------------- Function -------------------*/
/*------------------- Fonts -------------------*/
/*------------------- Variable-------------------*/
:root {
  --theme-color: #704EF9;
  --theme-color2: #BFAFFC;
  --theme-color3: #704EF9;
  --title-color: #07050F;
  --body-color: #403F47;
  --body-bg: #fff;
  --smoke-color: #F5F5F5;
  --smoke-color2: #ECECED;
  --black-color: #07050F;
  --white-color: #ffffff;
  --light-color: #908F97;
  --gray-color: #5A6476;
  --yellow-color: #FFB539;
  --success-color: #1FC16B;
  --error-color: #FF2B2B;
  --ot-border-color: #DADADB;
  --title-font: "Inter Tight", sans-serif;
  --body-font: "Inter Tight", sans-serif;
  --main-container: 1300px;
  --container-gutters: 30px;
  --section-space: 140px;
  --section-space-mobile: 70px;
  --section-title-space: 50px;
}

/*------------------- Typography -------------------*/
html,
body {
  scroll-behavior: auto !important;
}

body {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  color: var(--body-color);
  line-height: 26px;
  overflow-x: hidden;
  background-color: var(--body-bg);
  position: relative;
  z-index: 2;
}

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

.slick-slide:focus,
button:focus,
a:focus,
a:active,
a.nice-select.open,
input,
input:hover,
input:focus,
input:active,
input.nice-select.open,
textarea,
textarea:hover,
textarea:focus,
textarea:active,
textarea.nice-select.open {
  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.nice-select.open, 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 {
  -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: transparent;
  color: var(--body-color);
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 0;
  white-space: pre-wrap;
  word-wrap: break-word;
}

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

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

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

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

.h1,
h1 {
  font-size: 64px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.h2,
h2 {
  font-size: 44px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.h3,
h3 {
  font-size: 32px;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

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

@media (max-width: 1399px) {
  .h1,
  h1 {
    font-size: 62px;
  }
  .h2,
  h2 {
    font-size: 52px;
  }
}
@media (max-width: 1199px) {
  .h1,
  h1 {
    font-size: 54px;
    line-height: 1.2;
  }
  .h2,
  h2 {
    font-size: 42px;
    line-height: 1.2;
  }
  .h3,
  h3 {
    font-size: 28px;
    line-height: 1.4;
  }
  .h4,
  h4 {
    font-size: 24px;
  }
  .h5,
  h5 {
    font-size: 20px;
  }
  .h6,
  h6 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .h1,
  h1 {
    font-size: 48px;
    line-height: 1.2;
  }
  h2,
  .h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .h1,
  h1 {
    font-size: 40px;
  }
  .h2,
  h2 {
    font-size: 34px;
    line-height: 1.3;
  }
  .h3,
  h3 {
    font-size: 24px;
  }
  .h4,
  h4 {
    font-size: 22px;
  }
  .h5,
  h5 {
    font-size: 18px;
  }
  .h6,
  h6 {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .h1,
  h1 {
    font-size: 36px;
    line-height: 1.35;
  }
}
@media (max-width: 375px) {
  .h1,
  h1 {
    font-size: 32px;
  }
}
@media (max-width: 340px) {
  .h1,
  h1 {
    font-size: 28px;
  }
}
/*------------------- Icon -------------------*/
svg.ot-icon {
  width: 16px;
  height: 16px;
  stroke: currentColor;
}
svg.ot-icon.icon-dribbble, svg.ot-icon.icon-linkedin, svg.ot-icon.icon-behance, svg.ot-icon.icon-facebook, svg.ot-icon.icon-check-flower, svg.ot-icon.icon-twitter, svg.ot-icon.icon-framer, svg.ot-icon.icon-webflow {
  stroke: none;
  fill: currentColor;
}
svg.ot-icon.icon-arrow-right.arrow-down {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/*=================================
    Reset
==================================*/
/*------------------- Container -------------------*/
@media only screen and (min-width: 1300px) {
  .lightning-container {
    --main-container: 1550px;
  }
  .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: 30px;
  }
}
@media only screen and (max-width: 1600px) {
  .container-fluid.px-0 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .container-fluid.px-0 .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.container-full {
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 575px) {
  .container-full {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.small-container {
  max-width: 754px;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

@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;
  }
}
@media (max-width: 991px) {
  .gy-50 {
    --bs-gutter-y: 40px;
  }
}
/*------------------- Input -------------------*/
select,
.form-control,
.form-select,
textarea,
input:not([type=submit], [type=checkbox], [type=radio]) {
  height: 48px;
  padding: 0 20px 0 20px;
  border: 1px solid var(--ot-border-color);
  color: var(--light-color);
  background-color: transparent;
  border-radius: 10px;
  font-size: 16px;
  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;
}
select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input:not([type=submit], [type=checkbox], [type=radio])::-moz-placeholder {
  color: var(--light-color);
}
select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input:not([type=submit], [type=checkbox], [type=radio])::-webkit-input-placeholder {
  color: var(--light-color);
}
select:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input:not([type=submit], [type=checkbox], [type=radio]):-ms-input-placeholder {
  color: var(--light-color);
}
select::-webkit-input-placeholder, .form-control::-webkit-input-placeholder, .form-select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input:not([type=submit], [type=checkbox], [type=radio])::-webkit-input-placeholder {
  color: var(--light-color);
}
select::-moz-placeholder, .form-control::-moz-placeholder, .form-select::-moz-placeholder, textarea::-moz-placeholder, input:not([type=submit], [type=checkbox], [type=radio])::-moz-placeholder {
  color: var(--light-color);
}
select:-ms-input-placeholder, .form-control:-ms-input-placeholder, .form-select:-ms-input-placeholder, textarea:-ms-input-placeholder, input:not([type=submit], [type=checkbox], [type=radio]):-ms-input-placeholder {
  color: var(--light-color);
}
select::-ms-input-placeholder, .form-control::-ms-input-placeholder, .form-select::-ms-input-placeholder, textarea::-ms-input-placeholder, input:not([type=submit], [type=checkbox], [type=radio])::-ms-input-placeholder {
  color: var(--light-color);
}
select::placeholder,
.form-control::placeholder,
.form-select::placeholder,
textarea::placeholder,
input:not([type=submit], [type=checkbox], [type=radio])::placeholder {
  color: var(--light-color);
}
select:focus,
.form-control:focus,
.form-select:focus,
textarea:focus,
input:not([type=submit], [type=checkbox], [type=radio]):focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: var(--theme-color) !important;
  background-color: transparent;
  color: var(--title-color);
}

.form-select,
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 20px center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

textarea.form-control,
textarea {
  min-height: 160px;
  padding-top: 16px;
  padding-bottom: 17px;
  border-radius: 12px;
}

input[type=search]::-webkit-search-cancel-button {
  -webkit-filter: invert(1) brightness(0);
          filter: invert(1) brightness(0);
  cursor: pointer;
}

.form-group {
  margin-bottom: var(--bs-gutter-x);
  position: relative;
}
.form-group:has(.ot-icon) input:not([type=submit], [type=checkbox], [type=radio]) {
  padding: 0 20px 0 40px;
}
.form-group .ot-icon {
  position: absolute;
  top: 16px;
  left: 18px;
  z-index: 3;
  pointer-events: none;
}
.form-group .nice-select {
  position: static;
}

.form-check-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: var(--bs-gutter-x);
}
.form-check-group .form-check {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  min-height: 20px;
  padding: 0 !important;
  border: 2px solid var(--title-color);
  border-radius: 99px;
  cursor: pointer;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-flex-item-align: center;
      align-self: center;
}
.form-check-group .form-check:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
}
.form-check-group .form-check:hover {
  border-color: var(--theme-color);
}
.form-check-group .form-check:focus {
  border-color: var(--theme-color);
}
.form-check-group .form-check:checked {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.form-check-group .form-check:checked:after {
  opacity: 1;
}
.form-check-group label {
  margin: 0;
  cursor: pointer;
  font-size: 16px;
  color: var(--body-color);
}
.form-check-group label a {
  color: var(--title-color);
  text-decoration: underline;
}
.form-check-group label a:hover {
  color: var(--theme-color);
}

.file-upload-container {
  width: 100%;
}

.file-drop-zone {
  background-color: var(--smoke-color);
  border-radius: 12px;
  padding: 30px 20px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 12px;
}
.file-drop-zone:hover, .file-drop-zone.drag-over {
  background-color: var(--smoke-color2);
}
.file-drop-zone .drop-zone-content {
  pointer-events: none;
}

.drop-zone-text {
  font-size: 16px;
  color: var(--title-color);
  margin-bottom: 8px;
  font-weight: 500;
}
.drop-zone-text .text-underline {
  text-decoration: underline;
}

.drop-zone-hint {
  font-size: 12px;
  font-weight: 500;
  color: var(--light-color);
  margin: 0;
}

.selected-files {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px 20px;
}

.file-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  font-size: 14px;
  color: var(--body-color);
}

.file-item-icon {
  margin-right: 5px;
  font-size: 14px;
}

.file-item-name {
  margin-right: 6px;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.file-item-remove {
  background: none;
  border: none;
  color: var(--body-color);
  cursor: pointer;
  padding: 0;
  margin-left: 0px;
  font-size: 18px;
  line-height: 1;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.file-item-remove:hover {
  color: var(--error-color);
}

.input-group {
  position: relative;
  z-index: 2;
}
.input-group input {
  border-radius: 12px !important;
}
.input-group button {
  position: absolute;
  top: 8px;
  right: 8px;
  padding: 5px 10px;
  height: 32px;
  font-size: 14px;
  z-index: 3;
  border-radius: 8px !important;
  opacity: 1 !important;
  background-color: var(--theme-color);
  min-width: auto;
}
.input-group button:hover {
  background-color: var(--title-color);
}
.input-group button:disabled {
  background-color: var(--smoke-color);
  color: var(--light-color);
  pointer-events: none;
}

option:checked, option:focus, option:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* 
input[type="checkbox"] {
    visibility: hidden;
    opacity: 0;
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    display: none;

    &:checked {
        ~ label {
            &:before {
                content: "\f00c";
                color: $white-color;
                background-color: $theme-color;
                border-color: $theme-color;
            }
        }
    }

    ~ label {
        position: relative;
        padding-left: 30px;
        cursor: pointer;
        display: block;

        &:before {
            content: "";
            font-weight: 700;
            position: absolute;
            left: 0px;
            top: 3.5px;
            background-color: $white-color;
            border: 1px solid $border-color;
            height: 18px;
            width: 18px;
            line-height: 18px;
            text-align: center;
            font-size: 12px;
        }
    }
}

input[type="radio"] {
    visibility: hidden;
    opacity: 0;
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    display: none;

    ~ label {
        position: relative;
        padding-left: 30px;
        cursor: pointer;
        line-height: 1;
        display: inline-block;
        font-weight: 500;
        margin-bottom: 0;

        &::before {
            content: '';
            position: absolute;
            left: 0;
            top: -3px;
            width: 20px;
            height: 20px;
            padding-left: 0;
            font-size: 0.6em;
            line-height: 20px;
            text-align: center;
            border: 1px solid $title-color;
            border-radius: 100%;
            font-weight: 700;
            background: transparent;
            color: transparent;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }
    }

    &:checked {
        ~ label {
            &::before {
                content: url('data:image/svg+xml,<svg width="12" height="8" viewBox="0 0 12 8" preserveAspectRatio="none"  fill-rule="evenodd" clip-rule="evenodd" xmlns="http://www.w3.org/2000/svg"><path d="M11.2097 0.140053C11.4235 0.33248 11.4408 0.661797 11.2484 0.875605L5.87504 6.84597C5.19828 7.59793 4.05253 7.69165 3.26256 7.05968L0.813655 5.10055C0.589039 4.92086 0.552622 4.59311 0.732314 4.36849C0.912007 4.14387 1.23976 4.10746 1.46438 4.28715L3.91328 6.24627C4.27236 6.53354 4.79316 6.49093 5.10077 6.14914L10.4741 0.178766C10.6665 -0.035041 10.9959 -0.0523735 11.2097 0.140053Z" fill="%23000000"/></svg>');;
                border-color: $theme-color2;
                background-color: $theme-color2;
                color: $white-color;
            }
        }
    }
}
*/
label {
  margin-bottom: 12px;
  display: block;
  color: var(--title-color);
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

textarea.is-invalid,
select.is-invalid,
input.is-invalid,
.was-validated input:invalid {
  border: 1px solid var(--error-color) !important;
  background-position: right calc(0.375em + 0.8875rem) center;
  background-image: none;
}
textarea.is-invalid:focus,
select.is-invalid:focus,
input.is-invalid:focus,
.was-validated input:invalid:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

textarea.is-invalid {
  background-position: top calc(0.375em + 0.5875rem) right calc(0.375em + 0.8875rem);
}

.row.no-gutters > .form-group {
  margin-bottom: 0;
}

.form-messages {
  display: none;
}
.form-messages.mb-0 * {
  margin-bottom: 0;
}
.form-messages.success {
  color: var(--success-color);
  display: block;
}
.form-messages.error {
  color: var(--error-color);
  display: block;
}
.form-messages pre {
  padding: 0;
  background-color: transparent;
  color: inherit;
}

:root {
  --input-height: 48px;
}

.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-image: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  clear: both;
  cursor: pointer;
  position: relative;
  z-index: 1;
  line-height: calc(var(--input-height) - 2px);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
}
.nice-select:before {
  content: url('data:image/svg+xml,<svg width="10" height="6" viewBox="0 0 10 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.06055 1.06055L4.56055 4.56055L8.06055 1.06055" stroke="%2307050F" stroke-width="1.5" stroke-linecap="square" stroke-linejoin="bevel"/></svg>');
  position: absolute;
  right: 18px;
  bottom: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 3;
  pointer-events: none;
}
.nice-select .list {
  width: 100%;
  background-color: #fff !important;
  border-radius: 10px;
  -webkit-box-shadow: 0px 7px 12px rgba(0, 0, 0, 0.13);
          box-shadow: 0px 7px 12px rgba(0, 0, 0, 0.13);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-transform: scale(0.6) translateY(-24px);
          transform: scale(0.6) translateY(-24px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
.nice-select.open:before {
  -webkit-transform: rotate(180deg) translateY(-4px);
          transform: rotate(180deg) translateY(-4px);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
}
.nice-select.disabled {
  color: #999;
  pointer-events: none;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 32px;
  list-style: none;
  min-height: 32px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: var(--smoke-color);
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.nice-select.form-select:after {
  display: none;
}

.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}

/*------------------- Slick Slider -------------------*/
.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);
}

.slick-list {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.slick-track {
  min-width: 100%;
}

.slick-slide img {
  display: inline-block;
}

.slick-dots {
  list-style-type: none;
  padding: 0 0;
  margin: 40px 0 0 0;
  line-height: 0;
  text-align: center;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.slick-dots li {
  display: inline-block;
  margin-right: 5px;
}
.slick-dots li:last-child {
  margin-right: 0;
}
.slick-dots button {
  font-size: 0;
  padding: 0;
  background-color: transparent;
  width: 10px;
  height: 10px;
  line-height: 0;
  border-radius: 9999px;
  border: none;
  background-color: var(--theme-color);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.slick-dots button:hover {
  border-color: var(--title-color);
}
.slick-dots .slick-active button {
  width: 60px;
  -webkit-transform: scale(1);
          transform: scale(1);
  background-color: var(--theme-color);
}

.slick-arrow {
  display: inline-block;
  padding: 0;
  background-color: var(--ot-border-color);
  color: var(--title-color);
  position: absolute;
  top: 50%;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  left: var(--pos-x, 1px);
  width: var(--icon-size, 32px);
  height: var(--icon-size, 32px);
  line-height: var(--icon-size, 32px);
  font-size: var(--icon-font-size, 14px);
  margin-top: calc(var(--icon-size, 32px) / -2);
  border-radius: 99px;
  z-index: 2;
}
.slick-arrow i {
  background-color: var(--title-color);
  width: 12px;
  height: 12px;
}
.slick-arrow .ot-icon {
  width: 14px;
  height: 14px;
}
.slick-arrow:hover {
  background-color: #BFAFFC;
}
.slick-arrow:hover i,
.slick-arrow:hover .icon {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.slick-arrow.slick-next {
  right: var(--pos-x, 1px);
  left: auto;
}

.arrow-margin .slick-arrow {
  top: calc(50% - 30px);
}

.arrow-wrap .slick-arrow {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
.arrow-wrap:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.slick-arrow.default {
  position: relative;
  --pos-x: 0;
  margin-top: 0;
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.icon-box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 20px;
}

@media (max-width: 1299px) {
  .slick-arrow {
    --arrow-horizontal: -20px;
    --pos-x: -70px;
  }
}
@media (max-width: 1399px) {
  .slick-arrow {
    --arrow-horizontal: 40px;
    --pos-x: -6px;
  }
}
@media (max-width: 991px) {
  .slick-arrow {
    margin-right: 40px;
    font-size: 14px;
  }
  .slick-arrow.slick-next {
    margin-right: 0;
    margin-left: 40px;
  }
  .slick-dots {
    margin: 40px 0 0 0;
  }
  .icon-box .slick-arrow {
    margin-right: 0;
  }
  .icon-box .slick-arrow.slick-next {
    margin-left: 0;
  }
}
.slick-3d-active {
  margin-left: 0;
  margin-right: 0;
}
.slick-3d-active .slick-list {
  padding-top: 0% !important;
  padding-bottom: 0% !important;
  padding-left: 27% !important;
  padding-right: 27% !important;
}
@media (max-width: 767px) {
  .slick-3d-active .slick-list {
    padding-left: 15% !important;
    padding-right: 15% !important;
  }
}
.slick-3d-active .slick-dots {
  text-align: right;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.slick-3d-active .slick-track {
  max-width: 100% !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
  -webkit-perspective: 60px;
          perspective: 60px;
}
@media (max-width: 767px) {
  .slick-3d-active .slick-track {
    -webkit-perspective: 24px;
            perspective: 24px;
  }
}
.slick-3d-active .slick-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  width: 100% !important;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 1s;
  background-color: #7a7a7a;
}
.slick-3d-active .slick-3d-next,
.slick-3d-active .slick-3d-prev,
.slick-3d-active .slick-3d-next2,
.slick-3d-active .slick-3d-prev2 {
  display: block;
}
.slick-3d-active .slick-current {
  opacity: 1;
  position: relative;
  display: block;
  z-index: 2;
}
.slick-3d-active .slick-3d-next {
  opacity: 1;
  -webkit-transform: translate3d(61%, 0, -10px);
          transform: translate3d(61%, 0, -10px);
  z-index: 1;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
.slick-3d-active .slick-3d-next2 {
  opacity: 1;
  -webkit-transform: translate3d(40%, 0, -23px);
          transform: translate3d(40%, 0, -23px);
  z-index: 0;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
.slick-3d-active .slick-3d-prev {
  opacity: 1;
  -webkit-transform: translate3d(-61%, 0, -10px);
          transform: translate3d(-61%, 0, -10px);
}
.slick-3d-active .slick-3d-prev2 {
  opacity: 1;
  -webkit-transform: translate3d(-40%, 0, -23px);
          transform: translate3d(-40%, 0, -23px);
}
@media (max-width: 767px) {
  .slick-3d-active .slick-3d-next {
    -webkit-transform: translate3d(50%, 0, -10px);
            transform: translate3d(50%, 0, -10px);
  }
  .slick-3d-active .slick-3d-next2 {
    -webkit-transform: translate3d(50%, 0, -23px);
            transform: translate3d(50%, 0, -23px);
  }
  .slick-3d-active .slick-3d-prev {
    -webkit-transform: translate3d(-50%, 0, -10px);
            transform: translate3d(-50%, 0, -10px);
  }
  .slick-3d-active .slick-3d-prev2 {
    -webkit-transform: translate3d(-50%, 0, -23px);
            transform: translate3d(-50%, 0, -23px);
  }
}

/*------------------- Mobile Menu -------------------*/
.ot-menu-wrapper {
  position: fixed;
  top: 127px;
  left: 0;
  z-index: 999999;
  width: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
  opacity: 0;
  visibility: hidden;
}
.ot-menu-wrapper .menu-close-bg {
  position: absolute;
  inset: -200px 0 0 0;
  background-color: rgba(7, 5, 15, 0.15);
  visibility: hidden;
}
.ot-menu-wrapper .mobile-logo {
  padding-bottom: 50px;
  padding-top: 40px;
  display: block;
  text-align: center;
  background-color: var(--smoke-color2);
  clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%);
}
.ot-menu-wrapper .mobile-logo svg {
  max-width: 185px;
}
.ot-menu-wrapper.sticky-on {
  top: 82px;
}
@media (max-width: 575px) {
  .ot-menu-wrapper {
    top: 107px;
  }
  .ot-menu-wrapper.sticky-on {
    top: 70px;
  }
}
.ot-menu-wrapper .ot-menu-toggle {
  border: none;
  font-size: 22px;
  position: absolute;
  right: -16.5px;
  top: 25px;
  padding: 0;
  line-height: 1;
  width: 33px;
  height: 33px;
  line-height: 0;
  font-size: 18px;
  z-index: 1;
  color: var(--white-color);
  background-color: var(--theme-color);
  border-radius: 50%;
}
.ot-menu-wrapper .ot-menu-toggle svg {
  max-width: 12px;
}
.ot-menu-wrapper .ot-menu-toggle:hover {
  background-color: var(--black-color);
  color: var(--white-color);
}
.ot-menu-wrapper .ot-menu-area {
  width: calc(100% - 24px);
  max-width: calc(100% - 24px);
  background-color: var(--body-bg);
  max-height: 600px;
  min-height: 400px;
  position: relative;
  margin-left: 12px;
  margin-right: 12px;
  padding: 24px;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 500ms;
  transition: all ease 500ms;
  z-index: 1;
  -webkit-transform: scaleY(0.9);
          transform: scaleY(0.9);
  -webkit-transform-origin: top center;
          transform-origin: top center;
  border-radius: 16px;
}
.ot-menu-wrapper .header-search {
  max-width: 100%;
  width: 480px;
  margin-bottom: 30px;
  position: relative;
  z-index: 4;
  gap: 4px;
}
.ot-menu-wrapper .header-search .form-select {
  padding: 0 14px 0 14px;
  background-color: transparent;
  text-align: left;
}
.ot-menu-wrapper .header-search .input-category {
  -webkit-box-flex: 140px;
      -ms-flex: 140px;
          flex: 140px;
}
.ot-menu-wrapper .header-search .input-search {
  -webkit-box-flex: 300px;
      -ms-flex: 300px;
          flex: 300px;
}
.ot-menu-wrapper .header-search .nice-select:before {
  right: 12px;
}
.ot-menu-wrapper .header-search input[type=search] {
  background-color: transparent;
  padding: 0 16px 0 34px;
}
.ot-menu-wrapper .header-search .form-group .ot-icon {
  left: 15px;
}
@media (max-width: 400px) {
  .ot-menu-wrapper .header-search .nice-select:before {
    right: 6px;
  }
}
.ot-menu-wrapper.ot-body-visible {
  opacity: 1;
  visibility: visible;
}
.ot-menu-wrapper.ot-body-visible .menu-close-bg {
  visibility: visible;
}
.ot-menu-wrapper.ot-body-visible .ot-menu-area {
  top: 0;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}

.ot-mobile-menu {
  min-height: 300px;
  padding-bottom: 40px;
  text-align: left;
}
.ot-mobile-menu .new-label {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  color: var(--white-color);
  display: inline-block;
  padding: 2px 4px;
  margin-left: 2px;
  background: linear-gradient(139.74deg, var(--theme-color) 22.93%, #B69CFF 95.12%);
  border-radius: 4px;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.ot-mobile-menu ul {
  margin: 0;
  padding: 0 0;
}
.ot-mobile-menu ul li {
  list-style-type: none;
}
.ot-mobile-menu ul li a {
  display: block;
  position: relative;
  padding: 0 0;
  margin-bottom: 12px;
  line-height: 1.4;
  font-size: 22px;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--title-color);
}
.ot-mobile-menu ul li.ot-active > a {
  color: var(--theme-color);
}
.ot-mobile-menu ul li.ot-active > a:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.ot-mobile-menu ul .ot-item-has-children > a {
  position: relative;
}
.ot-mobile-menu ul .ot-item-has-children > a .ot-mean-expand {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-left: 1.5px solid var(--title-color);
  border-bottom: 1.5px solid var(--title-color);
  -webkit-transform: rotate(-45deg) translateX(6px);
          transform: rotate(-45deg) translateX(6px);
  margin-left: 5px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.ot-mobile-menu ul .ot-item-has-children.ot-active > a .ot-mean-expand {
  -webkit-transform: rotate(135deg) translateX(0);
          transform: rotate(135deg) translateX(0);
  margin-left: 10px;
}
.ot-mobile-menu .sub-menu {
  background-color: var(--smoke-color);
  border-radius: 12px;
  padding: 16px;
}
.ot-mobile-menu .sub-menu li a {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 9px;
}
.ot-mobile-menu .sub-menu li:last-child a {
  margin-bottom: 0;
}
.ot-mobile-menu > ul {
  padding: 0;
}
.ot-mobile-menu > ul > li:last-child {
  border-bottom: none;
}

.ot-menu-toggle {
  line-height: 0;
  padding: 0;
  font-size: 20px;
  border: none;
  background-color: transparent;
  color: var(--title-color);
  display: inline-block;
  border-radius: 0;
  text-align: center;
  overflow: hidden;
  position: relative;
  z-index: 100000000000000000000000000;
}
.ot-menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  background-color: var(--title-color);
  border-radius: 5px;
  margin: 5px auto;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.ot-menu-toggle.active span:first-child {
  -webkit-transform: rotate(45deg) translate(-1px, 2px);
          transform: rotate(45deg) translate(-1px, 2px);
}
.ot-menu-toggle.active span:nth-child(2) {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}
.ot-menu-toggle.active span:last-child {
  -webkit-transform: rotate(-45deg) translate(3px, -6px);
          transform: rotate(-45deg) translate(3px, -6px);
}
.ot-menu-toggle:hover {
  background-color: transparent;
}

/*=================================
    03. Utilities
==================================*/
/*------------------- Preloader -------------------*/
/*------------------- Buttons -------------------*/
.ot-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  border: none;
  text-align: center;
  background-color: var(--black-color);
  color: var(--white-color);
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding: 20px 20px;
  min-width: 106px;
  border-radius: 10px;
}
.ot-btn .ot-icon {
  width: 14px;
  height: 14px;
  margin-left: 4px;
}
.ot-btn:hover, .ot-btn.active {
  color: var(--white-color);
  background-color: var(--theme-color);
}
.ot-btn.style-border {
  color: var(--title-color);
  background: var(--body-bg);
  border: 0.7px solid var(--ot-border-color);
  -webkit-box-shadow: 0px 12px 15px rgba(18, 18, 18, 0.04);
          box-shadow: 0px 12px 15px rgba(18, 18, 18, 0.04);
  border-radius: 12px;
}
.ot-btn.style-border:hover {
  color: var(--theme-color);
  -webkit-box-shadow: 0px 12px 20px rgba(112, 78, 249, 0.15);
          box-shadow: 0px 12px 20px rgba(112, 78, 249, 0.15);
  border-color: var(--theme-color);
}
.ot-btn.style2 {
  background-color: var(--theme-color);
}
.ot-btn.style2:hover {
  color: var(--white-color);
  background-color: var(--title-color);
}
.ot-btn.style3 {
  background: var(--white-color);
  color: var(--black-color);
}
.ot-btn.style3:hover {
  background: var(--theme-color);
  color: var(--white-color);
}
.ot-btn.style4 {
  background-color: var(--smoke-color);
  color: var(--title-color);
}
.ot-btn.style4:hover {
  color: var(--white-color);
  background-color: var(--title-color);
}
.ot-btn.btn-sm {
  padding: 16px 16px;
  min-width: auto;
}
.ot-btn.btn-xs {
  padding: 11px 14px;
}
.ot-btn.w-100 {
  width: 100%;
}

.btn-disable {
  cursor: not-allowed;
  pointer-events: none;
}

.icon-btn {
  display: inline-block;
  width: var(--btn-size, 56px);
  height: var(--btn-size, 56px);
  line-height: var(--btn-size, 56px);
  font-size: var(--btn-font-size, 16px);
  background-color: var(--icon-bg, #ffffff);
  color: var(--title-color);
  text-align: center;
  border-radius: 50%;
  border: 1px solid var(--ot-border-color);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.icon-btn:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: var(--theme-color);
}

.link-btn {
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  line-height: 0.8;
  position: relative;
  padding-bottom: 4px;
  margin-bottom: -4px;
  text-transform: capitalize;
  color: var(--theme-color);
  border: none;
  background-color: transparent;
}
.link-btn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: var(--theme-color);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.link-btn i {
  margin-left: 5px;
  font-size: 0.9rem;
  max-width: 13px;
  height: 13px;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.link-btn.title-color {
  color: var(--title-color) !important;
  font-weight: 500;
}
.link-btn.title-color i {
  background-color: var(--title-color);
}
.link-btn.title-color:before {
  background-color: var(--title-color);
}
.link-btn:hover {
  color: var(--theme-color);
}
.link-btn:hover .icon1 {
  margin-left: 7px;
}
.link-btn:hover::before {
  width: 100%;
}

/*------------------- Titles -------------------*/
.sec-title {
  margin-bottom: calc(var(--section-title-space) - 12px);
  margin-top: -0.18em;
}
.sec-title .extra-text {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  color: var(--title-color);
  vertical-align: middle;
  margin-top: -0.6em;
  margin-left: 15px;
}
.sec-title .extra-text img {
  display: inline-block;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  margin-left: 4px;
}
@media (max-width: 991px) {
  .sec-title .extra-text {
    margin-left: 8px;
  }
}

.text-style {
  font-family: "Instrument Serif", serif;
}

.text-style2 {
  font-family: "Instrument Serif", serif;
  font-style: italic;
  font-weight: 400;
}

.sub-title {
  font-size: 16px;
  font-weight: 400;
  color: var(--white-color);
  padding: 8px 16px;
  background: rgba(217, 217, 217, 0.12);
  backdrop-filter: blur(15px);
  border-radius: 50px;
  margin-bottom: 35px;
  display: inline-block;
}

.text-gradient {
  color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--theme-color2)), to(var(--theme-color3)));
  background-image: linear-gradient(to right, var(--theme-color2), var(--theme-color3));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient2 {
  color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--theme-color)), to(var(--white-color)));
  background-image: linear-gradient(to right, var(--theme-color), var(--white-color));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient3 {
  color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--theme-color)), to(var(--theme-color2)));
  background-image: linear-gradient(to right, var(--theme-color), var(--theme-color2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.title-area {
  margin-bottom: calc(var(--section-title-space) - 6px);
  position: relative;
  z-index: 2;
}
.title-area .sec-title {
  margin-bottom: 18px;
}
.title-area .sec-title.mb-10 {
  margin-bottom: 10px;
}
.title-area .sec-text {
  padding-bottom: 0;
}
.title-area.mb-0 .sec-title {
  margin-bottom: -0.23em;
}
.title-area.mb-0 .sec-text {
  margin-top: 30px;
  padding-bottom: 0;
  margin-bottom: 0;
}

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

.box-title {
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: -0.01em;
  margin-top: -0.32em;
  font-weight: 600;
  margin-bottom: 15px;
}
.box-title a {
  color: inherit;
}
.box-title a:hover {
  color: var(--theme-color);
}

.title-wrap {
  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: 5px;
}
.title-wrap .box-title {
  margin: 0;
}

.sec-text {
  font-size: 18px;
  letter-spacing: -0.01em;
  max-width: 700px;
}
.sec-text b {
  font-weight: 600;
}
.sec-text.smaller-content {
  max-width: 550px;
}
.sec-text.bigger-content {
  max-width: 844px;
}

.title-area.text-center .sec-text {
  margin-left: auto;
  margin-right: auto;
}

.sec-btn {
  margin-bottom: var(--section-title-space);
}

@media (max-width: 1199px) {
  .sub-title {
    margin-bottom: 20px;
  }
  .title-area,
  .sec-title {
    --section-title-space: 45px;
  }
  .title-area.mb-30,
  .sec-title.mb-30 {
    margin-bottom: 25px;
  }
  .title-area.mb-40,
  .sec-title.mb-40 {
    margin-bottom: 30px;
  }
  .title-area.mb-45,
  .sec-title.mb-45 {
    margin-bottom: 32px;
  }
  .title-area.mb-50,
  .sec-title.mb-50 {
    margin-bottom: 35px;
  }
  .title-area.mb-25,
  .sec-title.mb-25 {
    margin-bottom: 15px;
  }
  .title-area.mb-35,
  .sec-title.mb-35 {
    margin-bottom: 25px;
  }
  .sec-btn {
    --section-title-space: 50px;
  }
}
@media (max-width: 991px) {
  .title-area,
  .sec-title {
    --section-title-space: 50px;
  }
  .title-area.mb-40,
  .sec-title.mb-40 {
    margin-bottom: 25px;
  }
  .title-area.mb-45,
  .sec-title.mb-45 {
    margin-bottom: 27px;
  }
  .title-area.mb-50,
  .sec-title.mb-50 {
    margin-bottom: 28px;
  }
  .sec-btn {
    --section-title-space: 50px;
  }
}
@media (max-width: 575px) {
  .title-area {
    --section-title-space: 44px;
  }
  .title-area .sec-title {
    margin-bottom: 14px;
  }
  .sub-title .text {
    padding: 2px 12px;
    min-width: 120px;
  }
}
/*------------------- Common -------------------*/
.shape-mockup-wrap {
  z-index: 2;
  position: relative;
}

.shape-mockup {
  position: absolute;
  z-index: -1;
}
.shape-mockup.z-index-3 {
  z-index: 3;
}

.z-index-step1 {
  position: relative;
  z-index: 4 !important;
}

.z-index-common {
  position: relative;
  z-index: 3;
}

.z-index-3 {
  z-index: 3;
}

.z-index-n1 {
  z-index: -1;
}

.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.badge {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-size: 10px;
  padding: 0.4em 0.45em;
  min-width: 18px;
  border-radius: 50%;
  top: -7px;
  right: -7px;
  font-weight: 400;
}

.bg-mask {
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}

.box-text {
  font-size: 16px;
  margin-bottom: -0.3em;
}

.rounded-20 {
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .rounded-20 {
    border-radius: 16px;
  }
}

.rounded-10 {
  border-radius: 10px;
}

.ot-social a {
  display: inline-block;
  width: var(--icon-size, 32px);
  height: var(--icon-size, 32px);
  line-height: var(--icon-size, 28px);
  color: var(--body-color);
  font-size: 16px;
  text-align: center;
  margin-right: 3px;
  border-radius: 8px;
  border: none;
  background-color: var(--smoke-color);
  border: 1px solid var(--ot-border-color);
}
.ot-social a:last-child {
  margin-right: 0;
}
.ot-social a svg {
  max-width: 12px;
  max-height: 12px;
}
.ot-social a path {
  fill: var(--body-color);
}
.ot-social a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--white-color);
}
.ot-social a:hover path {
  fill: var(--title-color);
}

.slider-shadow .slick-list {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: -30px;
  margin-top: -30px;
}

.btn-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}

.video-link .play-btn {
  --icon-size: 56px;
  font-size: 0.8em;
  margin-right: 12px;
}
.video-link .play-btn i {
  line-height: 54px;
}
.video-link {
  font-weight: 500;
  color: var(--white-color);
}
.video-link:hover {
  color: var(--theme-color);
}

.ot-video {
  position: relative;
  overflow: hidden;
}

.box-icon img,
.box-img img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.text-social {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 40px;
}
.text-social a {
  font-weight: 700;
  color: var(--title-color);
  text-transform: uppercase;
}
.text-social a:hover {
  color: var(--theme-color);
}
@media (max-width: 375px) {
  .text-social a {
    font-size: 14px;
  }
}

.xdsoft_datetimepicker {
  background-color: var(--white-color);
  z-index: 5;
}

.mfp-zoom-in .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.mfp-zoom-in.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.mfp-zoom-in.mfp-ready .mfp-content iframe {
  border-radius: 24px;
}
@media (max-width: 767px) {
  .mfp-zoom-in.mfp-ready .mfp-content iframe {
    border-radius: 16px;
  }
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.7;
}

.mfp-zoom-in.mfp-removing .mfp-content {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/*------------------- Font -------------------*/
.font-title {
  font-family: var(--title-font);
}

.font-body {
  font-family: var(--body-font);
}

.fw-extralight {
  font-weight: 100;
}

.fw-light {
  font-weight: 300;
}

.fw-normal {
  font-weight: 400;
}

.fw-medium {
  font-weight: 500;
}

.fw-semibold {
  font-weight: 600;
}

.fw-bold {
  font-weight: 700;
}

.fw-extrabold {
  font-weight: 800;
}

.fs-md {
  font-size: 18px;
}

.fs-lg {
  font-size: 20px;
}

.fs-22 {
  font-size: 22px;
}

.fs-xs {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-32 {
  font-size: 32px;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.fs-60 {
  font-size: 60px;
  line-height: 74px;
}

.fs-82 {
  font-size: 82px;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

@media (max-width: 1199px) {
  .fs-32 {
    font-size: 28px;
    line-height: 1.4;
  }
  .fs-60 {
    font-size: 50px;
    line-height: 62px;
  }
  .fs-96 {
    font-size: 70px;
  }
}
@media (max-width: 991px) {
  .fs-60 {
    font-size: 38px;
    line-height: 1.33;
  }
  .fs-96 {
    font-size: 54px;
  }
}
@media (max-width: 767px) {
  .fs-32 {
    font-size: 24px;
  }
  .fs-60 {
    font-size: 32px;
  }
  .fs-96 {
    font-size: 42px;
  }
  .fs-22 {
    font-size: 18px;
  }
}
/*------------------- Background -------------------*/
.bg-theme {
  background-color: var(--theme-color) !important;
}

.bg-theme2 {
  background-color: var(--theme-color2) !important;
}

.bg-smoke {
  background-color: var(--smoke-color) !important;
}

.bg-smoke2 {
  background-color: var(--smoke-color2) !important;
}

.bg-white {
  background-color: var(--white-color) !important;
}

.bg-black {
  background-color: var(--black-color) !important;
}

.bg-title {
  background-color: var(--title-color) !important;
}

.bg-body {
  background-color: var(--body-color) !important;
}

.background-image,
[data-bg-src] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-fluid {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}

/*------------------- Text Color -------------------*/
.text-theme {
  color: var(--theme-color) !important;
}

.text-theme2 {
  color: var(--theme-color2) !important;
}

.text-title {
  color: var(--title-color) !important;
}

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

.text-white {
  color: var(--white-color) !important;
}

.text-light {
  color: var(--light-color) !important;
}

.text-gray {
  color: var(--gray-color) !important;
}

.text-yellow {
  color: var(--yellow-color) !important;
}

.text-success {
  color: var(--success-color) !important;
}

.text-error {
  color: var(--error-color) !important;
}

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

a.text-theme:hover,
.text-reset:hover {
  text-decoration: underline;
}

/*------------------- Overlay -------------------*/
/*------------------- Animation -------------------*/
/*------------------- Header  -------------------*/
.ot-header {
  position: relative;
  z-index: 41;
}
.ot-header .icon-btn {
  color: var(--title-color);
  background-color: transparent;
}
.ot-header .icon-btn:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  color: var(--white-color);
}

.sticky-wrapper {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.sticky-wrapper.sticky {
  position: fixed;
  top: 12px;
  right: 0;
  left: 0;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-animation: stickyAni 500ms ease;
          animation: stickyAni 500ms ease;
  width: 100%;
}
.sticky-wrapper.sticky .menu-area {
  padding: 16px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 6px 22px rgba(7, 5, 15, 0.08);
          box-shadow: 0px 6px 22px rgba(7, 5, 15, 0.08);
  border-radius: 12px;
}
@media (max-width: 991px) {
  .sticky-wrapper.sticky {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 575px) {
  .sticky-wrapper.sticky .menu-area {
    padding: 10px 16px;
  }
}

@-webkit-keyframes stickyAni {
  0% {
    -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
            transform: translate3d(0, -40px, 0) scaleY(0.8);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
            transform: translate3d(0, 0, 0) scaleY(1);
    opacity: 1;
  }
}

@keyframes stickyAni {
  0% {
    -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
            transform: translate3d(0, -40px, 0) scaleY(0.8);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
            transform: translate3d(0, 0, 0) scaleY(1);
    opacity: 1;
  }
}
@media (max-width: 1299px) {
  .main-menu {
    margin-left: 0;
  }
}
.main-menu a {
  display: block;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  color: var(--title-color);
  text-transform: capitalize;
}
.main-menu a:hover {
  color: var(--theme-color);
}
.main-menu a:hover:after {
  background-color: var(--theme-color) !important;
}
.main-menu a .new-label {
  font-size: 8px;
  font-weight: 500;
  line-height: 16px;
  color: var(--white-color);
  display: inline-block;
  padding: 2px 4px;
  background: linear-gradient(139.74deg, var(--theme-color) 22.93%, #B69CFF 95.12%);
  border-radius: 4px;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.main-menu .current-menu-item > a {
  color: var(--theme-color);
}
.main-menu .current-menu-item > a:after {
  background-color: var(--theme-color) !important;
}
.main-menu > ul > li {
  margin: 0 13px;
}
.main-menu > ul > li > a {
  padding: 12px 0;
}
.main-menu ul {
  margin: 0;
  padding: 0;
}
.main-menu ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}
.main-menu ul li.menu-item-has-children > a:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 12px;
  height: 8px;
  margin-left: 5px;
  -webkit-mask-image: url('data:image/svg+xml,<svg width="14" height="8" viewBox="0 0 14 8" preserveAspectRatio="none" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.771118 1L6.77112 7L12.7711 1" stroke="%23ffffff" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
          mask-image: url('data:image/svg+xml,<svg width="14" height="8" viewBox="0 0 14 8" preserveAspectRatio="none" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.771118 1L6.77112 7L12.7711 1" stroke="%23ffffff" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  background-color: var(--title-color);
  top: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.main-menu ul li:last-child {
  margin-right: 0 !important;
}
.main-menu ul li:first-child {
  margin-left: 0 !important;
}
.main-menu ul li:hover > ul.sub-menu,
.main-menu ul li:hover ul.mega-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  z-index: 9;
}
.main-menu ul.sub-menu {
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  background-color: var(--body-bg);
  border: 1px solid var(--ot-border-color);
  visibility: hidden;
  min-width: 190px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 7px;
  left: -14px;
  opacity: 0;
  z-index: -1;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.main-menu ul.sub-menu a {
  font-size: 14px;
  line-height: 30px;
}
.main-menu ul.sub-menu {
  padding: 18px 20px;
  left: -27px;
}
.main-menu ul.sub-menu li {
  display: block;
  margin: 0 0;
  padding: 0px 9px;
}
.main-menu ul.sub-menu li.menu-item-has-children > a:after {
  float: right;
  top: 1px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.main-menu ul.sub-menu li a {
  position: relative;
  padding-left: 20px;
  text-transform: capitalize;
}
.main-menu ul.sub-menu li a:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 12px;
  height: 12px;
  display: inline-block;
  background-color: var(--theme-color);
  clip-path: path("M6 12C5.42308 8.97087 3 6.52427 0 6.05825C3 5.47573 5.42308 3.02913 6 0C6.46154 3.02913 8.88461 5.47573 12 6.05825C8.88461 6.52427 6.46154 8.97087 6 12Z");
}
.main-menu ul.sub-menu li ul.sub-menu {
  left: 100%;
  right: auto;
  top: 0;
  margin: 0 0;
  margin-left: 20px;
}
.main-menu ul.sub-menu li ul.sub-menu li ul {
  left: 100%;
  right: auto;
}

@media (max-width: 1200px) {
  .main-menu > ul > li {
    margin: 0 13px;
  }
}
.header-button {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 22px;
  margin-left: 16px;
}
.header-button .ot-icon {
  width: 14px;
  height: 14px;
}
.header-button .link-btn {
  color: var(--title-color);
}
.header-button .link-btn:before {
  display: none;
}
.header-button .link-btn:hover {
  color: var(--theme-color);
}
@media (max-width: 767px) {
  .header-button .ot-btn,
  .header-button .link-btn {
    display: none;
  }
}

.header-logo {
  padding-top: 12px;
  padding-bottom: 12px;
}
.header-logo img {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.menu-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  max-width: 480px;
}
.menu-buttons .ot-btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.header-top {
  background-color: var(--theme-color2);
  padding: 6px 0;
  text-align: center;
}
.header-top .voucher-copy {
  border: none;
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  color: var(--title-color);
  background: transparent;
}
.header-top .voucher-copy svg {
  max-width: 16px;
  margin-left: 2px;
}
.header-top .voucher-copy .copy-check {
  display: none;
}
.header-top .header-notice1 p,
.header-top .header-notice p {
  font-size: 14px;
  color: var(--title-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  margin-right: 6px;
  line-height: 33px;
}
.header-top .header-notice {
  display: none;
}
@media (max-width: 1299px) {
  .header-top .header-notice {
    display: block;
  }
  .header-top .header-notice1 {
    display: none;
  }
}

.search-templates {
  padding: 16px 12px 16px 16px;
  position: absolute;
  width: 100%;
  left: 0;
  top: calc(100% + 30px);
  background: var(--body-bg);
  border: 1px solid var(--ot-border-color);
  -webkit-box-shadow: 0px 11px 14px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 11px 14px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  text-align: left;
  z-index: 4;
}
.search-templates .title {
  color: var(--light-color);
  margin-bottom: 10px;
}
.search-templates.show {
  border-radius: 0px 0px 10px 10px;
  visibility: visible;
  opacity: 1;
  top: calc(100% - 1px);
}
.search-templates .ch-template {
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  border-bottom: 1px solid #ECECEC;
  padding-bottom: 14px;
  margin-bottom: 14px;
}
.search-templates .ch-template:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.search-templates .ch-template .box-img {
  width: 48px;
}
.search-templates .ch-template .box-img img {
  width: 48px;
}
.search-templates .ch-template .box-cms {
  height: 22px;
  border-radius: 4px;
}

.header-search {
  width: 446px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.header-search .form-group {
  margin-bottom: 0;
}
.header-search .input-category {
  -webkit-box-flex: 130px;
      -ms-flex: 130px;
          flex: 130px;
}
.header-search .input-search {
  -webkit-box-flex: 310px;
      -ms-flex: 310px;
          flex: 310px;
  position: relative;
  z-index: 2;
}
.header-search .form-control,
.header-search .form-select {
  background-color: var(--smoke-color);
  border-color: var(--ot-border-color) !important;
  color: var(--body-color);
}
.header-search .form-control::-moz-placeholder,
.header-search .form-select::-moz-placeholder {
  color: var(--body-color);
  -moz-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.header-search .form-control::-webkit-input-placeholder,
.header-search .form-select::-webkit-input-placeholder {
  color: var(--body-color);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.header-search .form-control:-ms-input-placeholder,
.header-search .form-select:-ms-input-placeholder {
  color: var(--body-color);
  -ms-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.header-search .form-control::-webkit-input-placeholder, .header-search .form-select::-webkit-input-placeholder {
  color: var(--body-color);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.header-search .form-control::-moz-placeholder, .header-search .form-select::-moz-placeholder {
  color: var(--body-color);
  -moz-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.header-search .form-control:-ms-input-placeholder, .header-search .form-select:-ms-input-placeholder {
  color: var(--body-color);
  -ms-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.header-search .form-control::-ms-input-placeholder, .header-search .form-select::-ms-input-placeholder {
  color: var(--body-color);
  -ms-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.header-search .form-control::placeholder,
.header-search .form-select::placeholder {
  color: var(--body-color);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.header-search .nice-select {
  position: static !important;
}
.header-search .nice-select .current {
  display: inline-block;
  position: relative;
  text-overflow: ellipsis;
  max-width: 100px;
  overflow: hidden;
}
.header-search .nice-select .list {
  padding: 12px 16px;
  min-width: 170px;
  width: auto;
  -webkit-box-shadow: 0px 7px 12px rgba(0, 0, 0, 0.13);
          box-shadow: 0px 7px 12px rgba(0, 0, 0, 0.13);
}
.header-search .nice-select .option {
  color: var(--title-color);
  font-weight: 400;
  line-height: 1.5;
  min-height: auto;
  outline: none;
  padding-left: 18px;
  padding-right: 0;
  margin-bottom: 8px;
  position: relative;
  z-index: 2;
  background-color: transparent !important;
}
.header-search .nice-select .option:last-child {
  margin-bottom: 0;
}
.header-search .nice-select .option:before {
  content: "";
  width: 10px;
  height: 10px;
  border: 1.5px solid var(--light-color);
  border-radius: 99px;
  position: absolute;
  top: 5px;
  left: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.header-search .nice-select .option.selected {
  font-weight: 500;
}
.header-search .nice-select .option.selected:before {
  border-color: var(--title-color);
  background-color: var(--title-color);
}
.header-search .nice-select .option:first-child {
  display: none;
}
.header-search .list li:first-child {
  display: none;
}
.header-search .form-control:focus {
  background-color: var(--smoke-color);
  border-color: var(--ot-border-color) !important;
  color: var(--light-color);
}
.header-search .form-control:focus::-moz-placeholder {
  color: var(--light-color);
}
.header-search .form-control:focus::-webkit-input-placeholder {
  color: var(--light-color);
}
.header-search .form-control:focus:-ms-input-placeholder {
  color: var(--light-color);
}
.header-search .form-control:focus::-ms-input-placeholder {
  color: var(--light-color);
}
.header-search .form-control:focus::placeholder {
  color: var(--light-color);
}
.header-search .form-control:not(:-moz-placeholder) {
  border-radius: 10px 10px 0 0;
  color: var(--title-color);
}
.header-search .form-control:not(:-ms-input-placeholder) {
  border-radius: 10px 10px 0 0;
  color: var(--title-color);
}
.header-search .form-control:not(:placeholder-shown) {
  border-radius: 10px 10px 0 0;
  color: var(--title-color);
}
@media (max-width: 1299px) {
  .header-search {
    max-width: 400px;
  }
}

.header-cart-btn {
  background-color: transparent;
  padding: 0;
  border: none;
  position: relative;
  cursor: pointer;
}
.header-cart-btn > svg.ot-icon {
  width: 22px;
  height: 22px;
}
.header-cart-btn .search-templates {
  min-width: 346px;
  text-align: left;
  left: unset;
  right: -48px;
  top: calc(100% + 15px);
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: auto;
}
.header-cart-btn .search-templates:after, .header-cart-btn .search-templates:before {
  content: "";
  display: block;
  border: 12px solid var(--ot-border-color);
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -12px;
  right: 45px;
  margin: -12px 0 0 2em;
}
.header-cart-btn .search-templates:after {
  border: 12px solid var(--body-bg);
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  top: -10px;
}
.header-cart-btn .cart-total {
  font-size: 20px;
  font-weight: 600;
  color: var(--title-color);
  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;
  margin-bottom: 15px;
}
.header-cart-btn .cart-subtotal,
.header-cart-btn .cart-discount {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  color: var(--title-color);
}
.header-cart-btn:hover .search-templates, .header-cart-btn:focus .search-templates, .header-cart-btn:focus-within .search-templates, .header-cart-btn.active .search-templates {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media (hover: none) and (pointer: coarse) {
  .header-cart-btn:hover .search-templates {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  .header-cart-btn.active .search-templates {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media (max-width: 767px) {
  .header-cart-btn {
    margin-right: 10px;
  }
}
@media (max-width: 575px) {
  .header-cart-btn .ch-template {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header-cart-btn .ch-template .box-img {
    min-width: 48px;
  }
  .header-cart-btn .ch-template .box-price {
    margin-top: -5px;
    padding-left: 0;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}

/* Header 1 ---------------------------------- */
.ot-header {
  width: 100%;
}
.ot-header .menu-area {
  padding: 16px 0;
  position: relative;
  z-index: 2;
}
.ot-header .header-logo {
  position: relative;
  z-index: 2;
}
.ot-header .ot-menu-toggle {
  margin-left: auto;
}
.ot-header .header-switcher .indicator {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

@media (max-width: 1399px) {
  .ot-header .header-button .ot-btn {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .ot-header .row {
    --bs-gutter-x: 8px;
  }
  .ot-header .menu-area {
    padding: 6px 0;
  }
  .ot-header .header-logo img {
    max-width: 170px;
  }
}
/* Header 2 --------------------------*/
.header-layout2 .header-top {
  background-color: var(--theme-color);
}
.header-layout2 .header-top .voucher-copy {
  color: var(--white-color);
}
.header-layout2 .header-logo img {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
.header-layout2 .header-notice p,
.header-layout2 .header-notice1 p {
  color: var(--white-color);
}
.header-layout2 .header-button {
  gap: 24px;
}
.header-layout2 .header-button .ot-btn {
  margin-left: 13px;
}
@media (max-width: 767px) {
  .header-layout2 .header-button {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    gap: 16px;
    margin-left: 0;
  }
  .header-layout2 .header-button .ot-btn,
  .header-layout2 .header-button .link-btn {
    display: inline-block;
  }
  .header-layout2 .header-button .ot-btn {
    margin-left: 5px;
  }
}
@media (max-width: 400px) {
  .header-layout2 .header-logo img {
    max-width: 120px;
  }
  .header-layout2 .header-button {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    gap: 13px;
    margin-left: 0;
  }
  .header-layout2 .header-button .ot-btn,
  .header-layout2 .header-button .link-btn {
    font-size: 14px;
  }
  .header-layout2 .header-button .ot-btn {
    margin-left: 3px;
  }
}

/*------------------- Footer  -------------------*/
.footer-wrapper {
  position: relative;
  z-index: 2;
}

.widget-area {
  padding-bottom: 40px;
}

.footer-layout1 {
  background-color: #F9F9F9;
  padding-top: 70px;
}
.footer-layout1 .footer-about-area {
  margin-bottom: 36px;
}
.footer-layout1 .box-title {
  font-size: 36px;
  margin-top: -0.1em;
  line-height: 1.1;
  font-weight: 500;
  margin-bottom: 16px;
}
.footer-layout1 .newsletter-form {
  margin-top: 24px;
}
@media (max-width: 575px) {
  .footer-layout1 .newsletter-form {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .footer-layout1 {
    padding-top: 55px;
  }
  .footer-layout1 .widget-area {
    padding-bottom: 25px;
  }
  .footer-layout1 .box-title {
    font-size: 26px;
  }
}

.footer-widget-area {
  max-width: 100%;
  width: 524px;
}
.footer-widget-area .footer-social {
  width: 66.66%;
  margin-left: auto;
  padding-top: 60px;
}
.footer-widget-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-widget-wrap .w-col {
  width: 33.33%;
}
@media (max-width: 1199px) {
  .footer-widget-area {
    width: 460px;
  }
}
@media (max-width: 991px) {
  .footer-widget-area {
    width: 600px;
    margin-bottom: 30px;
  }
  .footer-widget-area .footer-social {
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .footer-widget-area .footer-social {
    width: 100%;
  }
  .footer-widget-wrap {
    padding-bottom: calc(var(--subscribe-height) + 18px);
  }
  .footer-widget.position-change-phone {
    position: absolute;
    bottom: 55px;
    left: 12px;
    max-width: calc(100% - 24px);
  }
}

.copyright-wrap {
  padding: 12px 0;
  background: #BFAFFC;
}

.copyright-text {
  text-align: center;
  margin: 0;
  font-size: 14px;
  color: var(--title-color);
}
.copyright-text a {
  color: var(--title-color);
}
.copyright-text a:hover {
  color: var(--theme-color);
}

.copyright-text2 {
  font-size: 14px;
  margin: 0;
}
.copyright-text2 a {
  color: var(--title-color);
}
.copyright-text2 a:hover {
  color: var(--theme-color);
}

.social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media (max-width: 375px) {
  .social-links {
    gap: 20px;
  }
}
.social-links .social-title {
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  margin: 0 20px 0 0;
  color: var(--body-color);
}
.social-links a {
  font-size: 16px;
  display: inline-block;
  color: var(--title-color);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.social-links a svg {
  width: auto;
  max-width: 16px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.social-links a i {
  background-color: var(--title-color);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.social-links a:hover {
  color: var(--theme-color);
}

.modal-backdrop.show {
  display: none;
}

.modal {
  background-color: rgba(95, 95, 97, 0.2);
  backdrop-filter: blur(8px);
  z-index: 999999;
}

.modal-content {
  width: 100%;
  pointer-events: auto;
  background-color: var(--body-bg);
  background-clip: padding-box;
  border: none;
  border-radius: 20px;
  outline: 0;
  -webkit-box-shadow: 0px 4px 104px rgba(213, 213, 213, 0.25);
          box-shadow: 0px 4px 104px rgba(213, 213, 213, 0.25);
}

.modal-header {
  padding: 20px 24px;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-body {
  padding: 24px;
  border-bottom: none;
}

.modal-footer {
  padding: 0 24px 24px 24px;
  border-top: none;
}

.modal-header .btn-close {
  padding: 3px;
  height: 22px;
  width: 22px;
  margin: 0;
  line-height: 17px;
  color: var(--white-color);
  background-color: var(--error-color);
  opacity: 1;
  padding: 0;
}
.modal-header .btn-close .ot-icon {
  width: 12px;
  height: 12px;
}
.modal-header .btn-close:hover {
  background-color: var(--title-color);
}

.footer-widget {
  margin-bottom: 30px;
}
.footer-widget,
.footer-widget .widget {
  padding: 0;
}
.footer-widget input,
.footer-widget select {
  width: 100%;
  height: 48px;
  border-radius: 12px;
}
.footer-widget .widget_title {
  font-size: 16px;
  font-weight: 600;
  color: var(--title-color);
  margin-bottom: 10px;
  display: block;
}
.footer-widget .menu-all-pages-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 300px;
}
.footer-widget.widget_categories .menu,
.footer-widget.widget_categories > ul, .footer-widget.widget_nav_menu .menu,
.footer-widget.widget_nav_menu > ul {
  padding: 0;
  margin: 0;
  margin-bottom: -6px;
  display: inline-block;
}
.footer-widget.widget_categories a, .footer-widget.widget_nav_menu a {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 4px;
  font-family: var(--body-font);
  color: var(--title-color);
  display: block;
  max-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.footer-widget.widget_categories a:hover, .footer-widget.widget_nav_menu a:hover {
  color: var(--theme-color);
}
.footer-widget.widget_categories li, .footer-widget.widget_nav_menu li {
  list-style: none;
}
.footer-widget.widget_categories li:last-child a, .footer-widget.widget_nav_menu li:last-child a {
  margin-bottom: 0;
}

.widget_nav_menu.footer-widget {
  position: relative;
  z-index: 2;
}

.ot-widget-about {
  max-width: 400px;
}
.ot-widget-about p {
  font-size: 16px;
}
.ot-widget-about .about-logo {
  margin-bottom: 40px;
}
.ot-widget-about .footer-text {
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .ot-widget-about .footer-text {
    margin-bottom: 30px;
  }
}
.ot-widget-about .footer-info {
  margin-bottom: 20px;
}
.ot-widget-about .footer-info:last-child {
  margin-bottom: 0;
}
.ot-widget-about .footer-info .title {
  font-size: 16px;
  font-weight: 500;
  color: var(--light-color);
  margin-bottom: 6px;
}
.ot-widget-about .footer-info .text {
  font-size: 16px;
  color: var(--title-color);
  margin: 0;
}
.ot-widget-about .footer-info .text a {
  color: inherit;
}
.ot-widget-about .footer-info .text a:hover {
  color: var(--theme-color);
}

.footer-text {
  font-size: 14px;
  font-weight: 400;
  color: var(--body-color);
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .footer-text {
    margin-bottom: 45px;
  }
}

@media (max-width: 1199px) {
  .newsletter-widget {
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .newsletter-widget {
    max-width: 500px;
  }
}

.newsletter-form {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
}
.newsletter-form input:not([type=submit]) {
  background-color: var(--body-bg);
  border-radius: 10px 0 0 10px !important;
  height: 48px;
  border: 1px solid var(--ot-border-color);
}
.newsletter-form input:not([type=submit]):focus {
  border-color: var(--title-color);
  background-color: var(--body-bg);
}
.newsletter-form {
  position: relative;
}
.newsletter-form > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0px;
}
.newsletter-form br {
  display: none;
}
.newsletter-form .wpcf7-spinner {
  position: absolute;
  bottom: 0;
  right: 0;
}
.newsletter-form .wpcf7-form-control-wrap {
  width: 100%;
}
.newsletter-form .ot-btn {
  min-width: auto;
  border-radius: 0 10px 10px 0;
  padding: 8px 16px;
  min-width: 106px;
  max-width: 106px;
  height: 48px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.newsletter-form .icon-btn {
  width: 44px;
  height: 44px;
  line-height: 42px;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--theme-color2)), to(var(--theme-color3)));
  background-image: linear-gradient(to right, var(--theme-color2), var(--theme-color3));
  color: var(--white-color);
  position: absolute;
  top: 6px;
  right: 6px;
}

.newsletter-widget .newsletter-form {
  max-width: 400px;
}
.newsletter-widget .wpcf7 form .wpcf7-response-output {
  margin: 15px 0 0 0;
  color: var(--body-color);
  font-size: 15px;
  border-width: 1px;
}

.footer-links {
  position: relative;
}
.footer-links ul {
  padding: 0;
  margin: 0;
}
.footer-links li {
  font-size: 16px;
  font-family: var(--body-font);
  display: inline-block;
  position: relative;
  margin-right: 50px;
}
@media (max-width: 991px) {
  .footer-links li {
    margin-right: 20px;
  }
}
.footer-links li:last-child {
  margin-right: 0;
}
.footer-links a {
  display: inline-block;
  font-family: inherit;
  color: var(--body-color);
}
.footer-links a:hover {
  color: var(--theme-color);
}

.footer-layout2 .about-logo {
  margin-bottom: 70px;
}
.footer-layout2 .footer-widget {
  text-align: center;
}
.footer-layout2 .social-links {
  margin-top: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-layout2 .checklist li {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.footer-layout2 .newsletter-widget {
  margin-left: auto;
  margin-right: auto;
}
.footer-layout2 .newsletter-form {
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
}
@media (max-width: 991px) {
  .footer-layout2 .about-logo {
    margin-bottom: 50px;
  }
}

/*------------------- Breadcumb  -------------------*/
.breadcumb-menu {
  max-width: 100%;
  padding: 0;
  margin: -0.2em 0 35px 0;
  list-style-type: none;
  position: relative;
}
.breadcumb-menu ul {
  margin: 0;
  padding: 0;
}
.breadcumb-menu li {
  display: inline-block;
  margin-right: 5px;
  list-style: none;
  position: relative;
}
.breadcumb-menu li:after {
  content: url('data:image/svg+xml,<svg width="5" height="9" viewBox="0 0 5 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.75 7.75L4.25 4.25L0.75 0.75" stroke="%23908F97" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  margin-left: 7px;
  display: inline-block;
}
.breadcumb-menu li:last-child {
  padding-right: 0;
  margin-right: 0;
  color: var(--title-color);
}
.breadcumb-menu li:last-child:after {
  display: none;
}
.breadcumb-menu li,
.breadcumb-menu a,
.breadcumb-menu span {
  white-space: normal;
  color: inherit;
  word-break: break-word;
  font-weight: 400;
  font-size: 16px;
  color: var(--light-color);
}
.breadcumb-menu li svg,
.breadcumb-menu a svg,
.breadcumb-menu span svg {
  margin-right: 5px;
  margin-top: -5px;
}
.breadcumb-menu a:hover {
  color: var(--title-color);
}

.breadcumb-avater {
  margin-bottom: 35px;
}

.breadcumb-text {
  max-width: 630px;
  font-size: 18px;
  margin: 35px 0 -0.4em 0;
}
.breadcumb-text.bigger-content {
  max-width: 760px;
}

.breadcumb-subtitle {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 35px;
  display: block;
  margin-top: -4px;
}
.breadcumb-subtitle .ot-icon {
  margin-right: 4px;
}

.breadcumb-title {
  margin: -0.2em 0 -0.22em 0;
  display: block;
  position: relative;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.breadcumb-title.dynamic-title {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.breadcumb-title .text-style {
  font-weight: 300;
  font-style: italic;
  display: block;
}

.big-title {
  margin: -0.16em 0 -0.18em 0;
  font-size: 82px;
  line-height: 1.1;
}
.big-title b {
  font-weight: inherit;
  color: var(--theme-color);
}

.normal-link {
  display: inline-block;
  color: var(--title-color);
  line-height: 14px;
  cursor: pointer;
}
.normal-link .ot-icon {
  height: 14px;
  width: 14px;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.normal-link img {
  display: inline-block;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.normal-link:hover {
  color: var(--theme-color);
}

.breadcumb-btns {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 22px;
  margin-top: 43px;
}

.breadcumb-wrapper {
  position: relative;
  z-index: 3;
}
.breadcumb-wrapper .breadcumb-inner {
  padding: 120px 0 80px 0;
}

@media (max-width: 1199px) {
  .big-title {
    font-size: 70px;
  }
  .breadcumb-wrapper .breadcumb-inner {
    padding: 100px 0 70px;
  }
}
@media (max-width: 991px) {
  .big-title {
    font-size: 64px;
  }
  .breadcumb-wrapper .breadcumb-inner {
    padding: 90px 0 70px;
  }
  .breadcumb-text {
    margin-top: 35px;
  }
  .breadcumb-menu {
    margin-bottom: 30px;
  }
  .breadcumb-title.h3 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .big-title {
    font-size: 48px;
    line-height: 1.2;
  }
  .breadcumb-title.h3 {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .breadcumb-subtitle {
    margin-bottom: 25px;
  }
  .breadcumb-btns {
    margin-top: 38px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .breadcumb-text {
    margin-top: 25px;
  }
  .big-title {
    font-size: 44px;
  }
}
@media (max-width: 375px) {
  .big-title {
    font-size: 40px;
  }
}
/*------------------- Simple Sections  -------------------*/
.contact-form-wrap {
  margin-bottom: 60px;
}
.contact-form {
  border-radius: 0;
  padding: 0;
  text-align: left;
  --bs-gutter-x: 30px;
}
.contact-form .row {
  --bs-gutter-x: 30px;
}
.contact-form .ot-btn {
  color: var(--white-color);
  width: auto;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.wpcf7 .form-check-group {
  display: block;
}
.wpcf7 .form-check-group > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.wpcf7 .form-check-group .wpcf7-list-item {
  margin: 0;
}
.wpcf7 .form-check-group input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  min-height: 20px;
  padding: 0 !important;
  border: 2px solid var(--title-color);
  border-radius: 99px;
  cursor: pointer;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}
.wpcf7 .form-check-group input[type=checkbox]:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
}
.wpcf7 .form-check-group input[type=checkbox]:hover {
  border-color: var(--theme-color);
}
.wpcf7 .form-check-group input[type=checkbox]:focus {
  border-color: var(--theme-color);
}
.wpcf7 .form-check-group input[type=checkbox]:checked {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.wpcf7 .form-check-group input[type=checkbox]:checked:after {
  opacity: 1;
}
.wpcf7 .form-check-group .wpcf7-list-item-label {
  margin-left: 2px;
}

.wpcf7 form .wpcf7-response-output {
  border: none;
  margin: 16px 0 0 0;
  padding: 0;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  color: var(--yellow-color);
}

.wpcf7 form.sent .wpcf7-response-output {
  color: var(--success-color);
}

.wpcf7-not-valid-tip {
  color: var(--error-color);
  font-size: 1em;
  margin-top: 4px;
}

.wpcf7-form {
  margin-bottom: 0;
}
.wpcf7-form p {
  margin-bottom: 0;
}
.wpcf7-form br {
  display: none;
}
.wpcf7-form .wpcf7-spinner {
  display: none;
}

.affwp-form textarea,
.affwp-form input {
  background-color: var(--smoke-color);
  border: 1px solid var(--ot-border-color);
}
.affwp-form textarea:focus,
.affwp-form input:focus {
  border: 1px solid var(--theme-color);
}
.affwp-form input.button {
  background-color: var(--theme-color) !important;
  color: var(--white-color) !important;
  border: none !important;
  width: auto !important;
  padding: 0 30px !important;
  height: 48px;
  border-radius: 12px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.affwp-form input.button:hover {
  background-color: var(--theme-color) !important;
  color: var(--white-color) !important;
}

.affwp-register-form {
  margin-bottom: 0;
}
.affwp-register-form fieldset p:last-child {
  margin-bottom: 0;
}
.affwp-register-form input.button {
  padding: 10px 30px !important;
  border-radius: 30px;
  background-color: var(--theme-color);
  color: var(--white-color);
}
.affwp-register-form legend {
  display: none;
}

.lost_reset_password .woocommerce-Button {
  background-color: var(--theme-color);
  color: var(--white-color);
  border: none;
  padding: 0 25px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 12px;
  height: 50px;
}
.lost_reset_password .woocommerce-Button:hover {
  background-color: var(--title-color);
}

.checklist ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.checklist li {
  font-size: 16px;
  font-weight: 400;
  color: var(--body-color);
  display: block;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-bottom: 10px;
  padding-left: 28px;
  position: relative;
}
.checklist li i {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid var(--body-color);
  border-radius: 99px;
  line-height: 17px;
  text-align: center;
  margin-right: 3px;
  position: absolute;
  top: 3px;
  left: 0;
}
.checklist li i svg {
  width: 10px;
  height: 10px;
}
.checklist li:last-child {
  margin-bottom: 0;
}

.post-container {
  max-width: 856px;
  margin-left: auto;
  margin-right: auto;
}

.post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
  margin-bottom: 16px;
  font-weight: 600;
}
.post-content h2 b, .post-content h3 b, .post-content h4 b, .post-content h5 b, .post-content h6 b {
  font-weight: 600;
}
.post-content h2 {
  font-size: 28px;
}
.post-content h3 {
  font-size: 22px;
}
.post-content h4 {
  font-size: 22px;
}
.post-content h5 {
  font-size: 20px;
}
.post-content h5 {
  font-size: 18px;
}
.post-content strong {
  font-weight: 500;
  color: var(--title-color);
}
.post-content > p {
  margin-bottom: 8px;
}
.post-content > p:last-child {
  margin-bottom: -0.2em;
}
.post-content p:has(+ h3, + h4, + h5, + h6) {
  margin-bottom: 30px;
}
.post-content ul {
  padding-left: 20px;
}
.post-content ul:has(+ h3, + h4, + h5, + h6) {
  margin-bottom: 30px;
}
.post-content dl dt {
  color: var(--title-color);
  font-weight: 500;
}

.rounded-16 {
  border-radius: 16px;
  overflow: hidden;
}

/*------------------- Faq  -------------------*/
.filter-menu-wrap .box-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
}
.filter-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 50px;
}
.filter-menu button {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--title-color);
  background-color: transparent;
  border: 1px solid var(--ot-border-color);
  padding: 12px 14px;
  border-radius: 12px;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.filter-menu button:hover {
  border-color: var(--title-color);
}
.filter-menu button.active {
  color: var(--white-color);
  background-color: var(--title-color);
  border-color: var(--title-color);
}
@media (max-width: 767px) {
  .filter-menu {
    gap: 5px;
  }
  .filter-menu button {
    padding: 12px;
  }
}

.faq-search-form .form-control {
  height: 56px;
  padding: 0 20px 0 48px;
  background-color: var(--smoke-color);
}
.faq-search-form .ot-icon {
  left: 20px;
  top: 20px;
}
.faq-search-form .ot-btn {
  min-width: 108px;
}

.accordion-card {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  overflow: hidden;
  background-color: transparent;
  text-align: left;
  position: relative;
  z-index: 3;
  border-radius: 0;
  margin-bottom: 40px;
  padding: 0;
}
.accordion-card:last-child {
  margin-bottom: 0;
}
.accordion-card .accordion-button {
  font-size: 18px;
  font-weight: 500;
  font-family: var(--title-font);
  border: 0;
  border-color: transparent;
  color: var(--title-color);
  background-color: transparent;
  border-radius: 0;
  padding: 0 16px 0 0;
  gap: 10px;
  margin-bottom: 0;
  text-align: left;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.accordion-card .accordion-button:after {
  content: "+";
  height: 20px;
  background-color: transparent;
  background-image: none;
  color: var(--title-color);
  font-weight: 400;
  font-size: 32px;
  line-height: 20px;
  display: grid;
  position: absolute;
  top: calc(50% - 12px);
  right: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.accordion-card .accordion-button:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.accordion-card .accordion-button:not(.collapsed) {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  color: var(--title-color);
}
.accordion-card .accordion-button:not(.collapsed):after {
  content: "_";
  -webkit-transform: rotate(180deg) translateY(-12px);
          transform: rotate(180deg) translateY(-12px);
  font-weight: 400;
  vertical-align: middle;
}
.accordion-card .accordion-collapse {
  border: none;
}
.accordion-card .accordion-body {
  border-radius: 0;
  border: none;
  padding: 12px 40px 0 0;
  margin-top: 0;
  font-weight: 400;
  color: var(--body-color);
}
.accordion-card .faq-text {
  font-size: 18px;
  margin-bottom: 0;
  color: var(--body-color);
}
.accordion-card .faq-text > p,
.accordion-card .faq-text > ul {
  margin-bottom: 0;
}
.accordion-card.active {
  border-color: var(--theme-color2);
}

.contact-box1 {
  background-color: var(--smoke-color);
  border-radius: 12px;
  padding: 30px;
}
.contact-box1 .box-title {
  margin-bottom: 16px;
}
.contact-box1 .box-text a {
  font-weight: 500;
  color: var(--title-color);
  text-decoration: underline;
}
.contact-box1 .box-text a:hover {
  color: var(--theme-color);
}
@media (max-width: 575px) {
  .contact-box1 {
    padding: 24px;
  }
}

#faqAccordion2 {
  max-width: 856px;
  margin: 0 auto;
}
#faqAccordion2 .accordion-card {
  background-color: var(--body-bg);
  border-radius: 16px;
  padding: 15px 30px;
  margin-bottom: 16px;
}
#faqAccordion2 .accordion-card:last-child {
  margin-bottom: 0;
}
#faqAccordion2 .accordion-card .faq-text {
  font-size: 18px;
  margin-top: 0;
}
@media (max-width: 575px) {
  #faqAccordion2 .accordion-card {
    padding: 10px 24px;
  }
}

/*------------------- Affiliate  -------------------*/
.affiliate-box {
  padding: 30px 20px 30px 30px;
  border-radius: 16px;
  background-color: #F9F9F9;
  height: 100%;
}
.affiliate-box .box-icon {
  margin-bottom: 80px;
}
.affiliate-box .box-title {
  margin-bottom: 8px;
}

.cta-box2 {
  padding: 40px;
  border-radius: 16px;
  background-color: #F9F8FF;
  background-size: auto;
  background-position: bottom right;
}
@media (max-width: 575px) {
  .cta-box2 {
    padding: 40px 20px;
  }
}

.refer-box {
  background-color: #F9F9F9;
  padding: 20px;
  border-radius: 16px;
  position: relative;
  z-index: 2;
}
.refer-box .title {
  color: var(--title-color);
  font-weight: 500;
  margin-bottom: 54px;
}
.refer-box .box-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: -1;
  pointer-events: none;
}
.refer-box .box-title2 {
  font-weight: 500;
  text-align: center;
  background-color: #EAE4FE;
  border-radius: 10px;
  padding: 10px;
  margin: 0 0 12px 0;
}
.refer-box .box-list ul {
  padding-left: 20px;
  margin: 0;
}
.refer-box .box-list li {
  line-height: 1.5;
}

.partner-slider .slick-slide {
  padding: 0 8px;
}
.partner-slider .h2 {
  display: inline-block;
  font-weight: 500;
  padding: 18px 24px;
  border-radius: 20px;
  margin: 0;
}
.partner-slider .h2 a {
  color: inherit;
}
.partner-slider .h2 a:hover {
  color: var(--theme-color);
}
@media (max-width: 767px) {
  .partner-slider .slick-slide {
    padding: 0 4px;
  }
  .partner-slider .h2 {
    font-size: 20px;
    padding: 8px 12px;
    border-radius: 12px;
  }
}

.aff-process-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  max-width: 1078px;
  margin: 0 auto;
}
.aff-process-wrap, .aff-process-img {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
}
.aff-process-img {
  position: relative;
  z-index: 2;
  aspect-ratio: 524/587;
  overflow: hidden;
}
.aff-process-img .lottie {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  background-color: #F9F9F9;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: 0.4s cubic-bezier(0.05, 0.95, 0.59, 1.02);
  transition: 0.4s cubic-bezier(0.05, 0.95, 0.59, 1.02);
}
.aff-process-img .lottie img {
  width: 100%;
}
.aff-process-img .lottie.removed-item {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.aff-process-img .lottie.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.aff-process-img .lottie-animation {
  height: 100%;
  width: 100%;
}
.aff-process-list {
  position: relative;
  z-index: 2;
}
.aff-process-list:before {
  content: "";
  position: absolute;
  top: 0;
  left: 14px;
  border-left: 1px dotted var(--theme-color);
  height: 84%;
  z-index: -1;
}
.aff-process {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  margin-bottom: 35px;
}
.aff-process:last-child {
  margin-bottom: 0;
}
.aff-process .box-icon {
  width: 28px;
  height: 28px;
  min-width: 28px;
  line-height: 32px;
  background-color: #EAE4FE;
  border-radius: 8px;
  text-align: center;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.aff-process .box-icon i {
  display: inline-block;
  height: 15px;
  width: 15px;
  background-color: var(--theme-color);
  clip-path: path("M7.5 0L8.47612 3.90449C8.6666 4.66639 8.76183 5.04733 8.96019 5.35732C9.13564 5.63151 9.36849 5.86436 9.64268 6.03981C9.95267 6.23817 10.3336 6.3334 11.0955 6.52388L15 7.5L11.0955 8.47612C10.3336 8.6666 9.95267 8.76183 9.64268 8.96019C9.36849 9.13564 9.13564 9.36849 8.96019 9.64268C8.76183 9.95267 8.6666 10.3336 8.47612 11.0955L7.5 15L6.52388 11.0955C6.3334 10.3336 6.23817 9.95267 6.03981 9.64268C5.86436 9.36849 5.63151 9.13564 5.35732 8.96019C5.04733 8.76183 4.66639 8.6666 3.90449 8.47612L0 7.5L3.90449 6.52388C4.66639 6.3334 5.04733 6.23817 5.35732 6.03981C5.63151 5.86436 5.86436 5.63151 6.03981 5.35732C6.23817 5.04733 6.3334 4.66639 6.52388 3.90449L7.5 0Z");
}
.aff-process .box-title {
  margin: -5px 0 8px 0;
}
.aff-process .box-text {
  margin: 0;
}
.aff-process.style-active .box-icon, .aff-process.active .box-icon {
  background-color: var(--theme-color);
}
.aff-process.style-active .box-icon i, .aff-process.active .box-icon i {
  background-color: var(--white-color);
}
@media (max-width: 991px) {
  .aff-process-area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px;
  }
  .aff-process-img, .aff-process-wrap {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}
@media (max-width: 575px) {
  .aff-process {
    gap: 16px;
  }
}

.aff-process-wrapper {
  position: relative;
}

.aff-process-sec {
  position: sticky;
  top: 120px;
  min-height: 590px;
}
@media (max-width: 991px) {
  .aff-process-sec {
    top: -110px;
  }
}

/*------------------- my account  -------------------*/
.my-account-page {
  --navigation-width: 260px;
  --header-height: 76px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F9F9F9;
}
.my-account-page .entry-footer,
.my-account-page .entry-header {
  display: none;
}
.my-account-page.admin-bar .woocommerce-MyAccount-navigation {
  top: 32px;
}
.my-account-page.admin-bar .dashboard-top-header {
  margin-top: 32px;
}
.my-account-page.has-minimized-nav {
  --navigation-width: 76px;
}
.my-account-page.has-minimized-nav .dashboard-top-header .left-content {
  margin-left: 10px;
}
.my-account-page.has-show-nav {
  --navigation-width: 100%;
}
.my-account-page .site {
  position: relative;
}
.my-account-page .customization-form-area {
  border: none !important;
}
.my-account-page .customization-form {
  --bs-gutter-x: 20px;
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  padding: 30px 30px 30px 40px;
}
.my-account-page .csm-box5-wrap {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
}
.my-account-page .csm-box5-wrap:before, .my-account-page .csm-box5-wrap:after {
  display: none;
}
.my-account-page .csm-img-slider-wrap {
  margin-top: 60px;
}
.my-account-page .woocommerce-message,
.my-account-page .woocommerce-error,
.my-account-page .woocommerce-info {
  margin: 0 auto 24px auto;
  padding: 9px 16px;
}
@media (max-width: 991px) {
  .my-account-page .customization-form {
    padding: 40px 0 0 0;
  }
}
@media (max-width: 767px) {
  .my-account-page {
    --header-height: 60px;
  }
}

.my-account-content-inner {
  padding: 24px;
}
@media (max-width: 767px) {
  .my-account-content-inner {
    padding: 16px;
  }
}

.myaccount-access-themeclub .filter-box .fee-switcher {
  display: none;
}
.myaccount-access-themeclub .filter-box-area {
  margin-bottom: 26px;
}

.woocommerce-account.nav-open {
  overflow: hidden;
}
.woocommerce-account.nav-open .nav-backdrop {
  opacity: 1;
  visibility: visible;
}
.woocommerce-account .nav-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 998;
  display: none;
}
@media (max-width: 991px) {
  .woocommerce-account .nav-backdrop {
    display: block;
  }
}

.my-account-page-inner {
  min-height: calc(100dvh - var(--header-height) - 48px);
  background-color: var(--body-bg);
  border: 1px solid #F1F1F1;
  border-radius: 10px;
  padding: 24px;
  position: relative;
  z-index: 2;
}
@media (max-width: 575px) {
  .my-account-page-inner {
    padding: 16px;
  }
}

.myaccount-add-payment-method .button,
.myaccount-payment-methods .button {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  padding: 12px 14px;
  background-color: var(--theme-color);
  border-radius: 10px;
  color: var(--white-color);
  border: none;
}
.myaccount-add-payment-method .button:hover,
.myaccount-payment-methods .button:hover {
  background-color: var(--title-color);
}

.dashboard-cards-area {
  min-height: calc(100dvh - var(--header-height) * 2);
  padding: 70px 34px;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
}
.dashboard-cards-area .dashboard-main-title {
  font-size: 38px;
  font-weight: 500;
  margin-bottom: 42px;
  background: -webkit-gradient(linear, left top, right top, from(#A189FF), to(#704EF9));
  background: linear-gradient(90deg, #A189FF 0%, #704EF9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.dashboard-cards-area .dashboard-main-title span {
  font-weight: 600;
}
@media (max-width: 1299px) {
  .dashboard-cards-area {
    padding: 70px 0;
  }
}
@media (max-width: 991px) {
  .dashboard-cards-area .dashboard-main-title {
    font-size: 30px;
    margin-bottom: 26px;
  }
}
.dashboard-cards .container-fluid {
  padding: 0;
}

.dashboard-card {
  background: var(--body-bg);
  border-radius: 16px;
  -webkit-box-shadow: 0 4px 24px 0 rgba(224, 227, 235, 0.2);
          box-shadow: 0 4px 24px 0 rgba(224, 227, 235, 0.2);
  padding: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  height: 100%;
  min-height: 285px;
  display: grid;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  position: relative;
  overflow: hidden;
}
.dashboard-card .box-title {
  margin-top: 0;
  font-size: 18px;
  font-weight: 500;
}
.dashboard-card .card-link {
  display: inline-block;
  width: 62px;
  height: 62px;
  line-height: 59px;
  border: 1px solid #F1F1F1;
  background: #F6F7FA;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: var(--title-color);
  text-align: center;
}
.dashboard-card .card-link .ot-icon {
  width: 20px;
  height: 20px;
}
.dashboard-card .card-link:hover {
  color: var(--theme-color);
}
.dashboard-card:hover {
  -webkit-box-shadow: 0 4px 104px 0 rgba(62, 63, 66, 0.16);
          box-shadow: 0 4px 104px 0 rgba(62, 63, 66, 0.16);
}
@media (max-width: 991px) {
  .dashboard-card {
    min-height: 200px;
  }
}

.add-user-btn {
  font-weight: 400;
}
.add-user-btn i {
  font-style: normal;
  display: inline-block;
  margin-right: 4px;
  font-size: 1.3em;
  line-height: 0;
}

.manage-users-header {
  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: 30px;
}
.manage-users-header .box-title2 {
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 5px 0;
}
.manage-users-header .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.manage-users-header .form-control {
  height: 38px;
  font-size: 13px;
  padding: 0 16px;
  max-width: 100%;
  width: 300px;
}
.manage-users-header .form-group {
  position: relative;
  z-index: 3;
}
.manage-users-header .form-group .ot-icon {
  top: 12px;
  max-width: 14px;
  color: var(--light-color);
  opacity: 0.6;
}
@media (max-width: 767px) {
  .manage-users-header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 10px;
  }
  .manage-users-header .right {
    width: 100%;
  }
  .manage-users-header .form-control {
    width: 100%;
  }
  .manage-users-header .users-search {
    width: calc(100% - 124px);
  }
}

.users-group-wrap {
  margin-top: 20px;
}
.users-group-wrap .no-users {
  margin: 10px 0 0 12px;
}
.users-group-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--smoke-color);
  border-radius: 8px;
  padding: 8px 12px;
}
.users-group-header .th {
  font-size: 14px;
  color: var(--light-color);
}
.users-group-header .th:first-of-type {
  -webkit-box-flex: 316px;
      -ms-flex: 316px;
          flex: 316px;
}
.users-group-header .th:nth-child(2) {
  -webkit-box-flex: 390px;
      -ms-flex: 390px;
          flex: 390px;
}
.users-group-header .th:nth-child(3) {
  -webkit-box-flex: 243px;
      -ms-flex: 243px;
          flex: 243px;
}
.users-group-header .th:nth-child(4) {
  -webkit-box-flex: 80px;
      -ms-flex: 80px;
          flex: 80px;
}
.users-group .user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  border-bottom: 1px solid var(--ot-border-color);
}
.users-group .user .td {
  font-size: 14px;
  font-weight: 500;
  color: var(--title-color);
}
.users-group .user .td .email,
.users-group .user .td .date {
  display: none;
  margin: 3px 0 0 0;
  color: var(--light-color);
}
.users-group .user .td .email b,
.users-group .user .td .date b {
  color: var(--title-color);
  font-weight: 500;
}
.users-group .user .td .name {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}
.users-group .user .td .avater {
  border-radius: 99px;
  overflow: hidden;
}
.users-group .user .td .avater img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.users-group .user .td .avater .ot-icon {
  width: 30px;
  height: 30px;
}
.users-group .user .td:first-of-type {
  -webkit-box-flex: 316px;
      -ms-flex: 316px;
          flex: 316px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.users-group .user .td:nth-child(2) {
  -webkit-box-flex: 390px;
      -ms-flex: 390px;
          flex: 390px;
}
.users-group .user .td:nth-child(3) {
  -webkit-box-flex: 243px;
      -ms-flex: 243px;
          flex: 243px;
}
.users-group .user .td:nth-child(4) {
  -webkit-box-flex: 80px;
      -ms-flex: 80px;
          flex: 80px;
}
@media (max-width: 767px) {
  .users-group-header {
    display: none;
  }
  .users-group .user .td .name {
    margin-top: -0.4em;
  }
  .users-group .user .td .date, .users-group .user .td .email {
    display: block;
  }
  .users-group .user .td:first-of-type {
    -webkit-box-flex: 90%;
        -ms-flex: 90%;
            flex: 90%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .users-group .user .td:last-of-type {
    -webkit-box-flex: 10%;
        -ms-flex: 10%;
            flex: 10%;
  }
  .users-group .user .td:nth-child(2) {
    display: none;
  }
  .users-group .user .td:nth-child(3) {
    display: none;
  }
}

#add-seat-user-form {
  --bs-gutter-x: 20px ;
}

.delete-alert {
  text-align: center;
  padding-bottom: 24px;
  margin-top: 16px;
  border-bottom: 1px solid var(--ot-border-color);
}
.delete-alert .ot-icon {
  color: var(--error-color);
  width: 32px;
  height: 32px;
  margin-bottom: 16px;
}
.delete-alert .box-title2 {
  margin-bottom: 10px;
}
.delete-alert .box-text {
  max-width: 320px;
  margin: 0 auto;
}

.delete-modal .link-btn {
  color: var(--title-color);
}
.delete-modal .link-btn:before {
  display: none;
}
.delete-modal .ot-btn {
  background-color: var(--error-color);
}
.delete-modal .ot-btn:hover {
  background-color: rgb(193, 0, 0);
}

.license-box {
  padding: 14px;
  border: 1px solid var(--ot-border-color);
  border-radius: 20px;
}
.license-box .box-img {
  border-radius: 14px;
  background-color: #F9F9F9;
  text-align: center;
  padding: 24px 24px 0 24px;
}
.license-box .box-content {
  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;
  padding: 16px 0 4px 0;
}
.license-box .box-title {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
.license-box .license-download {
  position: relative;
  z-index: 2;
}
.license-box .license-download .ot-icon {
  margin-left: 3px;
}
.license-box .license-download:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 22px);
  height: 1.5px;
  background-color: var(--theme-color);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.license-box .license-download:hover {
  color: var(--theme-color);
}
.license-box .license-download:hover:after {
  width: 100%;
}

.woocommerce-page .account-payment-methods-table {
  border: none !important;
}
.woocommerce-page .account-payment-methods-table thead tr:first-child th {
  font-size: 14px;
  font-weight: 400;
  color: var(--light-color);
  border: none;
  background-color: #f9f9f9;
  padding: 8px 12px;
  border: none;
}
.woocommerce-page .account-payment-methods-table thead tr:first-child th:first-child {
  border-radius: 8px 0 0 8px;
}
.woocommerce-page .account-payment-methods-table tbody th, .woocommerce-page .account-payment-methods-table tbody td {
  font-size: 14px;
  font-weight: 400;
  color: var(--title-color);
  padding: 14px 12px;
  border: none;
  border-bottom: 1px solid var(--ot-border-color);
}

@-webkit-keyframes pulse {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@keyframes pulse {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media print {
  .woocommerce-MyAccount-navigation,
  .dashboard-mobile-header,
  .navigation-toggle,
  .mobile-menu-toggle,
  .nav-backdrop {
    display: none !important;
  }
  .woocommerce-MyAccount-content {
    width: 100%;
    padding: 0;
  }
}
.navigation-header {
  padding: 24px 14px 24px 14px;
  height: var(--header-height);
  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;
  border-bottom: 1px solid var(--ot-border-color);
  max-width: 100%;
  position: relative;
  z-index: 3;
}
.navigation-header > a {
  line-height: 1;
}
.navigation-header > a > div {
  line-height: 1;
}
.navigation-header .icon-logo {
  display: none;
}
.navigation-header .full-logo {
  display: inline-block;
}

.navigation-logo {
  display: block;
}
.navigation-logo img {
  display: block;
  height: auto;
}

.navigation-toggle {
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
  position: relative;
  z-index: 1000;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  line-height: 1;
}
.navigation-toggle.active {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  position: absolute;
  top: calc(50% - 8px);
  left: calc(100% + 12px);
}
.navigation-toggle:hover {
  color: var(--theme-color);
}

.navigation-menu {
  padding: 24px 14px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.navigation-heading {
  padding: 0 12px 8px 12px;
  font-size: 12px;
  font-weight: 500;
  color: #8B8B8C;
  text-transform: uppercase;
}

.woocommerce-MyAccount-navigation-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
  padding: 7px 12px;
  color: var(--title-color);
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  border-radius: 10px;
}
.woocommerce-MyAccount-navigation-link .ot-icon {
  width: 18px;
  height: 18px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.woocommerce-MyAccount-navigation-link span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.woocommerce-MyAccount-navigation-link:hover {
  color: var(--theme-color);
}
.woocommerce-MyAccount-navigation-link.is-active {
  background: var(--theme-color);
  color: var(--white-color);
  position: relative;
}
.woocommerce-MyAccount-navigation-link.is-active img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.woocommerce-MyAccount-navigation-link.loading {
  opacity: 0.6;
  pointer-events: none;
}

.navigation-support {
  margin: 20px 14px;
  border-radius: 10px;
  border: 1px solid var(--ot-border-color);
  background-color: var(--smoke-color);
  text-align: left;
}
.navigation-support .support-content {
  background-color: var(--body-bg);
  border-radius: 10px;
  border-bottom: 1px solid var(--ot-border-color);
  -webkit-box-shadow: 0px 1px 4px rgba(195, 195, 195, 0.25);
          box-shadow: 0px 1px 4px rgba(195, 195, 195, 0.25);
  padding: 16px;
}
.navigation-support .support-icon .icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: var(--body-bg);
  border: 1px solid #E7E7E7;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.04);
  border-radius: 99px;
  color: var(--theme-color);
  text-align: center;
}
.navigation-support .support-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}
.navigation-support .support-icon .ot-icon {
  width: 20px;
  height: 20px;
  color: var(--theme-color);
}
.navigation-support .support-title {
  font-size: 16px;
  font-weight: 500;
  color: var(--title-color);
  margin: 0;
}
.navigation-support .support-text {
  font-size: 14px;
  color: var(--body-color);
  margin: 0;
  line-height: 1.4;
}
.navigation-support .box-link {
  padding: 12px 16px;
  line-height: 1;
}
.navigation-support .support-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  color: var(--theme-color);
  text-decoration: underline;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navigation-support .support-link .ot-icon {
  width: 7px;
}
.navigation-support .support-link:hover {
  gap: 8px;
  text-decoration: none;
}

.navigation-footer {
  margin: 0 14px;
}
.navigation-footer .navigation-footer-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
  padding: 7px 12px;
  color: var(--title-color);
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  border-radius: 10px;
}
.navigation-footer .navigation-footer-link .ot-icon {
  width: 18px;
  height: 18px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.navigation-footer .navigation-footer-link span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.navigation-footer .navigation-footer-link:hover {
  background: rgba(var(--theme-color), 0.05);
  color: var(--theme-color);
}
.navigation-footer .navigation-footer-link.is-active {
  background: var(--theme-color);
  color: var(--white-color);
  position: relative;
}

.woocommerce-MyAccount-content {
  margin-top: var(--header-height);
  margin-left: var(--navigation-width);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0;
  background: var(--smoke-color);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .woocommerce-MyAccount-content {
    margin-left: 0;
  }
}

.dashboard-header-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.dashboard-header-btns .box-icon {
  position: relative;
  z-index: 2;
  background-color: transparent;
  border: none;
  padding: 0;
}
.dashboard-header-btns .box-icon .icon-user {
  width: 16px;
  height: 18px;
}
.dashboard-header-btns .box-icon .icon-notification {
  width: 18px;
  height: 20px;
}

.dashboard-top-header {
  position: fixed;
  top: 0;
  left: var(--navigation-width);
  height: var(--header-height);
  width: calc(100% - var(--navigation-width));
  padding: 10px 32px;
  background: var(--white-color);
  border-bottom: 1px solid var(--ot-border-color);
  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;
  z-index: 10;
}
.dashboard-top-header .dashboard-menu-toggle {
  border: none;
  padding: 0;
  background-color: transparent;
  display: none;
  gap: 4px;
}
.dashboard-top-header .dashboard-menu-toggle span {
  width: 18px;
  height: 2px;
  background-color: var(--title-color);
  border-radius: 90px;
  display: block;
}
.dashboard-top-header .dashboard-title {
  font-size: 20px;
  font-weight: 500;
  color: var(--title-color);
  margin: 0 0 4px;
}
.dashboard-top-header .dashboard-subtitle {
  font-size: 15px;
  color: var(--body-color);
  margin: 0;
  opacity: 0.8;
}
@media (max-width: 767px) {
  .dashboard-top-header {
    left: 0;
    width: 100%;
    padding: 10px 16px;
  }
  .dashboard-top-header .dashboard-menu-toggle {
    display: grid;
  }
  .dashboard-top-header .left-content {
    margin-right: auto;
    padding-left: 16px;
  }
  .dashboard-top-header .dashboard-title {
    margin-bottom: 0;
    font-size: 16px;
  }
  .dashboard-top-header .dashboard-subtitle {
    display: none;
  }
}

.woocommerce-MyAccount-navigation {
  width: var(--navigation-width);
  background: var(--white-color);
  border-right: 1px solid var(--ot-border-color);
  position: fixed;
  top: 0;
  left: 0;
  height: 100dvh;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  z-index: 999;
}
.woocommerce-MyAccount-navigation .navigation-bottom {
  overflow: hidden;
}
.woocommerce-MyAccount-navigation .navigation-menu-wrap {
  overflow-x: hidden;
  overflow-y: auto;
}
.woocommerce-MyAccount-navigation .navigation-close {
  padding: 0;
  border: none;
  background-color: transparent;
  border-radius: 0;
  display: none;
}
.woocommerce-MyAccount-navigation .navigation-close .ot-icon {
  width: 14px;
  height: 14px;
}
.woocommerce-MyAccount-navigation::-webkit-scrollbar {
  width: 6px;
}
.woocommerce-MyAccount-navigation::-webkit-scrollbar-track {
  background: var(--light-color);
}
.woocommerce-MyAccount-navigation::-webkit-scrollbar-thumb {
  background: var(--ot-border-color);
  border-radius: 3px;
}
.woocommerce-MyAccount-navigation::-webkit-scrollbar-thumb:hover {
  background: var(--theme-color);
}
.woocommerce-MyAccount-navigation.minimized-nav .navigation-header {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.woocommerce-MyAccount-navigation.minimized-nav .navigation-header .icon-logo {
  display: inline-block;
}
.woocommerce-MyAccount-navigation.minimized-nav .navigation-header .full-logo {
  display: none;
}
.woocommerce-MyAccount-navigation.minimized-nav .navigation-heading {
  display: none;
}
.woocommerce-MyAccount-navigation.minimized-nav .woocommerce-MyAccount-navigation-link {
  padding: 12px;
  max-width: 42px;
}
.woocommerce-MyAccount-navigation.minimized-nav .woocommerce-MyAccount-navigation-link span {
  display: none;
  visibility: hidden;
  opacity: 0;
}
.woocommerce-MyAccount-navigation.minimized-nav .navigation-footer .navigation-footer-link {
  padding: 12px;
  max-width: 42px;
}
.woocommerce-MyAccount-navigation.minimized-nav .navigation-footer .navigation-footer-link span {
  display: none;
  visibility: hidden;
  opacity: 0;
}
.woocommerce-MyAccount-navigation.minimized-nav .navigation-support {
  padding: 0;
  border: none;
  border-radius: 0;
}
.woocommerce-MyAccount-navigation.minimized-nav .navigation-support .support-content {
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.woocommerce-MyAccount-navigation.minimized-nav .navigation-support .support-icon {
  margin-bottom: 0;
}
.woocommerce-MyAccount-navigation.minimized-nav .navigation-support .box-link,
.woocommerce-MyAccount-navigation.minimized-nav .navigation-support .support-text,
.woocommerce-MyAccount-navigation.minimized-nav .navigation-support .support-title {
  display: none;
}
@media (max-width: 767px) {
  .woocommerce-MyAccount-navigation {
    left: -100%;
  }
  .woocommerce-MyAccount-navigation .navigation-toggle {
    display: none;
  }
  .woocommerce-MyAccount-navigation.show-nav {
    left: 0;
  }
  .woocommerce-MyAccount-navigation.show-nav .navigation-close {
    display: inline-block;
  }
}

.myaccount-navigation-wrapper {
  padding: 0 0 18px 0;
  height: 100%;
  display: grid;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
@media (max-width: 991px) {
  .myaccount-navigation-wrapper.active .navigation-menu {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

.myaccount-navigation-scroll {
  height: 100%;
}
@media (max-height: 866px) {
  .myaccount-navigation-scroll {
    overflow-y: auto;
  }
  .myaccount-navigation-scroll .myaccount-navigation-wrapper {
    min-height: 850px;
  }
}

/* For Webkit browsers (Chrome, Safari, Edge) */
.myaccount-navigation-scroll::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.myaccount-navigation-scroll::-webkit-scrollbar-track {
  background: var(--smoke-color);
  border-radius: 3px;
}

.myaccount-navigation-scroll::-webkit-scrollbar-thumb {
  background: var(--light-color);
  border-radius: 3px;
}

.myaccount-navigation-scroll::-webkit-scrollbar-thumb:hover {
  background: var(--gray-color);
}

/* For Firefox */
.myaccount-navigation-scroll {
  scrollbar-width: thin;
  scrollbar-color: var(--light-color) var(--smoke-color);
}

.myaccount-inner-top {
  gap: 30px;
  margin-bottom: 20px;
}
.myaccount-inner-top .box-title2 {
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 5px 0;
}
.myaccount-inner-top .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.myaccount-inner-top .form-control {
  height: 38px;
  font-size: 13px;
  padding: 0 16px;
  max-width: 100%;
  width: 300px;
}
.myaccount-inner-top .form-group {
  position: relative;
  z-index: 3;
}
.myaccount-inner-top .form-group .ot-icon {
  top: 12px;
  max-width: 14px;
  color: var(--light-color);
  opacity: 0.6;
}
@media (max-width: 767px) {
  .myaccount-inner-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 15px;
  }
  .myaccount-inner-top .right {
    width: 100%;
  }
  .myaccount-inner-top .form-control {
    width: 100%;
  }
  .myaccount-inner-top .inner-top-search {
    width: 100%;
  }
}

.woocommerce-view-subscription header h2 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: 30px;
}

.woocommerce table.woocommerce-orders-table {
  border: none;
}
.woocommerce table.woocommerce-orders-table .woocommerce-orders-table__cell-order-product {
  position: relative;
  z-index: 2;
}
.woocommerce table.woocommerce-orders-table .order-extra-toggle {
  display: none;
  width: 24px;
  height: 24px;
  line-height: 20px;
  background-color: var(--smoke-color);
  border: 1px solid var(--ot-border-color);
  border-radius: 100px;
  color: var(--title-color);
  text-align: center;
}
.woocommerce table.woocommerce-orders-table .order-extra-toggle .ot-icon {
  max-width: 11px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.woocommerce table.woocommerce-orders-table .order-extra-toggle.active .ot-icon {
  -webkit-transform: rotate(180deg) translateY(2px);
          transform: rotate(180deg) translateY(2px);
}
@media (max-width: 767px) {
  .woocommerce table.woocommerce-orders-table .order-extra-toggle {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 14px;
  }
}
.woocommerce table.woocommerce-orders-table .icon-webflow {
  color: #146EF5;
}
.woocommerce table.woocommerce-orders-table .product-name-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.woocommerce table.woocommerce-orders-table .plan-type-badge {
  font-size: 12px;
  font-weight: 500;
  padding: 0px 8px;
  background-color: #F1EEFF;
  border-radius: 99px;
  line-height: 20px;
  color: var(--theme-color);
}
.woocommerce table.woocommerce-orders-table .plan-type-badge .ot-icon {
  width: 11px;
  margin-right: 4px;
}
.woocommerce table.woocommerce-orders-table .plan-type-badge .ot-icon.icon-agency {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.woocommerce table.woocommerce-orders-table .plan-type-badge.plan-type-pro {
  background-color: #FFF3EB;
  color: #FA7319;
}
.woocommerce table.woocommerce-orders-table .plan-type-badge.plan-type-free {
  background-color: #F4F4F4;
  color: #5C5C5C;
}
.woocommerce table.woocommerce-orders-table .th,
.woocommerce table.woocommerce-orders-table th,
.woocommerce table.woocommerce-orders-table td {
  font-size: 14px;
  font-weight: 500;
  border: none;
  padding: 18px 12px;
  text-align: left;
  color: var(--body-color);
}
.woocommerce table.woocommerce-orders-table .th a,
.woocommerce table.woocommerce-orders-table th a,
.woocommerce table.woocommerce-orders-table td a {
  color: inherit;
}
.woocommerce table.woocommerce-orders-table .th.woocommerce-orders-table__cell-order-number,
.woocommerce table.woocommerce-orders-table th.woocommerce-orders-table__cell-order-number,
.woocommerce table.woocommerce-orders-table td.woocommerce-orders-table__cell-order-number {
  font-weight: 600;
  color: var(--title-color);
}
.woocommerce table.woocommerce-orders-table .th.woocommerce-orders-table__cell-order-total,
.woocommerce table.woocommerce-orders-table th.woocommerce-orders-table__cell-order-total,
.woocommerce table.woocommerce-orders-table td.woocommerce-orders-table__cell-order-total {
  font-size: 0;
}
.woocommerce table.woocommerce-orders-table .th.woocommerce-orders-table__cell-order-total .woocommerce-Price-amount,
.woocommerce table.woocommerce-orders-table th.woocommerce-orders-table__cell-order-total .woocommerce-Price-amount,
.woocommerce table.woocommerce-orders-table td.woocommerce-orders-table__cell-order-total .woocommerce-Price-amount {
  font-size: 14px;
}
.woocommerce table.woocommerce-orders-table tbody th, .woocommerce table.woocommerce-orders-table tbody td,
.woocommerce table.woocommerce-orders-table tfoot th,
.woocommerce table.woocommerce-orders-table tfoot td {
  border: none;
  border-bottom: 1px solid var(--ot-border-color);
}
.woocommerce table.woocommerce-orders-table tbody th:last-child, .woocommerce table.woocommerce-orders-table tbody td:last-child,
.woocommerce table.woocommerce-orders-table tfoot th:last-child,
.woocommerce table.woocommerce-orders-table tfoot td:last-child {
  border-right: none;
}
.woocommerce table.woocommerce-orders-table tbody tr:last-child th, .woocommerce table.woocommerce-orders-table tbody tr:last-child td,
.woocommerce table.woocommerce-orders-table tfoot tr:last-child th,
.woocommerce table.woocommerce-orders-table tfoot tr:last-child td {
  border-bottom: none;
}
.woocommerce table.woocommerce-orders-table thead {
  position: relative;
  z-index: 2;
}
.woocommerce table.woocommerce-orders-table thead tr:first-child th {
  font-weight: 500;
}
.woocommerce table.woocommerce-orders-table thead tr:first-child th, .woocommerce table.woocommerce-orders-table thead tr:first-child td {
  padding: 8px 12px !important;
  border: none !important;
  background-color: #F7F7F7;
  color: #5C5C5C;
  text-align: left;
}
.woocommerce table.woocommerce-orders-table thead tr:first-child th:last-child, .woocommerce table.woocommerce-orders-table thead tr:first-child td:last-child {
  border-right: none !important;
  border-radius: 0 8px 8px 0;
}
.woocommerce table.woocommerce-orders-table thead tr:first-child th:first-child, .woocommerce table.woocommerce-orders-table thead tr:first-child td:first-child {
  border-radius: 8px 0 0 8px;
}
.woocommerce table.woocommerce-orders-table .order-status-badge {
  display: inline-block;
  padding: 2px 6px;
  border-radius: 6px;
  line-height: 20px;
}
.woocommerce table.woocommerce-orders-table .order-status-badge:before {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  margin-right: 1px;
  display: inline-block;
}
.woocommerce table.woocommerce-orders-table .status-completed {
  color: #1FC16B;
  background-color: #E0FAEC;
}
.woocommerce table.woocommerce-orders-table .status-completed:before {
  content: url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 12C2.6862 12 0 9.3138 0 6C0 2.6862 2.6862 0 6 0C9.3138 0 12 2.6862 12 6C12 9.3138 9.3138 12 6 12ZM5.4018 8.4L9.6438 4.1574L8.7954 3.309L5.4018 6.7032L3.7044 5.0058L2.856 5.8542L5.4018 8.4Z" fill="%231FC16B"/></svg>');
}
.woocommerce table.woocommerce-orders-table .status-active {
  color: #704EF9;
  background-color: #F1EEFF;
}
.woocommerce table.woocommerce-orders-table .status-active:before {
  content: url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 12C2.6862 12 0 9.3138 0 6C0 2.6862 2.6862 0 6 0C9.3138 0 12 2.6862 12 6C12 9.3138 9.3138 12 6 12ZM5.4018 8.4L9.6438 4.1574L8.7954 3.309L5.4018 6.7032L3.7044 5.0058L2.856 5.8542L5.4018 8.4Z" fill="%23704EF9"/></svg>');
}
.woocommerce table.woocommerce-orders-table .status-pending-cancel,
.woocommerce table.woocommerce-orders-table .status-pending-cancellation,
.woocommerce table.woocommerce-orders-table .status-pending,
.woocommerce table.woocommerce-orders-table .status-pending-payment,
.woocommerce table.woocommerce-orders-table .status-processing {
  color: #FA7319;
  background-color: #FFF3EB;
}
.woocommerce table.woocommerce-orders-table .status-pending-cancel:before,
.woocommerce table.woocommerce-orders-table .status-pending-cancellation:before,
.woocommerce table.woocommerce-orders-table .status-pending:before,
.woocommerce table.woocommerce-orders-table .status-pending-payment:before,
.woocommerce table.woocommerce-orders-table .status-processing:before {
  content: url('data:image/svg+xml,<svg width="12" height="11" viewBox="0 0 12 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.49364 0.288264L11.9236 9.8018C11.9737 9.88945 12 9.98888 12 10.0901C12 10.1913 11.9737 10.2907 11.9236 10.3784C11.8736 10.466 11.8017 10.5388 11.715 10.5894C11.6283 10.64 11.5301 10.6667 11.43 10.6667H0.570004C0.469946 10.6667 0.371652 10.64 0.285 10.5894C0.198348 10.5388 0.126392 10.466 0.0763644 10.3784C0.0263365 10.2907 -6.35474e-07 10.1913 0 10.0901C6.35497e-07 9.98888 0.0263391 9.88945 0.076368 9.8018L5.50636 0.288264C5.5564 0.200619 5.62835 0.12784 5.715 0.0772393C5.80165 0.0266388 5.89995 0 6 0C6.10005 0 6.19835 0.0266388 6.285 0.0772393C6.37165 0.12784 6.4436 0.200619 6.49364 0.288264ZM5.42998 7.78378V8.93693H6.57002V7.78378H5.42998ZM5.42998 3.74773V6.63062H6.57002V3.74773H5.42998Z" fill="%23FA7319"/></svg>');
}
.woocommerce table.woocommerce-orders-table .status-cancelled,
.woocommerce table.woocommerce-orders-table .status-failed {
  color: #FB3748;
  background-color: #FFEBEC;
}
.woocommerce table.woocommerce-orders-table .status-cancelled:before,
.woocommerce table.woocommerce-orders-table .status-failed:before {
  content: url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 12C2.6862 12 0 9.3138 0 6C0 2.6862 2.6862 0 6 0C9.3138 0 12 2.6862 12 6C12 9.3138 9.3138 12 6 12ZM5.4 7.8V9H6.6V7.8H5.4ZM5.4 3V6.6H6.6V3H5.4Z" fill="%23FB3748"/></svg>');
}
.woocommerce table.woocommerce-orders-table .status-on-hold {
  color: #5C5C5C;
  background-color: #F5F5F5;
}
.woocommerce table.woocommerce-orders-table .status-on-hold:before {
  content: url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 12C2.6862 12 0 9.3138 0 6C0 2.6862 2.6862 0 6 0C9.3138 0 12 2.6862 12 6C12 9.3138 9.3138 12 6 12ZM3.9138 3.0654C3.58604 3.29915 3.29952 3.58587 3.066 3.9138L8.0868 8.9346C8.41477 8.7009 8.7015 8.41418 8.9352 8.0862L3.9138 3.0654Z" fill="%237B7B7B"/></svg>');
}
.woocommerce table.woocommerce-orders-table .status-refunded {
  color: #2982F9;
  background-color: #DBEAFE;
}
.woocommerce table.woocommerce-orders-table .status-refunded:before {
  content: url('data:image/svg+xml,<svg width="14" height="13" viewBox="0 0 14 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.75 3.41675H8.75C10.9591 3.41675 12.75 5.20761 12.75 7.41675C12.75 9.62588 10.9591 11.4167 8.75 11.4167H6.08333M0.75 3.41675C0.75 2.77591 1.38249 2.29534 2.64747 1.33435L3.41667 0.75M0.75 3.41675C0.75 4.05758 1.38249 4.53799 2.64747 5.499L3.41667 6.08333" stroke="%232982F9" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.woocommerce table.woocommerce-orders-table .order-actions-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}
.woocommerce table.woocommerce-orders-table .order-actions-wrapper .woocommerce-button {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: var(--title-color);
  background-color: transparent;
  border: 1px solid var(--ot-border-color);
  border-radius: 10px;
  padding: 10px 14px;
  line-height: 1;
}
.woocommerce table.woocommerce-orders-table .order-actions-wrapper .woocommerce-button:hover {
  border-color: var(--theme-color);
  color: var(--theme-color);
}
.woocommerce table.woocommerce-orders-table .order-actions-wrapper .woocommerce-button.access-file-btn:before {
  content: url('data:image/svg+xml,<svg width="9" height="9" viewBox="0 0 9 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.41667 0.75L7.6936 1.03954L7.98307 6.31645M7.41667 1.31645L0.75 7.98312" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  margin-right: 6px;
}
.woocommerce table.woocommerce-orders-table .order-actions-wrapper .woocommerce-button.access-themeclub:before {
  content: url('data:image/svg+xml,<svg width="15" height="11" viewBox="0 0 15 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.5 0.75C12 0.75 14.25 5.25 14.25 5.25C14.25 5.25 12 9.75 7.5 9.75C3 9.75 0.75 5.25 0.75 5.25C0.75 5.25 3 0.75 7.5 0.75Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M9.75 5.25C9.75 4.00736 8.74263 3 7.5 3C6.25736 3 5.25 4.00736 5.25 5.25C5.25 6.49263 6.25736 7.5 7.5 7.5C8.74263 7.5 9.75 6.49263 9.75 5.25Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  margin-right: 6px;
}
.woocommerce table.woocommerce-orders-table .order-actions-wrapper .woocommerce-button.btn-disable {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}
.woocommerce table.woocommerce-orders-table .order-actions-wrapper .woocommerce-button:nth-child(3) {
  display: none;
}
@media (max-width: 767px) {
  .woocommerce table.woocommerce-orders-table th, .woocommerce table.woocommerce-orders-table td {
    border-bottom: none;
  }
  .woocommerce table.woocommerce-orders-table th:before, .woocommerce table.woocommerce-orders-table td:before {
    font-size: 14px;
    color: var(--gray-color) !important;
    font-weight: 500 !important;
    display: block;
    float: none;
  }
  .woocommerce table.woocommerce-orders-table tbody th, .woocommerce table.woocommerce-orders-table tbody td,
  .woocommerce table.woocommerce-orders-table tfoot th,
  .woocommerce table.woocommerce-orders-table tfoot td {
    padding: 7px 12px;
    border-bottom: none;
  }
  .woocommerce table.woocommerce-orders-table tbody tr,
  .woocommerce table.woocommerce-orders-table tfoot tr {
    border-bottom: 1px solid var(--ot-border-color);
  }
  .woocommerce table.woocommerce-orders-table .woocommerce-orders-table__cell-order-number,
  .woocommerce table.woocommerce-orders-table .woocommerce-orders-table__cell-product-name {
    background-color: transparent !important;
    color: var(--title-color) !important;
    display: block;
    width: 100%;
    text-align: left;
  }
  .woocommerce table.woocommerce-orders-table .woocommerce-orders-table__cell-order-number:before {
    content: attr(data-title) ": ";
    font-weight: 500;
    color: var(--title-color);
  }
}
.woocommerce table.woocommerce-orders-table + .button {
  padding: 18px 24px !important;
  border-radius: 12px;
}
.woocommerce table.woocommerce-orders-table.woocommerce-orders-table--subscriptions .woocommerce-orders-table__cell-order-actions,
.woocommerce table.woocommerce-orders-table.woocommerce-orders-table--subscriptions .woocommerce-orders-table__header-order-actions {
  display: none;
}

@media (max-width: 991px) {
  .order-table-wrapper {
    overflow-x: auto;
  }
  .order-table-wrapper table.woocommerce-orders-table {
    min-width: 800px;
  }
}
@media (max-width: 767px) {
  .order-table-wrapper {
    overflow-x: hidden;
  }
  .order-table-wrapper table.woocommerce-orders-table {
    min-width: 100%;
  }
  table.woocommerce-orders-table.shop_table_responsive th, table.woocommerce-orders-table.shop_table_responsive td {
    display: none;
  }
  table.woocommerce-orders-table.shop_table_responsive th:nth-child(odd), table.woocommerce-orders-table.shop_table_responsive td:nth-child(odd) {
    -webkit-box-flex: 44%;
        -ms-flex: 44%;
            flex: 44%;
  }
  table.woocommerce-orders-table.shop_table_responsive th:nth-child(even), table.woocommerce-orders-table.shop_table_responsive td:nth-child(even) {
    -webkit-box-flex: 56%;
        -ms-flex: 56%;
            flex: 56%;
  }
  table.woocommerce-orders-table.shop_table_responsive th:nth-child(1), table.woocommerce-orders-table.shop_table_responsive td:nth-child(1) {
    display: block;
  }
  table.woocommerce-orders-table.shop_table_responsive th:nth-child(2), table.woocommerce-orders-table.shop_table_responsive td:nth-child(2) {
    display: block;
  }
  table.woocommerce-orders-table.shop_table_responsive tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 6px 0;
  }
  table.woocommerce-orders-table.shop_table_responsive tr.show-extra th, table.woocommerce-orders-table.shop_table_responsive tr.show-extra td {
    display: block;
  }
}
@media (max-width: 400px) {
  .woocommerce table.woocommerce-orders-table tbody th, .woocommerce table.woocommerce-orders-table tbody td, .woocommerce table.woocommerce-orders-table tfoot th, .woocommerce table.woocommerce-orders-table tfoot td {
    padding: 7px 0px;
  }
  table.woocommerce-orders-table.shop_table_responsive th:nth-child(odd), table.woocommerce-orders-table.shop_table_responsive td:nth-child(odd) {
    -webkit-box-flex: 38%;
        -ms-flex: 38%;
            flex: 38%;
  }
  table.woocommerce-orders-table.shop_table_responsive th:nth-child(even), table.woocommerce-orders-table.shop_table_responsive td:nth-child(even) {
    -webkit-box-flex: 62%;
        -ms-flex: 62%;
            flex: 62%;
  }
}
.seat-box,
.payment-box,
.plan-box {
  padding: 20px;
  border: 1px solid var(--ot-border-color);
  border-radius: 10px;
}

.plan-box {
  display: grid;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
.plan-box .plan-status {
  display: inline-block;
  padding: 2px 6px;
  border-radius: 6px;
  line-height: 20px;
}
.plan-box .plan-status:before {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  margin-right: 1px;
  display: inline-block;
}
.plan-box .status-active {
  color: #704EF9;
  background-color: #F1EEFF;
}
.plan-box .status-active:before {
  content: url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 12C2.6862 12 0 9.3138 0 6C0 2.6862 2.6862 0 6 0C9.3138 0 12 2.6862 12 6C12 9.3138 9.3138 12 6 12ZM5.4018 8.4L9.6438 4.1574L8.7954 3.309L5.4018 6.7032L3.7044 5.0058L2.856 5.8542L5.4018 8.4Z" fill="%23704EF9"/></svg>');
}
.plan-box .status-pending-cancel,
.plan-box .status-pending-cancellation,
.plan-box .status-pending,
.plan-box .status-pending-payment,
.plan-box .status-processing {
  color: #FA7319;
  background-color: #FFF3EB;
}
.plan-box .status-pending-cancel:before,
.plan-box .status-pending-cancellation:before,
.plan-box .status-pending:before,
.plan-box .status-pending-payment:before,
.plan-box .status-processing:before {
  content: url('data:image/svg+xml,<svg width="12" height="11" viewBox="0 0 12 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.49364 0.288264L11.9236 9.8018C11.9737 9.88945 12 9.98888 12 10.0901C12 10.1913 11.9737 10.2907 11.9236 10.3784C11.8736 10.466 11.8017 10.5388 11.715 10.5894C11.6283 10.64 11.5301 10.6667 11.43 10.6667H0.570004C0.469946 10.6667 0.371652 10.64 0.285 10.5894C0.198348 10.5388 0.126392 10.466 0.0763644 10.3784C0.0263365 10.2907 -6.35474e-07 10.1913 0 10.0901C6.35497e-07 9.98888 0.0263391 9.88945 0.076368 9.8018L5.50636 0.288264C5.5564 0.200619 5.62835 0.12784 5.715 0.0772393C5.80165 0.0266388 5.89995 0 6 0C6.10005 0 6.19835 0.0266388 6.285 0.0772393C6.37165 0.12784 6.4436 0.200619 6.49364 0.288264ZM5.42998 7.78378V8.93693H6.57002V7.78378H5.42998ZM5.42998 3.74773V6.63062H6.57002V3.74773H5.42998Z" fill="%23FA7319"/></svg>');
}
.plan-box .status-cancelled,
.plan-box .status-failed {
  color: #FB3748;
  background-color: #FFEBEC;
}
.plan-box .status-cancelled:before,
.plan-box .status-failed:before {
  content: url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 12C2.6862 12 0 9.3138 0 6C0 2.6862 2.6862 0 6 0C9.3138 0 12 2.6862 12 6C12 9.3138 9.3138 12 6 12ZM5.4 7.8V9H6.6V7.8H5.4ZM5.4 3V6.6H6.6V3H5.4Z" fill="%23FB3748"/></svg>');
}
.plan-box .status-on-hold {
  color: #5C5C5C;
  background-color: #F5F5F5;
}
.plan-box .status-on-hold:before {
  content: url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 12C2.6862 12 0 9.3138 0 6C0 2.6862 2.6862 0 6 0C9.3138 0 12 2.6862 12 6C12 9.3138 9.3138 12 6 12ZM3.9138 3.0654C3.58604 3.29915 3.29952 3.58587 3.066 3.9138L8.0868 8.9346C8.41477 8.7009 8.7015 8.41418 8.9352 8.0862L3.9138 3.0654Z" fill="%237B7B7B"/></svg>');
}
.plan-box .status-refunded {
  color: #2982F9;
  background-color: #DBEAFE;
}
.plan-box .status-refunded:before {
  content: url('data:image/svg+xml,<svg width="14" height="13" viewBox="0 0 14 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.75 3.41675H8.75C10.9591 3.41675 12.75 5.20761 12.75 7.41675C12.75 9.62588 10.9591 11.4167 8.75 11.4167H6.08333M0.75 3.41675C0.75 2.77591 1.38249 2.29534 2.64747 1.33435L3.41667 0.75M0.75 3.41675C0.75 4.05758 1.38249 4.53799 2.64747 5.499L3.41667 6.08333" stroke="%232982F9" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.plan-box .plan-title {
  font-weight: 500;
  margin-bottom: 0;
}
.plan-box .plan-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  margin-bottom: 40px;
}
.plan-box .divider {
  border-right: 1px dashed var(--ot-border-color);
}
.plan-box .right-content {
  -ms-flex-item-align: center;
      align-self: center;
  width: 240px;
}
.plan-box .right-content p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.plan-box p {
  font-size: 14px;
  color: #545454;
  margin-bottom: 12px;
}
.plan-box .plan-pricing {
  font-weight: 500;
  color: var(--title-color);
  margin-bottom: 8px;
}

.subscription-plan-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}
.subscription-plan-area .plan-box {
  -webkit-box-flex: 594px;
      -ms-flex: 594px;
          flex: 594px;
}
.subscription-plan-area .seats-and-payment {
  -webkit-box-flex: 482px;
      -ms-flex: 482px;
          flex: 482px;
}
.subscription-plan-area .link-btn {
  color: var(--title-color);
}
.subscription-plan-area .link-btn:before {
  width: 100%;
  background-color: var(--title-color);
}
.subscription-plan-area .link-btn:hover:before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.subscription-plan-area .slot-progress {
  margin-top: 0;
}

.woocommerce-edit-address .woocommerce-MyAccount-content .button,
.woocommerce-edit-account .woocommerce-MyAccount-content .button {
  display: inline-block;
  background: var(--theme-color);
  color: var(--white-color);
  font-size: 14px;
  border-radius: 8px;
  font-weight: 500;
  padding: 4px 15px;
  border: none;
}
.woocommerce-edit-address .woocommerce-MyAccount-content .button:hover,
.woocommerce-edit-account .woocommerce-MyAccount-content .button:hover {
  color: var(--black-color);
  background: var(--theme-color2);
}
.woocommerce-edit-address .woocommerce-MyAccount-content .button[name=save_account_details],
.woocommerce-edit-account .woocommerce-MyAccount-content .button[name=save_account_details] {
  padding: 14px 24px;
  border-radius: 10px;
}

.woocommerce-EditAccountForm fieldset {
  display: none;
}

.woocommerce-account .woocommerce-MyAccount-content h2 {
  font-size: 32px;
  margin: 0;
  font-weight: 500;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields {
  margin-top: 25px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info {
  line-height: 32px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info:after {
  display: none;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .col-2 {
  display: none;
}
.woocommerce-account .woocommerce-MyAccount-content address {
  padding: 0;
  color: var(--title-color);
}
.woocommerce-account .woocommerce-MyAccount-content address br {
  display: block;
  border-bottom: 1px solid var(--ot-border-color);
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details--phone {
  border-top: 1px solid var(--ot-border-color);
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address {
  max-width: 555px;
  width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-content header {
  margin-bottom: 30px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px 15px;
  margin-bottom: 30px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title:before, .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title:after {
  display: none;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-column__title {
  margin-bottom: 30px;
}
.woocommerce-account .woocommerce-MyAccount-content .edit:before {
  content: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.9887 3.85928L14.1408 7.01137M1.5 16.5L4.56065 15.9174C5.2096 15.7938 5.80641 15.478 6.27353 15.0109L15.8198 5.46461C16.7267 4.55765 16.7267 3.08718 15.8198 2.18022C14.9128 1.27326 13.4423 1.27326 12.5354 2.18022L2.98913 11.7265C2.52201 12.1936 2.20617 12.7904 2.08263 13.4394L1.5 16.5Z" stroke="%230A54FF" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  display: inline-block;
  margin-right: 5px;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}
.woocommerce-account .woocommerce-MyAccount-content > .woocommerce-notices-wrapper + p {
  display: none;
}
.woocommerce-account .woocommerce-MyAccount-content button.show-password-input {
  display: none;
}
.woocommerce-account .woocommerce-MyAccount-content #account_display_name {
  margin-bottom: 0 !important;
}
.woocommerce-account .woocommerce-MyAccount-content #account_display_name + span {
  display: none;
}
.woocommerce-account .woocommerce-MyAccount-content #add_payment_method #place_order {
  float: none;
  padding: 18px 24px;
  border-radius: 12px;
  background: var(--theme-color);
}
.woocommerce-account .woocommerce-MyAccount-content #add_payment_method #place_order:hover {
  background: -webkit-gradient(linear, left top, right top, from(var(--theme-color2)), to(var(--theme-color3)));
  background: linear-gradient(to right, var(--theme-color2), var(--theme-color3));
}

.woocommerce .woocommerce-address-fields .button {
  padding: 16px 24px !important;
  border-radius: 12px;
}
.woocommerce .woocommerce-address-fields .form-row-first,
.woocommerce .woocommerce-address-fields .form-row-last {
  width: 49%;
  overflow: visible;
}
.woocommerce .woocommerce-address-fields .form-row-first {
  float: left;
}
.woocommerce .woocommerce-address-fields .form-row-last {
  float: right;
}
.woocommerce .woocommerce-address-fields .form-row {
  margin-bottom: 16px;
}
.woocommerce .woocommerce-address-fields .form-row label {
  display: none !important;
}
.woocommerce .woocommerce-address-fields input[type=checkbox] {
  visibility: visible;
  opacity: 1;
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

/*------------------- Blog  -------------------*/
.blog-details-img {
  border-radius: 16px;
  overflow: hidden;
  max-width: 635px;
}
.blog-details-img img {
  width: 100%;
}
@media (max-width: 991px) {
  .blog-details-img {
    max-width: 100%;
  }
}

.blog-details-banner .breadcumb-inner {
  padding-bottom: 30px !important;
  margin-bottom: 50px;
  border-bottom: 1px solid var(--ot-border-color);
}
.blog-details-banner .breadcumb-content {
  display: grid;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.blog-details-banner .blog-meta {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-top: 40px;
}
.blog-details-banner .breadcumb-text {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .blog-details-banner .breadcumb-text {
    margin-top: 25px;
  }
  .blog-details-banner .blog-meta {
    margin-top: 30px;
  }
}

.box-title2 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.01em;
}
.box-title2 a {
  color: inherit;
}
.box-title2 a:hover {
  color: var(--theme-color);
}

.blog-category a {
  font-size: 16px;
  color: var(--light-color);
  display: inline-block;
  margin-right: 12px;
}
.blog-category a:last-child {
  margin-right: 0;
}
.blog-category a:hover {
  color: var(--theme-color);
}

.blog-meta .meta {
  font-size: 16px;
  font-weight: 400;
  color: var(--body-color);
  display: inline-block;
  margin-right: 16px;
}
.blog-meta .meta:last-child {
  margin-right: 0;
}
.blog-meta .meta a {
  font-weight: 500;
  color: var(--title-color);
  margin-left: 4px;
}
.blog-meta .meta a:hover {
  color: var(--theme-color);
}

.blog-border {
  border-top: 1px solid var(--ot-border-color);
  margin-bottom: 40px;
}

.blog-border2 {
  border-top: 1px solid var(--ot-border-color);
  margin-bottom: 60px;
}

.blog-box .box-img,
.featured-blog .box-img {
  border-radius: 16px;
  overflow: hidden;
  margin-top: 16px;
  display: block;
}
.blog-box .box-img img,
.featured-blog .box-img img {
  width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.blog-box .box-category,
.featured-blog .box-category {
  margin-bottom: 12px;
}
.blog-box .box-category span,
.featured-blog .box-category span {
  font-size: 14px;
  color: var(--light-color);
  display: inline-block;
  margin-right: 12px;
}
.blog-box .box-category span:last-child,
.featured-blog .box-category span:last-child {
  margin-right: 0;
}
.blog-box .box-title2,
.featured-blog .box-title2 {
  margin-bottom: 20px;
}
.blog-box .box-title3,
.featured-blog .box-title3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.01em;
  margin-bottom: 20px;
}
.blog-box .box-title3 a,
.featured-blog .box-title3 a {
  color: inherit;
}
.blog-box .box-title3 a:hover,
.featured-blog .box-title3 a:hover {
  color: var(--theme-color);
}
.blog-box:hover .box-img img,
.featured-blog:hover .box-img img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}
@media (max-width: 1299px) {
  .blog-box .box-title3,
  .featured-blog .box-title3 {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .blog-box .box-title3,
  .featured-blog .box-title3 {
    font-size: 24px;
    line-height: 1.4;
  }
}
@media (max-width: 991px) {
  .blog-box .box-title3,
  .featured-blog .box-title3 {
    font-size: 30px;
    line-height: 1.3;
  }
}
@media (max-width: 767px) {
  .blog-box .box-title3,
  .featured-blog .box-title3 {
    font-size: 24px;
    line-height: 1.4;
  }
}

.blog-box-wrap {
  margin-bottom: 24px;
  border-bottom: 1px solid var(--ot-border-color);
  padding-bottom: 24px;
}
.blog-box-wrap:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0;
  border-bottom: none;
}
.blog-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.blog-box .box-img {
  margin-top: 0;
  -webkit-box-flex: 192px;
      -ms-flex: 192px;
          flex: 192px;
  max-width: 192px;
}
.blog-box .box-img img {
  border-radius: inherit;
}
.blog-box .box-content {
  -webkit-box-flex: 402px;
      -ms-flex: 402px;
          flex: 402px;
}
.blog-box.style2 .box-img {
  -webkit-box-flex: 263px;
      -ms-flex: 263px;
          flex: 263px;
  max-width: 263px;
}
@media (max-width: 1299px) {
  .blog-box.style2 .box-img {
    min-width: 240px;
  }
}
@media (max-width: 767px) {
  .blog-box .box-img {
    min-width: 192px;
  }
  .blog-box.style2 .box-img {
    min-width: 192px;
  }
  .blog-box .box-title2 {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 12px;
  }
}
@media (max-width: 575px) {
  .blog-box-wrap {
    margin-bottom: 30px;
  }
  .blog-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blog-box .box-img {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    width: 100%;
    min-width: 100%;
  }
  .blog-box.style2 .box-img {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    width: 100%;
    min-width: 100%;
  }
  .blog-box .box-content {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}

.blog-load-more-area {
  position: relative;
}
.blog-load-more-area .load-fade {
  position: absolute;
  width: 100%;
  height: 282px;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(75.93%, var(--body-bg)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, var(--body-bg) 75.93%);
  pointer-events: none;
}

/* Sidebar */
.newsletter-form2 br {
  display: none;
}
.newsletter-form2 .form-control {
  margin-bottom: 12px;
}
.newsletter-form2 .wpcf7-spinner {
  position: absolute;
  bottom: 0;
  right: 0;
}
.newsletter-form2 .wpcf7-form-control-wrap {
  width: 100%;
}
.newsletter-form2 input:not([type=submit]) {
  border-color: transparent;
  background-color: var(--body-bg);
  border: 1px solid var(--ot-border-color);
}

.sidebar-widget {
  padding: 24px;
  background-color: var(--smoke-color);
  border-radius: 16px;
}
.sidebar-widget .form-control {
  background-color: var(--body-bg);
  border-color: transparent;
}
.sidebar-widget .form-control:focus {
  border-color: var(--theme-color);
}
.sidebar-widget .share-social {
  padding-bottom: 16px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--ot-border-color);
}

.blog-sidebar {
  position: sticky;
  top: 110px;
  right: 0;
}

/*------------------- home -------------------*/
.logo-slider1 {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  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;
}
.logo-slider1 .slick-slide {
  padding: 0 25px;
}
@media (max-width: 1299px) {
  .logo-slider1 .slick-slide {
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .logo-slider1 {
    gap: 18px;
  }
  .logo-slider1 .slick-slide {
    padding: 0 22px;
  }
}
@media (max-width: 767px) {
  .logo-slider1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    gap: 20px 15px;
  }
}

.logo-slider2 {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
.logo-slider2 .slick-slide {
  padding: 0 25px;
}
@media (max-width: 767px) {
  .logo-slider2 .slick-slide {
    padding: 0 18px;
  }
}

.assets-logo-sec {
  overflow: hidden;
}
.assets-logo-area {
  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;
}
.assets-logo-area .plus-icon {
  font-size: 24px;
  color: var(--ot-border-color);
}
.assets-logo-wrap {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  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: 50px;
  max-width: 1140px;
  border: 1px solid #F5F5F5;
  padding: 24px 95px;
  background-image: repeating-linear-gradient(-45deg, #F5F5F5 0, #F5F5F5 1px, #FBFBFB 1px, #FBFBFB 12px);
}
.assets-logo-wrap .title {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  color: var(--title-color);
  white-space: nowrap;
}
.assets-logo-wrap .logo-slider2 {
  display: none;
  max-width: 100%;
}
@media (max-width: 1199px) {
  .assets-logo-area .plus-icon {
    display: none;
  }
  .assets-logo-wrap {
    padding: 24px 25px;
  }
}
@media (max-width: 991px) {
  .assets-logo-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 18px;
    text-align: center;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .assets-logo-wrap .title {
    width: 100%;
  }
  .assets-logo-wrap .logo-slider1 {
    display: none;
  }
  .assets-logo-wrap .logo-slider2 {
    display: block;
  }
}

.category-card .box-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.category-card .box-img > a {
  display: block;
}
.category-card .box-img img {
  width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.category-card .box-img .template-1-img {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  overflow: hidden;
}
.category-card .box-img .template-1-img:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.category-card .box-img .template-2-img {
  -webkit-box-flex: calc(50% - 1px);
      -ms-flex: calc(50% - 1px);
          flex: calc(50% - 1px);
  overflow: hidden;
}
.category-card .box-img .template-2-img:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.category-card .box-img .cat-img {
  -webkit-box-flex: calc(50% - 1px);
      -ms-flex: calc(50% - 1px);
          flex: calc(50% - 1px);
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.category-card .box-img .cat-img:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.category-card .box-img .cat-img:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 128px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(7, 5, 15, 0)), to(rgba(7, 5, 15, 0.8)));
  background: linear-gradient(180deg, rgba(7, 5, 15, 0) 0%, rgba(7, 5, 15, 0.8) 100%);
  pointer-events: none;
}
.category-card .view-all-btn {
  color: var(--body-color);
  background-color: var(--body-bg);
  border-radius: 10px;
  padding: 0 10px;
  font-size: 0;
  font-weight: 500;
  line-height: 35px;
  height: 36px;
  min-width: 36px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.category-card .view-all-btn .icon {
  font-size: 20px;
}
.category-card .box-title2 {
  margin: 20px 0 6px 0;
}
.category-card:hover .view-all-btn {
  min-width: 100px;
  font-size: 16px;
}
.category-card:hover .view-all-btn .icon {
  margin-right: 2px;
}
.category-card:hover .view-all-btn .text {
  opacity: 1;
}

.themeclub-banner-1 {
  overflow: hidden;
  border-radius: 20px;
  position: relative;
}
.themeclub-banner-1 .banner-hotspot {
  display: inline-block;
  width: 8.5%;
  height: 6.5%;
  position: absolute;
  top: 43%;
  right: 29%;
  opacity: 0;
  z-index: 3;
  border-radius: 99px;
}
.themeclub-banner-1 img {
  width: 100%;
}
@media (max-width: 767px) {
  .themeclub-banner-1 {
    border-radius: 16px;
  }
  .themeclub-banner-1 img {
    width: 180%;
    max-width: 180%;
    margin-left: -40%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top center;
       object-position: top center;
  }
  .themeclub-banner-1 .banner-hotspot {
    right: 12%;
    width: 16%;
  }
}
@media (max-width: 375px) {
  .themeclub-banner-1 img {
    width: 200%;
    max-width: 200%;
    margin-left: -50%;
  }
  .themeclub-banner-1 .banner-hotspot {
    right: 8%;
    width: 18%;
  }
}

.themeclub-banner-2 {
  overflow: hidden;
  border-radius: 16px;
  position: relative;
  z-index: 2;
}
.themeclub-banner-2 .ot-btn {
  position: absolute;
  bottom: 24px;
  right: 24px;
  z-index: 3;
}
.themeclub-banner-2 .ot-btn:hover {
  background-color: var(--theme-color);
}
@media (max-width: 767px) {
  .themeclub-banner-2 .ot-btn {
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    bottom: 30px;
  }
}

.divider-area {
  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: 20px;
}
.divider-area .plus-icon {
  font-size: 24px;
  color: var(--ot-border-color);
}
.divider-wrap {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  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;
  max-width: 1140px;
  border: 1px solid #F5F5F5;
  min-height: 80px;
  background-image: repeating-linear-gradient(-45deg, #F5F5F5 0, #F5F5F5 1px, #FBFBFB 1px, #FBFBFB 12px);
}
@media (max-width: 767px) {
  .divider-wrap {
    min-height: 60px;
  }
}

.feature-card {
  background-color: var(--smoke-color);
  border-radius: 20px;
  height: 100%;
  display: grid;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  min-height: 460px;
  position: relative;
  z-index: 2;
}
.feature-card .box-content {
  padding: 40px 40px 25px 40px;
}
.feature-card .box-img {
  text-align: center;
}
.feature-card .lottie-animation {
  margin: 0 auto;
}
.feature-card .box-title {
  margin-bottom: 8px;
}
.feature-card.feature-card1 .lottie-animation {
  max-width: 320px;
}
.feature-card.feature-card2 .lottie-animation {
  max-width: 320px;
}
.feature-card.feature-card3 .lottie-animation {
  max-width: 246px;
}
@media (max-width: 575px) {
  .feature-card .box-content {
    padding: 30px 25px 30px 30px;
  }
}

.testi-card {
  background: var(--smoke-color);
  -webkit-box-shadow: inset 0px 4px 34px rgba(255, 255, 255, 0.85);
          box-shadow: inset 0px 4px 34px rgba(255, 255, 255, 0.85);
  border-radius: 20px;
  padding: 50px;
  max-width: 574px;
  text-align: left;
  position: relative;
  z-index: 2;
}
.testi-card .box-icon {
  position: absolute;
  top: 23px;
  right: 23px;
  line-height: 1;
}
.testi-card .box-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.testi-card .box-title {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  color: var(--title-color);
}
.testi-card .box-title .ot-icon {
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-left: 3px;
}
.testi-card .box-img {
  border-radius: 16px;
  overflow: hidden;
}
.testi-card .box-text {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: var(--title-color);
  padding-top: 18px;
  margin-top: 22px;
  border-top: 1px solid var(--body-bg);
}
@media (max-width: 991px) {
  .testi-card {
    padding: 30px;
    max-width: 400px;
  }
  .testi-card .box-icon {
    top: 15px;
    right: 15px;
  }
  .testi-card .box-profile {
    gap: 14px;
  }
  .testi-card .box-title {
    font-size: 18px;
  }
  .testi-card .box-text {
    font-size: 16px;
    margin-top: 16px;
    padding-top: 14px;
  }
}
@media (max-width: 575px) {
  .testi-card {
    padding: 20px;
    max-width: 340px;
  }
}

.testi-slider2,
.testi-slider {
  pointer-events: none;
}
.testi-slider2 .slick-slide,
.testi-slider .slick-slide {
  padding: 0 8px;
}

.testi-slider2 {
  margin-top: 16px;
}

/*------------------- Template -------------------*/
.ot-template {
  background-color: var(--smoke-color);
  border-radius: 8px;
  padding: 8px;
}
.ot-template .box-img {
  border-radius: 8px;
  overflow: hidden;
  background-color: #ECECED;
  aspect-ratio: 397/300;
  display: grid;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  position: relative;
  z-index: 2;
}
.ot-template .box-img:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background-color: var(--title-color);
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  pointer-events: none;
}
.ot-template .box-img img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ot-template .box-btn {
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 28px;
  top: 8px;
  right: 8px;
  background: var(--body-bg);
  border-radius: 8px;
  color: var(--title-color);
  text-align: center;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  z-index: 3;
}
.ot-template .box-btn svg {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 14px;
  height: 14px;
}
.ot-template .box-btn:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.ot-template .box-content {
  padding: 16px 8px 8px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
.ot-template .box-title {
  font-size: 18px;
  font-weight: 500;
  margin-top: -0.2em;
  margin-bottom: 3px;
}
.ot-template .box-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 4px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ot-template .box-text {
  font-size: 14px;
}
.ot-template .ot-price {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: var(--title-color);
  padding: 4px 8px;
  background: var(--body-bg);
  border-radius: 8px;
}
.ot-template .ot-price del {
  color: var(--light-color);
  font-size: 0.92em;
}
.ot-template .ot-price .ot-icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 2px;
}
.ot-template .ot-price .icon-webflow {
  fill: #146EF5;
}
.ot-template .ot-price .icon-framer {
  width: 9px;
  height: 12px;
}
.ot-template .box-download-links {
  padding: 10px 8px 8px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ot-template .box-download-links a, .ot-template .box-download-links button {
  background-color: transparent;
  border-radius: 10px;
  border: 1px solid var(--ot-border-color);
  padding: 8px 14px;
  min-height: 40px;
  min-width: 102px;
  -webkit-box-flex: calc(50% - 3px);
      -ms-flex: calc(50% - 3px);
          flex: calc(50% - 3px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  cursor: pointer;
}
.ot-template .box-download-links a svg, .ot-template .box-download-links button svg {
  min-width: 14px;
}
.ot-template .box-download-links a .icon-arrow-top-right, .ot-template .box-download-links button .icon-arrow-top-right {
  min-width: 11px;
  max-width: 11px;
}
.ot-template .box-download-links a:hover, .ot-template .box-download-links button:hover {
  border-color: var(--theme-color);
  background-color: rgba(102, 66, 249, 0.12);
}
@media (max-width: 575px) {
  .ot-template .box-download-links a, .ot-template .box-download-links button {
    padding: 8px;
  }
}
.ot-template:hover .box-img:after {
  opacity: 0.1;
}
.ot-template:hover .box-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.ot-template:hover .box-btn {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.ch-template {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  background-color: var(--body-bg);
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 8px;
}
.ch-template:last-child {
  margin-bottom: 0;
}
.ch-template .box-content {
  -ms-flex-item-align: center;
      align-self: center;
}
.ch-template .box-img {
  width: 61px;
}
.ch-template .box-img img {
  width: 100%;
  border-radius: 6px;
}
.ch-template .box-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 4px;
  color: var(--title-color);
}
.ch-template .box-title .delete-btn {
  padding: 0 0 0 6px;
  border: none;
  background-color: transparent;
  color: var(--title-color);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.ch-template .box-title .delete-btn:hover {
  color: var(--error-color);
}
.ch-template .box-title .ot-icon {
  width: 12px;
  height: 12px;
}
.ch-template .icon-webflow {
  width: 14px;
  height: 9px;
  color: #146EF5;
}
.ch-template .icon-framer {
  width: 8px;
  height: 11px;
}
.ch-template .icon-figma {
  width: 7px;
}
.ch-template .box-cms {
  padding: 5px 8px;
  border-radius: 8px;
  color: var(--title-color);
  background-color: var(--smoke-color);
  font-size: 14px;
  height: 33px;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.ch-template .box-price {
  margin-left: auto;
  font-weight: 500;
  color: var(--title-color);
}
.ch-template .box-price > span.duration,
.ch-template .box-price .woocommerce-Price-amount,
.ch-template .box-price .subscription-details {
  font-size: 16px;
}
.ch-template .box-price del {
  font-size: 0.8em;
  color: var(--light-color);
  margin-right: 1px;
}
@media (max-width: 575px) {
  .ch-template {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 6px 16px;
  }
  .ch-template .box-title {
    margin-bottom: 6px;
  }
  .ch-template .box-price {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    padding-left: 78px;
  }
}

.banner-style1 {
  padding: 8px;
  border-radius: 16px;
  text-align: center;
}
.banner-style1 .box-logo {
  -webkit-box-shadow: 0px 46.4559px 72.2647px rgba(147, 50, 255, 0.15), 0px 10.3765px 16.1413px rgba(147, 50, 255, 0.149027), 0px 3.08936px 4.80568px rgba(147, 50, 255, 0.100973), 0px 6.88235px 17.2059px rgba(0, 40, 54, 0.05), inset 0px 3.44118px 0px rgba(255, 255, 255, 0.55);
          box-shadow: 0px 46.4559px 72.2647px rgba(147, 50, 255, 0.15), 0px 10.3765px 16.1413px rgba(147, 50, 255, 0.149027), 0px 3.08936px 4.80568px rgba(147, 50, 255, 0.100973), 0px 6.88235px 17.2059px rgba(0, 40, 54, 0.05), inset 0px 3.44118px 0px rgba(255, 255, 255, 0.55);
  border-radius: 17px;
  display: inline-block;
}
.banner-style1 .box-content {
  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;
  padding: 20px 8px 14px 8px;
}
.banner-style1 .box-title2 {
  color: var(--white-color);
  margin: 0;
  text-align: left;
}
.banner-style1 .price {
  color: #FEFDFF;
  font-size: 40px;
  font-weight: 600;
}
.banner-style1 .box-price {
  text-align: right;
  line-height: 0.9;
}
.banner-style1 .box-price .text {
  font-size: 24px;
  font-weight: 600;
  color: var(--light-color);
  margin: 0;
}
.banner-style1.style2 {
  padding: 30px;
  max-width: 100%;
  width: 413px;
}
.banner-style1.style2 .box-title {
  font-size: 28px;
  line-height: 1.2;
  color: var(--white-color);
  margin: 0 0 10px 0;
}
.banner-style1.style2 .box-title .icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 19px;
  background: var(--theme-color);
  -webkit-box-shadow: inset 0px 4.79964px 13.0899px rgba(255, 255, 255, 0.35);
          box-shadow: inset 0px 4.79964px 13.0899px rgba(255, 255, 255, 0.35);
  border-radius: 5px;
  text-align: center;
}
.banner-style1.style2 .box-title .icon.framer {
  background: #313131;
  mix-blend-mode: plus-lighter;
  -webkit-box-shadow: 0px 6.10863px 14.8353px #3F3F3F, inset 0px 7.41763px 13.0899px rgba(255, 255, 255, 0.35);
          box-shadow: 0px 6.10863px 14.8353px #3F3F3F, inset 0px 7.41763px 13.0899px rgba(255, 255, 255, 0.35);
}
.banner-style1.style2 .box-title .ot-icon {
  width: 10px;
  height: 10px;
}
.banner-style1.style2 .box-logo {
  border-radius: 22px;
}

.filter-box-area {
  margin-bottom: 40px;
  position: relative;
  z-index: 3;
}
.filter-box-area .title {
  font-size: 16px;
  margin-bottom: 8px;
  color: var(--title-color);
}
.filter-box {
  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: 8px;
}
.filter-box .form-group {
  width: 100%;
}
.filter-box .form-group .form-select,
.filter-box .form-group .form-control {
  width: 100%;
  padding: 0 20px 0 40px !important;
}
.filter-box .form-group .form-select:focus,
.filter-box .form-group .form-control:focus {
  border-color: var(--ot-border-color) !important;
  background-color: var(--smoke-color);
}
.filter-box .filter-input {
  -webkit-box-flex: 274px;
      -ms-flex: 274px;
          flex: 274px;
  width: 100%;
}
.filter-box .filter-input.fee-switcher {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  width: auto;
  max-width: 70px;
}
.filter-box .filter-input.input-search {
  -webkit-box-flex: 304px;
      -ms-flex: 304px;
          flex: 304px;
}
.filter-box .filter-input.input-reset {
  -webkit-box-flex: 48px;
      -ms-flex: 48px;
          flex: 48px;
  width: 48px;
  max-width: 48px;
}
.filter-box .nice-select {
  position: static !important;
  color: var(--title-color);
  font-weight: 500;
}
.filter-box .nice-select.open {
  border-radius: 10px 10px 0 0;
}
.filter-box .nice-select .current {
  display: inline-block;
  position: relative;
}
.filter-box .nice-select .list {
  padding: 12px 16px;
  border: 1px solid #DADADB;
  -webkit-box-shadow: 0px 11px 14px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 11px 14px rgba(0, 0, 0, 0.06);
  border-radius: 0px 0px 10px 10px;
  margin-top: -1px;
}
.filter-box .nice-select .option {
  color: var(--title-color);
  font-weight: 400;
  line-height: 1.5;
  min-height: auto;
  outline: none;
  padding-left: 18px;
  padding-right: 0;
  margin-bottom: 8px;
  position: relative;
  z-index: 2;
  background-color: transparent !important;
}
.filter-box .nice-select .option:last-child {
  margin-bottom: 0;
}
.filter-box .nice-select .option:before {
  content: "";
  width: 10px;
  height: 10px;
  border: 1.5px solid var(--light-color);
  border-radius: 99px;
  position: absolute;
  top: 5px;
  left: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.filter-box .nice-select .option.selected {
  font-weight: 500;
}
.filter-box .nice-select .option.selected:before {
  border-color: var(--title-color);
  background-color: var(--title-color);
}
.filter-box .nice-select .option:first-child {
  display: none;
}
.filter-box .fee-switcher {
  margin-right: 10px;
}
.filter-box .input-reset .form-control {
  padding: 0 !important;
  min-width: 48px;
  color: transparent !important;
  cursor: pointer;
}
.filter-box .input-reset .form-control::-moz-placeholder {
  color: transparent !important;
}
.filter-box .input-reset .form-control::-webkit-input-placeholder {
  color: transparent !important;
}
.filter-box .input-reset .form-control:-ms-input-placeholder {
  color: transparent !important;
}
.filter-box .input-reset .form-control::-ms-input-placeholder {
  color: transparent !important;
}
.filter-box .input-reset .form-control::placeholder {
  color: transparent !important;
}
.filter-box .input-reset .form-control:hover {
  border-color: var(--theme-color);
}
.filter-box .input-reset .ot-icon {
  left: 17px;
  top: 17px;
}
.filter-box .form-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding-left: 0;
  position: relative;
}
.filter-box .form-switch .form-check-label {
  font-size: 14px;
  font-weight: 500;
  color: var(--title-color);
  cursor: pointer;
  margin: 0;
  line-height: 1.4;
}
.filter-box .form-switch .form-check-input {
  position: relative;
  width: 32px;
  height: 16px;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-color: var(--ot-border-color);
  border-radius: 50px;
  border: none;
  cursor: pointer;
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
  display: inline-block !important;
  float: none;
  margin-left: 0;
  margin-top: 0;
  padding: 0;
  background-image: none;
}
.filter-box .form-switch .form-check-input::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 10px 1px rgba(71, 81, 87, 0.1);
          box-shadow: 0px 4px 10px 1px rgba(71, 81, 87, 0.1);
  border-radius: 99px;
}
.filter-box .form-switch .form-check-input:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 3px rgba(96, 8, 210, 0.15);
          box-shadow: 0 0 0 3px rgba(96, 8, 210, 0.15);
  background-color: var(--ot-border-color);
}
.filter-box .form-switch .form-check-input:checked {
  background-color: var(--theme-color);
}
.filter-box .form-switch .form-check-input:checked::before {
  -webkit-transform: translateX(16px);
          transform: translateX(16px);
}
.filter-box .form-switch .form-check-input:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
@media (max-width: 991px) {
  .filter-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .filter-box {
    gap: 6px;
  }
  .filter-box .filter-input {
    -webkit-box-flex: 200px;
        -ms-flex: 200px;
            flex: 200px;
  }
  .filter-box .filter-input.input-search {
    -webkit-box-flex: 240px;
        -ms-flex: 240px;
            flex: 240px;
  }
  .filter-box .filter-input.input-category {
    -webkit-box-flex: 160px;
        -ms-flex: 160px;
            flex: 160px;
  }
  .filter-box .fee-switcher {
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .filter-box .input-reset {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .filter-box .filter-input {
    -webkit-box-flex: calc(50% - 3px);
        -ms-flex: calc(50% - 3px);
            flex: calc(50% - 3px);
  }
  .filter-box .filter-input.input-search {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: calc(100% - 130px);
        -ms-flex: calc(100% - 130px);
            flex: calc(100% - 130px);
  }
  .filter-box .filter-input.input-pricing, .filter-box .filter-input.input-category, .filter-box .filter-input.input-platform, .filter-box .filter-input.input-style {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.cta-box1 {
  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;
  padding: 15px;
  background: #EAE4FE;
  border-radius: 10px;
  gap: 8px;
}
.cta-box1 .box-text {
  font-size: 18px;
  font-weight: 500;
  color: var(--title-color);
  margin: 0;
}
.cta-box1 .ot-icon {
  width: 18px;
  height: 17px;
}
@media (max-width: 375px) {
  .cta-box1 .box-text {
    font-size: 16px;
  }
}

.ch-order-note {
  background-color: var(--body-bg);
  padding: 24px;
  border-radius: 12px;
}
.ch-order-note .title {
  color: var(--light-color);
  margin-bottom: 8px;
}
.ch-order-note .box-text {
  font-size: 14px;
  margin-bottom: 8px;
}
.ch-order-note .box-text:last-child {
  margin-bottom: 0;
}
.ch-order-note .box-text b {
  font-weight: 500;
  color: var(--title-color);
}

.ch-plan-wrap {
  background-color: var(--theme-color);
  margin-top: 30px;
  padding: 16px;
  border-radius: 12px;
}
.ch-plan-wrap .info-text {
  color: var(--white-color);
  margin-bottom: 14px;
}
.ch-plan-wrap:has(+ .seat-tab-wrap) {
  border-radius: 12px 12px 0 0;
}
.ch-plan button {
  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;
  background-color: var(--body-bg);
  padding: 9px 16px;
  border: none;
  border-radius: 8px;
  margin-bottom: 10px;
  width: 100%;
}
.ch-plan button:last-child {
  margin-bottom: 0;
}
.ch-plan button .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid var(--title-color);
  border-radius: 99px;
  position: relative;
}
.ch-plan button .icon:after {
  content: "";
  position: absolute;
  left: 7px;
  top: 3px;
  width: 5px;
  height: 9px;
  border: solid var(--white-color);
  border-width: 0 1.5px 1.5px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.ch-plan button .text {
  margin-left: 10px;
}
.ch-plan button .box-price {
  margin-left: auto;
  font-weight: 500;
}
.ch-plan button .box-price del {
  color: var(--light-color);
  font-size: 0.85em;
  margin-right: 2px;
}
.ch-plan button.active {
  background-color: #EAE4FE;
}
.ch-plan button.active .icon {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.filter-products-grid .no-results {
  text-align: center;
}

.filter-results-count {
  display: none !important;
}

/* Skeleton Loading Styles */
.skeleton-item {
  pointer-events: none;
}

.skeleton-item .box-cms {
  min-width: 70px;
}

.skeleton-text,
.skeleton-image,
.skeleton-item .box-cms,
.skeleton-box {
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #f0f0f0), color-stop(50%, #e0e0e0), color-stop(75%, #f0f0f0));
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  -webkit-animation: skeleton-loading 2s infinite;
          animation: skeleton-loading 2s infinite;
  border-radius: 4px;
}

.skeleton-text {
  display: inline-block;
  border-radius: 4px;
}

.skeleton-image {
  width: 48px;
  height: 48px;
  border-radius: 8px;
}

.skeleton-box {
  background: transparent;
}

@-webkit-keyframes skeleton-loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

@keyframes skeleton-loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
/* No results styling */
.no-results {
  padding: 20px;
  text-align: center;
  color: var(--title-color);
}

.no-results p {
  margin: 0 0 5px 0;
  font-size: 14px;
}

/*------------------- Template Single -------------------*/
.t-thumb-slider-wrap {
  overflow: hidden;
  border-radius: 16px;
  position: relative;
  z-index: 3;
}
.t-thumb-slider-nav {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 8px 8px 12px;
  gap: 16px;
  background: var(--body-bg);
  -webkit-box-shadow: 0px 13px 10px rgba(18, 18, 18, 0.04);
          box-shadow: 0px 13px 10px rgba(18, 18, 18, 0.04);
  border-radius: 12px;
}
.t-thumb-slider-nav .slider-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.t-thumb-slider-nav .slider-count span {
  font-size: 16px;
  font-weight: 400;
  color: var(--light-color);
}
.t-thumb-slider-nav .slider-count span:first-child {
  color: var(--title-color);
}
.t-thumb-slider-nav .icon-box {
  gap: 4px;
}
.t-thumb-slider-nav .slick-arrow {
  --icon-size: 30px;
  border-radius: 8px;
  background-color: var(--smoke-color);
}
.t-thumb-slider-nav .slick-arrow .ot-icon {
  width: 14px;
  height: 14px;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.t-thumb-slider-nav .slick-arrow:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}

.t-main-feature-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding: 30px 0 24px 0;
  margin-bottom: 50px;
  border-bottom: 1px solid var(--ot-border-color);
}
.t-main-feature {
  text-align: center;
}
.t-main-feature .box-icon {
  margin-bottom: 12px;
  height: 24px;
}
.t-main-feature .title {
  font-size: 16px;
  font-weight: 500;
  margin: 0 auto 0 auto;
  color: var(--title-color);
  max-width: 100px;
}

.t-pages .accordion-card {
  border-bottom: 1px solid var(--ot-border-color);
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.t-pages .accordion-card.active {
  border-color: var(--title-color);
}
.t-pages .accordion-card .faq-text {
  font-size: 16px;
}
.t-pages .accordion-card .faq-text a {
  display: inline-block;
  font-weight: 500;
  color: var(--title-color);
  text-decoration: underline;
}
.t-pages .accordion-card .faq-text a:hover {
  color: var(--theme-color);
}

.template-content {
  padding-right: 40px;
}
.template-content .box-title2 svg {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  margin-right: 5px;
}
.template-content p {
  margin-bottom: 8px;
}
.template-content .content1 > p:last-of-type, .template-content .content2 > p:last-of-type, .template-content .content3 > p:last-of-type, .template-content .content4 > p:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .template-content {
    padding-right: 0;
  }
}

.template-sidebar .breadcumb-text {
  font-size: 16px;
}
.template-sidebar .t-banner img {
  width: 100%;
}
.template-sidebar .t-btns {
  margin-top: 40px;
  gap: 10px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.template-sidebar .t-btns .ot-btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px 6px;
}
.template-sidebar .t-btns .ot-btn.style-border {
  background-color: var(--smoke-color);
}
.template-sidebar .t-btns .ot-btn .arrow-top-right {
  margin-left: 0;
  margin-right: 1px;
}
@media (min-width: 1200px) {
  .template-sidebar .t-btns .ot-btn {
    padding: 23px 16px;
  }
}
@media (max-width: 767px) {
  .template-sidebar .mt-40,
  .template-sidebar .t-btns {
    margin-top: 30px;
  }
  .template-sidebar .mb-40 {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .template-sidebar .t-btns {
    gap: 4px;
  }
  .template-sidebar .t-btns .ot-btn {
    font-size: 14px;
  }
}

.cms-option {
  background: var(--body-bg);
  border: 1px solid var(--ot-border-color);
  border-radius: 12px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 9px 14px;
  gap: 10px;
  margin-bottom: 10px;
}
.cms-option:last-child {
  margin-bottom: 0;
}
.cms-option .check-icon {
  width: 0;
  height: 20px;
  border-radius: 50%;
  background: var(--theme-color);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
  -webkit-transform: scale(0);
          transform: scale(0);
  margin-left: -8px;
}
.cms-option .check-icon:after {
  content: "";
  position: absolute;
  left: 8px;
  top: 4px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: none;
}
.cms-option:hover {
  border-color: var(--theme-color);
}
.cms-option.selected {
  border-color: var(--theme-color);
  background-color: #F9F8FF;
}
.cms-option.selected .check-icon {
  -webkit-transform: scale(1);
          transform: scale(1);
  width: 20px;
  margin-left: 0;
}
.cms-option.selected .check-icon:after {
  display: block;
}
.cms-option .cms-name {
  font-size: 14px;
  font-weight: 500;
  color: var(--body-color);
}
.cms-option .sale-badge {
  background: var(--title-color);
  color: var(--white-color);
  font-size: 10px;
  font-weight: 500;
  padding: 0 5px;
  border-radius: 4px;
  line-height: 20px;
}
.cms-option .cms-price {
  font-size: 16px;
  font-weight: 500;
  color: var(--title-color);
}
.cms-option .cms-price del {
  color: var(--light-color);
}
.cms-option .cms-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.cms-option .cms-option-content {
  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;
}

.t-feature-box {
  padding: 30px;
  background-color: var(--smoke-color);
  border-radius: 16px;
}
.t-feature-box .box-title2 {
  margin-bottom: 8px;
}
.t-feature-box .box-text {
  margin-bottom: 24px;
}
@media (max-width: 375px) {
  .t-feature-box {
    padding: 22px;
  }
}

.template-details {
  overflow: hidden;
  padding: 120px 0 140px 0;
}
@media (max-width: 1199px) {
  .template-details {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .template-details {
    padding: 0 0 70px 0;
    margin-top: -25px;
  }
}

/*------------------- Themeclub -------------------*/
.tc-box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}
.tc-box {
  background-color: var(--smoke-color);
  border-radius: 12px;
  overflow: hidden;
  display: grid;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  position: relative;
  z-index: 2;
}
.tc-box .box-content {
  padding: 40px 40px 0 40px;
}
.tc-box .title {
  margin-bottom: 12px;
}
.tc-box .box-text {
  font-size: 18px;
  font-weight: 500;
  max-width: 540px;
}
.tc-box.tc-box1 {
  -webkit-box-flex: calc(48.85% - 6px);
      -ms-flex: calc(48.85% - 6px);
          flex: calc(48.85% - 6px);
}
.tc-box.tc-box1 .box-img {
  margin-top: 40px;
  position: relative;
  z-index: 2;
}
.tc-box.tc-box1 .box-img .ot-btn {
  position: absolute;
  top: 48%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
  z-index: 3;
  -webkit-box-shadow: 0px 14px 54px #704EF9;
          box-shadow: 0px 14px 54px #704EF9;
}
.tc-box.tc-box2 {
  -webkit-box-flex: calc(50.15% - 6px);
      -ms-flex: calc(50.15% - 6px);
          flex: calc(50.15% - 6px);
}
.tc-box.tc-box3 {
  -webkit-box-flex: calc(50.15% - 6px);
      -ms-flex: calc(50.15% - 6px);
          flex: calc(50.15% - 6px);
}
.tc-box.tc-box3 .box-img {
  text-align: right;
}
.tc-box.tc-box4 {
  -webkit-box-flex: calc(48.85% - 6px);
      -ms-flex: calc(48.85% - 6px);
          flex: calc(48.85% - 6px);
  min-height: 378px;
}
.tc-box.tc-box4 .box-img {
  text-align: right;
  margin-top: -90px;
}
@media (max-width: 991px) {
  .tc-box-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 767px) {
  .tc-box .box-content {
    padding: 30px 30px 10px 30px;
  }
  .tc-box.tc-box1 .box-img {
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .tc-box .box-text {
    font-size: 16px;
  }
  .tc-box.tc-box4 {
    min-height: auto;
  }
  .tc-box.tc-box4 .box-img {
    margin-top: -40px;
  }
}
@media (max-width: 375px) {
  .tc-box .box-content {
    padding: 20px 20px 10px 24px;
  }
}

.tc-support-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--smoke-color);
  border-radius: 16px;
  padding: 30px;
}
.tc-support-box .ot-icon {
  width: 20px;
  height: 20px;
  stroke-width: 0;
}
.tc-support-box .box-title {
  margin-bottom: 8px;
}
.tc-support-box .box-btn {
  margin-left: auto;
}
@media (max-width: 767px) {
  .tc-support-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    gap: 30px;
  }
  .tc-support-box .box-btn {
    margin-left: unset;
  }
}
@media (max-width: 575px) {
  .tc-support-box .box-text {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}

.pricing-tab-wrap {
  text-align: center;
  margin-bottom: 30px;
}
.pricing-tab {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: var(--body-bg);
  border: 1px solid #F5F5F5;
  -webkit-box-shadow: 0px 6px 14px #F2F2F2;
          box-shadow: 0px 6px 14px #F2F2F2;
  border-radius: 62px;
  padding: 4px;
  position: relative;
  z-index: 2;
}
.pricing-tab .tab-btn {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  background-color: transparent;
  border: none;
  border-radius: 44px;
  padding: 8px 16px;
  line-height: 1.5;
}
.pricing-tab .tab-btn b {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: var(--theme-color);
  background-color: #EAE4FE;
  padding: 4px 12px;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  border-radius: inherit;
  margin-left: 4px;
}
.pricing-tab .tab-btn.active {
  color: var(--white-color);
}
.pricing-tab .tab-btn.active b {
  background-color: var(--white-color);
}
.pricing-tab .indicator {
  position: absolute;
  left: var(--pos-x);
  top: var(--pos-y);
  width: var(--width-set);
  height: var(--height-set);
  background: var(--theme-color);
  -webkit-box-shadow: inset 0px 0px 14px #B69CFF;
          box-shadow: inset 0px 0px 14px #B69CFF;
  border-radius: 50px;
  z-index: -1;
  -webkit-transition: 0.3s cubic-bezier(0, 1.01, 0.38, 1);
  transition: 0.3s cubic-bezier(0, 1.01, 0.38, 1);
}

.seat-tab-wrap {
  background-color: var(--body-bg);
  border-radius: 0 0 12px 12px;
  padding: 20px 10px 10px 10px;
}
.seat-tab-wrap p.title {
  font-weight: 500;
  margin-bottom: 12px;
}
.seat-tab-wrap .seat-tab {
  background-color: #EAE4FE;
}
.seat-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  background: #F9F9F9;
  border-radius: 12px;
  position: relative;
  z-index: 2;
}
.seat-tab button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 13px;
  font-size: 16px;
  font-weight: 500;
  color: var(--title-color);
  background-color: transparent;
  border: none;
}
.seat-tab .indicator {
  position: absolute;
  left: var(--pos-x);
  top: var(--pos-y);
  width: var(--width-set);
  height: var(--height-set);
  background: var(--body-bg);
  -webkit-box-shadow: 0px 12px 8px rgba(18, 18, 18, 0.06);
          box-shadow: 0px 12px 8px rgba(18, 18, 18, 0.06);
  border-radius: 10px;
  z-index: -1;
  -webkit-transition: 0.4s cubic-bezier(0, 1.01, 0.38, 1);
  transition: 0.4s cubic-bezier(0, 1.01, 0.38, 1);
}

.slot-progress {
  margin-top: 70px;
}
.slot-progress .s-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 14px;
  color: var(--title-color);
}
.slot-progress .progress-value {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: -0.5em;
  font-family: var(--title-font);
  color: var(--title-color);
  text-transform: uppercase;
  display: none;
}
.slot-progress .slot-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 14px;
  font-size: 14px;
  font-weight: 500;
  color: var(--title-color);
}
.slot-progress .slot-info b {
  font-weight: 600;
  color: var(--title-color);
}
.slot-progress .slot-info span:last-child {
  color: var(--title-color);
}
.slot-progress .progress {
  position: relative;
  height: 9px;
  background-color: var(--smoke-color);
  overflow: visible;
  border-radius: 99px;
}
.slot-progress .progress-bar {
  background-color: var(--theme-color);
  height: 9px;
  margin: 0;
  border-radius: inherit;
  overflow: visible;
  position: relative;
  -webkit-animation-timing-function: cubic-bezier(0, 1.01, 0.38, 1);
          animation-timing-function: cubic-bezier(0, 1.01, 0.38, 1);
}
.slot-progress .progress-value {
  position: absolute;
  top: -30px;
  right: -8px;
}

.pricing-card-area {
  --box-space: 30px;
  background-color: var(--smoke-color);
  border-radius: 16px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pricing-card {
  -webkit-box-flex: 33.33%;
      -ms-flex: 33.33%;
          flex: 33.33%;
  padding: var(--box-space);
  background-color: var(--body-bg);
  display: grid;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  position: relative;
  z-index: 2;
}
.pricing-card.price-free {
  margin-right: 10px;
  background-color: transparent;
}
.pricing-card.price-themeclub {
  display: none;
  margin-right: 10px;
  background-color: transparent;
}
.pricing-card.price-themeclub .box-top {
  background-color: var(--body-bg);
  border-radius: 16px;
  margin: calc(var(--box-space) * -1);
  padding: var(--box-space);
}
.pricing-card.price-pro {
  border-radius: 16px 0 0 16px;
}
.pricing-card.price-agency {
  border-radius: 0 16px 16px 0;
}
.pricing-card .box-badge {
  position: absolute;
  top: 0;
  right: var(--box-space);
  z-index: -1;
  pointer-events: none;
}
.pricing-card .p-border {
  padding-top: 24px;
  margin-bottom: 40px;
  border-bottom: 1px solid var(--ot-border-color);
}
.pricing-card .seat-tab {
  margin-top: 24px;
  margin-bottom: 40px;
}
.pricing-card .info-text {
  font-size: 14px;
  font-weight: 500;
  color: var(--title-color);
  padding: 16px;
  background: var(--body-bg);
  border-radius: 12px;
  margin: 0;
  width: 100%;
}
.pricing-card .box-top {
  position: relative;
  z-index: 2;
}
.pricing-card .box-title {
  margin-bottom: 20px;
}
.pricing-card .box-title .ot-icon {
  width: 24px;
  display: inline-block;
  margin-right: 4px;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.pricing-card .box-title .icon-check-circle {
  height: 24px;
  stroke: none;
}
.pricing-card .box-title .label {
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  color: var(--title-color);
  padding: 4px 8px;
  background-color: #BFAFFC;
  display: inline-block;
  border-radius: 4px;
  margin: 0 0 0 5px;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
.pricing-card .box-price {
  font-size: 64px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--title-color);
}
.pricing-card .box-price .duration {
  font-size: 0.375em;
  color: var(--light-color);
}
.pricing-card .box-price del {
  font-size: 0.375em;
  font-weight: 400;
  letter-spacing: -0.02em;
  text-decoration: none;
  position: relative;
  z-index: 2;
}
.pricing-card .box-price del:after {
  content: "";
  position: absolute;
  bottom: 14px;
  left: -1px;
  height: 2px;
  width: calc(100% + 6px);
  background-color: var(--error-color);
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
.pricing-card .box-price del + .duration {
  font-size: 0.28125em;
  font-weight: 400;
  letter-spacing: -0.02em;
  margin-left: -8px;
}
.pricing-card .box-list .title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 16px;
}
.pricing-card .box-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pricing-card .box-list li {
  font-size: 16px;
  font-weight: 500;
  color: var(--title-color);
  margin-bottom: 10px;
  position: relative;
  padding-left: 28px;
}
.pricing-card .box-list li:last-child {
  margin-bottom: 0;
}
.pricing-card .box-list li:after {
  content: "";
  position: absolute;
  left: 8px;
  top: 7px;
  width: 5px;
  height: 9px;
  border: solid var(--theme-color);
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.pricing-card .box-list li:before {
  content: "";
  height: 20px;
  width: 20px;
  background-color: #EAE4FE;
  border-radius: 99px;
  position: absolute;
  top: 3px;
  left: 0;
}
.pricing-card .box-cms-wrap {
  background-color: #F6F4FF;
  border-radius: 12px;
  padding: 16px;
  margin-top: 16px;
}
.pricing-card .box-cms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  border-bottom: 2px solid var(--body-bg);
  margin-bottom: 12px;
  padding-bottom: 12px;
}
.pricing-card .box-cms:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.pricing-card .box-cms .box-icon {
  padding-right: 18px;
  border-right: 2px solid var(--body-bg);
  color: var(--title-color);
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  min-width: 43px;
}
.pricing-card .box-cms .icon-webflow {
  width: 24px;
  height: 15px;
  color: #146EF5;
}
.pricing-card .box-cms .icon-framer {
  width: 19px;
  height: 27px;
}
.pricing-card .box-cms .icon-figma {
  width: 20px;
  height: 26px;
}
.pricing-card .box-cms .icon-ae {
  width: 23px;
  height: 13px;
}
.pricing-card .box-cms .cms-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 2px;
}
.pricing-card .box-cms .cms-text {
  font-size: 12px;
  font-weight: 500;
  color: var(--light-color);
  margin: 0;
}
.pricing-card .box-cms .cms-text b {
  font-weight: inherit;
  color: var(--title-color);
}
.pricing-card .box-bottom {
  margin-top: 40px;
}
.pricing-card.bg-theme {
  --title-color: #fff;
  --body-color: #fff;
  --light-color: #BFAFFC;
  --body-bg: rgba(255, 255, 255, 0.16);
}
.pricing-card.bg-theme .seat-tab {
  background-color: #8462FF;
}
.pricing-card.bg-theme .seat-tab button.active {
  color: var(--black-color);
}
.pricing-card.bg-theme .seat-tab .indicator {
  background-color: var(--white-color);
}
.pricing-card.bg-theme .box-title .label {
  background-color: var(--white-color);
  color: var(--black-color);
}
.pricing-card.bg-theme .box-cms-wrap {
  background-color: #8462FF;
}
.pricing-card.bg-theme .ot-icon {
  color: var(--white-color);
}
.pricing-card.bg-theme .box-list li:before {
  background-color: #8462FF;
}
.pricing-card.bg-theme .box-list li:after {
  border-color: var(--title-color);
}
.pricing-card.bg-theme .box-cms .cms-title {
  font-weight: 500;
}
.pricing-card.bg-theme .ot-btn {
  background-color: var(--white-color);
  color: var(--black-color);
}
.pricing-card.bg-theme .ot-btn .ot-icon {
  color: currentColor;
}
.pricing-card.bg-theme .ot-btn:hover {
  background-color: var(--black-color);
  color: var(--white-color);
}
.pricing-card.bg-smoke {
  background-color: #f9f9f9;
  border: 1px solid var(--smoke-color);
}
.pricing-card.bg-smoke .box-cms-wrap {
  background-color: var(--body-bg);
}
.pricing-card.bg-smoke .box-cms {
  --body-bg: #f5f5f5;
}
.pricing-card.bg-smoke .box-list li:before {
  background-color: var(--title-color);
}
.pricing-card.bg-smoke .box-list li:after {
  border-color: var(--white-color);
}
@media (max-width: 1199px) {
  .pricing-card-area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
  .pricing-card {
    -webkit-box-flex: calc(50% - 5px);
        -ms-flex: calc(50% - 5px);
            flex: calc(50% - 5px);
    border-radius: 16px !important;
  }
  .pricing-card.price-free, .pricing-card.price-themeclub {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .pricing-card {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
  .pricing-card.price-themeclub .info-text {
    margin-left: calc(var(--box-space) * -1);
    margin-right: calc(var(--box-space) * -1);
    width: calc(100% + var(--box-space) * 2);
  }
}
@media (max-width: 575px) {
  .pricing-card-area {
    --box-space: 20px;
  }
  .pricing-card {
    padding: 20px;
  }
  .pricing-card .box-price {
    font-size: 44px;
  }
  .pricing-card .box-price del:after {
    bottom: 9px;
    left: -3px;
  }
  .pricing-card .box-list li {
    font-size: 15px;
    margin-bottom: 8px;
  }
  .pricing-card .box-list li:last-child {
    margin-bottom: 0;
  }
  .pricing-card .box-cms .box-icon {
    padding-right: 8px;
    min-width: 36px;
  }
}
@media (max-width: 375px) {
  .pricing-card .box-list li {
    font-size: 14px;
  }
  .pricing-card .box-badge {
    right: 5px;
    max-width: 96px;
  }
}
.pricing-card-area2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pricing-card-area2 .pricing-card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 30px;
}
.pricing-card-area2 .pricing-card.price-pro {
  border-radius: 16px 0 0 16px !important;
}
.pricing-card-area2 .pricing-card.price-agency {
  border-radius: 0 16px 16px 0 !important;
}
@media (max-width: 991px) {
  .pricing-card-area2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pricing-card-area2 .pricing-card {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
  .pricing-card-area2 .pricing-card.price-pro {
    border-radius: 16px 16px 0 0 !important;
  }
  .pricing-card-area2 .pricing-card.price-agency {
    border-radius: 0 0 16px 16px !important;
  }
}
@media (max-width: 575px) {
  .pricing-card-area2 .pricing-card {
    padding: 20px;
  }
}

.active-lifetime .pricing-card .box-title .label {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.icon-available {
  display: block;
  height: 24px;
  width: 24px;
  background-color: var(--theme-color);
  border-radius: 99px;
  position: relative;
  z-index: 2;
}
.icon-available i {
  content: "";
  position: absolute;
  left: 9px;
  top: 5px;
  width: 6px;
  height: 11px;
  border: solid var(--white-color);
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.icon-unavailable {
  display: block;
  height: 24px;
  width: 24px;
  line-height: 22px;
  text-align: center;
  background-color: var(--light-color);
  border-radius: 99px;
  position: relative;
  z-index: 2;
  font-size: 20px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.icon-unavailable:after {
  content: "+";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--white-color);
  width: 100%;
}

.compare-box-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.compare-box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 58.33%;
      -ms-flex: 58.33%;
          flex: 58.33%;
}
.compare-box-wrap .compare-box {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
}
.compare-box-list {
  -webkit-box-flex: 41.77%;
      -ms-flex: 41.77%;
          flex: 41.77%;
  border: 1px solid var(--ot-border-color);
  border-right: none;
  border-radius: 20px 0 0 20px;
}
.compare-box .box-list p {
  font-size: 16px;
  font-weight: 500;
  color: var(--title-color);
  line-height: 24px;
  padding: 20px 24px;
  margin: 0;
  border-bottom: 1px solid var(--ot-border-color);
}
.compare-box .box-list p:last-child {
  border-bottom: none;
}
.compare-box .box-list .icon-unavailable,
.compare-box .box-list .icon-available {
  margin: 0;
}
.compare-box .box-top {
  padding: 20px 24px;
  border-top: 1px solid var(--ot-border-color);
}
.compare-box .box-top .box-title {
  font-size: 16px;
  font-weight: 500;
  color: var(--title-color);
  line-height: 24px;
  margin: 0;
}
.compare-box.compare-individual .box-top {
  border-left: 1px solid var(--ot-border-color);
  border-radius: 20px 0 0 0;
}
.compare-box.compare-individual .box-list {
  border-top: 1px solid var(--ot-border-color);
  border-bottom: 1px solid var(--ot-border-color);
  border-left: 1px solid var(--ot-border-color);
}
.compare-box.compare-themeclub .box-list {
  border: 1px solid var(--theme-color);
  border-radius: 0 0 20px 0;
  background-color: #F9F8FF;
}
.compare-box.compare-themeclub .box-top {
  border-right: 1px solid var(--ot-border-color);
  border-left: 1px solid var(--ot-border-color);
  border-radius: 0 20px 0 0;
}
@media (max-width: 767px) {
  .compare-box .box-top {
    padding: 16px;
  }
  .compare-box .box-top .box-title {
    font-size: 14px;
    white-space: nowrap;
  }
  .compare-box .box-list p {
    font-size: 14px;
    padding: 16px;
    white-space: nowrap;
  }
  .compare-box-list {
    border-radius: 14px 0 0 14px;
  }
  .compare-box.compare-individual .box-top {
    border-radius: 14px 0 0 0;
  }
  .compare-box.compare-themeclub .box-list {
    border-radius: 0 0 14px 0;
  }
  .compare-box.compare-themeclub .box-top {
    border-radius: 0 14px 0 0;
  }
}
@media (max-width: 575px) {
  .compare-box-scroll {
    overflow-x: scroll;
  }
  .compare-box-area {
    min-width: 480px;
  }
  .compare-box .box-top {
    padding: 10px 14px;
  }
  .compare-box .box-list p {
    padding: 10px 14px;
  }
}

.themeclub-banner .two_bg {
  background-image: url("../img/two_bg.png");
  background-size: 100% 100%;
  border-radius: 26px;
  -webkit-filter: drop-shadow(0px 4px 14px rgba(112, 78, 249, 0.7)) drop-shadow(0px 14px 64px #B69CFF);
          filter: drop-shadow(0px 4px 14px rgba(112, 78, 249, 0.7)) drop-shadow(0px 14px 64px #B69CFF);
  color: var(--white-color);
  padding: 0 12px;
  margin-right: 5px;
  display: inline-block;
  letter-spacing: -0.04em;
  overflow: visible;
}
.is-safari .themeclub-banner .two_bg {
  -webkit-filter: none;
          filter: none;
}

.cta-box3 {
  background-color: #EAE4FE;
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
  border-radius: 24px;
  padding: 80px 50px;
  text-align: center;
}
.cta-box3 .cta-info-text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 8px 12px;
  background: #F6F4FF;
  -webkit-box-shadow: 0px 4px 4px rgba(112, 78, 249, 0.05);
          box-shadow: 0px 4px 4px rgba(112, 78, 249, 0.05);
  border-radius: 12px;
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 600;
  color: var(--theme-color);
}
.cta-box3 .cta-info-text .ot-icon {
  width: 19px;
  height: 22px;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
@media (max-width: 991px) {
  .cta-box3 .cta-info-text {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .cta-box3 .cta-info-text {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 6px;
  }
}
@media (max-width: 575px) {
  .cta-box3 {
    padding: 60px 24px;
  }
  .cta-box3 .cta-info-text {
    font-size: 16px;
    padding-bottom: 12px;
  }
}

.price-math-area {
  padding-top: 120px;
  position: relative;
  z-index: 2;
}
.price-math-area .pattern-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 726px;
  pointer-events: none;
  background-size: 13%;
  background-repeat: repeat-x;
  background-position: top center;
  z-index: -1;
  pointer-events: none;
}
.price-math-wrap {
  max-width: 940px;
  margin: 0 auto;
}
.price-math-wrap .ot-btn {
  padding: 27px;
}
.price-math-sec {
  margin-top: -70px;
}
.price-math-sec .style-1 {
  background-color: #BFAFFC;
  margin-bottom: 80px;
}
.price-math {
  padding: 40px 104px;
  background-color: #EAE4FE;
  background-size: contain;
  background-position: bottom;
  background-position: top right;
  border-radius: 24px;
}
.price-math .box-title {
  font-weight: 500;
  margin: 0 0 4px 0;
}
.price-math .box-text {
  margin-bottom: 16px;
}
.price-math .box-content {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.price-math .list {
  padding: 13px 16px;
  font-size: 18px;
  font-weight: 500;
  color: var(--title-color);
  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;
  -webkit-box-shadow: 0px 14px 15px rgba(136, 94, 240, 0.11);
          box-shadow: 0px 14px 15px rgba(136, 94, 240, 0.11);
  background-color: var(--white-color);
  margin-bottom: 2px;
  letter-spacing: -0.01em;
}
.price-math .list .ot-icon {
  width: 24px;
  height: 24px;
}
.price-math .list .text {
  font-size: 22px;
  font-weight: 500;
}
.price-math .list .value {
  margin-left: auto;
}
.price-math .list:first-child {
  border-radius: 10px 10px 0 0;
}
.price-math .list:nth-last-child(2) {
  margin-bottom: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), to(#EDE9FF));
  background: linear-gradient(90deg, #FFFFFF 0%, #EDE9FF 100%);
}
.price-math .list:last-child {
  border-radius: 0 0 10px 10px;
  margin-bottom: 10px;
  padding: 24px 22px;
}
.price-math .list:last-child .value {
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
}
.price-math-template {
  max-width: 486px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
.price-math-template .box-img {
  margin-bottom: 20px;
}
.price-math-template .box-img img {
  width: 100%;
}
.price-math-template .box-glow {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  opacity: 0.5;
}
.price-math-template .ot-btn {
  padding: 27px;
}
@media (max-width: 1299px) {
  .price-math {
    padding: 40px 60px;
  }
  .price-math-sec {
    margin-top: -40px;
  }
  .price-math-sec .style-1 {
    margin-bottom: 60px;
  }
}
@media (max-width: 1199px) {
  .price-math {
    padding: 30px;
  }
  .price-math .list .text {
    font-size: 20px;
  }
  .price-math-area {
    padding-top: 90px;
  }
  .price-math-area .pattern-bg {
    background-size: 17%;
  }
}
@media (max-width: 991px) {
  .price-math {
    padding: 50px;
  }
  .price-math-template {
    max-width: 100%;
  }
  .price-math-sec {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .price-math {
    padding: 30px;
  }
  .price-math .list .text {
    font-size: 18px;
  }
  .price-math-area {
    padding-top: 60px;
  }
  .price-math-area .pattern-bg {
    background-size: 25%;
  }
}
@media (max-width: 575px) {
  .price-math {
    padding: 20px;
  }
  .price-math .list {
    gap: 6px;
    padding: 10px 12px;
  }
  .price-math .list .ot-icon {
    width: 18px;
    height: 18px;
  }
  .price-math .list .text {
    font-size: 15px;
    line-height: 1.3;
  }
  .price-math .list .value {
    font-size: 15px;
  }
  .price-math-area {
    padding-top: 60px;
  }
  .price-math-area .pattern-bg {
    background-size: 25%;
  }
}

/*------------------- Customization -------------------*/
hr.style-1 {
  background-color: var(--ot-border-color);
  opacity: 1;
}

.customization-step .box-icon {
  margin-bottom: 30px;
}
.customization-step .box-title {
  margin-bottom: 8px;
}
.customization-step .box-text {
  max-width: 270px;
}
@media (max-width: 1199px) {
  .customization-step .box-text {
    max-width: 370px;
  }
}
@media (max-width: 767px) {
  .customization-step {
    text-align: center;
  }
  .customization-step .box-text {
    margin-left: auto;
    margin-right: auto;
  }
}

.csm-box1,
.csm-box2 {
  border-radius: 16px;
  background-color: var(--smoke-color);
}
.csm-box1 .box-content,
.csm-box2 .box-content {
  padding: 40px 40px 0 40px;
}
.csm-box1 .box-title,
.csm-box2 .box-title {
  max-width: 380px;
  margin-bottom: 12px;
}
.csm-box1 .box-text,
.csm-box2 .box-text {
  max-width: 540px;
}
.csm-box1 .box-text b,
.csm-box2 .box-text b {
  font-weight: 500;
  color: var(--title-color);
}
@media (max-width: 575px) {
  .csm-box1 .box-content,
  .csm-box2 .box-content {
    padding: 30px 30px 10px 30px;
  }
}

.csm-box1 .box-img {
  text-align: right;
  margin-top: -24px;
}

.csm-box2 .box-img {
  text-align: center;
  margin-top: 20px;
  max-width: 520px;
  margin-left: auto;
}
@media (max-width: 991px) {
  .csm-box2 .box-img {
    max-width: 600px;
  }
}
@media (max-width: 575px) {
  .csm-box2 .box-img {
    margin-top: 0;
    padding-left: 15px;
  }
}

.csm-box3 {
  padding: 30px;
  background-color: var(--smoke-color);
  border-radius: 16px;
  margin-top: 12px;
}
.csm-box3 .box-title {
  margin-bottom: 12px;
}
.csm-box3 .box-text {
  max-width: 540px;
  margin-bottom: 40px;
}
.csm-box3 .box-text b {
  font-weight: 500;
  color: var(--title-color);
}
.csm-box3 .btn-group {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.csm-box3 .btn-group .ot-btn {
  white-space: nowrap;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.csm-box3 .i-text {
  margin: 0;
}
.csm-box3 .i-text b {
  font-weight: 500;
  color: var(--title-color);
}
@media (max-width: 1199px) {
  .csm-box3 .box-text {
    margin-bottom: 24px;
  }
}
@media (max-width: 575px) {
  .csm-box3 .btn-group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.csm-box4 {
  padding: 40px;
  background-color: var(--smoke-color);
  border-radius: 16px;
  min-height: 480px;
  display: grid;
  gap: 30px;
  overflow: hidden;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  position: relative;
  z-index: 2;
}
.csm-box4 .h3 {
  margin-bottom: 12px;
}
.csm-box4 .box-text {
  max-width: 360px;
}
.csm-box4 .box-text b {
  font-weight: 500;
  color: var(--title-color);
}
.csm-box4 .i-text {
  margin: 8px 0 0 0;
}
.csm-box4 .box-img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 1199px) {
  .csm-box4 {
    padding: 30px;
  }
}

.csm-testi-area {
  background-color: var(--smoke-color);
  border-radius: 16px;
}
.csm-testi-top {
  padding: 40px;
  border-bottom: 1px solid var(--ot-border-color);
}
.csm-testi-top .box-sub {
  font-size: 14px;
  font-weight: 500;
  color: var(--theme-color);
  margin-bottom: 27px;
}
.csm-testi-top .box-text {
  margin: 0;
}
.csm-testi-top .box-number {
  font-size: 44px;
  font-weight: 600;
  color: var(--title-color);
  margin-bottom: 14px;
}
.csm-testi-top .box-number .ot-icon {
  width: 32px;
  height: 32px;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.csm-testi-wrap {
  padding: 40px;
}
.csm-testi-slider {
  max-width: 542px;
  margin-left: auto;
  margin-right: auto;
}
.csm-testi-slider .slick-arrow {
  --pos-x: -65px;
}
@media (max-width: 1299px) {
  .csm-testi-slider .slick-arrow {
    --pos-x: -40px;
  }
}
@media (max-width: 1199px) {
  .csm-testi-slider .slick-arrow {
    --pos-x: -34px;
  }
}
@media (max-width: 991px) {
  .csm-testi-slider .slick-arrow {
    --pos-x: -45px;
  }
}
.csm-testi {
  text-align: center;
  padding: 24px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #FFFFFF;
  -webkit-box-shadow: 0px 11.6161px 10px rgba(18, 18, 18, 0.02);
          box-shadow: 0px 11.6161px 10px rgba(18, 18, 18, 0.02);
  border-radius: 16px;
}
.csm-testi .box-text {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.01em;
  margin-bottom: 37px;
}
.csm-testi .box-profile {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.csm-testi .avater {
  width: 32px;
  border-radius: 99px;
  overflow: hidden;
}
.csm-testi .name {
  font-size: 16px;
  font-weight: 400;
  color: var(--title-color);
  margin: 0 0 0 6px;
}
.csm-testi .desig {
  color: var(--light-color);
}
@media (max-width: 767px) {
  .csm-testi-top {
    padding: 30px;
  }
  .csm-testi-wrap {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .csm-testi .box-text {
    font-size: 16px;
    margin-bottom: 32px;
  }
}

.customization-form-area {
  border-left: 1px solid var(--smoke-color);
  border-right: 1px solid var(--smoke-color);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.customization-form-area .plus {
  position: absolute;
  font-size: 24px;
  line-height: 14px;
  font-weight: 400;
  color: var(--ot-border-color);
  z-index: 3;
}
.customization-form-area .plus:nth-child(1) {
  top: -9px;
  left: -8px;
}
.customization-form-area .plus:nth-child(2) {
  top: -9px;
  right: -8px;
}
.customization-form-area .plus:nth-child(3) {
  bottom: -6px;
  left: -8px;
}
.customization-form-area .plus:nth-child(4) {
  bottom: -6px;
  right: -8px;
}
@media (max-width: 991px) {
  .customization-form-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.customization-form-sec {
  border-top: 1px solid var(--smoke-color);
  border-bottom: 1px solid var(--smoke-color);
  padding-top: 24px;
  padding-bottom: 24px;
}

.customization-form-line {
  border-top: 1px solid var(--smoke-color);
  border-bottom: 1px solid var(--smoke-color);
}

.customization-form {
  -webkit-box-flex: 684px;
      -ms-flex: 684px;
          flex: 684px;
  --bs-gutter-x: 30px;
  padding: 45px 30px 45px 80px;
  position: relative;
  z-index: 2;
}
.customization-form .row {
  --bs-gutter-x: 30px;
}
.customization-form .wpcf7-form {
  position: relative;
}
.customization-form .wpcf7-response-output {
  position: absolute;
  bottom: -30px;
  left: 0;
  z-index: 3;
}
@media (max-width: 1299px) {
  .customization-form {
    padding: 40px 30px 40px 30px;
  }
}
@media (max-width: 1199px) {
  .customization-form {
    -webkit-box-flex: 45%;
        -ms-flex: 45%;
            flex: 45%;
  }
}
@media (max-width: 991px) {
  .customization-form {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    padding: 30px;
  }
  .customization-form .wpcf7-response-output {
    position: static;
  }
}
@media (max-width: 575px) {
  .customization-form {
    padding: 24px;
  }
}

.csm-img-slider-wrap {
  margin-top: 90px;
}
.csm-img-slider {
  pointer-events: none;
}
.csm-img-slider .slick-slide {
  margin: 0 6px;
}
.csm-img-slider .csm-img {
  background-color: var(--ot-border-color);
  border-radius: 16px;
  padding: 25px 25px 0 25px;
}
@media (max-width: 991px) {
  .csm-img-slider-wrap {
    margin-top: 40px;
  }
}

.csm-box5-wrap {
  -webkit-box-flex: 616px;
      -ms-flex: 616px;
          flex: 616px;
  max-width: 616px;
  margin-left: -1px;
  position: relative;
  z-index: 2;
}
.csm-box5-wrap:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-left: 1px solid var(--smoke-color);
  border-right: 1px solid var(--smoke-color);
}
.csm-box5-wrap .plus {
  top: unset !important;
  bottom: -30px !important;
  z-index: 2;
}
.csm-box5 {
  background-color: var(--smoke-color);
  border-radius: 24px;
  height: 100%;
  overflow: hidden;
}
.csm-box5 .box-content {
  padding: 40px;
}
.csm-box5 .box-text {
  max-width: 474px;
}
@media (max-width: 1199px) {
  .csm-box5 .box-content {
    padding: 30px;
  }
  .csm-box5-wrap {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
    max-width: 50%;
  }
}
@media (max-width: 991px) {
  .csm-box5-wrap {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
    border-bottom: 1px solid var(--smoke-color);
  }
}
@media (max-width: 575px) {
  .csm-box5 .box-content {
    padding: 24px;
  }
}

/*------------------- Sign in -------------------*/
.sign-in-page + .footer-layout1,
.sign-in-page .ot-header,
.sign-in-page .footer-layout1,
.sign-up-page + .footer-layout1,
.sign-up-page .ot-header,
.sign-up-page .footer-layout1 {
  display: none;
}

.otp-message {
  margin-bottom: 12px;
}
.otp-message.success {
  color: var(--success-color);
}
.otp-message.error {
  color: var(--error-color);
}

.sign-img-slider {
  pointer-events: none;
}
.sign-img-slider .slick-slide {
  margin: 0 4px;
}
.sign-img {
  border-radius: 4px;
  overflow: hidden;
}

.otp-input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.otp-input-group .otp-input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 48px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  padding: 0;
  text-align: center;
  color: var(--theme-color);
  border: 1px solid var(--ot-border-color);
  border-radius: 10px;
  outline: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #f9f9f9;
}
.otp-input-group .otp-seperator {
  font-size: 24px;
  font-weight: 500;
  color: var(--theme-color);
  margin: 0 8px;
}
.otp-input-group .otp-input:focus {
  color: var(--theme-color);
  border-color: var(--theme-color);
  background-color: var(--body-bg);
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}
.otp-input-group .otp-input.error {
  border-color: #FF9B9B;
  background-color: #FDF4F4;
  -webkit-animation: shake 0.4s ease;
          animation: shake 0.4s ease;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  75% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  75% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
.sign-in-sec {
  overflow: hidden;
}
.sign-in-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  min-height: 100dvh;
  padding: 20px;
}
.sign-in-left {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  max-width: 50%;
  background-color: var(--smoke-color);
  border-radius: 16px;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  position: relative;
  z-index: 2;
}
.sign-in-left .line-box {
  position: absolute;
  top: 0;
  left: calc(50% - 220px);
  width: 100%;
  height: 100%;
  max-width: 440px;
  border-left: 2px solid var(--white-color);
  border-right: 2px solid var(--white-color);
}
.sign-in-right {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 3;
}
.sign-in-form .form-group {
  --bs-gutter-x: 30px;
}
.sign-in-form .form-control {
  width: 100%;
}
.sign-in-form .form-btn .ot-btn {
  width: 100%;
  background-color: var(--theme-color);
}
.sign-in-form .form-btn .ot-btn:hover {
  background-color: var(--title-color);
}
.sign-in-form .form-btn .ot-btn:disabled {
  background-color: var(--smoke-color);
  color: var(--body-color);
  pointer-events: none;
}
.sign-in-form .sign-in-autoclick {
  display: none;
}
.sign-in-form .input-and-wrong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 18px;
  margin-bottom: var(--bs-gutter-x);
}
.sign-in-form .input-and-wrong .form-group {
  max-width: 394px;
  margin-bottom: 0;
}
.sign-in-form .input-and-wrong .wrong-text {
  margin-bottom: 14px;
}
.sign-in-form-wrap {
  max-width: 100%;
  width: 414px;
  margin: 60px auto;
}
.sign-in-box {
  width: 100%;
  max-width: 412px;
  background-color: var(--body-bg);
  border-radius: 12px;
  position: relative;
  z-index: 2;
}
.sign-in-box:before, .sign-in-box:after {
  content: "";
  height: 2px;
  width: 1000px;
  background-color: var(--body-bg);
  position: absolute;
}
.sign-in-box:before {
  right: 100%;
  bottom: -1px;
}
.sign-in-box:after {
  left: 100%;
  top: 0;
}
.sign-in-box .plus {
  position: absolute;
  color: var(--body-bg);
  background-color: var(--smoke-color);
  width: 24px;
  height: 24px;
  line-height: 22px;
  z-index: 3;
  font-size: 24px;
  text-align: center;
}
.sign-in-box .plus1 {
  left: 100%;
  top: -12px;
}
.sign-in-box .plus2 {
  right: 100%;
  bottom: -12px;
}
.sign-in-box .box-content {
  padding: 40px 40px 30px 40px;
}
.sign-in-box .sec-title {
  margin-bottom: 16px;
}
.sign-in-box .sec-title .icon-webflow {
  width: 30px;
  height: 20px;
  color: #146EF5;
  margin-left: 4px;
}
.sign-in-box .sec-title .icon-framer {
  width: 20px;
  height: 30px;
}
.sign-in-box .box-bottom {
  padding: 40px;
}
.sign-in-box .normal-link {
  line-height: 20px;
}
.sign-in-box .normal-link svg {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.sign-in-box .glow {
  position: absolute;
  width: 100%;
  height: 80px;
  left: 0;
  bottom: 116px;
  background: #BFAFFC;
  -webkit-filter: blur(27px);
          filter: blur(27px);
  z-index: -1;
}
@media (max-width: 991px) {
  .sign-in-left {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
    padding: 50px 20px;
  }
  .sign-in-inner {
    padding: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sign-in-form-wrap {
    margin: 50px auto;
  }
}
@media (max-width: 575px) {
  .sign-in-box {
    max-width: calc(100vw - 50px);
  }
  .sign-in-box .box-content {
    padding: 30px;
  }
  .sign-in-box .box-bottom {
    padding: 30px;
  }
  .sign-in-box .plus {
    display: none;
  }
  .sign-in-form-wrap {
    max-width: 100%;
    width: 100%;
  }
}

.social-sign-in-wrap {
  margin-top: 30px;
}
.social-sign-in-wrap .onixtheme-google-login-btn {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 14px;
  border-radius: 10px;
  border: 1px solid var(--ot-border-color);
  text-align: center;
  font-size: 0;
  position: relative;
}
.social-sign-in-wrap .onixtheme-google-login-btn:after {
  content: url("../img/logo-google.svg");
  max-width: 81px;
  display: inline-block;
  line-height: 24px;
  position: absolute;
  left: calc(50% - 40px);
  top: calc(50% - 12px);
}
.social-sign-in-wrap .onixtheme-google-login-btn:hover {
  border-color: var(--theme-color);
  -webkit-box-shadow: 0px 12px 20px rgba(112, 78, 249, 0.15);
          box-shadow: 0px 12px 20px rgba(112, 78, 249, 0.15);
}
.social-sign-in-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.social-sign-in {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 14px;
  border-radius: 10px;
  border: 1px solid var(--ot-border-color);
  text-align: center;
  font-size: 0;
}
.social-sign-in:hover {
  border-color: var(--theme-color);
  -webkit-box-shadow: 0px 12px 20px rgba(112, 78, 249, 0.15);
          box-shadow: 0px 12px 20px rgba(112, 78, 249, 0.15);
}

.form-bottom-link {
  text-align: center;
  margin: 30px 0 0 0;
}
.form-bottom-link a {
  font-weight: 500;
  color: var(--title-color);
  text-decoration: underline;
}
.form-bottom-link a:hover {
  color: var(--theme-color);
}

.sign-agree-text {
  background-color: var(--smoke-color);
  color: var(--light-color);
  padding: 24px;
  border-radius: 10px;
  margin: 40px 0 0 0;
}
.sign-agree-text a {
  color: var(--title-color);
}
.sign-agree-text a:hover {
  color: var(--theme-color);
}

@media (max-width: 575px) {
  .sign-in-top {
    text-align: center;
    padding-bottom: 10px;
  }
}
/*------------------- Access -------------------*/
.access-try-page {
  background-color: var(--smoke-color);
}
.access-try-page + .footer-layout1,
.access-try-page .footer-layout1 {
  display: none;
}

.top-left-logo {
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px 0 50px 0;
}

.access-try-sec {
  overflow: hidden;
}
.access-try-left {
  min-height: 100dvh;
  max-width: 510px;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  position: relative;
  z-index: 2;
}
.access-try-box {
  padding: 50px;
  background-color: var(--body-bg);
  -webkit-box-shadow: 0px 24px 20px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 24px 20px rgba(0, 0, 0, 0.04);
  border-radius: 16px;
}
@media (max-width: 1299px) {
  .access-try-right {
    max-width: 500px;
  }
}
@media (max-width: 1199px) {
  .access-try-left {
    max-width: 450px;
  }
  .access-try-right {
    max-width: 450px;
  }
  .access-try-box {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .access-try-left {
    max-width: 100%;
    min-height: auto;
    padding: 110px 0 60px 0;
  }
  .access-try-right {
    max-width: 100%;
  }
  .access-try-box {
    padding: 50px;
  }
}
@media (max-width: 575px) {
  .access-try-box {
    padding: 24px;
  }
  .access-try-box .otp-input-group {
    gap: 6px;
  }
  .access-try-box .otp-input-group .otp-seperator {
    margin: 0 4px;
  }
}
@media (max-width: 375px) {
  .access-try-box {
    padding: 16px;
  }
}

.access-try-slider-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.access-try-slider {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 300px;
  pointer-events: none;
}
.access-try-slider .slick-list {
  height: 100dvh !important;
}
.access-try-slider .slick-slide {
  padding: 12px 0;
}
.access-try-slider .access-try-img img {
  width: 100%;
}
@media (max-width: 991px) {
  .access-try-slider {
    max-width: 100%;
    width: 100%;
  }
  .access-try-slider .slick-list {
    height: 500px !important;
  }
}
@media (max-width: 991px) {
  .access-try-slider-wrap {
    gap: 16px;
  }
  .access-try-slider .slick-slide {
    padding: 8px 0;
  }
}

.access-try-slider2 {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.access-try-slider2 .access-try-img {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.access-file-page + .footer-layout1,
.access-file-page .footer-layout1 {
  display: none;
}

.access-file-area {
  max-width: 820px;
  margin: 0 auto;
}
.access-file-wrap {
  margin: 80px 0;
}
.access-file-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--ot-border-color);
}
.access-file-box:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.access-file-box .box-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.access-file-box .box-name {
  font-size: 16px;
  font-weight: 500;
  color: var(--title-color);
  margin-bottom: 5px;
}
.access-file-box .box-img {
  width: 61px;
}
.access-file-box .box-img img {
  border-radius: 6px;
}
.access-file-box .box-cms {
  padding: 5px 8px;
  border-radius: 8px;
  background-color: var(--smoke-color);
  font-size: 14px;
  height: 33px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.access-file-box .validity-text {
  font-size: 13px;
  font-weight: 500;
  color: var(--light-color);
  margin: 5px 0 0 0;
}
.access-file-box .validity-text span {
  color: var(--title-color);
}
.access-file-box .box-btns {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 65%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
}
.access-file-box .box-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 8px 16px;
  color: var(--white-color);
  background-color: var(--title-color);
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
}
.access-file-box .box-btn:hover {
  background-color: #282828;
}
@media (max-width: 991px) {
  .access-file-wrap {
    margin: 70px 0;
  }
}
@media (max-width: 575px) {
  .access-file-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .access-file-box .box-btns {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

/*------------------- Checkout  -------------------*/
.woocommerce-page .topheader {
  display: none;
}
.woocommerce-page .top-outer {
  background: transparent;
}

.checkout-page {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(47%, var(--smoke-color)), color-stop(47%, var(--smoke-color)), color-stop(47%, var(--body-bg)), to(var(--body-bg)));
  background-image: linear-gradient(to right, var(--smoke-color) 47%, var(--smoke-color) 47%, var(--body-bg) 47%, var(--body-bg) 100%);
}
.checkout-page .entry-header,
.checkout-page .ot-header,
.checkout-page .footer-wrapper {
  display: none;
}
@media (max-width: 1199px) {
  .checkout-page {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--smoke-color)), color-stop(50%, var(--smoke-color)), color-stop(50%, var(--body-bg)), to(var(--body-bg)));
    background-image: linear-gradient(to right, var(--smoke-color) 50%, var(--smoke-color) 50%, var(--body-bg) 50%, var(--body-bg) 100%);
  }
}
@media (max-width: 991px) {
  .checkout-page {
    background: var(--smoke-color);
  }
}

.checkout-sec {
  overflow: hidden;
}

.checkout-left {
  padding-bottom: 50px;
}

.checkout-right {
  padding-left: 100px;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  z-index: 2;
}
.checkout-right .access-file-wrap {
  padding: 100px 0 60px 0;
  margin: 0 !important;
}
@media (max-width: 1199px) {
  .checkout-right {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .checkout-right .access-file-wrap {
    padding: 50px 0 50px 0;
  }
  .checkout-right:before {
    content: "";
    position: absolute;
    top: 0;
    left: -70px;
    background-color: var(--body-bg);
    z-index: -1;
    width: calc(100vw + 140px);
    height: 100%;
  }
}

@media (max-width: 767px) {
  .ch-mobile-title {
    font-size: 30px;
  }
}

.woocommerce-billing-fields h4 {
  font-size: 16px;
  margin-bottom: 4px;
  font-weight: 500;
}
.woocommerce-billing-fields > h3 {
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: -0.01em;
  font-weight: 600;
}

.woocommerce-additional-fields {
  display: none;
}

.heading-label {
  font-size: 24px;
  font-weight: 500;
  color: var(--title-color);
  padding: 0;
  margin-bottom: 20px !important;
}
.heading-label h3 {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  padding: 0;
}

.authentication-form {
  max-width: 524px;
  margin: 0 auto;
}
.authentication-form .form-check {
  padding-left: 0;
}
.authentication-form .form-check-label:before {
  border-radius: 20px;
  margin-right: 8px;
}
.authentication-form .ot-btn {
  border-radius: 16px !important;
}

.woocommerce-lost-password .woocommerce-message {
  max-width: 524px;
  margin: 120px auto -75px auto;
  padding-left: 50px;
}
.woocommerce-lost-password .woocommerce-message::before {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  display: inline-block !important;
  color: var(--theme-color);
}
@media (max-width: 991px) {
  .woocommerce-lost-password .woocommerce-message {
    margin: 80px auto -50px auto;
  }
}
@media (max-width: 575px) {
  .woocommerce-lost-password .woocommerce-message {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.your-order h4 {
  font-size: 18px;
  margin-bottom: 4px;
  font-weight: 500;
}
.your-order .cart-item {
  margin-bottom: 15px;
}

.checkout-form .form-row {
  padding: 0 !important;
  margin-bottom: 25px !important;
}
.checkout-form .form-row input {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.checkout-form .form-row.place-order {
  margin-bottom: 0 !important;
}
.checkout-form .form-row .form-select {
  cursor: pointer;
}
.checkout-form .form-row .required {
  color: inherit !important;
  font-weight: inherit !important;
}
.checkout-form .form-row.validate-email {
  margin-bottom: 30px !important;
}
.checkout-form #billing_postcode_field,
.checkout-form #billing_company_field,
.checkout-form #billing_first_name_field,
.checkout-form #billing_last_name_field {
  width: calc(50% - 5px);
}
.checkout-form #billing_company_field,
.checkout-form #billing_first_name_field {
  float: left;
}
.checkout-form #billing_postcode_field,
.checkout-form #billing_last_name_field {
  float: right;
}
.checkout-form select {
  background-position: right 20px center;
  background-color: var(--smoke-color);
}
.checkout-form label {
  font-weight: 500;
  font-size: 16px;
  color: var(--title-color);
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .checkout-form label span.optional {
    display: none;
  }
}
.checkout-form .form-check .form-check-input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.line-input .form-group label {
  display: none;
}
.line-input .form-group select,
.line-input .form-group input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid var(--ot-border-color);
  border-radius: 0;
  padding: 0 0 12px 0;
  height: 34px;
}
.line-input .form-group select {
  background-position: right top 5px;
}

.billing-details .form-group label {
  display: none;
}
.billing-details select,
.billing-details input {
  background-color: transparent;
  border: 1px solid #19316A;
  color: var(--body-color);
}
.billing-details select::-webkit-input-placeholder, .billing-details input::-webkit-input-placeholder {
  color: var(--body-color);
  background-color: transparent;
}
.billing-details select::-moz-placeholder, .billing-details input::-moz-placeholder {
  color: var(--body-color);
  background-color: transparent;
}
.billing-details select:-ms-input-placeholder, .billing-details input:-ms-input-placeholder {
  color: var(--body-color);
  background-color: transparent;
}
.billing-details select::-ms-input-placeholder, .billing-details input::-ms-input-placeholder {
  color: var(--body-color);
  background-color: transparent;
}
.billing-details select::placeholder,
.billing-details input::placeholder {
  color: var(--body-color);
  background-color: transparent;
}
.billing-details select:focus,
.billing-details input:focus {
  color: var(--body-color);
  border-color: var(--theme-color);
}
.billing-details select:focus:placeholder,
.billing-details input:focus:placeholder {
  color: var(--body-color);
}
.billing-details .form-select, .billing-details select {
  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='%23A3AEC7' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
}

.select2-container--default .select2-selection--single {
  background-color: transparent;
  border: 1px solid var(--ot-border-color);
  border-radius: 10px;
  height: 48px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: var(--light-color);
}

.select2-container--open .select2-dropdown {
  left: 0;
  border: 1px solid var(--ot-border-color);
  border-top: none;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid var(--ot-border-color);
  height: 44px;
  border-radius: 10px;
}

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

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

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--light-color);
  line-height: 48px;
  padding: 0;
  padding-left: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 10px;
  right: 14px;
  -webkit-filter: grayscale(1) invert(1) brightness(0.5);
          filter: grayscale(1) invert(1) brightness(0.5);
}

.account-information {
  border-radius: 20px;
  border: 1px solid #211437;
  background: var(--smoke-color);
  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: var(--smoke-color);
  border-color: var(--ot-border-color);
  color: var(--white-color);
}
.account-information .form-group .form-control::-webkit-input-placeholder {
  color: var(--light-color);
}
.account-information .form-group .form-control::-moz-placeholder {
  color: var(--light-color);
}
.account-information .form-group .form-control:-ms-input-placeholder {
  color: var(--light-color);
}
.account-information .form-group .form-control::-ms-input-placeholder {
  color: var(--light-color);
}
.account-information .form-group .form-control::placeholder {
  color: var(--light-color);
}
.account-information .form-group .form-select {
  cursor: pointer;
  color: var(--light-color);
  border-color: var(--theme-color);
}
.account-information .form-check {
  border-radius: 10px;
  border: 1px solid #2E1E48;
  background: var(--smoke-color);
  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;
}

.payment-method .choose-payment {
  border-radius: 10px;
  border: 1px solid #6958E2;
  background: var(--smoke-color);
  padding: 30px;
}
.payment-method .choose-payment .payment-number {
  border-radius: 12px;
  border: 1px solid #2E1E48;
  padding: 20px 15px;
}
h3.main-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 22px;
  margin-top: -0.2em;
  color: var(--title-color);
}

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

.page-template-sign-in .footer-wrapper {
  display: none;
}

.login-page-area {
  min-height: 100dvh;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
}

.authentication-form {
  max-width: 524px;
  margin: 0 auto;
}

.custom-login-form input {
  color: var(--light-color);
}
.custom-login-form input::-moz-placeholder {
  color: var(--light-color);
}
.custom-login-form input::-webkit-input-placeholder {
  color: var(--light-color);
}
.custom-login-form input:-ms-input-placeholder {
  color: var(--light-color);
}
.custom-login-form input::-ms-input-placeholder {
  color: var(--light-color);
}
.custom-login-form input::placeholder {
  color: var(--light-color);
}

.woocommerce-form .alert {
  position: relative;
  padding: 0;
  margin-bottom: 0;
  border: none !important;
  border-radius: 0;
  background: transparent !important;
  font-weight: 500;
}
.woocommerce-form .alert-success {
  color: #92F185;
}
.woocommerce-form .alert-danger {
  color: #dd0d1f;
}

.woocommerce-form-login {
  background-color: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin-top: 0 !important;
}
@media (max-width: 767px) {
  .woocommerce-form-login {
    padding: 0 !important;
  }
}

.woocommerce-message, .woocommerce-error, .woocommerce-info {
  background-color: var(--smoke-color);
  color: var(--title-color);
  border: 1px solid rgba(255, 255, 255, 0.05) !important;
  border-radius: 12px;
  max-width: 1170px;
  margin: 0 auto 40px auto;
  padding: 15px 20px;
  list-style: none;
}
.woocommerce-message:before, .woocommerce-error:before, .woocommerce-info:before {
  display: none !important;
}
.woocommerce-message a, .woocommerce-error a, .woocommerce-info a {
  color: inherit;
}

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 */
}
.woocommerce form input::-webkit-input-placeholder {
  color: var(--light-color);
}
.woocommerce form input::-moz-placeholder {
  color: var(--light-color);
}
.woocommerce form input:-ms-input-placeholder {
  color: var(--light-color);
}
.woocommerce form input::-ms-input-placeholder {
  color: var(--light-color);
}
.woocommerce form input::placeholder {
  color: var(--light-color);
}
.woocommerce form {
  /* For Mozilla Firefox */
}
.woocommerce form input:-moz-placeholder {
  color: var(--light-color);
  opacity: 1; /* Required to override the default opacity */
}
.woocommerce form {
  /* For Internet Explorer 10-11 */
}
.woocommerce form input:-ms-input-placeholder {
  color: var(--light-color);
}
.woocommerce form {
  /* For Microsoft Edge */
}
.woocommerce form input::-ms-input-placeholder {
  color: var(--light-color);
}
.woocommerce form {
  /* For Safari, Chrome, and Opera */
}
.woocommerce form input::-webkit-input-placeholder {
  color: var(--light-color);
}

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;
}
body.woocommerce-checkout.woocommerce-page * {
  font-family: var(--body-font) !important;
}

.woocommerce-checkout .authentication-form {
  max-width: 100%;
}
.woocommerce-checkout .woocommerce-message,
.woocommerce-checkout .woocommerce-error {
  max-width: calc(50% - 15px);
  margin-right: auto;
  margin-left: 0;
}
@media (max-width: 991px) {
  .woocommerce-checkout .woocommerce-message,
  .woocommerce-checkout .woocommerce-error {
    max-width: 100%;
  }
}
.woocommerce-checkout table.shop_table {
  border-radius: 24px;
  background: var(--smoke-color) !important;
  padding: 0 !important;
  border: none !important;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  border-collapse: separate;
  border-spacing: 0;
}
@media (max-width: 575px) {
  .woocommerce-checkout table.shop_table {
    padding: 0 !important;
  }
}
.woocommerce-checkout table.shop_table td {
  border-top: none;
  padding: 0;
  vertical-align: middle;
}
.woocommerce-checkout table.shop_table dl {
  margin-bottom: 4px;
}
.woocommerce-checkout table.shop_table .recurring-total,
.woocommerce-checkout table.shop_table .recurring-totals {
  display: none;
}
.woocommerce-checkout table.shop_table .cart_item {
  display: none;
}
.woocommerce-checkout table.shop_table .product-name {
  font-size: 16px;
  font-weight: 400;
  color: var(--title-color);
}
.woocommerce-checkout table.shop_table .product-name .product-quantity {
  display: none;
}
.woocommerce-checkout table.shop_table .product-name a {
  color: inherit;
}
.woocommerce-checkout table.shop_table .product-name dd {
  font-weight: 500;
  color: var(--title-color);
}
.woocommerce-checkout table.shop_table .product-name dd p {
  color: inherit;
}
.woocommerce-checkout table.shop_table .variation {
  gap: 6px;
  font-size: 14px;
}
.woocommerce-checkout table.shop_table ul {
  list-style-type: none;
  margin: 0;
  margin-top: 5px;
  padding: 0;
}
.woocommerce-checkout table.shop_table ul li {
  display: inline-block;
  margin-bottom: 0;
  color: var(--title-color);
}
.woocommerce-checkout table.shop_table ul li p {
  margin-bottom: 0;
  display: inline-block;
}
.woocommerce-checkout table.shop_table ul li:after {
  content: "-";
  margin: 0 6px;
  color: inherit;
}
.woocommerce-checkout table.shop_table ul li:last-child:after {
  display: none;
}
.woocommerce-checkout table.shop_table ul .wc-item-meta-label {
  display: none;
}
.woocommerce-checkout table.shop_table dl.variation dd::after {
  margin-left: 2px;
}
.woocommerce-checkout table.shop_table .product-total {
  padding-right: 0;
}
.woocommerce-checkout table.shop_table .product-total .woocommerce-Price-amount {
  font-weight: 400;
}
.woocommerce-checkout table.shop_table .product-total .woocommerce-Price-amount bdi {
  font-weight: inherit;
}
.woocommerce-checkout table.shop_table thead {
  display: none;
}
.woocommerce-checkout table.shop_table th, .woocommerce-checkout table.shop_table td {
  padding: 4px 0;
  font-weight: 400;
  color: var(--body-color);
  border: none;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
.woocommerce-checkout table.shop_table th strong, .woocommerce-checkout table.shop_table td strong {
  font-weight: 400;
}
.woocommerce-checkout table.shop_table th:last-child, .woocommerce-checkout table.shop_table td:last-child {
  text-align: right;
}
.woocommerce-checkout table.shop_table .cart-discount a {
  color: var(--error-color);
}
.woocommerce-checkout table.shop_table .cart-discount a:hover {
  color: red;
}
.woocommerce-checkout table.shop_table .order-total th, .woocommerce-checkout table.shop_table .order-total td {
  border-top: 1px solid var(--ot-border-color);
}
.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: 8px 0 !important;
}
.woocommerce-checkout table.shop_table .order-total th, .woocommerce-checkout table.shop_table .order-total td {
  border-top: 1px solid var(--ot-border-color);
}
.woocommerce-checkout table.shop_table tfoot th:first-child, .woocommerce-checkout table.shop_table tfoot td:first-child {
  color: var(--body-color);
}
.woocommerce-checkout table.shop_table tfoot bdi {
  font-weight: 400;
}

body.logged-in .woocommerce-checkout .woocommerce-message,
body.logged-in .woocommerce-checkout .woocommerce-error {
  max-width: 100% !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: var(--title-color);
  font-weight: 700;
}

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

.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;
}
.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;
}
.checkout-area .checkout-right-sidebar .select-list {
  margin-bottom: 35px;
}

.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[type=checkbox],
.woocommerce-cart #payment ul.payment_methods li input[type=checkbox],
.woocommerce-checkout #payment ul.payment_methods li input[type=checkbox] {
  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: 10px;
  line-height: 1.5;
  background-color: var(--smoke-color) !important;
  color: var(--body-color);
  border: 1px solid var(--ot-border-color);
}
#add_payment_method #payment div.payment_box input,
.woocommerce-cart #payment div.payment_box input,
.woocommerce-checkout #payment div.payment_box input {
  background-color: var(--body-bg);
}
#add_payment_method #payment div.payment_box p:last-child,
.woocommerce-cart #payment div.payment_box p:last-child,
.woocommerce-checkout #payment div.payment_box p:last-child {
  margin-bottom: 0;
}
#add_payment_method #payment div.payment_box:after, #add_payment_method #payment div.payment_box:before,
.woocommerce-cart #payment div.payment_box:after,
.woocommerce-cart #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:after,
.woocommerce-checkout #payment div.payment_box:before {
  content: "";
  display: block;
  border: 12px solid var(--ot-border-color);
  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 div.payment_box:after,
.woocommerce-cart #payment div.payment_box:after,
.woocommerce-checkout #payment div.payment_box:after {
  border: 12px solid var(--smoke-color);
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  top: -10px;
}
#add_payment_method #payment div.payment_box ul,
.woocommerce-cart #payment div.payment_box ul,
.woocommerce-checkout #payment div.payment_box ul {
  list-style: none;
  padding-left: 0;
}

/**
 * WooCommerce Stripe Payment Method - Iframe & Form Fix
 * Fixes visual inconsistencies between Stripe iframe fields and WooCommerce checkout
 * Add to: Appearance > Customize > Additional CSS  OR  your child theme's style.css
 */
/* ─── Stripe Payment Form Container ─────────────────────────────────────────── */
.wc-stripe-elements-field,
.woocommerce-checkout #payment .payment_method_stripe,
#payment .payment_box.payment_method_stripe {
  background: #fff;
  border: none;
  padding: 0;
}

/* ─── Card Element Wrapper (the iframe container) ───────────────────────────── */
.wc-stripe-elements-field .stripe-card-element,
.wc-stripe-elements-field #stripe-card-element,
.wc-stripe-elements-field #stripe-exp-element,
.wc-stripe-elements-field #stripe-cvc-element,
.wc-stripe-elements-field .wc-stripe-element,
#wc-stripe-cc-form .form-row .wc-stripe-elements-field {
  background: #ffffff;
  border: 1.5px solid #d1d5db;
  border-radius: 8px;
  padding: 12px 14px;
  height: 46px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* Focus state */
.wc-stripe-elements-field .stripe-card-element.StripeElement--focus,
.wc-stripe-elements-field #stripe-card-element.StripeElement--focus,
.wc-stripe-elements-field #stripe-exp-element.StripeElement--focus,
.wc-stripe-elements-field #stripe-cvc-element.StripeElement--focus,
.wc-stripe-elements-field .wc-stripe-element.StripeElement--focus {
  border-color: #6772e5; /* Stripe purple — swap for your brand color */
  -webkit-box-shadow: 0 0 0 3px rgba(103, 114, 229, 0.15);
          box-shadow: 0 0 0 3px rgba(103, 114, 229, 0.15);
  outline: none;
}

/* Error state */
.wc-stripe-elements-field .StripeElement--invalid,
.wc-stripe-elements-field #stripe-card-element.StripeElement--invalid {
  border-color: #e53e3e;
  -webkit-box-shadow: 0 0 0 3px rgba(229, 62, 62, 0.12);
          box-shadow: 0 0 0 3px rgba(229, 62, 62, 0.12);
}

/* ─── Labels ─────────────────────────────────────────────────────────────────── */
#wc-stripe-cc-form label,
.woocommerce-checkout #payment .payment_method_stripe label {
  font-size: 14px;
  font-weight: 500;
  color: #374151;
  margin-bottom: 6px;
  display: block;
}

/* ─── Fix iframe stretching / clipping inside field ─────────────────────────── */
.wc-stripe-elements-field iframe {
  width: 100% !important;
  min-height: 20px;
  border: none !important;
  background: transparent !important;
  vertical-align: middle;
}

/* ─── Split fields row (Expiry + CVC side by side) ──────────────────────────── */
#wc-stripe-cc-form .form-row {
  margin-bottom: 16px;
}

#wc-stripe-cc-form .form-row-first,
#wc-stripe-cc-form .form-row-last {
  width: calc(50% - 8px);
  float: left;
}

#wc-stripe-cc-form .form-row-first {
  margin-right: 16px;
}

#wc-stripe-cc-form::after {
  content: "";
  display: table;
  clear: both;
}

/* ─── Card brand icons row ───────────────────────────────────────────────────── */
.wc-stripe-elements-field .wc-stripe-card-icons,
#payment .payment_box .wc-stripe-card-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  margin-bottom: 12px;
}

.wc-stripe-card-icons img {
  height: 24px;
  width: auto;
  border-radius: 4px;
  opacity: 0.85;
}

/* ─── Stripe "Powered by" badge (hide if desired) ───────────────────────────── */
/* Uncomment below to hide the Stripe badge */
/* .StripeElement ~ .stripe-source-errors + a[href*="stripe.com"] { display: none; } */
/* ─── Error message styling ──────────────────────────────────────────────────── */
.wc-stripe-elements-field .stripe-source-errors,
#stripe-card-errors,
.woocommerce-checkout #payment .stripe-source-errors {
  color: #e53e3e;
  font-size: 13px;
  margin-top: 6px;
  min-height: 18px;
  display: block;
}

/* ─── Payment box padding reset ─────────────────────────────────────────────── */
.woocommerce-checkout #payment .payment_box {
  padding: 16px 0 0;
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* ─── Responsive ─────────────────────────────────────────────────────────────── */
@media (max-width: 600px) {
  #wc-stripe-cc-form .form-row-first,
  #wc-stripe-cc-form .form-row-last {
    width: 100%;
    float: none;
    margin-right: 0;
  }
}
.payment_method_stripe .payment_box {
  background: transparent !important;
  opacity: 1 !important;
  -webkit-filter: none !important;
          filter: none !important;
  -webkit-transform: none !important;
          transform: none !important;
}

.payment_method_stripe #wc-stripe-upe-form,
.payment_method_stripe .wc-stripe-upe-element,
.payment_method_stripe .wc-upe-form {
  opacity: 1 !important;
  -webkit-filter: none !important;
          filter: none !important;
  -webkit-transform: none !important;
          transform: none !important;
  zoom: 1 !important;
}

.payment_method_stripe fieldset {
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}

/* ─── OPTIONAL: match your theme's button ────────────────────────────────────── */
/*
#place_order {
  background: #6772e5;
  color: #fff;
  border-radius: 8px;
  font-weight: 600;
  letter-spacing: 0.02em;
}
#place_order:hover {
  background: #5469d4;
}
*/
#add_payment_method #payment div.payment_box.payment_method_stripe,
.woocommerce-cart #payment div.payment_box.payment_method_stripe,
.woocommerce-checkout #payment div.payment_box.payment_method_stripe {
  padding: 0;
  margin: 1em 0;
  border-radius: 0;
  background-color: transparent !important;
  color: var(--body-color);
  border: none;
}
#add_payment_method #payment div.payment_box.payment_method_stripe:after, #add_payment_method #payment div.payment_box.payment_method_stripe:before,
.woocommerce-cart #payment div.payment_box.payment_method_stripe:after,
.woocommerce-cart #payment div.payment_box.payment_method_stripe:before,
.woocommerce-checkout #payment div.payment_box.payment_method_stripe:after,
.woocommerce-checkout #payment div.payment_box.payment_method_stripe:before {
  display: none;
}

#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 {
  margin-bottom: 20px !important;
}

.woocommerce-privacy-policy-text {
  display: none;
}
.woocommerce-privacy-policy-text a {
  color: #F3971C;
}
.woocommerce-privacy-policy-text a:hover {
  color: #fff;
}

.woocommerce form.woocommerce-checkout #payment ul.wc_payment_methods li label {
  color: var(--title-color);
  font-size: 16px;
  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: 1;
  font-weight: 500 !important;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  position: relative;
  padding: 19px 35px !important;
  margin-bottom: 5px;
  display: inline-block;
  text-decoration: none;
  color: var(--white-color) !important;
  background: var(--theme-color) !important;
  font-size: 16px;
  text-transform: capitalize !important;
  margin-top: 6px !important;
  border-radius: 27px !important;
}
.checkout-place-order:before {
  border-radius: inherit;
}
.checkout-place-order:hover:before {
  visibility: visible;
  opacity: 1;
}

.secured-text {
  font-size: 16px;
  color: var(--body-color);
  margin: 0;
  margin-top: 35px;
}
.secured-text svg {
  margin: -5px 5px 0 0;
}
.secured-text svg path {
  stroke: var(--theme-color);
}

.wt_coupon_wrapper {
  display: none;
}

.apply-item {
  margin-top: 30px;
  margin-bottom: 18px;
}
.apply-item .info-text {
  font-weight: 500;
  color: var(--title-color);
  margin-bottom: 12px;
}
.apply-item .c-title {
  text-align: left;
  font-weight: 500;
  margin-bottom: 10px;
  color: var(--title-color);
}

.coupon-form {
  position: relative;
}
.coupon-form .info-text {
  color: var(--white-color);
  margin-bottom: 5px;
  margin-top: 20px;
  margin-top: -0.35em;
}
.coupon-form .form-group {
  margin-bottom: 0;
}
.coupon-form .ot-btn {
  font-size: 14px;
  min-width: 54px;
  position: absolute;
  z-index: 4;
  top: 8px;
  right: 8px;
  height: 32px;
  outline: none;
  padding: 5px 8px;
  background: var(--theme-color);
  border-radius: 8px;
}
.coupon-form .ot-btn:hover {
  background: var(--title-color);
}
.coupon-form input#coupon_code {
  width: 100%;
  background-color: var(--body-bg);
  border: 1px solid transparent;
}
.coupon-form input#coupon_code:focus {
  border-color: var(--theme-color);
}

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

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

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

#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;
  float: left;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

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

.woocommerce-thankyou-order-details.order_details {
  padding: 0;
  margin: 0;
  margin-bottom: 24px !important;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 24px;
  list-style: none;
}
.woocommerce-thankyou-order-details.order_details:after, .woocommerce-thankyou-order-details.order_details:before {
  display: none !important;
}
@media (max-width: 1199px) {
  .woocommerce-thankyou-order-details.order_details {
    grid-template-columns: repeat(auto-fill, minmax(178px, 1fr));
    gap: 10px;
  }
}
@media (max-width: 991px) {
  .woocommerce-thankyou-order-details.order_details {
    gap: 12px;
  }
}
.woocommerce-thankyou-order-details.order_details li {
  font-size: 14px !important;
  background-color: var(--smoke-color);
  border: none !important;
  border-radius: 16px;
  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;
  font-size: 16px !important;
}
.woocommerce-thankyou-order-details.order_details + p {
  display: none;
}

.woocommerce-order .woocommerce-customer-details {
  padding: 24px;
  background-color: var(--smoke-color);
  border: none !important;
  border-radius: 24px;
  height: 100%;
  position: relative;
  z-index: 2;
}
@media (max-width: 575px) {
  .woocommerce-order .woocommerce-customer-details {
    padding: 20px;
  }
}
.woocommerce-order .woocommerce-customer-details .woocommerce-column__title {
  font-size: 18px;
  font-weight: 500;
  color: var(--title-color);
  margin-bottom: 16px;
}
.woocommerce-order .woocommerce-customer-details address {
  font-size: 18px;
  color: var(--body-color);
  line-height: 1.6;
  margin-bottom: 0;
  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 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: 24px;
  background-color: var(--body-bg);
  border: none;
  border-radius: 12px;
  height: 100%;
}
.woocommerce-order .woocommerce-order-details table.shop_table {
  border-radius: 0;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  margin-bottom: 24px !important;
  margin: 0 !important;
  width: 100%;
}
.woocommerce-order .woocommerce-order-details table.shop_table:before {
  display: none;
}
.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 {
  padding-right: 0 !important;
}
.woocommerce-order .woocommerce-order-details table.shop_table .product-name .wc-item-meta .wc-item-meta-label {
  display: none;
}
.woocommerce-order .woocommerce-order-details table.shop_table .product-name {
  font-size: 16px;
  font-weight: 400;
  color: var(--body-color);
}
.woocommerce-order .woocommerce-order-details table.shop_table tbody tr:last-child th, .woocommerce-order .woocommerce-order-details table.shop_table tbody tr:last-child td {
  border-bottom: 1px solid var(--ot-border-color);
}
@media (max-width: 575px) {
  .woocommerce-order .woocommerce-order-details {
    padding: 20px;
  }
}
.woocommerce-order .woocommerce-order-details .woocommerce-order-details__title {
  font-size: 18px;
  font-weight: 500;
  color: var(--title-color);
  margin-bottom: 16px;
}
.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(--theme-color2);
}
.woocommerce-order .woocommerce-order-details .woocommerce-orders-table--subscriptions {
  display: none;
}
.woocommerce-order .woocommerce-order-details .customer-info {
  padding-bottom: 15px;
}
.woocommerce-order .woocommerce-order-details .customer-info .info {
  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;
  margin-bottom: 6px;
}
.woocommerce-order .woocommerce-order-details .customer-info .info:last-child {
  margin-bottom: 0;
}
.woocommerce-order .woocommerce-order-details .mask-shape {
  width: 100%;
  height: 15px;
  background-image: url("../img/mask-img1.png");
  background-repeat: repeat-x;
  background-size: auto;
  position: absolute;
  bottom: 0;
  left: 0;
}
.woocommerce-order .woocommerce-order-details header {
  display: none;
  padding-top: 24px;
}
.woocommerce-order .woocommerce-order-details header h2 {
  font-size: 32px;
  font-weight: 600;
  padding-bottom: 16px;
}

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

body.woocommerce-order-received .copy-right-area,
body.woocommerce-order-received .footer-wrapper,
body.woocommerce-order-received .ot-header {
  display: none;
}
body.woocommerce-order-received .breadcumb-wrapper {
  padding-top: 130px;
  padding-bottom: 10px;
}

.big-check {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background-color: var(--theme-color);
  position: relative;
}
.big-check:after {
  content: "";
  position: absolute;
  left: 22px;
  top: 13px;
  width: 9px;
  height: 18px;
  border: solid var(--white-color);
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.order-info-wrap {
  margin-bottom: 26px;
}
.order-info {
  background-color: var(--body-bg);
  padding: 14px 16px;
  border-radius: 12px;
  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;
  font-size: 16px;
  font-weight: 500;
  color: var(--title-color);
  margin-bottom: 6px;
}
.order-info:last-child {
  margin-bottom: 0;
}
.order-info:nth-child(2) {
  background-color: rgba(255, 255, 255, 0.6);
}

/*=================================
    05. Spacing
==================================*/
/*-- Padding Left And Right --*/
.px-5 {
  padding-right: 5px;
  padding-left: 5px;
}

.px-10 {
  padding-right: 10px;
  padding-left: 10px;
}

.px-15 {
  padding-right: 15px;
  padding-left: 15px;
}

.px-20 {
  padding-right: 20px;
  padding-left: 20px;
}

.px-25 {
  padding-right: 25px;
  padding-left: 25px;
}

.px-30 {
  padding-right: 30px;
  padding-left: 30px;
}

.px-35 {
  padding-right: 35px;
  padding-left: 35px;
}

.px-40 {
  padding-right: 40px;
  padding-left: 40px;
}

.px-45 {
  padding-right: 45px;
  padding-left: 45px;
}

.px-50 {
  padding-right: 50px;
  padding-left: 50px;
}

/*-- Padding Top And Bottom --*/
.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

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

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

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

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

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

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

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

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

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

/*-- Padding Top --*/
.pt-5 {
  padding-top: 5px;
}

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

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

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

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

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

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

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

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

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

/*-- Padding Bottom --*/
.pb-5 {
  padding-bottom: 5px;
}

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

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

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

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

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

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

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

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

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

/*-- Padding Left --*/
.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

/*-- Padding Right --*/
.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

/*-- margin Left And Right --*/
.mx-5 {
  margin-right: 5px;
  margin-left: 5px;
}

.mx-10 {
  margin-right: 10px;
  margin-left: 10px;
}

.mx-15 {
  margin-right: 15px;
  margin-left: 15px;
}

.mx-20 {
  margin-right: 20px;
  margin-left: 20px;
}

.mx-25 {
  margin-right: 25px;
  margin-left: 25px;
}

.mx-30 {
  margin-right: 30px;
  margin-left: 30px;
}

.mx-35 {
  margin-right: 35px;
  margin-left: 35px;
}

.mx-40 {
  margin-right: 40px;
  margin-left: 40px;
}

.mx-45 {
  margin-right: 45px;
  margin-left: 45px;
}

.mx-50 {
  margin-right: 50px;
  margin-left: 50px;
}

/*-- margin Top And Bottom --*/
.my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

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

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

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

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

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

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

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

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

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

/*-- margin Top --*/
.mt-5 {
  margin-top: 5px;
}

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

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

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

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

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

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

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

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

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

/*-- margin Bottom --*/
.mb-5 {
  margin-bottom: 5px;
}

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

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

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

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

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

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

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

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

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

/*-- margin Left --*/
.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

/*-- margin Right --*/
.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

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

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

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

.mt-n1 {
  margin-top: -0.25rem;
}

.mt-n2 {
  margin-top: -0.6rem;
}

.mt-n3 {
  margin-top: -1rem;
}

.mt-n4 {
  margin-top: -1.5rem;
}

.mt-n5 {
  margin-top: -3rem;
}

.mb-n1 {
  margin-bottom: -0.25rem;
}

.mb-n2 {
  margin-bottom: -0.6rem;
}

.mb-n3 {
  margin-bottom: -1rem;
}

.mb-n4 {
  margin-bottom: -1.5rem;
}

.mb-n5 {
  margin-bottom: -3rem;
}

.space,
.space-top {
  padding-top: var(--section-space);
}

.space,
.space-bottom {
  padding-bottom: var(--section-space);
}

.space-extra,
.space-extra-top {
  padding-top: calc(var(--section-space) - 30px);
}

.space-extra,
.space-extra-bottom {
  padding-bottom: calc(var(--section-space) - 30px);
}

.space-extra2,
.space-extra2-top {
  padding-top: calc(var(--section-space) - 40px);
}

.space-extra2,
.space-extra2-bottom {
  padding-bottom: calc(var(--section-space) - 40px);
}

@media (max-width: 1299px) {
  :root {
    --section-space: 110px;
  }
}
@media (max-width: 991px) {
  .space,
  .space-top {
    padding-top: var(--section-space-mobile);
  }
  .space,
  .space-bottom {
    padding-bottom: var(--section-space-mobile);
  }
  .space-extra,
  .space-extra-top {
    padding-top: calc(var(--section-space-mobile) - 30px);
  }
  .space-extra,
  .space-extra-bottom {
    padding-bottom: calc(var(--section-space-mobile) - 30px);
  }
  .space-top-md-none {
    padding-top: 0;
  }
  .space-extra2,
  .space-extra2-top {
    padding-top: 70px;
  }
  .space-extra2,
  .space-extra2-bottom {
    padding-bottom: 70px;
  }
}/*# sourceMappingURL=style.css.map */