.sub-category-listing-wrap .container {
    width: 1676px;
}
.sub-category-listing-wrap .section-title h2 {
    text-align: left;
}
.sub-category-listing-wrap .section-title {
    padding-bottom: 20px;
}

.product-filter-list .dropdown .btn {
    background: transparent;
    border: 2px solid #393939;
    border-radius: 17px;
    font-size: 17px;
    line-height: 22px;
    color: #393939;
    font-family: "gravesend-sans",sans-serif;
}
.product-filter-list .dropdown .dropdown-toggle::after {
    background: url(../images/global/downarrow-black.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.product-filter-list .dropdown-menu {
    width: 100%;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 3px 26px 0px rgba(0, 0, 0, 0.16);
    margin-top: 30px !important;
    border: 0;
    padding: 0;
    min-width: 390px;
    z-index: 12;
}
.product-filter-list .dropdown-menu:before {
    content: "";
    width: 58px;
    height: 31px;
    background: url(../images/global/up-arrow.svg);
    position: absolute;
    top: -20px;
    left: 30px;
    background-size: contain;
    background-repeat: no-repeat;
}
.filter-desc {
    padding: 24px;
}
.filter-title {
    font-size: 18px;
    line-height: 24px;
    color: #101010;
    font-weight: 700;
    font-family: "gravesend-sans",sans-serif;
    padding-bottom: 10px;
}
.filter-desc .form-group input {
    display: none;
}
.filter-desc .form-group label {
    position: relative;
    padding-left: 32px;
    font-size: 14px;
    line-height: 18px;
    color: #101010;
    font-weight: 500;
    font-family: 'Greycliff CF', sans-serif;
    cursor: pointer;
}
.filter-desc .form-group {
    margin-bottom: 12px;
}
.filter-desc .form-group:last-child {
    margin-bottom: 0;
}
.filter-desc .form-group label:before {
    content: "";
    width: 16px;
    height: 16px;
    border: 1px solid #101010;
    border-radius: 2px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.filter-desc .form-group input:checked + label:before {
    background: #F3AB00;
    border-color: #F3AB00;
}
.brand-list {
    height: 209px;
    overflow: auto;
}
.brand-list::-webkit-scrollbar{
    width:.25rem;
    height: 3px;
}

.brand-list::-webkit-scrollbar-track {
    width:.25rem;
    --tw-bg-opacity:1;
    background-color:#393939;
}
.brand-list::-webkit-scrollbar-thumb{
    width:.5rem;
    border-radius:0;--tw-bg-opacity:1;
    background-color:#336B62;
}
.brand-list::-webkit-scrollbar-thumb:window-inactive {
    background: #01203d;
}
.filter-clear {
    padding: 16px;
    text-align: center;
    border-top: 1px solid #D5D5D5;
}
.filter-clear button {
    background: transparent;
    border: 0;
    box-shadow: none;
    outline: none;
    font-size: 14px;
    line-height: 24px;
    color: #8D8D8D;
    font-weight: 400;
    text-decoration: underline;
}
.product-filter-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
#price-slider {
    height: 5px;
    border: 0;
    box-shadow: none;
}

#price-slider .noUi-connect {
    background: #F3AB00;
}

#price-slider .noUi-handle {
    height: 20px;
    width: 20px;
    top: -8px;
    right: -9px; /* half the width */
    border-radius: 9px;
    background: #F3AB00;
    box-shadow: none;
    border: 0;
}
.noUi-connects {
    background: #D5D5D5;
    position: relative;
    overflow: visible;
}
.noUi-handle:after, .noUi-handle:before {
    display: none;
}
.noUi-connects:before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 100%;
    position: absolute;
    top: -8px;
    left: -10px;
    background: #D5D5D5;
    display: block;
}
.noUi-connects:after {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 100%;
    position: absolute;
    top: -8px;
    right: -10px;
    background: #D5D5D5;
    display: block;
}
#price-slider.noUi-horizontal .noUi-tooltip {
    padding: 0;
    border: none;
    background-color: transparent;
    font-size: 12px;
    bottom: 100%;
}
.price-filter .filter-title {
    margin-bottom: 20px;
}
.sub-category-listing ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    row-gap: 20px;
}
.sub-category-listing {
    padding-top: 40px;
}
.sub-category-listing ul li {
    width: 25%;
    padding: 0 10px;
}
.sub-category-listing ul li .category-product-box {
    width: 100%;
    height: 100%;
    padding: 20px;
    border: 1px solid #D3D3D3;
    position: relative;
}
.category-product-box .product-media {
    padding: 0;
    width: 100%;
    height: 250px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.category-product-box .product-desc .product-title a {
    font-family: 'Greycliff CF', sans-serif;
    font-size: 24px;
    line-height: 30px;
    color: #393939;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.category-product-box .product-desc .product-price {
    font-family: 'Greycliff CF', sans-serif;
    font-size: 21px;
    line-height: 31px;
    color: #393939;
    font-weight: 500;
    padding: 5px 0;
}
.category-product-box .color-options {
    padding: 10px 0 20px;
}
.category-product-box .color-options .form-row {
    display: flex;
    gap: 3px;
}
.category-product-box .color-options .form-row .form-group {
    position: relative;
    width: 24px;
    height: 24px;
    padding: 0;
}
.category-product-box .color-options .form-row .form-group input {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    z-index: 123;
    top: 0;
    left: 0;
    margin: 0;
    cursor: pointer;
}
.category-product-box .color-options .form-row .form-group label {
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 3px;
    border: 1px solid transparent;
    border-radius: 5px;
    font-size: 0;
    line-height: 0;
}
.category-product-box .color-options .form-row .form-group label:before {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    top: 2px;
    left: 2px;
    background-color: currentColor;
}
.category-product-box .color-options .form-row .form-group label:has(input:checked) {
    border-color: #3D3C3E;
}
.quick-add-btn {
    text-align: right;
}
.quick-add-btn a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 17px;
    line-height: 18px;
    color: #393939;
    font-family: 'Greycliff CF', sans-serif;
}
.quick-add-slider {
    position: static;
}
.quick-add-image,
.quick-add-slider-wrap {
    position: relative;
    margin-top: 20px;
}
.quick-add-image {
    width: 412px;
    height: 252px;
}
.quick-add-slider .swiper-button-next {
    width: 20px;
    height: 20px;
    background: url(../images/global/next-arrow.svg);
    position: absolute;
    right: -25px;
    padding: 0;
    margin: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.quick-add-slider .swiper-button-prev {
    width: 20px;
    height: 20px;
    background: url(../images/global/prev-arrow.svg);
    position: absolute;
    left: -25px;
    padding: 0;
    margin: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.quick-add-slider  .swiper-button-next:after, .quick-add-slider  .swiper-button-prev:after {
    display: none;
}
.product-img-box img {
    width: 100%;
}
.product-desc .accordion-item {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #D3D3D3;
}
.quick-add .offcanvas-header {
    padding: 13px 25px;
}
.quick-add .offcanvas-body {
    padding-bottom: 217px;
    padding-top: 11px;
}
.quick-add .offcanvas-body .btn-wrap {
    max-width: 100%;
    padding: 32px 40px;
}
.accordion-header {
    border-radius: 0;
}
.accordion-item .accordion-button {
    border-radius: 0 !important;
    background: transparent !important;
    border: 0;
    outline: none;
    box-shadow: none;
    font-size: 20px;
    line-height: 30px;
    color: #393939;
    font-weight: 500;
    padding-left: 0;
    padding-right: 0;
}
.accordion-button:not(.collapsed) {
    font-weight: 700;
}
.accordion-button::after,
.accordion-button:not(.collapsed)::after {
    background: url(../images/global/downarrow-black.svg);
    background-repeat: no-repeat;
    background-position: center center;
}
.accordion-body {
    padding: 0px 0 23px;
}
.pagination-wrap {
    padding: 50px 0 100px;
}
.pagination-wrap ul {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    justify-content: center;
}
.pagination-wrap ul li > * {
    width: 27px;
    height: 27px;
    border: 1px solid #393939;
    border-radius: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    line-height: normal;
    font-weight: 800;
    color: #393939;
    background: transparent;
    outline: none;
    box-shadow: none;
}
body.safari .pagination-wrap ul li > * {
    line-height: 25px;
}
.pagination-wrap ul li > *:hover {
    background: #EF5C1D;
    border-color: #EF5C1D;
    color: #fff;
}
.price-slider-wrap .value-info {
    margin: 0 -10px;
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    font-family: 'Greycliff CF', sans-serif;
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    color: #101010;
}
.price-slider-wrap .total-value-info {
    font-family: 'Greycliff CF', sans-serif;
    font-size: 14px;
    line-height: 21px;
    font-weight: 700;
    color: #101010;
    text-align: center;
}
@media (max-width: 1240px) {
    .sub-category-listing ul li {
        width: 33.33%;
    }
}
@media screen and (max-width: 991px) {
    .sub-category-listing ul li {
        width: 50.00%;
    }
}
@media screen and (max-width: 767px) {
    .product-filter-list .dropdown-menu {
        min-width: 290px;
    }
    .quick-add-slider-wrap {
        padding: 0 20px;
    }
    .quick-add-slider .swiper-button-prev {
        left: -10px;
    }
    .quick-add-slider .swiper-button-next {
        right: -10px;
    }
    .category-product-box .product-desc .product-title a {
        font-size: 17px;
        line-height: 21px;
    }
    .sub-category-listing ul li .category-product-box {
        padding: 15px;
    }
    .category-product-box .product-media {
        padding: 20px 0;
    }
    .category-product-box .product-desc .product-price {
        font-size: 18px;
        line-height: 26px;
    }
}

@media screen and (max-width: 567px) {
    .quick-add .offcanvas-header {
        padding: 4px 25px;
    }
    .quick-add .offcanvas-body {
        padding-top: 1px;
    }
    .quick-add-image {
        width: 303px;
        height: 185px;
    }
}