/*
Theme Name: 3dpapercraft
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
/* Secondary menu mobile scroll */

/* Table Product --------------------- */
/* Màu tab thường */
.table-product-custom ul, .table-product-custom .nav {
    width: auto;
    float: right;
    position: absolute;
    right: 0px;
    top: -10px;
}
@media only screen and (max-width: 768px){
    .table-product-custom ul, .table-product-custom .nav  {
        /* float: right; */
        position: relative;
        /* right: 0px; */
        /* top: -10px; */
        justify-content: center;
    }
    .table-product-custom h4 {
        text-align: center;
    }
}