.product-image {text-align: center}
.product-image img {margin: auto}
.product-image img.img-r {display: none}
.bycategory .owl-carousel .owl-buttons>div {
    opacity: 1;
    margin: 0;
}
.bycategory .owl-carousel .owl-buttons>div.owl-prev {left: 0}
.bycategory .owl-carousel .owl-buttons>div.owl-next {right: 0}
#blog_home .articles-inner{
    float:none;
    min-height:250px;
}
#blog_home .aritcles-content{
    padding-top:0;
}
#blog_home .aritcles-content h4{
    white-space: unset;
    -webkit-line-clamp: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
#blog_home .aritcles-content .articles-intro{
    -webkit-line-clamp: 3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}