@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --bs-primary: #e64545;
    --bs-secondary: #cf3e3e;
    --bs-light: #f1f2f4;
    --bs-dark: #272d47;
    --bs-heading-color: #272d47;
    --bs-darker: #1a1c33;
    --bs-success: #0abb75;
}

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    color: #3F4254;
    background-color: var(--bs-light);
    font-family: "Outfit", sans-serif;
    font-family: "Roboto", sans-serif;
    overflow-x: hidden;
}

body.home {
    padding-top: 3.6rem;
}

img,
svg {
    max-width: 100%;
    height: revert-layer;
    display: inline-block;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* For Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    border-color: transparent;
    box-shadow: none;
}

.btn-check:checked+.btn:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible,
.btn:first-child:active:focus-visible,
:not(.btn-check)+.btn:active:focus-visible {
    box-shadow: none;
}

.btn {
    font-size: 0.85rem;
    font-weight: 500;
    border-radius: 0.45rem;
    padding: 0.5rem 1rem;
    letter-spacing: 0.5px;
}

.btn-sm {
    border-radius: 3px;
    padding: 6px 12px;
    font-size: 13px;
}

.btn-xs {
    border-radius: 2px;
    padding: 5px 8px;
    font-size: 12px;
}

.text-primary {
    color: var(--bs-primary) !important;
}

.text-secondary {
    color: var(--bs-secondary) !important;
}

.btn-primary {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    color: var(--bs-white);
}

.btn-primary:hover {
    background-color: var(--bs-secondary);
    border-color: var(--bs-secondary);
    color: var(--bs-white);
}

.btn-outline-primary {
    --bs-btn-color: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: var(--bs-primary);
    --bs-btn-hover-border-color: var(--bs-primary);
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: var(--bs-white);
    --bs-btn-active-bg: var(--bs-primary);
    --bs-btn-active-border-color: var(--bs-primary);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--bs-primary);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--bs-primary);
    --bs-gradient: none;
}

.btn-secondary {
    background-color: var(--bs-secondary);
    border-color: var(--bs-secondary);
}

.btn-check:checked+.btn.btn-secondary,
.btn.btn-secondary.active,
.btn.btn-secondary.show,
.btn.btn-secondary:first-child:active,
:not(.btn-check)+.btn.btn-secondary:active,
.btn-secondary:hover {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    color: var(--bs-white);
}

.bg-primary {
    background-color: var(--bs-primary) !important;
}

.bg-light {
    background-color: var(--bs-light) !important;
}

.text-xs {
    font-size: 12px;
}

.text-sm {
    font-size: 14px;
}

.text-base {
    font-size: 16px;
}

.text-md {
    font-size: 18px;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.form-control:focus {
    color: var(--bs-gray-700);
    background-color: var(--bs-body-bg);
    border-color: #eee;
    box-shadow: none;
}

.form-control::placeholder {
    color: var(--bs-gray-500);
    font-size: 0.85rem
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.slick-arrow {
    background-color: var(--bs-white);
    color: var(--bs-dark) !important;
    padding: 0;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    font-size: 1rem;
    line-height: 1;
    position: absolute;
    left: -0.6rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E1E7EA;
}

.owl-carousel .owl-nav button.owl-next,
.slick-arrow.slick-next {
    left: auto;
    right: -0.6rem;
}

.owl-carousel .owl-nav button.owl-prev:active,
.owl-carousel .owl-nav button.owl-prev:focus,
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:active,
.owl-carousel .owl-nav button.owl-next:focus,
.owl-carousel .owl-nav button.owl-next:hover,
.slick-arrow:active,
.slick-arrow:focus,
.slick-arrow:hover {
    background-color: var(--bs-white) !important;
    color: var(--bs-primary) !important;
    border-color: #E1E7EA;
}

.owl-nav button svg,
.slick-arrow svg {
    height: 9px;
    width: auto;
}

.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: -1.5rem;
    width: 100%;
}

.slick-dots li {
    display: inline-flex;
}

.slick-dots button {
    font-size: 0;
    border: none;
    width: 10px;
    height: 10px;
    background-color: var(--bs-gray-300);
    border-radius: 50%;
    margin: 0 4px;
    padding: 0;
    flex-shrink: 0;
    transition: all 0.3s ease-in-out;
}

.slick-dots li.slick-active button {
    background-color: rgb(255 255 255 / 90%);
}

.slick-dots button:hover {
    background-color: var(--bs-gray-500);
}

.breadcrumb-item {
    font-weight: 500;
    font-size: 13px;
}

.breadcrumb-item i {
    font-size: 10px;
    display: inline-block;
    padding-inline: 5px;
}

.breadcrumb-item.active {
    color: var(--bs-primary);
}

.pagination li>* {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1;
    font-size: 1em;
    font-weight: 400;
    padding: .75em;
    text-align: center;
    display: block;
    min-width: 2.5em;
    border: 1px solid var(--bs-primary);
    height: 2.5em;
    color: var(--bs-primary);
    margin: 0 5px;
    border-radius: 0.5rem !important;
}

.pagination li>*:hover,
.pagination li.active>* {
    background-color: var(--bs-primary);
    color: var(--bs-white);
    border-color: var(--bs-primary);
}

.pagination {
    justify-content: center;
}

.pagination li.disabled {
    /* display: none; */
}

.preloader {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bs-white);
    position: fixed;
    inset: 0;
    z-index: 9999;
}

#content-wrapper {
    min-height: calc(100vh - 500px);
}

.truncate-text {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: var(--lines, 2);
    line-clamp: var(--lines, 2);
    min-height: calc(var(--line-height, 20px) * var(--lines, 2));
}

.scrollTop {
    position: fixed;
    right: 25px;
    bottom: 60px;
    background-color: var(--bs-primary);
    color: var(--bs-white);
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.2rem;
    cursor: pointer;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

.swiper-arrow-btn {
    background-color: var(--bs-white);
    border: 1px solid transparent;
    height: 66px;
    width: 32px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 0 8px -2px rgba(0, 0, 0, .3);
    align-items: center;
    padding: 0 4px 0 0;
    left: 0;
    transform: translateY(-50%);
    margin-top: 0;
}

.swiper-button-next {
    padding: 0 0 0 2px;
    right: 0;
    left: auto;
}

.swiper-button-next svg {
    transform: rotate(180deg);
}

.swiper-button-next svg,
.swiper-button-prev svg {
    width: 11px;
    height: 16px;
    object-fit: contain;
    transform-origin: center;
}

.swiper-pagination-bullet-active {
    background: var(--bs-white);
}

.divider-separator {
    width: 25%;
    display: flex;
    align-items: center;
}

.divider-separator::before,
.divider-separator::after {
    content: '';
    flex-grow: 1;
    height: 2px;
    background-color: var(--bs-primary);
}

.divider__element {
    flex-shrink: 0;
    margin: 0 10px;
    color: var(--bs-primary);
    font-size: 20px;
}

/* =============== Header CSS =============== */
.header {
    top: 0;
    height: 72px;
    position: fixed;
    z-index: 997;
    width: 100%;
    background-color: transparent;
    font-size: 16px;
    -webkit-transition: background-color .5s linear, background-color .5s linear;
    transition: background-color .5s linear, background-color .5s linear;
}

.header.sticky {
    background-color: rgba(0, 0, 0, .6);
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
}

.mobile-header {
    display: none;
}

.mobile-header {
    background-color: var(--bs-white);
}

.header-content {
    padding: 0 20px;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 40px;
}

.home .header-content {
    color: var(--bs-white);
}

.header-left,
.header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.logo-area {
    margin-right: 20px;
    padding: 15px 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 0;
    margin-right: 30px;
}

.sticky-logo {
    display: none;
}

.header.sticky .logo-area {
    padding: 0;
    margin-right: 15px;
}

.header.sticky .sticky-logo {
    display: inline-block;
}

.header.sticky .normal-logo {
    display: none;
}

.menu-item+.menu-item {
    padding-left: 20px;
}

.h-right-item {
    position: relative;
    margin-left: 20px;
    padding: 8px 0;
}

.header-action {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--bs-white);
    text-decoration: none;
    background: var(--bs-primary);
    padding: 8px 20px;
    border-radius: 21px;
    cursor: pointer;
}

.nail-popover {
    position: absolute;
    min-width: 250px;
    z-index: 1001;
    padding-top: 10px;
    right: 0;
    display: none;
}

.header-right .nail-popover {
    left: auto;
    right: 0;
}

.nail-language .nail-popover {
    right: -40px;
}

.nail-popover-trigger:hover>.nail-popover,
.h-right-item:hover>.nail-popover {
    display: block;
}

.np-caret {
    position: absolute;
    width: 0;
    height: 0;
    top: 4px;
    border: 6px solid transparent;
    border-bottom-color: var(--bs-white);
    border-top-width: 0;
    right: 40px;
}

.nail-popover .np-content {
    display: inline-block;
    padding: 15px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, .2);
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, .2);
    background-color: var(--bs-white);
    color: #222;
    font-size: 14px;
    line-height: 1.5;
    white-space: normal;
    outline: 0;
    -webkit-transition-property: visibility, opacity, -webkit-transform;
    transition-property: transform, visibility, opacity;
    transition-property: transform, visibility, opacity, -webkit-transform;
    width: 100%;
}

.nail-btn {
    height: 28px;
    background: var(--bs-white);
    color: var(--bs-primary);
    border: 1px solid var(--bs-primary);
    border-radius: 200px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    line-height: 26px;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;
    display: block;
}

.nail-btn.main-btn {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.nail-btn.main-btn:hover {
    color: var(--bs-white);
    border-color: #cf3e3e;
    background-color: #cf3e3e;
}

.nail-btn:hover {
    color: #b83737;
    border-color: #b83737;
    background-color: transparent;
}

.social-media-line {
    position: relative;
    margin: 23px 30px 25px;
    color: #888;
    background-color: #dae0e6;
    font-size: 12px;
    height: 1px;
    text-align: center;
}

.line-txt {
    display: inline-block;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: var(--bs-white);
    padding: 0 10px;
}

.social-links {
    height: 24px;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 15px;
}

.social-icon {
    display: inline-flex;
    text-decoration: none;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background-size: contain;
    font-size: 24px;
    align-items: center;
    justify-content: center;
}

.social-icon.facebook {
    color: #3b5998;
}

.social-icon.linkedin {
    color: #0073b0;
}

.social-icon.twitter {
    color: #000;
}

.social-protocol {
    color: #888;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 15px;
}

.social-protocol a {
    color: #007dfa;
    text-decoration: none;
}

.dividing-line {
    height: 1px;
    background-color: #dae0e6;
    margin: 15px 0;
}

.link-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
}

.link-item:not(:last-child) {
    margin-bottom: 12px;
}

.link-item:hover {
    color: var(--bs-primary);
}

.box-entrance {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.box-entrance .nail-link-text,
.box-entrance .box-entrance-text {
    display: none;
}

@media only screen and (min-width: 1441px) {

    .box-entrance .nail-link-text,
    .box-entrance .box-entrance-text {
        font-size: 16px;
        display: inline
    }
}

.nail-popover-trigger .icon-down {
    -webkit-transition: all .15s;
    transition: all .15s;
    font-size: 12px;
}

.nail-popover-trigger:hover .icon-down {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.panel-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -5px -15px;
}

.panel-items {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.panel-item {
    white-space: nowrap;
    font-size: 14px;
}

.nail-popover .nail-link {
    line-height: 21px;
    padding: 5px 15px;
    color: #222;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: color .12s ease-out;
    transition: color .12s ease-out;
}

.nail-popover .nail-link:hover {
    color: var(--bs-primary);
}

.panel-item:hover {
    background-color: #f5f7fa;
}

.nail-popover-trigger {
    position: relative;
    cursor: pointer;
}

.download-app-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
}

.download-app-desc {
    font-weight: 400;
    font-size: 12px;
    line-height: 21px;
    color: #555;
}

.download-app-qr-code {
    width: 220px;
}

.app-popup-box {
    padding: 10px;
    border: 1px solid #e6e7eb;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
}

.app-popup-box .box-l {
    margin-right: 5px;
}

.app-popup-box .box-r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.app-download-buyer {
    width: 88px;
    height: 88px;
    float: left;
    background: url(../images/icons/qr-code-buyer.png) no-repeat;
    background-size: 100% 100%;
}

.box-r-txt {
    display: block;
    margin-bottom: 5px;
    text-align: center;
}

.app-popup-google-buyer,
.app-popup-google-supplier {
    display: block;
    background: url(../images/icons/en.png) no-repeat center;
    width: 105px;
    height: 30px;
    background-size: 100% 100%;
    float: none;
}

.app-popup-store-buyer,
.app-popup-store-supplier {
    display: block;
    margin-top: 10px;
    background: url(../images/icons/app-store.png) no-repeat center;
    background-size: 100% 100%;
    width: 105px;
    height: 30px;
}

.app-download-supplier {
    width: 88px;
    height: 88px;
    float: left;
    background: url(../images/icons/qr-code-supplier.png) no-repeat;
    background-size: 100% 100%;
}

.rfq-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* color: var(--bs-white); */
    text-decoration: none;
}

.rfq-content {
    white-space: nowrap;
}

.nail-popover.mega-menu .box-content {
    width: 560px;
}

.nail-categories .panel-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.header.header-two {
    position: relative;
    background-color: var(--bs-white);
}

/* =============== Header CSS =============== */

/* =============== Hero CSS =============== */

.biz-banner {
    width: 100%;
    height: 440px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    background-repeat: no-repeat;
    background-position: center 2.2rem;
    background-size: auto calc(100% - 2.2rem);
    background-color: #24221e;
    position: relative;
    z-index: 1;
    margin-top: -3.6rem;
}

.biz-banner .biz-banner-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
}

.biz-banner h1,
.biz-banner h2 {
    color: var(--bs-white);
}

.biz-banner h2 {
    font-weight: 400;
}

@media only screen and (min-width: 1024px) {
    .biz-banner {
        padding-top: 72px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-position: center top;
        background-size: auto 100%;
        height: 600px
    }

    .biz-banner h2 {
        margin-top: 10px;
        text-shadow: 2px 2px 15px rgba(0, 0, 0, .15)
    }
}


@media only screen and (min-width: 1280px) {
    .biz-banner h2 {
        font-size: 44px
    }
}

.biz-banner-content {
    padding: 40px 40px 38px;
}


@media only screen and (min-width: 1024px) {
    .biz-banner h1 {
        line-height: 1.1;
        font-size: 90px
    }

    .biz-banner h1.title-md-768,
    .biz-banner h1.title-sm-768 {
        font-size: 90px
    }

    .biz-banner h1.en-title {
        width: 70%
    }
}

@media only screen and (min-width: 1440px) {
    .biz-banner-content {
        padding: 60px 90px 0
    }

    .biz-body {
        margin: 0 auto;
        width: 100%;
        max-width: 1440px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .biz-banner h1.en-title {
        width: 70%;
    }

    .biz-banner h1 {
        font-size: 100px;
    }

    .biz-banner {
        height: 700px;
    }
}

.biz-banner-entrace {
    position: relative;
    margin-top: 40px;
}

.biz-banner-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
}

.biz-banner-search-group {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    font-size: 14px;
    background: var(--bs-white);
    border-radius: 3px;
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    width: 660px;
    border: 0;
    border-radius: 100px 0 0 100px;
    background: 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

.ft-input-prefix {
    padding-right: 5px;
    padding-left: 10px;
    color: #888;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 12px 15px 12px 30px;
    background-color: var(--bs-white);
    font-size: 24px;
    min-height: 60px;
    display: inline-flex;
    align-items: center;
}

.ft-input-prefix .ft-icon {
    color: #888;
}

.ft-input-wrap {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.ft-input {
    padding: 10px 16px 12px 0;
    width: 100%;
    border-radius: 0;
    min-height: 60px;
    border: none;
    font-size: 20px;
}

.ft-input::placeholder {
    font-size: 20px;
}

.ft-input:focus::placeholder {
    visibility: hidden;
}

.ft-btn {
    padding: 4px 14px;
    border: 1px solid;
    border-radius: 3px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    outline: 0;
    border-color: #ced3d9;
    background-color: #f5f7fa;
}

.ft-btn-primary,
.ft-btn-primary.is-loading:hover,
.ft-btn-primary[disabled]:hover {
    border-color: var(--bs-primary);
    background-color: var(--bs-primary);
}

.biz-banner-entrace .ft-btn,
.biz-banner-entrace .ft-icon,
.biz-banner-entrace .ft-input {
    font-size: 24px;
    line-height: 1.5;
}

.biz-banner-search-btn {
    padding: 12px 26px 12px 26px;
    border: 0;
    border-radius: 0 100px 100px 0;
}

.ft-btn-primary {
    color: var(--bs-white);
}

.ft-btn-primary:hover {
    border-color: #cf3e3e;
    background-color: #cf3e3e;
}

.more-btn,
.join-free-btn.ft-btn {
    border-color: #ced3d9;
    background-color: #f5f7fa;
    margin-left: 25px;
    padding: 11px 34px 11px 39px;
    max-width: 230px;
    border: 1px solid var(--bs-white);
    border-radius: 100px;
    background-color: rgba(0, 0, 0, .3);
    display: inline-block;
    color: var(--bs-white);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    margin-top: 20px;
    transition: all 0.2s ease-in-out;
}

@media only screen and (min-width: 1024px) {
    .biz-banner-entrace {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.more-btn .ft-icon,
.join-free-btn.ft-btn .ft-icon {
    margin-left: 6px;
    line-height: 1;
    font-size: 15px;
}

.more-btn .ft-icon {
    font-size: 13px;
}

.more-btn {
    font-size: 16px;
    background-color: rgba(0, 0, 0, .5);
    padding: 10px 25px;
    margin: 0;
}

.more-btn:hover,
.join-free-btn.ft-btn:hover {
    background-color: rgba(0, 0, 0, .7);
    color: #ccc;
}

.sec-title {
    padding-bottom: 2rem;
}

.sec-title h2 {
    color: #000;
    font-weight: 700;
}

.sec-title h2 span {
    position: relative;
    color: #333;
    font-weight: 500;
}

.feature-categories {
    padding: 80px 0;
}

.small-category-2 {
    background: var(--bs-white);
    border-radius: 4px;
    overflow: hidden;
    -webkit-box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08);
    padding: 15px 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.small-category-2-thumb {
    width: 45px;
    float: left;
    display: table;
    height: 45px;
    background: var(--bs-white);
    padding: 4px;
    border-radius: 50%;
}

.sc-2-detail {
    display: table;
    margin-left: 15px;
}

.sc-jb-title {
    margin-bottom: 4px;
    font-weight: 500;
}

.sc-2-detail span {
    font-size: 15px;
    font-weight: 400;
    color: #666;
}

.biz-banner-tips {
    color: var(--bs-white);
    font-size: 14px;
    line-height: 1.5;
    margin-top: 30px;
}

.biz-banner-tip {
    padding-left: .4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.biz-banner-tip+.biz-banner-tip {
    margin-top: .2rem
}

.biz-banner-tip .list-disc {
    margin-right: .75rem;
    width: .2rem;
    height: .2rem;
    border-radius: 50%;
    background-color: var(--bs-white)
}

/* =============== Hero CSS =============== */

/* =============== Listing CSS =============== */
.project-single {
    background: var(--bs-white);
    border-radius: 4px;
    overflow: hidden;
    -webkit-box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08);
    margin-bottom: 5px;
}

.homes-content {
    background: var(--bs-white);
    padding: 20px 20px;
}

.homes-img {
    display: block;
    -webkit-transition: -webkit-transform 0.6s ease-in;
    transition: -webkit-transform 0.6s ease-in;
    transition: transform 0.6s ease-in;
    transition: transform 0.6s ease-in, -webkit-transform 0.6s ease-in;
}

.homes,
.homes-img {
    position: relative;
    overflow: hidden;
}

.homes .button {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2.5px;
    font-weight: 60;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    padding: 4px 16px;
    line-height: 20px;
    color: var(--bs-white);
    font-weight: 400;
    margin-bottom: 9px;
}

.homes-tag.featured {
    left: 15px;
    margin-top: 15px;
}

.homes-tag.featured.f1 {
    background: #38b653;
}

.homes-tag.featured.f2 {
    background: #F12C15;
}

.homes-tag.featured.f3 {
    background: #2531d5;
}

.homes-review,
.homes-tag {
    position: absolute;
    z-index: 3;
}

.homes-tag.sale {
    background: #febe42;
    width: 84px;
    height: 31px;
    right: 15px;
    margin-top: 15px;
    top: 0;
}

.homes-tag.sale.rent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: rgba(0, 0, 0, 0.5);
    color: var(--bs-white);
    z-index: 3;
}

.homes-tag.sale.rent i {
    color: var(--bs-white);
    font-size: 15px;
    margin-top: .2rem;
    margin-right: .3rem;
    margin-bottom: 0px;
}

.homes-tag.sale.rent p {
    line-height: 22px;
    margin-bottom: 0;
}

.hover-effect .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    z-index: 2;
}

.hover-effect img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
}

.hover-effect:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.homes-review {
    color: var(--bs-white);
    font-size: 13px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 2px;
    background: transparent;
    bottom: 15px;
    left: 15px;
    z-index: 3;
}

.starts {
    list-style: none;
    margin-top: 0px;
    padding: 0px;
}

.starts li {
    text-align: center;
    display: inline-block;
    margin-bottom: 0px;
}

.popular .starts .fa {
    color: #febe42;
}

.fr-grid-thumb {
    width: 65px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid var(--bs-white);
    display: table;
    float: right;
    bottom: 35px;
    margin-right: 15px;
    position: relative;
}

.overall-rate {
    position: absolute;
    right: -10px;
    bottom: 5px;
    background: #38b653;
    border-radius: 50%;
    text-align: center;
    line-height: 23px;
    width: 25px;
    height: 25px;
    font-size: 11px;
    font-weight: 800;
    color: var(--bs-white);
    border: 2px solid var(--bs-white);
}

.fr-grid-thumb img {
    width: 65px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.homes-content h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #222;
    margin-bottom: 10px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.homes-list li {
    width: 100%;
    font-size: 14px;
    margin-bottom: 10px;
    list-style: none;
    color: #fa2964;
}

.homes-list i {
    font-size: 1rem;
    margin-right: 5px;
    color: #fa2964;
    display: inline-block;
    width: 18px;
    text-align: center;
}

.homes-list span {
    color: #666;
}

.homes-footer {
    background: none;
    border-top: 1px solid #ebebeb;
    padding-top: 1rem;
    font-size: 14px;
    color: #666;
}

.homes-footer a {
    color: #666;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    font-size: 13px;
}

.homes-footer img {
    display: inline-block;
}

.homes-footer span {
    float: right;
}

.homes-footer i {
    margin-right: 5px;
    font-size: 13px;
    color: #38b653;
}

.homes-footer .fas.fa-lock {
    color: #F12C15 !important;
}

/* =============== Listing CSS =============== */

/* =============== Blog CSS =============== */
.news-item {
    background-color: var(--bs-white);
    border: 1px solid #dae0e6;
    border-radius: 10px;
    overflow: hidden;
}

.news-item-text {
    padding: 20px;
}

.news-item-desc {
    color: var(--bs-gray-600);
}

.readmore {
    display: inline-block;
    font-weight: 500;
    color: var(--bs-primary);
}

.news-item-bottom {
    border-top: 1px solid #dae0e6;
    margin-top: 20px;
    padding-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news-item-bottom .date {
    color: var(--bs-gray-600);
}

.category-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-top: 0.5rem;
}

.category-item {
    display: block;
}

.category-link {
    border: 1px solid var(--bs-primary);
    border-radius: 0.4rem;
    display: flex;
    align-items: center;
    padding: 0.3rem;
    transition: all 0.3s ease-in-out;
}

.category-link:hover {
    background-color: rgb(230 69 69 / 10%);
    transform: translateX(1rem);
    color: var(--bs-primary);
}

.category-icon {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-white);
    background-color: var(--bs-primary);
    border-radius: 0.3rem;
    margin-right: 0.8rem;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.12);
    flex-shrink: 0;
}

.category-text {
    flex-grow: 1;
    font-size: 1rem;
    font-weight: 700;
    color: #1c461a;
}

/* =============== Blog CSS =============== */

/* =============== Partner CSS =============== */
.partner-card {
    text-align: center;
    background-color: var(--bs-white);
    border: 1px solid #dae0e6;
    padding: 10px;
    border-radius: 5px;
}

/* =============== Partner CSS =============== */


/* =============== Footer CSS =============== */
.footer-section {
    background-color: var(--bs-white);
    padding-top: 40px;
    border-top: 1px solid #ddd;
    color: #222;
    font-size: 14px;
    line-height: 18px;
    background-color: var(--bs-light);
}

.footer-title {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
}

.footer-link {
    display: inline-block;
    margin-bottom: 0.7rem;
    color: #222;
    font-size: 13px;
}

.footer-link:hover {
    text-decoration: underline;
    color: var(--bs-gray-600);
}

.footer-bottom {
    border-top: 1px solid #ddd;
    margin-top: 40px;
    padding: 20px 0;
    font-size: 15px;
    color: #666;
    text-align: center;
}

.footer-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-right: 2px;
    margin-top: 5px;
    color: var(--bs-primary);
    transition: all 0.3s ease-in-out;
}

/* =============== Footer CSS =============== */

/* =============== Product Details CSS =============== */
.prices-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.price-container {
    flex-shrink: 0;
    padding-right: 30px;
}

.price-amount {
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
}

.price-unit {
    font-size: 13px;
    color: #555;
}

.product-details-title {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    padding-bottom: 1rem;
}

.product-details-title>span:first-child {
    font-size: 20px;
    color: var(--bs-gray-900);
    font-weight: 600;
}

.product-details th,
.product-details td {
    color: #222;
    vertical-align: top;
    word-break: keep-all;
    word-wrap: break-word;
    font-weight: 500;
}

.product-details th {
    padding-bottom: 10px;
    padding-right: 20px;
    box-sizing: content-box;
    font-weight: 400;
}

.product-details td {
    padding-bottom: 10px;
}

.product-gallery {
    background: var(--bs-light);
    border-radius: 12px;
    padding: 20px;
    text-align: center;
}

.main-image img {
    width: 100%;
    border-radius: 10px;
    transition: opacity 0.4s ease;
}

.thumbnails {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
    flex-wrap: wrap;
}

.thumbnails img {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    cursor: pointer;
    object-fit: cover;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.thumbnails img:hover {
    border-color: #ccc;
}

.thumbnails img.active {
    border-color: #333;
}

.seller-card {
    background-color: var(--bs-light);
    margin-bottom: 1rem;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 10px;
    border: 1px solid #ddd;
    gap: 15px;
}

.seller-img {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 6px;
    flex-shrink: 0;
}

.seller-info {
    flex-grow: 1;
}

.seller-text {
    font-size: 13px;
}

.basic-info-list {
    display: flex;
    flex-direction: row;
    flex-flow: wrap
}

.basic-info-list .bsc-item {
    float: left;
    width: calc(50% - 10px);
    font-size: 14px;
    color: #555;
    margin-bottom: -1px;
    display: flex
}

.basic-info-list .bsc-item:nth-child(odd) {
    margin-right: 20px
}

.basic-info-list .bsc-item .bac-item-label {
    border: 1px solid #e9eef4;
    color: #222;
    width: 50%;
    word-break: break-word;
    border-right: none;
    background: #f8fafc;
    padding: 5px 20px;
    display: flex;
    align-items: center
}

.basic-info-list .bsc-item .bac-item-value {
    border: 1px solid #e9eef4;
    color: #666;
    width: 50%;
    word-break: break-word;
    padding: 5px 20px;
    display: flex;
    align-items: center
}

.basic-info-list .bsc-item.full {
    width: 100%
}

.basic-info-list .bsc-item.full:nth-child(odd) {
    margin-right: 0
}

.basic-info-list .bsc-item.full .bac-item-label {
    width: calc(25% - 5px)
}

.basic-info-list .bsc-item.full .bac-item-value {
    width: calc(75% + 5px)
}

/* =============== Product Details CSS =============== */

/* ======================= Login Register Css ======================= */
.login__body {
    padding: 1.5rem;
}

.login__close {
    position: absolute;
    right: 1rem;
    top: 1rem;
}

.login__close:focus {
    box-shadow: none;
}

.login__label {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #222;
    letter-spacing: 0.2px;
}

.login__input_wrapper {
    position: relative;
}

.login__input_icon {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login__input {
    padding-left: 2rem;
    background-color: rgb(248, 248, 248);
    border: 1px solid rgb(212, 212, 212);
    border-radius: 3px;
}

.login__input:-webkit-autofill,
.login__input:-webkit-autofill:hover,
.login__input:-webkit-autofill:focus,
.login__input:-webkit-autofill:active,
.login__input:not(:placeholder-shown),
.login__input:focus,
.login__input:hover {
    -webkit-box-shadow: 0 0 0 30px rgb(248, 248, 248) inset !important;
    background-color: rgb(248, 248, 248) !important;
    border-color: var(--bs-primary);
}

.login__footer {
    margin-top: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.login__btn {
    border-radius: 3px;
    color: var(--bs-white);
    background: var(--bs-primary);
    display: flex;
    align-items: center;
    padding: 6px 12px;
    border: none;
    font-size: 14px;
    min-width: 90px;
    justify-content: center;
}

.login__btn svg {
    font-size: 18px;
    margin-right: 5px;
}

.login__btn:hover,
.login__btn:focus {
    color: var(--bs-white) !important;
    background-color: var(--bs-secondary) !important;
}

.password__reset {
    margin-bottom: 0;
}

.password__reset a {
    color: var(--bs-danger);
    text-decoration: underline;
}

.login__header {
    text-align: center;
    margin-bottom: 0.5rem;
}

.login__heading {
    display: none;
}

.login__subheading {
    display: none;
    color: var(--bs-secondary);
}

.login__register_trigger {
    display: flex;
    margin-bottom: 1rem;
    flex-direction: column;
}

.login__form_check {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin-top: 1rem;
}

.login__checkbox {
    appearance: none;
    font: inherit;
    color: currentcolor;
    width: 20px;
    height: 20px;
    border: 2px solid currentcolor;
    border-radius: 50%;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
}

.login__checkbox::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transform: scale(0);
    transition: transform 120ms ease-in-out;
    box-shadow: inset 1em 1em var(--form-control-color);
    background-color: canvastext;
}

.login__checkbox:checked::before {
    transform: scale(1);
}

.login__checkbox_label {
    font-size: 14px;
    cursor: pointer;
}

.toggle_password {
    position: absolute;
    right: 0;
    top: 0;
    width: 2.2rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.password_hiden,
.password_shown {
    position: absolute;
    display: flex;
}

.reset__form_header {
    text-align: center;
    margin-bottom: 2rem;
    margin-top: 1rem;
}

.reset__form_title {
    font-size: 1.4rem;
    color: #000;
    font-weight: 600;
    color: var(--bs-danger);
}

.reset__form_subtitle {
    font-family: monospace;
    font-size: 13px;
    margin-bottom: 0;
}

.otp__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 5px;
    color: var(--bs-white);
    width: 106px;
    border: none;
    background: var(--bs-primary);
    border-radius: 3px;
    cursor: pointer;
    font-size: 14px;
    position: absolute;
    right: 3px;
    top: 3px;
    height: 33px;
}

.otp__btn svg {
    margin-right: 5px;
    font-size: 16px;
}

.otp__btn:focus,
.otp__btn:hover {
    color: var(--bs-white) !important;
    background-color: var(--bs-secondary) !important;
}

.opt__inputs {
    display: flex;
    align-items: center;
    column-gap: 8px;
    column-gap: 12px;
}

.opt__inputs.invalid .opt__input {
    border-color: var(--bs-danger);
}

.opt__input {
    text-align: center;
    width: 32px;
    height: 32px;
    font-size: 20px;
    font-weight: 600;
    color: rgb(0, 0, 0);
    border: 1px solid rgb(0, 0, 0);
    background: rgb(248, 248, 248);
    outline: transparent;
    border-radius: 3px;
    transition: border-color 0.3s, color 0.3s;
    width: 38px;
    height: 38px;
    padding: 0;
}

.opt__input:focus {
    border: 2px solid rgb(0, 0, 0);
    color: rgb(0, 0, 0);
}

.email_error,
.phone_error,
.custom_error,
.wrong__otp {
    display: none;
    align-items: center;
    color: var(--bs-danger);
    column-gap: 5px;
    margin-top: 5px;
}

.validation_input:has(.is-invalid)+.custom_error {
    display: flex;
}

.validation_input:has(.invalid-phone)~.phone_error {
    display: flex;
}

.validation_input:has(.invalid-email)~.email_error {
    display: flex;
}

.validation_input:has(.invalid-email.is-invalid)+.custom_error,
.validation_input:has(.invalid-phone.is-invalid)+.custom_error {
    display: none;
}

.custom_error__text,
.wrong__otp_text {
    color: var(--bs-danger);
    font-size: 12px;
    margin-bottom: 0;
    font-weight: 600;
}

.form-control.is-invalid,
.form-control.is-invalid:not(:placeholder-shown),
.was-validated .form-control:invalid {
    border-color: var(--bs-danger) !important;
    box-shadow: 0 0 0 30px rgb(220 56 72 / 05%) inset !important;
    background-color: transparent !important;
    color: var(--bs-danger) !important;
}

.form-control.is-invalid {
    background-image: none !important;
}

.form-control.is-invalid+div {
    color: var(--bs-danger);
}

.alert:empty {
    display: none;
}

.spinner_DupU {
    animation: spinner_sM3D 1.2s infinite
}

.spinner_GWtZ {
    animation-delay: .1s
}

.spinner_dwN6 {
    animation-delay: .2s
}

.spinner_46QP {
    animation-delay: .3s
}

.spinner_PD82 {
    animation-delay: .4s
}

.spinner_eUgh {
    animation-delay: .5s
}

.spinner_eUaP {
    animation-delay: .6s
}

.spinner_j38H {
    animation-delay: .7s
}

.spinner_tVmX {
    animation-delay: .8s
}

.spinner_DQhX {
    animation-delay: .9s
}

.spinner_GIL4 {
    animation-delay: 1s
}

.spinner_n0Yb {
    animation-delay: 1.1s
}

@keyframes spinner_sM3D {

    0%,
    50% {
        animation-timing-function: cubic-bezier(0, 1, 0, 1);
        r: 0
    }

    10% {
        animation-timing-function: cubic-bezier(.53, 0, .61, .73);
        r: 2px
    }
}

.otp__btn .spinner,
.login__btn .spinner {
    position: absolute;
    display: none;
    color: var(--bs-white);
}

.loading.otp__btn,
.loading.login__btn {
    color: transparent;
}

.loading .spinner {
    display: block;
}

.form-check-input:checked {
    background-color: var(--bs-dark);
    border-color: var(--bs-dark);
}

.form-check-input:focus {
    border-color: var(--bs-dark);
    box-shadow: 0 0 0 .25rem rgb(0 0 0 / 25%);
}

.form-check {
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    color: #222;
    letter-spacing: 0.2px;
}

.form-check-input {
    font-size: 16px;
}

.form-check .form-check-input {
    margin-left: -1.2em;
    margin-right: 6px;
    margin-top: 0;
    margin-top: 2px;
}

.verify__wrapper {
    min-height: calc(100vh - 67px);
    display: flex;
    justify-content: center;
    background-color: #F5F5F5;
    padding-block: 2rem;
}

.verify__form {
    max-width: 440px;
    width: 100%;
    padding-inline: 1rem;
}

.auth-wrapper {
    display: flex;
    max-width: 800px;
    margin: 0 auto;
    background-color: var(--bs-light);
    border: 1px solid var(--bs-gray-300);
    border-radius: 15px;
    overflow: hidden;
}

.auth-left {
    background-image: url(../images/other/pop-register.jpg);
    width: 50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.auth-right {
    width: 50%;
}

.auth-left .txt-wrap {
    color: var(--bs-white);
    font-size: 13px;
}

.auth-left .txt-title {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--bs-white);
}

.txt-wrap ul {
    list-style: disc;
    padding-left: 1rem;
}

/* ======================= Login Register Css ======================= */

/* ======================= Category Page Css ======================= */
.category-products {
    display: flex;
    flex-wrap: wrap;
}

.category-sidebar {
    flex-shrink: 0;
    width: 250px;
}

.sidebar-widget {
    padding: 15px;
    border-top: 1px solid var(--bs-gray-300);
}

.widget-title {
    text-transform: capitalize;
}

.widget-link {
    color: #0074ba;
    display: inline-block;
    padding: 2px 0;
    font-size: 13px;
}

.product-area {
    border-top: 1px solid var(--bs-gray-300);
    border-left: 1px solid var(--bs-gray-300);
    width: calc(100% - 250px);
    flex-grow: 1;
}

.product-list {
    display: flex;
    flex-wrap: wrap;
}

.product-item {
    display: flex;
    border-bottom: 1px solid var(--bs-gray-300);
    /* margin-bottom: 15px; */
    padding: 15px;
    position: relative;
    align-items: flex-start;
    width: 50%;
    border-right: 1px solid var(--bs-gray-300);
}

.product-item:nth-child(2n) {
    border-right: none;
}

.product-item:hover {
    box-shadow: 0 0 8px 0 #d4ded9;
}

.product-thumbnail {
    flex-shrink: 0;
    width: 110px;
}

.product-content {
    flex-grow: 1;
    padding-left: 15px;
}

.product-content li {
    font-size: 12px;
    margin-bottom: 3px;
}

.product-content li i {
    font-size: 12px;
}

.product-link {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 2;
}

.filter-btn {
    font-size: 15px;
    color: var(--bs-primary);
    display: flex;
    align-items: center;
    gap: 10px;
}

.filter-btn span {
    display: inline-flex;
    padding-top: 3px;
}

/* ======================= Category Page Css ======================= */
.dataTable thead {
    background-color: var(--bs-primary);
}

.dataTable>thead>*>* {
    background-color: transparent;
    color: var(--bs-white);
}

/* ========== Mobile Menu CSS ========== */
.nav-toggler {
    min-width: 30px;
    padding: 0 !important;
    height: 30px;
    display: grid;
    place-items: center;
    position: relative;
    z-index: 99;
    color: var(--bs-primary);
}

.close-icon {
    display: block;
    width: 16px;
    position: relative;
}

.close-icon:before,
.close-icon:after {
    background-color: var(--bs-gray);
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    content: "";
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.close-icon:before {
    transform: rotate(45deg);
}

.close-icon:after {
    transform: rotate(-45deg);
}

.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    width: 100%;
    max-width: 400px;
    background-color: var(--bs-white);
    z-index: 9999;
    height: 100%;
    transition: all 0.2s ease-in-out;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.mobile-menu.open-menu {
    transform: translateX(0);
}

.mobile-menu-header {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    background-color: var(--bs-gray-200);
    height: 60px;
    flex-shrink: 0;
}

.mobile-menu-body {
    flex-grow: 1;
    overflow: auto;
}

.mobile-menu-footer {
    background-color: var(--bs-gray-200);
    padding: 1rem 1.3rem;
    flex-shrink: 0;
}

.account-link {
    display: inline-flex;
    padding: 8px 0;
    color: var(--bs-black);
    align-items: center;
    gap: 8px;
    font-size: 15px;
}

.close-menu {
    padding: 6px;
    display: grid;
    place-items: center;
    position: absolute;
    z-index: 99999;
    right: 0;
    top: 0;
    height: 60px;
    width: 50px;
}

.mlist-item {
    border-bottom: 1px solid #eee;
    position: relative;
}

.nav__cat-par {
    display: block;
    padding: 13px 0 13px 15px;
}

.mlist-item h6 {
    padding: 13px 0 13px 15px;
    font-size: 14px;
    font-weight: 500;
    background-color: #f3f6f7;
    line-height: 1;
}

.nav__cats .mlist-item .nav__parent>span {
    margin-left: 12px;
}

.submenu_toggler {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: var(--bs-gray);
    width: 46px;
    display: grid;
    place-items: center;
    height: 100%;
    cursor: pointer;
    border-left: 1px solid #eee;
}

.submenu_toggler::before {
    content: '\f054';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 600;
}

.item-submenu {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100vh;
    background-color: var(--bs-white);
    z-index: 10000;
    -webkit-transition: transform 0.4s ease;
    -moz-transition: transform 0.4s ease;
    -ms-transition: transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    width: 100%;
    display: flex;
    flex-direction: column;
}

.mlist-item.open>.item-submenu {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.menu-heading {
    color: var(--bs-gray-800);
    text-align: center;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
}

.submenu_collapse {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 100%;
    border-right: 1px solid #ddd;
    display: grid;
    place-items: center;
    cursor: pointer;
    color: var(--bs-gray);
    font-size: 14px;
}

.submenu_collapse::before {
    content: '\f053';
    font-family: 'Font Awesome 5 Pro';
}

.menu-heading-list {
    padding: 5px;
    border-bottom: 1px solid #ddd;
    background-color: var(--bs-light);
    position: relative;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.link-list {
    flex: 0 0 auto;
    height: calc(100% - 50px);
    overflow: auto;
}

.mmenu-link,
.mmenu-link:hover,
.mmenu-link:focus {
    display: block;
    color: var(--bs-gray-800);
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 600;
}


.submenu-link {
    display: block;
    padding: 0.5rem 1.2rem;
    font-size: 0.8rem;
    color: var(--bs-gray-600);
    transition: all 0.3s linear;
}

.list-social {
    display: flex;
    align-items: center;
}

.list-social svg {
    height: 1.3rem;
}

.list-social__item {
    display: inline-flex;
}

.list-social__link {
    display: inline-flex;
    margin: 0 0.5rem;
}

/* ========== Mobile Menu CSS ========== */
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel) {
    background-color: #6e7881 !important;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
    background-color: var(--bs-danger) !important;
}
