.elementor-7633 .elementor-element.elementor-element-d767932{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-7633 .elementor-element.elementor-element-2d3b7aa{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:69px;--margin-left:0px;--margin-right:0px;}.elementor-7633 .elementor-element.elementor-element-b48d3b8.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-7633 .elementor-element.elementor-element-b48d3b8.elementor-wc-products ul.products li.product span.onsale{display:block;}@media(min-width:768px){.elementor-7633 .elementor-element.elementor-element-d767932{--width:63%;}}@media(max-width:1024px){.elementor-7633 .elementor-element.elementor-element-b48d3b8.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}@media(max-width:767px){.elementor-7633 .elementor-element.elementor-element-b48d3b8.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}/* Start custom CSS for container, class: .elementor-element-d767932 */.dentment-brand-filter {
    width: 100%;
    margin-bottom: 30px;
}

.dentment-brand-filter-title {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
}

.dentment-brand-filter-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.dentment-brand-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    padding: 9px 14px;

    border: 1px solid #e5e5e5;
    border-radius: 8px;

    background: #fff;
    color: #25408f;

    text-decoration: none !important;

    font-size: 14px;
    font-weight: 500;

    transition: all .2s ease;
}

.dentment-brand-item:hover {
    border-color: #25408f;
    color: #25408f;
}

.dentment-brand-item.active {
    background: #25408f;
    border-color: #25408f;
    color: #fff !important;
}

.dentment-brand-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 23px;
    height: 23px;

    padding: 0 6px;

    border-radius: 20px;

    background: #f1f1f1;
    color: #555;

    font-size: 12px;
    line-height: 1;
}

.dentment-brand-item.active .dentment-brand-count {
    background: rgba(255,255,255,.2);
    color: #fff;
}


/* =========================
   Tablet
   ========================= */

@media (max-width: 1024px) {

    .dentment-brand-filter-title {
        font-size: 17px;
    }

    .dentment-brand-filter-list {
        gap: 8px;
    }

    .dentment-brand-item {
        padding: 8px 12px;
        font-size: 13px;
    }
}


/* =========================
   Mobile
   ========================= */

@media (max-width: 767px) {

    .dentment-brand-filter {
        margin-bottom: 22px;
    }

    .dentment-brand-filter-title {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .dentment-brand-filter-list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .dentment-brand-item {
        width: 100%;
        box-sizing: border-box;
        justify-content: space-between;

        padding: 9px 10px;

        font-size: 13px;
        border-radius: 7px;
    }

}/* End custom CSS */
/* Start custom CSS for woocommerce-products, class: .elementor-element-b48d3b8 */.wd-products-per-page{
    display: none !important;
}/* End custom CSS */