
:root {
    --main-cl: #C7271A;
    --sub-cl: #FFF0A6;

}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
    background-color: #F5F5F5 !important;
}

body::-webkit-scrollbar {
    width: 0.417rem !important;
    background-color: #cedbff !important;
}

body::-webkit-scrollbar-thumb {
    background-color: #FFF0A6 !important;
}

.tag-trending span.title {
    flex: 0 0 auto;
}

.menu-vertical__header .icon {
    width: 16px;
    height: 16px;
}

.menu-vertical__header .icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

.more-link {
    margin-top: 0;
}

.tab_block_inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: translateX(-60px) skewX(8deg);
    transition: opacity .5s ease, transform .5s cubic-bezier(.34, 1.56, .64, 1);
    pointer-events: none;
}

.tab_block_inner.active {
    opacity: 1;
    transform: translateX(0) skewX(0deg);
    pointer-events: auto;
    position: relative;
}

.box-content .arrow {
    padding: .7rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home_contact .col-widget p {
    color: white;
}

footer {
    position: relative;
    background-color: transparent;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-blend-mode: color-burn;
}

footer .header-title {
    text-transform: uppercase;
}


/*.view_more_menu_header_toggle .icon {*/
/*    width: 2rem;*/
/*    height: 2rem;*/
/*}*/

/*.view_more_menu_header_toggle .icon svg {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    display: block;*/
/*}*/

/*li.nav-item.view_more_menu_header_toggle .icon {*/
/*    position: relative !important;*/
/*    width: fit-content !important;*/
/*    width: 1.5rem !important;*/
/*    height: fit-content;*/
/*}*/

/*li.nav-item.view_more_menu_header_toggle a {*/
/*    display: flex;*/
/*}*/

/*li.nav-item.view_more_menu_header_toggle a {*/
/*    display: flex !important;*/
/*    justify-content: start;*/
/*    align-items: center;*/
/*    padding-left: 10px !important;*/
/*    gap: 10px !important;*/
/*}*/
.about_sec_1 .group_content:before {
    position: absolute;
    content: '';
    left: 0;
    top: 10%;
    width: 1px;
    height: 90%;
    background: gray;
}

.about_sec_1 .group_content {
    padding-left: 3rem;
}

.about_sec_1 .group_content:after {
    position: absolute;
    content: '';
    left: 0;
    top: 10%;
    width: 2px;
    height: 10%;
    background: var(--main-cl);
}

h2.about_title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 42px;
}

h2.about_title span {
    color: var(--main-cl);
}

.video_wrap {
    width: 100%;
    height: 40rem;
}

.video_wrap iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_sec_2 {
}

.about_sec_2 .slide_item {
    padding: 0 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;
    position: relative;
}

.about_sec_2 .slide_item:before {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: white;
    width: 1.1rem;
    height: 1.1rem;
    border: 0.05rem solid #231F20;
    border-radius: 100%;
    z-index: 9;
}

.slide_content.text-center {
    height: 12rem;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}

.slide_image {
    height: 12rem;
}

.slide_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1rem;
}

.about_slide {
    position: relative;
}

.about_slide:before {
    left: 0;
    opacity: 0.2;
    background: linear-gradient(45deg, transparent, black, transparent);
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.about_slide .swiper-slide:nth-child(2n+2) .slide_item {
    flex-direction: column-reverse;
}

.pagination_wrap .arrow_slide {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 31px;
    height: 31px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    padding: .5rem;
    border-radius: 5px;
    cursor: pointer;
    transition: .7s all;
}

.pagination_wrap .arrow_slide.prev {
    left: -5%;
}

.pagination_wrap .arrow_slide.next {
    right: -5%;
}

.pagination_wrap .arrow_slide:hover {
    background: black;
    transition: .7s all;
}

.pagination_wrap .arrow_slide:hover svg path {
    stroke: white;
    transition: .7s all;
    fill: white;
}

.pagination_wrap .arrow_slide svg path {
    transition: .7s all;
}

.pagination_wrap .swiper-pagination {
    display: none;
}

.about_sec_2 {
    padding: 6rem 0 !important;
}

.about_slide_wrap {
    margin: 2.5rem 0;
}

.swiper.about_slide {
    margin: 0 -2rem;
}

.about_mission .icon {
    width: 5rem;
    height: 5rem;
}

.about_mission .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.about_mission .title {
    margin-top: 2rem;
    color: white;
    text-transform: uppercase;
    font-size: 2.5rem;
    line-height: normal;
    font-weight: 700;
}

.about_mission .content {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 0.05rem solid rgb(255 255 255 / 50%);
    color: white;
}

.about_sec_3 .container {
    padding: 0 6rem;
}

.about_sec_3 .container:after {
    content: unset;
}

.about_sec_3 {
    padding: 6.5rem 0 !important;
}

.about_circle.relative {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40.7rem;
    margin: 6.5rem auto 0;
}

.about_circle_item .item {
    position: absolute;
    width: max-content;
    transition: .7s all;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about_circle_item .item img,
.about_circle_item .item .title {
    transition: .7s all;
}

.about_circle_item .item .title {
    font-size: 18px;
    font-weight: 700;
}

.about_circle_item .item:hover .icon,
.about_circle_item .item.active .icon {
    background: var(--main-cl);
    transition: .7s all;
}

.about_circle_item .item:hover .title,
.about_circle_item .item.active .title {
    color: var(--main-cl);
    transition: .7s all;
}

.about_circle_item .item:hover img,
.about_circle_item .item.active img {
    filter: brightness(0) invert(1);
    transition: .7s all;
}

.about_circle.relative svg {
    width: 100%;
    height: 100%;
    display: block;
}

.about_sec_4 {
    padding: 6rem 0 0 !important;
}

.about_circle_item .item:nth-child(1) {
    top: 49%;
    right: 89%;
}

.about_circle_item .icon {
    width: 5.6rem;
    height: 5.6rem;
    background: var(--Style, #FFF);
    box-shadow: 0.35rem 0.45rem 1.35rem 0rem rgba(125, 125, 125, 0.20);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 0.45rem;
    padding: 1rem;
    transition: .7s all;

}

.about_circle_item .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.about_circle_item .item:nth-child(2) {
    right: 74%;
    top: 7%;
}

.about_circle_item .item:nth-child(3) {
    top: -3.5rem;
    left: 50%;
    transform: translateX(-50%);
}

.about_circle_item .item:nth-child(4) {
    left: 78%;
    top: 7%;
}

.about_circle_item .item:nth-child(5) {
    top: 49%;
    left: 91%;
}

.about_circle_item .item:nth-child(1) .title {
    margin-left: 3.75rem;
}

.about_circle_item .item:nth-child(2) .title {
    margin-left: 0.5rem;
}

.about_circle_item .item:nth-child(4) .title {
    margin-right: 0.5rem;
}

.about_circle_item .item:nth-child(5) .title {
    margin-right: 3.75rem;
}

.about_circle_content {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 20rem;
    bottom: 3rem;
}

.about_tab_block .tab_block_inner {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.breadcrumbs ol {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.breadcrumbs ol li + li::before {
    content: "/";
    margin: 0 6px;
}

.page-template-contact .contact-form-wrapper {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
    -webkit-box-shadow: 0px 25px 70px var(--main-cl) 1A;
    box-shadow: 0px 25px 70px var(--main-cl) 1A;
    border-radius: 6px;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 20px;
}

.contact_1 .breadcrumbs ol,
.blog_1 .breadcrumbs ol {
    justify-content: center;
    color: white;
}

.contact_1 .breadcrumbs ol a,
.blog_1 .breadcrumbs ol a {
    color: white;
    transition: .7s all;
}

.contact_2 .col-md-4 {
    flex: 0 0 auto !important;
}

.header-contact h3 {
    color: var(--main-cl);
    font-weight: 700;
    font-size: 25px;
    display: block;
    line-height: 1.5;
    position: relative;
    margin-bottom: 20px;
}

.header-contact h3::after {
    content: '';
    display: block;
    position: relative;
    margin-top: 8px;
    width: 50px;
    height: 1px;
    background: rgba(233, 102, 49, 1);
}

.contact-form-wrapper .contact-info {
    padding: 10px 0;
}

.contact-form-wrapper .contact-info p {
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0.3px;
    color: #5B6880;
    margin-bottom: 20px;
}

.contact-form-wrapper .contact-info p strong {
    color: var(--main-cl);
    font-weight: 500;
}

.contact-form-wrapper .social ul {
    list-style: none;
    margin-top: 30px;
}

.contact-form-wrapper .social ul li.social-item {
    display: inline-block;
    margin-right: 10px;
}

.contact-form-wrapper .social ul {
    padding: 0;
}

.contact-form-wrapper .social ul li.social-item a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    background-color: var(--theme-color);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .7s all;
}

.contact-form-wrapper .social ul li.social-item svg {
    width: 50%;
    height: 50%;
    display: block;
    transition: .7s all;

}

.contact-form .col {
    flex: 0 0 auto !important;
    padding-bottom: 10px;
}

.contact-form .col.large-6,
.contact-form .col.medium-6 {
    width: 50%;
}

.contact-form input {
    box-shadow: none;
    width: 100%;
    height: 52px;
    background: transparent;
    border: 1px solid #D9DDE4;
    border-radius: 4px;
    padding: 18px;
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: 0.3px;
    color: #97A1B2;
}

.contact-form textarea {
    box-shadow: none;
    width: 100%;
    height: 52px;
    background: transparent;
    border: 1px solid #D9DDE4;
    border-radius: 4px;
    padding: 18px;
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: 0.3px;
    color: #97A1B2;
}

.contact-form input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: fit-content;
    position: relative;
    display: inline-block;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    padding: 10px 50px;
    color: #fff;
    border-radius: 5px 5px;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    letter-spacing: 1px;
    background-color: var(--main-cl);
    transition: color 0.45s cubic-bezier(.785, .135, .15, .86), border 0.45s cubic-bezier(.785, .135, .15, .86);
    z-index: 1;
    line-height: normal;
    min-height: unset !important;
    height: unset !important;
}

.box-bg-top {
    min-height: 200px;
    position: relative;
    text-align: center;
    margin-bottom: 10px;
    overflow: hidden;
}

.container > .box-bg-top > .container {
    width: 100%;
}

.box-bg-top .container .container {
    width: 100%;
    padding: 0;
}

.box-bg-top .box-bg-title {
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    height: 130%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
}

.box-bg-top .box-bg-title:after {
    content: '';
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    height: 130%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;

}

.box-bg-top .box-bg-title .title {
    position: relative;
    top: 30%;
    transform: translateY(-30%);
    z-index: 1;
}

.box-bg-top .box-bg-title .title h1.header {
    text-align: left;
    font-size: 40px;
    color: #fff;
    padding-bottom: 15px;
}

.box-bg-top .breadcrumb-box {
    background-color: transparent;
    text-align: left;
}

.box-bg-top .breadcrumb-box .btn-breadcrumb a.btn.btn-default {
    color: #fff;
}

.box-bg-top .breadcrumb-box .btn-breadcrumb span {
    font-size: 12px;
}

.box-bg-top.post_detail .title h1.header {
    text-align: left;
    font-size: 20px;
    color: #fff;
    padding-bottom: 15px;
}

.wrapper {
    padding-top: 0;
}

.box-bg-top.box-bg-center .title h1.header {
    text-align: center;
}

.box-bg-top.box-bg-center .breadcrumb-box {
    text-align: center;
}

.blog_wrap {
    gap: 1rem !important;
    display: flex !important;
    flex-wrap: wrap;
}

.blog_wrap .item {
    width: calc(100% / 2 - (1rem * 1 / 2));
}

.ajax-paging {
    margin-top: 1rem;
}

.ajax-paging ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding-left: 0;
    gap: 1rem;
}

.ajax-paging ul li {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
}

.ajax-paging ul a {
    padding: 0.26rem 0.677rem;
    border-radius: 5px;
    font-size: 13px;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .7s all;
    width: 2rem !important;
    height: 2rem !important;
}

.ajax-paging ul li a svg {
    width: 100%;
    height: 100%;
    display: block;
    transition: .7s all;
}

.ajax-paging ul li a svg path {
    transition: .7s all;
}

.ajax-paging ul a.active, .ajax-paging ul a:hover {
    background: var(--main-cl);
    color: white;
    transition: .7s all;
}

.ajax-paging ul a.active svg path, .ajax-paging ul a:hover svg path {
    stroke: white;
    transition: .7s all;
}

.td-default-sharing {
    display: flex !important;
    align-items: center;
    gap: .5rem;

}

.td-default-sharing a {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .5rem;
}

.td-default-sharing a.facebook {
    background: #516EAB;
}

.td-default-sharing a.twitter {
    background: #000000;
}

.td-default-sharing a.pinterest {
    background: #CA212A;
}

.td-post-sharing.td-post-sharing-bottom.td-with-like {
    display: flex;
    align-items: center;
}

.td-default-sharing a svg {
    width: 100%;
    height: 100%;
    display: block;
}

.single-post .related_post .post-container.post-container-grid.flex.flex-wrap.items-center {
    display: flex !important;
    gap: 1rem;
}

.single-post .related_post .post-container.post-container-grid.flex.flex-wrap.items-center .item {
    width: calc(100% / 4 - (1rem * 3 / 4));
}

span.post-time .icon {
    width: 1rem !important;
    height: 1rem !important;
    line-height: unset;
    display: flex;
}

span.post-time .icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

span.post-time {
    display: flex;
    gap: .5rem;
    align-items: center;
}

.object-detail .info .block:first-child {
    padding-right: 0;
}

header .header-content {
    padding: 10px 0;
}

.container-width, .full-width .ubermenu-nav, .container, .row {
    max-width: 1320px !important;
}

button.btn.btn-search.btn-default {
    display: flex;
    justify-content: center;
    align-items: center;
}

button.btn.btn-search.btn-default svg {
    width: 30%;
    height: 30%;
    display: block;
}

.scb-phone-box .btn-call__ico {
    animation: 1200ms ease 0s normal none 1 running shake2;
    -webkit-animation-iteration-count: infinite;
}

.social-contact-box ul {
    display: flex;
    align-items: center;
    gap: .5rem;
}

a.social-contact-link img {
    max-height: 21px;
}

#spr-reviews .spr-btn--primary {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto !important;
}

@keyframes shake2 {
    0% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        /* -webkit-transform: rotateZ(0deg); */
    }

    10% {
        transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
    }
    20% {
        transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
    }
    30% {
        transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
    }
    40% {
        transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
    }
    50% {
        transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
    }
    60% {
        transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
    }
    70% {
        transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
    }
    80% {
        transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
    }
    90% {
        transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
    }
    100% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
}

.social-contact-style1 .social-contact-item a {
    transition: .7s all;

}

.social-contact-style1 .social-contact-item a:hover {
    background-color: white !important;
    transition: .7s all;
}

.social-contact-style1 .social-contact-item a:hover img {
    filter: brightness(0) invert(0);
    transition: .7s all;
}

.social-contact-style1 .social-contact-item a img {
    transition: .7s all !important;
}

.scb-phone-box.social-bottomLeft:hover img {
    filter: brightness(0) invert(0);
    transition: .7s all !important;
}

.scb-phone-box.social-bottomLeft img {
    transition: .7s all;
}

svg.author-post {
    width: 15px;
    height: 15px;
    display: flex;
    flex: 0 0 auto;
}

.post .item .title .post-info {
    display: flex;
    align-items: center;
    gap: .5rem;
    flex-wrap: wrap;
}

.widget_box_post_sidebar .sidebar-title {
    padding: 0 !important;
}

.contact-form-wrapper .wpcf7 .wpcf7-not-valid-tip {
    background: var(--main-cl);
    opacity: 1;
    position: absolute;
    z-index: 2;
    color: white;
}

.contact-form-wrapper span.wpcf7-spinner {
    display: none;
}

.search-empty.text-center .button {
    background: var(--main-cl);
    padding: 5px 30px;
    line-height: normal;
    border-radius: 110px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin: 1rem auto !important;
}


.ajax_loading {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: end;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 10;
    padding-bottom: 20rem;
}

.ajax_loading.active {
    opacity: 1;
    pointer-events: auto;
    align-items: flex-end;
    padding-bottom: 10rem;
}

.ajax_loading.active_2 {
    opacity: 1;
    pointer-events: auto;
    align-items: flex-start;
    padding-bottom: 0;
    padding-top: 10rem;
}

.ajax_loading_logo {
    animation: loadingFloat 1s ease-in-out infinite;
    width: 15rem;
}

@keyframes loadingFloat {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

.product_list .row {
    margin: 0 auto !important;
}

/* add to cart css*/
.product-buy-area {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 20px 0;
}

/* Số lượng */
.qty-wrap {
    display: flex;
    align-items: center;
    border: 1.5px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
}

.qty-btn {
    width: 36px;
    height: 44px;
    background: #f5f5f5;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #333;
    transition: background .15s;
}

.qty-btn:hover {
    background: #e8e8e8;
}

.qty-input {
    width: 48px;
    height: 44px;
    text-align: center;
    border: none;
    border-left: 1.5px solid #ddd;
    border-right: 1.5px solid #ddd;
    font-size: 15px;
    font-weight: 600;
    outline: none;
    -moz-appearance: textfield;
}

.qty-input::-webkit-outer-spin-button,
.qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

/* Nút chung */
.btn-cart,
.btn-buynow {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 24px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    min-width: 160px;
    transition: opacity .15s, transform .12s;
    line-height: 1.3;
}

.btn-cart:hover,
.btn-buynow:hover {
    opacity: .88;
}

.btn-cart:active,
.btn-buynow:active {
    transform: scale(.97);
}

/* Thêm vào giỏ — đỏ cam */
.btn-cart {
    background: #e8380d;
    color: #fff;
}

/* Mua ngay — xanh lá */
.btn-buynow {
    background: #28a745;
    color: #fff;
}

.btn-main-text {
    font-size: 15px;
    font-weight: 700;
}

.btn-sub-text {
    font-size: 11px;
    opacity: .85;
    font-weight: 400;
}

/* checkout css*/
.fs-cart-box {
    background: white;
}

select#fs-ward {
    line-height: normal;
    height: 50px;
}

.fs-checkout-wrap :is(input,select) {
    height: 50px;
    border-radius: 5px;
    overflow: hidden;
    color: #333;
}

.fs-checkout-wrap input {
    box-shadow: none;
}


.fs-checkout-wrap :is(input,select):focus {
    border-color: var(--main-cl);
}

.fs-checkout-wrap input::placeholder {
    color: #333;
}

.fs-section-title {
    font-size: 18px;
    font-weight: 700;
}

.fs-section:not(:last-child) {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 24px;
}

.fs-section .fs-form-row:last-child {
    margin: 0;
}

.fs-textarea {
    min-height: 85px;
    height: 85px;
}

.fs-payment-option:has(input:checked) {
    background: #FDF1F1;
    border: 1px solid #ff7878;
}


.fs-payment-option input[type=radio] {
    accent-color: white;
}

.fs-payment-option input[type=radio] {
    position: relative;
    overflow: unset;
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
    color: unset;
}

.fs-payment-option input[type=radio]:before {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    width: 120%;
    height: 120%;
    border-radius: 100%;
    background: var(--main-cl);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.fs-payment-option input[type=radio]:after {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: white;
    width: 50%;
    height: 50%;
    z-index: 1;
    border-radius: 100%;
    opacity: 0;
}

.fs-payment-option input[type=radio]:checked:after,
.fs-payment-option input[type=radio]:checked:before {
    opacity: 1;
}


.fs-qr-panel {
    background: #FDF1F1;
    border: 1px solid #C2E4DB;
}

.fs-bank-info strong {
    color: var(--main-cl);
    opacity: 1;
}

.kvmh-wrapper {
    margin-bottom: 15px;
    border-radius: 16px
}

span.kvmh-dot {
    display: none;
    text-align: center;
}

.kvmh-header {
    text-align: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
}


.qty-btn {
    width: 20px !important;
    height: auto !important;
    min-width: unset !important;
    max-width: unset !important;
    max-height: unset !important;
    padding: 0 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

input#fs-qty {
    height: 1100%;
    border: 0;
    box-shadow: none;
}

.btn-cart {
    padding: 5px 15px;
    line-height: normal;
    height: 100%;
    min-height: unset !important;
    justify-content: center;
    gap: .25rem;
}

.product-buy-area {
    height: 50px;
    overflow: unset;
}

.btn-buynow {
    min-height: unset !important;
    height: 100%;
    padding: 5px 15px;
    line-height: normal;
    height: 100%;
    min-height: unset !important;
    justify-content: center;
    gap: .25rem;
}

span.btn-sub-text {
    line-height: 1;
}

.btn-main-text {
    line-height: 1.1;
}

.products-detail .order-button .heading {
    font-size: 16px;
}

header .list-item .cart-top a {
    background: no-repeat;
}

header span.fs-cart-count {
    position: relative;
    line-height: normal;
    height: unset;
    background: no-repeat;
    color: var(--main-cl);
    min-width: unset !important;
    padding: 0;
    font-size: 14px;
}

header p.heading {
    display: flex;
    align-items: center;
}

.pre-cart-box {
    display: flex;
    align-items: center;
    width: 100%;
    border: 1px solid var(--main-cl);
    border-radius: 5px;
    color: var(--main-cl);
    transition: .7s all;

}

.pre-cart-box button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.product-slider-horizontal .item .title .pre-cart-box:hover {
    background: var(--main-cl);
    transition: .7s all;
}

.product-slider-horizontal .item .title .pre-cart-box span {
    transition: .7s all;

}

.product-slider-horizontal .item .title .pre-cart-box:hover span {
    color: white;
    transition: .7s all;

}

.pre-cart-box:hover svg path {
    fill: white;
    transition: .7s all;
}

.pre-cart-box svg path {
    transition: .7s all;
}

.navigation .header-list-item .item a .title .heading {
    text-transform: uppercase;
}

.menu-vertical .menu-vertical__content .menu-vertical__category .menu-vertical__category__nav .nav-item span {
    text-transform: uppercase;
}

.menu-vertical .menu-vertical__header span {
    font-weight: 700;
}

.fs-drawer-header h3 {
    color: white !important;
    font-size: 18px;
}

button#fs-drawer-close:hover {
    transform: rotate(360deg);
    transition: .7s all;
}

button#fs-drawer-close {
    transition: .7s all;
}

.fs-drawer-qty-btn {
    width: 20px;
    height: 30px;
    min-height: unset;
    min-width: unset;
    padding: 0 .75rem;
}

.fs-drawer-qty-val {
    line-height: normal;
    border: none;
    width: 30px;
    flex: 1;
}

.fs-drawer-item-del {
    flex: 0 0 auto;
}

.fs-drawer-header {
    background: var(--main-cl);
}

.fs-drawer-btn-checkout {
    background: var(--main-cl);
}

span#fs-drawer-total-val {
    color: var(--main-cl);
    font-size: 28px;
}

.fs-drawer-subtotal {
    font-size: 15px;
}

label.fs-payment-option:nth-child(2) {
    display: none;
}

.fs-btn-order {
    transition: .7s all !important;
    border: 1px solid var(--main-cl):
}

.fs-btn-order:hover {
    background: white;
    color: var(--main-cl);
    border: 1px solid var(--main-cl);
}

.fs-coupon-card {
    background: #FDF1F1;
}

.fs-coupon-code {
    background: var(--main-cl);
    color: white;
}

.fs-coupon-pick-btn {
    background: var(--main-cl);
}

.fs-coupon-card:hover {
    background: #ffebeb;
}

.fs-coupon-pick-btn:hover {
    background: white;
    color: var(--main-cl);
    border: 1px solid var(--main-cl);
    transition: .7s all;
}

.fs-coupon-pick-btn {
    transition: .7s all !important;
    border: 1px solid var(--main-cl);
}

.fs-btn-apply:hover {
    background: white;
    transition: .7s all;
    border: 1px solid #960b00;
    color: #960b00;
}

.fs-btn-apply {
    border: 1px solid #960b00;
    transition: .7s all;
}

.fs-item-name:hover {
    color: var(--main-cl);
}

.fs-item-qty-btn:hover {
    border-color: var(--main-cl);
}

.fs-textarea:focus {
    border-color: var(--main-cl);
}

.fs-qr-panel {
    border: 1px solid var(--main-cl);
}

.fs-drawer-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    height: 100%;
    justify-content: center;
}

.fs-drawer-empty p {
    color: var(--main-cl);
    font-size: 18px;
}

.cart-top:hover p {
    color: var(--main-cl) !important;
    transition: .7s all;
}

.fs-drawer-btn-checkout:hover {
    background: white;
    color: var(--main-cl);
    border: 1px solid var(--main-cl);
}

.fs-drawer-btn-checkout {
    border: 1px solid var(--main-cl);
}

.products-detail .description {
    font-size: 18px;
}

.fs-price {
    font-size: 1rem;
}

.fs-variant-btn {
    font-size: .85rem;
    line-height: normal !important;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: unset;
    border: 1px solid #e0e0e0;
    height: unset;
    padding: .5rem .75rem;
    border-radius: 10px;
}

.fs-variant-head span:nth-child(6) {
    display: none;
}

.fs-variants-wrap .fs-variant-img-wrap {
    display: none;
}

.fs-variant-btn.active {
    background: var(--main-cl);
    border: 1px solid var(--main-cl);
}

.fs-variant-btn:hover {
    border-color: var(--main-cl);
    color: var(--main-cl);
}

.fs-variant-btn.active:hover {
    color: white;
}

header span.fs-cart-count {
    color: white;
    background: var(--main-cl);
    font-size: .7rem;
    width: 1rem;
    height: 1rem;
    position: relative;
    margin-left: .25rem;
}

.popup_home {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    background: #000000d6;
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: center;
}

.popup_home_inner {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40rem;
    height: 40rem;
}

.popup_home_inner img {
    width: 100%;
    height: auto;
}

.popup_home_inner .item_link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.popup_toggle {
    position: absolute;
    top: 0;
    right: -2rem;
    width: 1.5rem;
    height: 1.5rem;
    z-index: 2;
    cursor: pointer;
    transition: transform .7s ease;
}

.popup_toggle:hover {
    transform: rotate(360deg);
}

.popup_toggle svg {
    width: 100%;
    height: 100%;
    display: block;
}

.product_related_mobile {
    display: none;
}

/* ===== SEARCH DROPDOWN ===== */
.search-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.search-dropdown {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.10), 0 1.5px 6px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.07);
    z-index: 9999;
    overflow: hidden;

    /* Transition mượt */
    max-height: 0;
    opacity: 0;
    pointer-events: none;
    transition: max-height 0.3s ease, opacity 0.25s ease;
}

.search-dropdown--visible {
    max-height: 600px;
    opacity: 1;
    pointer-events: auto;
}

/* ===== ITEM ===== */
.search-dropdown__item {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 12px;
    padding: 10px 14px;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    transition: background 0.15s ease;
}

.search-dropdown__item:last-child {
    border-bottom: none;
}

.search-dropdown__item:hover {
    background: #f8f8f8;
}

/* ===== THUMB ===== */
.search-dropdown__thumb {
    flex-shrink: 0;
    width: 64px;
    /* height tự khớp với detail nhờ align-items: stretch */
    overflow: hidden;
    border-radius: 6px;
    background: #f2f2f2;
}

.search-dropdown__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ===== DETAIL ===== */
.search-dropdown__detail {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    min-width: 0;
}

/* Title: height cứng = 2 dòng line-clamp */
.search-dropdown__title {
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    line-height: 1.4;
    height: calc(14px * 1.4 * 2); /* = 39.2px, đúng 2 dòng */
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0;
}

/* Price */
.search-dropdown__price {
    font-size: 14px;
    font-weight: 600;
    color: var(--main-cl);
    white-space: nowrap;
}

/* ===== LOADING ===== */
.search-dropdown__loading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 20px;
}

.search-dropdown__loading span {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--main-cl);
    animation: sdl-bounce 0.9s ease-in-out infinite;
}

.search-dropdown__loading span:nth-child(1) {
    animation-delay: 0s;
}

.search-dropdown__loading span:nth-child(2) {
    animation-delay: 0.15s;
}

.search-dropdown__loading span:nth-child(3) {
    animation-delay: 0.3s;
}

@keyframes sdl-bounce {
    0%, 80%, 100% {
        transform: scale(0.6);
        opacity: 0.4;
    }
    40% {
        transform: scale(1);
        opacity: 1;
    }
}

header .search .form-search {
    overflow: unset;
}

header div#fs-product-price {
    margin: 0;
}

header div#fs-product-price span {
    font-size: 0.833rem;
}

p.search-dropdown__title {
    font-size: .75rem;
}

.search-dropdown__detail {
    gap: 0.15625rem;
}

.products-detail .fs-price {
    font-size: 1.4rem;
}

.content_mobile .content_2 a {
    color: white !important;
}

.content.content_mobile_heading a {
    color: yellow;
}

@media (min-width: 1280px) {
    html {
        font-size: 1vw !important;
    }

    body {
        font-size: 15px !important;
    }
}

.gallery_thumb_image {
    aspect-ratio: 467 / 467;
    border-radius: 10px;
    overflow: hidden;
}

.gallery_thumb_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery_nav {
    margin-top: 1rem;
}

.gallery_nav_item {
    padding: 0 0.521rem;

}

.gallery_nav_item_inner {
    height: 3.28125rem;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    cursor: pointer;

}

.swiper.gallery_nav_slide {
    margin: 0 -0.521rem;
}

.gallery_nav_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery_nav_item_inner:before {
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background: white;
    opacity: .6;
    z-index: 1;
    pointer-events: none;
    transition: .7s all;
}

.swiper-slide-thumb-active .gallery_nav_item_inner:before {
    opacity: 0;
    transition: .7s all;
}

.products-detail .order-button .button:hover {
    box-shadow: unset;
}

.products-detail .order-button .button {
    margin: 0;
    display: flex !important;
    align-items: center;
    gap: 10px;
    padding: 0;
    background: unset;
}

.products-detail .social-block .social-btns .btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.products-detail .social-btns {
    display: flex;
    align-items: center;
    gap: .5rem;
}

.products-detail .social-block .social-btns .btn svg {
    width: 20px;
    height: 20px;
    display: block;
    z-index: 3;
}

.products-detail .social-block .social-btns .btn.twitter:before {
    background: black;
}

.products-detail .social-block .social-btns .btn:hover svg path {
    fill: white;
    transition: .7s all;
}

.product_detail_tab .tab_heading_item {
    transition: .7s all;
    display: block;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 30px;
    color: #000;
    background-color: #fff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .1);
    padding: 10px 15px;
    cursor: pointer;
}

.product_detail_tab .tab_heading_item.active, .product_detail_tab .tab_heading_item:hover {
    background: var(--main-cl);
    color: white;
    transition: .7s all;
}

.product_detail_tab .tab_block_heading {
    gap: .5rem;
}

.product_detail_tab .tab_block_inner {
    box-shadow: 0 15px 35px rgba(0, 0, 0, .1);
    border-radius: 16px;
    overflow: hidden;
    padding: 25px 10px;
}

.product_detail_tab .tab_block {
    margin-top: 1rem;
}

.products-detail .sidebar-title {
    padding: 0 !important;
}

.products-detail .sidebar-title .header-title p {
    color: white !important;
}

.viewed_product .item {
    display: flex;
    align-items: start;
}

.viewed_product .item .img {
    width: fit-content;
    overflow: hidden;
    aspect-ratio: 75 / 75;
}

.viewed_product .item:last-child {
    margin: 0;
}

.viewed_product .item:hover img {
    transform: scale(1.1);
    transition: .7s all;
}

.viewed_product .item img {
    transition: .7s all;
}

.viewed_product .sidebar-content.box-content.product-slider-vertical {
    max-height: unset;
    display: flex;
    flex-direction: column;
    row-gap: .5rem;
}

.products-detail .viewed_product .price {
    margin: 0 !important;
}

.products-related {
    margin: 20px 0;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .1);
    border-radius: 16px;
    padding: 10px;
}

.products-related .header-title .header {
    text-align: left;
    margin: 20px 0;
    text-transform: uppercase;
}

.products-related.product-slider-horizontal .item .img {
    height: 250px !important;
    width: 100% !important;
}

.products-related.product-slider-horizontal .item .product a {
    width: 100%;
    height: 100%;
    display: block;
}

.arrow_box .arrow svg path {
    transition: .7s all;
}

.arrow_box .arrow:hover svg path {
    fill: white;
    transition: .7s all;
}

.widget_product_style_24 .list-tag a {
    transition: .7s all;
}

.widget_product_style_24 .list-tag a:hover {
    background: var(--sub-cl);
    transition: .7s all;
    color: var(--main-cl);
}

svg.cart_svg,
svg.view_svg,
svg.add_to_cart_svg {
    width: 18px;
    height: 18px;
    display: flex;
}

.product-item .pre-info .sold,
.product-item .pre-info .view,
.product-item .pre-cart-box span {
    display: flex;
    align-items: center;
    gap: .1rem;
}

.product-item .pre-cart-box span {
    justify-content: center;
}

footer .form-group .button, footer .form-group .button input {
    min-height: unset;
    white-space: nowrap;
    padding: 0 !important;,
ar:;
    margin: 0 !important;
    max-height: 40px;
    background: var(--main-cl);
    display: flex;
    justify-content: center;
    font-style: unset;
    width: 100%;
    flex: 0 0 auto;
    box-shadow: none;
    border: unset;
    font-weight: 700;
    line-height: normal;

}

footer .form-group input {
    height: 40px;
    box-shadow: unset;
    background: #F0F0F0;
    border: none;
    color: #989898;
}

footer .form-group .button input {
    margin: 0;
    padding: 0;
    color: white !important;
}

footer .form-group .button .wpcf7-spinner {
    display: none;
}


footer .wpcf7 .wpcf7-not-valid-tip {
    position: absolute;
    z-index: 2;
    background: var(--main-cl);
    color: white;
    opacity: 1;
    font-size: 12px;
    width: 100%;
    margin-top: -5px;
}

footer .widget_footer_style_2 .widget_email .form-group {
    overflow: unset;
}

.wpcf7 .wpcf7-not-valid-tip:after {
    border-bottom-color: var(--main-cl);
}

footer .wpcf7 form.invalid .wpcf7-response-output {
    font-size: 14px;
    line-height: normal;
    margin: 50px 0 0 0 !important;
}


.page-template-about .breadcrumbs {
    padding: 1rem 0;
}

.breadcrumbs a {
    color: #2e2e2e;

}

.about_1_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.about_1_img {
    height: 30rem;
}

.slide_content.text-center .title {
    font-size: 42px;
    font-weight: 700;
    color: #231f20 !important;
}

.slide_content .content {
    font-size: 18px;
    margin-top: 20px;
}

.about_circle_item .item .title {
    font-size: 18px;
    font-weight: 700;
}

.about_sec_4 .about_tab_block .title {
    font-size: 20px;
    font-weight: 700;
}

.about_sec_4 .about_tab_block .content {
    font-size: 16px;
}

.about_sec_5 {
    padding: 6rem 0 !important;
}

.about_sec_5 .image {
    margin-top: 2.5rem;
    width: 100%;
    height: auto;
}

.about_sec_5 .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.header-mobile .btn-cart-mobile span {
    top: -10px;
}

.search-empty.text-center .image_default {
    width: 15rem;
    height: auto;
}

.scb-phone-box .btn-call__ico {
    padding: .75rem;
    overflow: hidden;
}

@keyframes hoverWave {
    0% {
        box-shadow: 0 8px 10px var(--btn-border-color), 0 0 0 0 var(--btn-border-color), 0 0 0 0 var(--btn-border-color);
    }

    40% {
        box-shadow: 0 8px 10px var(--btn-border-color), 0 0 0 15px var(--btn-border-color), 0 0 0 0 var(--btn-border-color);
    }
    80% {
        box-shadow: 0 8px 10px var(--btn-border-color), 0 0 0 30px var(--btn-border-color), 0 0 0 26.7px var(--btn-border-color);
    }
    100% {
        box-shadow: 0 8px 10px var(--btn-border-color), 0 0 0 30px var(--btn-border-color), 0 0 0 40px var(--btn-border-color);
    }

}

.product-sort-bar .product-sort-box .product-sort-element .btn {
    font-size: 14px;
}

.product_detail_gallery .pagination_wrap {
    display: none;
}

.search-overlay-mobile {
    display: none;
}

.blog_wrap .item .title {
    padding: .5rem;
}

.fs-btn-order {
    background: var(--main-cl);
    text-transform: uppercase;
}

.fs-btn-invoice {
    background: var(--main-cl);
}

.fs-btn-apply {
    background: #960b00;
}

header .slogan {
    text-transform: uppercase;
}

section.fs-section.fs-section-invoice {
    display: none !important;
}

.fixed_cta_bottom {
    display: none;
}

a.popup_default {
    padding: .75rem 1.5rem;
    border: 1px solid var(--main-cl);
    border-radius: 6px;
    margin: 1rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    color: var(--main-cl);
    line-height: normal;
    cursor: pointer;
    transition: .7s all;
}

a.popup_default:hover {
    background: var(--main-cl);
    color: white;
    transition: .7s all;
}

div#default_form {
    width: 40rem;
    border-radius: 20px;
    padding: 2rem 1rem;
}

@media only screen and (max-width: 991px) {

    .header-mobile .logo a {
        margin: 0 auto;
    }

    .sliderWidthTitle .slider_list_item .item {
        height: auto !important;
    }

    .header-mobile .logo {
        display: flex;
    }

    .header-mobile .logo img {
        max-height: 70px;
    }

    .header-mobile .btn-menu-mobile {
        width: fit-content;
        height: 40px;
    }

    .header-mobile .btn-menu-mobile svg {
        width: 100%;
        height: 100%;
        display: block;
    }

    svg.header_cart, svg.header_search {
        width: 30px;
        height: 25px;
        display: flex;
    }

    .box-content .arrow.prev {
        left: 30px !important;
        opacity: 1;
    }

    .box-content .arrow.next {
        right: 30px !important;
        opacity: 1;
    }

    .home_1 .container {
        padding: 0;
    }

    .banner.effect-hover-guong.effect-hover-zoom {
        height: 35rem;
        width: 100%;
    }

    .banner.effect-hover-guong.effect-hover-zoom img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .home_3 .box-content .arrow.next {
        right: 0 !important;
    }

    .home_3 .box-content .arrow.prev {
        left: 0 !important;
    }

    .menu_mobile_wrap {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2002;
        background: rgba(0, 0, 0, 0);
        visibility: hidden;
        transition: background 0.3s ease;
    }

    .menu_mobile_wrap.active {
        background: rgba(0, 0, 0, 0.5);
        visibility: visible;
    }

    /* Menu chính */
    .menu_mobile_wrap .menu-mobile {
        position: fixed;
        top: 0;
        left: 0;
        width: 75%;
        max-width: 320px;
        height: 100%;
        background: #fff;
        transform: translateX(-100%);
        transition: transform 0.3s ease;
        z-index: 2002;
    }

    .menu_mobile_wrap.active .menu-mobile {
        transform: translateX(0);
    }

    .header-mobile {
        padding: 0 !important;
    }

    .header-mobile .container {
        padding: 10px 20px;
    }

    .header-mobile .container {
        background: white;
        box-shadow: 1px 1px 10px rgba(0, 0, 0, .15);
        z-index: 2001;
    }

    .about_sec_1 .container {
        align-items: center;
    }

    .page-template-about .col {
        padding-left: 0;
        padding-right: 0;
    }

    .about_sec_2 .pagination_wrap .arrow_slide.prev {
        left: -2%;
    }

    .about_sec_2 .pagination_wrap .arrow_slide.next {
        right: -2%;
    }

    .menu_mobile_header_list.mm-panel:after {
        content: unset !important;
        display: none;
        height: unset !important;
    }

    div#mm-0 {
        position: relative !important;
        inset: unset !important;
    }

    .mm-panels > .mm-panel {
        position: relative;
    }

    .mm-panel:after {
        content: unset;
    }

    a.mm-navbar__title {
    }

    .mm-navbar.mm-navbar_sticky {
    }

    #mm-1 .mm-navbar.mm-navbar_sticky {
        border-top: 1px solid var(--mm-color-border);
    }

    .mm-panel .mm-navbar__title {
        font-weight: 700;
    }

    .scb-phone-box {
        z-index: 1500 !important;
    }

    .social-contact-box {
        z-index: 1500 !important;
    }

    span.avatar.avatar-placeholder {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .products-detail .sidebar .policy_intuitive .list-item .pr-item {
        flex-wrap: wrap;
        display: flex;
        align-items: center;
        text-align: center;
    }

    .products-detail .sidebar .policy_intuitive .list-item .pr-item .img {
        width: fit-content;
        margin: 0 auto;
    }

    .products-detail .sidebar .policy_intuitive .list-item .pr-item .title h4 {
        text-align: center;
    }

    .viewed_product .item {
        flex-wrap: wrap;
    }

    .viewed_product .item .img {
        width: 100%;
        aspect-ratio: unset;
        margin: 0;
    }

    .viewed_product .item .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .product-slider-vertical .item .info {
        width: 100%;
        margin-top: 1rem;
    }

    /* Search Overlay Mobile */
    .search-overlay-mobile {
        display: none;
        position: fixed;
        right: 0;
        width: fit-content;
        z-index: 9999;
        background: #fff;
        padding: 12px 16px;
        box-shadow: 0 2px 12px rgba(0, 0, 0, .15);
    }

    .search-overlay-mobile.is-open {
        display: block;
    }

    .search-overlay-mobile__inner {
        position: relative;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .search-overlay-mobile__inner .navbar-form.form-search {
        flex: 1;
    }

    .search-overlay-mobile__inner .form-group {
        display: flex;
        align-items: center;
        border: 1.5px solid #C7271A;
        border-radius: 6px;
        overflow: hidden;
    }

    .search-overlay-mobile__inner .form-control {
        flex: 1;
        border: none;
        outline: none;
        padding: 10px 12px;
        font-size: 14px;
    }

    .search-overlay-mobile__inner .btn-search {
        background: #C7271A;
        border: none;
        padding: 10px 14px;
        cursor: pointer;
        display: flex;
        align-items: center;
    }

    .search-overlay-mobile__inner .btn-search svg {
        width: 16px;
        height: 16px;
    }

    .search-overlay-mobile__close {
        background: none;
        border: none;
        cursor: pointer;
        color: #333;
        padding: 4px;
        flex-shrink: 0;
    }

    /* Live search results bên trong overlay */
    .search-overlay-mobile__inner .live-search-results {
        position: absolute;
        top: 100%;
        left: 0;
        right: 40px; /* tránh đè nút X */
        background: #fff;
        border: 1px solid #eee;
        border-top: none;
        z-index: 10000;
        box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
    }

    .search-overlay-mobile__inner .btn-search {
        width: fit-content;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .search-overlay-mobile__inner .btn-search svg {
        width: 20px !important;
        height: 20px !important;
        display: block;
    }

    form.navbar-form.form-search {
        display: flex;
    }

    .search-overlay-mobile__inner .form-group {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .search-overlay-mobile {
        width: 100%;
    }

    form.navbar-form.form-search {
        width: 100%;
    }

    .search-overlay-mobile__inner .form-group {
        width: 100%;
    }

    .product-buy-area {
        flex-wrap: wrap;
        height: auto;
    }

    .product-buy-area .btn-cart, .product-buy-area .btn-buynow {
        width: 100%;
        padding: .75rem 1rem;
    }

    .kvmh-header {
        font-size: 16px;
    }

    .sidebar .widget .sidebar-title .header {
        font-size: 16px;
    }

    .menu_mobile_wrap ul.mm-listview {
        max-height: 34rem;
        overflow: auto;
        margin-right: 1rem;
        margin-top: 1rem;
    }

    .mm-listitem:first-child a {
        padding-top: 0;
    }

    .popup_toggle {
        position: absolute;
        top: 0;
        transition: .7s all;
        width: 2.5rem;
        height: 2rem;
        z-index: 5;
        right: -1rem;
        cursor: pointer;
    }

    .mm-navbars_top {
        display: none;
    }

    .header-mobile {
        background: var(--main-cl) !important;
    }

    .header-mobile .container {
        background: var(--main-cl);
    }

    a.btn-menu-mobile svg path {
        stroke: white;
    }

    .menu_mobile_new .content {
        color: yellow;
    }

    svg.header_cart path {
        fill: white;
    }

    .header-mobile .btn-cart-mobile span {
        background: yellow;
        color: var(--main-cl);
    }

    .content_mobile {
        color: white;
    }

    .search-overlay-mobile__inner .btn-search {
        background: white !important;
        height: 100% !important;
        border: unset !important;
    }

    .search-overlay-mobile__inner .form-group {
        border: unset;
    }

    .search-overlay-mobile__inner .form-group input {
        height: 100%;
        outline: unset;
        box-shadow: unset;
        border: unset;
    }

    .menu_mobile_new .content {
        color: yellow;
    }
}

@media only screen and (max-width: 767px) {
    .home_3 .box-content {
        overflow: unset;
    }

    .home_1 .sliderWidthTitle .slider_list_item .item {
        height: 15rem !important;
    }

    .home_1 .sliderWidthTitle .slider_list_item .item img {
        object-fit: contain;
    }

    .home_3 .box-content .arrow {
        top: 120%;
    }

    .home_3 .box-content .arrow {
        top: 120%;
    }

    .widget_product_style_24 .product_style_24_category_list {
        flex-wrap: wrap;
        gap: .5rem;
    }

    .widget_product_style_24 .product_style_24_category_list li {
        width: calc(100% / 2 - (.5rem * 1 / 2));
        text-align: center;
    }

    .widget_product_style_23 .product_style_23_header .product_style_23_category_list {
        flex-wrap: wrap;
        gap: .5rem;
    }

    .widget_product_style_23 .product_style_23_header .product_style_23_category_list li {
        width: calc(100% / 2 - (.5rem * 1 / 2));
        text-align: center;
    }

    .home_9 .box-content {
        overflow: unset;
    }

    .home_9 .arrow {
        top: 116%;
    }

    .home_9 .box-content .arrow.prev {
        left: 0 !important;
    }

    .home_9 .box-content .arrow.next {
        right: 0 !important;
    }

    .home_10 {
        padding-bottom: 5rem;
    }

    .home_10 .box-content {
        overflow: unset;
    }

    .home_10 .arrow {
        top: 110%;
    }

    .header-mobile .container {
        padding: 5px 20px;
    }

    .header-mobile .btn-menu-mobile {
        height: 30px;
    }

    .scb-phone-box .btn-call {
        width: 50px;
        height: 50px;
    }

    .scb-phone-box:hover .btn-call__number {
        height: 40px;
        display: flex;
        justify-content: start;
        align-items: center;
        padding-left: 30px;
        width: 170px;
    }

    footer {
        padding-bottom: 8rem;
    }

    .scb-phone-box .btn-call__number {
        height: 35px;
    }

    .page-template-about .col.small-12 {
        width: 100%;
        flex: 0 0 auto;
    }

    .about_1_img {
        height: auto;
    }

    .about_sec_1 .container {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .about_sec_1 .group_content {
        padding-left: 0;
    }

    .about_sec_1 .group_content:after {
        content: unset;
    }

    .about_sec_1 .group_content:before {
        content: unset;
    }

    .page-template-about .section {
        padding-top: 0 !important;
    }

    h2.about_title {
        font-size: 26px;
    }

    .page-template-about .col {
        padding-bottom: 15px;
    }

    .page-template-about .header-mobile {
        border-bottom: 1px solid #c6c6c6;
    }

    .video_wrap {
        height: 15rem;
    }

    .pagination_wrap .arrow_slide {
        position: relative;
        inset: unset;
        width: 3rem;
        height: 3rem;
        flex: 0 0 auto !important;
        display: flex;
        padding: .9rem;
        border-radius: 100%;
        transform: unset;
    }

    .pagination_wrap {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin: 1rem 0;
    }

    .pagination_wrap .swiper-pagination {
        display: flex;
        position: relative;
        width: fit-content;
        margin-top: 2rem;
    }

    .pagination_wrap .swiper-pagination-bullet {
        background: black;
    }

    .about_slide .swiper-slide .slide_item {
        flex-direction: column-reverse;
    }

    .about_sec_3 .container {
        flex-wrap: wrap;
    }

    .about_sec_3 .container .col.small-12 {
        width: 100%;
        flex: 0 0 auto;
    }

    .about_sec_3 .container {
        padding: 3rem 20px;
    }

    .about_sec_3 {
        padding: 1.5rem 0 .5rem !important;
    }

    .about_circle_item .item {
        position: relative;
        inset: unset !important;
        transform: unset !important;
        width: calc(100% / 2 - (.5rem * 1 / 2));
    }

    .about_circle.relative {
        width: 100%;
        flex-direction: column;
        margin-top: 2rem;
    }

    .about_circle_item {
        display: flex;
        align-items: stretch;
        justify-content: center;
        gap: .5rem;
        flex-wrap: wrap;
        margin-top: 3rem;
        z-index: 100;
    }

    .about_circle_item .item {
    }

    .about_circle_content {
        top: 4rem;
        width: 18rem;
    }

    .about_circle_item .item .title {
        margin: 0 !important;
    }

    .about_sec_4 {
        padding: 3rem 0 !important;
    }

    .about_sec_4 .container {
        padding: 3rem 20px 0;
    }

    .about_sec_5 {
        padding: 0 !important;
    }

    .about_sec_5 .container {
        padding: 3rem 20px 2rem !important;
    }

    .page-template-about footer {
        border-top: 1px solid gray;
    }

    .breadcrumbs ol {
        padding-bottom: 1rem;
        overflow: auto;
        flex-wrap: unset;
    }

    .breadcrumbs ol li {
        flex: 0 0 auto;
    }

    .gallery_nav_item_inner {
        height: 7rem;
    }

    .product_detail_gallery .pagination_wrap {
        display: flex;
    }

    .pagination_wrap .arrow_slide {
        inset: unset !important;
        position: relative;
        transform: unset;
        border: 1px solid black;
        /* padding: .5rem; */
    }

    .pagination_wrap .arrow_slide.next svg {
        transform: rotate(180deg);
    }

    .pagination_wrap .arrow_slide svg {
        width: 100%;
        height: 100%;
        display: block;
    }


    .product_detail_gallery .pagination_wrap .arrow_slide svg path {
        fill: unset !important;
    }

    .single-fs_product div#wrapper {
        overflow-x: clip;
    }


    .breadcrumbs ol::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
        background-color: #F5F5F5 !important;
    }

    .breadcrumbs ol::-webkit-scrollbar {
        width: 0.417rem !important;
        height: .3rem;
        background-color: #cedbff !important;
    }

    .breadcrumbs ol::-webkit-scrollbar-thumb {
        background-color: black !important;
    }

    .products-detail .sidebar .policy_intuitive .list-item .pr-item {
        flex-wrap: nowrap;
    }

    .products-related {
        margin-bottom: 7rem;
    }

    .products-related .box-content .arrow {
        top: 110%;
    }

    .products-related .box-content .arrow.prev {
        left: 0 !important;
    }

    .products-related .box-content .arrow.next {
        right: 0 !important;
    }

    .product_detail_tab .tab_heading_item {
        line-height: normal;
        width: 100%;
        background: none;
        border-radius: 0;
    }

    .product_detail_tab .tab_block_heading {
        flex-wrap: wrap;
        justify-content: center;
        background: white;
        box-shadow: 0 15px 35px rgba(0, 0, 0, .1);
        border-radius: 15px;
        overflow: hidden;
        gap: 0;
    }

    .product_detail_tab .tab_heading_item {
        box-shadow: none;
    }

    .blog_wrap .item {
        width: 100%;
        padding: 0;
    }

    .ajax-paging ul a {
        width: 2.5rem !important;
        height: 2.5rem !important;
    }

    .ajax-paging ul {
        gap: .5rem;
    }

    footer {
        border-top: 1px solid #e3e3e3;
    }

    footer .widget_footer_style_2 ul.footer-menu {
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: start;
        gap: .25rem;
    }

    footer {
        margin-top: 1rem;
        padding: 2rem 0 8.5rem !important;
    }

    footer .widget_footer_style_2 .row-widget {
        gap: 15px;
    }

    ul.footer-menu {
        margin: 0;
    }

    .contact-form-wrapper .wpcf7 .wpcf7-not-valid-tip {
        font-size: 12px;
        margin-top: -5px;
    }

    .col.large-6.medium-6.small-12 {
        width: 100%;
    }

    .contact-form input {
        height: 40px;
        font-size: 18px;
    }

    .contact-form textarea {
        font-size: 18px;
    }

    .contact-form :is(textarea,input)::placeholder {
        font-size: 14px;
    }

    .product_list .col-md-15 {
        padding: 0 !important;
        width: 100%;
    }

    .product-sort-element {
        display: flex;
        flex-wrap: wrap;
    }

    .product-sort-bar .product-sort-box .product-sort-element .btn {
        width: 100%;
        margin: 0 !important;
        padding: .5rem 0 !important;
        font-size: 16px !important;
        text-align: center;
    }

    .product-sort-bar .product-sort-box .product-sort-element {
        border: 1px solid #e5e5e5;
        padding: 0;
        border-radius: 15px;
        overflow: hidden;
        box-shadow: 0 15px 35px rgba(0, 0, 0, .1);
        width: 100%;
    }

    /*.product-slider-horizontal .item .img img {*/
    /*    position: relative !important;*/
    /*    inset: unset !important;*/
    /*    width: 100% !important;*/
    /*    height: 100% !important;*/
    /*    object-fit: cover;*/
    /*}*/
    /*.product-slider-horizontal .item .img {*/
    /*    height: 24rem !important;*/
    /*    padding: 0 !important;*/
    /*}*/
    /*.product-slider-horizontal .item .img picture {*/
    /*    width: 100%;*/
    /*    height: 100%;*/
    /*    display: block;*/
    /*}*/
    .product_list {
        margin-top: 1.5rem;
    }

    .kvmh-header {
        font-size: 16px;
    }

    .sidebar .widget .sidebar-title .header {
        font-size: 16px;
    }

    .spr-field label {
        font-size: 1.2rem;
    }

    .spr-rating-text {
        font-size: 1rem;
    }

    .spr-logged-as {
        font-size: 1rem;
    }

    .spr-field input[type="text"] {
        height: 50px;
        box-shadow: none;
        font-size: 18px;
    }

    .spr-field input[type="text"]::placeholder {
        font-size: 14px;
    }

    .spr-field textarea {
        font-size: 18px;
    }

    .spr-field textarea::placeholder {
        font-size: 14px;
    }

    h3.spr-form-title {
        text-align: center;
        font-size: 1.5rem;
    }

    .spr-upload-area {
        min-height: 150px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .spr-upload-placeholder span:last-child {
        font-size: 1rem;
    }

    .spr-summary__count {
        font-size: 1rem;
    }

    .spr-bar-label {
        font-size: 1rem;
    }

    .spr-bar-count {
        font-size: .95rem;
    }

    .spr-stars--lg .spr-star {
        font-size: 2.5rem;
    }

    .spr-pick-star {
        font-size: 2.5rem;
    }

    span.avatar.avatar-placeholder img {
        width: 100%;
        height: 100%;
        transform: unset;
    }

    span.user-name {
        font-weight: 700;
    }

    .popup_home_inner {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 25rem;
        height: 30rem;
    }

    .popup_toggle {
        position: absolute;
        top: -5rem;
        transition: .7s all;
        width: 2.5rem;
        height: 2rem;
        z-index: 5;
        right: 0;
        cursor: pointer;
    }

    .home_9 {
        display: none;
    }

    section.fs-section.fs-section-invoice {
        display: none;
    }

    .related_desktop {
        display: none;
    }

    .product_related_mobile {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }

    .product_related_mobile h2 {
        text-align: center;
        margin: 2rem 0 0;
    }

    .product_related_mobile .item {
        background: white;
        box-shadow: 1px 1px 10px rgba(0, 0, 0, .15);
        gap: .5rem;
        border-radius: 10px;
        overflow: hidden;
    }

    .product_related_mobile .item .thumb {
        width: 35%;
        flex: 0 0 auto;
        height: 100%;
    }

    .product_related_mobile .item .thumb img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .item.relative.flex.items-start {
    }

    .product_related_mobile .item .detail {
        padding: .5rem .5rem .5rem 0;
    }

    .product_related_mobile .item .detail h3 {
        font-size: 1.1rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .product_related_mobile .item .detail .item-pr-price {
        color: var(--main-cl);
        font-weight: 700;
    }

    .product_related_mobile .skd-product-reviews-star {
        display: none;
    }

    .product_related_mobile .pre-info, .product_related_mobile .sold, .product_related_mobile .view {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: .9rem;
    }

    .product_related_mobile .pre-cart-box {
        display: none;
    }

    .product_related_mobile .item a.item_link {
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .fixed_cta_bottom {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: white;
        box-shadow: 1px 1px 10px rgba(0, 0, 0, .15);
        padding: .5rem;
        justify-content: space-between;
        z-index: 1002;
    }

    .fixed_cta_bottom .item {
        flex-direction: column;
        align-items: center;
        gap: .5rem;
    }

    .fixed_cta_bottom .item .icon {
        width: 2.5rem;
        height: 2.5rem;
        border-radius: 100%;
        padding: .4rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .fixed_cta_bottom .item.active .icon {
        background: #ffe4e2;
    }

    .fixed_cta_bottom .item .title {
        font-size: .8rem;
    }

    .fixed_cta_bottom .item:nth-child(3) img {
        filter: brightness(0) invert(1);
    }

    .fixed_cta_bottom .item:nth-child(3) .icon {
        background: var(--main-cl);
        width: 4rem;
        height: 4rem;
        flex: 0 0 auto;
        position: relative;
        border: 3px solid white;
        box-shadow: 1px 1px 10px rgba(0, 0, 0, .15);
    }

    .fixed_cta_bottom .item:nth-child(3) .icon:before {
        /* content: ''; */
        left: 50%;
        top: 50%;
        width: 100%;
        height: 100%;
        z-index: 1;
        border: 1px solid white;
        transform: translate(-50%, -50%);
        border-radius: 100%;
    }

    .fixed_cta_bottom .item:nth-child(3) {
        margin-top: -21px;
    }

    #td-outer-wrap .scb-phone-box {
        left: unset !important;
        right: 1rem !important;
        bottom: 9rem !important;
    }

    .scb-phone-box .btn-call {
        width: 3rem;
        height: 3rem;
    }

    .social-contact-box ul {
        flex-direction: column;
    }

    .social-contact-box.social-mb-bottomLeft {
        left: unset !important;
        right: 1rem !important;
        bottom: 13rem !important;
    }

    .social-contact-style1 .social-contact-item a {
        width: 3rem;
        height: 3rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .scb-phone-box:hover .btn-call__number {
        left: unset;
        right: 30px;
        font-size: 1rem;
        width: auto;
        padding-right: 1.5rem;
        border-radius: 20px 0 0 20px;
        padding-left: .5rem;
        height: 2.5rem;
    }

    .fixed_cta_bottom .item.active .icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .menu_mobile_new {
        gap: 1rem;
    }

    .menu_mobile_new .content {
        font-weight: 700;
        line-height: normal;
        font-size: 1.05rem;
        text-align: center;
    }

    .header-mobile .btn-menu-mobile {
        height: 35px;
        width: 45px;
    }

    .header-mobile .col-3:nth-child(2) {
        padding-top: 1rem;
    }

    .header-mobile .col_bottom {
        padding: .75rem 10px .5rem;
    }

    .content_mobile {
        font-weight: 700;
        line-height: normal;
        display: flex;
        flex-direction: column;
        gap: .5rem;
        font-size: .8rem;
        text-align: center;
    }

    .col_bottom.col-2 {
        padding: .5rem 0 0 10px;
    }

    .search-overlay-mobile__inner {
        margin: .5rem 0;
    }

    .search-overlay-mobile__inner .form-group {
        border-radius: 0 6px 6px 0;
        border-left: 0;
    }

    .search-overlay-mobile__inner .btn-search {
        border-radius: 6px 0 0 6px;
        padding: 10px 0 10px 14px;
        background: unset;
        border: 1px solid var(--main-cl);
        border-right: 0;
    }

    .search-overlay-mobile__inner .form-group input {
        box-shadow: none;
    }

    button.btn.btn-search.btn-default svg path {
        fill: var(--main-cl);
    }

    .header-mobile.hidden-md.hidden-lg {
        overflow: unset;
    }

    .form-group {
        height: 100%;
    }

    .header-mobile .fs-product-price {
        margin: 0;
    }

    .header-mobile .fs-product-price span {
    }

    .header-mobile .fs-price, .header-mobile .fs-old-price {
        font-size: .85rem;
        line-height: 1.3;
    }

    .header-mobile p.search-dropdown__title {
        font-size: 1rem;
    }

    .social-contact-style1 .social-contact-item a img {
        width: 60%;
        height: 60%;
        object-fit: contain;
    }

    .content.content_mobile_heading {
        font-weight: 700;
        line-height: normal;
        font-size: 1.3rem;
        text-align: start;
        color: yellow;
    }

    .content_mobile {
        margin-top: .5rem;
    }

    .content_mobile .icon {
        width: 1.5rem;
        height: 1.5rem;
        background: #0CD529;
        border-radius: 100%;
        padding: .4rem;
        display: flex;
        justify-content: center;
        flex: 0 0 auto;
        align-items: center;
    }

    .content_mobile {
        text-align: start;
    }

    .content_mobile .content_inner {
        gap: .5rem;
    }

    .header-mobile .row.items-start {
        align-items: start;
    }

    .content_mobile .content_inner {
        text-align: start;
    }

    .popup_home_inner {
        width: 98%;
    }

    a.popup_default:hover {
        background: var(--main-cl);
        color: white;
        transition: .7s all;
    }

    div#default_form {
        width: 95%;
        border-radius: 20px;
        padding: 2rem 1rem;
    }

    .default_form button.fancybox-close-small:after {
        opacity: 1 !important;
        color: black;

    }

    .product_2 h1.header {
        text-align: center !important;
    }

    html body :is(input,textarea) {
        font-size: 18px !important;
    }

    html body :is(input,textarea)::placeholder {
        font-size: 1rem !important;
    }

    button.btn.btn-search.btn-default {
        padding: 0 .5rem;
    }

    .home_3 .box-content .arrow.prev svg {
        width: 100%;
        height: 100%;
        display: block;
    }

    .home_6 .box-content .arrow, .home_4 .box-content .arrow {
        position: relative !important;
        inset: unset !important;
        transform: unset !important;
    }

    .home_6 .box-content .arrow.prev {
        left: 0 !important;
    }

    .home_6 .arrow_box, .home_4 .arrow_box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .home_6 .box-content, .home_4 .box-content {
        display: flex;
        flex-direction: column-reverse;
        gap: 1rem;
    }

    .home_contact .col-widget p a {
        color: white !important;
    }

    footer .form-group .button input {
        font-size: 1rem !important;
    }

    .fs-form-row {
        flex-direction: column;
    }

    .fs-checkout-wrap {
        padding: 1rem 15px;
    }

    .fs-checkout-left {
        padding-right: 0;
        border: unset;
    }

    .fs-remove-item {
        text-align: center;
        line-height: 1;
        width: 30px !important;
        height: 30px !important;
        font-size: 1.5rem !important;
    }
    .fs-btn-order {
        font-size: 1rem !important;
        padding: .75rem 1rem;
        line-height: normal !important;
        height: unset !important;
        min-height: unset !important;
    }
    .arrow svg {
        width: 100%;
        height: 100%;
        display: block;
    }
}
