h1, h2, h3, h4, h5, h6, .heading-font, .banner h1, .banner h2 {
    font-weight: 400 !important;
}
div#wrapper {
    transform: translateY(-25px);
}
header#header {
    border-bottom: 1px solid #e5e5e5;
}
.header_right {
    display: flex;
    align-items: center;
}

.header_right button.header_item.user {
    display: flex;
    align-items: center;
    min-width: max-content;
    gap: 4px;
    font-size: 14px;
    padding: 8px 4px;
    min-height: auto;
    height: 40px;
}

.header_right button.header_item.user span {
    text-transform: initial;
    min-width: max-content;
}
.header_right svg {
    height: 24px;
    width: 24px;
}
.header_right button.cart {
    margin: 0;
    padding: 0 !important;
    height: 36px;
    min-height: 36px;
    width: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.header_right button.cart:hover {
    background-color: #f5f5f5;
}
/* Footer */
.absolute-footer {
    display: none;
}
.footer_infor p {
    font-size: 14px;
    margin-bottom: 8px;
}

.ss_footer .ux-menu-title.flex {
    font-size: 16px;
    text-transform: inherit;
    height: 24px;
    min-height: 24px;
    margin-bottom: 16px !important;
}

.ss_footer  a.ux-menu-link__link.flex {
    font-size: 14px;
    height: 30px;
    min-height: 30px;
}

.ss_footer a.ux-menu-link__link.flex:hover {
    color: var(--primary-color);
}
a.fixed_logo {
    position: fixed;
    bottom: 24px;
    right: 24px;
    height: 44px;
    border-radius: 99px;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.1) 0px 2px 4px -2px;
    padding: 10px 16px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #fff;
    z-index: 999999;
    color: #000;
    font-size: 14px;
}

a.fixed_logo:hover {
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
}
.container.section-title-container {
    margin-bottom: 16px;
}

.section-title.section-title-normal {
    margin: 0;
    border: none;
}

.section-title.section-title-normal span.section-title-main {
    border: none;
    padding: 0;
    text-transform: inherit;
    font-size: 20px;
    line-height: 28px;
    margin: 0;
}

.section-title.section-title-normal a i {
    display: none;
}

.section-title.section-title-normal a {
    font-size: 14px;
}
.product-small.box .box-image {
    border-radius: 10px;
}

.product-small.box .box-text {
    padding-bottom: 0 !important;
    display: flex;
    flex-flow: column-reverse;
}

.product-small.box .box-text .price-wrapper * {
    line-height: 20px;
    font-size: 14px;
}
a.button.btn-product {
    width: 100%;
    margin: 0;
    color: #101828;
    font-family: "Noto Serif Display", sans-serif !important;
    font-weight: 400;
    font-size: 16px;
    min-height: 24px;
    line-height: 24px;
}
.badge-container.absolute.left.top.z-1 {
    top: 8px !important;
    margin: 0;
    left: auto;
    right: 8px;
}

.badge-container.absolute.left.top.z-1 .badge-inner {
    height: 22px;
    border-radius: 4px;
    background: oklab(0 0 0 / 0.4);
    padding: 2px 8px;
    font-size: 11px !important;
    text-transform: capitalize;
}

.badge.callout.badge-circle {
    height: 22px;
}
.footer_aocial {
    display: flex;
    gap: 12px;
    margin-top: 10px;
}

.footer_aocial a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    background-color: #e5e7eb;
    height: 32px;
    color: #364153;
    border-radius: 50%;
}

.footer_aocial a svg {
    width: 16px;
}

.footer_aocial a:hover {
    background: #000;
}

.footer_aocial a:hover svg {
    stroke: #fff;
}
.list_donghoa {
    gap: 8px;
    flex-flow: wrap;
}

.list_donghoa a.button {
    padding: 0px 16px;
    min-height: 38px;
    line-height: 38px;
    border: none;
    font-size: 14px;
    font-weight: 400;
    background-color: #f5f5f5;
    color: #000;
}
.list_album {
    gap: 16px;
    grid-template-columns: repeat(5, 1fr);
    display: grid !important;
}

.list_album .box {
    border-radius: 10px;
    overflow: hidden;
}

.list_album .box .box-text {
    position: absolute;
    bottom: 0;
    padding: 16px;
    color: #fff;
    z-index: 1;
}

.list_album .box .box-text h3 {
    margin: 0;
    color: #fff;
    font-size: 18px;
    margin-bottom: 4px;
}

.list_album .box .box-image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, oklab(0 0 0 / 0.6) 0%, oklab(0 0 0 / 0.2) 50%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
}
section.ss_bread {
    padding: 16px 0;
}

nav.rank-math-breadcrumb p {
    margin: 0;
    color: lab(48.496 0 0);
    font-size: 14px;
}

nav.rank-math-breadcrumb p a {
    color: lab(48.496 0 0);
}

nav.rank-math-breadcrumb p  span.last {
    color: #000;
}

nav.rank-math-breadcrumb p span.separator {
    margin: 0 10px;
}
.home_danhmuc  .box .box-image {
    width: 108px;
    border: 2px solid #fff;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.1) 0px 2px 4px -2px;
    border-radius: 50%;
    overflow: hidden;
}

.home_danhmuc .box .box-text {
    padding-bottom: 0;
}

.home_danhmuc .box .box-text p {
    font-size: 14px;
    color: #000;
}

.home_danhmuc .box:hover {
    transform: scale(1.05);
}
.header_right button.cart span {
    position: absolute;
    right: -4px;
    top: -4px;
    background-color: #e7000b;
    font-size: 12px;
    color: #fff;
    width: 20px;
    line-height: 20px;
    border-radius: 18px;
}
/* Popup */
.data-open {
    background-color: #00000080;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
}
.popup-wrap {
    position: fixed;
    top: 0;
    height: 100%;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
    z-index: 999999;
    display: none;
}

#popup-cart {
    right: 0;
    width: 512px;
    max-width: 100%;
    border-left: 1px solid #e5e5e5;
}

.popup-wrap .header {
    padding: 16px;
}

.popup-wrap .header .title {
    font-size: 20px;
    color: #000;
    font-family: "Noto Serif Display", sans-serif !important;
    display: flex;
    align-items: center;
    gap: 8px;
}

.popup-wrap .header .title svg {
    height: 20px;
    width: 20px;
}

#popup-cart .body-popup {
    margin-top: 24px;
}

.body-popup {
    padding: 16px;
}

button.close-popup {
    position: absolute;
    top: 16px;
    right: 16px;
    margin: 0;
    padding: 0;
    color: #000;
    cursor: pointer;
    z-index: 99999;
}
.body-popup {min-height: calc(100% - 90px);position: relative;}

.cart-empty {
    height: 100%;
    display: flex;
    min-height: 100%;
    flex-flow: column;
    align-items: center;
    width: 100%;
}

.cart-empty .icon {
    width: 96px;
    background: #F3F4F6;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 96px;
    margin-bottom: 24px;
    border-radius: 99px;
    color: #99A1AF;
}

.cart-empty .icon svg {
    width: 48px;
    height: 48px;
}

.cart-empty .title {
    font-family: "Noto Serif Display", sans-serif !important;
    color: #101828;
    font-size: 20px;
}
/* Pc      --------------------------------------------- */
@media(min-width: 766px){

}
@media (width: 1024px){

}
@media (max-width: 1024px){

}
@media (min-width: 990px) and (max-width: 1100px){

}
/*************** ------------------------PC và Tablet  --------------------------  ***************/
@media (min-width: 740px){

}
/*************** ------------------------Tablet  --------------------------  ***************/
@media (min-width: 740px) and (max-width: 1023px){

}
@media (max-width:990px){

}
/*************** ------------------------Mobile và Tablet --------------------------  ***************/
@media (max-width: 1023px){

}

 /*************** ------------------------ Mobile   --------------------------  ***************/
@media screen and (max-width: 549px){
.home_product .row.equalize-box {
    display: flex;
    overflow-x: auto;
    flex-flow: row;
        scrollbar-width: none;
}

.home_product .row.equalize-box > .col {
    min-width: 40vw;
    flex-basis: 40vw;
    max-width: 40vw;
    padding-right: 4px;
    padding-bottom: 0 !important;
}
.product-small.box .image-cover {
    padding-top: 133% !important;
}
.home_danhmuc {
    display: flex;
    overflow-x: auto;
    flex-flow: row;
    scrollbar-width: none;
}

.home_danhmuc .box .box-image {
    width: 96px;
}
}