* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
/*  background-color: #f6f9fc;*/
  background-color: #ffffff;
}
.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 52px;
}
.tital-wrap {
  margin-bottom: 52px;
}
.title-h1 {
  color: #161416;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
}
.breadcrumb {
  color: #000;
  font-size: 20px;
  font-weight: 400;
}
.breadcrumb span {
  color: #2aabe2;
  display: inline-block;
}
.topbar-wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  margin-bottom: 24px;
  flex-wrap: wrap;
}
.breadcrumb_filter{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap:10px;
}
.filter-btn {
  border: 1px solid #e1e0e1;
  background: #f3f3f3;
  color: #161416;
  font-size: 18px;
  font-weight: 400;
  padding: 10px 15px;
  gap: 11px;
  height: 42px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.search-btn-wrap {
  display: flex;
  gap: 15px;
  align-items: center;
}
.search-input {
  border: none;
  background-color: #e6e6e6;
  padding: 13px 12px;
  height: 42px;
  max-width: 241px;
  min-width: 241px;
  width: 100%;
  border-radius: 5px;
  font-size: 14px;
}
.search-input:focus-visible {
  outline: none;
  border: none;
}
.search-input::placeholder {
  font-size: 12px;
  color: #6c666e;
}
.search-btn {
  border: 1px solid #8dc63f;
  background-color: #8dc63f;
  padding: 9px;
  gap: 11px;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.nav-select {
  border: 1px solid #e1e0e1;
  height: 42px;
  background-color: #f3f3f3;
  padding: 7px 15px;
/*  max-width: 145px;*/
  max-width: 100%;
  font-size: 18px;
  color: #161416;
}
.nav-select:focus-visible {
  outline: none;
}
.body-content {
  display: flex;
  gap: 20px;
}
.side-filter-wrap {
  width: 389px;
/*  background: #ffffff;*/
  background: #e6e6e6;
  padding: 20px;
  min-width: 389px;
  height: 100%;
}
.filter-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.title {
  font-size: 20px;
  color: #1c1c1c;
  margin: 0;
  font-weight: 500;
}
.filter-title a {
  font-size: 16px;
  color: #2aabe2;
  font-weight: 500;
}
.line-divider {
  border: 0.5px solid #cfcfcf;
  margin: 20px 0;
  border-radius: 0;
}
.slider-input-wrap {
  position: relative;
  padding-top: 20px;
  height: 100%;
}
.value-text {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 500;
  color: #1c1c1c;
  margin-bottom: 10px;
}
.slider-input {
  width: 100%;
  min-height: 20px;
  margin-bottom: 20px;
}
.slider-input input {
  position: absolute;
  width: 100%;
  height: 8px;
  background: #fff;
  border-radius: 20px;
  appearance: none;
  cursor: pointer;
  accent-color: #2aabe2;
}
.min-max-value {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-top: 16px;
}
.min-max-value input {
  width: 100%;
  padding: 6.5px 8px;
  border: 1px solid #cfcfcf;
  text-align: center;
}
.min-max-value input::placeholder {
  font-size: 16px;
  color: #6c666e;
}
.min-max-value input:focus-visible {
  outline: none;
}
.checkbox-list-wrap {
  margin-top: 20px;
}
.checkbox-list-wrap li {
  list-style: none;
  margin-bottom: 20px;
}
.checkbox-list-wrap li.active {font-weight: 600;}
.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group label {
  position: relative;
  cursor: pointer;
  user-select: none;
  display: flex;
  align-items: flex-start;
  line-height: normal;
}

.form-group label:before {
  content: "";
/*  background-color: #f3f3f3;*/
  background-color: #fff;
  border: 1px solid #e1e0e1;
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
/*  border-radius: 20px;*/
}

.form-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url("../../../img/checkarrow.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.form-group input:checked + label:before {
  border-color: #2aabe2;
  background: #2aabe2;
}
.main_category_arrow{
  display: flex;align-items: center;justify-content: space-between;gap: 5px;
}
.product-grid {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  height: 100%;
}
.product-card {
  max-width: 278px;
  width: 100%;
  padding: 10px;
  transition: 0.3s ease-in-out all;
  cursor: pointer;
}
.product-card:hover {
  /*  background: #ddd;*/
  box-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);
}
.product-img {
  background: #fff;
  max-width: 258px;
  margin-bottom: 22px;
  overflow: hidden;
  max-height: 260px;
  min-height: 260px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sale_badge{
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 999;
}

.sale-tag-inner{
  width: 60px;
  height: 25px;
  background-color: #E74C3C;
  color: white;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  clip-path: polygon(0% 50%, 15px 0%, 100% 0%, 100% 100%, 15px 100%);
  padding-left: 15px;
}
.product-img img {
  width: 100%;
  height: 100%;
  transition: 0.3s ease-in-out all;
}
.product-card:hover .product-img img {
  transform: scale(1.2);
}
.overlay-effect {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: 0.3s ease-in-out all;
}
.product-card:hover .overlay-effect {
  opacity: 1;
}
.overlay-btn {
  background: #25aae1;
  border: none;
  border-radius: 4px;
  padding: 7px 10px;
  font-size: 12px;
  color: #fff;
}
.card-title {
  font-size: 14px;
  font-weight: 400;
  color: #161416;
  margin-bottom: 16px;
}
.card-price {
  color: #161416;
  font-size: 14px;
  font-weight: 500;
}
.card-price span {
  font-weight: 300;
  text-decoration: line-through;
}
@media only screen and (max-width: 600px) {
  .title-h1 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 768px) {
/*  .side-filter-wrap{
    position: absolute;
    z-index: 9;
    height: auto;
    width: 70%;
    min-width:auto;
  }*/
  .body-content{display: inline-block;}
  .side-filter-wrap{width: 100%;min-width:auto;}
  .search-input{min-width:100px;}
  .accordion h2.title, .accordion .form-group label{font-size: 14px;}
}

/* accordion */
.accordion-item-header {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  user-select: none;
}
.accordion-item-header::after {
  content: "\002B";
  font-size: 20px;
  line-height: normal;
  position: absolute;
  right: 0;
}
.accordion-item-header.active::after {
  content: "\2212";
}
.accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.active {
/*  background-color: #4caf50;*/
  color: black;
}
#myFilter.active {
  display: none;
}
.woocommerce nav.woocommerce-pagination{margin-top: 0 !important;}

.sub-menu-wrap ul {
  margin-left: 35px;
}
.sub-menu-wrap ul li:last-child {
  margin-bottom: 0px;
}
.sub-menu-wrap .accordion-item-header::after {
  content: "";
  position: inherit;
  top: 3px;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  margin-left: 20px;
  border-right: 1px solid #6c666e;
  border-bottom: 1px solid #6c666e;
  transition: transform 0.3s ease;
}
.sub-menu-wrap .accordion-item-header.active::after {
  transform: rotate(222deg);
}

.category_bottom_content h2 {
  font-family: Gotham;
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
  margin: 25px 0;
}

.category_bottom_content {
  font-family: Gotham;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  padding-top: 100px;
}

.category_bottom_content ul{
  list-style: disc;
  padding-left:20px;
  padding-top:20px;
}

.category_bottom_content a{
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
  color:#2AABE2;
}
.product-grid-bottom{
  display: flex;
  align-items: center;
  gap: 100px;
  padding-top:50px;
}
#slider-range {width: 100%; max-width: 330px; margin: 10px auto;}
#custom-price-filter input {width: 80px;margin-right: 10px;}
#slider-range .ui-widget-header{background:#ffff;}
#slider-range .ui-slider-handle{
    cursor: pointer;
    background: #2AABE2;
    border: 1px solid #2AABE2;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    top: -3.5px;
}
.woocommerce nav.woocommerce-pagination ul{ border-radius: 4px;}

 .woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span{
  width: 30px;
  height: 30px;
  border:none;
  align-items: center;
}

.woocommerce nav.woocommerce-pagination ul li:first-child a, .woocommerce nav.woocommerce-pagination ul li:first-child span{
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.woocommerce nav.woocommerce-pagination ul li:last-child a, .woocommerce nav.woocommerce-pagination ul li:last-child span{
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}


      .product-grid-main {
          position: relative;
          z-index: 1;
          display: flex;
          flex-direction: column;
      }

      .loader-overlay {
/*          position: fixed;*/
          position: absolute;
          top: 0;
          left: 0;
          background: rgba(255, 255, 255, 0.8);
          width: 100%;
          height: 100%;
          z-index: 10;
          background: rgba(255, 255, 255, 0.8); /* Optional: semi-transparent background */
          z-index: 5; /* Higher z-index to ensure it's on top of everything */
          display: none; /* Hidden by default */
          align-items: center;
          justify-content: center;
          font-size: 20px;
          font-weight: bold;
          color: #333;
          display: flex;
          pointer-events: none; /* Optional: lets clicks pass through if needed */
      }

      .loading-text {
          display: flex;
          align-items: center;
          gap: 2px;
      }

      .loading-text .dot {
          opacity: 0;
          animation: blink 1.5s infinite;
      }

      .loading-text .dot.one {
          animation-delay: 0s;
      }
      .loading-text .dot.two {
          animation-delay: 0.2s;
      }
      .loading-text .dot.three {
          animation-delay: 0.4s;
      }

      @keyframes blink {
          0%, 100% { opacity: 0; }
          50% { opacity: 1; }
      }

.cart_item td.product-name {width: 50%;}
dt.variation-CustomNote, dt.variation-Logo{font-weight: bold;}
dd.variation-Logo, dd.variation-Logo p{margin-top: 10px !important;}
dt.variation-Logo{margin-top:5px !important;}
dd.variation-CustomNote{margin-bottom: 10px !important;}