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



.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 {
    width: 100%;
    
}

.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-top: 40px;
}

.pr-listing-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.listing-grid-item {
    padding: 1rem;
    width: 32%;
}

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

}

.add-to-cart-btn {
    /* bottom: 20px;
    right: 25%;
    left: 25%;
    width: 50%;
    border: 0.7px solid #765677;
    justify-content: center;
    border-radius: 0.7rem;
    transition: all 0.3s linear;
    background-color: #765677;
    ;
    font-weight: 600;
    min-height: 2rem;
    opacity: 0;
    visibility: hidden;
    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%;
   
}

/* .list-description {
    padding-top: 16px;
    position: relative;
    z-index: 2;
    background: #ffffff;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
} */

.list-pr-name {
    font-size: 14px;
    line-height: 22px;
    padding-top: 0px;
    font-weight: 400;
    max-width: 30ch;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.list-pr-price > .new-price {
    color: #3D3D3D;
    font-size: 16px;
    display: inline-block;
    font-weight: 600;
}

.list-pr-price > .old-price {
    color: #999999;
    text-decoration: line-through;
    margin-left: 7px;
}

.list-pr-price > .sale-off {
    color: #339999;
    margin-left: 7px;
    font-weight: 500;
    font-size: 16px;
}

.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: 220px;
}

.img-options-list > li {
    width: 45px;
    height: 45px;
    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;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.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: #766eac; 
    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;
    }

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

    .filter-section {
        display: none;
    }
}