@media (max-width: 767px) {
    #social-hd{
        display: none;
    }
    .login.pull-left{
        display: block !important;
    }
    .account.checkoutHoverBtn{
        display: block !important;
        float: right;
    }
    form#checkOrder{
        left: 40px;
    }
}
.fb-comments{
    display: none !important;
}
.item-related{
    margin: 10px 0;
}
.item-related img{
    padding-bottom: 15px;
    width: 100%;
    object-fit: scale-down;
}
.related_news .related-heading{
    border-bottom: 2px solid #e76d66;
}
.related_news .box-content{
    display: flex;
    flex-wrap: wrap;
}
.related_news .related-heading h3{
    display: inline-block;
    background: #e76d66;
    color: #fff;
    padding: 2px 10px;
    text-transform: uppercase;
    font-weight: bold;
}
.related_news .related-heading i{
    margin-right: 5px;
}
@media (max-width: 767px) {
    .related_news .box-content{
        display: inherit;
    }
}
@media (min-width: 768px) {
    .item-related img{
        height: 280px;
    }
}