.categories_section_wrapper {
    float: left;
    width: 100%;
    background-color:#fff;
}
.categories_items {
    float: left;
    width: 100%;
}
.categories_top_content {
    float: left;
    width: 100%;
    margin-bottom:40px;
}

.category_item {
    position: relative;
    box-shadow: 0 0 30px 0 rgba(158,158,160,.2);
    background-color: #fff;
    padding: 0;
}
.category_content,.category_item {
    float: left;
    box-sizing: border-box
}
.category_name,.category_text {
    overflow: hidden;
    visibility: visible;
}
.category_btn,.category_btn_wrapper,.category_item {
    display: inline-block;
    direction: rtl
}
.category_name {
    float: left;
    width: 100%;
    text-decoration: none;
    height: 25px;
    margin-bottom: 7px
}

.category_btn_wrapper,.category_text {
    float: right;
    width: 100%
}

.category_text {
    height: 77px
}

.category_btn_wrapper {
    text-align: center;
    margin-top: 15px
}

.category_btn {
    float: none;
    width: auto;
    text-align: center;
    font-size: 15px;
    background-color: #ac3e2d;
    color: #f7f7eb;
    box-sizing: border-box;
    padding: 6px 12px 8px;
}
.category_item:hover .category_btn {
    background-color: #594a42;
    color: #fff
}
.category_item:hover .category_name {
    color: #594a42!important
}
.category_img {
    width:140px;
    height:140px;
    float: left;
    margin-left: 0px;
    overflow: hidden;
    visibility: visible;
}
.category_content {
    width: calc(100% - 140px);
    padding: 10px;
}
@media (min-width: 1438px) {
.categories_section_wrapper {
    padding: 70px 0;
}
.category_item {
width: 32%;
margin-left: 2%;
margin-bottom: 2%
}
.category_item:nth-of-type(3n) {
margin-left: 0
}
}
@media all and (max-width: 1439px) and (min-width:769px) {
.categories_section_wrapper {
    padding: 40px 0;
}

.category_item {
width: 49%;
margin-right: 2%;
margin-bottom: 2%
}
.category_item:nth-of-type(2n) {
margin-right: 0
}
}
@media (max-width: 768px) and (min-width:319px) {
.categories_section_wrapper {
    padding: 20px 0;
}
.category_item {
        width:100%;
        margin-left: 0%;
        margin-bottom: 20px
}

.category_item:nth-of-type(2n) {
        margin-left: 0
}

.category_btn,.category_btn_wrapper {
        display: none
}

.category_content {
        padding: 10px;
        
}

.category_text {
        height: 100px
    }
.categories_top_content {

    margin-bottom:25px;
}

}
@media (max-width: 320px) {
.categories_section_wrapper {
    padding: 20px 0;
}
.category_item {
        width:100%;
        margin-left: 0%;
        margin-bottom: 20px
}
.category_item:nth-of-type(2n) {
        margin-left: 0
}
.category_btn,.category_btn_wrapper {
        display: none
}
.category_content {
        padding: 10px;      
}

.category_text {
        height: 90px
}
.categories_top_content {

    margin-bottom:25px;
}
}
