/*

Theme Name: X – Child Theme
Theme URI: https://theme.co/x/
Author: Themeco
Author URI: https://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.0
Template: x

*/

.max2x {
    max-width: 1600px;
}

.tax-product_cat #products {
    margin-top: 67px;
}

.crumbs {
    display: flex;
    flex-wrap: wrap;
}

.crumbs a:after {
    content: "/";
    padding: 10px;
    color: #999;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .entry-summary{
        #stock-table{
            font-size: 10px !important;

            tr{
                th{
                    padding: 10px 5px;
                }
                td{
                
                    padding: 10px 5px !important;

                    a{
                        font-size: 10px !important;
                    } 
                    
                }
            }
        }
    }
}

@media (max-width: 480px) {
    .entry-summary{
        #stock-table{
            font-size: 10px !important;

            tr{
                th{
                    padding: 10px 5px;
                }
                td{
                
                    padding: 10px 5px !important;

                    a{
                        font-size: 10px !important;
                    } 
                    
                }
            }
        }
    }
}