.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

a {
  transition: all ease 0.5s;
}

a:hover {
  color: #715df5;
}

a:focus {
  text-decoration: none;
}

button {
  outline: 0 !important;
  box-shadow: none;
  border: none;
  padding: 0;
}

button:focus {
  box-shadow: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #fff;
  font-weight: 700;
}

p {
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 1.8;
}

p:last-child {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.form-control {
  height: 55px;
  width: 100%;
  transition: all ease 0.5s;
}

.form-control::-moz-placeholder {
  color: #959ca9;
}

.form-control::placeholder {
  color: #959ca9;
}

.form-control:focus {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: unset;
  outline: 0;
  border-color: #715df5;
}

.form-control:hover:focus, .form-control:focus {
  box-shadow: unset;
}

textarea.form-control {
  height: auto;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

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

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

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

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

.bg-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.bg-img.bg-top-style {
  background-position: top center;
}

.preloader {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 99999;
}

.preloader .content {
  position: absolute;
  width: 80px;
  height: 80px;
  animation: spin-six 2.5s infinite cubic-bezier(0.17, 0.72, 0.55, 1.66);
  left: 50%;
  top: 50%;
  transform: translate(-50px, -50px);
}

.preloader .ball {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 11%;
  height: 50%;
  background-color: rgba(0, 0, 0, 0);
  transform-origin: bottom center;
  overflow: visible;
}

.preloader .ball:nth-of-type(2) {
  transform: translate(-50%, 0) rotate(36deg);
}

.preloader .ball:nth-of-type(3) {
  transform: translate(-50%, 0) rotate(72deg);
}

.preloader .ball:nth-of-type(4) {
  transform: translate(-50%, 0) rotate(108deg);
}

.preloader .ball:nth-of-type(5) {
  transform: translate(-50%, 0) rotate(144deg);
}

.preloader .ball:nth-of-type(6) {
  transform: translate(-50%, 0) rotate(180deg);
}

.preloader .ball:nth-of-type(7) {
  transform: translate(-50%, 0) rotate(216deg);
}

.preloader .ball:nth-of-type(8) {
  transform: translate(-50%, 0) rotate(252deg);
}

.preloader .ball:nth-of-type(9) {
  transform: translate(-50%, 0) rotate(288deg);
}

.preloader .ball:nth-of-type(10) {
  transform: translate(-50%, 0) rotate(324deg);
}

.preloader .ball::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 56%;
  border-radius: 70px;
  background-color: #715df5;
}

.preloader .ball::after {
  position: absolute;
  content: "";
  bottom: -100;
  left: 0;
  width: 100%;
  height: 56%;
  border-radius: 70px;
  background-color: #4f87ff;
  animation: opacity-six 2.5s infinite linear;
  opacity: 0;
}

.preloader.preloader-deactivate {
  visibility: hidden;
}

@keyframes spin-six {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes opacity-six {
  20% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.back-to-top {
  background-color: #715df5;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  top: 20px;
  right: 0;
  margin: auto;
  cursor: pointer;
  border-radius: 4px;
}

.main-btn {
  display: inline-block;
  position: relative;
  background-color: #715df5;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  padding: 15px 30px;
  transition: all ease 0.5s;
  text-decoration: none;
  border-radius: 50px;
}

.main-btn:hover {
  background-color: #fff;
  color: #000;
}

.main-btn.active {
  background-color: #715df5;
  color: #fff;
}

.main-btn.active:hover {
  background-color: #715df5;
}

.section-title {
  text-align: center;
  max-width: 700px;
  margin: -5px auto 100px;
}

.section-title h2 {
  font-size: 68px;
  margin-bottom: 15px;
  line-height: 53px;
  color: #fff;
  margin-bottom: 24px;
  line-height: 1.2;
}

.section-title h2 span {
  background: linear-gradient(93deg, #7469FD 36.57%, #73D0EE 64.52%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.section-title h2:last-child {
  margin-bottom: 0;
}

.section-title p {
  max-width: 702px;
  margin: auto;
  color: #6e678b;
  font-size: 18px;
  font-weight: 500;
}

.checkout-form h3 {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 40px;
}

.checkout-form h4 {
  font-size: 24px;
  margin-bottom: 30px;
}

.checkout-form .label {
  color: #fff;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 16px;
}

.checkout-form .form-control {
  background-color: rgba(0, 0, 0, 0);
  border-color: #3a374b;
  color: #fff;
  padding: 10px 24px;
  border-radius: 12px;
  height: 56px;
}

.checkout-form .form-control::-moz-placeholder {
  color: #6e678b !important;
}

.checkout-form .form-control::placeholder {
  color: #6e678b !important;
}

.checkout-form .form-control.form-select {
  color: #6e678b;
  cursor: pointer;
}

.checkout-form .form-control.form-select option {
  color: #6e678b;
  background-color: #000;
}

.checkout-any-form {
  border-radius: 20px;
  border: 1px solid #3a374b;
  background: linear-gradient(110deg, rgba(24, 21, 50, 0.5) 1.38%, rgba(5, 2, 15, 0) 95.63%);
  -webkit-backdrop-filter: blur(50.4000015259px);
          backdrop-filter: blur(50.4000015259px);
  padding: 30px;
}

.checkout-any-form h4 {
  font-size: 20px;
  margin-bottom: 20px;
}

.checkout-any-form p {
  color: #fff;
  margin-bottom: 25px;
}

.checkout-any-form .label {
  color: #fff;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 16px;
}

.checkout-any-form .form-control {
  background-color: rgba(0, 0, 0, 0);
  border-color: #3a374b;
  color: #fff;
  padding: 10px 24px;
  border-radius: 12px;
  height: 56px;
}

.checkout-any-form .form-control::-moz-placeholder {
  color: #fff;
}

.checkout-any-form .form-control::placeholder {
  color: #fff;
}

.checkout-any-form .form-control.form-select {
  color: #fff;
  cursor: pointer;
  width: 150px;
  border: none;
}

.checkout-any-form .form-control.form-select option {
  color: #fff;
  background-color: #000;
}

.checkout-any-form .form-group {
  margin-bottom: 20px;
}

.checkout-any-form .form-group .border {
  border: 1px solid #3a374b !important;
  border-radius: 12px;
  padding: 0 20px;
  padding-right: 10px;
}

.checkout-any-form .apply-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  border-radius: 7px;
}

.checkout-any-form .btn-secondary {
  background-color: rgba(0, 0, 0, 0);
  padding: 9px 20px;
}

.checkout-any-form .btn-secondary:hover {
  background-color: rgba(0, 0, 0, 0);
}

.checkout-any-form .btn-check:checked + .btn, .checkout-any-form .btn.active, .checkout-any-form .btn.show, .checkout-any-form .btn:first-child:active, .checkout-any-form :not(.btn-check) + .btn:active {
  background-color: rgba(0, 0, 0, 0);
  border-color: #715df5;
}

.checkout-any-form .payment {
  border-radius: 20px;
  border: 1px solid #3a374b;
  padding: 30px;
}

.checkout-any-form .form-check-label {
  color: #fff;
}

.checkout-any-form .form-check-label a {
  color: #715df5;
}

.checkout-any-form .order-btn {
  background: linear-gradient(96deg, #7366FD 5.33%, #72D6ED 94.59%);
}

.checkout-any-form .order-btn:hover {
  background: linear-gradient(96deg, white 5.33%, white 94.59%);
}

.copy-right-area p {
  color: #6e678b;
  max-width: 347px;
  margin: auto;
  text-align: center;
}

.copy-right-area p a {
  color: #715df5;
  text-decoration: none;
}

.copy-right-content {
  border-top: 1px solid #3a374b;
  padding-top: 20px;
  padding-bottom: 20px;
}

.shape {
  position: absolute;
  top: -24px;
  right: 0;
  left: 0;
  z-index: -1;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 14px !important;
  }
  .ptb-100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-title {
    margin: -5px auto 30px;
  }
  .section-title h2 {
    font-size: 30px;
    line-height: normal;
  }
  .section-title p {
    font-size: 16px;
  }
  .main-btn {
    font-size: 14px;
    padding: 15px 30px;
  }
  .checkout-form h3 {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .checkout-form h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .checkout-any-form {
    padding: 20px;
  }
  .checkout-any-form h4 {
    font-size: 16px;
  }
  .checkout-any-form .apply-btn {
    padding: 15px 13px;
  }
  .checkout-any-form .payment {
    padding: 15px;
  }
  .checkout-form .label {
    font-size: 14px;
  }
  .form-control::-moz-placeholder {
    font-size: 14px;
  }
  .form-control::placeholder {
    font-size: 14px;
  }
  .checkout-any-form .label {
    font-size: 14px;
  }
  .checkout-any-form .btn-secondary {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ptb-100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-title {
    margin: -5px auto 30px;
  }
  .section-title h2 {
    font-size: 30px;
    line-height: normal;
  }
  .section-title p {
    font-size: 16px;
  }
  .main-btn {
    font-size: 14px;
    padding: 15px 30px;
  }
  .checkout-form h3 {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .checkout-form h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .checkout-any-form {
    padding: 20px;
  }
  .checkout-any-form h4 {
    font-size: 16px;
  }
  .checkout-any-form .apply-btn {
    padding: 15px 13px;
  }
  .checkout-any-form .payment {
    padding: 15px;
  }
}
.woocommerce-checkout .top-bar-menu, .woocommerce-checkout .main-menu-wrap, .woocommerce-checkout .woocommerce-bar, .woocommerce-checkout .breadcrumb-wrapper, .woocommerce-checkout .entry-header, .woocommerce-checkout .site-footer {
  display: none;
}

html {
  margin-top: 0 !important;
}

h2.form-checkout-title {
  font-size: 40px !important;
  font-weight: 500;
  margin-bottom: 40px !important;
  color: #fff;
}

.woocommerce-checkout .checkout.woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields__field-wrapper .form-row label {
  color: #fff;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 16px;
}

.customer_title {
  font-size: 24px !important;
  margin-bottom: 30px;
  font-weight: 700 !important;
}

.woocommerce-input-wrapper input::-moz-placeholder {
  color: #6e678b;
}

.woocommerce-input-wrapper input::placeholder {
  color: #6e678b;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 36px !important;
  color: #6e678b;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 15px;
  right: 10px;
}

.checkout-any-form h4 {
  color: #fff !important;
}

.select2-results__option[aria-selected], .select2-results__option[data-selected] {
  cursor: pointer;
  background: #000;
  color: #fff;
}

.select2-container .select2-dropdown {
  border-color: #3a374b !important;
  background: #212121;
}

.select2-results__option {
  color: #fff;
}

.checkout-area table {
  color: #fff;
}

.woocommerce-checkout #lqd-site-content {
  background-color: transparent !important;
}

.woocommerce-checkout .woocommerce {
  background-color: transparent !important;
}

.woocommerce-checkout .logo img {
  max-width: 200px;
  margin: auto;
}

.woocommerce-checkout #lqd-site-content {
  padding-top: 30px;
}

.checkout-title h1 {
  font-size: 68px;
}

.checkout-title {
  text-align: center;
  max-width: 700px;
  margin: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.checkout-title h1 span {
  color: #609CFE;
}

.checkout-title p {
  color: #ACACAC;
}

.checkout-shape {
  display: none;
}

.woocommerce form.woocommerce-checkout h3 {
  font-size: 24px;
  font-weight: bold;
}

.woocommerce form.woocommerce-checkout .form-row label {
  font-size: 16px;
}

.woocommerce form.woocommerce-checkout .form-row .input-text:not(textarea), .woocommerce form.woocommerce-checkout .form-row .select2-selection--single:not(textarea), .address-field span.ui-selectmenu-text, .coupon-apply-item input#coupon_code {
  background-color: rgba(0, 0, 0, 0);
  border-color: #3a374b;
  color: #fff;
  padding: 10px 24px;
  border-radius: 12px;
  height: 56px;
}

.form-row textarea {
  border-radius: 12px !important;
  border: 1px solid #313131 !important;
}

ul#billing_state-menu, #billing_country-menu {
  width: 28%;
  background: #2e2e2e;
  z-index: 999999999;
  position: relative;
  padding: 7px;
  border-radius: 12px;
  top: 25px;
  height: 300px;
  overflow-y: scroll;
}

span.ui-selectmenu-text {
  line-height: 51px;
  padding-left: 20px;
  width: 100%;
}

span.select2-dropdown.select2-dropdown--above {
  background: #333333;
  border-radius: 12px;
}

#customer_details .p span {
  color: #609CFE;
}

#customer_details .p {
  color: #989898 !important;
}

.woocommerce form.woocommerce-checkout h3.order_review_heading {
  padding-top: 0;
  padding-bottom: 0;
  background-color: transparent !important;
  font-size: 20px;
  font-weight: bold;
}

.woocommerce form.woocommerce-checkout h3.order_review_heading::before {
  display: none;
}

.woocommerce form.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot .cart-subtotal .woocommerce-Price-amount {
  color: #fff;
}

.woocommerce form.woocommerce-checkout table.woocommerce-checkout-review-order-table, .woocommerce form.woocommerce-checkout #payment, .woocommerce .shop_table tr, .woocommerce .shop_table th, .woocommerce .wc_payment_methods li, .woocommerce-checkout #payment ul.payment_methods, .woocommerce .woocommerce-terms-and-conditions-wrapper, .woocommerce form.woocommerce-checkout #payment .place-order .woocommerce-privacy-policy-text, #payment div.form-row {
  background-color: transparent !important;
}

.woocommerce form.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot .order-total .woocommerce-Price-amount, .woocommerce form.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot .cart-subtotal .woocommerce-Price-amount {
  font-size: 16px;
  color: #fff;
  font-weight: normal;
}

.woocommerce form.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot .cart-subtotal td, .woocommerce form.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot .cart-subtotal th {
  border: none;
}

.woocommerce form.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot .order-total td, .woocommerce form.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot .order-total th {
  border-radius: 12px;
  padding-top: 12px;
  border: 1px solid #313131;
}

.woocommerce form.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot .order-total th {
  border-right: 0 !important;
  border-radius: 12px 0px 0px 12px;
  padding-left: 10px;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: normal;
}

.woocommerce form.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot .order-total td {
  border-left: 0 !important;
  border-radius: 0 12px 12px 0;
  padding-right: 10px;
}

/* sss */
.woocommerce form.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot .cart-subtotal td, .woocommerce form.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot .cart-subtotal th {
  border-radius: 12px;
  padding-top: 12px;
  border: 1px solid #3a374b;
}

.woocommerce form.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot .cart-subtotal th {
  border-right: 0 !important;
  border-radius: 12px 0px 0px 12px;
  padding-left: 10px;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: normal;
}

.woocommerce form.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot .cart-subtotal td {
  border-left: 0 !important;
  border-radius: 0 12px 12px 0;
  padding-right: 10px;
}

.woocommerce form.woocommerce-checkout #payment #place_order {
  width: auto;
  letter-spacing: unset;
  color: #171717;
  text-transform: capitalize;
  margin: auto;
  border-radius: 30px;
  transition: 0.4s;
}

#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 {
  max-width: 40px;
  display: inline-block;
}

.woocommerce form.woocommerce-checkout #payment ul.wc_payment_methods li label {
  color: #fff;
}

.woocommerce form.woocommerce-checkout #payment ul.wc_payment_methods li label:hover {
  background-color: transparent;
}

.woocommerce .wc_payment_methods li:nth-child(1) img, .woocommerce .wc_payment_methods li:nth-child(2) img {
  filter: unset;
}

.woocommerce form.woocommerce-checkout #payment ul.wc_payment_methods {
  margin-bottom: 0;
}

.woocommerce-terms-and-conditions-wrapper {
  padding: 0 !important;
  margin: 0 !important;
}

.woocommerce-privacy-policy-text {
  margin: 0 !important;
  padding-top: 0 !important;
}

.woocommerce form.woocommerce-checkout #payment #place_order:hover {
  opacity: 0.8;
}

.woocommerce form .form-row.woocommerce-invalid label {
  color: #cd1515;
}

.bemcom-product-area {
  padding: 0 40px;
}

.bemcom-product-area li {
  background: rgba(56, 56, 56, 0.1882352941);
  margin-bottom: 10px;
  padding: 10px 15px;
  border-radius: 12px;
  border: 1px solid #313131;
}

.bemcom-product-area {
  padding-top: 30px;
}

.bemcom-product-area select.form-select.shadow-none {
  background: transparent;
  border: none;
}

p.variations {
  color: #777070 !important;
}

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

td.product-total span.woocommerce-Price-amount.amount {
  font-size: 22px;
  font-weight: bold;
}

.woocommerce-form-coupon-toggle {
  display: none;
}

.coupon-apply-item span {
  color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
}

.coupon-apply-item input#coupon_code {
  width: 100%;
  padding: 0 15px;
  color: #fff;
}

.coupon-apply-item input#coupon_code::-moz-placeholder {
  color: #a4a4a4;
}

.coupon-apply-item input#coupon_code::placeholder {
  color: #a4a4a4;
}

.coupon-apply-item .form-group {
  position: relative;
  margin-bottom: 0;
}

.woocommerce-checkout-review-order-table thead tr {
  display: none;
}

.woocommerce form.woocommerce-checkout table.woocommerce-checkout-review-order-table tr.cart-discount th, .woocommerce form.woocommerce-checkout table.woocommerce-checkout-review-order-table tr.cart-discount td {
  padding: 9px 12px;
  border-right: 0 !important;
  padding-left: 10px;
  padding-bottom: 15px;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: normal;
  background-color: rgba(56, 56, 56, 0.1882352941) !important;
  padding-top: 12px;
  border: 1px solid #313131;
  line-height: 1.5em;
  color: #fff;
}

.woocommerce td.product-name .wc-item-meta .wc-item-meta-label, .woocommerce td.product-name .wc-item-meta dt, .woocommerce td.product-name dl.variation .wc-item-meta-label, .woocommerce td.product-name dl.variation dt, .woocommerce td.product-name dl.variation p {
  font-weight: normal;
  font-size: 14px;
}

.cart_item td.product-name {
  font-size: 20px;
  font-weight: bold !important;
}

.woocommerce-checkout-review-order-table {
  border-radius: 20px !important;
  border: 1px solid #3a374b !important;
  background: linear-gradient(110deg, rgba(24, 21, 50, 0.5) 1.38%, rgba(5, 2, 15, 0) 95.63%) !important;
  -webkit-backdrop-filter: blur(50.4000015259px) !important;
  backdrop-filter: blur(50.4000015259px) !important;
  padding: 30px;
}

.woocommerce form.woocommerce-checkout table.woocommerce-checkout-review-order-table tr.cart-discount td {
  border-left: 0 !important;
  border-radius: 0 12px 12px 0;
}

.woocommerce form.woocommerce-checkout .form-row label .required {
  color: #ffffff;
}

.select2-container .select2-dropdown {
  border-color: #d8dbe2;
  background: #212121;
}

.select2-results__option.select2-results__option--highlighted[aria-selected], .select2-results__option.select2-results__option--highlighted[data-selected] {
  background-color: #333333;
}

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

span.select2-dropdown.select2-dropdown--above {
  background: #000000;
  border-radius: 12px;
  color: #fff;
}

.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
  border: 1px solid #3a374b;
  color: #fff;
  background: #0c091f;
  border-radius: 10px !important;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  padding: 1em 2em 1em 3.5em !important;
  border-top: 3px solid !important;
}

.woocommerce-error {
  border-top-color: #b81c23 !important;
}

@media only screen and (max-width: 767px) {
  .checkout-title h1 {
    font-size: 33px;
  }
  h2.form-checkout-title {
    font-size: 25px !important;
    margin-bottom: 14px !important;
  }
  .customer_title {
    font-size: 17px !important;
  }
  .checkout-title {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .form-checkout-title {
    font-size: 30px;
  }
  .woocommerce form.woocommerce-checkout h3 {
    font-size: 18px;
    font-weight: 500;
  }
  div#wc_checkout_add_ons {
    margin-top: 20px;
  }
  .woocommerce form.woocommerce-checkout .form-row .input-text:not(textarea), .woocommerce form.woocommerce-checkout .form-row .select2-selection--single:not(textarea), .address-field span.ui-selectmenu-text, .coupon-apply-item input#coupon_code {
    height: 45px;
  }
}
.mew-product-title {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
}

.woocommerce td.product-name .wc-item-meta .wc-item-meta-label, .woocommerce td.product-name .wc-item-meta dt, .woocommerce td.product-name dl.variation .wc-item-meta-label, .woocommerce td.product-name dl.variation dt {
  font-weight: normal;
}

.product-name p {
  color: #fff;
}

table.shop_table.woocommerce-checkout-review-order-table.checkout-any-form.mb-4 {
  border-collapse: unset;
  padding: 30px !important;
  border-collapse: unset !important;
  border-radius: 20px !important;
  border: 1px solid #3a374b !important;
}

div#wc_checkout_add_ons {
  border-radius: 20px;
  border: 1px solid #3a374b;
  background: linear-gradient(110deg, rgba(24, 21, 50, 0.5) 1.38%, rgba(5, 2, 15, 0) 95.63%);
  -webkit-backdrop-filter: blur(50.4000015259px);
  backdrop-filter: blur(50.4000015259px);
  padding: 30px;
}
div#wc_checkout_add_ons .form-row label {
  color: #fff;
}
div#wc_checkout_add_ons .form-row > label {
  font-size: 20px !important;
  font-weight: 500;
}

.woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box, #add_payment_method #payment div.payment_box {
  background-color: #090718;
  border: 1px solid #272727;
  border-radius: 12px;
}

.woocommerce-order-received {
  padding: 60px 0 !important;
}

tbody, td, tfoot, th, thead, tr {
  border-color: rgba(255, 255, 255, 0.1) !important;
}
.available-info .addons-item {
  font-size: 16px;
  padding: 16px 20px 16px 58px;
  background: linear-gradient(to right, #756AFD, #74D3EE);
  border-radius: 12px;
  margin-bottom: 16px;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.available-info .addons-item:before {
  content: '';
  position: absolute;
  top: 16px;
  left: 20px;
  width: 24px;
  height: 24px;
  border: 1.5px solid #fff;
  border-radius: 5px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
}
.available-info .addons-item:after {
  content: '';
  position: absolute;
  inset: 0;
  background-color: #0B071D;
  border: 1px solid #3A374B;
  border-radius: inherit;
  z-index: -1;
  pointer-events: none;
  transition: 0.4s ease-in-out;
}
.available-info .addons-item:last-child {
  margin-bottom: 0;
}
.available-info .addons-item.active {
  border-color: #74C6F0;
}

.available-info .addons-item.active:before {
  background-image: url('data:image/svg+xml,<svg width="15" height="10" viewBox="0 0 15 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.07533 6.08611L4.2279 8.60817C4.96751 9.19985 6.04021 9.1121 6.67382 8.40809L13.5911 0.722206" stroke="%23080419" stroke-width="1.34098" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-color: #74C6F0;
  border-color: transparent;
}
.available-info .addons-item.active:after {
  inset: 1px;
  border: none;
}

.available-info .addons-item .info {
  margin-right: auto;
  margin-left: 8px;
  transform: translateY(3px);
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.available-info .addons-item .info:hover:after {
  content: attr(data-tooltip); 
  position: absolute;
  bottom: calc(100% + 15px); 
  left: 50%;
  transform: translateX(-50%);
  background-color: #756AFD;
  color: #fff;
  padding: 8px;
  border-radius: 5px;
  max-width: 600px;
  min-width: 320px;
  font-size: 13px;
  z-index: 1000;
  opacity: 1;
  pointer-events: none;
  text-align: center;
  transition: opacity 0.3s;
}
.available-info .addons-item .info:hover:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: calc(100% + 5px);
  transform: translateX(-50%);
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0px 10px;
  border-color: #756AFD transparent transparent transparent;

}


/*# sourceMappingURL=proplab-checkout.css.map */