@import url("https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,600&display=swap");
.theme-card {
  height: 312px;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.all-theme-box-grid .col-md-4 {
  padding: 8px 24px;
}
.all-theme-box-grid .theme-wrapper {
  background-color: #f5f5f6;
  border-radius: 10px;
  padding-bottom: 1em;
}
.theme-card:hover {
  transform: translateY(-5px);
}

.theme-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.theme-title {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 8px;
}
#theme-filter li:has(input[type="radio"]:checked) {
  color: rgb(51, 186, 167);
}
@media (max-width: 768px) {
  .search-tools {
    flex-direction: column;
    align-items: stretch !important;
  }
  .search-tools input,
  .search-tools select,
  .search-tools button {
    width: 100%;
  }
}
#theme-readmore {
  background-color: #33baa7 !important;
  color: #FFF;
  border: unset;
  font-size: 16px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
/* new added */

#wpfooter {
  position: relative;
}

.theme-radio-list {
  list-style: none;
  padding-left: 0;
}

.theme-radio-list li {
  padding: 6px 0;
  cursor: pointer;
}

.theme-radio-list input[type="radio"] {
  display: none;
}

.theme-radio-list input[type="radio"]:checked + * {
  font-weight: bold;
  color: #000;
}

.theme-my-4 {
  margin-top: 5em;
}
.theme-template-card .card-title {
  font-size: 0.85rem;
}
.theme-category-item:hover {
  color: #000;
  font-weight: 500;
  cursor: pointer;
}
.theme-pagination .page-link {
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  padding: 0;
}
.creta-import-box-inner-group {
  border: 1px solid #c3c4c7;
  border-radius: 10px;
}
.creta-import-box-inner-group .theme-sidebar {
  background-color: #f5f5f6 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
}
.creta-import-box-inner-group .search-by-cat-box {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 20px 10px;
  display: flex;
  justify-content: center;
  color: #272c2e;
  font-size: 22px;
  font-family: "Inter";
  font-weight: 400 !important;
}
.creta-import-box-inner-group .theme-sidebar ul li {
  font-family: "Inter";
  font-weight: 400;
  font-size: 22px;
  text-align: justify;
  color: #272c2e;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.creta-import-box-inner-group .theme-radio-list {
  padding-left: 2em;
  padding-top: 2em;
}
.creta-import-box-inner-group .creta-theme-searchbar {
  background-color: #f5f5f6;
  border-radius: 10px !important;
  border: none;
  padding: 1em 8em !important;
}
.creta-import-box-inner-group .creta-theme-searchbar::placeholder {
  font-family: "Inter";
  font-weight: 400;
  font-size: 22px;
  color: #636a6d;
}
.creta-theme-searchbar + .fa-search {
  font-size: 32px;
  color: #89898a !important;
  margin-left: 1em !important;
}
.card-body .theme-title {
  font-family: "Inter";
  font-weight: 700;
  font-size: 16px;
  color: #272c2e;
  text-align: center;
}
.card-body .btn-primary {
  background-color: #6664e4;
  border: none;
  max-width: max-content !important;
  width: 100% !important;
  font-size: 16px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  padding: 5px 0px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.card-body .btn-primary:hover {
  background-color: #33baa7 !important;
  transform: translateY(-3px);
}

.card-body .btn-success {
  background-color: #33baa7;
  border: none;
  max-width: max-content !important;
  width: 100% !important;
  font-size: 16px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  padding: 5px 22px !important;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.card-body .btn-success:hover {
  background-color: #6664e4 !important;
  transform: translateY(-3px);
}
.all-theme-box-grid {
  margin-top: 2em;
}

/************** sidebar-bottom-box-CSS ************/

.theme-sidebar .sidebar-promo-box {
  background-color: #ffffff !important;
  border-radius: 10px !important;
  border: none !important;
  display: flex;
  flex-direction: column;
}
.theme-sidebar .promo-title {
  font-family: "Inter";
  font-weight: 600;
  font-size: 28px;
  color: #272c2e;
}
.theme-sidebar .sidebar-promo-box .promo-text {
  font-size: 16px !important;
  font-weight: 400 !important;
  font-family: "Montserrat", sans-serif !important;
  color: #000000 !important;
  text-transform: uppercase !important;
}
.theme-sidebar .sidebar-promo-box .highlight-off,
.theme-sidebar .sidebar-promo-box .highlight-code {
  font-weight: 700 !important;
}
.theme-sidebar .sidebar-promo-box .btn {
  background-color: #272c2e;
  border-radius: 10px !important;
  border: none !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  font-family: "Poppins", sans-serif;
  padding: 8px 12px;
}
.theme-sidebar .sidebar-promo-box .btn:hover {
  background-color: #6664e4 !important;
  transform: translateY(-3px);
  transition: 0.2s ease-in-out all !important;
}
.sidebar-promo-box .btn .strike-price {
  text-decoration: line-through;
}

/************** Banner Bundle CSS ************/

.creta-theme-bundle-banner {
  background: linear-gradient(to bottom, #b3c6f8 0%, #b1f3d9 100%);
  border: 1px solid #c3c4c7;
  border-radius: 10px;
  padding: 10px !important;
}
.creta-theme-bundle-banner .bundle-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0px;
}
.creta-theme-bundle-banner .bundle-row .bundle-heading {
  color: #272c2e;
  font-size: 53px;
  font-family: "Inter";
  font-weight: 600;
  margin: 0px;
  line-height: 54px;
}
.creta-theme-bundle-banner .bundle-row .bundle-subtext {
  color: #272c2e;
  font-size: 30px;
  font-family: "Inter";
  font-weight: 600;
  max-width: 488px;
  width: 100%;
  margin: 0px;
}
.creta-theme-bundle-banner .bundle-row .bundle-promo-text {
  font-size: 18px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: black;
  text-align: center;
  max-width: 430px;
  width: 100%;
  margin-bottom: 25px;
}

.creta-theme-bundle-banner .bundle-row .banner-highlight-off,
.creta-theme-bundle-banner .bundle-row .banner-highlight-code {
  font-weight: 700 !important;
}
.creta-theme-bundle-banner .bundle-row .bundle-btn {
  background-color: #272c2e;
  border: none;
  color: white;
  border-radius: 16px;
  font-size: 20px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  padding: 15px 28px;
  cursor: pointer;
  text-decoration: none;
}
.creta-theme-bundle-banner .bundle-row .bundle-btn:hover {
  background-color: #6664e4 !important;
  transform: translateY(-5px);
  transition: 0.2s ease-in-out all !important;
}
.creta-theme-bundle-banner .bundle-box.first-box {
  flex-basis: 42%;
}
.creta-theme-bundle-banner .bundle-box.second-box {
  flex-basis: 28%;
  text-align: center;
}
.creta-theme-bundle-banner .bundle-box.third-box {
  flex-basis: 30%;
}
.creta-theme-bundle-banner .strike-price {
  text-decoration: line-through;
}

/************** creta pagination CSS ************/

.creta-import-box-inner-group #theme-pagination .me-2 {
  background-color: #33baa7;
  color: white;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  &:hover {
    border-color: #6664e4 !important;
  }
}
.creta-import-box-inner-group #theme-pagination .next-btn {
  border: none;
  background: #6664e4;
  color: white;
  &:hover {
    border-color: #33baa7 !important;
  }
}
.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  color: white !important;
  pointer-events: none !important;
  background-color: #33baa7 !important;
  border-color: none !important;
  opacity: 0.4 !important;
}

/************** Media Responsive CSS ************/

@media screen and (max-width: 1440px) {
  .creta-import-box-inner-group .search-by-cat-box {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 20px 6px;
    display: flex;
    justify-content: center;
    color: #272c2e;
    font-size: 18px;
    font-family: "Inter";
    font-weight: 400 !important;
  }
  .creta-import-box-inner-group .theme-sidebar ul li {
    font-family: "Inter";
    font-weight: 400;
    font-size: 18px;
    text-align: justify;
    color: #272c2e;
    margin-bottom: 10px;
    text-transform: capitalize;
  }
  .creta-import-box-inner-group .theme-radio-list {
    padding-left: 0em;
    padding-top: 2em;
  }
  .creta-import-box-inner-group .theme-sidebar {
    background-color: #f5f5f6 !important;
    border-radius: 10px !important;
    box-shadow: none !important;
    padding: 1em !important;
  }
  .card-body .theme-title {
    font-family: "Inter";
    font-weight: 700;
    font-size: 14px;
    color: #272c2e;
    text-align: center;
  }
  .all-theme-box-grid .col-md-4 {
    padding: 0px 10px;
  }
}
@media screen and (max-width: 1366px) {
  .creta-import-box-inner-group .theme-sidebar ul li {
    font-family: "Inter";
    font-weight: 400;
    font-size: 16px;
    text-align: justify;
    color: #272c2e;
    margin-bottom: 10px;
    text-transform: capitalize;
  }
  .creta-import-box-inner-group .creta-theme-searchbar::placeholder {
    font-family: "Inter";
    font-weight: 400;
    font-size: 18px;
    color: #636a6d;
  }
  .creta-theme-searchbar + .fa-search {
    font-size: 28px;
    color: #c3c4c7;
    margin-left: 1em !important;
  }
  .all-theme-box-grid .theme-card {
    padding: 10px !important;
  }
  .card-body .btn-primary {
    background-color: #6664e4;
    border: none;
    max-width: max-content !important;
    width: 100% !important;
    font-size: 14px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    padding: 5px 0px;
    transition: background-color 0.3s ease, transform 0.3s ease;
  }
  .card-body .btn-success {
    background-color: #33baa7;
    border: none;
    max-width: max-content !important;
    width: 100% !important;
    font-size: 14px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    padding: 5px 22px !important;
    transition: background-color 0.3s ease, transform 0.3s ease;
  }
  .creta-theme-bundle-banner .bundle-row .bundle-heading {
    color: #272c2e;
    font-size: 36px;
    font-family: "Inter";
    font-weight: 600;
    margin: 0px;
  }
  .creta-theme-bundle-banner .bundle-row .bundle-subtext {
    color: #272c2e;
    font-size: 18px;
    font-family: "Inter";
    font-weight: 600;
    max-width: 488px;
    width: 100%;
    margin: 0px;
  }
  .creta-theme-bundle-banner .bundle-row .bundle-promo-text {
    font-size: 14px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    color: black;
    text-align: center;
    max-width: 430px;
    width: 100%;
  }
  .creta-theme-bundle-banner .bundle-box.first-box {
    flex-basis: 50%;
  }
  .creta-theme-bundle-banner .bundle-box.second-box {
    flex-basis: 30%;
    text-align: center;
  }
  .creta-theme-bundle-banner .bundle-box.third-box {
    flex-basis: 20%;
  }
  .bundle-box.third-box .bundle-img {
    max-width: 350px !important;
  }
  .creta-theme-bundle-banner .bundle-row .bundle-btn {
    background-color: #272c2e;
    border: none;
    color: white;
    border-radius: 16px;
    font-size: 16px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    padding: 15px 20px;
    cursor: pointer;
  }
}
@media screen and (max-width: 1024px) {
  .all-theme-box-grid .col-md-4 {
    padding: 0px 10px;
    width: 50% !important;
  }
  .creta-import-box-inner-group .search-by-cat-box {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 16px 6px;
    display: flex;
    justify-content: center;
    color: #272c2e;
    font-size: 12px;
    font-family: "Inter";
    font-weight: 400 !important;
  }
  .creta-theme-bundle-banner .bundle-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
    flex-direction: column;
  }
}

#toplevel_page_cretats-theme-showcase .toplevel_page_cretats-theme-showcase {
  background-color: rgb(51, 186, 167) !important;
  color: #FFF !important;
}
#toplevel_page_cretats-theme-showcase img {
  opacity: 1 !important;
}
#toplevel_page_cretats-theme-showcase .wp-menu-name {
  font-weight: bold;
  animation: blinker 1.3s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
#toplevel_page_cretats-theme-showcase:hover .wp-menu-name{
  color: #FFF;
}

#cretats-popup-overlay {
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:#00000080;
  z-index:9999;
  display:flex;
  align-items:center;
  justify-content:center;
}

#cretats-popup-content {
  background: linear-gradient(180deg, #D5E5FF 0%, #DEFFFB 100%);
  padding:30px;
  border-radius:10px;
  max-width:700px;
  text-align:center;
  width: 100%;
  position: relative;
}

#cretats-popup-content .cretats-popup-template-btn, #cretats-popup-content  .cretats-popup-bundle-btn {
  background: #272C2E;
  border: none;
  border-radius: 16px;
  font-size: 20px;
  font-family: "Inter";
  padding: 0px 50px;
}
.cretats-popup-wrap {
  display: flex;
  gap: 25px;
  justify-content: center;
}
#cretats-popup-content .cretats-popup-bundle-btn {
  background: #6664E4;
}
#cretats-popup-content h2 {
  font-size: 28px;
  margin-bottom: 40px;
  font-family: "Inter";
}
#cretats-popup-content .cretats-popup-dismiss {
  rotate: 45deg;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 40px;
  cursor: pointer;
}



.search-by-cat-clear{
  border-radius: 10px !important;
  background-color: #ffffff !important;
  color: #272c2e !important;
  font-family: "Inter" !important;
}