/*
Theme Name: Xacademy
Theme URI: https://mtdigital.vn
Template: flatsome
Author: MT DIGITAL
Author URI: https://mtdigital.vn
Description: Giao diện con Flatsome, thiết kế bởi MT DIGITAL
Version: 3.20.5.1773478858
Updated: 2026-03-14 16:00:58

*/

/* Style 5: Khung viền + tag X-Academy */
h2.section-title {
    text-align: center;
    display: flex;
    justify-content: center;
}

h2.section-title .section-title-main {
    position: relative;
    display: inline-block;
    border: 2px solid #185FA5;
    border-radius: 10px;
    padding: 10px 28px 8px;
    font-size: 20px;
}

h2.section-title .section-title-main::before {
    content: "X-Academy";
    position: absolute;
    top: -9px;
    left: 50%;
    transform: translateX(-50%);
    background: #f7f7f7;
    padding: 0 10px;
    font-size: 10px;
    color: #378ADD;
    letter-spacing: 2px;
    text-transform: uppercase;
    white-space: nowrap;
    font-weight: 400;
}

h2.section-title .section-title-main::after {
    content: "● ● ●";
    display: block;
    text-align: center;
    font-size: 5px;
    color: #85B7EB;
    letter-spacing: 5px;
    margin-top: 4px;
}

/* Ẩn đường kẻ 2 bên mặc định */
h2.section-title > b {
    display: none;
}

/* Ẩn icon mặc định */
h2.section-title .section-title-main > i {
    display: none;
}
li.cart-item .nav-dropdown {
    right: 0;
    left: auto;
    min-width: 350px;
}
li.cart-item .nav-dropdown {
    right: 0 !important;
    left: auto !important;
    min-width: 350px !important;
}