.admin-header-links {
  display: none;
}

body {
  font-family: 'Glacial Indifference', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: var(--text);
  background-color: var(--theme-4);
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

[x-cloak] {
  display: none !important;
}

.form-fields {
  border-radius: 20px;
  padding: 30px 40px;
  border: 0;
  background: white;
}

table {
  width: 100%;
  border-radius: 5px 5px 0 0;
}

select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%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 5 6 6 6-6'/%3e%3c/svg%3e");
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 6px 40px 6px 20px;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--theme);
  border-radius: 15px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  max-width: 100%;
}

.inputs input, .inputs textarea {
  padding: 6px 20px;
  border-radius: 0px;
  border: 1px solid var(--theme);
  border-radius: 15px;
  color: var(--theme);
  background: transparent;
}

  .inputs input:focus, .inputs textarea:focus {
  }

input[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
  -moz-appearance: none;
  appearance: none;
  background-color: white;
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 18px;
  height: 18px;
  border-radius: 0;
  outline: none;
  color: var(--theme-4);
  border: 1px solid rgb(185, 186, 188);
  padding: 0;
}

input:checked[type=checkbox] {
  background-color: var(--theme);
}

input[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
  -moz-appearance: none;
  appearance: none;
  background-color: white;
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 18px;
  height: 18px;
  border-radius: 18px;
  outline: none;
  color: var(--theme-4);
  border: 1px solid rgb(185, 186, 188);
  padding: 0;
}

input:checked[type=radio] {
  background-color: var(--theme);
}

.form-floating .required {
  position: absolute;
  top: 0;
  right: -4px;
}

.form-floating > .form-control, .form-floating > .form-control-plaintext {
  padding: 0.5rem .75rem;
  height: 48px;
  min-height: 40px;
}

  .form-floating > .form-control-plaintext:focus, .form-floating > .form-control-plaintext:not(:placeholder-shown), .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
    padding-top: 1.125rem;
    padding-bottom: .125rem;
  }

.form-floating > label {
  height: auto;
  padding: 0.75rem .75rem 0;
  font-size: 15px;
}

.form-floating > .form-control-plaintext ~ label::after, .form-floating > .form-control:focus ~ label::after, .form-floating > .form-control:not(:placeholder-shown) ~ label::after, .form-floating > .form-select ~ label::after {
  background: none;
}

.form-control {
  border-color: var(--theme);
  border-radius: 12px;
  padding: 6px 12px;
}

  .form-control:focus {
    border-color: var(--theme-2);
    outline: 0;
    box-shadow: 0 0 0 .25rem #fae4e6;
  }

.theme-color {
  color: var(--theme);
  opacity: 1;
}

.link-w-underline {
  text-decoration: underline;
}

.link-w-underline:hover {
  text-decoration: none;
}

.button-1, .theme-btn, .button-2 {
  display: inline-block;
  border: 2px solid transparent;
  text-transform: capitalize;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  height: auto;
  border-radius: 15px;
  padding: 12px 50px !important;
  transition: all 0.2s ease;
  text-decoration: none !important;
}

.dataTables_wrapper .button-1,
.dataTables_wrapper .button-2,
.dataTables_wrapper .theme-btn {
  padding: 8px 12px !important;
  font-size: 14px;
  margin: 2px;
}

  .button-1, .theme-btn, .button-2:hover {
    border-color: var(--theme);
    background-color: var(--theme);
    color: var(--theme-4);
  }

    .theme-btn:hover, .button-1:hover, .button-2 {
      color: var(--theme);
      background-color: transparent;
      border-color: var(--theme);
    }

.button-link {
  line-height: 36px;
  color: var(--theme);
  font-weight: 600;
}

  .button-link:hover {
    color: var(--theme-3)
  }

  .button-link i {
    margin-right: 10px;
  }

.hero-bg {
  background-image: url("../images/zera-pattern.jpg");
  background-repeat: repeat-x;
}

.section-title h1 {
  font-size: 44px;
  font-weight: 500;
  line-height: 130%;
  text-transform: uppercase;
  margin-top: 5px;
}

.pattern-bg {
  background: url(../images/zera-pattern-1.jpg);
  background-size: cover;
}

/***Header***/
header #header-sticky.sticky .header-logo img {
  max-height: 30px;
  width: auto;
}

header .header-top-section .login-account a,
header .credit-balance,
header .log-out a {
  color: white;
}

.header-top-wrapper {
  gap: 20px;
  position: relative;
}

  .header-top-wrapper marquee {
    max-width: 78%;
  }

.language-selector {
  margin-left: auto;
}

  .language-selector .language-list {
    position: absolute;
    top: 100%;
    width: 150px;
    right: 0;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  }

  .language-selector button {
    border: 0;
    color: white;
    font-size: 14px;
    padding-right: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2'%3E%3Cpolyline points='6,9 12,15 18,9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 14px;
  }

  .language-selector .language-list li {
    display: block;
  }

    .language-selector .language-list li a {
      font-size: 14px;
      font-weight: 500;
      color: #2c3e50;
      padding: 8px 18px;
      display: block;
      transition: background 0.2s ease;
      border-bottom: 1px solid #f1f3f4;
    }

      .language-selector .language-list li a.active {
        background: var(--theme);
        color: white;
      }

      .language-selector .language-list li a:hover {
        background-color: #f8f9fc;
        color: #2c3e50;
      }

a.menu__link {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  padding: 20px 0;
  text-align: left;
  position: relative;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
}

  a.menu__link:hover {
    color: var(--theme);
  }

.menu__item-toggle i {
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
}

.menu__list-view a.menu__link {
  padding: 5px 0;
}

.menu__item.menu-dropdown {
  position: relative;
}


.menu > .menu__item:last-of-type a {
  font-weight: 600;
  color: var(--theme-3)
}

.header-links a {
  position: relative;
  font-size: 20px;
}

.header-links .cart-icon {
  position: relative;
  cursor: pointer;
}

  .header-links .cart-icon i {
    font-size: 20px;
  }

  .header-links .cart-icon .total-count {
    position: absolute;
    top: -7px;
    right: -8px;
    content: "14";
    width: 16px;
    line-height: 18px;
    height: 16px;
    border-radius: 50px;
    background-color: var(--theme);
    color: var(--theme-4);
    font-size: 11px;
    text-align: center;
    font-weight: 500;
  }

.header-links a span.cart-qty,
.header-links a span.wishlist-qty {
  position: absolute;
  top: -7px;
  right: -8px;
  content: "14";
  width: 16px;
  line-height: 18px;
  height: 16px;
  border-radius: 50px;
  background-color: var(--theme);
  color: var(--theme-4);
  font-size: 11px;
  text-align: center;
  font-weight: 500;
}

.search-wrap .main-search-input {
  width: auto;
  flex-grow: 1;
}

#mobile-menu .menu, #mobile-menu .menu__item {
  display: block;
  width: 100%;
}

#mobile-menu .menu__item {
  padding: 0;
  background: none;
}

  #mobile-menu .menu__item a {
    display: block;
    padding: 10px 0;
    color: var(--theme);
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
    text-transform: capitalize;
    border-bottom: 1px solid var(--theme) !important;
    border: none;
  }

.menu__item a.menu__link.active {
  color: #f58c9d !important;
}

.mobile-menu-slide-enter {
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
}

.mobile-menu-slide-enter-start {
  transform: translateX(calc(100% + 80px));
  opacity: 0;
}

.mobile-menu-slide-enter-end {
  transform: translateX(0);
  opacity: 1;
}

.mobile-menu-slide-leave {
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
}

.mobile-menu-slide-leave-start {
  transform: translateX(0);
  opacity: 1;
}

.mobile-menu-slide-leave-end {
  transform: translateX(calc(100% + 80px));
  opacity: 0;
}

/*Flyout Shopping Cart*/
.flyout-cart {
  background: var(--white) none repeat scroll 0 0;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
  padding: 0;
  position: fixed;
  right: 0;
  top: 0;
  height: 100dvh;
  width: 450px;
  max-width: 100%;
  z-index: 2000;
  border-radius: 0;
  padding: 0px !important;
  font-size: 15px;
}

  .flyout-cart .mini-shopping-cart-header {
    background: var(--theme);
    padding: 26px 20px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff !important;
    font-size: 20px !important;
    letter-spacing: -0.5px !important;
  }

  .flyout-cart #cartCloseHeader {
    cursor: pointer;
  }

  .flyout-cart .items {
    overflow-y: auto;
    height: 100%;
    padding-bottom: 300px;
  }

  .flyout-cart .mini-shopping-cart-bottom {
    position: absolute;
    width: 100%;
    background: #fff;
    bottom: 0px;
    padding: 10px 20px 20px;
  }

.mini-shopping-cart .name {
  font-size: 16px;
  text-transform: capitalize;
}

  .mini-shopping-cart .name a {
    text-decoration: none;
    color: var(--black);
    font-weight: 500;
    transition: color 0.2s ease;
  }

    .mini-shopping-cart .name a:hover,
    .mini-shopping-cart .name a:focus {
      color: var(--theme);
    }

.mini-shopping-cart button {
  display: block;
  width: 100%;
}

.mini-shopping-cart .totals {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 500;
  color: var(--theme-3);
}

.mini-shopping-cart .product-quantity {
  display: flex;
  gap: 5px;
}

  .mini-shopping-cart .product-quantity > * {
    align-self: center;
    cursor: pointer;
  }

  .mini-shopping-cart .product-quantity .qty-input {
    color: #000;
    border: 0;
    width: 24px;
    text-align: center;
  }

  .mini-shopping-cart .product-quantity .quantity {
    background-color: #ddd;
    padding: 4px 8px;
    border-radius: 4px;
  }

#applydiscountcouponcode {
  display: inline-block;
  font-size: 16px;
  width: auto;
  position: absolute;
  right: 0;
  top: 50%;
  right: 10px;
  margin: -15px 0 0;
  aspect-ratio: 1;
  padding: 4px !important;
  border-radius: 20px;
  width: 30px;
}

.mini-shopping-cart .coupon-code {
  overflow: hidden;
}

.mini-shopping-cart .message-failure {
  margin: 5px 0 0;
  font-size: 12px;
  color: var(--error-red-color);
}

.mini-shopping-cart .message-success {
  margin: 5px 0 0;
  font-size: 12px;
  color: var(--success-green-color);
}

.mini-shopping-cart .current-code {
  margin: 5px 0 0;
  color: var(--success-green-color);
}

.remove-discount-button {
  padding: 0;
  display: inline-block !important;
  border: 0;
  width: 15px !important;
}

/*blog*/
.blog-section {
  padding: 80px 0;
  background: var(--theme-4);
}

.blog-card {
  background: var(--white);
  border-radius: 15px;
  overflow: hidden;
  transition: all 0.3s ease;
  margin-bottom: 30px;
}

  .blog-card:hover {
    transform: translateY(-10px);
  }

.blog-image {
  position: relative;
  overflow: hidden;
  height: 250px;
  background: var(--theme-3);
}

  .blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
  }

.blog-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.blog-meta {
  color: #000;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.news-section .blog-meta {
  color: var(--theme);
}

.blog-content h3 {
  line-height: 26px;
}

.blog-content p {
  margin-bottom: 15px;
}

.blog-title {
  font-size: 20px;
  margin-bottom: 10px;
  color: #000;
  line-height: 22px !important;
  text-decoration: none;
}

.news-section .blog-title {
  color: var(--theme);
}

.blog-summary {
  color: #000;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 15px;
}

.news-section .blog-summary {
  color: var(--theme);
}

.read-more {
  color: #000;
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: gap 0.3s ease;
}

.news-section .read-more {
  color: var(--theme);
}

.read-more:hover {
  color: var(--theme);
  gap: 12px;
}

.pagination-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.pagination .page-item .page-link {
  border: 2px solid var(--border-color);
  color: var(--text-dark);
  padding: 12px 18px;
  text-decoration: none;
  transition: all 0.3s ease;
  border-radius: 10px;
  margin: 0 5px;
}

.pagination .page-item.active .page-link {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--white);
}

.pagination .page-item .page-link:hover {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--white);
}

.pagination .page-item.disabled .page-link {
  border-color: var(--border-color);
  color: var(--text-light);
}

@media (max-width: 768px) {
  .blog-card {
    flex-direction: column;
    height: auto;
  }

  .blog-content h3 {
    line-height: 20px;
  }

  .blog-title {
    font-size: 16px;
    margin-bottom: 0px;
  }

  .blog-image,
  .blog-content {
    width: 100%;
  }

  .blog-section {
    padding: 50px 0 0px;
  }
}

/*blog post*/
.back-btn {
  color: var(--primary-color);
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  transition: gap 0.3s ease;
}

  .back-btn:hover {
    color: var(--primary-color);
    gap: 12px;
  }

.hero-banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  text-align: center;
  overflow: hidden;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.news-content-section .hero-title {
  color: var(--title);
}

.hero-meta {
  font-size: 1rem;
  opacity: 0.9;
  font-weight: 500;
}

.blog-content-section {
  padding: 80px 0;
}

.blog-single-img {
  background: var(--white);
}

.blog-content {
  max-width: 900px;
  margin: 0 auto;
  font-size: 1rem;
}

  .blog-content h1 {
    font-size: 34px;
    font-weight: 400;
    /*margin: 0px 0 10px;*/
    color: #000;
    line-height: 40px;
  }

.news-content-section .blog-content h1 {
  color: var(--theme)
}

.blog-content h2 {
  font-size: 24px;
  /*margin: 20px 0 10px;*/
  color: #000;
}

.news-content-section .blog-content h2 {
  color: var(--theme)
}

.blog-content h3 {
  font-size: 20px;
  font-weight: 400;
  /*margin: 15px 0 10px;*/
  color: #000;
}

.news-content-section .blog-content h3 {
  color: var(--theme)
}

.blog-content h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0 8px;
  color: #000;
}

.news-content-section .blog-content h4 {
  color: var(--theme)
}

.blog-content p, .blog-content ul {
  /*margin-bottom: 15px;*/
  color: #000;
}

.news-content-section .blog-content p, .blog-content ul {
  color: var(--theme)
}

.blog-content img {
  width: 100% !important;
  height: auto;
  display: block;
  /*margin: 20px auto;*/
  border-radius: 20px;
}

.blog-meta-info {
  background: var(--bg-light);
  padding: 15px;
  border-radius: 10px;
  /*margin-bottom: 30px;*/
  text-align: center;
  border-left: 4px solid var(--primary-color);
}

.publish-date {
  color: #000;
  display: flex;
  align-items: center;
  gap: 8px;
}

.news-content-section .publish-date {
  color: var(--theme)
}

.blockquote {
  /*margin: 30px 0 20px;*/
  font-weight: 600;
  border-radius: 8px;
}

.summary-section h2 {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 10px;
  border-bottom: 2px solid var(--primary-color);
  padding-bottom: 5px;
}

.news-content-section .summary-section {
  color: var(--theme);
}

.tags-section {
  margin-top: 20px;
}

  .tags-section strong {
    color: var(--theme);
  }

  .tags-section .badge {
    font-size: 12px;
    padding: 7px 10px;
    border-radius: 20px;
    font-weight: 400;
    background: var(--theme-2) !important;
    color: var(--theme);
  }

.blog-single-img img {
  height: 300px;
  object-fit: contain;
  background-position: center;
  display: block;
  background: var(--white);
  margin: 0 auto;
  box-shadow: unset;
  border-radius: 20px !important;
}

.blog-single-img {
  height: 300px;
  display: block;
  background: var(--white);
  border-radius: 20px;
}

@media (max-width: 768px) {
  .hero-banner {
    height: 250px;
  }

  .hero-title {
    font-size: 1.8rem;
  }

  .hero-meta {
    margin-bottom: 5px !important;
  }

  .blog-content-section {
    padding: 50px 0;
  }

  .blog-content {
    padding: 0 15px;
  }

    .blog-content h1 {
      font-size: 24px;
      line-height: 28px;
      padding-top: 30px;
    }

    .blog-content h2 {
      font-size: 1.2rem;
    }

    .blog-content h3 {
      font-size: 1rem;
    }

    .blog-content h4 {
      font-size: 1rem;
    }
}

/*Homepage*/
#hsSlider .topic-block a.hs-btn {
  text-decoration: none;
}

#hsSlider .topic-block p {
  text-align: center;
}

#hs-Slider h2.hs-heading {
  text-transform: initial;
}

.news-list-homepage {
  padding: 80px 0;
  background: var(--theme-4);
}

.e-ticket-product-item .product-title {
  margin-top: 10px;
  color: var(--theme);
  text-align: center;
}

.news-list-homepage .blog-meta {
  color: var(--theme);
  font-size: 0.9rem;
  font-weight: 600;
}

.news-list-homepage .blog-summary {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}

.how-to-use-credits-section {
  background-color: white;
}

.how-to-use-credits-slider {
  width: 100%;
  height: 100%;
}

  .how-to-use-credits-slider .swiper-slide {
    height: auto !important;
    align-self: stretch;
    display: flex;
  }

    .how-to-use-credits-slider .swiper-slide > * {
      flex: 1;
    }

  .how-to-use-credits-slider .example-item {
    border: 2px solid var(--theme);
    border-radius: 25px;
    padding: 20px;
    text-align: center;
    height: 100%;
    width: 100%;
    background: var(--theme-4);
    color: var(--theme);
    display: flex;
    flex-direction: column;
    align-items: center;
  }

    .how-to-use-credits-slider .example-item img {
      width: 110px;
      height: 110px;
      min-width: 110px;
      object-fit: fill;
      border-radius: 100%;
      background: var(--theme-3);
    }

    .how-to-use-credits-slider .example-item h4 {
      font-size: 16px;
      line-height: 1.4;
    }

    .how-to-use-credits-slider .example-item table {
      text-align: left;
    }

      .how-to-use-credits-slider .example-item table th {
        font-weight: 700;
        line-height: 1.1;
        font-family: 'Musubi Black',sans-serif;
        text-align: center;
      }

      .how-to-use-credits-slider .example-item table td {
        padding: 5px 5px 5px 0;
        line-height: 1.2;
        vertical-align: top;
        border-bottom: 1px solid var(--theme);
      }

      .how-to-use-credits-slider .example-item table tr td:last-of-type {
        text-align: center;
      }

.how-to-use-credits-section .container {
  position: relative;
}

.how-to-use-credits-section .swiper-button-prev,
.how-to-use-credits-section .swiper-button-next {
  font-size: 35px;
  color: var(--theme);
}

.how-to-use-credits-section .swiper-button-prev {
  transform: translate(-100%, 100%);
  left: 40px;
}

.how-to-use-credits-section .swiper-button-next {
  transform: translate(100%, 100%);
  right: 40px;
}

  .how-to-use-credits-section .swiper-button-prev:after,
  .how-to-use-credits-section .swiper-button-next:after {
    display: none;
  }


/*Catalog*/
.product-item .product-content .add-info {
  text-align: center;
}

.product-item .prices {
  color: var(--theme);
  font-size: 16px;
  font-weight: 500;
  font-family: var(--heading-font);
}

.mob-shop-filter {
  border-radius: 0px;
  background: var(--theme-2);
  color: var(--theme);
  height: auto;
  padding: 18px !important;
  border: 0;
}

  .mob-shop-filter:hover {
    color: white;
    background: var(--theme-2);
  }

.block {
  margin-bottom: 30px;
}

  .block .title,
  .product-filter .filter-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 167%;
    text-transform: capitalize;
    padding-bottom: 10px;
  }

  .block .list a {
    font-weight: 400;
    transition: all 0.4s ease-in-out;
    border-radius: 0;
    font-size: 15px;
    line-height: 1;
    color: var(--theme);
  }

  .block .list > li > div {
    display: flex;
    justify-content: space-between;
  }

  .block .list .toggle-arrow {
    transition: transform 0.3s ease;
    align-self: center;
  }

    .block .list .toggle-arrow.show {
      transform: rotate(180deg);
    }

  .block .list .sublist a:before {
    background: none;
    border: 1px solid var(--theme);
  }

.price-range-filter .ui-widget-header {
  background: #dd8a86;
}

.block-search button {
  padding: 12px !important;
}

.product-item img {
  max-width: 100%;
  border-radius: 20px;
}

.product-item .quick-view-link {
  text-align: center;
}

.choose-products-page .item-grid .col-md-6 {
  background: none;
}

.choose-products-page:not(.category-page) .no-free-trial .shop-products-grid .tab-content .col-md-6 {
  width: calc(25% - 20px);
}

.choose-products-page:not(.category-page) .no-free-trial .col-lg-4,
.choose-products-page:not(.category-page) .no-free-trial .col-lg-8 {
  flex: 0 0 auto;
  width: 100%;
}


.choose-products-page .product-item .quick-view-link {
  display: block;
  color: var(--theme);
  font-size: 14px;
  margin-top: 10px;
}

.choose-products-page .product-item .product-brand,
.choose-products-page .product-item .product-credits {
  font-family: var(--body-font);
  font-size: 18px;
  font-weight: bold;
  padding-top: 5px;
}

.choose-products-page .is-locked .product-image img {
  opacity: 0.4;
}

.choose-products-page .is-locked.product-item {
  position: relative;
}

  .choose-products-page .is-locked.product-item:before {
    content: "\f023";
    display: inline-block;
    position: absolute;
    top: 30px;
    right: 30px;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 20px;
    color: var(--theme);
    z-index: 9;
  }

.choose-products-grid .category-tabs ul {
  display: flex;
  justify-content: flex-start;
}

  .choose-products-grid .category-tabs ul li button {
    padding: 15px 25px;
    color: var(--theme);
  }

    .choose-products-grid .category-tabs ul li button:hover, .choose-products-grid .category-tabs ul li button.active {
      background: var(--theme);
      color: white;
    }


.choose-products-page .summary-fee-item {
  position: relative;
  z-index: 99;
  margin: 0 10px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  display: flex;
  justify-content: space-between;
}

.choose-products-page .selected-products .product-qty {
  cursor: pointer;
  font-size: 16px;
  line-height: 18px;
  font-weight: normal;
}

.choose-products-page .selected-products .creditss i {
  font-size: 10px;
}

#upgrade-plan-ribbon a {
  display: flex;
  padding: 10px;
  background: var(--theme-3);
  color: white;
  justify-content: space-between;
  gap: 10px;
}

  #upgrade-plan-ribbon a:hover {
    background: var(--theme);
  }

  #upgrade-plan-ribbon a > * {
    align-self: center;
  }

  #upgrade-plan-ribbon a i:last-of-type {
    margin-left: auto;
  }

#choose-products-search-form {
  border-radius: 50px;
  border: 2px solid #ddd;
  padding: 4px 20px 4px 10px;
  background: white;
}

  #choose-products-search-form input {
    background: none;
    border: 0;
  }

    #choose-products-search-form input[type="search"]:focus {
      outline: none !important;
      border: 0 !important;
      box-shadow: none !important;
    }

    #choose-products-search-form input[type="search"]::-webkit-search-cancel-button {
      -webkit-appearance: none;
      appearance: none;
    }


/***Modal Popups***/
.modal {
  position: fixed !important;
  z-index: 2000 !important;
}

.modal-content {
  background: var(--theme-4);
}

.modal-header {
  border-color: #e3d5c5;
}

.modal-footer {
  border-color: var(--theme-4);
  padding-top: 0;
}

.modal-backdrop {
  z-index: 1050 !important;
}

#get-free-trial-btn {
  border: 2px solid #fff;
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--theme);
  z-index: 999;
  box-shadow: 0 0 10px #f7f0e8;
  white-space: nowrap;
}

  #get-free-trial-btn:hover {
    background: #f58c9d;
    color: var(--theme);
  }

.modal .btn-close {
  width: 14px;
  height: 14px;
  padding: 0 !important;
}

.sidebar-free-trial-box {
  position: sticky;
  top: 100px;
  z-index: 1020;
  background: white;
  border: 1px solid var(--theme);
}

  #freeTrialModal .modal-body, .sidebar-free-trial-box .modal-body {
    padding: 0;
  }

    #freeTrialModal .modal-body h1, .sidebar-free-trial-box .modal-body h1 {
      text-align: center;
      font-family: 'Glacial Indifference',sans-serif;
      font-size: 20px;
      line-height: 1.2;
      background: var(--theme);
      color: white;
      padding: 20px;
    }

    #freeTrialModal .modal-body h2,
    .sidebar-free-trial-box .modal-body h2 {
      font-size: 14px;
      text-align: center;
      padding: 10px;
      font-family: 'Glacial Indifference',sans-serif;
    }

#topUpModal .modal-body h2,
#showPlansModal .modal-body h2 {
  text-align: center;
  padding: 0 10px 10px;
  font-size: 2em;
}

#topUpModal .modal-body .topup-option {
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
  border-radius: 50px;
  border: 2px solid var(--theme);
  color: black;
  font-weight: bold;
  margin-bottom: 10px;
}

#topUpModal .modal-body .topup-option {
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
  border-radius: 50px;
  border: 2px solid var(--theme);
  margin-bottom: 10px;
  transition: none;
}

#topUpModal .modal-body .topup-option:hover, #showPlansModal .plan-info:hover,
#showPlansModal .plan-info.active, #showPlansModal .plan-info.selected:hover {
  background: var(--theme);
  color: white;
}

#topUpModal .modal-footer .button-1 {
  border-radius: 50px;
}

#showPlansModal .plan-info.locked {
  background: #f7f0e8;
  border-color: #f7f0e8;
  position: relative;
  pointer-events: none;
}

#showPlansModal .plan-info.selected, #topUpModal .modal-body .topup-option.selected {
  background-color: white;
  color: black;
}

#showPlansModal .plan-info.locked > div {
  opacity: 0.6;
  filter: grayscale(0.5);
}

#showPlansModal .plan-info.current:before {
  content: "CURRENT PLAN";
  display: inline-block;
  position: absolute;
  top: -10px;
  right: 10px;
  color: var(--theme);
  font-weight: bold;
  font-size: 12PX;
}

#showPlansModal .plan-info {
  gap: 10px;
  display: flex;
  justify-content: space-between;
  padding: 15px 20px;
  border-radius: 50px;
  border: 2px solid var(--theme);
  margin-bottom: 10px;
  cursor: pointer;
}

  #showPlansModal .plan-info h3, #showPlansModal .plan-info p,
  #topUpModal .topup-option {
    transition: none;
  }

  #showPlansModal .plan-info p {
    font-size: 14px;
    line-height: 16px;
  }

  #showPlansModal .plan-info h3, #topUpModal .modal-body .topup-option {
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.1;
    font-family: 'Glacial Indifference',sans-serif;
    color: black;
  }

    #showPlansModal .plan-info h3 span,
    #topUpModal .modal-body .topup-option .saved {
      color: #32cd32;
      font-size: 16px;
      margin: 0 auto 0 10px;
      align-self: center;
    }

  #showPlansModal .plan-info .plan-pricing {
    font-weight: bold;
    font-size: 2.3em;
    line-height: 1.1;
    white-space: nowrap;
    align-self: center;
  }

    #showPlansModal .plan-info .plan-pricing small {
      font-size: 14px;
      font-weight: normal;
    }

  #showPlansModal .plan-info:hover h3 {
    color: white;
  }

.modal-footer {
  justify-content: center;
}

/** Product **/
.gallery .picture {
  max-height: 400px;
}

.picture-gallery .picture-thumbs {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 20px;
}

  .picture-gallery .picture-thumbs .thumb-item img {
    border: 2px solid #ddd;
    border-radius: 4px;
    transition: border-color 0.3s;
  }

    .picture-gallery .picture-thumbs .thumb-item:hover img,
    .picture-gallery .picture-thumbs .thumb-item img.active {
      border-color: #28a745;
    }

.overview .product-name h1 {
  line-height: 1.33;
  font-weight: 500;
  text-transform: capitalize;
}


.product-no-reviews,
.product-reviews-overview {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  color: #ccc;
}

.product-details-page .attributes {
  background: #ffffff;
  border-radius: 8px;
  padding: 16px;
}

  .product-details-page .attributes > h3 {
    font-size: 20px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 12px;
    text-transform: uppercase;
  }

  .product-details-page .attributes label.text-prompt {
    font-size: 16px;
    font-weight: 500;
    color: #374151;
    margin-bottom: 8px;
  }

  .product-details-page .attributes .radio-buttons {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 12px;
  }

    .product-details-page .attributes .radio-buttons input[type="radio"] {
      display: none;
    }

    .product-details-page .attributes .radio-buttons label {
      display: inline-block;
      padding: 8px 16px;
      background: #f3f4f6;
      color: #1f2937;
      border-radius: 8px;
      border: 1px solid #e5e7eb;
      font-size: 14px;
      font-weight: 500;
      cursor: pointer;
      transition: all 0.2s ease;
      position: relative;
      min-width: 80px;
      text-align: center;
    }

      .product-details-page .attributes .radio-buttons label:hover {
        transform: translateY(-1px);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      }

    .product-details-page .attributes .radio-buttons input[type="radio"]:checked + label {
      background: #f3f4f6;
      color: #f58c9d;
      border: 2px solid #f58c9d;
      position: relative;
    }

    .product-details-page .attributes .radio-buttons input[type="radio"]:focus + label {
      outline: 2px solid #f58c9d;
      outline-offset: 2px;
    }

.product-details-page .add-to-cart-panel {
  display: flex;
  gap: 20px;
}

  .product-details-page .add-to-cart-panel input[type=text] {
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    min-width: 80px;
  }

.overview .add-to-cart-button, .variant-overview .add-to-cart-button {
  flex-grow: 1;
}

.zera-product-popup .swiper-button-next:after, .zera-product-popup .swiper-button-prev:after {
  font-size: 1.5em;
}

/** Cart and Checkout **/
.cart .product-quantity {
  display: flex;
  gap: 5px;
}

  .cart .product-quantity > * {
    align-self: center;
    cursor: pointer;
  }

  .cart .product-quantity .qty-input,
  .wishlist-content .quantity .qty-input {
    color: #000;
    border: 0;
  }

.cart-footer .cart-collaterals {
  margin: 30px 0 0;
}

.cart-collaterals input[type=text],
.payment-info .info td input[type="text"] {
  padding: 6px 20px;
  border-radius: 0px;
  border: 1px solid var(--theme);
  border-radius: 15px;
  color: var(--theme);
  background: white;
}

.cart-collaterals button {
  padding: 6px 20px !important;
  font-size: 16px;
  line-height: 22px;
}

.opc .step-title .number {
  display: none;
}

.payment-method .method-name {
  display: flex;
  gap: 15px;
}

  .payment-method .method-name label img {
    max-width: 60px;
  }

#checkout-confirm-order-load table.cart .product-picture,
#checkout-confirm-order-load table.cart .unit-price,
#checkout-confirm-order-load table.cart .quantity {
  display: none;
}

#checkout-confirm-order-load table.cart .subtotal {
  text-align: right;
}

#checkout-confirm-order-load .cart td {
  padding: 10px;
}

#checkout-confirm-order-load table.cart tr:nth-child(even) td {
  background: none;
}

#checkout-confirm-order-load .cart-footer .totals {
  border-top: 1px solid #646c782b;
  width: 100%;
  float: none;
  max-width: 100%;
  background: none;
  padding: 0;
}

.checkout-order-summary {
  border: 1px solid var(--theme);
}

  .checkout-order-summary h4 {
    padding: 10px 20px;
    color: var(--theme-4);
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    background: var(--theme);
    font-family: 'Glacial Indifference',sans-serif;
  }

.checkout-order-summary-content {
  padding: 20px;
}

.checkout-order-summary-products {
  border-bottom: 1px solid var(--theme);
  padding: 0 0 20px;
  margin-bottom: 20px;
}

.checkout-order-summary-total > div {
  display: flex;
  justify-content: space-between;
  margin: 0 10px 10px;
}

.existing-address-preview {
  background: white;
  border: 1px solid var(--theme);
  border-radius: 10px;
  position: relative;
  padding: 1rem 60px 1rem 1rem !important;
}

  .existing-address-preview .edit-address-btn {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 14px;
  }

  .existing-address-edit {
    background: white;
    border-radius: 20px;
  }

.checkout-page .step-title, .opc .step-title .title {
  font-family: var(--body-font);
  font-size: 20px;
  font-weight: bold;
  padding-top: 5px;
  color: var(--theme);
  display: block;
}

.edit-address .inputs label {
  display: inline-block;
  width: auto;
}

.edit-address .inputs input, .edit-address .inputs select {
  display: block;
}

.order-completed-page .main-card i {
  color: var(--theme);
  font-size: 80px;
}

#upgradePlanTipModal i {
  color: var(--theme);
  font-size: 50px;
  line-height: 35px;
}


.order-completed-page .main-card h2, .order-completed-page .main-card h1,
#upgradePlanTipModal h2, #upgradePlanTipModal h1 {
  color: black;
  font-family: 'Glacial Indifference',sans-serif;
  text-transform: initial;
  font-weight: 700;
  padding: 0;
}

.order-completed-page .main-card h1, #upgradePlanTipModal h1 {
  font-size: 30px;
}

.order-completed-page .main-card h2, #upgradePlanTipModal h2 {
  font-size: 20px;
}

.order-completed-page .main-card p b {
  font-weight: normal;
  text-decoration: underline;
}


/** Customer **/
.customer-blocks {
  padding: 60px;
  background: var(--white);
  border-radius: 30px;
}

.login-page .page-title h1,
.registration-page .page-title h1 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 5px;
  line-height: 1.2;
}

.login-page .returning-wrapper .inputs.reversed input[type=checkbox] {
  width: 18px;
}

.login-page .returning-wrapper .inputs.reversed {
  display: flex;
  justify-content: space-between;
}

.login-page .inputs.reversed:after {
  display: none;
}

.login-page h6 {
  font-size: 16px;
  font-weight: 400;
  font-family: var(--body-font);
  color: var(--black);
  text-transform: none;
}

#Dashboard h4 {
  color: var(--theme-3);
}

  #Dashboard h4 small a {
    font-weight: 400;
    font-family: 'Glacial Indifference', sans-serif;
    font-size: 16px;
  }

.block-account-navigation .nav-link i {
  font-size: 18px;
  min-width: 24px;
}

.block-account-navigation .nav-item.customer-addresses,
.block-account-navigation .nav-item.customer-reviews {
  display: none;
  visibility: hidden;
}

.block-account-navigation .nav-item.customer-info i:before {
  content: "\f007";
}

.block-account-navigation .nav-item.customer-orders i:before {
  content: "\f07a";
}

.block-account-navigation .nav-item.customer-recurring-payments i:before {
  content: "\f363";
}

.block-account-navigation .nav-item.reward-points i:before {
  content: "\f555";
}

.block-account-navigation .nav-item.change-password i:before {
  content: "\f023";
}

.block-account-navigation .nav-item.customer-avatar i:before {
  content: "\f030";
}

.avatar-page input {
  color: var(--theme);
}

.my-account-wrapper aside {
  background: var(--white);
  border-radius: 20px;
}

/***questionnaire form**/
#questionnaire-form .inputs > label {
  font-weight: 600;
  color: var(--theme);
}

.questionnaire-node .inputs .date-input-mask-fields input {
  width: auto;
  max-width: 28%;
}



/***faq***/
#faq.accordion .accordion-item {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}

#faq.accordion .accordion-button:not(.collapsed) {
  background-color: var(--theme-2);
  color: var(--theme);
  outline: 0;
}

#faq.accordion .accordion-header button {
  font-family: var(--body-font);
  text-align: left;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
}


/***Topic Page**/
.topic-page .section-title {
  text-align: center;
}


