.category-collection {
    margin-bottom: 20px
}

.category-collection h4 {
    text-transform: none;
    font-weight: bold;
    font-size: 16px;
    padding: 10px 10px 0
}

.category-collection ul {
    padding: 0;
    margin: 0;
    list-style: none;
    max-height: 365px;
    overflow: hidden;
    overflow-y: visible
}

.category-collection ul::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #fff;
    width: 5px
}

.category-collection ul::-webkit-scrollbar {
    width: 5px;
    background-color: #fff
}

.category-collection ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #919aa8;
    width: 5px
}

.category-collection ul li a {
    font-family: var(--font-base);
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    display: block;
    color: var(--text-color);
    position: relative;
    text-transform: none;
    border-bottom: solid 1px transparent;
    padding: 5.7px 35px 5.7px 40px;
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center left;
    background-position-x: 8px;
    background-color: transparent
}

.category-collection ul li:hover {
    background: var(--hover)
}

.category-collection ul li:hover a {
    color: #fff
}

.wrap-srt-title {
    display: flex;
    justify-content: space-between;
    background: #e0dfdf;
    padding: 5px 10px;
    margin-bottom: 20px
}

.wrap-srt-title h1 {
    margin: 0;
    line-height: 1.4;
    text-transform: uppercase;
    font-size: 22px;
    display: flex
}

.wrap-srt-title h1 span {
    text-transform: none;
    color: var(--hover);
    max-width: 250px;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    overflow: hidden;
    margin-left: 10px
}

@media (max-width: 1199px) {
    .wrap-srt-title h1 span {
        max-width: 190px
    }
}

@media (max-width: 767px) {
    .wrap-srt-title h1 {
        flex-flow: column;
        font-size: 0;
        margin-bottom: 10px
    }
    .wrap-srt-title h1 span {
        font-size: 20px;
        margin-left: 0
    }
}

@media (max-width: 767px) {
    .wrap-srt-title {
        flex-flow: column
    }
}

.sortPagiBar {
    margin-bottom: 0;
    margin-top: 0;
    display: flex;
    border-radius: 3px
}

@media (max-width: 767px) {
    .sortPagiBar {
        max-width: 100%;
        position: relative;
        margin-bottom: 15px
    }
}

.sortPagiBar .sort-cate {
    float: left;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 20px;
    font-family: var(--font-base)
}

@media (max-width: 767px) {
    .sortPagiBar .sort-cate {
        background: #fff;
        padding: 0 10px
    }
}

.sortPagiBar .sort-cate-left {
    position: relative
}

.sortPagiBar .sort-cate-left em {
    font-size: 16px;
    color: var(--text-color);
    font-style: normal
}

.sortPagiBar .sort-cate-left ul {
    width: 200px;
    position: absolute;
    z-index: 2;
    background: #fff;
    border: solid 1px #ebebeb;
    left: -10px;
    top: 31px;
    padding: 5px 10px;
    margin: 0;
    display: none
}

@media (max-width: 1199px) and (min-width: 768px) {
    .sortPagiBar .sort-cate-left ul {
        left: auto;
        right: -10px
    }
}

.sortPagiBar .sort-cate-left ul li {
    float: left;
    padding: 3px 0px 0 20px;
    margin: 0 10px 0px 0px;
    position: relative;
    cursor: pointer;
    width: 100%;
    font-family: var(--font-base)
}

.sortPagiBar .sort-cate-left ul li:before {
    content: "";
    width: 15px;
    height: 15px;
    border: solid 1px #ebebeb;
    border-radius: 15px;
    left: 0px;
    top: 10px;
    position: absolute
}

.sortPagiBar .sort-cate-left ul li a {
    color: var(--text-color);
    font-size: 14px;
    position: relative
}

.sortPagiBar .sort-cate-left ul li.active a,
.sortPagiBar .sort-cate-left ul li:hover a {
    color: var(--hover)
}

.sortPagiBar .sort-cate-left ul li.active:before,
.sortPagiBar .sort-cate-left ul li:hover:before {
    background: var(--hover);
    border-color: var(--hover)
}

@media (max-width: 767px) {
    .sortPagiBar .sort-cate-left ul li {
        margin: 0 5px 5px 0px
    }
    .sortPagiBar .sort-cate-left ul li:last-child {
        margin-right: 0
    }
}

.sortPagiBar:hover {
    cursor: pointer
}

.sortPagiBar:hover ul {
    display: block
}

.view-mode>a {
    width: 34px;
    height: 34px;
    display: inline-block;
    margin-left: 2px
}

.view-mode span {
    font-size: 0
}

.tt span {
    font-size: 14px
}

.tt.hidden-sm.hidden-xs {
    padding-left: 95px;
    padding-top: 10px;
    display: inline-block
}

.button-view-mode {
    padding: 0;
    margin: 0;
    width: 34px;
    height: 34px;
    box-shadow: none;
    line-height: 34px;
    font-size: 13px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #ddd;
    color: #000
}

.button-view-mode.active {
    color: #fff;
    border: 1px solid var(--hover);
    background: var(--hover);
    box-shadow: none
}

.button-view-mode.active a {
    color: var(--hover)
}

.button-view-mode .fa {
    font-size: 13px
}

.button-view-mode .ion-grid {
    font-size: 21px
}

.button-view-mode .ion-navicon {
    font-size: 26px
}

.button-view-mode:hover {
    color: #fff;
    border: 1px solid var(--hover);
    background: var(--hover)
}

@media (max-width: 767px) {
    .title_collec {
        margin-bottom: 15px
    }
}

.col-slide {
    margin-bottom: 30px
}

.collection .title-head {
    display: inherit;
    font-family: var(--font-base);
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 30px;
    margin: 0
}

@media (max-width: 991px) {
    .collection .title-head {
        position: relative;
        margin-bottom: 0px
    }
}

.collection .tt span {
    text-transform: none;
    font-size: 14px;
    font-weight: 400;
    font-family: var(--font-base)
}

.collection .category-products .item_product_main {
    position: relative;
    margin-bottom: 20px
}

.collection .category-products .item_product_main .image_thumb {
    height: 205px
}

.collection .category-products .sortPagiBar {
    display: inline-block;
    position: relative;
    margin-bottom: 15px
}

.collection .category-products .sortPagiBar .wr_sort {
    margin-bottom: 0px
}

@media (max-width: 767px) {
    .collection .category-products .sortPagiBar .wr_sort {
        border-bottom: none;
        margin-bottom: 0px
    }
}

.collection .category-products .sortPagiBar .wr_sort .text-sm-right .ht_xxx {
    float: left;
    height: 30px;
    display: inline-block;
    line-height: 32px;
    margin-right: 5px;
    font-size: 14px;
    font-family: var(--font-base)
}

.collection .category-products .sortPagiBar .wr_sort .text-sm-right .view-mode {
    display: inline-block
}

.collection .category-products .sortPagiBar .wr_sort .text-sm-right .view-mode a {
    width: 34px;
    margin-right: 5px
}

.collection .category-products .sortPagiBar .wr_sort .text-sm-right .sorby_xxx {
    display: inline;
    float: right
}

.collection .category-products .sortPagiBar .wr_sort .text-sm-right .sorby_xxx .left {
    float: left;
    font-weight: 400;
    line-height: 33px;
    font-size: 14px !important;
    font-family: var(--font-base);
    margin-right: 6px;
    margin-bottom: 0
}

.collection .category-products .sortPagiBar .wr_sort .text-sm-right .sorby_xxx ul li {
    font-family: var(--font-base);
    font-weight: 400
}

.collection .category-products .sortPagiBar2 {
    display: block;
    padding: 0;
    margin-bottom: 15px;
    width: 100%
}

.collection .category-products .sortPagiBar2 .wr_sort {
    margin-bottom: 0px;
    padding: 0px 0px 3px
}

@media (max-width: 767px) {
    .collection .category-products .sortPagiBar2 .wr_sort {
        border-bottom: none;
        margin-bottom: 0px
    }
}

.collection .category-products .sortPagiBar2 .wr_sort .text-sm-right .ht_xxx {
    float: left;
    height: 30px;
    display: inline-block;
    line-height: 32px;
    margin-right: 5px;
    font-size: 14px;
    font-family: var(--font-base)
}

.collection .category-products .sortPagiBar2 .wr_sort .text-sm-right .view-mode {
    display: inline-block
}

.collection .category-products .sortPagiBar2 .wr_sort .text-sm-right .view-mode a {
    width: 34px;
    margin-right: 5px
}

.collection .category-products .sortPagiBar2 .wr_sort .text-sm-right .sorby_xxx {
    display: inline;
    float: right
}

.collection .category-products .sortPagiBar2 .wr_sort .text-sm-right .sorby_xxx .left {
    float: left;
    font-weight: 400;
    line-height: 33px;
    font-size: 14px !important;
    font-family: var(--font-base);
    margin-right: 6px;
    margin-bottom: 0
}

.collection .category-products .sortPagiBar2 .wr_sort .text-sm-right .sorby_xxx ul li {
    font-family: var(--font-base);
    font-weight: 400
}

.group_search_width {
    width: 500px;
    float: left;
    position: relative
}

.group_search_width input {
    border-radius: 40px !important;
    width: 100% !important;
    padding-right: 115px !important
}

.group_search_width button {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 40px !important
}

.dqdt-sidebar {
    margin-top: 0px;
    position: relative;
    z-index: 9
}

@media (min-width: 992px) {
    #open-filters {
        display: none
    }
}

@media (max-width: 991px) {
    #open-filters {
        color: #fff;
        background: var(--main-color);
        position: fixed;
        right: 0;
        top: 35% !important;
        padding: 5px 5px;
        cursor: pointer;
        z-index: 9999;
        font-size: 18px;
        transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
        height: 30px
    }
    #open-filters .i-close-white {
        display: none;
        margin-top: 4px
    }
    #open-filters .i-close-white g path {
        fill: #fff
    }
    #open-filters .i-bar-white {
        display: block
    }
    #open-filters .i-bar-white g path {
        fill: #fff
    }
    #open-filters.openf {
        transform: translateX(-270px)
    }
    #open-filters.openf .i-close-white {
        display: block
    }
    #open-filters.openf .i-bar-white {
        display: none
    }
    #open-filters span {
        display: none
    }
    .dqdt-sidebar {
        background-color: #fff;
        height: 100vh;
        position: fixed;
        top: 0 !important;
        right: 0;
        padding: 0 10px 0 10px;
        z-index: 99999;
        width: 270px;
        max-width: 270px;
        transform: translateX(100%);
        visibility: hidden;
        transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
        box-shadow: none;
        touch-action: manipulation;
        overflow: hidden;
        overflow-y: visible
    }
    .dqdt-sidebar.openf {
        visibility: visible;
        transform: translateX(0)
    }
    .dqdt-sidebar.openf .wrap_background_aside {
        box-shadow: none
    }
}

@media (max-width: 991px) and (max-width: 767px) {
    .dqdt-sidebar {
        width: 100vw
    }
}

@media (max-width: 991px) {
    .dqdt-sidebar .aside-filter {
        margin-left: 0px;
        margin-top: 10px
    }
    .top-cart-content {
        display: none !important
    }
}

.filter-group {
    padding: 10px 0px 0px 0px
}

.filter-group ul {
    max-height: 240px;
    overflow-y: auto
}

.filter-group ul.size_xx {
    overflow-y: inherit !important
}

.filter-group ul::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #fff;
    width: 5px
}

.filter-group ul::-webkit-scrollbar {
    width: 5px;
    background-color: #fff
}

.filter-group ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #919aa8;
    width: 5px
}

.filter-group-title {
    display: block;
    font-size: em(18px);
    margin-bottom: 10px
}

.filter-group {
    position: relative
}

.filter-item {
    margin: 0;
    cursor: pointer;
    line-height: 28px;
    min-width: 100%;
    float: left;
    padding: 0px;
    position: relative;
    display: flex;
    margin-bottom: 10px
}

.filter-item .label_relative {
    position: relative
}

.filter-item .label_relative .filter_tt {
    padding-left: 5px;
    display: inline-block
}

.filter-item.filter-color-size {
    min-width: 0px;
    padding: 0px
}

.filter-item.filter-size {
    min-width: 0px;
    padding: 0px;
    background: #fff;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 5px;
    line-height: 25px;
    color: #252525;
    position: relative
}

.filter-item.filter-size .fa {
    opacity: 0;
    width: 30px;
    height: 30px;
    position: relative
}

.filter-item.filter-size .tags_size {
    color: var(--text-color)
}

.filter-item .name_color {
    line-height: 25px;
    display: inline-block;
    height: 20px;
    position: absolute;
    font-size: 14px;
    color: var(--text-color);
    text-transform: inherit
}

.filter-item label {
    display: flex;
    padding-left: 27px;
    line-height: 1.3;
    align-items: center;
    justify-content: center;
    position: relative
}

.filter-item * {
    cursor: pointer;
    color: var(--text-color);
    font-family: var(--font-base);
    font-size: 17px;
    font-weight: 400
}

@media (min-width: 992px) and (max-width: 1199px) {
    .filter-item * {
        font-size: 12px
    }
}

.filter-item *:active {
    color: var(--main-color)
}

.filter-item.size {
    min-width: unset;
    width: 40px;
    height: 40px;
    line-height: 40px;
    line-height: 40px;
    border: 1px solid #ebebeb;
    margin-right: 10px;
    margin-bottom: 10px;
    background: #fff;
    position: relative
}

.filter-item.size span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    line-height: 40px
}

.filter-item.size .tags_size {
    width: 40px;
    height: 40px;
    font-size: 13px;
    display: inherit;
    position: relative;
    position: absolute
}

.filter-item.size .tags_size input {
    width: 40px;
    height: 40px
}

.filter-item.size .tags_size input:checked+span {
    color: var(--hover)
}

.filter-item.size .tags_size .fa {
    opacity: 0
}

.filter-item.size .tags_size:before {
    display: block;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-size: 15px;
    color: #fff;
    line-height: 40px;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0px;
    top: 0;
    border-radius: 3px;
    opacity: 0
}

.filter-item.size .tags_size span {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    margin: 0;
    text-align: center;
    font-family: var(--font-base);
    color: var(--text-color)
}

.filter-item.size .tags_size span:after {
    opacity: 0
}

.filter-item.size .tags_size:hover span {
    color: var(--hover)
}

.filter-item.size input:checked+.tags_size:before {
    opacity: 0
}

.filter-item.color {
    min-width: 20px;
    border: none !important;
    margin-bottom: 10px !important;
    height: 30px
}

.filter-item.color:nth-child(n+1) {
    clear: none
}

.filter-item.color label {
    padding-left: 0
}

.filter-item.color a,
.filter-item.color label {
    width: 100%;
    height: 100%;
    display: inline-block;
    font-size: 0
}

.filter-item.color .fa {
    margin-right: 10px;
    width: 30px;
    height: 30px;
    background: red;
    border-radius: 3px;
    position: relative
}

.filter-item.color .fa:before {
    display: none
}

.filter-item.color input:checked+.fa:before {
    display: block;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-size: 15px;
    color: #fff;
    width: 15px;
    height: 15px !important;
    position: absolute;
    left: 7px;
    top: 7px;
    line-height: 15px;
    border: 0px solid #ef562c;
    background: none
}

.filter-item.color input:checked+.fa.trang:before {
    display: block;
    content: "\f00c";
    font-size: 15px;
    color: #333;
    width: 15px;
    height: 15px !important;
    position: absolute;
    left: 7px;
    line-height: 15px;
    top: 7px;
    border: 0px solid #ef562c
}

.color input:checked+.fa:after {
    display: none
}

.filter-item--green *:hover {
    color: var(--hover)
}

.filter-item--half {
    display: inline-block;
    width: 48%;
    white-space: nowrap;
    overflow: hidden;
    margin-right: 3px
}

.filter-item--check-box input {
    display: block;
    z-index: 9;
    width: 20px;
    height: 20px
}

.filter-item--check-box .fa {
    margin-right: 6px;
    width: 14px;
    font-size: 14px;
    line-height: 40px;
    position: absolute;
    top: 0;
    display: inline-block;
    left: 0
}

.filter-item--check-box input+.fa:before {
    content: "";
    margin-right: 5px;
    font-size: 18px;
    border: solid 0px #ebebeb;
    line-height: 40px;
    position: absolute;
    top: 0;
    height: 18px !important;
    width: 18px;
    background: #ebebeb;
    border-radius: 1px
}

.filter-item--check-box input+.fa:after {
    content: "";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: -11px;
    left: -13px;
    height: 12px !important;
    width: 12px;
    border-radius: 16px;
    transition: 0.3s
}

.filter-item--check-box input:checked+span {
    color: var(--hover)
}

.filter-item--check-box input:checked+.fa:after,
.filter-item--check-box input+span:after {
    content: "\f00c";
    left: 3px
}

.filter-container__selected-filter {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee
}

.filter-container__selected-filter-header {
    margin-bottom: 5px
}

.filter-container__selected-filter-header-title {
    font-size: 18px;
    font-weight: bold;
    color: #0038AE
}

.filter-container__clear-all {
    float: right;
    color: #333;
    margin-top: 3px
}

.filter-container__selected-filter-item {
    padding: 3px 0
}

.filter-container__selected-filter-item>a {
    color: #333;
    font-size: em(13px);
    position: relative;
    padding-left: 15px
}

.filter-container__selected-filter-item .fa {
    margin-right: 10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Layer_1' x='0px' y='0px' viewBox='0 0 492 492' style='enable-background:new 0 0 492 492;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M300.188,246L484.14,62.04c5.06-5.064,7.852-11.82,7.86-19.024c0-7.208-2.792-13.972-7.86-19.028L468.02,7.872 c-5.068-5.076-11.824-7.856-19.036-7.856c-7.2,0-13.956,2.78-19.024,7.856L246.008,191.82L62.048,7.872 c-5.06-5.076-11.82-7.856-19.028-7.856c-7.2,0-13.96,2.78-19.02,7.856L7.872,23.988c-10.496,10.496-10.496,27.568,0,38.052 L191.828,246L7.872,429.952c-5.064,5.072-7.852,11.828-7.852,19.032c0,7.204,2.788,13.96,7.852,19.028l16.124,16.116 c5.06,5.072,11.824,7.856,19.02,7.856c7.208,0,13.968-2.784,19.028-7.856l183.96-183.952l183.952,183.952 c5.068,5.072,11.824,7.856,19.024,7.856h0.008c7.204,0,13.96-2.784,19.028-7.856l16.12-16.116 c5.06-5.064,7.852-11.824,7.852-19.028c0-7.204-2.792-13.96-7.852-19.028L300.188,246z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    width: 20px;
    height: 9px;
    display: block;
    background-size: contain;
    position: absolute;
    top: 3px;
    left: 0px
}

.filter-container__selected-filter-item .fa:before {
    content: none
}

#sort-by {
    float: right;
    font-size: 12px;
    text-align: left
}

#sort-by .button-asc,
#sort-by .button-desc {
    background-color: #f8f8f8;
    box-shadow: none;
    float: right;
    height: 30px;
    line-height: 28px;
    margin-left: 5px;
    text-align: center;
    width: 30px
}

#sort-by label {
    float: left;
    font-weight: 400;
    line-height: 33px;
    font-size: 13px;
    margin-right: 6px;
    margin-bottom: 0;
    color: var(--text-color)
}

#sort-by ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline;
    float: right
}

#sort-by a:link,
#sort-by a:visited {
    color: #333;
    text-decoration: none
}

#sort-by>ul>li {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: right center;
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 28px;
    text-indent: .01px;
    cursor: pointer;
    line-height: 34px;
    background-image: url("https://img.htvietnam.vn/layouts/layout197/ico-select.png") !important;
    border-radius: 3px
}

#sort-by>ul>li:hover {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

#sort-by li {
    background: none repeat scroll 0 0 #fff;
    cursor: pointer;
    margin: 0 auto;
    outline: medium none;
    padding: 0 20px;
    position: relative;
    width: 180px;
    float: left;
    color: #333;
    border: 1px solid #e5e5e5;
    font-size: 13px
}

#sort-by li>a {
    display: inline-block;
    width: 100%;
    line-height: 36px;
    transition: all 0s ease-in-out
}

#sort-by li>a:hover {
    color: var(--hover)
}

#sort-by li li {
    width: 100%;
    margin-top: 0px;
    border-top: none;
    border-right: none;
    border-left: none
}

#sort-by li li a:hover {
    color: var(--hover)
}

#sort-by li:hover {
    background-color: #fff
}

#sort-by li li:hover {
    background-color: #fff;
    color: #007fb8
}

#sort-by ul ul {
    position: absolute;
    visibility: hidden;
    width: 180px;
    left: -1px;
    top: 34px;
    background: none repeat scroll 0 0 #F8F8F8;
    z-index: 10000;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    overflow: hidden;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    overflow: hidden;
    background: #fff;
    padding-left: 0px !important
}

#sort-by ul ul li:last-child {
    border-bottom: none
}

#sort-by ul ul ul {
    position: absolute;
    left: 100%;
    top: -2px;
    border: solid 1px transparent
}

#sort-by li:hover>ul {
    visibility: visible
}

.filter-container__selected-filter {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee
}

.filter-container__selected-filter-header {
    margin-bottom: 5px
}

.filter-container__selected-filter-header-title {
    font-size: 16px;
    font-weight: bold;
    color: #0038AE
}

.filter-container__clear-all {
    float: right;
    color: #333;
    margin-top: 3px
}

.filter-container__selected-filter-item {
    padding: 3px 0
}

.filter-container__selected-filter-item>a {
    color: #333;
    font-size: em(13px)
}

.filter-container__selected-filter-item .fa {
    margin-right: 10px;
    color: #F44336
}

.child-collection .bloglist {
    padding: 0
}

.child-collection .itemblog {
    margin-bottom: 20px
}

.child-collection .itemblog .thumb {
    width: 90px;
    display: block;
    float: left
}

.child-collection .itemblog div {
    width: calc(100% - 90px);
    padding-left: 10px;
    float: left
}

.child-collection .itemblog h3 {
    font-size: 16px;
    line-height: 1.2;
    margin-top: -5px
}

.child-collection .itemblog h3:hover a {
    color: var(--hover)
}

.child-collection .itemblog p {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 0
}