.content-wrapper {
    padding: 0 0 90px 0;
}
.page-content-brand-top {
    background: transparent;
    height: 326px;
    width: 1338px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.brand-img-main img {

}

.page-content-brand-owner {
    padding: 45px;
    box-sizing: content-box;
}


.brand-categories-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 70px -13px 0;
}

.brand-category {
    width: 23%;
    background: #00B897;
    margin: 0 13px 70px;
    padding: 10px;
    height: 185px;
}

.brand-category-photo {
    width: 200px;
    height: 190px;
    margin-left: auto;
    top: -50px;
}

.brand-category .brand-category-photo img {
    width: 100%;
    height:auto;
    transition: 1s;
}

.brand-category-photo img[src*="no_img"] {
    border: 1px solid #cccccc;
}

.brand-category:hover .brand-category-photo img {
    transform: rotate(5deg) scale(105%);
    transition: 1s;
}

.brand-category-name-wrapper {
    overflow: hidden;
    top: -120px;
}


.brand-category-name{
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0.1em;
    text-align: left;
    color: #ffffff;
    text-transform: uppercase;
    height: 52px;
    overflow: hidden;
}

.brand-category-qty-products {
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    text-transform: uppercase;
    color: #ffffff;
    margin-top: 10px;
}

/*  category-products-banners */
.category-products-banners img {
    width: 100%;
}

/* brand-decs */

.brand-desc-wrapper {
    margin-top: 20px;
    border-top: 1px solid #F2F2F2;
    padding-top: 40px;
    display: flex;
}

.brand-desc-img {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.brand-desc-img img {
    width: 250px;
}
.brand-desc {
    width: 75%;
}
.brand-desc-header {
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    text-transform: uppercase;
}
.brand-desc-text {
    font-size: 16px;
    line-height: 32px;
    overflow: hidden;
    margin-bottom: 10px;
}

.brand-desc-text-link {
    font-size: 16px;
    line-height: 220%;
    color: #00B897;
    border-bottom: 1px dashed #00B897;
}

.brand-desc-text-link::after {
    font-family: 'Font Awesome 6';
    content: "\f078";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    text-align: right;
    margin-left: 4px;
    color: #00B897;
}

.category-empty-page {
    width: 100%;
    padding: 60px 0 20px;
    text-align: center;
}




/* category-products-banners */

.category-products-banners {
   width: 100%;
    margin-top: -1px;

}

/* search_result_templates_ */


.search-top .content-top-line {
    border: none;
}
.search-main .basic-col {
    width: 100%;
    display: block;
}
.search-main .category-product {
    width: 20%;
}
.search-main .category-product:nth-child(5n),
.search-main .category-product:nth-last-child(-n+5) {
    border-right: 0.75px solid #ECECEC;
}



