@media screen and (min-width:767px){

    /* .iappcreation-single-product-content .sticky_single_button_add_to_cart{
        bottom: 0px;
    } */

    .cart-icon-button{
        display:none;
    }
    .single-product-detail-text .posted_in{
        display:none;
    }
    /* copyright before theme */
    .woocommerce-tabs.wc-tabs-wrapper{
        padding-bottom:0 !important;
    }

    /* ส่วน Hover แล้ว Click */
    .single-product .woocommerce-tabs .panel img:hover{
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.05);
        cursor:pointer;
    }
    .modal-img-box button{
        top:20px !important;
        right:20px !important;
    }
    /* ส่วน Hover แล้ว Click */

    .single-product div.product .woocommerce-product-gallery img{
        margin:auto !important;
        max-width:200px;
        max-height:200px;
        border-radius:100%;
    }
    .single-product div.product .woocommerce-product-gallery{
        top:50px
    }

    .woocommerce-Tabs-panel.panel h2:first-of-type {
        font-size: 20px !important;
    }

    .iappcreation_sticky_add_to_cart_footer {
        display: none !important;
    }

    .iappcreation-single-product-content form.cart{
        padding: 0 !important;
        margin-bottom: 0 !important;
    }

    .iappcreation-single-product-content .quantity-amount-text{
        margin-top:0;
    }
    
    .iappcreation-single-product-content .single_add_to_cart_button{
        margin-top: 5px !important;
    }

}