.manoushan-product-catalog .product-catalog {
    background-size: cover;
    height: 330px !important;
    display: flex;
    flex-direction: row-reverse;
    object-fit: cover !important;
}
.manoushan-product-catalog .overlay-product {
    width: 100%;
    background-color: #f4f5f4;
    display: flex;
    flex-direction: column;
    align-items: start;
    opacity: 0.92;
    justify-content: space-between;
    text-align: right;
    direction: rtl;
    height: inherit;
}
.manoushan-product-catalog .overlay-product h4,
.manoushan-product-catalog .overlay-product span {
    margin-left: 5%;
    color: #000;
}
.manoushan-product-catalog .overlay-product h4{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 22px;
    font-size: 16px;
}
.manoushan-product-catalog .overlay-product ul > li {
    font-size: 14px;
    color: #000;
    font-family: "Times New Roman", Times, serif;
    list-style-type: disc !important;
    margin-right: 7%;
}
.manoushan-product-catalog .overlay-product ul {
    width: 100%;
    padding-left: 14px;
}
.manoushan-product-catalog .overlay-product .overlay-product-description {
    font-size: 14px;
    color: #000;
    text-overflow: ellipsis;
    overflow: hidden;
    width: inherit;
    white-space: nowrap;
}
.manoushan-product-catalog .overlay-product button {
    border: none;
    width: 90%;
    background-color: var(--primary);
    color: #fff;
    margin-right: 5%;
    margin-bottom: 20px;
    height: 45px;
}
.manoushan-product-catalog .overlay-product button:hover {
    color: var(--primary);
    background-color: #fff;
    border: 1px solid var(--primary);
    transition: 0.5s;
}
.manoushan-product-catalog #product-category-title {
    text-align: center;
    margin: 32px 0;
}
.manoushan-product-catalog .link-brand-btn {
    color: #fff;
}

.manoushan-product-catalog .link-brand-btn:hover {
    color: var(--primary) !important;
}
@media screen and (max-width:767px) {
    .manoushan-product-catalog .product-catalog{
        height: 250px !important;
    }
    .manoushan-product-catalog .overlay-product button{
        height: 34px;
    }
}



