.category-page-row {
    padding-top: 0;
}
.breadcrumbs-row {
    margin-top: 1.5rem;
}
.products .col {
    position: relative;
    z-index: 2;
    padding: 0 0.938rem 0.625rem;
}
div.product.type-product>.col-inner {
    height: 100%;
}
select.orderby {
    border: 0;
    box-shadow: none !important;
    background-color: transparent;
    color: #888888;
    max-width: max-content;
    margin-top: 0;
    margin-bottom: 0;
    text-align: right;
    padding-right: 2rem;
    font-size: .75rem !important;
    letter-spacing: .24px;
}
.woocommerce-result-count {
    font-size: .75rem !important;
    letter-spacing: .24px;
    color: #888888;
    margin: 0;
}
.subcategories {
    margin-bottom: 1rem;
}
.page-title .page-title-inner  > div:nth-child(2){
    align-items: center;
    justify-content: space-between;
    display: flex;
    width: 100%;
    border-bottom: 1px solid rgb(136 136 136 / 20%);
    padding-bottom: .5rem;
    margin-bottom: 1.875rem;
}
.page-title .page-title-inner  > div:nth-child(1){
    display: none;
}
.subcategory-item {
    flex-basis: 12.5rem;
    max-width: 12.5rem;
    padding: 0 .313rem;
    margin-bottom: .625rem;
}
.shop-container .products > .col {
    padding-bottom: 3rem;
}
button.view-more-button {
    height: var(--input-height);
    line-height: var(--input-height);
    font-size: .875rem;
    padding: 0 1.875rem;
    font-family: var(--heading-font);
    min-height: auto;
    font-weight: normal;
    text-transform: inherit;
    text-decoration: none !important;
    box-shadow: none !important;
    color: #FFFFFF;
    margin: 0;
    background: var(--primary-color) !important;
    letter-spacing: 0.07rem;
    border: 1px solid transparent;
    position: relative;
    overflow: hidden;
    transition: all .35s;
    border-radius: 0;
    text-transform: uppercase;
}
.subcategory-list {
    justify-content: center;
}
.subcategory-item > a {
    display: block;
    overflow: hidden;
    position: relative;
    height: 8.75rem;
}
.img-sub img, .img-sub {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.subcategory-item > a h4 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    background-color: #12121283;
    color: #fff;
    font-size: 1rem;
    letter-spacing: .16px;
    font-family: var(--text-font-medium);
    line-height: 1.5;
    min-height: 2.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    max-height: 2.125rem;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
}
.subcategory-item > a:hover h4{
    background-color: #000;
}
.shop-category-title {
    margin-top: 1rem;
    margin-bottom: 2.25rem;
}
.term-description {
    display: none;
}
@media screen and (max-width: 849px){
    .subcategory-item > a h4{
        font-size: 15px;
    }
    .woocommerce-result-count {
        display: block !important;
    }
    .shop-container .products > .col {
        padding-bottom: 30px;
    }
    div.product.type-product>.col-inner {
        height: 100%;
    }
    button.view-more-button{
        letter-spacing: 1.12px;
        line-height: 24px;
        font-size: 14px;
    }
}