/*
Theme Name:     Kidsplaza Blog
Description:    Kidsplaza Blog Official Website
Author:         Kidsplaza
Author URI:     https://www.kidsplaza.vn
Template:       Newspaper
Version:        1.0
*/
.single-news .the-content .related-post {
    background-color: #f5f5f5;
    max-width: 650px;
    margin: 13px auto;
    padding-right: 10px;
}
.single-news .the-content .related-post .cover {
    background-size: cover;
    display: block;
    float: left;
    width: 30%;
    height: 0;
    padding-bottom: 25%;
    margin-right: 10px;
    margin-top: 0;
}
.single-news .the-content .related-post h3,
.single-news .the-content .related-post p {
    margin: 10px 0 !important;
}
.single-news .the-content .related-post p {
    overflow: hidden;
    height: 53px;
}

.product-related {
    margin-bottom: 20px;
}
.product-related h2 {
    margin-bottom: 10px;
    font-weight: 400;
}
.js-feature-products .price {
    background: none;
    padding: 0;
    position: static;
    width: auto;
    text-align: left;
}
.js-feature-products ul {
    display: flex;
}
.js-feature-products ul:after {
    display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden;
}
.js-feature-products ul li {
    background-color: #f5f5f5;
    width: 33.333333%;
    list-style: none;
    margin: 0 5px 0 0;
    padding: 5px;
}
.js-feature-products ul li:last-child {
    margin-right: 0;
}
.remote-products.js-feature-products ul li {
    width: 25%;
}
.js-feature-products li .product-image {
    text-align: center;
    margin-bottom: 10px;
}
.js-feature-products .product-image a {
    display: block;
}
/*.js-feature-products .product-image a:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: all .3s ease-in;
}*/
.js-feature-products .product-image img {
    margin: 0 auto;
}
.js-feature-products li .product-info {
    padding: 0 10px;
    text-align: center;
}
.js-feature-products li .product-name {
    font-size: 14px;
    font-weight: 300;
    display: -webkit-box;
    display: box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    min-height: 30px;
    margin-bottom: 2px;
}
.js-feature-products li .brand, .js-feature-products li .price-discount {
    display: none;
}
.js-feature-products .old-price, .js-feature-products .special-price {
    display: inline-block;
    margin: 0;
}
.js-feature-products .old-price {
    color: #999;
    font-size: 12px;
    line-height: 12px;
    margin-right: 8px;
    text-decoration: line-through;
}
.js-feature-products .regular-price, .js-feature-products .special-price {
    font-weight: 600;
    font-size: 13px;
    color: #f00;
}
.remote-products.js-feature-products li .product-info {
    padding: 0 2px 2px;
}
.remote-products.js-feature-products li .product-name {
    font-size: 12px;
    min-height: 30px;
}
.remote-products.js-feature-products .regular-price, .remote-products.js-feature-products .special-price {
    font-size: 11px;
}
.remote-products.js-feature-products .old-price {
    display: none;
}