.category-title{
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: 100;
    color: #404040;
}
.category-search{
    width: 80%;
    height: 40px;
    position: relative;
    right: 50%;
    transform: translateX(50%);
    top: 20px;
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
.category-search input:last-child{
    background: #fff;
    border: none;
    border-right: 6px solid #2e8555;
    width: 70%;
    direction: rtl;
    font-size: 15px;
    padding: 10px;
}
.category-search input:first-child{
    border: none;
    background: #2e8555;
    color: #fff;
    width: 20%;
}
.category-container ,.category-row{
    width: 100%;
    height: fit-content;
}
.nav-opener{
    transform: translateX(0)!important;
}
.cat-row-title{
    width: 100%;
    font-size: 25px;
    color:#2e8555;
    margin-top: 20px;
    padding-right: 50px!important;
}

.inner-ow-container{
    display: flex;
    justify-content: start;
    margin-top: 50px;
    flex-wrap: wrap;
}
.category-item{
    width: 40%;
    height: fit-content;
    box-shadow: 1px 3px 13px #eee;
    background: #fff;
    display: flex;
    flex-direction: column;
    padding: 10px;
    margin-bottom: 30px;
    margin-right: 7%;
}
.category-item:hover{
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.37);
}
.cat-item-img{
    width: 100%;
    display: flex;
    align-self: center;
    justify-content: center;
    padding-top: 10px;
}
.cat-item-img img{
    width: 45%;
    height: auto;
}
.cat-item-title{
    width: 100%;
    height: 50px!important;
    margin-top: 10px;
}
.cat-item-title h2{
    font-size: 18px;
    font-weight: 100;
    color: #404040;
    padding-right: 10px!important;
    margin-top: 10px;
    white-space: nowrap;
}
.cat-item-title::after{
    content: '';
    display: block;
    width: 70px;
    height: 100%;
    position: relative;
    margin-top: -50px;
    left: -72%;
    background: linear-gradient(to right,#fff,rgba(255, 255, 255, 0.014));
}
.cat-item-co-download ,.cat-item-price-rate{
    width: 100%;
    
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    align-items: center;
}
.cat-item-co-download ,.cat-item-price-rate{
    margin-top: 10px;
    color: #999999!important;
    font-size: 14px;
}
.cat-item-price{
    color: #d8b400!important;
}
.cat-item-price-rate{
    margin-top: 20px;
}
.fa-star{
    color: #2e8555;
}

.category-row-title{
    width: 100%;
    font-size: 25px;
    color:#2e8555;
    padding: 10px;
    padding-right: 50px!important;
}

.category-row-title{
    padding: 30px 0 10px 0;
    display: flex;
}

.select{
    margin-right: 10px;
    border: none;
    background: none;
    font-size: 20px;
    color: #d8b400;
}
option{
    background: linear-gradient(to right,#fff,rgba(255, 255, 255, 0.014));
    border: none!important;
    background: #eee
}
@media screen and (min-width:700px){
    .category-item{
        width: 25%!important;
        margin-bottom: 30px;
        height: fit-content;
        margin-right: 7%;
    }
    .category-search{
        width: 60%;
    }
    .cat-item-title::after{
        left: -70%!important;
    }
}

@media screen and (min-width: 1300px){
    .category-item{
        width: 15%!important;
        margin-right: 4%;
    }
}