/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 11, 2022, 11:37:57 AM
    Author     : yot_o
*/

@media screen and (min-width: 1px) {/* มากกว่า 1px ขึ้นไป */
    .content-mobile-status{
        display: block !important;
    }

    .content-pc-status{
        display: none !important;
    }

    .content-menu-button-status{
        display: none !important;
    }

    .show_product{
        padding: 0 0;
    }

    .tempate_billboard_underline{
        font-size: 26px !important;
    }

    .tempate_header_page{
        font-size: 26px !important;
    }
}