.tp_product_category .tp_product_category_filter_attribute {
    display: none !important;
}
.tp_product_category .tp_product_category_filter_brand {
    display: none !important;
}
.tp_product_category .tp_product_category_filter_category {
    display: none !important;
}
.tp_product_category .tp_product_category_filter_price {
    display: none !important;
}
img {
    max-width: 100%;
}
img.lazyload {
    opacity: 0.001;
    object-fit: scale-down !important;
}
.fb-customerchat > span > iframe.fb_customer_chat_bounce_out_v2 {
    max-height: 0 !important;
}
.fb-customerchat > span > iframe.fb_customer_chat_bounce_in_v2 {
    max-height: calc(100% - 80px) !important;
}
figure.image {
    clear: both;
    display: table;
    margin: 0.9em auto;
    min-width: 50px;
    text-align: center;
    width: auto !important;
}
figure.image img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    min-width: 100%;
}
figure.image > figcaption {
    background-color: #f7f7f7;
    caption-side: bottom;
    color: #333;
    display: table-caption;
    font-size: 0.75em;
    outline-offset: -1px;
    padding: 0.6em;
    word-break: break-word;
}
figure.image img,
img.image_resized {
    height: auto !important;
    aspect-ratio: auto !important;
}
.flex2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
}
.flex2 .col-img {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    text-align: center;
}
.flex2 .col-content {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.list-comment .col-img img {
    width: 50%;
}
.list-comment .col-content .title {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}
.item-comment {
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}