html {
    width: 100vw;
    overflow-x: hidden;
}

.product-list-style-63 .product-item-top {
    background: #ffffff;
}

@media only screen and (min-width: 768px) {
    .page-header .header-panel-right {
        flex-direction: row-reverse;
        gap: 20px;
    }

    .page-header .features-links {
        gap: 20px;
    }

    /* Header Sticky Desktop */
    .page-header .sticky-menu.active {
        background-color: #ED1B2F;
    }

    .page-header .sticky-menu.active .header-bottom {
        background-color: #ED1B2F;
    }

    .page-header .sticky-menu.active .desk-vertcial-menu-container .menu-title {
        background-color: #ED1B2F;
        color: #fff;
    }

    .page-header .sticky-menu.active .cdz-horizontal-menu .groupmenu {
        background-color: #ED1B2F;
        color: #fff;
    }

    .page-header .sticky-menu.active .cdz-horizontal-menu .groupmenu li.level0>a.menu-link {
        background-color: #ED1B2F;
        color: #fff;
    }

    .page-header .sticky-menu.active.desk-vertcial-menu-container .menu-title:after {
        border-left-color: #ED1B2F;
    }

    .page-header .sticky-menu.active .header-search-wrap {
        display: none;
    }

    .page-header .sticky-menu.active .features-links .hd-icon svg {
        fill: #fff;
    }

    .page-header .sticky-menu.active .features-links .account-trigger .hd-icon {
        border-color: #fff;
    }

    /* Header tiktok icon */
    .hd-bt-links .hd-link-ic.fa:before {
        background: #000000;
    }
}

@media only screen and (max-width: 767px) {

    /* Header Sticky Mobile */
    .page-header .sticky-menu.active {
        background-color: #ED1B2F;
    }

    .page-header .sticky-menu.active .nav-toggle:before,
    .page-header .sticky-menu.active .nav-toggle>span:before,
    .page-header .sticky-menu.active .nav-toggle>span:after {
        background-color: #ffffff;
    }

    .page-header .sticky-menu.active .header-search .search-toggle:before {
        color: #fff;
    }

    .page-header .sticky-menu.active .mobi-cart-wrapper .action.showcart:before {
        color: #fff;
    }

    .page-header .sticky-menu.active .mobi-cart-wrapper .action.showcart .counter.qty {
        background-color: #fff;
        color: #333333;
    }
}

/* Home banner*/
#banner-color-with-sticky {
    transition: background-color 0.3s ease;
}

.banner-style41.home-banner-2 .i-btn,
.banner-style41.home-banner-3 .i-btn {
    color: #fff;
    background: #2FAF00;
    border-color: #2FAF00;
}

.banner-style41.home-banner-2 .i-description {
    font-size: 20px;
}

.banner-style41.home-banner-2 .i-inner {
    overflow: visible;
}

.banner-style41.home-banner-2 .i-wrap {
    flex-direction: row;
    overflow: visible;
}

.banner-style41.home-banner-2 .i-go,
.banner-style41.home-banner-3 .i-go {
    background: #FFC201;
}

.home-banner-2-img {
    width: 40%;
    margin-top: -50px;
    object-fit: contain;
    z-index: 1;
}

.banner-style41.home-banner-3 .i-wrap .i-img:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: 1s;
    content: '';
    background: #000000;
    opacity: 0.2;
}

.banner-style41 .i-go-wrap2 {
    position: absolute;
    inset-inline: auto calc(-1 * var(--i-go-os));
    bottom: 10px;
    padding: 0;
    border-radius: 50% 0 0 0;
    right: 10px;
}

/* Home category */
.wrapper-adv-style-25.home-category .item-image {
    background-image: url('../images/home-cat-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 30px;
    aspect-ratio: 5 / 4;
    align-items: center;
    transition: all 0.3s ease-in-out;
}

.wrapper-adv-style-25.home-category .item:hover .item-image {
    background-image: url('../images/home-cat-bg-hover.png');
}

.wrapper-adv-style-25.home-category .item-image img {
    max-height: 80%;
    object-fit: contain;
}

.wrapper-adv-style-25.home-category .item-title {
    font-weight: bold;
}

/* slider product*/
.base-slider .owl-dots .owl-dot.active {
    background-color: #000000;
}

.cdz-block-title .b-title.h2 {
    font-weight: bold;
}

.product-list-style-63 .i-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-list-style-63 .product-item-link[class] {
    font-size: 17px;
    height: 45.9px;
}

.product-list-style-63 .product-item .price-box .price {
    font-size: 22px;
    font-weight: bold;
}

.product-list-style-63 .product-item .price-box {
    justify-content: end;
}

.product-item .old-price .price {
    color: #707070;
}

.bg-farmhouse-home-style1 {
    position: relative;
}

.bg-farmhouse-home-style1:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 20vw;
    height: 20vw;
    background-image: url('../images/farmhouse-bg-img-right.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    z-index: 1;
    display: block;
    margin-top: -10vw;
}

.bg-farmhouse-home-style1:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 35vw;
    height: 35vw;
    background-image: url('../images/farmhouse-bg-img-left.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    z-index: 1;
    display: block;
    margin-bottom: -10vw;
}

.bg-farmhouse-home-style1 .cdz-product {
    z-index: 2;
}


@media only screen and (max-width: 767px) {

    .product-item .product-item-name .product-item-link,
    .product-item .product-item-link,
    .product-item .product.name a {
        font-size: 15px;
        height: 40.5px;
    }

    .grid-style-54.products .product-item .price-box .price {
        font-size: 18px;
    }

    .bg-farmhouse-home-style1 .cdz-block-title {
        text-align: center;
        margin-bottom: 10px;
    }

    .bg-farmhouse-home-style1 .timer-wrap {
        justify-content: center;
    }
}

/* Home best seller*/
.home-best-seller {
    position: relative;
    background: linear-gradient(180deg, rgba(255, 246, 240, 1) 50%, rgba(237, 27, 47, 1) 50%);
    padding-top: 60px;
    padding-bottom: 20px;
}

.home-best-seller:after {
    content: '';
    position: absolute;
    right: 10vw;
    bottom: 0;
    width: 12vw;
    height: 12vw;
    background-image: url('../images/bg-farm-house-3.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    z-index: 1;
    display: block;
    margin-bottom: -7.1vw;
}

.home-best-seller .best-seller-title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.home-best-seller .best-seller-title h2 {
    text-transform: uppercase;
}

.home-best-seller .cdz-block-title {
    margin-bottom: 0;
}

.home-best-seller .best-seller-title img {
    max-height: 50px;
    object-fit: contain;
}

.home-best-seller .best-seller-description {
    text-align: center;
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: 500;
}

.home-best-seller .product-list-style-63 .product-item {
    background: none;
    border: none;
}

.home-best-seller .product-list-style-63 .product-item:hover {
    box-shadow: none;
}

.home-best-seller .grid-style-54.products .product-item-name a {
    font-size: 17px;
    text-align: center;
    color: #ffffff;
}

.home-best-seller .product-list-style-63 .product-item-top .product-image-wrapper {
    border-radius: 15px;
}

.home-best-seller .product-list-style-63 .product-item .product-item-top {
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.15);
    margin: 5px;
    background-color: #ffffff;
}

.home-best-seller .product-list-style-63 .product-image-wrapper img {
    border-radius: 15px;
}

.home-best-seller .product-list-style-63 .product-item-photo:after {
    background: rgba(0, 0, 0, 0);
}

.home-best-seller .product-list-style-63 .product-item:hover .product-item-photo:after {
    background: rgba(0, 0, 0, 0);
}

.home-best-seller .base-slider .owl-dots .owl-dot {
    background-color: rgba(255, 255, 255, 0.3);
}

.home-best-seller .base-slider .owl-dots .owl-dot.active {
    background-color: #ffffff;
}

.farmhouse-view-more {
    display: flex;
    justify-content: end;
}

.btn-farmhouse-style-1 {
    background: none;
    font-weight: bold;
    display: flex;
    width: fit-content;
}

.btn-farmhouse-style-1:after {
    content: '';
    position: relative;
    width: 20px;
    height: 20px;
    background-image: url('../images/view-more.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    margin-left: 10px;
}

.btn-farmhouse-style-1:hover {
    color: #ED1B2F !important;
}

@media only screen and (max-width: 767px) {
    .home-best-seller .best-seller-description {
        font-size: 16px;
    }

    .home-best-seller .grid-style-54.products .product-item-name a {
        font-size: 15px;
    }

    .farmhouse-view-more {
        justify-content: center;
    }

    .home-best-seller:after {
        width: 25vw;
        height: 25vw;
        margin-bottom: -10vw;
    }
}


/* Home all products */
.home-all-product {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
    background: #FFF6F0;
}

.all-product-title {
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 20px;
}

.all-product-title .title-img-left {
    height: 120px;
    object-fit: contain;
    margin-top: -15px;
    margin-bottom: -120px;
    margin-left: -106px;
}

.all-product-title .title-img-right {
    height: 60px;
    object-fit: contain;
    margin-bottom: -60px;
    margin-right: -70px;
}

.all-product-title .cdz-block-title {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* home tab */
.all-product-section-tab .tabs-style-20 .cdz-block-content {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.tabs-style-20 .cdz-block-title,
.tabs-style-20 .cdz-block-title .b-title.h2 {
    text-align: start;
    padding: 0;
}

.tabs-style-20 .cdz-block-content {
    padding-top: 0;
    position: relative;
}

.tabs-style-20 .title-desc {
    display: none;
}

.tabs-style-20 .b-title {
    max-width: 68%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tabs-style-20 .mobile-toggle {
    padding: 5px 30px 5px 15px;
    border-radius: 3px;
    font: 500 11px/1.35 "IBM Plex Sans Thai", sans-serif;
    font-size: 15px;
}

.tabs-style-20 .mobile-toggle:hover {
    color: #333333;
}

.tabs-style-20 .mobile-toggle:after {
    font-family: FontAwesome;
    content: "\f0d7";
    font-size: 18px;
    line-height: 1;
    position: absolute;
    transition: .6s;
    color: #ED1B2F;
    right: 20px;
}

.tabs-style-20 .mobile-toggle.open:after {
    transform: rotateZ(-180deg);
}

.tabs-style-20 .abs-dropdown {
    top: 37px;
    position: absolute;
    left: 50%;
    right: 50%;
    background-color: #fff;
    padding: 0px 0px;
    max-width: 100%;
    z-index: 6;
    text-align: left;
    box-shadow: 0px 2px 4px #ccc;
    width: 275px;
    transform: translateX(-50%);
    border-radius: 0 0 15px 15px;
    gap: 0;
}

.tabs-style-20 .abs-dropdown>li {
    margin-bottom: 0;
    padding: 10px;
    background: #fff;
    text-align: left;
    width: 100%;
}

.tabs-style-20 .abs-dropdown>li.active {
    background: #fff;
}

.tabs-style-20 .abs-dropdown>li.active a {
    color: #333333;
}

.home-all-product .tabs-style-20 .abs-dropdown>li a {
    color: #333333;
    border: none;
    padding: 0;
    border-radius: unset;
    font-weight: normal;
    font-size: 15px;
    background: none;
}

.home-all-product .tabs-style-20 .box-cate-link .tab-title:hover {
    background: none;
}

.tabs-style-20 .abs-dropdown>li:hover {
    background-color: #fafafa;
}

.tabs-style-20 .tab-icon {
    display: none;
}

.tabs-style-20 .cdz-block-title {
    margin-bottom: -26px;
    text-align: left;
}

.tabs-style-20 .mobile-toggle[class] {
    background: #ffffff;
    color: #333333;
    border: 2px solid #ffffff;
    border-radius: 30px;
    font-weight: normal;
    width: 310px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.15);
    height: 37px;
}

.tabs-style-20 .abs-dropdown>li.active {
    background: #fb6a00;
}

.tabs-style-20 .abs-dropdown>li.active a {
    color: #ffffff;
}

.home-all-product .cdz-tabs.df-tabs {
    margin-top: 40px;
}

.home-all-product .product-list-style-63 .product-item {
    background: none;
    border: none;
}

.home-all-product .product-list-style-63 .product-item:hover {
    box-shadow: none;
}

.home-all-product .grid-style-54.products .product-item-name a {
    font-size: 17px;
    text-align: center;
    color: #333333;
}

.home-all-product .product-list-style-63 .product-item-top .product-image-wrapper {
    border-radius: 15px;
}

.home-all-product .product-list-style-63 .product-image-wrapper img {
    border-radius: 15px;
}

.home-all-product .product-list-style-63 .product-item-photo:after {
    background: rgba(0, 0, 0, 0);
}

.home-all-product .product-list-style-63 .product-item:hover .product-item-photo:after {
    background: rgba(0, 0, 0, 0);
}

.home-all-product .product-list-style-63 .product-item .product-item-top {
    border: 5px solid #ffffff;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.15);
    margin: 5px;
    z-index: 2;
    background: #ffffff;
}

.home-all-product .product-list-style-63 .product-item:hover .product-item-top {
    border: 5px solid #FB6A00;
}

@media only screen and (max-width: 767px) {
    .home-all-product .grid-style-54.products .product-item-name a {
        font-size: 15px;
    }
}

a.btn-farmhouse.primary {
    padding: 9px 25px;
    border-radius: 25px;
    text-transform: none;
    font-size: 100%;
    color: #ffffff;
    border-color: #fb6a00;
    background: #fb6a00;
    font: 600 15px / 1.35 "IBM Plex Sans Thai", sans-serif;
    border: 1px solid #fb6a00;
}

.section-view-all {
    text-align: center;
    margin-top: 40px;
}

a.btn-farmhouse.primary:hover,
a.btn-farmhouse.primary:focus {
    color: #000000;
    border-color: #000000;
    background: #ffffff;
}

.home-all-product:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20vw;
    height: 20vw;
    background-image: url('../images/farmhouse-bg-img-left-allproduct.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    z-index: 1;
    display: block;
    margin-top: 5vw;
}

.home-all-product:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 20vw;
    height: 20vw;
    background-image: url('../images/farmhouse-bg-img-right-allproduct-2.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    z-index: 1;
    display: block;
}

.home-all-product-title:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 15vw;
    height: 15vw;
    background-image: url('../images/farmhouse-bg-img-right-allproduct.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    z-index: 1;
    display: block;
    margin-top: 3vw;
}

@media only screen and (max-width: 1024px) {
    .home-all-product-title:after {
        width: 25vw;
        height: 25vw;
        margin-top: 5vw;
    }

    .home-all-product:before {
        margin-top: 35vw;
    }
}

/* Home About */
.home-about {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
    background: linear-gradient(180deg, #F2F2F2 62%, #ffffff 38%);
    border-top: 3px solid #ffffff;
}

.home-about-banner {
    z-index: 2;
}

h2.home-about-title {
    font-size: 48px;
    text-transform: uppercase;
    color: #333333;
}

span.hightlight {
    color: #ED1B2F;
}

.home-about-content {
    border-left: 3px solid #FF8900;
    padding-left: 20px;
    margin-left: -20px;
}

.home-about-content h3 {
    font-size: 32px;
    font-weight: bold;
}

.home-about-content p {
    color: #333333;
    font-size: 17px;
}

.about-us-view-more {
    margin-top: 40px;
}

.home-about-list-logo {
    width: 80%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.home-about-list-logo:before {
    content: none;
}

.about-us-logo img {
    height: 50px;
    width: auto;
    object-fit: contain;
    transition: all 0.3s ease-in-out;
}

.about-us-logo img:hover {
    transform: scale(1.1);
}

.home-about:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 20vw;
    height: 20vw;
    background-image: url('../images/farmhouse-bg-img-left-about.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    z-index: 1;
    display: block;
    margin-bottom: -5vw;
}

.home-about:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 15vw;
    height: 15vw;
    background-image: url('../images/farmhouse-bg-img-right-about.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    z-index: 1;
    display: block;
    margin-bottom: -5vw;
}

@media only screen and (max-width: 1024px) {
    h2.home-about-title {
        font-size: 36px;
    }

    .home-about-content h3 {
        font-size: 22px;
    }

    .home-about-content p {
        font-size: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .home-about {
        background: linear-gradient(180deg, #F2F2F2 40%, #ffffff 60%);
    }

    h2.home-about-title {
        font-size: 32px;
    }

    .home-about-content h3 {
        font-size: 20px;
    }

    .home-about-content p {
        font-size: 14px;
    }

    .home-about-banner {
        padding: 0 20px;
    }

    .home-about-list-logo {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin-top: 40px;
        align-items: center;
    }

    .home-about-list-logo .col-sm-6 {
        text-align: center;
    }
}


/* Newsletter*/
.page-footer .footer-top {
    background-color: #ED1B2F;
    background-image: url('../images/bg-newsletter.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.page-footer .newsletter-block .i-title {
    color: #ffffff;
    font-size: 44px;
    margin-bottom: 10px;
}

.page-footer .newsletter-block .i-subtitle {
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
}

.page-footer .block.newsletter {
    background: #ffffff;
}

.page-footer .block.newsletter .action.subscribe {
    background: #ED1B2F;
    border-color: #ED1B2F;
}

.page-footer .block.newsletter .action.subscribe:hover {
    background: #ffffff;
    border-color: #333333;
}

.page-footer .block.newsletter .field .control:before {
    transform: rotate(20deg);
}

img.newsletter-img {
    position: absolute;
    right: -10px;
    object-fit: contain;
    height: 90%;
    max-width: 50vw;
    bottom: 0;
    object-position: bottom;
    margin-bottom: -15px;
}

@media only screen and (max-width: 1024px) {
    .page-footer .newsletter-block .i-title {
        font-size: 34px;
    }

    .page-footer .newsletter-block .i-subtitle {
        font-size: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .page-footer .footer-top {
        margin-left: -10px;
        margin-right: -10px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 130px;
    }

    img.newsletter-img {
        max-width: unset;
        height: 100px;
    }

    .page-footer .newsletter-block .i-title {
        font-size: 20px;
    }

    .page-footer .newsletter-block .i-subtitle {
        font-size: 14px;
    }
}

/* Footer middle */
.page-footer .footer-middle {
    background-color: #F2F2F2;
    background-image: url('../images/footer-bg.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    position: relative;
    padding-bottom: 30px;
}

.footer-logo {
    max-height: 100px;
    object-fit: contain;
    margin-bottom: 20px;
}

.footer-box-left p {
    font-size: 17px;
    max-width: 60%;
    color: #6F6F6F;
}

.footer-box-contact-list,
.footer-box-contact-list a {
    font-size: 15px;
}

.footer-box-contact-list li {
    display: inline-block;
    padding: 5px 0;
}

.footer-box-contact-list li:not(:last-child) {
    margin-right: 40px !important;
}

.bold {
    font-weight: bold;
}

.footer-flex {
    display: flex;
    gap: 20px;
}

.footer-flex:before,
.footer-flex:after {
    display: none;
}

.footer-box-right {
    height: 100%;
    display: flex;
    align-items: end;
}

.farmhouse-info-box {
    border-left: 3px solid #FF8900;
    padding-left: 20px;
}

.farmhouse-info-box h3 {
    font-size: 32px;
    font-weight: 500;
}

.customer-support-list,
.customer-support-list a {
    font-size: 17px;
}

@media only screen and (max-width: 1024px) {
    .footer-box-left p {
        max-width: 100%;
    }

    .farmhouse-info-box h3 {
        font-size: 22px;
    }

    .customer-support-list,
    .customer-support-list a {
        font-size: 17px;
    }
}

@media only screen and (max-width: 767px) {
    .farmhouse-info-box h3 {
        font-size: 20px;
    }

    .customer-support-list,
    .customer-support-list {
        font-size: 17px;
    }

    .footer-flex {
        flex-direction: column;
        gap: 20px;
    }

    .page-footer .footer-middle {
        margin-left: -10px;
        margin-right: -10px;
        padding-left: 10px;
        padding-right: 10px;
        background-image: none;
    }

    .footer-logo {
        max-height: 70px;
    }
}

/* Footer bottom */
.page-footer .footer-bottom.footer-bottom-style1 {
    padding: 30px 0;
}

ul.footer-bottom-menu li {
    display: inline-block;
    position: relative;
}

ul.footer-bottom-menu li:not(:last-child) {
    padding-right: 20px;
}

ul.footer-bottom-menu li:not(:last-child):after {
    content: '|';
    right: 0;
    position: absolute;
}

ul.footer-bottom-menu li:not(:first-child) {
    padding-left: 20px;
}

.footer-bottom-menu a {
    color: #333333;
}

.footer-bottom-menu a:hover,
.footer-bottom-menu a:focus {
    color: #ED1B2F;
}

a.btn.primary {
    background: #ED1B2F;
    padding: 5px 12px;
    border-radius: 25px;
    font-size: 14px;
    color: #fff;
    border: 1px solid #ED1B2F;
}

a.btn.primary:hover,
a.btn.primary:focus {
    color: #333333;
    border-color: #333333;
    background: #fff;
}

.flex-row {
    display: flex;
    align-items: center;
    gap: 20px;
}

ul.footer-bottom-social {
    display: flex;
    gap: 10px;
    align-items: center;
    padding-left: 30px !important;
}

.fh-icon {
    width: 30.5px;
    height: 30.5px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    padding: 5px;
}

.fh-icon:hover {
    scale: 1.1;
}

.fh-icon:after {
    content: '';
    width: 100%;
    height: 100%;
}

.fh-facebook {
    background: #4b69b1;
}

.fh-facebook:after {
    background-image: url('../images/facebook.svg');
}

.fh-line {
    background: #3acd01;
}

.fh-line:after {
    background-image: url('../images/line.svg');
}

.fh-youtube {
    background: #e83f3a;
}

.fh-youtube:after {
    background-image: url('../images/youtube.svg');
}

.fh-tiktok {
    background: #000000;
}

.fh-tiktok:after {
    background-image: url('../images/tiktok.svg');
}

.page-footer .footer-bottom.footer-bottom-style2 {
    padding: 20px 10px;
    border-top: none;
    background: #f2f2f2;
}

.footer-bottom-style2 p {
    margin-bottom: 0;
    padding: 0 10px;
    font-size: 14px;
}

.footer-bottom-style2 .row {
    display: flex;
    align-items: center;
}

ul.footer-bottom-menu-2 {
    position: relative;
}

ul.footer-bottom-menu-2 li {
    display: inline-block;
    position: relative;
}

ul.footer-bottom-menu-2 li:not(:last-child) {
    padding-right: 20px;
}

ul.footer-bottom-menu-2 li:not(:last-child):after {
    content: '|';
    right: 0;
    position: absolute;
}

ul.footer-bottom-menu-2 li:not(:first-child) {
    padding-left: 20px;
}

@media only screen and (max-width: 1024px) {
    ul.footer-bottom-social {
        margin-top: 20px !important;
        padding-left: 0 !important;
    }

    .page-footer .footer-bottom.footer-bottom-style2 {
        margin-left: -10px;
        margin-right: -10px;
    }

    .footer-bottom-style2 p {
        padding: 0;
    }
}

@media only screen and (max-width: 767px) {
    .footer-bottom-style1 .flex-row {
        flex-direction: column;
        align-items: start;
    }

    ul.footer-bottom-menu li {
        width: 100%;
        padding: 5px 0;
    }

    ul.footer-bottom-menu li:not(:last-child) {
        padding-right: 0;
    }

    ul.footer-bottom-menu li:not(:last-child):after {
        display: none;
    }

    ul.footer-bottom-menu li:not(:first-child) {
        padding-left: 0;
    }

    .footer-bottom-style2 .row {
        justify-content: center;
        flex-direction: column;
        gap: 10px;
    }
}