
@media screen and (max-width:767px){
    .header__control .cart-contents span{
        right: 0;
        top: -20px;
    }
    .sigleBlog .tags .tags-wrapper{
        display: block;
        width: max-content;
        overflow: auto;
        padding-top: 10px;
    }
    .sigleBlog .tags .tags-wrapper a{
        display: inline-block;
    }
    .sigleBlog .tags{
        overflow: auto;
        display: block;
    }
    .single-products-top--content .cart-nhm .btn-buy-now{
            width: 100%;
    margin-left: 0 !important;
    }
}