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

/*************** ADD CUSTOM CSS HERE.   ***************/
body{
    font-family:"Be Vietnam Pro", sans-serif;
}
/* be-vietnam-pro-regular - latin */
@font-face {
  font-display: swap; 
  font-family: 'Be Vietnam Pro';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/be-vietnam-pro-v12-latin-regular.woff2') format('woff2');
}
/* be-vietnam-pro-italic - latin */
@font-face {
  font-display: swap; 
  font-family: 'Be Vietnam Pro';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/be-vietnam-pro-v12-latin-italic.woff2') format('woff2');
}
/* be-vietnam-pro-500 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Be Vietnam Pro';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/be-vietnam-pro-v12-latin-500.woff2') format('woff2');
}
/* be-vietnam-pro-500italic - latin */
@font-face {
  font-display: swap; 
  font-family: 'Be Vietnam Pro';
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/be-vietnam-pro-v12-latin-500italic.woff2') format('woff2');
}
/* be-vietnam-pro-600 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Be Vietnam Pro';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/be-vietnam-pro-v12-latin-600.woff2') format('woff2');
}
/* be-vietnam-pro-700 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Be Vietnam Pro';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/be-vietnam-pro-v12-latin-700.woff2') format('woff2');
}
/* be-vietnam-pro-800 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Be Vietnam Pro';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/be-vietnam-pro-v12-latin-800.woff2') format('woff2');
}
/* be-vietnam-pro-900 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Be Vietnam Pro';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/be-vietnam-pro-v12-latin-900.woff2') format('woff2');
}
.header, .header-wrapperr {
    box-shadow: 0px 11px 12px 0px rgba(0, 0, 0, 0.07) !important;
}
/*
* Element Name: Dropdown Menu Three
* Discover More: https://flelements.com/
* Author: Obelix Media
*/
@media (min-width: 850px) {
    header#header .header-nav.header-nav-main,
    header#header .header-nav.header-nav-main > li {
        height: 100%;
    }
}
@media (min-width: 850px) {
    header#header .header-search {
        width: auto !important;
        max-width: none !important;
        min-width: 0 !important;
    }

    header#header .searchform .search-field {
        min-width: 0 !important;
    }
}

@media (min-width: 850px) {
   header#header .header-nav.header-nav-main, header#header .header-nav.header-nav-main > li {
        height: 100%;
    }

    header#header .header-nav.header-nav-main > li > a {
        height: 100%;
        padding-top: 0;
        padding-bottom: 0;
    }

    header#header .header-nav.header-nav-main > li > a:hover, header#header .header-nav.header-nav-main > li.active > a {
        color: var(--fs-color-primary);
    }

    /* All submenu style */
    header#header ul.sub-menu, header#header .nav-dropdown {
        position: absolute;
        left: 0;
        right: 0;
        top: auto;
        margin: 0;
        padding: 0;
        display: none!important;
        min-width: 215px;
        background: white;
        border: 1px solid rgba(13, 23, 32, 0.0784313725);
        text-align: left;
        -webkit-box-shadow: none;
                box-shadow: none;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }

    header#header .nav-right .nav-dropdown {
        left: auto;
        right: auto;
        -webkit-transition: opacity .25s,visibility .25s;
        -o-transition: opacity .25s,visibility .25s;
        transition: opacity .25s,visibility .25s;
    }

    header#header .header-search-dropdown .header-search-form {
        padding: .6em .8em!important;
    }

    header#header .nav-right .current-dropdown .nav-dropdown {
        -webkit-transition-property: opacity, -webkit-transform;
        transition-property: opacity, -webkit-transform;
        -o-transition-property: opacity, transform;
        transition-property: opacity, transform;
        transition-property: opacity, transform, -webkit-transform;
    }

    /* Submenu on hover, active */
    header#header .current-dropdown > .nav-dropdown, header#header .nav-dropdown li:hover > ul.sub-menu {
        display: block!important;
        -webkit-animation: -menu-fade-up 0.45s linear;
                animation: -menu-fade-up 0.45s linear;
    }

    @-webkit-keyframes -menu-fade-up {
        0% {
            opacity: 0;
            -webkit-transform: translateY(10px);
                    transform: translateY(10px);
            visibility: hidden;
        }

        100% {
            opacity: 1;
            -webkit-transform: translateY(0px);
                    transform: translateY(0px);
            visibility: visible;
        }
    }

    @keyframes -menu-fade-up {
        0% {
            opacity: 0;
            -webkit-transform: translateY(10px);
                    transform: translateY(10px);
            visibility: hidden;
        }

        100% {
            opacity: 1;
            -webkit-transform: translateY(0px);
                    transform: translateY(0px);
            visibility: visible;
        }
    }

    header#header .nav-dropdown ul.sub-menu {
        position: absolute;
        left: 100%;
        top: -1px;
        min-width: 180px;
    }

    header#header .nav-dropdown li {
        color: var(--obelix-header-color, #161618);
        white-space: normal;
        width: 100%;
        display: block;
        position: relative;
        margin: 0!important;
        border: none;
        width: auto;
    }

    header#header .nav-dropdown li:hover {
        color: var(--fs-color-primary);
    }

    header#header .nav-dropdown a {
        display: block;
        padding: .8rem 1.6rem;
        margin: 0!important;
        text-transform: unset;
        font-size: .9rem;
        line-height: 1.4;
        -webkit-transition: all 0.4s ease-out 0s;
        -o-transition: all 0.4s ease-out 0s;
        transition: all 0.4s ease-out 0s;
        position: relative;
        border-radius: 0;
        border: none;
        border-bottom: 1px solid rgba(13, 23, 32, 0.0784313725);
        color: var(--obelix-header-color);
    }

    header#header .nav-dropdown a::before {
        content: "";
        position: absolute;
        bottom: -1px;
        left: 0;
        background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(var(--fs-color-primary)), to(#fff));
        background: -o-linear-gradient(left, #fff, var(--fs-color-primary), #fff);
        background: linear-gradient(90deg, #fff, var(--fs-color-primary), #fff);
        width: 100%;
        height: 1px;
        -webkit-transform: scaleX(0);
            -ms-transform: scaleX(0);
                transform: scaleX(0);
        -webkit-transform-origin: left;
            -ms-transform-origin: left;
                transform-origin: left;
        -webkit-transition: 0.4s ease-in;
        -o-transition: 0.4s ease-in;
        transition: 0.4s ease-in;
        z-index: 1;
    }

    header#header .nav-dropdown a:hover::before {
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);
    }

    /* Has submenu icon */
    header#header .nav-dropdown li.menu-item-has-children > a {
        text-transform: unset;
        font-weight: unset;
        padding-right: 2.2rem;
    }

    header#header .nav-dropdown li.menu-item-has-children > a::after {
        font-family: 'fl-icons';
        content: '\f105';
        position: absolute;
        right: 10px;
        top: 50%;
        -webkit-transform: translateY(-44%);
        -ms-transform: translateY(-44%);
        transform: translateY(-44%);
        font-weight: lighter;
    }

    /* Text hover style */
    header#header ul.sub-menu a:hover, header#header .nav-dropdown li.active>a {
        text-transform: none;
        color: var(--fs-color-primary);
    }
}

.nav-vertical li li.menu-item-has-children>a, .nav-vertical li .children > li > a {
    font-weight: bold;
}

/* Mobile menu */
.off-canvas-left .mfp-content, .off-canvas-right .mfp-content {
    background: #fff;
    border-right: 1px solid #eee;
    -webkit-transition: -webkit-transform 0.3s ease-in;
    transition: -webkit-transform 0.3s ease-in;
    -o-transition: transform 0.3s ease-in;
    transition: transform 0.3s ease-in;
    transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
    -webkit-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.03);
            box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.03);
}

.mfp-wrap.off-canvas-left .mfp-close {
    border-radius: 50%;
    opacity: 1;
    right: 1rem;
    top: 1rem;
    background: var(--obelix-header-color, black);
}

.mfp-wrap.off-canvas-left .mfp-close svg {
    stroke-width: 1px;
}

@media screen and (max-width: 849px) {
    /* Hide scollbar */ .off-canvas-left .mfp-content {
        -ms-overflow-style: none;
        /* Internet Explorer 10+ */
        scrollbar-width: none;
        /* Firefox */
    }

    .off-canvas-left .mfp-content::-webkit-scrollbar {
        display: none;
        /* Safari and Chrome */
    }

    .mobile-sidebar .nav-sidebar.nav-vertical>li.menu-item.active, .mobile-sidebar .nav-sidebar.nav-vertical>li.menu-item:hover {
        background-color: unset;
    }

    .mobile-sidebar .nav-sidebar.nav-vertical>li+li {
        border: none;
    }

    .mobile-sidebar .nav-sidebar.nav-vertical .children {
        padding-bottom: .4rem;
        padding-right: 20px;
        margin-top: -.4rem;
    }

    .mobile-sidebar .sidebar-menu a {
        color: var(--obelix-header-color);
        font-size: 1.05rem;
    }

    .mobile-sidebar .sidebar-menu li li.menu-item-has-children > .sub-menu li:last-child a::before, .mobile-sidebar .sidebar-menu li li.menu-item-has-children > .sub-menu li:first-child a::before {
        content: "";
        position: absolute;
        bottom: -1px;
        left: 0;
        background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(var(--fs-color-primary)), to(#fff));
        background: -o-linear-gradient(left, #fff, var(--fs-color-primary), #fff);
        background: linear-gradient(90deg, #fff, var(--fs-color-primary), #fff);
        width: 100%;
        height: 1px;
        -webkit-transform: scaleX(0);
            -ms-transform: scaleX(0);
                transform: scaleX(0);
        -webkit-transform-origin: left;
            -ms-transform-origin: left;
                transform-origin: left;
        -webkit-transition: 0.4s ease-in;
        -o-transition: 0.4s ease-in;
        transition: 0.4s ease-in;
        -webkit-transition-delay: .1s;
             -o-transition-delay: .1s;
                transition-delay: .1s;
        z-index: 1;
    }

    .mobile-sidebar .sidebar-menu li.menu-item-has-children > .sub-menu li:first-child a::before {
        top: 0px;
    }

    .mobile-sidebar .sidebar-menu .active>a {
        color: var(--fs-color-primary);
        border-color: transparent;
    }

    .mobile-sidebar .sidebar-menu .active > .sub-menu a::before {
        -webkit-transform: scaleX(1)!important;
            -ms-transform: scaleX(1)!important;
                transform: scaleX(1)!important;
    }

    .mobile-sidebar .sidebar-menu .toggle {
        --toggle-line-width: 11px;
        --toggle-color: var(--obelix-header-color, #161618);
    }

    .mobile-sidebar .sidebar-menu .active>.toggle {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        --toggle-color: var(--fs-color-primary);
    }

    .mobile-sidebar .sidebar-menu .toggle i {
        position: relative;
    }

    .mobile-sidebar .sidebar-menu .toggle i::before, .sidebar-menu .toggle i::after {
        content: "";
        position: absolute;
        height: var(--toggle-line-width);
        width: 2px;
        top: calc(50% - var(--toggle-line-width) / 2);
        left: calc(50% - 1px);
        border-radius: 2px;
        background-color: var(--toggle-color);
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        -o-transition: transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    }

    .mobile-sidebar .sidebar-menu .toggle i::after {
        width: var(--toggle-line-width);
        height: 2px;
        top: calc(50% - 1px);
        left: calc(50% - var(--toggle-line-width) / 2);
    }

    .mobile-sidebar .sidebar-menu .active>.toggle i::before {
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg);
    }

    /* Child sub menu */
    .mobile-sidebar li li.menu-item-has-children:not(:first-child) {
        margin-top: 0;
    }

    .off-canvas:not(.off-canvas-center) .nav-vertical li li {
        padding-left: 1rem;
        margin: 0;
        position: relative;
    }

    s.off-canvas:not(.off-canvas-center) .nav-vertical li a {
        padding-left: 0;
        padding-right: 0;
    }

    .mobile-sidebar .nav-vertical li li.menu-item-has-children>a {
        letter-spacing: 0;
        text-transform: unset;
    }

    .mobile-sidebar .nav-vertical>li>ul li a {
        display: block;
        padding-top: .8rem;
        padding-bottom: .8rem;
        padding-left: 0!important;
        margin: 0 0 0 1rem!important;
        text-transform: unset;
        font-size: .9rem;
        line-height: 1.4;
        -webkit-transition: all 0.4s ease-out 0s;
        -o-transition: all 0.4s ease-out 0s;
        transition: all 0.4s ease-out 0s;
        position: relative;
        border-radius: 0;
        border: none;
        border-bottom: 1px solid rgba(13, 23, 32, 0.0784313725);
    }

    .mobile-sidebar .nav-vertical li li:last-child a {
        border: none;
    }

    /* Child Toggle */
    .mobile-sidebar .nav-vertical .obelix-mobile-has-toggle {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
    }

    .mobile-sidebar .nav-vertical .obelix-mobile-has-toggle .toggle {
        margin: 0;
        right: -16px;
        position: absolute;
        top: 0;
        height: 46px;
        opacity: 1;
    }

    .mobile-sidebar .nav-vertical li li li a::after {
        content: "";
        display: inline-block;
        position: absolute;
        bottom: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: -.7em;
        background: black;
        width: 4px;
        height: 1px;
        -webkit-transition: 0.4s ease-in;
        -o-transition: 0.4s ease-in;
        transition: 0.4s ease-in;
        z-index: 1;
    }

    .mobile-sidebar .nav-vertical li li li.active > a::after {
        background: var(--fs-color-primary);
    }
}

/**** End Dropdown Menu Three ****/
/**** Hotline button ****/
.grillx-hotline{
    display:flex;
    align-items:center;
    gap:18px;
}

.grillx-hotline .hotline-icon{
    width:40px;
    height:40px;
    border:1px solid #cfcfcf;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#111;
    flex-shrink:0;
    transition:all .3s ease;
}

.grillx-hotline .hotline-icon svg{
    width:24px;
    height:24px;
}

.grillx-hotline .hotline-number{
    font-size:25px;
    font-weight:800;
    line-height:1;
    color:#111;
    text-decoration:none;
    letter-spacing:1px;
    transition:all .3s ease;
}

/* Hover */
.grillx-hotline:hover .hotline-icon{
    border-color:#f26522;
    color:#f26522;
}

.grillx-hotline:hover .hotline-number{
    color:#f26522;
}

/* Mobile */
@media(max-width:768px){

    .grillx-hotline{
        gap:12px;
    }

    .grillx-hotline .hotline-icon{
        width:44px;
        height:44px;
    }

    .grillx-hotline .hotline-number{
        font-size:26px;
    }
}
/**** End Hotline button ****/
/**** Grillx-hero-slide ****/
.grillx-hero-slide{
    position:relative;
    overflow:hidden;
}

.grillx-hero-slide:before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(90deg, rgba(0,0,0,.68), rgba(0,0,0,.28), rgba(0,0,0,.05));
    z-index:1;
}

.grillx-hero-slide .section-content{
    position:relative;
    z-index:2;
}

.grillx-hero-subtitle{
    font-size:14px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    color:#f26522;
    margin-bottom:14px;
}

.grillx-hero-title{
    font-size:64px;
    line-height:1.05;
    font-weight:900;
    color:#fff;
    max-width:720px;
    margin-bottom:22px;
	font-family: 'Be Vietnam Pro';
    font-style: normal;
}

.grillx-hero-desc{
    font-size:18px;
    line-height:1.7;
    color:rgba(255,255,255,.88);
    max-width:640px;
    margin-bottom:32px;
}

.grillx-hero-slide .button{
    margin-right:12px;
    font-weight:700;
    text-transform:none;
}

@media(max-width:849px){
    .grillx-hero-slide{
        min-height:560px;
    }

    .grillx-hero-title{
        font-size:38px;
    }

    .grillx-hero-desc{
        font-size:16px;
    }
}
/**** END Grillx-hero-slide ****/
/**** RUN TEXT Grillx-hero-slide ****/
.grillx-marquee-wrap{
    width:100%;
    overflow:hidden;
    background:#111;
    border-top:1px solid rgba(255,255,255,.12);
    border-bottom:1px solid rgba(255,255,255,.12);
    padding:18px 0;
}

.grillx-marquee-track{
    display:flex;
    width:max-content;
    animation:grillx-marquee 28s linear infinite;
}

.grillx-marquee-track span{
    display:inline-flex;
    align-items:center;
    margin-right:48px;
    font-size:18px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.6px;
    color:#fff;
    white-space:nowrap;
}

.grillx-marquee-track span:after{
    content:"";
    width:8px;
    height:8px;
    margin-left:48px;
    border-radius:50%;
    background:#f26522;
}

@keyframes grillx-marquee{
    from{
        transform:translateX(0);
    }
    to{
        transform:translateX(-50%);
    }
}

@media(max-width:849px){
    .grillx-marquee-wrap{
        padding:14px 0;
    }

    .grillx-marquee-track span{
        font-size:14px;
        margin-right:32px;
    }

    .grillx-marquee-track span:after{
        margin-left:32px;
    }
}
/**** END RUN TEXT Grillx-hero-slide ****/
/* ================================
   GrillX Category Slider
================================ */
/* ==================================================
   GrillX Category Slider - Clean Final CSS
================================================== */

.grillx-category-block,
.grillx-category-block *{
    box-sizing:border-box;
    font-family:"Be Vietnam Pro", sans-serif;
}

/* Section */

.grillx-category-block{
    padding:40px 0 0px !important;
    margin:0 !important;
    overflow:hidden !important;
}

/* Header */

.grillx-category-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    margin:0 0 28px !important;
}

.grillx-category-head h2{
    margin:0 !important;
    font-size:38px;
    line-height:1.15;
    font-weight:900;
    text-transform:uppercase;
    color:#111;
}

.grillx-category-view{
    font-size:15px;
    font-weight:800;
    color:#111;
    text-decoration:none;
}

/* Slider reset */

.grillx-category-slider{
    position:relative !important;
    display:block !important;
    margin:0 !important;
    padding:0 0 10px !important;
    height:auto !important;
    min-height:0 !important;
    overflow:visible !important;
}

.grillx-category-slider .flickity-viewport{
    height:370px !important;
    min-height:0 !important;
    max-height:370px !important;
    overflow:hidden !important;
    transition:none !important;
}

.grillx-category-slider .flickity-slider{
    height:370px !important;
    min-height:0 !important;
    display:block !important;
}

/* Item spacing */

.grillx-category-slider .flickity-slider > div{
    width:20% !important;
    height:auto !important;
    min-height:0 !important;
    padding-left:14px !important;
    padding-right:14px !important;
}

/* Card */

.grillx-category-card{
    height:360px !important;
    min-height:0 !important;
    max-height:360px !important;
    padding:0 !important;
    margin:0 !important;
    text-align:center;
}

.grillx-category-card a{
    display:block;
    color:inherit;
    text-decoration:none;
}

/* Image */

.grillx-category-image{
    width:100%;
    height:250px !important;
    margin:0 0 16px !important;

    border-radius:18px;
    overflow:hidden;
    background:#f5f7f7;
}

.grillx-category-image img{
    width:100% !important;
    height:250px !important;
    object-fit:cover !important;
    display:block !important;
    border-radius:18px;
}

/* Content */

.grillx-category-content{
    padding:0 !important;
    margin:0 !important;
}

.grillx-category-content h3{
    margin:0 0 12px !important;
    padding:0 !important;
    font-size:17px !important;
    line-height:1.25 !important;
    color:#111 !important;
    text-align:center;
}

.grillx-category-content h3 a{
    color:#111;
    text-decoration:none;
}

/* Button */

.grillx-category-btn{
    display:inline-flex !important;
    align-items:center;
    justify-content:center;
    height:42px !important;
    min-width:150px !important;
    padding:0 24px !important;
    border-radius:999px !important;
    border:1.5px solid #ddd !important;
    background:#fff !important;
    color:#111 !important;
    font-size:15px !important;
    line-height:1 !important;

    text-decoration:none !important;
    transition:.25s ease;
}

.grillx-category-btn:hover{
    background:#f26522 !important;
    border-color:#f26522 !important;
    color:#fff !important;
}

/* Arrows */

.grillx-category-slider .flickity-prev-next-button{
    width:58px !important;
    height:58px !important;

    border-radius:50% !important;
    border:1.5px solid #111 !important;

    background:#fff !important;
    color:#111 !important;

    opacity:1 !important;
    box-shadow:none !important;
}

.grillx-category-slider .flickity-prev-next-button.next{
    background:#111 !important;
    color:#fff !important;
}

.grillx-category-slider .flickity-prev-next-button svg{
    width:22px !important;
    height:22px !important;
}

.grillx-category-slider .flickity-prev-next-button .arrow{
    fill:currentColor !important;
}

/* Dots nếu có */

.grillx-category-slider .flickity-page-dots{
    display:none !important;
}

/* Responsive */

@media(max-width:1200px){

    .grillx-category-slider .flickity-slider > div{
        width:25% !important;
    }
}

@media(max-width:849px){

    .grillx-category-block{
        padding:30px 0 30px !important;
    }

    .grillx-category-head{
        margin-bottom:22px !important;
    }

    .grillx-category-head h2{
        font-size:28px;
    }

    .grillx-category-slider .flickity-viewport{
        height:330px !important;
        max-height:330px !important;
    }

    .grillx-category-slider .flickity-slider{
        height:330px !important;
    }

    .grillx-category-slider .flickity-slider > div{
        width:50% !important;
        padding-left:8px !important;
        padding-right:8px !important;
    }

    .grillx-category-card{
        height:320px !important;
        max-height:320px !important;
    }

    .grillx-category-image,
    .grillx-category-image img{
        height:210px !important;
    }

    .grillx-category-content h3{
        font-size:15px !important;
    }

    .grillx-category-btn{
        height:38px !important;
        min-width:130px !important;
        font-size:13px !important;
    }
}

@media(max-width:549px){

    .grillx-category-slider .flickity-slider > div{
        width:75% !important;
    }
}
/* =================================
   GrillX Slider Arrow FIX
================================= */

/* Button */

.grillx-category-slider .flickity-prev-next-button{
    width:64px !important;
    height:64px !important;

    border-radius:50% !important;

    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    background:#fff !important;
    border:1.5px solid #111 !important;

    padding:0 !important;
    box-shadow:none !important;

    overflow:hidden !important;
}

/* Nút phải */

.grillx-category-slider .flickity-prev-next-button.next{
    background:#111 !important;
    border-color:#111 !important;
}

/* Ẩn SVG lỗi */

.grillx-category-slider .flickity-prev-next-button svg{
    display:none !important;
}

/* Tạo mũi tên bằng pseudo */

.grillx-category-slider .flickity-prev-next-button::before{
    content:"";

    width:14px;
    height:14px;

    border-top:3px solid #111;
    border-right:3px solid #111;

    transform:rotate(225deg);

    display:block;
}

/* Arrow phải */

.grillx-category-slider .flickity-prev-next-button.next::before{
    transform:rotate(45deg);
    border-color:#fff;
}

/* Hover */

.grillx-category-slider .flickity-prev-next-button:hover{
    background:#f26522 !important;
    border-color:#f26522 !important;
}

.grillx-category-slider .flickity-prev-next-button:hover::before{
    border-color:#fff !important;
}

/* Vị trí */

.grillx-category-slider .flickity-prev-next-button.previous{
    left:-10px !important;
}

.grillx-category-slider .flickity-prev-next-button.next{
    right:-10px !important;
}
/**** END Grillx_category_slider ****/
/* ================================
   GrillX Mini Logo On Sticky Menu
================================ */
@media (min-width:850px){

    #wide-nav .grillx-sticky-logo{
        display:none !important;
        align-items:center !important;
        margin-right:22px !important;
    }

    #wide-nav .grillx-sticky-logo a{
        display:flex !important;
        align-items:center !important;
        padding:0 !important;
        height:100% !important;
    }

    #wide-nav .grillx-sticky-logo img{
        width:105px !important;
        max-height:38px !important;
        height:auto !important;
        display:block !important;
    }

    .header-wrapper.stuck #wide-nav .grillx-sticky-logo{
        display:flex !important;
    }
}
/* ================================ END GrillX Mini Logo On Sticky Menu================================ */
/* ================================ HOTLINE FOOTER ================================ */
.grillx-care-stick{
    position:fixed;
    right:28px;
    top:50%;
    transform:translateY(-50%);

    width:64px;
    padding:16px 8px;

    background:#fff;
    border:1px solid #e7e7e7;
    border-radius:999px;

    box-shadow:0 10px 35px rgba(0,0,0,.08);

    z-index:99999;

    display:flex;
    flex-direction:column;
    align-items:center;
    gap:18px;
}

/* Item */

.grillx-care-stick a{
    width:44px;
    height:44px;

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    color:#111;
    text-decoration:none;

    transition:all .25s ease;
}

/* Hover */

.grillx-care-stick a:hover{
    background:#f26522;
    color:#fff;
    transform:translateY(-2px);
}

/* SVG */

.grillx-care-stick a svg{
    width:22px;
    height:22px;
    fill:currentColor;
}

/* Zalo */

.grillx-care-stick .zalo img{
    width:24px;
    height:24px;
    object-fit:contain;
}

/* Hotline */

/* Hotline */

.grillx-care-stick .hotline{
    width:44px;
    height:44px;
    border-radius:999px;
    background:#f5f5f5;
    flex-direction:column;
    gap:6px;
    color:#f26522;
}

.grillx-care-stick .hotline .phone-icon{
    width:20px;
    height:20px;
    animation:grillx-phone-shake 1.4s infinite;
}

.grillx-care-stick .hotline span{
    writing-mode:vertical-rl;
    transform:rotate(180deg);
    font-size:11px;
    font-weight:800;
    letter-spacing:.6px;
    color:#f26522;
}

.grillx-care-stick .hotline:hover{
    background:#f26522;
    color:#fff;
}

.grillx-care-stick .hotline:hover span{
    color:#fff;
}

@keyframes grillx-phone-shake{
    0%, 100%{
        transform:rotate(0);
    }
    10%, 30%, 50%{
        transform:rotate(-12deg);
    }
    20%, 40%, 60%{
        transform:rotate(12deg);
    }
    70%{
        transform:rotate(0);
    }
}

/* Mobile */

@media(max-width:849px){

    .grillx-care-stick{
        right:12px;
        width:56px;
        padding:12px 6px;
        gap:14px;
    }

    .grillx-care-stick a{
        width:38px;
        height:38px;
    }

    .grillx-care-stick a svg{
        width:20px;
        height:20px;
    }

    .grillx-care-stick .zalo img{
        width:20px;
        height:20px;
    }
}
/* ================================ END HOTLINE FOOTER ================================ */
/* ========================================= GrillX Best Seller Product Grid ========================================= */

.grillx-bestseller-block,
.grillx-bestseller-block *{
    font-family:"Be Vietnam Pro", sans-serif !important;
    box-sizing:border-box;
}

.grillx-bestseller-head{
    margin-bottom:30px;
}

.grillx-bestseller-head h2{
    margin:0;
	font-family:"Be Vietnam Pro", sans-serif !important;
    font-size:26px;
    line-height:1.15;

    color:#111;
}
.grillx-bestseller-head h2::before {
    content: "";
    /* margin-top: -3px; */
    margin-right: 8px;
    width: 10px;
    height: 10px;
    background: #a70101;
    border-radius: 100%;
    display: inline-block;
    transform: translateY(-4px);
}
.grillx-bestseller-grid{
    display:grid;
    gap:28px;
}

.grillx-cols-2{grid-template-columns:repeat(2, 1fr);}
.grillx-cols-3{grid-template-columns:repeat(3, 1fr);}
.grillx-cols-4{grid-template-columns:repeat(4, 1fr);}
.grillx-cols-5{grid-template-columns:repeat(5, 1fr);}

/* Card */

.grillx-product-card{
    background:#fff;
    border-radius:22px;
    overflow:hidden;
    border:1px solid #eee;
    box-shadow:0 16px 42px rgba(0,0,0,.07);
    transition:.3s ease;
}

.grillx-product-card:hover{
    transform:translateY(-4px);
    box-shadow:0 22px 55px rgba(0,0,0,.11);
}

/* Image */

.grillx-product-image-wrap{
    position:relative;
    background:#f4f4f4;
    overflow:hidden;
}

.grillx-product-image-link{
    display:block;
}

.grillx-product-image-wrap img{
    width:100%;
    aspect-ratio:1 / 1;
    object-fit:contain;
    display:block;
    transition:.35s ease;
}

.grillx-product-card:hover .grillx-product-image-wrap img{
    transform:scale(1.04);
}

/* Badges */

.grillx-product-badges{
    position:absolute;
    top:12px;
    left:12px;
    right:12px;
    z-index:3;

    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:8px;
}

.grillx-best-label{
    display:inline-flex;
    align-items:center;
    gap:6px;
    padding:5px 5px 5px 5px;
    border:1.5px solid #f26522;
    border-radius:999px;
    background:#fff;
	font-size:7px;
    color:#f26522;
    line-height:1;
    white-space:nowrap;
}

.grillx-best-label .label-star{
    width:20px;
    height:20px;
    border-radius:50%;
    background:#f26522;
	font-size:7px;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
}

.grillx-product-rank{
    display:inline-flex;
    align-items:center;
    gap:4px;
    padding:7px 7px;
    border-radius:999px;
    background:#111;
    color:#fff;
    font-size:7px;
    line-height:1;
    white-space:nowrap;
}

.grillx-product-rank .rank-cup{
    font-size:7px;
}

/* Sale */

.grillx-sale-label{
    position:absolute;
    bottom:14px;
    left:14px;
    z-index:2;

    background:#fff;
    color:#f26522;

    font-size:12px;
    font-weight:900;

    padding:6px 9px;
    border-radius:999px;
    box-shadow:0 4px 16px rgba(0,0,0,.12);
}

/* Info */

.grillx-product-info{
    padding:24px 15px 26px;
    background:#fff;
}

.grillx-product-cat{
    margin-bottom:10px;
    font-size:13px;
    text-transform:uppercase;
    color:#858585;
}

.grillx-product-cat a{
    color:#858585;
    text-decoration:none;
}

.grillx-product-title{
    margin:0 0 16px;
    min-height:24px;
    font-size:16px;
    line-height:1.25;
    color:#050505;
}

.grillx-product-title a{
    color:#050505;
    text-decoration:none;
}

.grillx-product-price{
    margin-bottom:20px;
    font-size:19px;
    font-weight:900;
    color:#f26522;
}

.grillx-product-price del{
    color:#999;
    font-size:14px;
    font-weight:600;
    opacity:.8;
    margin-right:6px;
}

.grillx-product-price ins{
    text-decoration:none;
}

/* Actions */

.grillx-product-actions{
    display:flex;
    align-items:center;
    gap:10px;
    flex-wrap:nowrap;
}

.grillx-quick-order{
    height:54px;
    flex:1 1 auto;
    min-width:0;
    padding:0 15px !important;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    border-radius:999px;
    background:#f26522;
    color:#fff !important;
    font-size:14px;
    line-height:1 !important;
    white-space:nowrap;
    text-decoration:none !important;

    transition:.25s ease;
}

.grillx-quick-order svg{
    width:23px;
    height:23px;
    fill:#fff;
    flex:none;
}

.grillx-quick-order:hover{
    background:#111;
}

/* Cart + Share */

.grillx-add-cart,
.grillx-share-product{
    width:54px !important;
    min-width:54px !important;
    max-width:54px !important;

    height:54px !important;
    min-height:54px !important;
    max-height:54px !important;

    padding:0 !important;
    margin:0 !important;

    border-radius:50% !important;
    border:1.5px solid #e0e0e0 !important;
    background:#fff !important;

    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    color:#111 !important;
    line-height:1 !important;
    cursor:pointer;
    text-decoration:none !important;

    flex:0 0 54px !important;

    appearance:none;
    -webkit-appearance:none;

    transition:.25s ease;
}

.grillx-add-cart svg,
.grillx-share-product svg{
    width:23px !important;
    height:23px !important;
    display:block !important;
    fill:#111 !important;
    flex:none !important;
}

.grillx-add-cart:hover,
.grillx-share-product:hover{
    background:#111 !important;
    border-color:#111 !important;
}

.grillx-add-cart:hover svg,
.grillx-share-product:hover svg{
    fill:#fff !important;
}

/* Responsive */

@media(max-width:1024px){
    .grillx-bestseller-grid{
        grid-template-columns:repeat(3, 1fr);
    }
}

@media(max-width:849px){
    .grillx-bestseller-block{
        padding:40px 0;
    }

.grillx-bestseller-head h2{
    position:relative;
    display:flex;
    align-items:center;
    gap:16px;
    margin:0 0 34px;
    padding-left:24px;
    font-family:"Be Vietnam Pro", sans-serif;
    font-size:34px;
    line-height:1.05;
    font-weight:900;
    letter-spacing:-1px;
    color:#050505;
}

/* Dot đỏ */

.grillx-bestseller-head::before{
    content:"";
    position:absolute;
    left:0;
    top:50%;
    width:12px;
    height:12px;
    border-radius:50%;
    background:#b40000;
    transform:translateY(-50%);
    box-shadow:
        0 0 0 5px rgba(180,0,0,.08);
}
@media(max-width:849px){

    .grillx-bestseller-head h2{
        font-size:34px;
        line-height:1.1;
        gap:12px;
        padding-left:18px;
        margin-bottom:24px;
    }

    .grillx-bestseller-head h2::before{
        width:9px;
        height:9px;
    }
}
    .grillx-bestseller-grid{
        grid-template-columns:repeat(2, 1fr);
        gap:18px;
    }

    .grillx-product-image-wrap{
        padding:44px 14px 12px;
    }

    .grillx-product-badges{
        top:10px;
        left:10px;
        right:10px;
    }

    .grillx-best-label{
        font-size:9.5px;
        padding:5px 8px 5px 5px;
        gap:4px;
    }

    .grillx-best-label .label-star{
        width:18px;
        height:18px;
        font-size:9px;
    }

    .grillx-product-rank{
        font-size:9.5px;
        padding:7px 8px;
    }

    .grillx-product-info{
        padding:20px 16px 22px;
    }

    .grillx-product-title{
        font-size:20px;
        min-height:54px;
    }

    .grillx-product-actions{
        gap:8px;
    }

    .grillx-quick-order{
        height:50px;
        font-size:16px;
        padding:0 14px !important;
    }

    .grillx-quick-order svg{
        width:21px;
        height:21px;
    }

    .grillx-add-cart,
    .grillx-share-product{
        width:50px !important;
        min-width:50px !important;
        max-width:50px !important;
        height:50px !important;
        min-height:50px !important;
        max-height:50px !important;
        flex-basis:50px !important;
    }

    .grillx-add-cart svg,
    .grillx-share-product svg{
        width:21px !important;
        height:21px !important;
    }
}

@media(max-width:480px){
    .grillx-bestseller-grid{
        grid-template-columns:1fr;
    }
}
.grillx-product-actions .added_to_cart{
    display:none !important;
}
/* ========================================= END GrillX Best Seller Product Grid ========================================= */
/* ========================================= GrillX Style for WooCommerce Product Card Target: .product-small.box ========================================= */

.product-small.box{
    background:#fff;
    border-radius:22px;
    overflow:hidden;
    border:1px solid #eee;
    box-shadow:0 16px 42px rgba(0,0,0,.07);
    transition:.3s ease;
    font-family:"Be Vietnam Pro", sans-serif !important;
}

.product-small.box:hover{
    transform:translateY(-4px);
    box-shadow:0 22px 55px rgba(0,0,0,.11);
}

/* Image area */

.product-small.box .box-image{
    background:#f4f4f4;
    border-radius:22px 22px 0 0;
    overflow:hidden;
}

.product-small.box .box-image img{
    width:100%;
    aspect-ratio:1 / 1;
    object-fit:contain;
    display:block;
    transition:.35s ease;
}

.product-small.box:hover .box-image img{
    transform:scale(1.04);
}

/* Sale badge */

.product-small.box .badge-container{
    top:auto !important;
    left:14px !important;
    bottom:14px !important;
    margin:0 !important;
}

.product-small.box .badge{
    width:auto !important;
    height:auto !important;
    border-radius:999px !important;
    background:#fff !important;
    color:#f26522 !important;
    box-shadow:0 4px 16px rgba(0,0,0,.12);
}

.product-small.box .badge-inner{
    background:#fff !important;
    color:#f26522 !important;
    border-radius:999px !important;
    padding:6px 10px !important;
    font-size:13px !important;
    font-weight:900 !important;
}

/* Info */

.product-small.box .box-text{
    padding:24px 15px 26px !important;
    background:#fff;
}

.product-small.box .category{
    margin-bottom:10px;
    font-size:13px;
    font-weight:800;
    text-transform:uppercase;
    color:#858585;
    opacity:1;
}

.product-small.box .product-title{

    min-height:58px;
    font-size:16px;
    font-weight: 700;
    font-style: normal;
    line-height:1.25;
    color:#050505;
}

.product-small.box .product-title a{
    color:#050505;
    text-decoration:none;
}

/* Price */

.product-small.box .price-wrapper{
    margin-bottom:20px;
}

.product-small.box .price{
    font-size:19px;
    font-weight:900;
    color:#000;
}

.product-small.box .price del{
    color:#999;
    font-size:14px;
    font-weight:600;
    opacity:.85;
    margin-right:8px;
}

.product-small.box .price ins{
    color:#000;
    text-decoration:none;
}

/* Button */

.product-small.box .add-to-cart-button,
.product-small.box .button{
    margin-top:14px !important;
}

.product-small.box .add_to_cart_button,
.product-small.box .single_add_to_cart_button,
.product-small.box .button.product_type_simple{
    height:54px;
    padding:0 24px !important;
    display:inline-flex !important;
    align-items:center;
    justify-content:center;
    border-radius:999px !important;
    background:#f26522 !important;
    color:#fff !important;
    border:none !important;
    font-size:17px;
    line-height:1;
    text-transform:none;
    text-decoration:none;
}

.product-small.box .add_to_cart_button:hover,
.product-small.box .button.product_type_simple:hover{
    background:#111 !important;
    color:#fff !important;
}

/* Hide unwanted default quick icons if any */

.product-small.box .quick-view,
.product-small.box .wishlist-icon,
.product-small.box .compare,
.product-small.box .yith-wcwl-add-to-wishlist{
    display:none !important;
}

/* Mobile */

@media(max-width:849px){

    .product-small.box .box-image{
        padding:18px 14px 12px;
    }

    .product-small.box .box-text{
        padding:20px 16px 22px !important;
    }

    .product-small.box .product-title{
        font-size:18px;
        min-height:50px;
    }

    .product-small.box .price{
        font-size:18px;
    }

    .product-small.box .add_to_cart_button,
    .product-small.box .button.product_type_simple{
        height:48px;
        font-size:15px;
    }
}
/* Đổi text nút Add to cart thành icon + Mua ngay */
.product-small.box .add_to_cart_button,
.product-small.box .button.product_type_simple{
    position:relative;
    font-size:0 !important;
    gap:10px;
}

.product-small.box .add_to_cart_button::before,
.product-small.box .button.product_type_simple::before{
    content:"";
    width:22px;
    height:22px;
    display:inline-block;
    background-color:#fff;

    -webkit-mask:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 18c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm10 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zM7.2 14h9.9c.8 0 1.5-.5 1.8-1.2l3.1-7.3c.3-.8-.3-1.5-1.1-1.5H5.2L4.3 2H1v2h2l3.6 7.6-1.3 2.4c-.7 1.3.2 3 1.7 3H21v-2H7.4l-.2-.4.9-1.6z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 18c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm10 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zM7.2 14h9.9c.8 0 1.5-.5 1.8-1.2l3.1-7.3c.3-.8-.3-1.5-1.1-1.5H5.2L4.3 2H1v2h2l3.6 7.6-1.3 2.4c-.7 1.3.2 3 1.7 3H21v-2H7.4l-.2-.4.9-1.6z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.product-small.box .add_to_cart_button::after,
.product-small.box .button.product_type_simple::after{
    content:"Đặt Hàng";
    font-size:16px;

    color:#fff;
}
/* =====================================================
   GrillX Tabs Heading - FINAL
===================================================== */

.grillx-tabs-heading{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;

    border-bottom:1px solid #e5e5e5;

    margin-bottom:32px;

    font-family:"Be Vietnam Pro", sans-serif;
}

.grillx-tabs-left{
    display:flex;
    align-items:flex-end;

    gap:28px; /* khoảng cách Latest products & Show all */
}

/* Title */

.grillx-tabs-title{
    position:relative;

    margin:0;
    padding-bottom:18px;

    font-size:30px;
    line-height:1;
    font-weight:900;

    color:#222;
    white-space:nowrap;
}

/* Line tím đúng theo text */

.grillx-tabs-title::after{
    content:"";

    position:absolute;
    left:0;
    right:0;
    bottom:-1px;

    height:4px;

    border-radius:999px;

    background:#f26522;
}

/* Tabs */

.grillx-tabs-menu{
    display:flex;
    align-items:flex-end;

    gap:34px;
}

.grillx-tab-link{
    padding-bottom:18px;

    font-size:20px;
    line-height:1;
    font-weight:500;

    color:#333;
    text-decoration:none;

    white-space:nowrap;

    transition:.25s ease;
}

.grillx-tab-link:hover,
.grillx-tab-link.active{
    color:#f26522;
}

/* Xóa line active cũ */

.grillx-tab-link.active::after{
    display:none !important;
}

/* Right */

.grillx-tabs-right{
    padding-bottom:18px;

    font-size:20px;
    line-height:1;
    font-weight:500;

    color:#111;
    text-decoration:none;

    white-space:nowrap;

    transition:.25s ease;
}

.grillx-tabs-right:hover{
    color:#f26522;
}
/* =====================================================
   GrillX Service
===================================================== */
.grillx-industry-services{
    background:#0d3344;
    font-family:"Be Vietnam Pro",sans-serif;
}

.grillx-industry-head{
    align-items:center;
    margin-bottom:42px;
}

.grillx-industry-sub{
    color:#f26522;
    font-size:14px;
    font-weight:600;
    margin:0 0 14px;
}

.grillx-industry-title{
    color:#fff;
    font-size:36px;
    line-height:1.15;
    font-weight:600;
    margin:0;
}

.grillx-industry-view{
    background:transparent!important;
    border:1px solid rgba(255,255,255,.18)!important;
    border-left-color:#f26522!important;
    color:#fff!important;
    padding:18px 30px!important;
    font-weight:600!important;
}

.grillx-industry-card > .col-inner{
    position:relative;
    min-height:420px;
    padding:25px 15px 25px;
    border:1px solid rgba(255,255,255,.08);
    background:rgba(255,255,255,.015);
    overflow:hidden;
}

.grillx-industry-card > .col-inner:after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    height:3px;
    background:#f26522;
    opacity:0;
    transition:.35s ease;
}

.grillx-industry-card:hover > .col-inner:after,
.grillx-industry-card.active > .col-inner:after{
    opacity:1;
}

.grillx-industry-card h3{
    color:#fff;
    font-size:18px;
    line-height:1.25;
    font-weight:600;
    margin:0 0 20px;
}

.grillx-industry-card p{
    color:rgba(255,255,255,.72);
    font-size:14px;
    line-height:1.7;
    margin:0 0 24px;
}

.grillx-arrow{
    display:inline-block;
    color:rgba(255,255,255,.75);
    font-size:28px;
    text-decoration:none;
    margin-bottom:26px;
}

.grillx-industry-img,
.grillx-industry-img .img-inner{
    overflow:hidden;
}

.grillx-industry-img img{
    width:100%;
    height:190px;
    object-fit:cover;
    display:block;
    transition:.45s ease;
}

.grillx-industry-card:hover .grillx-industry-img img,
.grillx-industry-card.active .grillx-industry-img img{
    border-top-left-radius:90px;
}

.grillx-industry-num{
    color:#f26522!important;
    font-size:16px!important;
    line-height:1!important;
    font-weight:600!important;
    margin:8px 0 0!important;
}

@media(max-width:849px){
    .grillx-industry-title{
        font-size:34px;
    }

    .grillx-industry-card > .col-inner{
        min-height:auto;
    }
}
p.Sub_text {
    color: #ffffff;
    padding-top: 10px;
}
/* =====================================================
   GrillX Social Video Tabs - UX Builder Element
===================================================== */
.grillx-video-tabs{
    padding:40px 0;
    font-family:"Be Vietnam Pro",sans-serif;
}

.grillx-video-tabs-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:24px;
    margin-bottom:30px;
}

.grillx-video-tabs-head h2{
    margin:0;
    font-size:36px;
    font-weight:900;
}

.grillx-video-tab-buttons{
    display:flex;
    gap:10px;
    padding:10px;
    background:#ffe0ec;
    border-radius:22px;
}

.grillx-video-tab-buttons button{
    border:0;
    border-radius:999px;
    background:#fff;
    padding:14px 22px;
    font-weight:900;
    cursor:pointer;
}

.grillx-video-tab-buttons button.active{
    background:#f26522;
    color:#fff;
}

.grillx-video-tab-panel{display:none;}
.grillx-video-tab-panel.active{display:block;}

.grillx-video-grid{
    display:grid;
    gap:24px;
}

.grillx-video-cols-2{grid-template-columns:repeat(2,1fr);}
.grillx-video-cols-3{grid-template-columns:repeat(3,1fr);}
.grillx-video-cols-4{grid-template-columns:repeat(4,1fr);}

.grillx-video-card{
    position:relative;
    aspect-ratio:9/16;
    border:0;
    border-radius:22px;
    overflow:hidden;
    background:#111;
    cursor:pointer;
    padding:0;
}

.grillx-video-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.grillx-video-placeholder{
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:26px;
    font-weight:900;
}

.grillx-video-card.tiktok{
    background:linear-gradient(135deg,#111,#ff0050);
}

.grillx-video-card.facebook{
    background:linear-gradient(135deg,#1877f2,#0d1b2a);
}

.grillx-video-play{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    width:68px;
    height:68px;
    border-radius:50%;
    background:#f26522;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:26px;
}

/* Modal */

.grillx-video-modal{
    position:fixed;
    inset:0;
    display:none;
    z-index:999999;
}

.grillx-video-modal.active{
    display:block;
}

.grillx-video-modal-bg{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.78);
}

.grillx-video-modal-box{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    width:min(420px,92vw);
    aspect-ratio:9/16;
    background:#000;
    border-radius:18px;
    overflow:hidden;
}

.grillx-video-modal-box iframe{
    width:100%;
    height:100%;
    border:0;
}

.grillx-video-close{
    position:absolute;
    right:12px;
    top:12px;
    z-index:2;
    width:36px;
    height:36px;
    border:0;
    border-radius:50%;
    background:#fff;
    color:#111;
    font-size:24px;
    cursor:pointer;
}

@media(max-width:849px){
    .grillx-video-tabs-head{
        flex-direction:column;
        align-items:flex-start;
    }

    .grillx-video-grid{
        grid-template-columns:1fr!important;
    }
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}