    @media only screen 
    and (max-device-width: 600px)
    {   
        .single-product .product-info .price-container .price-box .price{
            font-size: 22px;
        }
        .quantity-container.info-container{
            display:none !important;
        }
        .m-post-action {
            width: 100%;
            height: 50px;
            position: fixed;
            z-index: 888;
            background-color: #fff;
            padding: 5px;
            bottom: 0;
            border-top: 1px solid #ccc;
            display: none;
        }
        .call-btn{
            padding-left: 0px !important;
        }
        .buy-btn{
            padding-right: 5px !important;
        }
        .show {
            display: block!important;
        }
        .btn-bottom-fixed{
            position: relative;
            color: #fff;
        }
        .green{
            background-color: #1AC41F;
        }
        .orange{
            background-color: #F98A11;
        }
        .btn-wa{
            display:none !important;
        }
    }
    @media only screen 
    and (min-device-width: 600px)
    {     
        .m-post-action {
            display: none !important;
        }
    }
