

/* === products-04-single-category === */

.products-04-category {
    background-size: cover !important;
    background-position: center !important;
}

    .products-04-category .breadcrumb {
        background: none !important;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }

        .products-04-category .breadcrumb ul {
            padding: 0;
            list-style: none;
            display: flex;
            flex-wrap: wrap;
            color: #fff;
        }

            .products-04-category .breadcrumb ul li {
                padding: 0px 5px;
            }

                .products-04-category .breadcrumb ul li a {
                    color: #fff;
                }

        .products-04-category
        .breadcrumb
        .breadcrumb-item + .breadcrumb-item::before {
            content: ">";
            color: #fff;
            padding: 0;
            padding-right: 5px;
        }

    .products-04-category .category-description {
        padding-bottom: 30px;
        margin-top: 15px;
    }

        .products-04-category .category-description h1 {
            color: #fff;
            margin-bottom: 15px;
        }

    .products-04-category .category-description {
        color: #fff;
    }

.products-04 {
    padding-bottom: 30px;
    background-color: #f3f3f3;
}

    .products-04 > .category-sort {
        border-bottom: 1px solid #dadada;
        padding: 25px 0px;
    }

.products-04-image {
    position: relative;
    overflow: hidden;
}

    .products-04-image:after {
        padding-bottom: 100%;
        display: block;
        content: "";
    }

    .products-04-image img {
        max-width: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        width: 100%;
        height: auto;
        transform: translate(-50%, -50%);
    }

.category-sort {
    /*margin-bottom: 30px;*/
}

    .category-sort .sorting {
        position: relative;
        display: grid;
        grid-template-columns: 1fr auto 1fr;
    }

    .category-sort .category-name {
        text-align: center;
        font-weight: 500;
    }

    .category-sort .left-part {
        display: flex;
        align-items: center;
        flex-direction: row;
        flex-grow: 1;
    }

        .category-sort .left-part .show-filter button {
            font-size: 12px;
            padding: 10px 0px;
            line-height: 12px;
            background: none !important;
            color: var(--body-color);
            border: none;
            font-weight: 500;
        }

            .category-sort .left-part .show-filter button i.fa-plus {
                transition: 0.2s transform;
                margin-left: 10px;
            }

    .category-sort .sorting .sort-direction-button {
        border: 1px solid #c9c9c9;
        padding: 5px 10px;
        height: 100%;
        cursor: pointer;
        transition: 0.2s all;
    }

        .category-sort .sorting .sort-direction-button.active {
            background: #c9c9c9;
        }

        .category-sort .sorting .sort-direction-button:hover,
        .category-sort .sorting .sort-direction-button:active {
            background: #aaa;
        }

    .category-sort .sorting .sortby-sort {
        position: relative;
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 11px 15px;
        font-size: 12px;
        line-height: 12px;
        cursor: pointer;
        transition: 0.2s all;
        user-select: none;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 500;
    }

        .category-sort .sorting .sortby-sort.open {
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
            border-bottom-color: transparent;
            background-color: #000;
            color: #fff;
        }

            .category-sort .sorting .sortby-sort.open .sort-variants {
                color: #000;
            }

    .category-sort .sorting .sort-select {
        padding-left: 10px;
    }

        .category-sort .sorting .sort-select i {
            margin-left: 10px;
            transition: 0.2s all;
        }

    .category-sort .sorting .sortby-sort.open .sort-select i {
        transform: rotate(45deg);
    }

    .category-sort .sorting .sort-select .selected {
        font-weight: 600;
        cursor: pointer;
    }

    .category-sort .sorting .sort-select .sort-variants {
        position: absolute;
        z-index: 9;
        background: #fff;
        display: none;
        right: -1px;
        top: 100%;
        width: calc(100% + 2px);
        border: 1px solid #000;
        font-size: 14px;
    }

.sorting .sortby-sort.open .sort-variants {
    display: block;
}

.category-sort
.sorting
.sort-select
.sort-variants
.sort-var {
    padding: 10px 15px;
    cursor: pointer;
    transition: 0.2s all;
}

    .category-sort
    .sorting
    .sort-select
    .sort-variants
    .sort-var:hover,
    .category-sort
    .sorting
    .sort-select
    .sort-variants
    .sort-var:active {
        background: #c9c9c9;
    }

    .category-sort
    .sorting
    .sort-select
    .sort-variants
    .sort-var ~ .sort-var {
        border-top: 1px solid #c9c9c9;
    }

    .category-sort
    .sorting
    .sort-select
    .sort-variants
    .sort-var.active {
        opacity: 0.4;
        pointer-events: none;
    }

.category-sort .sorting .product-count {
    font-size: 12px;
    font-weight: 600;
    line-height: 12px;
    color: #717171;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.category-sort .right-part {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    flex-grow: 1;
    justify-self: end;
}

.product-list {
    position: relative;
}

.basket-loader {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.clear_filters {
    color: #000;
}

    .clear_filters:hover {
        color: #000;
    }

.category_wrapper {
    position: relative;
    overflow: hidden;
    margin-top: 20px;
}

.category-filter {
    position: fixed;
    left: 0;
    top: 0;
    width: 25%;
    background-color: #fff;
    z-index: 9999;
    height: 100%;
    transform: translateX(-110%);
    transition: 0.3s transform;
    opacity: 0;
    visibility: hidden;
}

    .category-filter.active, .category-filter.active.invisible {
        transform: translateX(0%);
        opacity: 1;
        visibility: visible !important;
    }

    .category-filter .filter-title {
        font-size: 30px;
        font-weight: 600;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 40px 0px;
        position: relative;
        border-bottom: 1px solid #e5e5e5;
    }

        .category-filter .filter-title .close-filter {
            position: absolute;
            top: 13px;
            right: 20px;
            font-size: 20px;
            line-height: 20px;
            padding: 5px;
            background: none;
            outline: none;
            border: none;
        }

#product-04-filter-tabs .panel .panel-heading a {
    position: relative;
    display: flex;
    width: 100%;
    padding: 10px 25px;
    color: #000;
    text-decoration: none;
    transition: 0.2s all;
    font-weight: 600;
    background: none;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 500;
}

#product-04-filter-tabs .panel {
    border-bottom: 1px solid #e5e5e5;
}

#product-04-filter-tabs .panel-heading a i[class*="plus"] {
    transition: 0.2s all;
    transform: rotate(45deg);
}

#product-04-filter-tabs
.panel-heading
a.collapsed
i[class*="plus"] {
    transform: rotate(0deg);
}

#product-04-filter-tabs
.panel-heading
a.collapsed
i[class*="minus"] {
    display: none;
}

#product-04-filter-tabs
.panel-heading
a:not(.collapsed)
i[class*="plus"] {
    display: none;
}

#product-04-filter-tabs
.panel-heading
a:not(.collapsed)
i[class*="minus"] {
    display: block;
}

#product-04-filter-tabs .panel-body {
    padding: 10px 25px;
}

#product-04-filter-tabs .filter-var-list {
    width: 100%;
    max-height: auto;
}

#product-04-filter-tabs .panel-body.price-filter {
    padding: 0px;
    margin-top: 10px;
}

    #product-04-filter-tabs
    .panel-body.price-filter
    .price_input {
        display: flex;
        flex-direction: row;
        width: calc(100% - 50px);
        margin-left: 25px;
        align-items: center;
        justify-content: space-between;
    }

        #product-04-filter-tabs
        .panel-body.price-filter
        .price_input
        label {
            font-size: 14px;
            width: 100%;
        }

        #product-04-filter-tabs
        .panel-body.price-filter
        .price_input > div {
            width: calc(50% - 10px);
        }

            #product-04-filter-tabs
            .panel-body.price-filter
            .price_input > div.text-right
            label {
                text-align: right;
            }

        #product-04-filter-tabs
        .panel-body.price-filter
        .price_input
        .price_slider_input {
            width: 100%;
        }

    #product-04-filter-tabs
    .panel-body.price-filter
    #price-slider-wrapper {
        margin-top: 20px;
        margin-bottom: 40px;
    }

        #product-04-filter-tabs
        .panel-body.price-filter
        #price-slider-wrapper
        #price-slider {
            opacity: 0;
            position: absolute;
            width: 1px;
            height: 1px;
        }

        #product-04-filter-tabs
        .panel-body.price-filter
        #price-slider-wrapper.noUi-horizontal {
            height: 10px;
            width: calc(100% - 50px);
            margin-left: 25px;
        }

            #product-04-filter-tabs
            .panel-body.price-filter
            #price-slider-wrapper.noUi-horizontal
            .noUi-handle {
                border-radius: 50%;
                width: 16px;
                height: 16px;
                top: -4px;
                border: 3px solid #000;
            }

                #product-04-filter-tabs
                .panel-body.price-filter
                #price-slider-wrapper.noUi-horizontal
                .noUi-handle.noUi-active {
                    background-color: #000;
                }

            #product-04-filter-tabs
            .panel-body.price-filter
            #price-slider-wrapper.noUi-horizontal
            .noUi-tooltip {
                top: calc(100% + 10px);
                color: #000;
                background: transparent;
                border: 0;
            }

            #product-04-filter-tabs
            .panel-body.price-filter
            #price-slider-wrapper.noUi-horizontal
            .noUi-handle-lower
            .noUi-tooltip {
                transform: none;
                left: -10px;
            }

            #product-04-filter-tabs
            .panel-body.price-filter
            #price-slider-wrapper.noUi-horizontal
            .noUi-handle-upper
            .noUi-tooltip {
                transform: none;
                left: auto;
                right: -10px;
            }

#product-04-filter-tabs .panel-body .filter-checkbox {
    position: relative;
}

    #product-04-filter-tabs .panel-body .filter-checkbox input {
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
    }

    #product-04-filter-tabs
    .panel-body
    .filter-checkbox ~ .filter-checkbox {
        padding-top: 0;
    }

    #product-04-filter-tabs
    .panel-body
    .filter-checkbox
    input + label {
        display: block;
        padding: 7px 0px;
        padding-left: 30px;
        margin: 0;
        font-size: 14px;
        cursor: pointer;
    }

        #product-04-filter-tabs
        .panel-body
        .filter-checkbox
        input + label:before {
            content: "";
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 20px;
            height: 20px;
            border: 1px solid #9a9a9a;
            transition: 0.3s all;
            border-radius: 50%;
        }

        #product-04-filter-tabs
        .panel-body
        .filter-checkbox
        input + label:hover:before {
            background: #e6e6e6;
        }

        #product-04-filter-tabs
        .panel-body
        .filter-checkbox
        input + label:after {
            content: "";
            position: absolute;
            left: 4px;
            top: 50%;
            transform: translateY(-50%);
            font-size: 14px;
            opacity: 0;
            transition: opacity 0.2s;
            width: 12px;
            height: 12px;
            background: none;
            border-radius: 50%;
        }

    #product-04-filter-tabs
    .panel-body
    .filter-checkbox
    input:checked + label:before {
        border: 3px solid #000;
    }

    #product-04-filter-tabs
    .panel-body
    .filter-checkbox
    input:checked + label:after {
        opacity: 1;
    }

    #product-04-filter-tabs
    .panel-body
    .filter-checkbox.color-attr
    input + label
    .color_preview {
        position: absolute;
        width: 12px;
        height: 12px;
        left: -1px;
        top: 50%;
        transition: opacity 0.2s;
        opacity: 0.4;
        transform: translateY(-50%);
    }

    #product-04-filter-tabs
    .panel-body
    .filter-checkbox.color-attr
    input + label:hover
    .color_preview {
        opacity: 1;
    }

    #product-04-filter-tabs
    .panel-body
    .filter-checkbox.color-attr
    input:checked + label:after {
        opacity: 0;
    }

    #product-04-filter-tabs
    .panel-body
    .filter-checkbox.color-attr
    input:checked + label
    .color_preview {
        opacity: 1;
    }

#product-04-filter-tabs .panel-body .color_preview {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    margin-left: 5px;
}

#product-04-filter-tabs .panel-body .image_preview {
    background-size: cover !important;
    background-position: center !important;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    margin-left: 5px;
}

.category-filter .jslider {
    height: 60px;
    padding-top: 10px;
    padding-bottom: 30px;
}

    .category-filter .jslider .jslider-pointer {
        top: 5px;
    }

    .category-filter .jslider .jslider-label,
    .category-filter .jslider-value {
        bottom: auto;
        top: 35px;
    }

    .category-filter .jslider .jslider-value {
        bottom: auto;
        top: 30px;
    }

.image_hover_preview {
    max-width: 100%;
    max-height: 100%;
}

.product-item {
}

.products-04 .child_category {
    background-color: #fff;
    padding: 30px 30px;
    text-align: center;
    position: relative;
}

    .products-04 .child_category img {
        width: 100%;
        height: auto;
        aspect-ratio: 1/1;
    }

    .products-04 .child_category .name {
        font-weight: normal;
        font-size: 16px;
        margin-top: 15px;
        margin-bottom: 5px;
        text-align: left;
        text-overflow: ellipsis;
        overflow: hidden;
        letter-spacing: 1.5px;
        text-align: center;
    }

    .products-04 .child_category a {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

.product-item > .product-card {
    background-color: #fff;
    position: relative;
}

@media (min-width: 992px) {
    .product-item > .product-card {
        padding: 20px;
        box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
        transition: 0.2s margin, 0.2s box-shadow;
        margin: 0px;
    }

    .product-item:hover > .product-card {
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
        margin: 10px;
        /*padding: 20px 10px;*/
    }
}

.product-item.hprod {
    display: none !important;
}

.show_more_products_block {
    margin-top: 45px;
}

.show_more_products {
    width: 100%;
    text-align: center;
    border-radius: 0px;
    padding: 16px 15px;
    background-color: var(--body-color);
    text-align: center;
}

    .show_more_products.triggeronscroll {
        border: 0;
        background-color: transparent;
        padding: 0;
        pointer-events: none;
    }

.total_product_info {
    color: #717171;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 10px;
    font-weight: 500;
    letter-spacing: 1px;
}

.product-04-btn {
    border-radius: 0;
    display: block;
    padding: 10px 15px;
    width: 100%;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

    .product-04-btn i {
        margin-left: 5px;
    }

    .product-04-btn:hover {
    }

.products-04-title {
    font-weight: normal;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 5px;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
}

.products-04-price {
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
}

    .products-04-price .wasprice {
        position: relative;
        overflow: hidden;
        display: inline-flex;
        pointer-events: none;
        user-select: none;
        opacity: 0.7;
        font-size: 75%;
    }

        .products-04-price .wasprice::after {
            content: "";
            background-color: red;
            position: absolute;
            width: 150px;
            height: 3px;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%) rotate(10deg);
        }

        .products-04-price .wasprice + .value {
            color: red;
        }

    .products-04-price .percent-off {
        color: red;
        position: relative;
        padding-left: 10px;
    }

        .products-04-price .percent-off::before {
            content: "";
            background-color: #c2c3c2;
            position: absolute;
            left: 0;
            top: 0;
            width: 1px;
            height: 100%;
        }

.products-04-price-vat {
    font-weight: 600;
    color: #757575;
    font-size: 14px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 15px;
}

.no-products-form {
    margin-top: 30px;
    margin-bottom: 30px;
}

    .no-products-form h2 {
        margin-bottom: 15px;
        text-align: center;
    }

    .no-products-form .form-text {
        margin-bottom: 15px;
        text-align: center;
    }

    .no-products-form .bottom-box {
        position: relative;
    }

        .no-products-form .bottom-box span.required {
            position: absolute;
            top: 50%;
            right: 0;
            transform: translateY(-50%);
        }

.categories-list {
}

    .categories-list .products-04-title {
        margin-bottom: 15px;
    }

    .categories-list .category-item {
        margin: 15px 0px;
    }

.category_wrapper .product-list,
.category_wrapper .product-list .row {
    --bs-gutter-x: 12px;
    --bs-gutter-y: var(--bs-gutter-x);
}

.category-filter-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 2000;
    transition: 0.4s opacity;
    pointer-events: none;
    opacity: 0;
}

.category_wrapper.open-filter .category-filter-bg {
    opacity: 1;
    pointer-events: all;
}

@media (min-width: 992px) {
    .product-item .list-view .products-04-title {
        text-align: left;
    }

    .category-filter.active {
        overflow-y: auto;
        overflow-x: hidden;
    }

    .category_wrapper .product-list {
        width: calc(100% + calc(var(--bs-gutter-x)));
        float: right;
        transition: 0.3s width;
    }

    /* .category_wrapper.open-filter .product-list {
        width: 75%;
    }*/
    /*
    .category_wrapper.open-filter .product-item {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        width: 33.333333%;
    }*/

    .no-products {
        margin-bottom: 300px;
    }
}

@media (min-width: 1200px) {
    /* .category_wrapper.open-filter .product-list {
        width: calc(100% - 280px);
    }*/

    .category-filter {
        width: 550px;
    }
}

.no-products {
    font-size: 16px;
    text-align: center;
    padding: 15px 15px;
    border: 1px solid #c9c9c9;
    background: #ffe3e3;
}

.selecter_attr_wrapper {
    margin-top: 20px;
}

.selected-attributes .selected-item {
    padding: 4px 26px 4px 10px;
    margin-right: 5px;
    font-size: 14px;
    position: relative;
    order: 0;
    transition: 0.3s opacity;
}

    .selected-attributes .selected-item .delete_filter {
        border: 0;
        background-color: #000;
        border-radius: 50%;
        width: 16px;
        height: 16px;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 5px;
    }

        .selected-attributes .selected-item .delete_filter:before {
            content: "\f00d";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            color: #fff;
            font-size: 12px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        .selected-attributes .selected-item .delete_filter + span {
            transition: 0.3s opacity;
        }

        .selected-attributes
        .selected-item
        .delete_filter:hover + span {
            text-decoration: line-through;
            opacity: 0.4;
        }

.selected-attributes .clear_filter {
    font-size: 14px;
    color: #000;
    margin-left: 10px;
    order: 1;
}

    .selected-attributes .clear_filter:hover ~ div {
        opacity: 0.4;
    }

        .selected-attributes .clear_filter:hover ~ div span {
            text-decoration: line-through;
        }

.selecter_attr_wrapper .sub_categories {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px 15px;
}

    .selecter_attr_wrapper .sub_categories a {
        color: var(--body-color);
        text-decoration: none;
        font-size: 14px;
        line-height: 14px;
    }

.loadingdots-container {
    display: block;
    margin: 0px auto;
    width: 100%;
}

.loadingdots-loading {
    display: inline-grid;
    grid-template-columns: repeat(4, 1fr);
    place-content: center;
    height: 100%;
}

    .loadingdots-loading i {
        width: 19px;
        height: 19px;
        display: inline-block;
        border-radius: 50%;
        background: #fff;
    }

        .loadingdots-loading i:first-child {
            opacity: 0;
            animation: loadingdots-loading-ani2 0.58s linear infinite;
            -webkit-animation: loadingdots-loading-ani2 0.58s linear infinite;
            transform: translate(-19px);
            -webkit-transform: translate(-19px);
        }

        .loadingdots-loading i:nth-child(2),
        .loadingdots-loading i:nth-child(3) {
            animation: loadingdots-loading-ani3 0.58s linear infinite;
            -webkit-animation: loadingdots-loading-ani3 0.58s linear infinite;
        }

        .loadingdots-loading i:last-child {
            animation: loadingdots-loading-ani1 0.58s linear infinite;
            -webkit-animation: loadingdots-loading-ani1 0.58s linear infinite;
        }

@keyframes loadingdots-loading-ani1 {
    100% {
        transform: translate(39px);
        opacity: 0;
    }
}

@-webkit-keyframes loadingdots-loading-ani1 {
    100% {
        -webkit-transform: translate(39px);
        opacity: 0;
    }
}

@keyframes loadingdots-loading-ani2 {
    100% {
        transform: translate(19px);
        opacity: 1;
    }
}

@-webkit-keyframes loadingdots-loading-ani2 {
    100% {
        -webkit-transform: translate(19px);
        opacity: 1;
    }
}

@keyframes loadingdots-loading-ani3 {
    100% {
        transform: translate(19px);
    }
}

@-webkit-keyframes loadingdots-loading-ani3 {
    100% {
        -webkit-transform: translate(19px);
    }
}

.attr_search_box {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

    .attr_search_box input {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        height: 36px;
        min-height: 36px;
    }

    .attr_search_box button {
        width: 36px;
        height: 36px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 0;
    }

.products-04 .category-description .btn {
    color: #fff;
    border-color: var(--body-color);
    background-color: var(--body-color);
}

@media (max-width: 991px) {
    .category-sort .sorting {
        flex-wrap: wrap;
    }

    .products-04 h1 {
        width: 100%;
        border-bottom: 1px solid #cacaca;
        padding-bottom: 20px;
        margin-bottom: 10px;
    }

    .category-sort .sorting {
        border-bottom: 1px solid #cacaca;
        padding-bottom: 6px;
    }

    .category_wrapper {
        position: static;
        overflow: visible;
    }

    .category-sort .left-part .show-filter button,
    .category-sort .left-part .show-filter button.open,
    .category-sort .left-part .show-filter button:active {
        border: 0;
        display: flex;
        align-items: center;
        background-color: transparent;
        color: #000;
    }

        .category-sort
        .left-part
        .show-filter
        button
        .mobile-icon {
            margin-left: 0;
            margin-right: 15px;
            background-color: #000;
            color: #fff;
            width: 40px;
            height: 40px;
            border-radius: 50px;
        }

        .category-sort
        .left-part
        .show-filter
        button.toggle_filters {
            padding-left: 0;
            padding-right: 5px;
        }

            .category-sort
            .left-part
            .show-filter
            button.toggle_filters
            span {
                font-weight: 600;
            }

        .category-sort
        .left-part
        .show-filter
        button.open
        i.mobile-icon {
            transform: none;
        }

    .category-sort .sorting .product-count {
        margin-left: 5px;
    }

    .category-filter {
        position: fixed;
        top: 0px;
        left: 0;
        z-index: 9999;
        padding: 20px;
        width: 350px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

        .category-filter h2 {
            margin-top: 20px;
            margin-bottom: 0px;
            border-bottom: 1px solid #cacaca;
            width: 100%;
            padding-bottom: 20px;
        }

        .category-filter #product-04-filter-tabs {
            max-height: calc(100vh - 200px);
            overflow: scroll;
        }

    .products-04 .close_filter {
        background-color: transparent;
        border: 0;
        position: absolute;
        top: 0px;
        right: 15px;
    }

        .products-04 .close_filter img {
            width: 30px;
            height: 30px;
        }

    .category-sort .sorting .sortby-sort {
        border: 0;
    }

        .category-sort .sorting .sortby-sort.open {
            background-color: #fff;
            color: #000;
        }

    .products-04 .filter_buttons {
    }

        .products-04 .filter_buttons .btn {
            border-radius: 25px;
            padding: 11px 15px;
            width: calc(50% - 10px);
        }

    .category-sort
    .sorting
    .sort-select
    .sort-variants
    .sort-var {
        font-size: 18px;
        line-height: 18px;
    }
}

button[data-bs-target="#read-more"] {
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    line-height: 24px;
    padding: 16px 30px;
    border-radius: 0px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-color: var(--body-color);
    background-color: var(--body-color);
}

@media (max-width: 767px) {
    .selected-attributes .selected-item {
        margin-bottom: 5px;
    }
}

@media (max-width: 575px) {
    .category-sort .sorting .sort-direction-button {
        display: none;
    }

    .category-sort .sorting {
        padding-bottom: 10px;
        grid-template-columns: repeat(2, 1fr);
    }

    .category-sort .category-name {
        grid-area: 1 / 1 / 2 / 3;
    }

    .category-sort .left-part {
        grid-area: 2 / 1 / 3 / 2;
    }

    .category-sort .right-part {
        grid-area: 2 / 2 /3 / 3;
    }

    .category-sort .sorting .sortby-sort {
        font-size: 14px;
        padding: 0;
        padding-left: 15px;
        text-wrap-mode: nowrap;
    }

    .category-sort .sorting .sort-select i {
        margin: 0;
    }

    .category-sort .sorting .product-count > span {
        display: none;
    }

        .category-sort .sorting .product-count > span.value {
            display: inline;
        }

    #product-04-filter-tabs .panel-heading a {
        padding-top: 5px;
        padding-bottom: 5px;
    }

        #product-04-filter-tabs .panel-heading a i {
            font-size: 18px;
        }

    .category-filter {
        width: 100%;
    }

    .category-sort .sorting .sort-select .sort-variants {
        top: calc(100% + 15px);
    }

    .product-list.row {
        margin-right: -7.5px;
        margin-left: -7.5px;
    }

        .product-list.row > div {
            padding-left: 7.5px;
            padding-right: 7.5px;
        }

    .products-04-title {
        font-size: 14px;
    }

    .products-04-price {
        font-size: 18px;
    }

    .category-filter #product-04-filter-tabs {
        padding-right: 5px;
    }

    #product-04-filter-tabs .panel .panel-heading a {
        padding-left: 0;
        padding-right: 0px;
    }

    .category-sort .sorting .sort-select .sort-variants {
        width: 180px;
    }

        .category-sort
        .sorting
        .sort-select
        .sort-variants
        .sort-var {
            font-size: 14px;
            line-height: 1;
        }

    .selecter_attr_wrapper .sub_categories {
        justify-content: center;
        gap: 20px 15px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 350px) {
    .category-sort
    .left-part
    .show-filter
    button
    .mobile-icon {
        margin-right: 5px;
    }

    .category-sort .sorting .sortby-sort,
    .category-sort .sorting .sort-select {
        padding-left: 5px;
    }
}

/* === products-04-single-category === */



/* === newsletter_01 === */

.newsletter_01 {
    padding: 65px 0px;
    background-color: #f3f3f3;
}

    .newsletter_01 .title {
        margin-bottom: 0;
    }

    .newsletter_01 form button[type=submit] {
        border-radius: 0px;
        color: #fff;
        border-color: var(--body-color);
        background-color: var(--body-color);
    }

    .newsletter_01 form .help-block.form-error {
        color: rgb(185, 74, 72);
    }

    .newsletter_01 #news_email {
        min-height: 58px;
        border-color: #fff;
        border-radius: 0;
    }

    .newsletter_01 form .has-error div.error {
        position: absolute;
        left: calc(var(--bs-gutter-x) * .5);
        top: calc(100% + 5px);
    }
    /*.newsletter_01 form .checkbox{
        position: absolute;
        opacity: 0;
        width: 1px;
    }

    .newsletter_01 form .checkbox + label {
        position: relative;
        padding-left: 23px !important;
        cursor: pointer;
    }

    .newsletter_01 form input[type="checkbox"] + label::before {
        position: absolute;
        left: 0;
        content: "\f0c8";
        color: rgb(0, 0, 0);
        font-family: 'Font Awesome 5 Free';
        font-size: 20px;
        display: inline-block;
        font-style: normal;
        vertical-align: middle;
        cursor: pointer;
    }

    .newsletter_01 form .tickbox.has-error input[type="checkbox"] + label::before {
        color: rgb(255, 0, 0);
    }

    .newsletter_01 form .checkbox:checked + label::before {
        content: "\f14a";
        color: rgb(0, 0, 0);
    }*/
    .newsletter_01 form .tickbox.has-error div.error {
        display: none !important;
    }

@media(max-width: 767px) {
    .newsletter_01 {
        padding: 35px 0px;
    }

        .newsletter_01 .title,
        .newsletter_01 p {
            text-align: center;
        }
}

@media(max-width: 575px) {
    .newsletter_01 form button[type="submit"] {
        width: 100%;
        margin-top: 10px;
    }

    .newsletter_01 form .has-error div.error {
        top: calc(100% + 70px);
    }
}

/* === newsletter_01 === */



/* === footer-04-ecommerce === */

.footer-04-ecommerce {
    background: #fff;
    padding-bottom: 30px;
    padding-top: 80px;
}

    .footer-04-ecommerce .column-title {
        color: var(--body-color);
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 15px;
        margin-top: 0px;
    }

    .footer-04-ecommerce .link-list .footer-link a {
        color: var(--body-color);
        font-size: 16px;
        display: block;
        width: 100%;
        margin-bottom: 10px;
        text-decoration: none;
    }

    .footer-04-ecommerce .contact-with-us {
        display: flex;
        flex-direction: row;
        margin-top: 25px;
        margin-bottom: 25px;
        align-items: center;
    }

        .footer-04-ecommerce .contact-with-us .title {
            color: #fff;
            font-size: 18px;
            font-weight: bold;
            margin-right: 10px;
        }

        .footer-04-ecommerce .contact-with-us .icons {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
        }

            .footer-04-ecommerce .contact-with-us .icons > a {
                background: #4b4b4b;
                width: 40px;
                height: 40px;
                line-height: 40px;
                margin: 0 5px;
                margin-bottom: 10px;
                display: flex;
                align-items: center;
                justify-content: center;
                color: #fff;
                font-size: 24px;
                border-radius: 50%;
                text-decoration: none;
                transition: 0.1s all;
            }

                .footer-04-ecommerce .contact-with-us .icons > a:hover,
                .footer-04-ecommerce .contact-with-us .icons > a:active {
                    background: #fff;
                    color: #4b4b4b;
                }

    .footer-04-ecommerce .last-footer {
        color: var(--body-color);
        font-style: normal;
        font-size: 14px;
    }

        .footer-04-ecommerce .last-footer a {
            color: var(--body-color);
            font-size: 14px;
            width: 100%;
            text-decoration: none;
        }

        .footer-04-ecommerce .last-footer em.separator {
            color: #fff;
            font-style: normal;
            margin-left: 5px;
            margin-right: 5px;
        }

        .footer-04-ecommerce .last-footer .advansys {
            font-family: Arial;
            font-weight: 700;
        }

    .footer-04-ecommerce .copyright-footer-links {
        margin-top: 30px;
        display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
        width: 100%;
        gap: 30px;
        margin-bottom: 15px;
    }

        .footer-04-ecommerce .copyright-footer-links a {
            font-size: 14px;
            color: #888888;
            padding: 5px 0px;
            width: auto;
        }

    .footer-04-ecommerce .second-footer {
        border-top: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
        padding: 30px 0px;
        margin-top: 30px;
    }

        .footer-04-ecommerce .second-footer .footer-payments {
            display: flex;
            flex-direction: row;
            align-items: center;
            flex-wrap: wrap;
            gap: 30px;
            height: 100%;
        }

            .footer-04-ecommerce .second-footer .footer-payments img {
                max-height: 36px;
            }

    .footer-04-ecommerce .social-icons {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 8px;
        flex-wrap: wrap;
    }

        .footer-04-ecommerce .social-icons a {
            background-color: var(--body-color);
            color: #fff;
            fill: #fff;
            width: 45px;
            height: 45px;
            display: flex;
            border-radius: 50%;
            align-items: center;
            justify-content: center;
            font-size: 19px;
            text-decoration: none;
        }

            .footer-04-ecommerce .social-icons a svg,
            .footer-04-ecommerce .social-icons a svg g {
                fill: #fff;
                stroke: #fff;
                width: 19px;
                height: auto;
            }

@media(max-width: 991px) {

    .footer-04-ecommerce {
        overflow: hidden;
        position: relative;
    }

        .footer-04-ecommerce .row {
            gap: 60px 0px;
        }

        /*.additional-links .footer-link {
        width: 33%;
        display: inline-block;
    }

        .additional-links .footer-link a {
        }*/

        .footer-04-ecommerce .contact-with-us {
            justify-content: center;
            align-items: center;
        }

        .footer-04-ecommerce .last-footer {
            text-align: center;
        }

        .footer-04-ecommerce .second-footer {
            border-bottom: 0;
        }

            .footer-04-ecommerce .second-footer .footer-payments {
                gap: 20px;
                justify-content: center;
                position: relative;
            }

                .footer-04-ecommerce .second-footer .footer-payments:after {
                    content: "";
                    background-color: #e5e5e5;
                    height: 1px;
                    width: 100vw;
                    position: absolute;
                    left: 50%;
                    bottom: -30px;
                    transform: translateX(-50%);
                }

        .footer-04-ecommerce .social-icons {
            justify-content: center;
        }

        .footer-04-ecommerce .copyright-footer-links {
            justify-content: center;
            margin-top: 0;
            margin-bottom: 0;
        }

        .footer-04-ecommerce .last-footer .row {
            gap: 0px 0px;
        }
}

@media(max-width: 767px) {
    .footer-04-ecommerce .second-footer .footer-payments {
        flex-wrap: nowrap;
        justify-content: center;
    }

        .footer-04-ecommerce .second-footer .footer-payments div {
            flex-shrink: 1;
        }

        .footer-04-ecommerce .second-footer .footer-payments img {
            width: 100%;
            height: auto;
        }
}

@media(max-width: 575px) {
    .footer-04-ecommerce .column-title {
        position: relative;
        padding: 20px 0px;
        margin: 0;
    }

        .footer-04-ecommerce .column-title .toggle-footer {
            position: absolute;
            top: 50%;
            right: 0;
            transform: translateY(-50%);
            font-size: 18px;
            line-height: 18px;
            cursor: pointer;
        }

    .footer-04-ecommerce .link-list {
        display: none;
    }

        .footer-04-ecommerce .link-list.open {
            display: block;
        }

    .additional-links .footer-link {
        width: 100%;
        display: block;
    }

    .footer-04-ecommerce .contact-with-us {
        flex-direction: column;
    }

        .footer-04-ecommerce .contact-with-us .title {
            margin-bottom: 15px;
        }

    .footer-04-ecommerce {
        padding-bottom: 30px;
        padding-top: 10px;
    }

        .footer-04-ecommerce .row {
            gap: 0px 0px;
        }

        .footer-04-ecommerce .link-list.open {
            margin-bottom: 20px;
        }

    .mobile-flinks > div {
        position: relative;
    }

        .mobile-flinks > div:not(:first-child):before,
        .mobile-flinks > div:last-child:before,
        .mobile-flinks > div:last-child:after {
            content: "";
            background-color: #cfcfcf;
            position: absolute;
            top: 0;
            left: 50%;
            width: 100vw;
            height: 1px;
            transform: translateX(-50%);
        }

        .mobile-flinks > div:last-child:after {
            top: auto;
            bottom: 0;
        }

    .footer-04-ecommerce .second-footer {
        margin-top: 0;
        border-top: 0;
    }

        .footer-04-ecommerce .second-footer .footer-payments {
            padding-bottom: 30px;
            flex-wrap: wrap;
        }

            .footer-04-ecommerce .second-footer .footer-payments::after {
                bottom: 0px;
            }

            .footer-04-ecommerce .second-footer .footer-payments div {
                flex-shrink: unset;
            }

            .footer-04-ecommerce .second-footer .footer-payments img {
                width: auto;
                height: auto;
                max-width: 120px;
            }

    .footer-04-ecommerce .social-icons {
        margin-top: 25px;
    }
}

/* === footer-04-ecommerce === */

