@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mona+Sans:ital,wght@0,200..900;1,200..900&display=swap');

:root {
    --bs-primary: #05976A;
    --bs-secondary: #DC2625;
    --bs-light: #f4f6f9;
    --bs-dark: #272d47;
    --bs-heading-color: #272d47;
    --bs-darker: #1a1c33;
    --bs-success: #0abb75;
}

body {
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-weight: 400;
    color: #3F4254;
    background-color: var(--bs-light);
    font-family: 'Inter', sans-serif;
    /* font-family: "Mona Sans", sans-serif; */
}

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;
    font-family: "Mona Sans", sans-serif;
}

.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-family: "Mona Sans", sans-serif;
    font-size: 0.85rem;
    font-weight: 500;
    border-radius: 0.45rem;
    padding: 0.5rem 1rem;
    letter-spacing: 0.5px;
}

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

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

.bg-light-primary {
    background-color: #b7d7cd !important;
}

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

.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: #fff;
    --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: #fff;
    --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);
}

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

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

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

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

.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-primary) !important;
    color: var(--bs-white) !important;
    padding: 0;
    width: 2rem;
    height: 2rem;
    border-radius: 0.6rem;
    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;
}

.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-secondary) !important;
    color: var(--bs-white) !important;
}

.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: 0.5rem;
    height: 0.5rem;
    background-color: var(--bs-gray-300);
    border-radius: 50%;
    margin: 0 0.2rem;
    padding: 0;
    flex-shrink: 0;
    transition: all 0.3s ease-in-out;
}

.slick-dots li.slick-active button {
    background-color: var(--bs-gray-500);
    width: 0.6rem;
    height: 0.6rem;
}

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

.breadcrumb-item {
    font-weight: 500;
}

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

.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 2px;
    border-radius: 0.5rem;
}

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

.pagination {
    justify-content: center;
}

.pagination li.disabled {
    display: none;
}

.loading__spinner {
    position: absolute;
    z-index: 1;
    width: 18px;
    display: inline-block;
}

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

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

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

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

/* =============== Header CSS =============== */
.header {
    background-color: var(--bs-white);
    border-bottom: 1px solid var(--bs-gray-300);
    -webkit-transform: translateZ(0) translateY(0);
    -moz-transform: translateZ(0) translateY(0);
    transform: translateZ(0) translateY(0);
    background-color: var(--bs-white);
    transition: transform 0.3s ease-in-out, transform 0.3s ease-in-out, background 0.3s ease-in-out;
    -moz-transition: height 0.3s ease-in-out, -moz-transform 0.3s ease-in-out, background 0.3s ease-in-out;
    -webkit-transition: height 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, background 0.3s ease-in-out;
    -o-transition: height 0.3s ease-in-out, -o-transform 0.3s ease-in-out, background 0.3s ease-in-out;
    position: relative;
    z-index: 100;
    width: 100%;
}

.header.normal {
    -webkit-transform: translateZ(0) translateY(-100%);
    -moz-transform: translateZ(0) translateY(-100%);
    transform: translateZ(0) translateY(-100%);
}

.header.sticky {
    position: fixed;
    left: 0;
    top: 0;
    -webkit-transform: translateZ(0) translateY(0);
    -moz-transform: translateZ(0) translateY(0);
    transform: translateZ(0) translateY(0);
    box-shadow: rgba(0, 0, 0, 0.2) 0px -2px 6px;
}

.header__content {
    display: flex;
    justify-content: space-between;
}

.header__left {
    flex-shrink: 0;
    min-width: 200px;
    align-self: center;
}

.header__logo {
    display: inline-block;
    padding: 0.5rem 0;
}

.header__middle {
    flex-grow: 1;
    width: 100%;
}

.header__nav {
    font-family: "Mona Sans", sans-serif;
}

.header__nav_list {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header__nav_item {
    position: relative;
    z-index: 10;
}

.header__nav_link {
    padding: 1.5rem 1rem;
    display: inline-block;
    font-size: 0.95rem;
    font-weight: 500;
}

.header__nav_item:hover .header__nav_link,
.header__nav_link:hover {
    color: var(--bs-secondary);
}

.header__nav_submenu {
    position: absolute;
    padding-top: 0.4rem;
    min-width: 13rem;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    transform: translateY(1rem);
    transition: transform 0.3s cubic-bezier(0.32, 0.6, 0, 0.73), visibility 0.2s ease, opacity 0.3s ease;
}

.header__nav_item:hover .header__nav_submenu {
    visibility: visible;
    opacity: 1;
    transform: none;
}

.submenu__list {
    background-color: var(--bs-white);
    min-width: 13rem;
    padding-block: 0.8rem;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    border-radius: 0.8rem;
}

.submenu__link {
    display: block;
    padding: 0.5rem 1.5rem;
    font-size: 0.85rem;
}

.submenu__link:hover {
    color: var(--bs-secondary);
}

.header__right {
    flex-shrink: 0;
    min-width: 200px;
    align-self: center;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header__auth {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header__auth_item:last-child {
    margin-left: 0.8rem;
}

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

/* =============== Hero CSS =============== */
.hero__section {
    padding-block: 5rem;
    position: relative;
    overflow: hidden;
    background-color: var(--bs-white);
    z-index: 1;
}

.hero__section::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 80%;
    background: linear-gradient(0deg, rgb(255 255 255 / 0%) 0%, rgb(5 151 106 / 5%) 70%);
    z-index: -1;
    pointer-events: none;
}

.hero__content {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.hero__title {
    font-weight: 700;
    color: var(--bs-dark);
}

.hero__subtitle {
    color: var(--bs-gray-600);
    font-weight: 500;
}

.hero__search {
    margin: 1rem auto;
    max-width: 800px;
    border-radius: 0.8rem;
    /* overflow: hidden; */
    display: flex;
    border: 2px solid var(--bs-primary);
    background-color: var(--bs-white);
}

.hero__search_input {
    flex-grow: 1;
    width: 100%;
    border-color: transparent !important;
    font-size: 1rem;
    color: var(--bs-gray-700);
    padding: 0.75rem 1.1rem 0.8rem;
    border-radius: 2rem;
}

.hero__search_btn {
    background-color: var(--bs-primary);
    color: var(--bs-white);
    border-radius: 0 0.6rem 0.6rem 0;
    padding-inline: 1.5rem;
    font-size: 1.1rem;
}

.hero__search_btn:hover {
    background-color: var(--bs-primary);
    color: var(--bs-white);
}

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

/* =============== Category CSS =============== */
.popular__category {
    background-color: var(--bs-light);
}

.category__carousel {
    margin: 0 -0.5rem;
}

.category__item {
    display: flex;
    padding: 1.7rem 1.5rem;
    background-color: var(--bs-white);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    margin-block: 0.5rem;
    margin-inline: auto;
    border-radius: 50%;
    width: 160px;
    height: 160px;
    text-align: center;
    border: 1px solid #ddd;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.category__item>a {
    display: block;
}

.category__item>a>img {
    margin: 0 auto;
}

.category__title {
    font-weight: 500;
    font-family: inherit;
    margin-top: 0.6rem;
    color: var(--bs-dark);
    font-size: 13px;
}

/* =============== Category CSS =============== */

/* =============== Feature Product CSS =============== */
.product__card {
    background-color: var(--bs-white);
    border-radius: 0.6rem;
    overflow: hidden;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
}

.bg-white .product__card {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.10);
}

.product__card_image {
    position: relative;
    margin-bottom: 0;
}

.product__card_link {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.product__card_content {
    padding: 1.2rem 1rem;
}

.product__card_title {
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    min-height: 38px;
}

.product__card_price {
    font-size: 0.85rem;
    color: var(--bs-gray-700);
    font-weight: 500;
}

.product__card_qty {
    color: var(--bs-gray);
    font-size: 0.76rem;
}

/* =============== Feature Product CSS =============== */

/* =============== Event CSS =============== */
.event__section {
    background: linear-gradient(90deg, rgb(11 255 180 / 5%) 30%, rgb(220 38 37 / 10%) 80%);
}

.event__card {
    display: flex;
    flex-direction: column;
    padding: 1.5rem 1.5rem;
    background-color: var(--bs-white);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    margin: 1rem 0.5rem;
    border-radius: 0.8rem;
    position: relative;
}

.event__card_meta {
    display: flex;
}

.event__meta_icon {
    flex-shrink: 0;
    font-size: 1.2rem;
    color: var(--bs-primary);
    margin-right: 0.7rem;
    border: 1px dotted var(--bs-gray);
}

.event__meta_content {
    flex-grow: 1;
}

.event__meta_title {
    font-size: 0.9rem;
    font-weight: 600;
}

.event__card_desc {
    font-size: 0.9rem;
    color: var(--bs-dark);
    margin-block: 0.8rem;
    min-height: 44px;
}

.icon-link {
    font-size: 0.8rem;
    font-weight: 500;
}

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

/* =============== Event CSS =============== */

/* =============== Information CSS =============== */
.information__card {
    background-color: rgb(5 151 106 / 8%);
    padding: 1.3rem;
    border-radius: 0.8rem;
    height: 100%;
}

.information__card.style-2 {
    background-color: rgb(220 38 37 / 8%);
}

.information__card_title {
    font-weight: 600;
}

.information__card_item {
    display: flex;
    align-items: center;
    margin-top: 0.7rem;
    font-weight: 500;
    font-size: 0.9rem;
    color: var(--bs-darker);
}

.information__card_item span {
    margin-right: 0.3rem;
    font-size: 1.2rem;
}

.information__desc {
    font-size: 1rem;
    font-weight: 500;
    color: var(--bs-gray);
}

/* =============== Information CSS =============== */

/* =============== Action CSS =============== */
.action__section {
    background: linear-gradient(90deg, var(--bs-primary) 0%, var(--bs-secondary) 100%);
    padding-block: 4rem;
}

.action__content {
    text-align: center;
}

.action__title {
    color: var(--bs-white);
    font-family: 'Inter', sans-serif;
}

.action__subtitle {
    color: var(--bs-white);
    font-weight: 500;
    font-size: 0.92rem;
    font-family: 'Inter', sans-serif;
}

.action__buttons {
    display: flex;
    justify-content: center;
    gap: 0.8rem;
}

.action__btn {
    background-color: var(--bs-white);
    color: var(--bs-primary);
    font-weight: 600;
    font-size: 0.8rem;
    font-family: 'Inter', sans-serif;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    padding: 0.65rem 1.3rem;
}

.action__btn:hover {
    background-color: var(--bs-white);
    color: var(--bs-secondary);
}

.action__btn.style-2 {
    color: var(--bs-secondary);
}

.action__btn.style-2:hover {
    color: var(--bs-primary);
}

/* =============== Action CSS =============== */

/* =============== Region CSS =============== */
.region__card {
    position: relative;
    border-radius: 0.6rem;
    overflow: hidden;
    margin: 0.5rem;
    z-index: 10;
}

.region__image {
    margin-bottom: 0;
    position: relative;
}

.region__image::after {
    content: '';
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, rgb(11 255 180 / 5%) 30%, rgb(0 0 0 / 50%) 80%);
    z-index: 1;
}

.region__image {
    object-fit: cover;
}

.region__link {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.region__title {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    color: var(--bs-white);
    font-weight: 500;
}

/* =============== Region CSS =============== */

/* =============== Footer CSS =============== */
.footer {
    background-color: var(--bs-dark);
    color: var(--bs-white);
}

.footer__top {
    padding-top: 3rem;
    padding-bottom: 2rem;
}

.footer__title {
    color: var(--bs-white);
    font-family: 'Inter', sans-serif;
    font-weight: 600;
}

.footer__link {
    display: inline-block;
    padding: 0.25rem 0;
}

.footer__social {
    display: flex;
    align-items: center;
}

.footer__social_item {
    margin-right: 0.9rem;
}

.footer__social_link {
    font-size: 1.4rem;
}

.footer__bottom {
    border-top: 1px solid rgb(255 255 255 / 10%);
    padding-block: 1rem;
}

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

/* ========== 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;
}

.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;
}

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

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

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

.nav__cats .list-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;
}

.list-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;
}

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

.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 ========== */


/* ========== Single Product CSS ========== */
.thumb__images {
    background-color: var(--bs-white);
    outline: 2px solid var(--bs-gray-300);
    border-radius: 0.6rem;
    overflow: hidden;
    margin: 0.2rem;
}

.indicator__image {
    margin-block: 0.5rem;
    outline: 2px solid var(--bs-gray-300);
    border-radius: 0.5rem;
    overflow: hidden;
}

.product__rating {
    display: flex;
    align-items: center;
    height: 20px;
    flex-shrink: 0;
}

.product__rating .single-star {
    position: relative;
    display: flex;
    width: 20px;
    height: 20px;
    align-items: center;
    line-height: 1;
}

.product__rating .single-star i {
    color: #c9c9c9;
    font-size: 13px;
    line-height: 1;
}

.product__rating .single-star i+i {
    color: #e88843;
}

.products-area .single-product .contents {
    text-align: center;
    padding-top: 15px;
    margin-top: 2px;
    border-top: 1px solid #c9c9c9;
}

.product__review {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.review_count {
    flex-shrink: 0;
    margin-left: 0.5rem;
    color: var(--bs-gray-600);
    font-family: 'Mona Sans', sans-serif;
    font-weight: 500;
}

.product__price {
    display: flex;
    align-items: flex-end;
    font-family: 'Mona Sans', sans-serif;
    margin-block: 1rem 2rem;
}

.sale__price {
    margin-right: 0.5rem;
    font-size: 1.2rem;
    color: var(--bs-primary);
    font-weight: 700;
}

.regular__price {
    color: var(--bs-gray);
    font-size: 0.9rem;
    font-weight: 600;
}

.attribute__wrapper {
    display: flex;
    margin-top: 1rem;
    align-items: center;
}

.attribute__label {
    margin-right: 0.8rem;
    min-width: 3rem;
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--bs-gray-700);
}

.product__attributes {
    display: flex;
    align-items: center;
}

.color__item {
    position: relative;
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 0.5rem;
    cursor: pointer;
}

.color__input {
    position: absolute;
    visibility: hidden;
}

.color__item:has(.color__input:checked) {
    outline: 2px solid var(--bs-danger-border-subtle);
}

.quantity {
    color: var(--bs-black);
    position: relative;
    width: 140px;
    display: flex;
    min-height: 38px;
    border-radius: 0.4rem;
    background-color: var(--bs-white);
    outline: 1px solid var(--bs-gray-400);
}

.quantity-sm {
    width: 100px;
    border-radius: 3px;
    min-height: 30px;
}

.quantity-sm .cart_quantity__button {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
}

.cart_quantity__button,
.quantity__button {
    width: 42px;
    flex-shrink: 0;
    font-size: 14px;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-black);
    padding: 0;
}

.cart_quantity__button svg,
.quantity__button svg {
    width: 0.7rem;
    pointer-events: none;
}

.quantity__input {
    text-align: center;
    border-radius: 0;
    margin: -1px;
    border: none;
    font-size: 14px;
    padding-inline: 0;
}

.quantity__input_sm {
    font-size: 12px;
    flex-grow: 1;
    width: 100%;
}

.product__action {
    display: flex;
    align-items: center;
    max-width: 450px;
    gap: 0.6rem;
    margin-block: 2rem;
}

.product__action>* {
    flex-grow: 1;
    width: 50%;
    padding: 0.7rem;
}

.product__seller {
    display: flex;
    background-color: var(--bs-white);
    border: 1px solid var(--bs-gray-100);
    border-radius: 0.6rem;
    overflow: hidden;
    padding: 0.8rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.seller__image {
    flex-shrink: 0;
    width: 60px;
    border-radius: 0.3rem;
    overflow: hidden;
    margin-right: 1rem;
}

.seller__info {
    flex-grow: 1;
    width: 100%;
    display: flex;
    align-items: center;
}

.seller__info_left {
    margin-right: 2rem;
}

.seller__name {
    color: var(--bs-dark);
    font-weight: 600;
}

.seller__badge {
    color: var(--bs-gray-700);
    font-weight: 600;
    display: flex;
    align-items: center;
}

.seller__badge svg {
    color: var(--bs-green);
    margin-right: 0.2rem;
}

.shipping__info_item {
    display: flex;
    align-items: center;
}

.info__icon {
    flex-shrink: 0;
    color: var(--bs-primary);
    margin-right: 0.2rem;
    width: 20px;
    text-align: right;
}

.info__text {
    flex-grow: 1;
    width: 100%;
}

.info__text h6 {
    color: var(--bs-dark);
    font-weight: 600;
    font-family: 'Inter', sans-serif;
}

.info__text p {
    font-weight: 500;
    color: var(--bs-gray-600);
}

.product-form__input input[type=radio] {
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    position: absolute;
    height: 1px;
    width: 1px;
}

.product-form__input input[type=radio]+label {
    border: 1px solid var(--bs-secondary);
    background-color: var(--bs-white);
    color: var(--bs-secondary);
    border-radius: 7px;
    display: inline-block;
    margin-right: 5px;
    padding: 4px 12px;
    font-size: 12px;
    transition: border 0.1s ease;
    cursor: pointer;
    position: relative;
}

.product-form__input input[type=radio]:checked+label {
    background-color: var(--bs-secondary);
    color: var(--bs-white);
}

/* ========== Single Product CSS ========== */


/* ======================= Login Register Modal ======================= */
.modal.fade .modal-dialog {
    transform: translate(0, 0) scale(0.8);
}

.modal-backdrop.show {
    opacity: 0.4;
}

.modal.show .modal-dialog {
    transform: none;
}

#authModal .modal-content {
    border-radius: 5px;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 13.5px 1px;
}

.modal__close {
    position: absolute;
    right: 12px;
    top: 12px;
}

.login__body {
    padding: 0.3rem 1.5rem 1rem;
    font-family: open-sans, sans-serif;
}

.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;
}

/* ======================= Login Register Modal ======================= */


/*** ========== Checkout css ========== ***/
.checkout__header {
    padding: 10px 0;
    border-bottom: 1px solid hsl(0 0% 87% / 1);
    background-color: var(--bs-white);
}

.checkout__header_wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 2.2rem;
    align-items: center;
}

.header__left {
    display: flex;
    flex-grow: 1;
    align-items: center;
    gap: 2rem;
}

.header__links {
    display: flex;
    align-items: center;
}

.header__link {
    display: block;
    padding: 7px 13px;
    border-radius: 0.3rem;
}

.header__link:hover {
    background-color: #f5f5f5;
}

.cart__icon {
    fill: none;
    height: 24px;
}

.cart__icon path {
    vector-effect: non-scaling-stroke;
    stroke-width: 1.4px;
    stroke: rgb(23 115 176);
}

.footer__links {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.footer__links .footer__link {
    color: hsl(204 77% 39% / 1);
}

.checkout__wrapper {
    min-height: calc(100vh - 71px);
    border-right: 1px solid #dedede;
    padding: 2.2rem;
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 0;
}

.checkout__summary {
    border-top: 1px solid rgba(172, 172, 172, 0.34);
}

.cart__summary {
    background-color: #F5F5F5;
    position: sticky;
    top: 0;
    padding: 2.2rem;
}

.login__section,
.checkout__section {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    position: relative;
}

.checkout__section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    background-color: #F5F5F5;
    z-index: -1;
    pointer-events: none;
    width: 50%;
    height: 100%;
}

.checkout__heading {
    font-size: 1.5rem;
    font-weight: 600;
    font-family: "Rajdhani", sans-serif;
}

.form-check-input {
    width: 16px;
    height: 16px;
}

.form-check label {
    padding-top: 1px;
    cursor: pointer;
    line-height: 1;
}

.checkout__input {
    padding: 10px 16px;
    min-height: 40px;
    border-color: transparent !important;
    font-size: 14px;
    background-color: var(--bs-white);
}

.checkout__input:focus {
    box-shadow: none !important;
}

.form-group {
    border: 1px solid #dedede;
    border-radius: 5px;
    transition: all 0.2s ease-in-out;
}

.form-group:has(.select2-container--focus),
.form-group:has(input:focus) {
    border-color: var(--bs-primary);
    box-shadow: 0 0 0 1px var(--bs-primary);
}

.checkout__body {
    flex-grow: 1;
}

.checkout__footer {
    flex-shrink: 0;
    border-top: 1px solid #dedede;
    padding-top: 14px;
    margin-top: 50px;
}

.checkbox__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border: 1px solid #dedede;
    margin-top: -1px;
    position: relative;
    background-color: var(--bs-white);
}

.checkbox__item:has(.checkbox__item_input:checked) {
    background-color: #f0f5ff;
    border-color: #1773b0;
    z-index: 1;
}

.checkbox__item:first-child {
    border-radius: 5px 5px 0 0;
}

.checkbox__item:last-child {
    border-radius: 0 0 5px 5px;
}

.checkbox__item_left {
    flex-grow: 1;
    display: flex;
    align-items: center;
    gap: 10px;
}

.checkbox__item_input {
    width: calc((14px * 18) / 14);
    height: calc((14px * 18) / 14);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 50%;
    border: 1px solid #dedede;
    transition: all 0.15s cubic-bezier(.3, .5, .5, 1);
}

.checkbox__item_input:checked {
    background-color: var(--bs-white);
    border: 4px hsl(204 77% 39% / 1) solid;
}

.checkbox__item_label {
    font-size: 14px;
    font-family: "Rajdhani", sans-serif;
    font-weight: 600;
    color: var(--bs-dark);
}

.checkbox__item_label::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.checkbox__item_right {
    flex-shrink: 0;
    font-weight: 600;
    color: var(--bs-black);
}

.method__item {
    border-color: #dedede;
    border: none;
    margin-top: -1px;
    z-index: 2;
    position: relative;
}

.method__item:has(.accordion-button:not(.collapsed)) {
    border-color: #1773b0;
}

.accordion-button {
    color: var(--bs-dark) !important;
    border: 1px solid #dedede;
    height: 48px;
    padding: 12px 15px;
    font-size: 14px;
    font-family: "Rajdhani", sans-serif;
    font-weight: 600;
}

.accordion-item:first-child .accordion-button {
    border-radius: 5px 5px 0 0 !important;
}

.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border-radius: 0 0 5px 5px !important;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    background-color: #f0f5ff;
    border-color: #1773b0;
}

.accordion-body {
    background-color: rgb(0 0 0 / 4%);
    border-width: 0 1px 1px 1px;
    border-color: #dedede;
    border-style: solid;
    padding: 1.5rem;
}

.accordion-item:last-child .accordion-body {
    border-radius: 0 0 5px 5px;
}

.form-check-input:focus {
    border-color: #0d6efd;
    box-shadow: none;
}

.accordion-button::after {
    visibility: hidden;
}

.checkout__item {
    display: flex;
    margin-bottom: 15px;
    align-items: flex-start;
}

.checkout__item_img {
    flex-shrink: 0;
    border: 1px solid #dedede;
    border-radius: 5px;
    margin-right: 15px;
    position: relative;
}

.checkout__item_img img {
    object-fit: contain;
    object-position: top;
    background-color: var(--bs-white);
}

.checkout__item_desc {
    color: var(--bs-black);
    margin-right: 15px;
    flex-grow: 1;
}

.checkout__item_price {
    flex-shrink: 0;
    white-space: nowrap;
    font-weight: 600;
    font-family: "Rajdhani", sans-serif;
    color: var(--bs-dark);
}

.product-option dd,
.product-option dt {
    display: inline-block;
}

.checkout__item_option {
    color: #666;
    font-size: 12px;
}

.checkout__item_count {
    position: absolute;
    right: -10px;
    top: -10px;
    min-width: 22px;
    height: 22px;
    background-color: #666;
    color: var(--bs-white);
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 600;
}

.checkout__summary {
    padding-top: 1rem;
}

.coupon__wrapper {
    display: flex;
    gap: 12px;
}

.coupon__wrapper .form-group {
    flex-grow: 1;
}

.coupon__btn {
    background-color: #dedede;
    font-weight: 600;
    color: #666;
    border-radius: 0.3rem;
    flex-shrink: 0;
    width: 100px;
}

.coupon__btn:hover {
    background-color: #1773b0;
    color: var(--bs-white);
}

.checkout__pricing {
    padding-top: 10px;
}

.checkout__pricing_item:last-child {
    border-top: 1px solid rgba(172, 172, 172, 0.34);
    margin-top: 10px;
}

.checkout__pricing_item {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
}

.checkout__item_label {
    color: var(--bs-gray-700);
    font-family: "Rajdhani", sans-serif;
    font-weight: 600;
}

dl {
    margin-bottom: 0;
}

.checkout__item_amount {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 600;
    font-family: "Rajdhani", sans-serif;
}

.login__section {
    min-height: calc(100vh - 66px);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F5F5F5;
}

.password__toggler {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--bs-black);
    font-size: 15px;
}

.form-check {
    cursor: pointer;
}

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

.resend__area .loading__spinner:not(.hidden)~* {
    visibility: hidden;
}

.resend__area a {
    transition: 0s;
}

.resend__area {
    position: relative;
}

.resend__area .loading__spinner {
    right: 0.5rem;
}

.auth__card {
    width: 100%;
    max-width: 475px;
    margin: 0 auto;
    background-color: var(--bs-white);
    padding: 2rem;
    border-radius: 0.5rem;
    box-shadow: 0 2px 5px rgb(0 0 0 / 8%);
}

.auth__card_logo {
    text-align: center;
    margin-bottom: 1.2rem;
}

.auth__card_heading {
    font-family: "Rajdhani", sans-serif;
    font-weight: 600;
    color: var(--bs-dark);
}

.auth__card__input {
    padding-top: 10px;
}

.iti {
    display: block;
    width: 100%;
}

.iti--separate-dial-code .iti__selected-flag,
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: var(--bs-white) !important;
    border-right: 1px solid #dedede;
}

.iti__selected-flag {
    padding-right: 15px !important;
    font-weight: 500;
    padding-left: 12px !important;
}

.auth__alert {
    width: 100%;
    max-width: 475px;
    margin: 0 auto;
}

.iti__flag {
    height: 12px;
    background-position: -418px 0;
}

.select2-container--default .select2-selection--single {
    border: 1px solid transparent;
    height: auto;
    min-height: 43px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    padding-left: 1rem;
}

.select2-dropdown {
    border: 1px solid #ededed;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 41px;
    width: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: var(--bs-gray-500);
    font-size: 0.85rem;
}

.tier-prices {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.tier .range {
    font-size: 13px;
    color: #6b7280;
    /* gray-500 */
}

.tier .price {
    font-weight: bold;
    font-size: 20px;
    color: #111827;
    /* gray-900 */
}

.tier.highlight .price {
    color: #ea580c;
    /* orange-600 */
}

/*** ========== Checkout css ========== ***/


/*** ========== Customer Panel css ========== ***/
.content__wrapper {
    min-height: calc(100vh - 120px);
    background-color: var(--bs-light);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
}

.btn__account {
    color: #707070;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0;
}

.btn__account.show,
.btn__account:active {
    border-color: transparent !important;
}

.svg__icon,
.edit__icon,
.info__icon,
.dropdown__arrow,
.user__icon {
    fill: none;
}

.svg__icon circle,
.svg__icon path,
.edit__icon path,
.info__icon path,
.info__icon circle,
.dropdown__arrow path,
.user__icon path,
.user__icon circle {
    vector-effect: non-scaling-stroke;
    stroke-width: 1.4px;
    stroke: currentColor;
    fill: none;
}

.dropdown-menu {
    font-size: 14px;
    min-width: 220px;
    padding: 13px;
    padding-bottom: 12px;
}

.dropdown__header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 12px;
    font-size: 13px;
}

.dropdown__header_icon {
    color: rgb(23 115 176);
}

.header__left {
    display: flex;
    flex-grow: 1;
    align-items: center;
    gap: 20px;
}

.header__links {
    display: flex;
    align-items: center;
}

.underlined-link,
.customer a,
.inline-richtext a {
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
    transition: text-decoration-thickness ease .1s;
    text-decoration: underline;
}

.header__link {
    display: block;
    padding: 7px 13px;
    border-radius: 3px;
}

.header__link:hover {
    background-color: #f5f5f5;
}

.dropdown__list a {
    display: block;
    padding: 7px 13px;
    margin-top: 5px;
    border-radius: 3px;
}

.dropdown__list a:hover {
    background-color: #f5f5f5;
}

.section__padding {
    padding: 0 38px;
}

.btn-xs {
    font-size: 12px;
    padding: 4px 7px 4px;
    border-radius: 3px;
}

.table>thead>tr>th {
    font-family: "Rajdhani", sans-serif;
    font-weight: 600;
}

.table>tbody>tr>td {
    font-size: 12px;
}

.table>:not(caption)>*>* {
    padding: 10px 15px;
    color: var(--bs-gray-700);
    font-weight: 600;
}

.pagination li>* {
    display: inline-flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    background-color: var(--bs-gray-300);
    font-size: 14px;
    margin-right: 5px;
    border-radius: 3px;
}

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

.pagination {
    justify-content: flex-end;
}

.info__badge {
    background-color: #f5f5f5;
    display: inline-flex;
    width: fit-content;
    font-size: 12px;
    color: #707070;
    padding: 2px 8px 2px 3px;
    gap: 3px;
    border-radius: 20px;
    align-items: center;
}

.info__badge span {
    color: var(--bs-black);
    padding-bottom: 1px;
    line-height: 1;
}

.btn__edit {
    padding: 0;
    display: inline-flex;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
}

.btn__edit:active {
    border-color: transparent !important;
}

.edit__icon {
    height: 14px;
    color: #1773b0;
}

.field:has(.form__input)::after {
    box-shadow: none;
}

.form__input {
    border: 1px solid #dedede;
    border-radius: 5px;
    padding: 5px 14px;
    min-height: 50px;
}

.form__input[type=file] {
    padding: 13px 18px;
}

.form__input::placeholder {
    color: transparent;
}

.form__input:focus {
    outline: 2px solid #1773b0;
    border-color: transparent;
}

.form__input.is-invalid,
.form__input.is-invalid:focus {
    outline: 2px solid var(--bs-form-invalid-border-color);
    box-shadow: none;
    border-color: transparent;
}

.form__input:not(:placeholder-shown):not([type="file"]) {
    padding-top: 17px;
}

.form__input:not(:placeholder-shown)~.field__label {
    top: 5px;
    font-size: 12px;
}

.form__input~.field__label {
    color: #707070;
    font-size: 13px;
    top: 15px;
}

.close__form_btn {
    position: absolute;
    right: 10px;
    top: 10px;
}

.form__footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
    padding-top: 20px;
}

.form__footer button {
    min-width: fit-content;
    width: fit-content;
}

#editView .modal-content {
    border-radius: 10px;
}

#editView .modal-body {
    padding: 20px;
}

.submit__loader {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: inline-flex;
}

.submit__loader .path {
    stroke: var(--bs-white);
}

.submit__loader.loading__spinner:not(.hidden)~* {
    visibility: hidden;
}

.avatar__wrapper:not(.hidden)~* {
    display: none;
}

.avatar__wrapper {
    border-radius: 50%;
    overflow: hidden;
    background-color: #f5f5f5;
    outline: 2px solid var(--bs-gray-300);
}

.avatar {
    width: 32px;
    height: 32px;
    object-fit: cover;
}

.avatar__wrapper.hidden {
    display: none;
}

.section__heading {
    display: flex;
    gap: 10px;
}

.section__heading_icon {
    color: #1773b0;
    flex-shrink: 0;
}

.section__heading_text {
    flex-grow: 1;
}

/*** ========== Customer Panel css ========== ***/

/*** ========== Thank you css ========== ***/
.step__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 20px;
}

.step__footer__info {
    flex-grow: 1;
}

.thank__header {
    position: relative;
    margin-bottom: 30px;
    padding-left: 60px;
}

.thank__check {
    font-size: 22px;
    color: #1773b0;
    position: absolute;
    left: 0;
    top: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #1773b0;
    border-radius: 50%;
}

.thank__heading {
    display: flex;
    flex-direction: column;
}

.order-number {
    color: #545454;
    display: block;
}

.thank__title {
    color: #333333;
    font-size: 20px;
    font-weight: 400;
}

.content-box {
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    padding: 20px;
}

.content-box__title {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 0;
}

.text-container {
    line-height: 15px;
    font-size: 12px;
}

.text-container p {
    margin-top: 10px;
    margin-bottom: 0;
}

.heading-3 {
    color: #333333;
    font-size: 14px;
    margin-top: 15px;
}

.address {
    margin-top: 10px
}

/*** ========== Thank you css ========== ***/

.rating {
    color: #ffc107;
}

.seller-stats {
    padding: 15px;
    border-top: 1px solid #eee;
}

.product-card {
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
    transition: transform 0.2s;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/*============================================================================================
	Corner Message Area
==============================================================================================*/
.single-corner-message {
    background: var(--bs-white);
    padding: 20px 20px 24px 20px;
    border-radius: 8px;
    transition: all 0.4s ease;
}

/* .single-corner-message:hover {
  background: var(--white-color);
  box-shadow: 0px 16px 48px 0px rgba(32, 38, 46, 0.08);
} */
.corner-message-img img {
    width: 120px;
    height: 120px;
    border-radius: 12px;
    box-shadow: 0px 2px 2px 0px rgba(32, 38, 46, 0.08);
    object-fit: cover;
}

.corner-message-top {
    display: flex;
    gap: 20px;
    align-items: flex-end;
}

.corner-message-info {
    text-align: left;
}

.corner-message-info img {
    width: 40px !important;
    height: 40px !important;
    object-fit: contain;
    margin-bottom: 4px;
}

.corner-message-info-title {
    font-size: 25px;
    line-height: 140%;
    margin-bottom: 0;
}

.corner-message-info-name {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding-top: 0.8rem;
}

.c-message-title-seperetor {
    width: 88px;
    height: 3px;
    background: var(--bs-primary);
    display: block;
}

.corner-message-bottom {
    margin-top: 24px;
}

.corner-message-text {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 20;
    -webkit-box-orient: vertical;
    /* max-height: 120px; */
    text-align: justify;
}

.corner-message-btn {
    margin-top: 20px;
}

.corner-message-btn .theme-btn {
    border-radius: 35px;
    padding: 8px 14px;
    font-size: 12px;
    font-weight: 500;
    background-color: var(--bs-primary);
    color: var(--bs-white);
}

.corner-message-btn .theme-btn i {
    font-size: 16px;
    top: 1px;
}

/* Slider Arrow */
.gallery-area .owl-nav,
.service-area .owl-nav,
.corner-message-area .owl-nav {
    position: absolute;
    right: 0;
    top: -58px;
}

.gallery-area .owl-theme .owl-nav [class*="owl-"],
.service-area .owl-theme .owl-nav [class*="owl-"],
.corner-message-area .owl-theme .owl-nav [class*="owl-"] {
    margin: 0;
    padding: 0;
    width: 32px;
    height: 32px;
    background: var(--bs-gray-200);
    color: var(--primary-color);
    font-size: 20px;
    transition: all 0.4s ease;
    line-height: 42px;
    border-radius: 4px;
}

.gallery-area .owl-theme .owl-nav [class*="owl-"]:hover,
.service-area .owl-theme .owl-nav [class*="owl-"]:hover,
.corner-message-area .owl-theme .owl-nav [class*="owl-"]:hover {
    background: var(--primary-color);
    color: var(--bs-white);
}

.gallery-area .owl-prev,
.service-area .owl-prev,
.corner-message-area .owl-prev {
    margin-right: 12px !important;
}

/* Corner Message Page */
.corner-message-page-widget-inner {
    background: var(--white-color);
    border-radius: 8px;
    box-shadow: 0px 12px 24px 0px rgba(32, 38, 46, 0.08);
    padding: 32px;
}

.c-message-page-widget-top-info {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 24px;
}

.c-message-page-widget-top-info .corner-message-img img {
    width: 220px;
    height: 250px;
    max-width: 220px;
}

.corner-message-page-widget-bottom {
    border-top: 1px solid var(--border-color);
    padding-top: 24px;
    margin-top: 24px;
    position: relative;
}

.corner-message-page-widget-bottom::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    background: var(--border-color);
}

.c-message-page-widget-list {
    margin-bottom: 32px;
}

.c-message-page-widget-bottom-left {
    padding-right: 28px;
}

.c-message-page-widget-bottom-right {
    padding-left: 28px;
}

.c-message-page-widget-list:last-child {
    margin: 0;
}

.c-message-page-widget-list h6 {
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 20px;
}

.c-message-page-widget-list ul li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 14px;
}

.c-message-page-widget-list ul li:last-child {
    margin: 0;
}

.c-message-page-widget-list ul li::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 100%;
    top: 9px;
    left: 0;
    background: var(--title-color);
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .corner-message-page-widget-top {
        padding: 0px 24px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .corner-message-text {
        height: auto;
    }

    .single-corner-message {
        min-height: 100%;
    }

    .corner-message-page-widget-top {
        padding: 0px 24px;
    }

    .c-message-page-widget-top-info {
        padding: 0;
    }
}

@media only screen and (max-width: 767px) {
    .corner-message-top {
        display: block;
        width: 100%;
        text-align: center;
    }

    .corner-message-info-title {
        margin-bottom: -7px;
    }

    .corner-message-info {
        margin-top: 12px;
        text-align: center;
    }

    .corner-message-img img {
        width: 110px !important;
        height: 110px !important;
        display: inline-block !important;
    }

    .corner-message-info-title {
        font-size: 18px;
        margin-bottom: -6px;
    }

    .corner-message-img {
        text-align: center;
        display: inline-block;
    }

    .corner-message-info img {
        text-align: center;
        display: inline-block !important;
    }

    .c-message-title-seperetor {
        text-align: center;
        display: inline-block;
    }

    .corner-message-info-name {
        padding-top: 0;
    }

    .corner-message-text {
        margin-bottom: 0;
        height: 100%;
    }

    .corner-message-btn {
        margin-top: 24px;
    }

    .corner-message-area .owl-nav {
        top: -52px;
    }

    .corner-message-page-widget-top {
        padding: 0;
    }

    .c-message-page-widget-top-info {
        padding: 0;
        text-align: center;
        display: block;
    }

    .c-message-page-widget-top-info .corner-message-img img {
        width: 180px !important;
        height: 180px !important;
        max-width: 180px !important;
    }

    .corner-message-page-widget-inner {
        padding: 24px 16px;
    }

    .corner-message-page-widget-bottom::before {
        display: none;
    }

    .c-message-page-widget-list h6 {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .c-message-page-widget-list ul li {
        font-size: 15px;
    }

    .c-message-page-widget-bottom-right {
        padding-left: 0;
        margin-top: 24px;
    }
}

/*============================================================================================
	End Corner Message Area
==============================================================================================*/

/* ========== Team CSS ========== */
.team-card {
    background-color: var(--bs-white);
    padding: 0.2rem;
    border-radius: 1rem;
    overflow: hidden;
    border-bottom: 3px solid var(--bs-primary);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.team-card-image {
    border-radius: 0.8rem;
    overflow: hidden;
}

.team-card-content {
    text-align: center;
    padding: 1rem 0.8rem 0.8rem;
}

.team-company {
    font-weight: 700;
    font-size: 14px;
    color: var(--bs-primary);
}

.team-phone {
    font-weight: 700;
    font-size: 13px;
    color: var(--bs-gray);
}

.team-designation {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.team-designation::after,
.team-designation::before {
    content: '';
    width: 2rem;
    display: flex;
    height: 2px;
    background-color: var(--bs-primary);
    transform: translateY(-1px);
}

/* ========== Team CSS ========== */

.profile-cont {
    display: flex;
    position: static;
}

.bcsGSB .profile-img {
    width: 100px;
    height: 105px;
}

.organizer {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 2px;
}

.organizer_name {
    color: rgb(0, 0, 0);
    text-decoration: underline;
}

.img-box {
    width: 100px;
    height: 100px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(188, 188, 188);
}

.vanue-map-wrapper {
    display: flex;
}

.vanue-map-wrapper iframe {
    height: 300px;
    width: 100%;
}

.event__card_badge {
    display: inline-flex;
    background-color: var(--bs-primary);
    color: var(--bs-white);
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 1px 5px;
    border-radius: 2px;
    font-size: 12px;
}

.visa-info-card {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.visa-info-card .icon-link {
    position: absolute;
    z-index: 2;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--bs-white);
    padding: 2px 10px;
    border-radius: 30px;
    font-size: 12px;
    color: var(--bs-secondary) !important;
    gap: 3px;
}

.verfied-badge {
    background-color: var(--bs-blue);
    background-color: var(--bs-info);
    color: var(--bs-white);
    padding: 0.2rem 0.5rem;
    border-radius: 20px;
    border: 2px solid #d9fffb;
    font-size: 12px;
}

.shop-logo {
    border: 1px solid #ddd;
}

.promo-close {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.promo-show {
    position: absolute;
    top: 0;
    right: 30px;
    background-color: var(--bs-primary) !important;
    color: var(--bs-white) !important;
    padding: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 3px 3px;
    z-index: 999;
    padding-top: 4px;
}

.show-wrapper {
    position: relative;
    border-bottom: 3px solid var(--bs-primary);
}

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

.map-wrapper iframe {
    min-height: 350px;
    width: 100%;
    border: 0;
    aspect-ratio: 1/.45;
}


.notify {
    z-index: 999;
    padding: 0.5rem !important;
}

.notify .p-4 {
    padding: 0.8rem !important;
}

.notify .leading-5 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

.border-green-500 .leading-5 {
    color: rgb(34 197 94/var(--tw-border-opacity));
}

.notify .leading-5+.leading-5 {
    font-size: 0.8rem;
    margin-bottom: 0;
    color: var(--bs-gray-600);
}

.notify .shadow-lg {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 2px 0, rgba(0, 0, 0, 0.05) 0px 0px 3px 0px !important;
}

.notify.animate__animated {
    animation-duration: 1.2s;
}

.play__icon {
    height: 80px;
    width: auto !important;
}

.product__card_image .play__icon {
    height: 50px;
}

.owl-dot .play__icon {
    height: 24px;
}

.play__link {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    visibility: visible;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 8;
}

.video .play__link {
    pointer-events: all;
    visibility: visible;
    opacity: 1;
}

.video .play__icon {
    visibility: visible;
}

.video__icon {
    object-fit: contain;
    padding: 1rem;
}

.cartBtn {
    position: relative;
    padding: 0;
    margin-right: 1rem;
    width: 2rem;
    height: 2rem;
}

.cartBtn .countCart {
    position: absolute;
    right: -5px;
    top: -5px;
    min-width: 18px;
    height: 18px;
    background-color: var(--bs-secondary);
    color: var(--bs-white);
    border-radius: 50%;
    font-size: 12px;
}

.share__list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.share__list li {
    display: inline-block;
}

.share__list a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    background-color: var(--bs-primary);
    color: var(--bs-white);
    margin-left: 2px;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
}

.share__list a:hover {
    background-color: var(--bs-secondary);
}

.store-tabs>.nav {
    border: none;
}

.store-tabs .nav-link {
    padding: 6px 20px;
    /* border-radius: 4px; */
    color: var(--bs-dark);
    font-weight: 600;
    text-transform: capitalize;
    font-size: 16px;
    border: none;
}

.store-tabs .nav-link.active {
    background-color: var(--bs-light);
    color: var(--bs-primary);
}

.approvals-area {
    display: flex;
    align-items: center;
    gap: 10px;
}

.approvals {
    display: flex;
    align-items: center;
    gap: 10px;
}



.info-card {
    border: navajowhite;
    box-shadow: 0 2px 4px rgb(51 51 51 / 10%);
}

.info-card .card-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card-content {
    flex-grow: 1;
}

.card-text {
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 600;
    color: var(--bs-gray);
}

.card-count {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 0;
}

.card-icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background-color: var(--bs-indigo);
    color: var(--bs-white);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding-top: 5px;
}

.card-icon * {
    font-size: 34px;
}

.info-cards>div:nth-child(1) .card-icon {
    background-color: #D1FAE5;
    color: #059669;
}

.info-cards>div:nth-child(2) .card-icon {
    color: #DC2626;
    background-color: #FEE2E2;
}

.info-cards>div:nth-child(3) .card-icon {
    background-color: rgb(13 202 240 / 20%);
    color: var(--bs-cyan);
}

.info-cards>div:nth-child(4) .card-icon {
    background-color: rgb(25 135 84 / 15%);
    color: var(--bs-green);
}

.info-cards>div:nth-child(5) .card-icon {
    background-color: rgb(253 126 20 / 15%);
    color: var(--bs-orange);
}

.info-cards>div:nth-child(6) .card-icon {
    background-color: rgb(25 135 84 / 15%);
    color: var(--bs-green);
}

.info-cards>div:nth-child(7) .card-icon {
    color: var(--bs-blue);
    background-color: rgb(13 110 253 / 15%);
}

.info-cards>div:nth-child(8) .card-icon {
    background-color: rgb(214 51 132 / 15%);
    color: var(--bs-pink);
}

.blink_text {
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    border-color: transparent;
    background-color: var(--bs-primary);
}

@keyframes blinker {
    0% {
        opacity: 1.0;
        background-color: #00FFF9;
    }

    30% {
        opacity: 1.0;
        background-color: #FFAA02;
    }

    70% {
        opacity: 1.0;
        background-color: #FF003A;
    }

    100% {
        opacity: 1.0;
        background-color: #0192FF;
    }
}

.is-valid+.otp__btn {
    display: flex !important;
}

.info-card-section {
    background: linear-gradient(180deg, #006a4e 0%, #05976a 100%);
    padding-block: 2rem;
}

.info-card-section .info-card {
    background-color: rgb(255 255 255 / 5%);
    color: var(--bs-white);
    padding: 1.5rem;
    border-radius: 0.5rem;
}

.info-card-section .info-card-icon {
    width: 50px;
    height: 50px;
    background-color: rgb(255 255 255 / 10%);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-bottom: 1rem;
}

.info-card-section .info-card-title {
    color: var(--bs-white);
    font-weight: 500;
    font-size: 18px;
}

.fact-item {
    border-left: 3px solid var(--bs-primary);
    padding-left: 1rem;
    line-height: 1;
}

.fact-item-number {
    font-size: 30px;
    font-weight: 600;
    color: var(--bs-secondary);
    padding-bottom: 5px;
}

.fact-item-text {
    font-size: 15px;
    color: var(--bs-black);
}

/* =============== Top Deals CSS =============== */
.section-card {
    background-color: #f4f4f4;
    padding: 1rem;
    border-radius: 0.5rem;
}

.section-header {
    margin-bottom: 12px;
    margin-right: 8px;
}

.section-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.2rem;
}

.section-title-text {
    margin-bottom: 0;
}

.section-link {
    font-size: 15px;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
}

.section-subtitle {
    font-size: 14px;
}

.top-deal-img {
    border-radius: 0.5rem;
    overflow: hidden;
}

.top-deal-info {
    padding-top: 0.8rem;
}

.deal-price-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 14px;
    position: relative;
}

.bottom-arrow {
    left: -13px;
    position: absolute;
    top: 0;
}

.deal-price {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: #ffe3de;
    border-radius: 0 100px 100px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    overflow: hidden;
    padding: 2px 12px 2px 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.final-price {
    color: #ff4217;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -.08px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.deal-bottom-text {
    color: #666;
    font-size: 12px;
    line-height: 18px;
    margin-top: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.supplier-carousel .slick-arrow,
.product-carousel .slick-arrow {
    top: 40%;
    visibility: hidden;
    opacity: 0;
}

.supplier-carousel .slick-arrow.slick-disabled,
.product-carousel .slick-arrow.slick-disabled {
    color: var(--bs-gray-500) !important;
}

.supplier-carousel:hover .slick-arrow,
.product-carousel:hover .slick-arrow {
    visibility: visible;
    opacity: 1;
}

/* =============== Top Deals CSS =============== */

/* =============== Top Ranking CSS =============== */
.top-ranking-card {
    background-color: var(--bs-white);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
    margin-right: 8px;
    /* padding: 12px; */
}

.top-ranking-img {
    border-radius: 0.5rem;
    overflow: hidden;
}

.top-ranking-info {
    margin-top: 20px;
    position: relative;
    padding: 0.45rem;
}

.top-ranking-title {
    -webkit-box-orient: vertical;
    color: #222;
    display: -webkit-box;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    height: 22px;
}

.top-ranking-subtitle {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: #666;
    display: -webkit-box;
    font-size: 12px;
    font-weight: 400;
    height: 18px;
    line-height: 18px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
}

.top-ranking-img-icon {
    height: 48px;
    left: 50%;
    position: absolute;
    width: 48px;
    transform: translateX(-50%);
    top: -46px;
}

/* =============== Top Ranking CSS =============== */

/* =============== New Arrival CSS =============== */
.new-arrival-img {
    border-radius: 0.5rem;
    overflow: hidden;
}

.new-arrival-info {
    padding-top: 0.3rem;
}

.new-arrival-benefit {
    color: #d04a0a;
    font-size: 13px;
    font-weight: 400;
    height: 18px;
    line-height: 18px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    margin-bottom: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.new-arrival-price {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #222;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
}

.new-arrival-bottom-text {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: #666;
    display: -webkit-box;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.verified-supplier-section .supplier-carousel .slick-dots button,
.ranking-new-arrival-section .product-carousel .slick-dots button {
    width: 30px;
    border-radius: 10px;
    height: 3px;
}

.supplier-carousel .slick-dots li.slick-active button,
.ranking-new-arrival-section .slick-dots li.slick-active button {
    background-color: #666;
}

.ranking-new-arrival-section .bg-light-primary .slick-dots li.slick-active button {
    background-color: var(--bs-primary);
}

.ranking-new-arrival-section .section-content {
    padding-bottom: 30px;
}

/* =============== New Arrival CSS =============== */

.supplier-card {
    background-color: #f4f4f4;
    padding: 1rem;
    border-radius: 0.5rem;
    background-color: var(--bs-white);
}

.supplier-card-header {
    padding-bottom: 1.5rem;
    min-height: 106px;
}

.supplier-card-header-top {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.supplier-card-header-left {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    border: 1px solid var(--bs-gray-200);
    border-radius: 5px;
    overflow: hidden;
}

.supplier-card-header-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background-color: var(--bs-white);
}

.supplier-card-title {
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
}

.supplier-tag {
    color: var(--bs-form-valid-color);
    display: inline-block;
    border: 1px solid var(--bs-form-valid-color);
    border-radius: 5px;
    padding: 0 5px;
}

.supplier-card-product-image {
    background-color: var(--bs-light);
    margin-bottom: 8px;
}

.step {
    display: flex;
    align-items: center;
    padding-bottom: 30px;
    position: relative;
}

.step::after {
    content: '';
    position: absolute;
    left: 20px;
    bottom: 0;
    width: 1px;
    background-color: #ccc;
    display: block;
    height: 30px;
}

.step:last-child::after {
    display: none;
}

.step-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    margin-right: 16px;
    padding: 7px;
    border: 1px solid #ccc;
    border-radius: 50%;
}

.step-icon svg {
    fill: #444;
}

.step-title {
    margin-bottom: 8px;
}

.custom-card {
    background-color: #f4f4f4;
    padding: 1rem;
    border-radius: 0.5rem;
    background-color: var(--bs-white);
    max-width: 370px;
}

.custom-card a {
    color: var(--bs-blue);
    text-decoration: underline;
}

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

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

.custom-nav {
    background-color: var(--bs-white);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    overflow: hidden;
    width: fit-content;
    margin: 0 auto;
    border: 1px solid var(--bs-gray-200);
    border-radius: 10px;
    padding: 5px;
    box-shadow: 0px 7px 5px -5px rgba(0, 0, 0, 0.11);
    gap: 5px;
}

.custom-nav button {
    color: var(--bs-primary);
    font-size: 14px;
    font-weight: 600;
    padding-inline: 30px;
    text-transform: uppercase;
}

.custom-nav.nav-pills button:hover,
.custom-nav.nav-pills button.active {
    background-color: var(--bs-primary);
    color: var(--bs-white);
}

.tour-search-form {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    background-color: var(--bs-white);
    padding: 1rem;
    border-radius: 10px;
}

.form-group-wrapper {
    margin-right: auto;
    -moz-column-gap: 14px;
    column-gap: 16px;
    width: calc(100% - 160px);
    padding-right: 16px;
}

.btn-search {
    width: 160px;
    background-color: var(--bs-primary);
    color: var(--bs-white);
    border-radius: 50px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.11) 0px 7px 5px -2px;
}

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

.form-group-wrapper .form-group {
    flex-grow: 1;
    flex: 1 0 0;
    border: none;
}

.form-group-wrapper input,
.form-group-wrapper select {
    height: 46px;
    border-radius: 50px;
    border: 1px solid rgba(36, 88, 76, 0.16);
    padding: 9px 15px;
    background-color: #EDF2F1;
}

.user-guide-steps {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.user-guide-steps .steps-item {
    max-width: 682px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.user-guide-steps .steps-item .steps-info {
    width: 100%;
    height: 94px;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    cursor: default;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 70px;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    align-items: center;
}

.steps-item .steps-info .steps-info-icon {
    width: 50px;
    height: 50px;
    background-size: contain;
    padding: 0.5rem;
    border: 1px solid #444;
    border-radius: 50%;
}

.steps-item.expand .steps-info .steps-info-icon {
    background-color: #444;
    color: var(--bs-white);
}

.steps-item.expand .steps-info .steps-info-icon svg {
    fill: var(--bs-white) !important;
}

.user-guide-steps .steps-item .steps-info .steps-info-icon svg {
    fill: #444;
}

.user-guide-steps .steps-item .steps-info .steps-info-titles .info-title {
    font-family: Roboto;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5;
    color: #222;
    letter-spacing: .5px;
}

.user-guide-steps .steps-item .steps-info .steps-info-titles .info-title {
    font-size: 24px;
    margin-top: 5px;
}

.user-guide-steps .steps-item .steps-info .steps-info-titles .info-des {
    margin-top: 10px;
    font-family: Roboto;
    font-size: 24px;
    color: #555;
}

.user-guide-steps .steps-item .steps-info .steps-info-titles .info-des {
    font-size: 14px;
    margin: 0;
}

.user-guide-steps .steps-item .steps-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    position: relative;
    min-height: 50px;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    position: relative;
}

.user-guide-steps .steps-item .step-card {
    max-width: 540px;
    margin-left: 65px;
    display: none;
    margin-top: 10px;
    width: 100%;
    margin-bottom: 10px;
}

.step-card .card-main {
    width: 100%;
    border-radius: 20px;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    position: relative;
}

.steps-item .steps-content .step-line {
    width: 1px;
    height: 100%;
    background: #555;
    position: absolute;
    margin: 0 25px;
}

.user-guide-steps .expand .steps-content .step-card {
    display: block;
}

.step-card .card-main div a {
    text-decoration: underline;
    text-underline-offset: 2px;
    position: relative;
    color: #007dfa;
}

.messenger-float {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 5px 15px 5px 10px;
    height: 40px;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .06), 0 2px 32px 0 rgba(0, 0, 0, .16);
    color: var(--bs-white);
    background-color: #82a1d3;
    position: fixed;
    right: 25px;
    bottom: 110px;
    border-radius: 50px;
    font-size: 14px;
    z-index: 999;
}

.whatsapp-float {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 5px 15px 5px 10px;
    height: 40px;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .06), 0 2px 32px 0 rgba(0, 0, 0, .16);
    color: var(--bs-white);
    background-color: #25d366;
    position: fixed;
    right: 25px;
    bottom: 60px;
    border-radius: 50px;
    font-size: 14px;
    z-index: 999;
}
