/***********************************************************************************************************************************************/
/********************A wizard is never late, Frodo Baggins. Nor is he early. He arrives precisely when he means*********************************/
/***********************************************************************************************************************************************/


/*******************************************************************************************************************/
/*				  													                              PRODUCTS ARCHIVE*/
/******************************************************************************************************************/

/****************************************************************************/
/*				  								                     GENERIC*/
/****************************************************************************/

.post-type-archive-proionta .site-main,
.tax-brands .site-main {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    gap: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
}

/****************************************************************************/
/*				  								                     SIDEBAR*/
/****************************************************************************/

.post-type-archive-proionta .site-main .custom-sidebar,
.tax-brands .site-main .custom-sidebar {
    width: calc(30% - 50px);
}

.post-type-archive-proionta .site-main .custom-sidebar h4,
.tax-brands .site-main .custom-sidebar h4 {
    padding-top: 25px;
}

.post-type-archive-proionta .site-main .custom-sidebar h4:after,
.tax-brands .site-main .custom-sidebar h4:after {
    content: '';
    border-bottom: 1px solid var(--black);
    display: block;
    width: 20%;
    padding-top: 15px;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
}

.post-type-archive-proionta .site-main .custom-sidebar:hover h4:after,
.tax-brands .site-main .custom-sidebar:hover h4:after {
    width: 100%;
}

.post-type-archive-proionta .site-main .custom-sidebar input,
.tax-brands .site-main .custom-sidebar input {
    margin-right: 10px;
}

.post-type-archive-proionta .site-main .custom-sidebar #clear-filters,
.tax-brands .site-main .custom-sidebar #clear-filters {
    background-color: var(--black);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-top: 20px;
}

/****************************************************************************/
/*				  								                  GRID ITEMS*/
/****************************************************************************/

.post-type-archive-proionta .site-main .product-grid,
.tax-brands .site-main .product-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
    width: calc(70% - 50px);
}

.post-type-archive-proionta .site-main .product-grid>article,
.tax-brands .site-main .product-grid>article {
    width: calc(33.33% - 20px);
}

.post-type-archive-proionta .site-main .product-grid>article .inside-article,
.tax-brands .site-main .product-grid>article .inside-article {
    padding: 0px;
}

.post-type-archive-proionta .site-main .product-grid>article .inside-article .post-image,
.tax-brands .site-main .product-grid>article .inside-article .post-image {
    margin-top: 0px;
    margin-bottom: 0px;
}

.post-type-archive-proionta .site-main .product-grid>article h2,
.tax-brands .site-main .product-grid>article h2 {
    line-height: 30px;
    text-align: center;
}

.post-type-archive-proionta .site-main .product-grid>article h2 a,
.tax-brands .site-main .product-grid>article h2 a {
    font-size: 20px;
    font-weight: 700;
}

.post-type-archive-proionta .site-main .product-grid>article .product-meta,
.tax-brands .site-main .product-grid>article .product-meta {
    text-align: center;
}