﻿/*
Theme Name: Điện Máy Trần Long
Theme URI: https://dienmaytranlong.com
Author: Hieu Ho
Author URI: https://hieuwp.com
Description: Giao diện website Dienmaytranlong.com
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tranlong
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
This theme, like tranlong, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*@import url("assets/css/app-min.css");*/

/* Đảm bảo rằng container rộng 100% trên các thiết bị nhỏ */
.container {
    width: 100%;
    padding: 0 15px;
}

/* Media queries cho thiết bị di động */
@media (max-width: 768px) {
    .col-lg-12 {
        width: 100%;
        padding: 0 15px;
    }

    .col-lg-9,
    .col-lg-3 {
        width: 100%;
        padding: 0;
    }

    .product-area {
        margin-bottom: 20px;
    }

    .axil-shop-sidebar {
        margin-top: 20px;
    }
}

