  @media(min-width: 991px)


  .accordion-button{
        font-size: 16px !important;
    color: #3a3a3a !important;
    font-weight: 400 !important;
  }
 .accordion-button::after {
    width: 12px; /* smaller width */
    height: 12px; /* smaller height */
    background-size: 12px; /* match the new size */
}
  .accordion-header {
    padding: 10px 0;
  }
  .accordion-item:last-of-type {

    border-radius: 0;
}
  .filter-sidebar {
     position: sticky;
        top: 50px;
        z-index: 3;
    }
.border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) #dee2e68f !important;
}
    .filter-title {
         font-size: 15px !important;
    color: #3a3a3a !important;
    text-transform: none !important;
    font-weight: 300 !important;
    padding: 30px 0;
        align-items: center;
    }
    /* .selected-list{
      margin-bottom: 30px;
    } */
    .selected-item{
      font-size: 12px !important;
    color: rgba(58, 58, 58, 1) !important;
    text-transform: capitalize !important;
            padding: 1px 0;
    }
    :focus-visible {
    outline: -webkit-focus-ring-color auto 0px !important;
}
    .accordion-button {
      font-weight: 600;
      font-size: 15px;
      padding: 0px 0 10px;;
      background: none !important;
      box-shadow: none !important;
      color: #000;
    }
    .accordion-button::after {
      margin-left: auto;
    }
    .accordion-body {
      padding: 0 0 10px 0;
    }
        .accordion-body label {
          display: block;
    margin: 5px 0;
    font-size: 14px !important;
    color: #000 !important;
    /* color: rgba(58, 58, 58, 1) !important; */
    font-family: 'Jost';
    }
    .accordion-body input[type="checkbox"] {
      margin-right: 5px;
    }
    .note {
      font-size: 13px;
      color: #666;
      margin-bottom: 8px;
    }
    .price-inputs {
      display: flex;
      gap: 8px;
    }
    .price-inputs input {
      width: 100%;
    }
    .color-options {
      display: flex;
      gap: 10px;
    }
    .color-circle {
      width: 22px;
      height: 22px;
      border-radius: 50%;
      border: 1px solid #aaa;
      cursor: pointer;
    }
    .color-black { background: #000; }
    .color-gray { background: #ccc; }
    .color-lightgray { background: #eee; }
    .in-stock { color: green; }
    .out-stock { color: red; }
    .range-slider {
  height: 40px;
  position: relative;
}
.range-slider input[type="range"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  pointer-events: none;
  -webkit-appearance: none;
  background: none;

}
.range-slider input[type="range"]::-webkit-slider-thumb {
  pointer-events: all;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #1691ca;
  cursor: pointer;
  -webkit-appearance: none;
  position: relative;
  z-index: 999;

}
.range-slider input[type="range"]::-moz-range-thumb {
  pointer-events: all;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #1691ca;
  cursor: pointer;


}



.mobile-action {
   position: fixed;
    bottom: 0;
    z-index: 9999;
    display: flex
;
    align-items: center;
    width: 100%;
    left: 0;
    right: 0;
    /*margin: 10px auto;*/
    background-color: #fff;
        padding: 15px 6px;
    justify-content: space-around;
        box-shadow: 0 3px 15px rgb(0 0 0 / 10%);
        overflow-x: hidden;
}
.product-card {
    position: relative;
    /* width: 300px; */
    margin: auto;
    overflow: hidden;
   /* border: 1px solid #eee;
    padding: 20px;*/
    margin-bottom: 20px !important;
    height: 100%;
}

.img-box {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.product-img {
  width: 100%;
    display: block;
    transition: opacity 0.5s
ease, transform 0.5s
ease;
    max-height: 372px;
    min-height: 372px;
    object-fit: cover;
    background: #fff;
}

@media (max-width: 1199px) {
    .product-img {
        max-height: 370px;
        min-height: 370px;
    }
}

@media (max-width: 1399px) {
    .product-img{
        max-height: 280px;
        min-height: 280px;
    }
}
@media (max-width: 991px) {
  .product-img {
    height: 250px;
  }
  .product-list-section{
        padding-bottom: 0px;
  }
}

@media (max-width: 575px) {
  .product-img {
    height: 200px;
  }
}
/*@media(min-width: 1399px){
.product-img {

      max-height: 320px;
    object-fit: cover;
    min-height: 320px;
    object-position: top;
}
}
*/
.img-front {
  position: relative;
  z-index: 1;
}

.img-back {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
}

.img-box:hover .img-front {
  opacity: 0;
}

.img-box:hover .img-back {
  opacity: 1;
  transform: scale(1.05); /* slight zoom */
}

.product-hover {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

/* Show buttons only when image is hovered */
.product-card:hover .product-hover {
  opacity: 1;
  visibility: visible;
}

/*.cm-link,
.quick-add__submit {
  background: #000;
  color: #fff;
  border: none;
  padding: 8px 12px;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s;
}*/

.cm-link:hover,
.quick-add__submit:hover {
  background: #ececec;
}
/* product-hover */
.product-hover .icon {
  height: 20px;
  width: 20px;
  fill: #000;
  vertical-align: top;
}
.product-hover .icon.icon-selet-option {
  width: 16px;
  height: 25px;
}
.product-hover > button:hover .icon,
.product-hover > div:hover .icon {
  fill: #1691ca;
}
.product-hover .quick-add__submit #Layer_1 {
  width: 16px;
  height: 22px;
}
.product-hover {
position: absolute;
    top: 0%;
      right: 3%;
border-radius: 50%;
    /*transform: translate(-50%, -50%);*/
    z-index: 99;
    opacity: 1;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    display: flex
;
    align-items: center;
    justify-content: center;
    gap: 0;
    background-color: #fff;
    padding: 0;
    box-shadow: 0 0 9px #5552;
    visibility: visible;
    border: 1px solid #2a90c7;
}
.card-wrapper:hover .product-hover {
  opacity: 1;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.product-hover > button,
.product-hover > div {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 44px;
  height: 44px;
  padding: 0;
  background-color: #fff;
  border-color: 0;
  border-width: 0;
  border-radius: 0%;
  border-style: solid;
  margin-bottom: 0;
  box-shadow: none;
}
/*.product-hover > button:hover,
.product-hover > div:hover {
  background-color: #1691ca;
  border-color: #1691ca;
}*/
.product-hover > button {
  border-right: 1px solid var(--color-base-border);
  padding-right: 0;
  border-radius: 50%;
}
.cm-link.btn--status.compare .icon {
  width: 22px;
  height: 18px;
}
.product-hover button .icon.added {
  display: none;
}
.product-hover button.active .icon.added {
  display: inline-block;
  vertical-align: middle;
}
.product-hover button.active .icon.not-added {
  display: none;
}
.card__content {
    padding-top: 30px;
}
.product-content{
      position: relative;
    z-index: 99;
     text-align: left;
    padding: 10px;
}
.product-content p{
  margin-bottom: 5px;
  font-weight: 600;
}
.price-info span{
  color: #1691ca ;
  font-weight: 700;
}
.product-content h3{
  font-size: 14px;
    font-weight: 400;
    overflow: hidden;
    /*text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;*/
    line-height: 20px;
    letter-spacing: 0;
    color: #000;
        display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.product-card:hover  .product-content h3{

/*color: #1691ca;*/

}
.action-btn{
  margin: 15px 0 0;
}
.addtocart{
     /*border: 1px solid #ddd;*/
    font-size: 15px;
    /* font-weight: 800; */
    color: #000;
    padding: 10px;

}
.addtocart:hover{
  font-weight: 600;
      /*background: #1691ca;*/
      /*color: #fff;*/
}
.addtocart svg path {
  fill: #1691ca;   /* default */
}
.addtocart:hover svg path {
  fill: #000;      /* hover */
}
.card-badge {
      position: absolute;
    z-index: 99;
    top: 10px;
    left: 10px;
}

.card-badge span {
      border: 0px solid transparent;
    display: inline-block;
    font-size: 13px;
    letter-spacing: 0.1rem;
    padding: 0;
    text-align: center;
    background-color: #1691ca;
    color: #fff;
    word-break: break-word;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 42px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    transition: all 0.5s ease-in-out;
}

.color-circle {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #aaa;
  cursor: pointer;
  position: relative;
  display: inline-block;
}

/* Add checkmark when active */
.color-circle.active::after {
  content: "✔";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
 font-size: 12px;
    color: #857d7d;
}
.list-gap{
    padding: 0px 50px;
}
.accordion-button{
  font-size: 16px !important;
    color: #3a3a3a !important;
    text-transform: capitalize !important;
    font-weight: 600 !important;
    display: flex !important
;
    align-items: center !important;
    justify-content: space-between !important;
}
@media(max-width: 991px){
  .filter-sidebar {
 position: static;
    padding: 20px;
}
 /* .filter-sidebar {
     display: none;
    }*/
  .product-list{
    margin-top: 30px;
  }
  .product-list .col-6{
    padding: 2px;
  }
  .product-card {

    margin-bottom: 15px;
}
.filterFooter {
    border-top: 1px solid #eaeaec;
    text-align: center;
    width: 100%;
    bottom: 0;
    position: absolute;
    margin: 0;
    display: flex
;
        left: 0;
}
.ripple-container {
    position: relative;
    overflow: hidden;
}.ripple-container .ripple {
    position: absolute;
    top: 0;
    left: 0;
}.filterFooter .buttonDivider {
    border-left: 1px solid #eaeaec;
    width: 2px;
    height: 22px;
    position: absolute;
    left: 50%;
    top: 8px;
    z-index: 1;
}
.col-1-2 {
    width: 50%;
}
.ripple-container a{
  color: #fff !important;
}
}

.sidepanel  {
    width: 0;
    position: fixed;

    height: 100%;
    top: 0;
    left: 0;
       background: #fff;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    z-index: 99;
}

.sidepanel a {
 padding: 8px 8px 8px 8px;
  text-decoration: none;
  font-size: 14px;
  color: #818181 ;
  display: block;
  transition: 0.3s;
      border: none;
          border-radius: 0;
              /* background: #1691ca !important; */
}

/* .sidepanel a:hover {
  color: #f1f1f1;
} */

.sidepanel .closebtn {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 36px;
}

.openbtn {
         font-size: 14px !important;
    color: #151515;
    font-weight: 400;
    cursor: pointer;
    background-color: #c3dfee;
    height: 38px;
    width: 100%;
    border: none;
    border: 1px solid #ddd;
        padding: 0 15px;

}
.filter-selection-tab select{

    border: 1px solid #ddd;
        height: 38px;
            padding: 0 12px;
width: 100%;
    background: #c3dfee;
}

.mobile-action .row{
      --bs-gutter-x: 5px !important;
}

.block-scroll::-webkit-scrollbar {
    width: 5px;
}
.block-scroll::-webkit-scrollbar-thumb {
    background: #757575;
}
.block-scroll::-webkit-scrollbar-track {
    background: #ebebeb;
}
.custom-select {
  appearance: none;
  padding: 10px 40px 10px 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  background: #fff;
  position: relative;
  cursor: pointer;
}
.custom-drop{
  width: auto;
}
.custom-drop-menu{appearance: none;padding: 8px 15px 8px 14px;border: 0px solid #ccc;border-radius: 0px;font-size: 14px;background: #fff;/*position: relative;*/cursor: pointer;border: none !important;outline: none !important;box-shadow: none !important;border: none !important;}
.pl-10{
      padding: 0 10px;

}
.dropdown-menu.show {
    display: block;
     width: auto !important;
         box-shadow: 0 0 0 1px rgb(63 63 68 / 5%), 0 1px 3px 0 rgb(63 63 68 / 15%);
    outline: transparent solid 0.1rem;
    z-index: 999;
    min-width: 220px;
}
.show-filter{
        padding: 0 8px;
    border: 1px solid #ccc;
    border-radius: 0px;
    font-size: 14px;
}
.show-filter select{
      border: none !important;
          outline: -webkit-focus-ring-color auto 0px;
}

.sortby-select option {
 margin-bottom: 30px;
}
select.sortby-select {
  font-style: normal;
  z-index: 1;
  margin: 0;
      padding: 10px 0px 10px 0px;
          appearance: none;
}
.custom-drop-menu i{
      font-size: 13px;
    font-weight: bold;
}
.sortby-filter {
  position: relative; /* Needed for positioning the arrow */
  display: inline-block;

}

.sortby-filter .sortby-select {
     /* width: 100%; */
    padding: 8px 22px 8px 6px;
    /* font-size: 14px; */
    border: 1px solid #ccc;
    border-radius: 0px;
    background-color: #fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

/* Custom angle-down arrow */
.sortby-filter::after {
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #555;
  font-size: 14px;
}
.noUi-target,.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
/* Fix 401 */
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
/* This class is applied to the lower origin when
   its values is > 50%. */
  z-index: 10;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s,top .3s;
  transition: left 0.3s,top .3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,.noUi-handle {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 4px;
}

.noUi-horizontal .noUi-handle {
   width: 8px;
    height: 8px;
    border-radius: 50%;
    left: -7px;
    top: -6px;
    background-color: #fff;
    border: 4px solid #1691ca;
}

/* Styling;
 */
.noUi-background {
  background: #D6D7D9;
}

.noUi-connect {
  background: #1691ca;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

.noUi-origin {
  border-radius: 10px;
}

.noUi-target {
  border-radius: 10px;
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}

.noUi-handle {
  cursor: default;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

.noUi-handle:active {
/*  border: 8px solid #1691ca;
  border: 8px solid rgba(59,183,126,0.38);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  left: -14px;
  top: -14px;*/
}

/* Disabled state;
 */
[disabled].noUi-connect,[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-origin,[disabled] .noUi-handle {
  cursor: not-allowed;
}
.range .list-group-item {
  position: relative;
  display: block;
  padding: 0;
  background: none;
  border: 0;
}
.range .checkbox {
  font-size: 0.8em;
}
.range .price-filter {
  display: block;
  margin-top: 20px;
}
.range #slider-range {
  box-shadow: none;
  border: none;
  height: 10px;
  border-radius: 10px;
  background: #1691ca;
  color: #1691ca;
}
.range #slider-range .ui-slider-range {
  box-shadow: none;
  background: #222;
  border-radius: 0px;
  border: none;
}
.range .ui-slider-handle.ui-state-default.ui-corner-all {
  width: 14px;
  height: 14px;
  line-height: 10px;
  background: #1691ca;
  border: none;
  border-radius: 100%;
  top: -5px;
}
.range .label-input {
  margin-top: 15px;
}
.range .label-input span {
  margin-right: 5px;
  color: #282828;
}
.range .label-input input {
  border: none;
  margin: 0;
  height: unset;
  font-weight: 600;
  font-size: 14px;
  background: transparent;
  padding-left: 0;
}
.range .check-box-list {
  margin-top: 15px;
}
.range .check-box-list li {
  margin-bottom: 5px;
}
.range .check-box-list li:last-child {
  margin: 0;
}
.range .check-box-list li label {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  cursor: pointer;
}
.range .check-box-list li label input {
  display: inline-block;
  margin-right: 6px;
  position: relative;
  top: 1px;
}
.range .check-box-list .count {
  margin-left: 5px;
  color: #666;
}
.prd-zlist .col {
    width: 100%;
    max-width: calc(100% / 5);
}

input[type="checkbox"] {
   -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #c4cdd5;
    border-radius: 50% !important;
    position: relative;
    cursor: pointer;
    outline: none;
    position: relative;
    top: -4px;
}
.prdl-sub-menu ul{
  padding-left: 0!important;

}
.block-scroll {
    width: 100% !important;
    max-height: 220px;
    /* overflow-y: auto; */
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    padding-right: 10px;
}
.accordion-button {
    font-size: 15px !important;
    color: #000 !important;
    text-transform: uppercase !important;
    font-weight: 400 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}
.br-1{
  border-top:1px solid #D6D6D6
}

@media (min-width: 992px){

#mySidepanel{
           width: 100% !important;
        position: sticky;
        height: auto;
        box-shadow: none;
        top: 100px;
}

.openbtn1{
    display:none;
}

}
.openbtn1 {
  /*padding: 10px 15px;*/
  font-size: 16px;
  cursor: pointer;
}

/* Bottom panel hidden by default */
.bottom-panel {
  position: fixed;
  bottom: -500px; /* hidden initially */
  left: 0;
  width: 100%;
  background: #fff;
  border-top: 1px solid #ccc;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
  transition: bottom 0.3s ease-in-out;
  z-index: 1001; /* above overlay */
  padding: 20px;
}

.bottom-panel.active {
  bottom: 0; /* slide up */
}

.bottom-panel ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bottom-panel li {
  padding: 12px 0;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  font-size: 16px;
}

.bottom-panel li:hover {
  background: #f5f5f5;
}

/* Semi-transparent overlay behind panel */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 1000;
}

.overlay.active {
  opacity: 1;
  pointer-events: auto;
}
.prdl-color1 .color-list{
    padding: 0;
    margin: 0;
    list-style: none;
}

.prdl-color1 .color-list li{
    margin-bottom: 18px;
}

.prdl-color1 .color-check{
    position: relative;
    padding: 0;
}

.prdl-color1 .color-check .form-check-input{
    position: absolute;
    opacity: 0;
}

.prdl-color1 .color-check .form-check-label{
    display: flex;
    align-items: center;
    gap: 14px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    margin: 0;
}

.prdl-color1 .color-box{
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid #dcdcdc;
    display: inline-block;
    position: relative;
    flex-shrink: 0;
}

/* active checkbox */
/* .prdl-color1 .color-check .form-check-input:checked + .form-check-label .color-box{
    border: 2px solid #000;
    transform: scale(1.1);
} */

/* tick */
.prdl-color1 .color-check .form-check-input:checked + .form-check-label .color-box::after{
    content: "";
    position: absolute;
    top: 4px;
    left: 7px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none ! IMPORTANT;
}