@media screen and (max-width: 767px) {

    ::-webkit-scrollbar {
        height: 0px;
        background: transparent; 
    }
    /*Home Mobile 3 Column*/
    
    .iappcreation-home ul.products{
        overflow-x: auto;
        white-space: nowrap;
        margin-top: 15px;
    } 

    .iappcreation-home ul.products li.product{
        margin-bottom: 0;
        display: inline-block;
        margin-right: 10px;
        margin-left: 5px;
        width: 110px;
        vertical-align: top;
    }

    
    /* ชื่อ Products */
    .iappcreation-home ul.products li.product span.woocommerce-loop-product__title{
        font-size: 14px !important;
        font-weight: 400 !important;
        margin-bottom: 0em !important;
    }


    .iappcreation-home ul.products li.product img{
        width: 100px;
    }

    /* header <h></h> */
    .iappcreation-home .home-header{
        font-size: 1.2em !important;
        font-family: 'SukhumvitTHBold';
        margin-bottom: 10px !important;
        margin-top: 10px !important;
    }

    /* Slider เต็มจอใน Mobile */
    .iappcreation-home .metaslider{
        width: 100vw;
        margin-bottom: 55px;
    }

    .iappcreation-home .home-navigation-bar {
        left: 0px;
        width: 103vw;
        position: fixed;
        top: 64px;
        z-index: 998;
        background: white;
    }

    .iappcreation-home{
        margin-top: 43px;
    }

    .iappcreation-home{
        overflow: visible;
    }

    .iappcreation-home ul.square-products-container{
        overflow-x: auto;
        white-space: nowrap;
    } 

    .iappcreation-home ul.square-products-container li.square-product{
        width: 200px;
    } 


    .iappcreation-home ul.square-products-container li.square-product:last-child{
        margin-top: 0;
    } 

    .iappcreation-home ul.square-products-container li.square-product img{
        margin: 0;
    } 


}


/* Override col-ful class margin */
@media (max-width: 66.4989378333em){
    .iappcreation-home ul.products, .iappcreation-home ul.square-products-container,
    .iappcreation-home .metaslider{
        margin-right: -1.41575em !important;
        margin-left: -1.41575em !important;
    }
    .iappcreation-home ul.products li:last-child{
        margin-right: 1.41575em;
    }

    .iappcreation-home ul.products, .iappcreation-home ul.square-products-container{
        padding-left: 1.41575em;
    }
}
/* /Override col-ful class margin */
