br[data-mce-bogus="1"] {
  display: none !important;
}

/* Custom styles for the multi-select dropdown */
#categoryFilterMulti {
  width: 100%;
  height: 100px;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  padding: 4px 8px;
  background-color: white;
  overflow-y: auto;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* Custom scrollbar for the dropdown */
#categoryFilterMulti::-webkit-scrollbar {
  width: 6px;
}

#categoryFilterMulti::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

#categoryFilterMulti::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

#categoryFilterMulti::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Hover and focus styles for options */
#categoryFilterMulti option:hover, #categoryFilterMulti option:focus {
  background-color: #e8e8e8;
}

/* animate icons */

@keyframes scaleAnimation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

.animate-icon {
  animation: scaleAnimation 0.3s ease-in-out;
}

/* setting section css for active tabs */

.customTab {
  padding: 10px;
  cursor: pointer;
  border: none;
  text-align: center;
  font-weight: 600;
  color: #616161; /* Default inactive color */
}

.customTab.active {
  color: #1429ef; /* Blue text */
  position: relative;
}

.customTab.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #1429ef; /* Blue underline */
}

/* ----------------------------------------- */

input[type="checkbox"]:checked {
  accent-color: #4556f2;
}

.tox-form__group p {
  font-family: "Poppins", sans-serif !important;
}
/* search functionality css */

#productSearchResults {
  display: none; /* Hide when empty */
  max-height: 150px;
  overflow-y: auto;
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #fff;
  width: 100%;
  z-index: 1000;
  scrollbar-width: thin; /* Firefox: make scrollbar thinner */
  scrollbar-color: #888 #f1f1f1; /* Firefox: custom scrollbar colors */
}

#productSearchResults li {
  padding: 8px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

#productSearchResults li:hover {
  background-color: #f1f1f1;
}

.search-suggestion {
  cursor: pointer;
}

/* ---------------------------------- */
/* Container for the table to limit the height */
#productTableWrapper {
  overflow-x: auto !important;
  max-width: 100% !important;
  max-height: 150px !important;
  overflow-y: auto !important;
  display: block !important;
  scrollbar-width: thin !important;
  scrollbar-color: #888 #f1f1f1 !important;
}

#productTableWrapper::-webkit-scrollbar {
  width: 8px !important;
  height: 8px !important;
}

#productTableWrapper::-webkit-scrollbar-track {
  background: #f1f1f1 !important;
  border-radius: 4px !important;
}

#productTableWrapper::-webkit-scrollbar-thumb {
  background-color: #888 !important;
  border-radius: 4px !important;
}

#productTableWrapper::-webkit-scrollbar-thumb:hover {
  background-color: #555 !important;
}

#productTable {
  width: fit-content !important;
  min-width: 100% !important;
  border-collapse: collapse !important;
  table-layout: auto !important;
}

#productTable thead {
  position: sticky !important;
  top: 0 !important;
  background-color: #333 !important;
  color: white !important;
  z-index: 1 !important;
}

#productTable thead th {
  padding: 5px 20px !important;
  text-align: left !important;
  background-color: #343a40 !important;
  color: white !important;
  white-space: nowrap !important;
}

#productTable tbody td {
  padding: 5px 20px !important;
  border-top: 1px solid #ddd !important;
  white-space: nowrap !important;
}

#productTable tbody td:first-child {
  padding-left: 20px !important;
}

#productTable th,
#productTable td {
  padding: 10px !important;
  text-align: left !important;
  border: 1px solid #ddd !important;
}
.icon-badge {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: red;
  color: white;
  font-size: 10px;
  font-weight: bold;
  padding: 2px 5px;
  border-radius: 50%;
  line-height: 1;
  min-width: 16px;
  text-align: center;
  z-index: 10;
}
.product__wrapper .add-cart a
 {
    font-weight: 500;
    color: white !important;
    position: relative;
    font-size: 14px;
}

.widget.widget_search {
    display: none;
}
.wishlist_table .product-add-to-cart a {

    text-align: center;
    background: black !important;
    padding: 10px 20px;
    border-radius: 5px;
}
a.add_to_wishlist{
  padding: 5px 50xpx !important
}
.tox .tox-dialog--width-lg {
  height: 450px !important;
  max-width: 950px !important;
}
/* #popup-editor-wrapper .tox .tox-dialog {
  max-height: 550px !important;
} */
#popup-editor-wrapper .tox .tox-toolbar-overlord{
  background-color: #fff0 !important ;
}
/* #popup-editor-wrapper .tox-editor-header {
  margin: 60px 0px !important;
  justify-content: center;
} */

#popup-editor-wrapper .tox-editor-header {
  border-radius: 0px;
  border: none;
  /* padding-top: 27px !important;
  padding-bottom: 29px !important;
  margin-top: 100px !important; */
  height: auto !important;
  background: none;
  box-shadow: none !important;
  position: relative !important;
  top: auto !important;
  border: 0px !important;
}
#popup-editor-wrapper .tox-toolbar__primary {
  background: none !important;
 margin-right: -40px !important;
  /* margin-bottom: 20px !important;
  margin-top: 30px !important; */
  border: none;
  border-radius: 0px;
  padding: 0px !important;
width: 100% !important;
}
#popup-editor-wrapper {

  /* padding-top: 100px !important; */
  margin-top: 10px !important;

}
#popup-header { 
  padding: 20px 12px;
}
#popup-editor-wrapper .tox .tox-toolbar-overlord {
  background-color: #fff aliceblue;
  box-shadow: none !important;
  background: none;
  padding: 0px !important;
  margin: 0px 1im;
}
#popup-editor-wrapper .tox.tox-tinymce.tox-edit-focus {
   border: 1px solid #2d6adf;
  border-radius: 5px;
}
#popup-editor-wrapper .tox .tox-form__group {
  box-sizing: border-box;
  margin-bottom: 4px;
  /* margin-top: 20px !important; */
}

#popup-editor-wrapper .tox .tox-edit-area {

  border: 1px solid #2d6adf;
  border-radius: 6px;
  margin-top: 10px !important;
}

/* Hide caret only for specific tags */
.selected-tag-click, .selected-tag {
  box-shadow: 0 0 0 3px #173eff;
  cursor: pointer !important;
  caret-color: transparent !important;
}