/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Version: 1.0.3
 * Text Domain: blocksy
 */
/* Product Page Form Centered */
.product-table table {
    text-align: center;
}
/* Product form scroll bar */
.product-table {
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin-bottom: 10px;
    }

.product-table::-webkit-scrollbar {
        height: 12px; 
        background-color: #f5f5f5;
    }
.product-table::-webkit-scrollbar-thumb {
        background: #666; 
        border-radius: 6px;
    }
.product-table::-webkit-scrollbar-thumb:hover {
        background: #444; 
    }
/*	fanyi	*/
select.gt_selector.notranslate {
    color: #fff;
    border: 1px solid #fff;
    height: 30px;
	border-radius: 5px;
}
/* chan pin pai xu	*/
form.woocommerce-ordering {
    display: none !important;
}