input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
/ Firefox /
}
.store-sec {
    padding: 60px 0px;
}
.store-div {
    background: #f6f6f6;
    padding: 25px;
    height: 100%;
    text-align: center;
}
.accordion-item form {
    margin: 0;
}
.store-div img {
    width: 225px;
    height: 300px !important;
}
.store-div span {
    font-size: 15px;
    color: #3e90b3;
    margin: 20px 0 10px 0;
    display: block;
}
.store-div a p {
    font-size: 17px;
    color: #000;
    margin-bottom: 8px;
}
.store-div p {
    color: #000;
    font-size: 18px;
}
.store-div .btn-primary {
    width: 100%;
}
.categories-div {
    background: var(--light-bg);
    padding: 20px;
    margin-bottom: 20px;
}
.categories-div h3 {
    margin: 10px 0 25px 0;
    position: relative;
    font-size: 26px;
}
.categories-div h3::after {
    content: "";
    position: absolute;
    left: -20px;
    width: 3px;
    height: 50px;
    background: #000;
}
.categories-div .accordion-button::after {
    background-image: none;
}
.categories-div .accordion-flush .accordion-item {
    border-top: 0;
    margin-bottom: 20px;
}
.categories-div .accordion-header {
    margin-bottom: 0;
    font-family: var(--para-font);
}
.categories-div .accordion-button {
    font-size: 16px;
    color: #666;
}
span.categories-number {
    position: absolute;
    right: 20px;
    background: #eee;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #000;
    font-size: 13px;
    line-height: 29px;
}
.categories-div .show .accordion-body {
    padding: 0.5rem 1.25rem;
    background: #000;
    color: #666666;
    height: 266px;
    overflow-y: auto;
}
.categories-div .show .accordion-body::-webkit-scrollbar {
    width: 10px;
}

/* / Track / */
.categories-div .show .accordion-body::-webkit-scrollbar-track {
    background: #fff;
}

/* / Handle / */
.categories-div .show .accordion-body::-webkit-scrollbar-thumb {
    background: #424242;
}

/* / Handle on hover / */
.categories-div .show .accordion-body::-webkit-scrollbar-thumb:hover {
    background: #424242;
}
.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #000;
    box-shadow: none;
}
.accordion-body ul {
    padding: 0;
    margin: 0;
}
.accordion-body ul li {
    border-top: 1px solid #666;
    list-style: none;
    padding: 15px 0;
}
.accordion-body ul li a {
    position: relative;
    color: #666;
    font-size: 14px;
    display: block;
}
.accordion-body ul li a i {
    position: absolute;
    right: 0;
    top: 5px;
}
.accordion-body ul li a:hover,
.accordion-body ul li a.active {
    color: var(--light-color);
}
button.accordion-button.collapsed.on-sale {
    background: #3e90b3;
    color: #fff;
}
.on-sale span.categories-number {
    background: #fff;
}
a.bulk-order.btn.btn-primary {
    display: block;
    position: relative;
    margin-top: 20px;
    text-align: left;
    padding: 15px 25px;
    font-size: 16px;
}
a.bulk-order.btn.btn-primary i {
    position: absolute;
    right: 10px;
    padding: 10px 15px;
    color: #000;
    background: #fff;
    top: 9px;
}

@media (max-width: 991.8px) {
    .store-div img {
        height: 225px;
    }
}

.category-filter {
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}

.category-filter .nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #898989;
    padding: 0px;
    background: #fff;
    font-size: 7px;
}

.category-filter li.nav-link a {
    color: #666 !important;
    text-decoration: none;
    font-size: 14px;
    font-family: var(--primary-font-semibold);
}
.category-filter i {
    color: #666;
}
.category-filter .nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px;
    border: 0;
    margin-bottom: 20px;
}
ul.drop-downn.w-100.with-dropdown.ps-3 li {
    border: 0;
    padding: 15px 0 10px 0;
    margin: 0;
}
ul.drop-downn.w-100.with-dropdown.ps-3 li a {
    font-size: 13px;
}
