img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

:root {
    --wp-admin-theme-color: #007cba;
    --wp-admin-theme-color--rgb: 0, 124, 186;
    --wp-admin-theme-color-darker-10: #006ba1;
    --wp-admin-theme-color-darker-10--rgb: 0, 107, 161;
    --wp-admin-theme-color-darker-20: #005a87;
    --wp-admin-theme-color-darker-20--rgb: 0, 90, 135;
    --wp-admin-border-width-focus: 2px;
    --wp-block-synced-color: #7a00df;
    --wp-block-synced-color--rgb: 122, 0, 223;
    --wp-bound-block-color: var(--wp-block-synced-color)
}

@media (min-resolution:192dpi) {
    :root {
        --wp-admin-border-width-focus: 1.5px
    }
}

.wp-element-button {
    cursor: pointer
}

:root {
    --wp--preset--font-size--normal: 16px;
    --wp--preset--font-size--huge: 42px
}

:root .has-very-light-gray-background-color {
    background-color: #eee
}

:root .has-very-dark-gray-background-color {
    background-color: #313131
}

:root .has-very-light-gray-color {
    color: #eee
}

:root .has-very-dark-gray-color {
    color: #313131
}

:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
    background: linear-gradient(135deg, #00d084, #0693e3)
}

:root .has-purple-crush-gradient-background {
    background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe)
}

:root .has-hazy-dawn-gradient-background {
    background: linear-gradient(135deg, #faaca8, #dad0ec)
}

:root .has-subdued-olive-gradient-background {
    background: linear-gradient(135deg, #fafae1, #67a671)
}

:root .has-atomic-cream-gradient-background {
    background: linear-gradient(135deg, #fdd79a, #004a59)
}

:root .has-nightshade-gradient-background {
    background: linear-gradient(135deg, #330968, #31cdcf)
}

:root .has-midnight-gradient-background {
    background: linear-gradient(135deg, #020381, #2874fc)
}

.has-regular-font-size {
    font-size: 1em
}

.has-larger-font-size {
    font-size: 2.625em
}

.has-normal-font-size {
    font-size: var(--wp--preset--font-size--normal)
}

.has-huge-font-size {
    font-size: var(--wp--preset--font-size--huge)
}

.has-text-align-center {
    text-align: center
}

.has-text-align-left {
    text-align: left
}

.has-text-align-right {
    text-align: right
}

#end-resizable-editor-section {
    display: none
}

.aligncenter {
    clear: both
}

.items-justified-left {
    justify-content: flex-start
}

.items-justified-center {
    justify-content: center
}

.items-justified-right {
    justify-content: flex-end
}

.items-justified-space-between {
    justify-content: space-between
}

.screen-reader-text {
    border: 0;
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important
}

.screen-reader-text:focus {
    background-color: #ddd;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

html :where(.has-border-color) {
    border-style: solid
}

html :where([style*=border-top-color]) {
    border-top-style: solid
}

html :where([style*=border-right-color]) {
    border-right-style: solid
}

html :where([style*=border-bottom-color]) {
    border-bottom-style: solid
}

html :where([style*=border-left-color]) {
    border-left-style: solid
}

html :where([style*=border-width]) {
    border-style: solid
}

html :where([style*=border-top-width]) {
    border-top-style: solid
}

html :where([style*=border-right-width]) {
    border-right-style: solid
}

html :where([style*=border-bottom-width]) {
    border-bottom-style: solid
}

html :where([style*=border-left-width]) {
    border-left-style: solid
}

html :where(img[class*=wp-image-]) {
    height: auto;
    max-width: 100%
}

:where(figure) {
    margin: 0 0 1em
}

html :where(.is-position-sticky) {
    --wp-admin--admin-bar--position-offset: var(--wp-admin--admin-bar--height, 0px)
}

@media screen and (max-width:600px) {
    html :where(.is-position-sticky) {
        --wp-admin--admin-bar--position-offset: 0px
    }
}

:root {
    --primary-color: #0a0a0a;
    --fs-color-primary: #0a0a0a;
    --fs-color-secondary: #d26e4b;
    --fs-color-success: #7a9c59;
    --fs-color-alert: #b20000;
    --fs-experimental-link-color: #e0ca04;
    --fs-experimental-link-color-hover: #111;
}

.tooltipster-base {
    --tooltip-color: #fff;
    --tooltip-bg-color: #000;
}

.off-canvas-right .mfp-content,
.off-canvas-left .mfp-content {
    --drawer-width: 300px;
}

.row.row-collapse {
    max-width: 1540px
}

.row.row-small {
    max-width: 1562.5px
}

.row.row-large {
    max-width: 1600px
}

body.framed,
body.framed header,
body.framed .header-wrapper,
body.boxed,
body.boxed header,
body.boxed .header-wrapper,
body.boxed .is-sticky-section {
    max-width: 1280px
}

.sticky-add-to-cart--active,
#wrapper,
#main,
#main.dark {
    background-color: #243642
}

.header-main {
    height: 100px
}

#logo img {
    max-height: 100px
}

#logo {
    width: 150px;
}

.header-bottom {
    min-height: 72px
}

.header-top {
    min-height: 30px
}

.transparent .header-main {
    height: 30px
}

.transparent #logo img {
    max-height: 30px
}

.has-transparent+.page-title:first-of-type,
.has-transparent+#main>.page-title,
.has-transparent+#main>div>.page-title,
.has-transparent+#main .page-header-wrapper:first-of-type .page-title {
    padding-top: 80px;
}


.stuck #logo img {
    max-height: 138px !important
}

.search-form {
    width: 60%;
}

.header-bg-color {
    background-color: #0a0a0a
}

.header-bottom {
    background-color: #000000
}

.header-bottom-nav>li>a {
    line-height: 40px
}

@media (max-width: 549px) {
    .header-main {
        height: 70px
    }

    #logo img {
        max-height: 70px
    }
}

.header-top {
    background-color: rgba(94, 94, 94, 0.42) !important;
}

body {
    color: #0a0a0a
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font {
    color: #fab923;
}

body {
    font-size: 115%;
}

@media screen and (max-width: 549px) {
    body {
        font-size: 130%;
    }
}

body {
    font-family: Roboto, sans-serif;
}

body {
    font-weight: 400;
    font-style: normal;
}

.nav>li>a {
    font-family: Roboto, sans-serif;
}

.mobile-sidebar-levels-2 .nav>li>ul>li>a {
    font-family: Roboto, sans-serif;
}

.nav>li>a,
.mobile-sidebar-levels-2 .nav>li>ul>li>a {
    font-weight: 400;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.off-canvas-center .nav-sidebar.nav-vertical>li>a {
    font-family: Roboto, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.banner h1,
.banner h2 {
    font-weight: 400;
    font-style: normal;
}

.alt-font {
    font-family: Roboto, sans-serif;
}

.alt-font {
    font-weight: 400 !important;
    font-style: normal !important;
}

.breadcrumbs {
    text-transform: none;
}

.header:not(.transparent) .header-bottom-nav.nav>li>a {
    color: #fcfcfc;
}

.header:not(.transparent) .header-bottom-nav.nav>li>a:hover,
.header:not(.transparent) .header-bottom-nav.nav>li.active>a,
.header:not(.transparent) .header-bottom-nav.nav>li.current>a,
.header:not(.transparent) .header-bottom-nav.nav>li>a.active,
.header:not(.transparent) .header-bottom-nav.nav>li>a.current {
    color: #ffffff;
}

.header-bottom-nav.nav-line-bottom>li>a:before,
.header-bottom-nav.nav-line-grow>li>a:before,
.header-bottom-nav.nav-line>li>a:before,
.header-bottom-nav.nav-box>li>a:hover,
.header-bottom-nav.nav-box>li.active>a,
.header-bottom-nav.nav-pills>li>a:hover,
.header-bottom-nav.nav-pills>li.active>a {
    color: #FFF !important;
    background-color: #ffffff;
}

.widget:where(:not(.widget_shopping_cart)) a {
    color: #0a0a0a;
}

.widget:where(:not(.widget_shopping_cart)) a:hover {
    color: #0a0a0a;
}

.widget .tagcloud a:hover {
    border-color: #0a0a0a;
    background-color: #0a0a0a;
}

.absolute-footer,
html {
    background-color: #000000
}

.nav-vertical-fly-out>li+li {
    border-top-width: 1px;
    border-top-style: solid;
}

/* Custom CSS */
.comments-area {
    display: none;
}

.header-button-2 a {
    font-size: 15px !important;
    font-weight: 500;
    text-align: center;
    padding: 0;
    display: block;
    width: 120px;
    height: 35px !important;
    color: #757575;
    border-radius: 20px;
    border: solid 1px #383838;
    background-color: #383838 !important;
    color: rgb(254 173 0 / 1);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(254 173 0 / 1) !important;
}

.header-button-1 a {
    font-size: 15px !important;
    font-weight: 500;
    text-align: center;
    padding: 0;
    display: block;
    width: 120px;
    height: 35px !important;
    color: #757575;
    border-radius: 20px;
    border: solid 1px #383838;
    background-color: #383838 !important;
    color: rgb(254 173 0 / 1);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(254 173 0 / 1) !important;
}

/*vien*/
.khung {
    margin: 20px;
    padding: 0 !important;
    border: 2px solid #56ebe1;
    border-radius: 20px;
    box-shadow: 0 2px 20px #56ebe1;
    padding: 5px;
    overflow: hidden;
}

/*css test trang chủ h1*/
.chay-mau {
    background-image: linear-gradient(-225deg, #00f5ff 0%, #ffff00 29%, #f81123 67%, #fff800 100%);
    font-weight: 600;
    background-size: 200% auto;
    color: #000;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: animatedTextGradient 1.5s linear infinite;
}

@keyframes animatedTextGradient {
    to {
        background-position: 200% center;
    }
}

.header-main {
    background: linear-gradient(to right, #000, #fead00, #000);
}


.label-new.menu-item>a:after {
    content: "Mới";
}

.label-hot.menu-item>a:after {
    content: "Thịnh hành";
}

.label-sale.menu-item>a:after {
    content: "Giảm giá";
}

.label-popular.menu-item>a:after {
    content: "Phổ biến";
}

.header-button-1 a,
.header-button-2 a {
    display: inline-block;
    color: #fff;
    height: 35px;
    line-height: 33px;
    text-align: center;
    position: relative;
    cursor: pointer;
    background: #ff5a00;
    border: 2px solid #ffffff;
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    transition: transform .3s, box-shadow .3s, background-color .3s, color .3s, opacity .3s;
    animation: 1.5s ease-in-out infinite zoom, 1.5s infinite alternate glow;
}

.header-button-1 a:hover,
.header-button-2 a:hover {
    color: #ff5a00;
    background: #ffffff;
    border-color: #ff5a00;
}

@keyframes zoom {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    60%,
    80% {
        transform: scale(1.1) rotate(-2deg);
    }

    70%,
    90% {
        transform: scale(1.1) rotate(2deg);
    }
}

@keyframes glow {
    20% {
        box-shadow: 0 0 30px 5px #FF0000;
    }

    50% {
        box-shadow: 0 0 30px 5px #FF3300;
    }

    90% {
        box-shadow: 0 0 30px 5px #FFFF00;
    }

    100% {
        box-shadow: 0 0 30px 10px #00FF00;
    }
}