body {
    background: #f8f8fa;
}
header {
    background:#fff;
}
.category__list {
    display: grid;
    column-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    row-gap: 16px;
}
.category__nav>ul>li {
    list-style: none;
    flex: 1 0 100%;
}
.category__nav .sub-menu{
    padding-top: 10px;
}
.category__nav>ul>li>a {
    color: #DD3E5E;
    font-size: 16px;
    font-weight: 700;
}
.category__nav>ul>li>a:hover {
    
    color: #DD3E5E;
    
}
a.tabCategory.active {
    
    color: #DD3E5E;
}
.category__content {
    padding: 15px;
    background:#fff;
    border: 1px solid #DD3E5E;
    border-radius: 10px;
}
.category-tips__list {
    display: grid;
    column-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 16px;
}
.category__content {
    grid-template-columns: 1fr 3fr;
    display: grid;
}
section#category-tips {
    padding-top: 30px;
    margin-bottom: 54px;
}
.category-tips__item-title h2{
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color:#000;
}
.category-tips__title span {
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: #333333;
}
.category-tips__title h1 {
    font-weight: 700;
    font-size: 1.7em;
    line-height: 1.3;
    color: #DD3E5E;
    text-align: center;
}
.category-tips__title {
    padding-bottom: 0.5em;
}
.category-tips__item-img img {
    border-radius: 15px;
    width: 100%;
    object-fit: cover;
}
.category-tips__item-decs p {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    padding-top: 7px;
    color: #000;
}
.category-tips__title h1 {
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: #DD3E5E;
    text-align: center;
    text-transform: uppercase;
    margin: 10px;
}
#menu-menu_sidebar_left_category .sub-menu li {
    list-style: none;
    padding: 10px 0px 2px 10px;
}
ul#menu-menu_sidebar_left_category {
    margin-right: 20px;
    padding: 16px 0px;
}

.sub-menu>li>a {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #707070;
}

.category__nav>ul>li>a:hover {
    color: #d61c41;
}
.sub-menu>li>a:hover {
    color: #d53557;
}
.search-results .category-tips__item-img img {
    max-height: 200px;
    height: 200px;
}
.search-results #category-tips .grid {
    grid-template-columns: 1fr;
}
.search-results #category-tips .grid.grid.category__content {
    grid-template-columns: 1fr;
}

.search-results #category-tips .category-tips__list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
img.attachment-full.size-full.wp-post-image {
    height: 220px;
}
.scroll-tips.hide {
    display: none;
}
#breadcrumbs-cat {
    list-style: none;
    justify-content: flex-start;
    gap: 5px;
}
#breadcrumbs-cat a,#breadcrumbs-cat span {
    font-size: 16px;
    color: #333333;
}
#breadcrumbs-cat a {
    text-transform: uppercase;
    color: #334862;
}
#menu-menu_sidebar_left_category.sidebar--sticky {
    top: 150px;
}
.category-tips__desc {
    padding-bottom: 15px;
}
.category-tips__desc p {
    font-weight: 500;
}