.shop-products {
    width: 73%;
}
.shop-filters {
    flex: 1;
    margin-right: 2%;
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 1rem;
    align-self: flex-start;
}
.close-filters {
    display: none;
}
.category-product {
    width: 32%;
    margin-bottom: 20px;
}
.products-category-container {
    gap: 2%;
}
.range-slider.style-1 .noUi-horizontal {
    height: 4px;
}
.range-slider.style-1 .noUi-horizontal .noUi-handle {
    width: 15px;
    height: 15px;
    border: 3px solid var(--primary);
    background-color: var(--primary);
    box-shadow: none;
    top: -6px;
    right: 0;
    cursor: pointer;
    border-radius: 100%;
}
.range-slider.style-1 .noUi-horizontal .noUi-handle:before,
.range-slider.style-1 .noUi-horizontal .noUi-handle:after {
    content: none;
}
.range-slider.style-1 .noUi-horizontal .noUi-handle .noUi-tooltip {
    display: none;
    border: 0px;
    background: var(--primary);
    color: white;
    border-radius: 4px;
    font-size: 13px;
    bottom: -35px;
    font-weight: 600;
    padding: 2px 5px;
}
.range-slider.style-1 .noUi-horizontal .noUi-handle .noUi-tooltip:after {
    content: "";
    position: absolute;
    background-color: inherit;
    width: 10px;
    height: 10px;
    top: 4px;
    margin-left: -4px;
    left: 50%;
    transform: rotate(45deg) translate(-50%, -50%);
}
.range-slider.style-1 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.range-slider.style-1 .noUi-target {
    background: #D7D7D7;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    width: calc(100% - 15px);
    margin: 0 auto;
}
.range-slider.style-1 .noUi-target .noUi-connect {
    background: var(--primary);
}
.range-slider.style-1 span {
    margin-right: 15px;
}
.range-slider.style-1 .example-val {
    font-size: 14px;
    color: var(--title);
}
.submit-price-filter {
    background-color: var(--sc5);
    color: var(--cream);
    font-size: 14px;
    padding: 6px 12px;
    border-radius: 3px;
}
.widget-filter {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding-top: 20px;
    margin-top: 20px;
}
.filter-box:not(:last-child) {
    margin-bottom: 0.5rem;
}
.filter-group-title {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 15px;
}
.filter-input {
    cursor: pointer;
    flex-shrink: 0;
    width: 1.2em;
    height: 1.2em;
    vertical-align: top;
    appearance: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: .125rem solid #dbdade;
    margin-right: .5rem;
}
.filter-input:checked {
    background-color: var(--sc5);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='13' viewBox='0 0 15 14' fill='none'%3E%3Cpath d='M3.41667 7L6.33333 9.91667L12.1667 4.08333' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    border-color: var(--sc5);
}
.filter-input[type=checkbox] {
    border-radius: 0.25em;
}
.filter-name {
    font-size: 0.9375rem;
    cursor: pointer;
    flex: 1;
}
.filter-group-content.hidden > .shadow-up {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(var(--cream)));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0), var(--cream));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), var(--cream));
}
.view-type {
    display: flex;
    align-items: center;
    padding: 8px 8px;
    border-radius: 50%;
    cursor: pointer;
    user-select: none;
}
.view-type:focus{
    outline: none;
}
.view-layout .grid {
    margin-right: 6px;
}
.view-layout > .active{
    background-color: #ebebeb;
}
.sorting-product-category-select{
    border: 1px solid var(--sc5);
    border-radius: 0;
    min-width: 150px;
    padding: 3px 10px;
    height: auto;
    cursor: pointer;
}
.entries-product-category-select{
    border: 1px solid var(--sc5);
    border-radius: 0;
    min-width: 60px;
    padding: 3px 10px;
    height: auto;
    cursor: pointer;
}
.products-category-container.list {
    flex-direction: column;
}
.products-category-container.list .product-box.category-product {
    width: 100%;
}
.products-category-container.list .product-box-inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    min-height: auto;
    padding: 1.5rem 1.5rem;
}
.products-category-container.list .product-box-inner .product__icon {
    width: 12rem;
    margin-right: 1rem;
}
.products-category-container.list .product-box.category-product .product__title {
    min-height: auto;
}
.filter-btn-responsive {
    display: none;
}
@media screen and (max-width: 1024px) {
    .filter-btn-responsive {
        width: 118px;
        height: 37px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: sticky;
        border-radius: 20px;
        color: rgb(20, 20, 20);
        background-color: rgb(255, 255, 255);
        border: rgb(244, 244, 244);
        text-align: center;
        max-width: 140px;
        box-shadow: rgba(0, 0, 0, 0.2) 1px 2px 5px 0px;
        transition: bottom 0.3s ease-in-out 0s;
        margin-bottom: 3rem;
    }
    @keyframes eZcgnz {
        0% {
            transform: translateY(100%);
        }
        100% {
            transform: translateY(calc(0%));
        }
    }
    .shop-filters {
        position: fixed;
        background-color: rgb(255, 255, 255);
        z-index: 2020;
        width: 100%;
        height: 100%;
        overflow-y: scroll;
        top: 0;
        left: 0;
        padding: 2rem;
        display: none;
    }
    .close-filters {
        display: block;
        font-size: 2rem;
    }
    .fly {
        display: block;
        animation: 0.15s ease-in 0s 1 normal none running eZcgnz;
    }
    .shop-products {
        width: 100%;
    }
}
@media screen and (max-width: 820px) {
    .category-product {
        width: 49%;
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 480px) {
    .products-category-container {
        gap: 0;
    }
    .category-product {
        width: 100%;
    }
}
