/* header-top */
.header-top {
    background-color: rgba(0, 0, 0, 0) !important;
    padding: 5px 0;
    border-bottom: 1px solid #F6F7F8;
}

.header-top .flex-left .custom {
    display: flex;
    align-items: center;
}

.header-top .flex-left .custom a {
    font-size: 14px;
    margin: 0 7px;
    color: hsla(0, 0%, 40%, .85);
}

.header-top .flex-left .custom a:hover {
    color: hsla(0, 0%, 7%, .85);
}

.header-top .flex-left .custom .hotline {
    color: var(--black) !important;
    font-family: var(--bold);
}

.header-top .flex-left .custom .hotline i {
    margin-right: 5px;
}

.header-top .flex-left .custom .highlight {
    color: red !important;
}

.header-top .flex-right a i {
    font-size: 20px;
}

.header-top .wishlist-icon i {
    font-size: 24px;
}

.header-top .flex-right .nav-right li {
    margin: 0 10px;
}

.header-top .wishlist-count {
    position: absolute;
    bottom: 1px;
    right: -7px;
    background: red;
    color: white;
    font-size: 10px;
    font-family: var(--bold);
    font-weight: normal;
    padding: 2px 4.5px;
    border-radius: 50%;
    line-height: 1;
}

.nav-small [data-icon-label]:after {
    background: red;
    font-size: 10px;
    font-family: var(--bold);
    font-weight: normal;
    height: 13px;
    line-height: 14px;
    min-width: 14px;
    right: -5px;
    bottom: -1.5px;
    top: auto;
}

/* header-main */
.header-nav-main .menu-item .sub-menu .menu-dropdown .stack {
    justify-content: space-around;
}

.header-nav-main .menu-item .nav-top-link {
    font-family: var(--regular);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
    color: #303036;
}

.header-nav-main .menu-item .nav-top-link:hover,
.header-nav-main .menu-item .nav-top-link:focus {
    color: var(--theme-color);
}

input#woocommerce-product-search-field-0 {
    width: 273px;
    padding: 15px 25px;
}

.header:not(.transparent) .header-nav-main.nav>li.active>a {
    color: var(--theme-color);
}

.sec-sub-menu {
    padding: 0 !important;
    height: max-content;
}

.sec-sub-menu .section-content {
    height: 100%;
}

.sec-sub-menu .section-content .row {
    width: 100%;
    margin: 0 auto;
}

.sec-sub-menu .mega-sub-menu button.toggle {
    display: none;
}

.sec-sub-menu .mega-sub-menu .mega-submenu-container {
    position: relative;
}

.sec-sub-menu .mega-sub-menu .mega-submenu-container .menu-level-2.sub-menu {
    display: none;
    list-style: none;
    margin: 0;
}

.sec-sub-menu .mega-sub-menu .mega-submenu-container .menu-level-2.sub-menu .menu-item {
    margin: 0 !important;
    display: block;
}

.sec-sub-menu .mega-sub-menu .mega-submenu-container .menu-level-2.sub-menu .menu-item a {
    padding: 14px 15px;
    display: block;
    border-radius: 10px;
    transition: all 0.3s;
}

.sec-sub-menu .mega-sub-menu .mega-submenu-container .menu-level-2.sub-menu .menu-item a:hover {
    background: linear-gradient(290.37deg, rgba(138, 155, 189, 0.5) 9.78%, rgba(180, 203, 240, 0.5) 109.56%);
}

.sec-sub-menu .mega-sub-menu .mega-submenu-container .menu-level-2.sub-menu .menu-item.current-page a {
    background: linear-gradient(290.37deg, rgba(138, 155, 189, 0.5) 9.78%, rgba(180, 203, 240, 0.5) 109.56%);
}

.sec-sub-menu .sub-menu-image-wrap {
    gap: 40px;
}

.sec-sub-menu .sub-menu-image-wrap .item .img-inner {
    background-position: 50% 50%;
    background-size: cover;
    height: auto;
    overflow: hidden;
    padding-top: 56.25%;
    border-radius: 6px;
    position: relative;
}

.sec-sub-menu .sub-menu-image-wrap .item .img-inner img {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
}

.sec-sub-menu .col-right {
    padding: 40px 30px;
    background-color: #f3f5f2;
}

.sec-sub-menu .col-left {
    padding: 40px 30px;
}

/* Footer */
.footer-wrapper {
    background-color: #303036;
    color: #f1f1f1;
}

.footer-wrapper .ft-sec-1 {
    padding-bottom: 0px !important;
}

.footer-wrapper h3 {
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.footer-wrapper .ux-logo-link {
    padding: 0 !important;
    margin-bottom: 24px;
}

.footer-wrapper .social-icons.follow-icons {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
    margin-bottom: 24px;
}

.footer-wrapper .social-icons.follow-icons a:first-of-type {
    margin-left: 20px;
}

.footer-wrapper .social-icons>span {
    grid-column: span 6;
    color: #f1f1f1;
    font-size: 16px;
    font-family: var(--montserrat);
    font-weight: normal;
}

.footer-wrapper .social-icons .is-outline {
    color: #f1f1f1;
    margin: 0 5px;
}

.footer-wrapper .social-icons.follow-icons i {
    top: 0 !important;
}

.footer-wrapper .button.white span {
    text-transform: initial;
    color: var(--white);
}

.footer-wrapper .button.white:hover span {
    color: var(--black);
}

.footer-wrapper .ux-menu-link a:hover {
    color: var(--theme-color);
}

.footer-wrapper .wpcf7-form {
    display: flex;
}

.footer-wrapper .wpcf7-form .wpcf7-submit {
    background: var(--black);
    font-family: var(--bold);
    border-radius: 0;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
}

.footer-wrapper .wpcf7-form input::placeholder {
    color: #fff;
    font-size: 14px;
}

.footer-wrapper .wpcf7-form .wpcf7-email {
    background-color: hsla(0, 0%, 100%, .2) !important;
    border-color: hsla(0, 0%, 100%, .09);
}

.footer-wrapper .wpcf7-form .wpcf7-spinner {
    position: absolute;
    bottom: -15px;
    right: 0;
}

.footer-wrapper .wpcf7-form .wpcf7-not-valid-tip {
    color: #ff0000;
}

.footer-wrapper .ft-sec-2 {
    border-top: 1px solid #525459;
    border-bottom: 1px solid #525459;
}

.footer-wrapper .ft-sec-2 .row .col {
    padding: 15px !important;
}

.absolute-footer {
    background-color: #303036;
}

/* banner */
.sec-block-banner {
    padding-top: 0px !important;
}

.sec-block-banner .title-breadcrumbs .breadcrumbs {
    font-weight: normal;
    text-transform: capitalize;
    font-family: var(--semi);
    text-shadow: none;
}

.sec-block-banner .title-breadcrumbs .breadcrumbs a {
    text-transform: unset;
    font-family: var(--regular) !important;
}

/* Trang chu */
.txt-title * {
    font-size: 30px;
    font-family: var(--montserrat);
    line-height: 40px;
    font-weight: normal;
    margin-bottom: 15px !important;
    color: var(--black);
}

/* Home sec 1 */
.home-sec-1 {
    padding-top: 0px !important;
}

.home-sec-1 .text-box .button {
    color: var(--theme-color) !important;
    border: 2px solid var(--theme-color);
    border-radius: 8px;
}

.home-sec-1 .text-box .button:hover {
    background-color: transparent !important;
    box-shadow: unset;
    border: 2px solid var(--theme-color);
    color: var(--theme-color) !important;
}

/* Home sec 2 */
.home-sec-2 {
    padding: 0px !important;
}

.home-sec-2 .product-category .box-text .header-title {
    font-family: var(--montserrat);
    font-weight: normal;
    font-size: 16px;
    color: var(--white);
}

.home-sec-2 .product-category .box-text {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
    background-color: transparent !important;
}

/* Home sec 3 */
.home-sec-3 {
    background-color: rgba(227, 227, 227, 0.715);
}

.home-sec-3 .row-bottom .col-left .col-inner>.stack {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
}

.home-sec-3 .text-content p {
    font-size: 16px;
    color: #303036;
    line-height: 24px;
    margin-bottom: 10px;
}

.home-sec-3 .text-content a {
    font-size: 16px;
    color: #A9A9B2;
    text-transform: uppercase !important;
    text-align: left;
    padding: 0px;
    font-family: var(--regular);
    font-weight: normal;
}

.home-sec-3 .text-content a::after {
    content: "\f061";
    font-family: var(--fa6);
    font-weight: normal;
    margin-left: 8px;
}

.home-sec-3 .row-top .col-right .col-inner {
    height: 80%;
}

.home-sec-3 .row-top .col-right .img {
    height: 100%;
}

.home-sec-3 .row-top .col-right .img-inner {
    width: 55%;
    float: right;
    height: 100%;
}

.home-sec-3 .row-top .col-right .text-content {
    position: absolute;
    left: 13%;
    bottom: 0;
    width: 225px;
}

.home-sec-3 .row-top .col-left .text-content {
    position: absolute;
    right: -315px;
    top: 0;
    width: 270px;
    z-index: 1;
}

.home-sec-3 .row-bottom {
    margin-top: 80px;
}

.home-sec-3 .row-top {
    margin-top: 50px;
}

.home-sec-3 .row-bottom .col-left .text-content {
    width: 100%;
    float: left;
    padding-left: 20px;
}

.home-sec-3 .row-bottom .col-right {
    padding-left: 100px;
    margin-top: -110px;
    margin-right: -5.5%;
}

/* home sec 4 */
.home-sec-4 {
    padding-top: 0px !important;
}

.home-sec-4 .col-left .col-inner {
    padding: 10%;
}

.home-sec-4 .col-left .col-inner p {
    font-size: 17.5px;
    line-height: 1.6;
}

.home-sec-4 .col-left .button {
    color: var(--white) !important;
    border: 2px solid var(--theme-color);
    border-radius: 8px;
    background-color: var(--theme-color);
}

.home-sec-4 .col-left .button:hover {
    background-color: transparent !important;
    box-shadow: unset;
    border: 2px solid var(--theme-color);
    color: var(--theme-color) !important;
}

/* Home sec 5 */
.home-sec-5 {
    padding-bottom: 0px !important;
}

.home-sec-5 .header-sec-5 .col-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ececec;
}

.home-sec-5 .header-sec-5 h2 {
    max-width: max-content;
    margin: 0px !important;
    font-family: var(--montserrat);
    font-size: 18px;
    font-weight: normal;
    line-height: unset;
    text-transform: uppercase;
    color: var(--black);
    border-bottom: 2px solid #ececec;
    padding-bottom: 6px !important;
    margin-bottom: -5px !important;
}

.home-sec-5 .header-sec-5 a {
    margin: 0px !important;
    color: var(--black);
    font-weight: normal;
    font-family: var(--montserrat);
}

.home-sec-5 .header-sec-5 a:hover {
    color: var(--theme-color);
}

/* home sec 6 */
.home-sec-6 {
    padding-bottom: 0px !important;
}

.home-sec-6 .header-sec-6 .col-inner {
    border-bottom: 1px solid #ececec;
}

.home-sec-6 .header-sec-6 h2 {
    max-width: max-content;
    margin: 0px !important;
    font-family: var(--montserrat);
    font-size: 18px;
    font-weight: normal;
    line-height: unset;
    text-transform: uppercase;
    color: var(--black);
    border-bottom: 2px solid #ececec;
    padding-bottom: 5px !important;
    margin-bottom: -1px !important;
}

/* home sec 7 */
.header-sec-7 .col-inner {
    text-align: center;
}

.header-sec-7 .txt-title h2 {
    font-family: var(--montserrat);
    font-size: 40px;
    font-weight: normal;
    color: var(--black);
    margin-bottom: 0px !important;
}

.slider .flickity-prev-next-button:hover .arrow,
.slider .flickity-prev-next-button:hover svg {
    fill: var(--black);
}

.slider-nav-light .flickity-page-dots .dot {
    height: 4px;
    width: 40px;
    border-radius: 0;
}

.slider-nav-light .flickity-page-dots .dot.is-selected {
    background-color: #fbaf1a;
    border-color: #fbaf1a;

}

.content-sec-7 .post-item .box-text .post-title a {
    font-family: var(--montserrat);
    font-size: 18px;
    font-weight: normal;
    color: var(--black);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 50px;
}

.content-sec-7 .post-item .box-text .from_the_blog_excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 22.5px;
}

/* home sec 8 */
.home-sec-8 {
    padding: 0px !important;
    background-color: rgba(227, 227, 227, 0.715);
}

.home-sec-8 .col-left .col-inner {
    padding: 5% 5% 5% 0px;
}

.home-sec-8 .text-content * {
    color: rgb(83, 80, 80) !important;
}

.home-sec-8 .col-left .col-inner p {
    font-size: 17.5px;
    line-height: 1.6;
    margin-bottom: 24px;
}

.home-sec-8 .col-left .button {
    color: var(--white) !important;
    border: 2px solid var(--theme-color);
    border-radius: 8px;
    background-color: var(--theme-color);
    text-transform: inherit;
}

.home-sec-8 .col-left .button:hover {
    background-color: transparent !important;
    box-shadow: unset;
    border: 2px solid var(--theme-color);
    color: var(--theme-color) !important;
}

/* home sec 9 */
.header-sec-9 .col-inner {
    text-align: center;
}

.header-sec-9 .txt-title h2 {
    font-family: var(--montserrat);
    font-size: 40px;
    font-weight: normal;
    color: var(--black);
    margin: 30px 0px 0px !important;
}

.content-sec-9 .post-item .box-text .post-title a {
    font-family: var(--montserrat);
    font-size: 18px;
    font-weight: normal;
    color: var(--black);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 50px;
}

.content-sec-9 .post-item .box-text .from_the_blog_excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 22.5px;
}

/* home sec 10 */
.home-sec-10 {
    padding: 0px !important;
}

.home-sec-10 .col-left .col-inner {
    background: #F6F7F8;
    height: 100%;
    padding: 60px;
    position: relative;
}

.home-sec-10 .col-left .txt-title h2 {
    font-family: var(--montserrat);
    font-weight: normal;
    font-size: 40px;
    line-height: 56px;
    color: var(--black)
}

.home-sec-10 .col-left .txt-content p {
    font-size: 20px;
    color: var(--black);
}

.home-sec-10 .col-left .hotline p {
    width: fit-content;
    padding: 10px 20px;
    background-color: #a5886f;
    color: #fff;
    font-family: var(--bold);
    font-weight: normal;
    position: absolute;
    right: 60px;
    top: 0;
}

.home-sec-10 .col-left .hotline p i {
    margin-right: 5px;
}

.home-sec-10 .col-left .wpcf7 .row {
    display: flex;
    flex-wrap: nowrap;
}

.home-sec-10 .col-left .wpcf7 .row .col {
    padding: 0px 0px 0px 15px !important;
}

.home-sec-10 .col-left .wpcf7 .row .text-right {
    margin-left: 29px;
    display: flex;
    align-items: center;
}

.home-sec-10 .col-left .wpcf7 .form-group {
    margin-bottom: 10px;
}

.home-sec-10 .col-left .wpcf7 .wpcf7-submit {
    margin-right: 0;
    border: 2px solid var(--black);
    background: var(--black);
    text-transform: initial;
    color: var(--white);
    font-size: 16px;
}

.home-sec-10 .col-left .wpcf7 .wpcf7-submit:hover {
    background: var(--white);
    color: var(--black);
    box-shadow: none;
}

.select-resize-ghost,
.select2-container .select2-choice,
.select2-container .select2-selection,
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
    box-shadow: unset;
}

input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
select:focus,
textarea:focus,
.dropdown.open {
    box-shadow: 0 0 5px #fbaf1a;
}

.button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
    font-weight: normal;
    font-family: var(--semi);
}

/* home sec 11 */
.home .home-sec-11 {
    padding-top: 80px !important;
    padding-bottom: 0px !important;
}

.home-sec-11 {
    padding-bottom: 0px !important;
}

.home-sec-11 .text-box-content h2 {
    font-size: 65px;
    font-family: var(--montserrat);
    font-weight: normal;
    text-transform: inherit
}

.home-sec-11 .text-box-content .button.white {
    color: var(--white) !important;
    border: 2px solid var(--theme-color);
    border-radius: 8px;
    background-color: var(--theme-color) !important;
}

.home-sec-11 .text-box-content .button.white:hover {
    background-color: transparent !important;
    box-shadow: unset;
    border: 2px solid var(--theme-color);
    color: var(--theme-color) !important;
}

/* lien he */
.lh-sec-2 {
    padding: 0px !important;
}

.lh-sec-2 .col-left .col-inner {
    background: #F6F7F8;
    height: 100%;
    padding: 60px;
    position: relative;
}

.lh-sec-2 .col-left h3,
.lh-sec-2 .col-right h2 {
    font-family: var(--montserrat);
    font-weight: normal;
    font-size: 26px;
    line-height: 56px;
    color: var(--black)
}

.lh-sec-2 .col-left .title p {
    font-size: 20px;
    color: var(--black);
}

.lh-sec-2 .col-left .hotline p {
    width: fit-content;
    padding: 10px 20px;
    background-color: #a5886f;
    color: #fff;
    font-family: var(--bold);
    font-weight: normal;
    position: absolute;
    right: 60px;
    top: 0;
}

.lh-sec-2 .col-left .hotline p i {
    margin-right: 5px;
}

.lh-sec-2 .col-left .wpcf7 .row {
    display: flex;
    flex-wrap: nowrap;
}

.lh-sec-2 .col-left .wpcf7 .row .col {
    padding: 0px 0px 0px 15px !important;
}

.lh-sec-2 .col-left .wpcf7 .row .text-right {
    margin-left: 13px;
    display: flex;
    align-items: center;
}

.lh-sec-2 .col-left .wpcf7 .form-group {
    margin-bottom: 10px;
}

.lh-sec-2 .col-left .wpcf7 .wpcf7-submit {
    margin-right: 0;
    background: var(--black);
    font-size: 16px;
}

.lh-sec-2 .col-right .col-inner>p {
    font-size: 17.5px;
    line-height: 1.6;
}

.lh-sec-2 .col-right .stack .icon-box {
    align-items: center;
    margin: 10px 0px !important;
}

.lh-sec-3 iframe {
    width: 100%;
    border-radius: 5px;
}

/* Giới thiệu */
.sec-block-banner .featured-title {
    background-color: #446084;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 20%);
    height: 486px;
}

.sec-block-banner .featured-title .page-title-inner {
    padding-bottom: 20px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
}

.gt-sec-2 h2 {
    font-size: 1.8em;
    color: var(--black);
    font-family: var(--montserrat);
    font-weight: normal;
}

.gt-sec-2 .row-group-1 p {
    line-height: 1.6;
    font-size: 18px !important;
    color: #303036;
}

.gt-sec-2 p {
    line-height: 1.6;
    font-size: 16px;
    color: #303036;
}

.gt-sec-3 .post-item .box-text .post-title a {
    font-family: var(--montserrat);
    font-size: 18px;
    font-weight: normal;
    color: var(--black);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 50px;
}

.gt-sec-3 .post-item .box-text .from_the_blog_excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 22.5px;
}

.gt-sec-3 .post-item .badge {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 0.75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.gt-sec-3 .post-item .badge .badge-inner {
    border-color: var(--black);
    color: var(--black);
    padding: 7px 5px !important;
}

.gt-sec-3 .post-item .box:hover .badge-inner {
    background-color: var(--black);
    color: #fff;
}

/* Khuyễn mãi */
.km-sec-1 .slider-text {
    text-align: center;
}

.km-sec-1 .slider-text p {
    font-size: 18px;
    margin-bottom: 1.3em;
}

.km-sec-2 .banner-grid .text-box h3 strong {
    font-family: var(--montserrat);
    font-weight: normal;
}

.km-sec-3 .col-left {
    text-align: center;
}

.km-sec-3 .col-left h3 {
    font-family: var(--montserrat);
    color: var(--black);
    font-weight: normal;
}

.km-sec-3 .col-left .wpcf7 {
    text-align: left;
}

.km-sec-3 .col-left .wpcf7-form .wpcf7-submit {
    margin-right: 0;
    border: 2px solid var(--black);
    background: var(--black);
    text-transform: initial;
    color: var(--white);
    font-size: 16px;
    float: right;
}

.km-sec-4 .col-left h2 {
    font-family: var(--montserrat);
    color: var(--black);
    font-weight: normal;
    text-align: center;
}

.km-sec-4 .col-left p {
    font-size: 18px;
    line-height: 1.6;
}

.km-sec-4 .col-left a {
    color: var(--black);
}

/* Bộ sưu tập */
.bst-sec-1 .row>.col {
    padding-bottom: 0px !important;
}

.bst-sec-1 .col-left .col-inner {
    background-color: rgb(246, 247, 248);
    padding: 25px 0 !important;
}

.bst-sec-1 .col-left .col-inner .ux-menu-title {
    padding: 5px 24px;
    border-left: 3px solid #FBAF1A;
    font-family: var(--montserrat);
    font-weight: normal;
    min-height: fit-content;
}

.bst-sec-1 .col-left .col-inner .ux-menu-link a {
    font-size: 16px;
    padding: 0px 24px;
    border-left: 3px solid rgb(246, 247, 248);
    min-height: auto;
}

.bst-sec-1 .col-left .ux-menu-link:hover a {
    font-size: 16px !important;
    border-left: 3px solid #FBAF1A;
    color: var(--black);
    font-family: var(--bold);
    font-weight: normal;
    padding-left: 24px;
}

.bst-sec-1 .col-left .col-inner .ux-menu-link {
    padding: 5px 0;
}

.bst-sec-1 .post-item .box-text .post-title a {
    font-family: var(--montserrat);
    font-size: 18px;
    font-weight: normal;
    color: var(--black);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 50px;
}

.bst-sec-1 .post-item .box-text .from_the_blog_excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 22.5px;
}

/* Tư vấn thiết kế */
.thietKeNoiThat-sec-1 {
    padding: 0px !important;
}

.thietKeNoiThat-sec-1 .text-box-content h1 {
    font-family: var(--montserrat);
    font-weight: normal;
    font-size: 64px;
}

.thietKeNoiThat-sec-1 .text-box-content .button {
    color: var(--white) !important;
    border: 2px solid var(--theme-color);
    border-radius: 8px;
    background-color: var(--theme-color);
    text-transform: inherit;
}

.thietKeNoiThat-sec-1 .text-box-content .button:hover {
    background-color: transparent !important;
    box-shadow: unset;
    border: 2px solid var(--theme-color);
    color: var(--theme-color) !important;
}

.thietKeNoiThat-sec-2 {
    padding-bottom: 0px !important;
    padding-top: 60px !important;
}

.thietKeNoiThat-sec-2 .col {
    padding-bottom: 0px !important;
}

.thietKeNoiThat-sec-2 .text h2 {
    font-family: var(--montserrat);
    font-weight: normal;
    color: var(--black);
}

.thietKeNoiThat-sec-3 .section-content .icon-box {
    padding: 15px;

}

.thietKeNoiThat-sec-3 .section-content .icon-box .icon-box-text h4 {
    color: var(--black);
    font-family: var(--semi);
    font-size: 20px;
}

.thietKeNoiThat-sec-4 .col-right .col-inner {
    padding-right: calc((100vw - 1280px) / 2 + 30px) !important;
    padding: 15% 10% 0;
    text-align: center;
}

.thietKeNoiThat-sec-4 .col-right .col-inner .wpcf7 form {
    text-align: left;
}

.thietKeNoiThat-sec-4 .col-right h3 {
    font-family: var(--montserrat);
    font-weight: normal;
    color: var(--black);
}

.thietKeNoiThat-sec-4 .col-right .col-inner .button {
    margin-right: 0 !important;
}

.thietKeNoiThat-sec-4 .col-right .wpcf7-form .wpcf7-submit {
    margin-right: 0;
    border: 2px solid var(--black);
    background: var(--black);
    text-transform: initial;
    color: var(--white);
    font-size: 16px;
    float: right;
}

.thietKeNoiThat-sec-4 .col-right .wpcf7-form .wpcf7-submit:hover {
    background: var(--white);
    color: var(--black);
    box-shadow: none;
}

.thietKeNoiThat-sec-4 .col-right .wpcf7-form .wpcf7-spinner {
    position: absolute;
}

.thietKeNoiThat-sec-5 {
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.thietKeNoiThat-sec-5 .tabbed-content>h4 {
    text-align: center;
    margin-bottom: 25px !important;
    font-size: 26px;
    font-family: var(--montserrat);
    line-height: 40px;
    font-weight: normal;
    color: var(--black);
}

.thietKeNoiThat-sec-5 .tabbed-content .tab-panels {
    border: none;
    padding: 0 0 0 30px !important;
}

.thietKeNoiThat-sec-5 .tabbed-content .nav .active a,
.thietKeNoiThat-sec-5 .tabbed-content .nav .tab a:hover {
    background-color: var(--theme-color);
    color: var(--white) !important;
}

.thietKeNoiThat-sec-5 .tabbed-content .nav .tab a {
    padding: 10px 15px;
    font-size: 16px;
    border-radius: 8px !important;
    color: var(--black);
    line-height: 1.5em;
}

.thietKeNoiThat-sec-5 .tabbed-content .nav .tab {
    border-top: none;
    border-bottom: 1px dashed #e4e4e4;
}

.thietKeNoiThat-sec-5 .tabbed-content .nav {
    background-color: #f8f9fc;
    border-radius: 10px;
    padding: 15px;
    height: fit-content;
}

.thietKeNoiThat-sec-5 .tab-panels .slider-wrapper .flickity-page-dots {
    bottom: -25px !important;
}

.thietKeNoiThat-sec-5 .tab-panels .slider-wrapper .flickity-page-dots .dot.is-selected {
    background-color: var(--theme-color) !important;
    border: 3px solid var(--theme-color)
}

.thietKeNoiThat-sec-5 .tab-panels .slider-wrapper .flickity-slider .img {
    padding: 0 15px;
}

.thietKeNoiThat-sec-5 .tab-panels .slider-wrapper .flickity-slider .img-inner {
    border-radius: 8px;
}

.thietKeNoiThat-sec-5 .group-row-2 {
    padding-top: 30px !important;
}

.thietKeNoiThat-sec-5 .text h2 {
    font-family: var(--montserrat);
    font-weight: normal;
    color: var(--black);
}

.thietKeNoiThat-sec-6 {
    padding-top: 0px !important;
}

.thietKeNoiThat-sec-6 .thietKe-header-sec-6 {
    padding-bottom: 0px !important;
}

.thietKeNoiThat-sec-6 .thietKe-header-sec-6 h2 {
    font-family: var(--montserrat);
    font-weight: normal;
    color: var(--black);
    text-align: center;
}

.thietKeNoiThat-sec-6 .thietKe-content-sec-6 {
    padding-bottom: 0px !important;
}

.thietKeNoiThat-sec-6 .thietKe-content-sec-6 .post-item {
    padding-bottom: 0px !important;
}

.thietKe-content-sec-6 .post-item .box-text .post-title a {
    font-family: var(--montserrat);
    font-size: 18px;
    font-weight: normal;
    color: var(--black);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 25px;
}

.thietKe-content-sec-6 .post-item .box-text .from_the_blog_excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 22.5px;
}

.thietKeNoiThat-sec-6 .col-inner {
    text-align: center;
}

.thietKe-content-sec-6 .post-item .badge {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 0.75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.thietKe-content-sec-6 .post-item .badge .badge-inner {
    border-color: var(--black);
    color: var(--black);
    padding: 7px 5px !important;
}

.thietKe-content-sec-6 .post-item .box:hover .badge-inner {
    background-color: var(--black);
    color: #fff;
}

.thietKe-content-sec-6 .button {
    color: var(--white) !important;
    border: 2px solid var(--theme-color);
    background-color: var(--theme-color);
    text-transform: inherit;
}

.thietKe-content-sec-6 .button:hover {
    background-color: transparent !important;
    box-shadow: unset;
    border: 2px solid var(--theme-color);
    color: var(--theme-color) !important;
}

/* Cảm Hứng */
.camHung-sec-1 .banner h1 {
    font-size: 64px;
    font-family: var(--montserrat);
    font-weight: normal;
}

.camHung-sec-2 .post-item .post-title {
    color: var(--black);
    font-family: var(--montserrat);
    font-size: 1.3em;
}

.camHung-sec-2 .button {
    margin: 0 auto !important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    color: var(--white) !important;
    border: 2px solid var(--theme-color);
    border-radius: 8px;
    background-color: var(--theme-color);
    text-transform: inherit;
}

.camHung-sec-2 .button:hover {
    background-color: transparent !important;
    box-shadow: unset;
    border: 2px solid var(--theme-color);
    color: var(--theme-color) !important;
}

.camHung-sec-2 .post-item .box-text .post-title a {
    font-family: var(--montserrat);
    font-size: 18px;
    font-weight: normal;
    color: var(--black);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 50px;
}

.camHung-sec-2 .post-item .box-text .from_the_blog_excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 22.5px;
}

.td-sec-2 {
    background-color: rgb(228, 228, 228);
}

.td-sec-2 .col-right .col-inner {
    position: sticky;
    top: 25%;
}

.td-sec-2 .col-right .col-inner:hover {
    box-shadow: 0 30px 40px 0 rgba(0, 0, 0, .2);
    transition: transform .3s, box-shadow .3s, background-color .3s, color .3s, opacity .3s;
}

.td-sec-2 .col-right .img-inner {
    padding: 20px;
    background-color: #fff;
}

/* Cửa hàng */
.tax-product_cat .sec-block-banner .entry-title {
    display: none;
}

.tax-product_cat .sec-block-banner .page-title-custom {
    position: absolute;
    bottom: 5.5%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1250px;
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
    font-size: 1.7em;
    line-height: 1.3em;
}

.shop-page-title>.page-title-inner {
    display: none;
}

.category-page-row .product-categories .cat-item {
    border: none;
    margin-left: 0px !important;
}

.product-small.box .box-image img {
    height: 210px !important;
    object-fit: cover;
}

.product-small.col .col-inner {
    padding: 10px !important;
    border: 1px solid #DFDFE2;
}

.product-small.box .box-text {
    display: grid;
    grid-template-columns: 2fr 0.3fr;
    gap: 10px;
    padding: 15px;
}

.product-small.box .box-text i {
    text-align: end;
    font-size: 20px;
}

.product-small.box .btn-yeu-thich {
    padding: 0;
    margin: 0;
}

.btn-yeu-thich:hover i.fa-regular {
    color: red
}

.btn-yeu-thich i.fa-solid {
    color: red;
}

.product-small.box .box-text .price-wrapper {
    grid-column: span 2;
}

.product-small.box .box-text .product-title a {
    font-size: 16px;
    font-family: var(--regular);
    font-weight: normal;
    color: var(--black);
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.product-small.box .box-text .price-wrapper .amount {
    font-family: var(--regular);
    font-size: 16px;
    font-weight: normal;
}

.sale ins span.amount {
    color: #fe0808;
    font-family: var(--semi) !important;
}

.price-wrapper span.price {
    display: flex !important;
    font-size: 16px;
    color: var(--black);
    justify-content: flex-end;
    align-items: center;
}

.price-wrapper span.price del {
    color: #4B4E51;
    font-size: 14px;
    margin-right: 15px;
}

.archive .large-3 .sidebar-inner {
    background-color: rgb(246, 247, 248);
    padding-bottom: 24px;
    position: sticky;
    top: 100px;
}

.archive .large-3 aside {
    padding: 24px 24px 0;
}

.archive .large-3 .widget-title {
    font-weight: normal;
    font-family: var(--montserrat);
    font-size: 18px;
    color: var(--black);
    text-transform: unset;
}

.archive .large-3 .cat-item a {
    color: var(--black);
    font-weight: normal;
}

.archive .large-3 .cat-item a:hover,
.archive .large-3 .cat-item.active a {
    color: var(--black);
    font-family: var(--semi);

}

.product-filter #product-filter-form {
    display: flex;
    justify-content: space-between;
}

.product-filter #product-filter-form button {
    margin-bottom: 0px !important;
    background: var(--black);
    color: #fff;
    font-size: 18px;
    text-transform: inherit;
}

.product-filter #product-filter-form .sap-xep {
    width: max-content;
    margin-bottom: 0px !important;
}

.category-page-row .widget_price_filter .price_slider_wrapper .price_slider span {
    background-color: var(--theme-color);
}

.category-page-row .widget_price_filter .price_slider_amount .button {
    background-color: var(--theme-color);
    font-family: var(--bold);
    font-weight: normal;
    color: var(--white);
    text-transform: none;
    border: 1px solid var(--white);
    font-size: 16px;
    border-radius: 8px ;
}

.category-page-row .widget_price_filter .price_slider_amount .button:hover {
    background-color: transparent;
    color: var(--theme-color);
    border: 1px solid var(--theme-color);
    box-shadow: none;
}

.widget_price_filter .price_label {
    padding-top: 6px;
}

.category-page-row .widget_price_filter .price_slider_wrapper .price_label>span {
    color: var(--black);
    font-family: var(--bold);
    font-weight: normal;
    font-size: 13px;
}

.price_slider_amount {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.price_slider_amount .price_label {
    order: 1;
}

.price_slider_amount .button {
    order: 2;
    margin: 10px 0 0;

}

.nav-pagination>li>a,
.nav-pagination>li>span {
    border-radius: 10px;
    color: rgb(46 48 52 / 20%) !important;
}

.nav-pagination>li {
    height: 40px;
    width: 40px;
    align-content: center;
    font-size: 16px;
}

.nav-pagination>li>a>i {
    color: var(--black);
}

.nav-pagination>li>.current,
.nav-pagination>li>a:hover,
.nav-pagination>li>span:hover {
    background-color: #fff;
    border-color: var(--theme-color);
    color: var(--theme-color) !important;
}

/* CHi tiết sản phẩm */
.single-product .quantity .button {
    padding: 0 10px !important;
}
.single-product .quantity input{
    height: 40px;
}
.single-product .product-info .price-wrapper del bdi {
    font-size: 24px !important;
    color: var(--black);
    opacity: .4;
}

.single-product .single_add_to_cart_button {
    background-color: transparent;
    color: var(--black);
    font-family: var(--montserrat);
    font-weight: normal;
    border: 1px solid var(--black);
    text-transform: inherit;
    opacity: 1;
}

.single-product .woocommerce-variation-price {
    border: none;
}

.single-product .product-info .product_meta>span {
    border: none;
    font-size: 14px;
    color: var(--black);
}

.single-product .product-info .btn-yeu-thich i {
    font-size: 26px;
}

.single-product .product-info .cart {
    margin: 0px !important;
}
.single-product .product-info .cart .variations .label{
    font-size: 18px;
    font-weight: normal;
}
.single-product .product-info .stock.in-stock{
    font-weight: normal;
    font-family: var(--semi);
}
.single-product .product-images .image-tools {
    top: 0;
    right: 0;
    left: auto !important;
}

.single-product .product-images .image-tools .icon-expand {
    top: 0px !important;
}

.single-product .product-gallery .image-tools {
    height: 50px !important;
}

.single-product .product-images .product-gallery-slider img {
    height: 400px;
    object-fit: contain;
}

.single-product .product-thumbnails img {
    height: 90px;
    object-fit: contain;
}

.single-product .product-thumbnails .flickity-prev-next-button {
    top: 30% !important;
}

.single-product .product-info .woocommerce-variation-add-to-cart {
    display: flex;
}

.single-product .product-info .ux-quantity {
    order: 1;
}

.single-product .product-info .single_add_to_cart_button {
    order: 3;
}

.single-product .product-info .btn-yeu-thich {
    order: 2;
}

.single-product .product-footer .woocommerce-tabs {
    border: none;
}

.single-product .product-footer .product-tabs {
    border-bottom: 1px solid #ececec;
}

.single-product .nav-line>li>a:before {
    bottom: 0;
    top: auto;
}

.variations .ux-swatch {
    white-space: unset;
    box-shadow: 0 0 0 1px #d5d5d5;
    padding: 5px;
}

.single-product .product-info .breadcrumbs {
    text-transform: none !important;
}

.single-product .product-info .product-title {
    font-family: var(--montserrat);
    color: var(--black);
    font-size: 26px;
    font-weight: normal;
}

.single-product .nav-uppercase>li>a {
    font-weight: normal;
    font-family: var(--montserrat);
    font-size: 16px;
}

.single-product .nav>li.active>a {
    color: var(--black);
}

.single-product .nav>li>a {
    text-transform: initial;
}

.single-product .nav-line>li>a:before {
    background-color: var(--theme-color);
    height: 2px !important;
}

.single-product .related-products-wrapper {
    border: none;
    padding-bottom: 10px;
}

.product-footer .slider-nav-reveal {
    overflow: unset;
}

.product-footer .product-section .flickity-button.next {
    right: -30px !important;
}

.product-footer .product-section .flickity-button.previous {
    left: -30px !important;
}

.product-footer .product-section .flickity-button {
    box-shadow: none;
    background-color: transparent !important;
}

.single-product .related-products-wrapper .product-section-title {
    margin: 0px !important;
    font-family: var(--montserrat);
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    color: var(--black);
    border-bottom: 2px solid #ececec;
    padding-bottom: 10px !important;
    margin-bottom: 25px !important;
}

/* .variations .reset_variations{
    display: none;
} */
/* Danh sách bài viết */
.category .archive-page-header .page-title {
    font-weight: normal;
    font-family: var(--montserrat);
    font-size: 22px;
    color: var(--black);
}

.category #post-list .post-item .badge {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 0.75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.category #post-list .post-item .badge .badge-inner {
    border-color: var(--black);
    color: var(--black);
    padding: 7px 5px !important;
}

.category #post-list .post-item .box:hover .badge-inner {
    background-color: var(--black);
    color: #fff;
}

.category #post-list .post-item .box-text .post-title a {
    font-family: var(--montserrat);
    font-size: 18px;
    font-weight: normal;
    color: var(--black);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 50px;
}

.category #post-list .post-item .box-text .from_the_blog_excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 22.5px;
}

/* Chi tiết bài viết */
.blog-single .entry-header {
    background-color: #F2F2F2;
    padding: 25px;
}

.blog-single .entry-header .entry-header-text {
    text-align: left;
    padding: 0px !important;
}

.blog-single .entry-header .entry-title {
    font-size: 26px;
    font-family: var(--montserrat);
    font-weight: normal;
    color: var(--black);
}

.chinhSach-sec-1 {
    padding-top: 0px !important;
}

.blog-single .entry-header .entry-meta {
    font-size: 16px;
    font-weight: normal;
}

@media(max-width: 980px) {

    /* header */
    #main-menu.mobile-sidebar {
        display: block;
    }

    .icon-menu:before {
        color: var(--black);
    }

    [data-icon-label]:after {
        background: red;
        font-size: 10px;
        font-family: var(--bold);
        font-weight: normal;
        height: 13px;
        line-height: 14px;
        min-width: 14px;
        right: -5px;
        bottom: -2px;
        top: auto;
    }

    .wishlist-count {
        position: absolute;
        bottom: 6px;
        right: -5px;
        background: red;
        color: white;
        font-size: 10px;
        font-family: var(--bold);
        font-weight: normal;
        padding: 2px 4.5px;
        border-radius: 50%;
        line-height: 1;
    }

    .off-canvas .sidebar-menu {
        padding: 90px 0;
    }

    #main-menu.mobile-sidebar .nav-sidebar.nav-vertical>li {
        border: none;
    }

    #main-menu.mobile-sidebar .html_top_right_text a:last-of-type {
        padding-top: 0px !important;
    }

    #main-menu.mobile-sidebar .html_top_right_text a {
        color: #212121 !important;
        padding: 14px 30px 14px 0px;
        font-size: 16px;
        font-weight: 500;
        text-transform: none;
        border: none;
        border-radius: 0 !important;
    }

    /* #main-menu.mobile-sidebar .html_top_right_text .hotline{
        font-family: var(--semi);
        margin-right: 10px !important;
    } */
    #main-menu.mobile-sidebar .html_top_right_text .hotline i {
        margin-right: 10px !important;
    }

    #main-menu.mobile-sidebar .html_top_right_text {
        display: flex;
        flex-flow: row wrap;
        flex-direction: column-reverse;
        flex-wrap: nowrap;
        align-items: flex-start;
    }

    .sec-block-banner .title-breadcrumbs .breadcrumbs {
        text-align: center;
    }

    .tax-product_cat .sec-block-banner .page-title-custom {
        bottom: 17.5%;
        text-align: center;
    }

    /* Footer */
    .footer-wrapper .social-icons.follow-icons {
        gap: 0px;
    }

    .footer-wrapper .social-icons>span {
        margin-bottom: 10px;
    }

    .ft-sec-1 .button.white {
        margin: 0;
        padding: 0 8px;
    }

    .ft-sec-1 .button.white span {
        font-size: 14px;
    }

    .ft-sec-1 .row .col {
        padding-bottom: 10px !important;
    }

    .footer-wrapper .wpcf7-form .wpcf7-not-valid-tip {
        width: max-content;
    }

    /* Trang chủ */
    .home-sec-1 .section-content .is-full-height {
        height: 46vh !important;
    }

    .home-sec-2 .grid-item-left {
        height: 500px !important;
    }

    .home-sec-2 .grid-item-right {
        height: 250px !important;
    }

    .home-sec-2 .banner-grid .text-box h3 strong {
        font-size: 16px;
    }

    .home-sec-3 .row-top {
        margin-top: 30px;
    }

    .home-sec-3 .row {
        flex-direction: column;
    }

    .home-sec-3 .row-bottom {
        margin-top: 30px;
    }

    .home-sec-3 .col-inner {
        display: flex;
    }

    .home-sec-3 .row-top .col-left .text-content,
    .home-sec-3 .row-top .col-right .text-content {
        position: unset;
        width: 100%;
        padding: 30px;
    }

    .home-sec-3 .col-right .col-inner {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
    }

    .home-sec-3 .row-top .col-right .img-inner {
        width: 100%;
        float: right;
        height: 100%;
    }

    .home-sec-3 .row-bottom .col-right {
        padding-left: 15px;
        margin-top: 0px;
        margin-right: 0%;
    }

    .home-sec-3 .stack {
        display: grid;
        /* grid-template-columns: 1fr !important;
        gap: 0px !important; */
    }

    .home-sec-3 .row-bottom .col-left .text-content {
        padding: 0 30px 0 0;
        margin: auto 0 !important;
    }

    /* home sec 4 */
    .home-sec-4 .col-left .col-inner p {
        font-size: 16px;
    }

    /* home sec 5 */
    .home-sec-5 {
        padding-bottom: 0px !important;
    }

    .content-sec-5 {
        padding-bottom: 0px !important;
    }

    /* home sec 8 */
    .home-sec-8 .col-left .col-inner {
        padding: 5%;
    }

    /* home sec 10 */
    .home-sec-10 .col-left .col-inner {
        padding: 10% 5% 5%;
    }

    .home-sec-10 .col-left .hotline p {
        right: 5%;
    }

    .home-sec-10 .col-left .wpcf7 .row {
        display: flex;
        flex-direction: column;
    }

    .home-sec-10 .col-left .wpcf7 .row .text-right {
        display: unset;
        margin-left: 56px;
    }

    .home-sec-10 .col-left .wpcf7 .form-group {
        margin: 0px;
    }

    /* Giới thiệu */
    .gt-sec-2 .row-group-2 .col-left .col-inner {
        position: sticky;
        top: 120px;
    }

    /* lien he */
    .lh-sec-2 .row {
        display: flex;
    }

    .lh-sec-2 .col-right {
        order: 1;
    }

    .lh-sec-2 .col-left {
        order: 2;
    }

    .lh-sec-2 .col-left .col-inner {
        padding: 10% 5% 5%;
    }

    .lh-sec-2 .col-left .hotline p {
        right: 5%;
    }

    .lh-sec-2 .col-left .wpcf7 .row {
        display: flex;
        flex-direction: column;
    }

    .lh-sec-2 .col-left .wpcf7 .row .text-right {
        display: unset;
        margin-left: 56px;
    }

    .lh-sec-2 .col-left .wpcf7 .form-group {
        margin: 0px;
    }

    /* thiết kế nội thất */
    .thietKeNoiThat-sec-1 .banner.has-hover {
        height: auto;
    }

    .thietKeNoiThat-sec-3 .section-content .icon-box .icon-box-img {
        width: 70px !important;
    }

    .thietKeNoiThat-sec-4 {
        padding: 0px !important;
    }

    .thietKeNoiThat-sec-4 .col-right .col-inner {
        padding-right: calc((100vw - 815px) / 2 + 30px) !important;
    }

    .thietKeNoiThat-sec-4 .row {
        align-items: center;
    }

    .thietKeNoiThat-sec-4 .col-left .img .image-cover {
        padding-top: 150% !important;
    }

    .thietKeNoiThat-sec-5 .tabbed-content .nav {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        overflow-x: auto;
        white-space: nowrap;
        scrollbar-width: none;
        -ms-overflow-style: none;
        margin-bottom: 20px;
    }

    .thietKeNoiThat-sec-5 .group-row-2 {
        padding-top: 60px !important;
    }

    .thietKeNoiThat-sec-7 .grid-item-left {
        height: 500px !important;
    }

    .thietKeNoiThat-sec-7 .grid-item-right {
        height: 250px !important;
    }

    /* cửa hàng */
    .shop-page-title {
        background-color: #FFFFFF;
    }

    .featured-title .page-title-bg {
        box-shadow: none;
    }

    .shop-page-title>.page-title-inner {
        display: block;
        padding: 0 15px !important;
        background-color: #FFFFFF;
    }

    .shop-page-title.featured-title .title-overlay {
        background-color: transparent !important;
    }

    .shop-page-title .page-title-inner .orderby {
        background-color: transparent !important;
        background-image: url('/wp-content/uploads/2025/05/select.svg');
        border-color: var(--black);
        color: var(--black) !important;
    }

    .category-filtering {
        display: block;
        width: 42px;
        height: 42px;
        background: var(--theme-color);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 6px 0 0 6px;
        color: #fff;
        font-size: 18px;
        position: fixed;
        right: 0;
        top: 20%;
        z-index: 2;
        border-left: 0;
        padding-top: 3px;
    }

    .category-filtering strong {
        display: none;
    }

    .shop-page-title>.page-title-inner .flex-col.flex-grow .is-small {
        display: none;
    }

    #shop-sidebar .widget-title {
        font-weight: normal;
        font-family: var(--montserrat);
        font-size: 18px;
        color: var(--black);
        text-transform: unset;
    }

    #shop-sidebar .product-categories .cat-item {
        margin-left: 0px !important;
    }

    #shop-sidebar .product-categories .cat-item a {
        color: var(--black) !important;
    }

    .price_slider_wrapper>.price_slider>span {
        background-color: var(--theme-color) !important;
    }

    .mfp-content .widget_price_filter .price_slider_amount .button {
        background-color: var(--theme-color);
        font-family: var(--bold);
        font-weight: normal;
        text-transform: none;
        font-size: 16px;
        border-radius: 8px;
    }

    /* Chi tiết sản phẩm */
    .single-product .product-info .next-prev-thumbs {
        display: none;
    }
}

@media (max-width: 500px) {

    /* banner */
    .sec-block-banner .title-breadcrumbs .breadcrumbs {
        text-align: center;
    }

    .tax-product_cat .sec-block-banner .page-title-custom {
        bottom: 21.5%;
        text-align: center;
    }

    /* footer */
    .footer-wrapper .social-icons.follow-icons {
        display: block;
    }

    .ft-sec-1 .row .col {
        padding-bottom: 30px !important;
    }

    .ft-sec-1 .row .col:last-child {
        padding-bottom: 10px !important;
    }

    /* trang chủ */
    .text-content h2 {
        font-size: 26px;
    }

    .sec-block-banner .featured-title {
        height: 400px !important;
    }

    /* home sec 1 */
    .home-sec-1 .section-content .is-full-height {
        height: 27vh !important;
        min-height: 250px !important;
    }

    .home-sec-1 .banner.has-hover {
        padding-top: 400px !important;
    }

    .home-sec-2 .banner-grid .text-box h3 strong {
        font-size: 10px;
    }

    .home-sec-2 .grid-item-left {
        height: 300px !important;
    }

    .home-sec-2 .grid-item-right {
        height: 150px !important;
        padding-left: 0 !important;
    }

    .home-sec-3 .col-inner {
        flex-wrap: wrap;
    }

    .home-sec-3 .row-top .col-left .text-content,
    .home-sec-3 .row-top .col-right .text-content {
        padding: 0px 15px 20px;
    }

    .home-sec-3 .stack {
        grid-template-columns: 1fr !important;
    }

    .slider-nav-light .flickity-page-dots .dot {
        width: 10px;
    }

    .header-sec-7 .txt-title h2,
    .header-sec-9 .txt-title h2 {
        font-size: 26px;
    }

    .home-sec-10 .col-left .col-inner {
        padding-top: 15%;
    }

    .home-sec-10 .col-left .txt-title h2 {
        font-size: 30px;
    }

    .home .home-sec-11 {
        padding-top: 30px !important;
    }

    .home-sec-11 .text-box-content h2 {
        font-size: 30px;
    }

    .single-product .product-info .single_add_to_cart_button {
        padding: 0 10px;
    }

    .camHung-sec-1 .banner h1 {
        font-size: 42px;
    }

    .thietKeNoiThat-sec-1 .text-box-content h1 {
        font-size: 30px;
    }

    .thietKeNoiThat-sec-4 .col-right .col-inner {
        padding: 15px !important;
    }

    .thietKeNoiThat-sec-5 .tabbed-content>h4 {
        line-height: 28px;
    }

    .thietKeNoiThat-sec-5 .tabbed-content h4 {
        font-size: 22px !important;
    }

    .thietKeNoiThat-sec-5 .tab-panels .slider-wrapper .flickity-page-dots {
        bottom: -40px !important;
    }

    .thietKeNoiThat-sec-5 .tabbed-content .tab-panels {
        border: none;
        padding: 0 !important;
    }
}