.ast-archive-description p,
.ast-archive-description img {
    display: none;
}

.woocommerce-products-header {
    justify-content: center;
    flex-direction: column;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
}

.custom-brt {
    justify-content: center;
    margin: 40px auto -20px;
    flex-direction: column;
    max-width: 1200px;
    display: flex;
}

.woocommerce-products-header .custom-brt img {
    margin-bottom: 40px;
    max-width: 100%;
}

.woocommerce-products-header .custom-brt .owl-item img {
    margin: 0;
}

.woocommerce-products-header .custom-brt p {
    text-align: justify;
    font-weight: 500;
    font-size: 14px;
}

.wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
    max-width: 100px !important;
}

.woocommerce-page .widget .widget-title,
.woocommerce-page .widget .widget-title-common,
.woocommerce-page .widget>div h3,
.ast-woo-sidebar-widget h2,
.astra-off-canvas-sidebar h2,
.astra-off-canvas-sidebar h3,
.ast-woo-sidebar-widget h3,
.widget-title.title-footer {
    color: var(--ast-global-color-3);
    text-transform: uppercase;
    padding-bottom: 15px;
    margin-bottom: 1rem;
    position: relative;
    font-weight: 600;
    font-size: 16px;
}

.woocommerce-page .widget>div h3::after,
.ast-woo-sidebar-widget h2:after,
.astra-off-canvas-sidebar h2:after,
.astra-off-canvas-sidebar h3:after,
.ast-woo-sidebar-widget h3:after {
    background-color: var(--ast-global-color-1);
    position: absolute;
    content: '';
    height: 1px;
    width: 60px;
    bottom: 0;
    left: 0;
}

body.archive .page-title,
body.archive .page-title * {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 18px;
}

.astra-shop-filter-button,
.content-area.primary .woocommerce-ordering select {
    border: 1px solid var(--ast-border-color) !important;
    background-color: transparent !important;
    font-size: 14px;
}

.woocommerce .ast-shop-toolbar-container .woocommerce-result-count {
    display: none;
}

.woocommerce .ast-shop-toolbar-container select.orderby {
    height: 42px;
}

.woocommerce.ast-woocommerce-shop-page-modern-style .astra-shop-filter-button {
    padding-right: 15px;
    padding-left: 15px;
    height: 42px;
}

@media(min-width: 992px) {

    .woocommerce .ast-shop-toolbar-container {
        flex-direction: row-reverse;
    }

    .woocommerce.ast-woocommerce-shop-page-modern-style .astra-shop-filter-button {
        display: none !important;
    }

    .woocommerce .ast-shop-toolbar-container .woocommerce-ordering select.orderby {
        width: 310px;
        max-width: 100%;
        float: right;
    }
}