#shop-sidebar > *, #product-sidebar > * {
    background: #fff;
    padding: 22px 16px;
}

.widget_product_categories {
    padding-bottom: 14px !important;
}

.woocommerce-pagination {
    margin-top: 20px;
}

body .widget_price_filter .widget-title {
    margin-bottom: 18px !important;
}

.widget.widget_price_filter .price_slider_amount .button {
    margin-bottom: 0;
    background-color: var(--fs-color-secondary);
    border-radius: 0;
}

.widget.widget_price_filter .ui-slider .ui-slider-range {
    background-color: #183a4a;
    cursor: pointer;
}

.widget.widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #183a4a;
}

.widget_price_filter .price_slider_amount .button:hover {
    box-shadow: inset 0 0 0 100px rgba(0, 0, 0, .2);
}

ul.product_list_widget li .product-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: .25s ease all;
}

body ul.product_list_widget li img {
    margin: 0;
}

.widget_recently_viewed_products {
    padding-bottom: 6px !important;
}

@media (max-width:1365.98px) {
    body .category-page-row {
        padding-top: 10px;
    }
    
    body .page-title-inner {
        padding-top: 10px;
    }

    body .product-main {
        padding-top: 30px;
    }
}

@media (max-width:1199.98px) {
    .widget_recently_viewed_products .widget-title {
        margin-bottom: 10px;
    }

    .widget_recently_viewed_products {
        padding-bottom: 16px !important;
    }

    #shop-sidebar, #product-sidebar {
        width: calc(100% + 10px);
    }

    body ul.product_list_widget li img {
        position: static;
        width: 40px;
        height: 40px;
        margin-bottom: 5px;
    }

    body ul.product_list_widget li {
        padding: 7px 0 5px;
    }

    body ul.product_list_widget li .wcpbc-price {
        position: absolute;
        right: 0;
        top: 10px;
    }

    body ul.product_list_widget li a {
        margin-bottom: 0 !important;
    }

    .woocommerce-pagination {
        margin-top: 10px;
    }

    .woocommerce-result-count {
        font-size: 14px;
    }

    body .breadcrumbs {
        font-size: 16px;
    }
}

@media (max-width:1023.98px) {
    .widget_price_filter .price_label {
        padding: 0 0 10px !important;
        display: flex;
        position: relative;
        color: transparent;
    }

    .widget_price_filter span {
        color: #183a4a;
    }

    .widget_price_filter span.from {
        margin-right: auto;
        position: absolute;
        left: 0;
        top: 0;
    }

    .widget_price_filter span.to {
        margin-left: auto;
    }

    .price_slider_amount {
        display: flex;
        flex-direction: column;
    }

    .price_slider_amount button {
        order: 2;
        margin: 0;
    }

    .shop-container .products .product.product-small {
        padding: 0 3px 6px !important;
    }

    .shop-container .products {
        margin-left: -3px !important;
        margin-right: -3px !important;
    }

    .woocommerce-pagination {
        margin-top: 30px !important;
    }
}

@media (max-width:849.98px) {
    #shop-sidebar, #product-sidebar {
        width: 100%;
    }

    body .page-title-inner {
        position: relative;
    }

    body .page-title-inner .flex-col:last-of-type {
        display: flex;
        justify-content: flex-end;
    }

    .category-filtering {
        position: absolute;
        left: 15px;
        bottom: 5px;
    }

    .woocommerce-ordering {
        margin-left: auto !important;
    }
}

@media (max-width:401.98px) {
    .shop-container .product-small .col-inner {
        padding: 6px 12px 12px;
    }

    .shop-container .product-small .box-image img {
        height: 160px;
    }

    .woocommerce-ordering, .woocommerce-ordering select {
        font-size: 15px;
    }

    .category-filtering {
        bottom: 4px;
    }
}