.category_temp_top .temp_title {
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
}

.category_temp_top .temp_title span {
    display: block;
    width: 60px;
    height: 5px;
    background: #F05E01;
}

@media all and (min-width: 768px) {
    .cat-normal-sidebar {
        width: 330px;
    }

    .cat-normal-content-big {}
}

.category-template {
    margin: 20px auto;
}


/*** Normal Page ********/
.cat-normal-content-big {
    padding-top: 7px;
}



.cat-normal-content-big .img {
    position: relative;
    border-radius: 10px 10px 0px 0px;
}


.cat-normal-content-big .img img {
    display: block;
    width: 100%;
}

.cat-normal-content-big a h3 {
    padding-top: 10px;
    font-size: 23px;
    line-height: 30px;
    margin: 0;
}

.cat-normal-content-big a:hover h3 {
    color: #3399FF;
}


.category_page_border {
    border-bottom: 1px solid #F5F5F5;
    ;
}

.cat-normal-content-other {
    clear: both;
    padding-top: 5px;
}

.cat-normal-content-other .row a {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}

.cat-normal-content-other .body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cat-normal-content-other-items {
    padding: 0 15px;
}

.cat-normal-content-other-item {
    position: relative;
    border-right: 1px solid rgba(204, 204, 204, 0.80);
    border-bottom: 1px solid rgba(204, 204, 204, 0.80);
    margin-bottom: 20px;
}

.cat-normal-content-other-item::after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    left: 100%;
    bottom: 0;
    background: #FFF;
}

.cat-normal-content-other-item:nth-child(4n) {
    border-right: none;
}

.cat-normal-content-other-item:last-child::after {
    display: none;
}

.cat-normal-content-other-item .body {
    padding-bottom: 20px;
}

.cat-normal-content-other-item img {
    width: 100%;
}

.cat-normal-content-other-item .image_aria {
    padding-bottom: 10px;
}

.cat-normal-content-other-item .title a {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}


#load_more_button {
    padding: 10px 27px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: #F05E01;
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    border: none;
}