.inner-container {
    max-width: 1200px;
    margin: 0 auto;
    padding-inline: 1rem;
}

.breadcrumb-div {
   
    padding: 10px 0;
}

.filter-section {
    width: 25%;
}

.filter-type {
    text-transform: uppercase;
    color: #858585;
}

.selected-item {
    background-color: #f4f4f4;
    padding: 0.3rem;
    border-radius: 0.4rem;
    color: #858585;
    font-size: 13px;
}

.filter-remove-item {
    cursor: pointer;
}

.remove-all-btn {
    text-transform: uppercase;
    color: #868688;
    padding: 0.6rem;
}

.accordion-item {
    border: none;
    outline: none;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}

.accordion-button:focus {
    border: none;
    box-shadow: none;
}

.accordion-button {
    border-bottom: 0.5px solid #d1d1d1;
    padding: 1rem 0.3rem;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.filter-colors > li {
    margin: 10px 5px 0;

}

.filter-colors >li a {
    transition:  all 0.2s linear;
    position: relative;
}

.filter-colors >li a.options-color {
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 0.3rem;
}

.filter-colors >li a.options-color::after {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    outline: none;
    backface-visibility: hidden;
    border-radius: 6px;
    transition: all 0.12s linear;
    -ms-transition: all 0.12s linear;
    -webkit-transition: all 0.12s linear;
    -o-transition: all 0.12s linear;
}

.filter-colors >li a.options-color::before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 6px;
    transition: all 0.12s linear;
    -ms-transition: all 0.12s linear;
    -webkit-transition: all 0.12s linear;
    -o-transition: all 0.12s linear;
    backface-visibility: hidden;
}

.filter-colors >li a.options-color:hover::before {
    border-width: 6px;
}

.filter-colors >li a.options-color::before {
    border: 0px solid #fff;
}

.filter-colors >li a.options-color:hover::after {
    border-width: 3px;
}

.filter-colors >li a.options-color::after {
    border: 0px solid #765677;
}

.pr-type-filter > li {
    margin-bottom: 4px;
}

.pr-type-filter > li > a {
    color: #777777;
    padding: 5px 0;
    font-size: 14px;
    line-height: 18px;
    
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

.cat-title {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0em;
    font-weight: 500;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.category-section-div,.qpe-listing-faq {
    width: 100%;
   
    max-width: 1200px;
    width: 100%;
    margin: auto;
}

.cat-select .sort-position {
    border-color: transparent;
    outline: none;
    border: none;
    background: transparent;
    color: #777777;
    cursor: pointer;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

.product-listing {
    margin-block: 40px;
    
}

.pr-listing-grid {
    display: grid;
    flex-wrap: wrap;
    justify-content: start;
    align-items: self-end;
    gap: 10px;
    grid-template-columns: repeat(3, 1fr);
}

.listing-grid-item {
    padding: 6px;
    /* width: 19.3%; */
    min-height: 475px;
    background: rgb(248, 248, 248);
    position:relative;
    overflow:hidden;
}

.list-img-parent > div {
    width: 100%;
    max-width: 100%;
    overflow: hidden;

}



.out-of-stock-btn {
    
    width: 70%;
    margin-inline: auto;
      justify-content: center;
    border-radius: 0.7rem;
    transition: all 0.3s linear;
    background-color: transparent;
    border: 1px solid #222;
    display: flex;
    align-items: center;
    font-weight: 600;
    min-height: 2rem;
    color: #fff;
}


.list-img-parent:hover .add-to-cart-btn {
    opacity: 1;
    visibility: visible;
}

.list-img-parent >div {
    
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    overflow: hidden;
    top: 0;
    left: 0;

}

.list-img-parent >div > img {
    object-fit: cover;
    width: 100%;
    
    aspect-ratio: 1;
}

.list-description {
    padding-top: 16px;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
}

.list-pr-name {
    font-size: 15px;
    line-height: 22px;
    padding-top: 0px;
    font-weight: 500;
    padding-left:10px;
    padding-right:10px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    text-align:center;
    -webkit-box-orient: vertical;
}

.list-pr-price > .new-price {
    color: #000;
    font-size: 18px;
    display: inline-block;
    font-weight: bold;
}

.list-pr-price > .old-price {
    color: #737373;
    text-decoration: line-through;
    margin-left: 7px;
    font-size: 16px;
    order: -1;
}

.list-pr-price > .sale-off {
    color:#990000;
    font-weight: bold;
    font-size: 10px;
}

.img-options-block {
    margin-top: 15px;
    padding: 0px 20px 0px 20px;
    overflow: auto;
}

.img-options-list {
    display: flex;
    justify-content: flex-start;
    overflow-x: auto;
    width: 100%;
    flex-wrap: nowrap;
    max-width: 100%;
    scrollbar-width: none;
}

.img-options-list > li {
    width: 40px;
    height: 40px;
    margin-inline: 0.2rem;
    border-radius: 0.5rem;
    overflow: hidden;
    flex-shrink: 0;
    margin-bottom: 10px;
}


.img-options-list > li img{
    border-radius: 0.5rem;
    object-fit: cover;
    cursor: pointer;
    aspect-ratio: 1;
}

.img-options-list > li img.active {
    border: 2px solid #765677;
}

.filters-footer {
    position:fixed;
    bottom: 0;
    width: 100%;
    height: fit-content;
    background-color: #765677;
    padding: 1rem;
    z-index: 15;
    color: #fff;
}

.filter-select-btn {
    background: #766EAC;
    border: none;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.0;
    font-weight: 400;
    letter-spacing: 0.03em;
    position: relative;
    outline: none;
    padding: 6px 31px 4px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

.filter-canvas {
    max-width: 300px;
}

/* .img-options-list::-webkit-scrollbar {
    width: 8px; 
    height: 8px;
  }
  
  .img-options-list::-webkit-scrollbar-track {
    background-color: #cfcfcf; 
  }
  
  .img-options-list::-webkit-scrollbar-thumb {
    background-color: #61afd6; 
    border-radius: 6px; 
  }
  
  .img-options-list::-webkit-scrollbar-thumb:hover {
    background-color: #3c337c; 
  } */


@media (max-width: 768px) {
    .category-section-div {
        width: 100%;
        padding: 0 0.6rem;
    }

    .listing-grid-item {
        width: 48%;
        padding: 0.4rem;
        min-height: 380px;
    }

    .img-options-block {
        padding: 0 10px 0 10px;
    }

    .filter-section {
        display: none;
    }
    
    .list-pr-price > .new-price {
        font-size: 14px;
    }
    .old-price {
      font-size: 12px;
    }
    .list-pr-price > .sale-off {
      font-size: 10px;
    }
    
    .add-to-cart-btn {
      width: 75%;
      visibility: visible;
      opacity: 1;
      margin-inline: auto;
      font-size: 13px;
      left: 12.5%;
      right: 12.5%;
    }
}

@media(max-width:767px){
.pr-listing-grid{grid-template-columns: repeat(1, 1fr);}
.listing-grid-item{width:100%;}
}