.elementor-148663 .elementor-element.elementor-element-257b0b14{--display:flex;}#elementor-popup-modal-148663 .dialog-message{width:100vw;height:auto;}#elementor-popup-modal-148663{justify-content:center;align-items:flex-end;}#elementor-popup-modal-148663 .dialog-close-button{display:flex;}#elementor-popup-modal-148663 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for shortcode, class: .elementor-element-594796e4 *//* 1) Scope everything under .filter-category so nothing else is touched */
.elementor-148663 .elementor-element.elementor-element-594796e4 h3{
    font-size: 22px;
    text-transform: uppercase;
}
.marginbott-25{
    margin-bottom: 35px;
}
.margintopp-25{
    margin-top: 35px;
}
.bg-gray-custom{
    background: #E9E7E8;
    padding: 15px 15px;
}

.filter-category {
  /* optional: if you want spacing between items */
  display: flex;
  flex-direction: column;
  gap: .75em;
}

/* 2) Hide the real checkbox input */
.filter-category .fc-checkbox {
  display: none;
}

/* 3) Base label text styling */
.filter-category .fc-label {
  position: relative;
  padding-left: 1.25em;    /* room for our bullet */
  color: #666;
  cursor: pointer;
  user-select: none;
  font-size: 1rem;
  line-height: 1.4;
}

/* 4) Only when the checkbox is CHECKED… */
.filter-category .fc-checkbox:checked + .fc-label {
  color: #000;
  font-weight: 600;
}
/*  → add the diamond bullet */
.filter-category .fc-checkbox:checked + .fc-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: .5em;
  height: .5em;
  background-color: #000;
}


/*css for price*/
/* 1) Base label layout & text */

.filter-price label,
.filter-flavor label
{
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
  cursor: pointer;
  font-size: 1rem;
  color: #333;
}

/* 2) Strip out the browser’s default box and draw our own */
.filter-price .form-checkbox,
.filter-flavor .form-checkbox
{
  /* remove native styling */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* size & spacing */
  width: 18px;
  height: 18px;
  margin-right: 0.75rem;
  /* draw border and transparent fill */
  border: 2px solid #ccc;
  border-radius: 2px;
  background-color: transparent;
  transition: background-color 0.2s, border-color 0.2s;
}

/* 3) Checked state: fill the square */
.filter-price .form-checkbox:checked,
.filter-flavor .form-checkbox:checked
{
  background-color: #000;
  border-color: #000;
}/* End custom CSS */