body {
    background-color: #fafbfd;
    font-family: "Poppins", sans-serif;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #fb5831;
    --bs-btn-border-color: #fb5831;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #fa4a1e;
    --bs-btn-hover-border-color: #fa4a1e;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #fa4a1e;
    --bs-btn-active-border-color: #fa4a1e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #fb5831;
    --bs-btn-disabled-border-color: #fb5831;
}
h2 {
    font-size: 18px;
    font-weight: 700;
    color: #2c3344;
}

.nav-link img {
    width: 24px;
    height: 24px;
}
.header-mobile {
    display: none;
}
.bottom-menu {
    display: none;
}
a {
    color: #2c3344;
}
.fs-16 {
    font-size: 16px;
}
.fs-24 {
    font-size: 24px;
}

.fw-500 {
    font-weight: 500;
}
.fw-600 {
    font-weight: 600;
}

.top-banner {
    background-color: #1e232f;
    height: 67px;
    border-top: 8px solid #fb5831;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #d5d5d5;
    font-size: 18px;
    font-weight: 600;
}
header {
    padding-bottom: 30px;
}
.header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 25px;
}
.text-primary {
    color: #fb5831 !important;
}
.logo {
    background-image: url("../images/logo-bg.svg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 170px;
    padding: 20px;
    position: relative;
    width: 256px;
    position: absolute;
    left: 0;
    margin: 0 auto;
}
.logo img {
    width: 100%;
}

.form-control {
    background-color: #f4f8fb;
    border: 1px solid #7070701c;
    box-shadow: none !important;
    font-size: 16px;
    font-weight: 500;
    height: 60px;
    color: #2c3344;
}
.form-select {
    background-color: #f4f8fb;
    border: 1px solid #7070701c;
    box-shadow: none !important;
    font-size: 16px;
    font-weight: 500;
    height: 47px;
    color: #2c3344;
}
.mt-100 {
    margin-top: 100px;
}
.mb-100 {
    margin-bottom: 100px;
}
.form-control:focus {
    background-color: #f4f8fb;
    border: 1px solid #7070701c;
}

.search-input {
    width: 100%;
    max-width: 400px;
}

.search-input {
    position: relative;
}
.search-input input {
    background-color: #f4f8fb;
    border-radius: 5px;
    border: 1px solid #7070701c;
    height: 65px;
    padding-left: 60px;
}
.search-input button {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
}

.link {
    text-decoration: none;
    color: #404358;
    font-weight: 600;
}

.header-top {
    padding-left: 270px;
}

.navbar-nav {
    display: flex;
    flex-direction: row;
    padding-left: 270px;
    gap: 35px;
}

.header-bottom {
    border-top: 1px solid #70707024;
    border-bottom: 1px solid #70707024;
    margin-top: 25px;
    background-color: #fff;
}

.category-list-section {
    background-color: #f4f8fb;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    width: 256px;
    min-width: 256px;
    padding: 25px 18px;
}

.category-list-title {
    font-size: 16px;
    font-weight: 500;
    color: #677894;
    padding-bottom: 16px;
    border-bottom: 1px solid #e3e8ee;
    display: flex;
    align-items: center;
    gap: 10px;
}
.category-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.category-list-item a {
    text-decoration: none;
    color: #677894;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
}

.hero-section {
    display: flex;
    gap: 33px;
}

.category-card {
    background-color: #fff;
    border: 1px solid #efefef;
    border-radius: 5px;
    padding: 18px 19px;
}

.category-card-title {
    font-size: 16px;
    color: #2c3344;
    font-weight: 500;
}
.category-card p {
    color: #677894;
    font-size: 14px;
    font-weight: 400;
}
.category-card-img {
    margin-bottom: 13px;
    position: relative;
}
.category-card-img img {
    width: 100%;
    border-radius: 5px;
    height: 80px;
    object-fit: cover;
}

.category-card-img a {
    background-color: #fb5831;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: -10px;
    top: -10px;
}

.category-card-img a img {
    width: 24px;
    height: 24px;
}

.main-banner img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
}
.banner-title {
    padding: 10px;
    text-align: center;
    width: 100%;
    height: 150px;
    background-size: cover;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: linear-gradient(
            0deg,
            rgba(0, 0, 0, 0.68) 0%,
            rgba(0, 0, 0, 0.68) 100%
        ),
        url(../images/offer-banner.png) center / cover no-repeat;
}
.banner-title p {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
}

.featured-brands-item {
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #efefef;
    padding: 14px 12px 20px 12px;
}
.featured-brands-img {
    border: 1px solid #efefef;
    background: #ffffff;
    border-radius: 5px;
    padding: 7px;
    height: 99px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.featured-brands-img img {
    width: 100%;
}

.featured-brands {
    width: 100%;
    overflow: hidden;
}
.featured-brands .swiper-wrapper {
    display: flex;
    align-items: center;
}

.featured-brands .swiper-slide {
    width: 160px;
}

.featured-brands-img img {
    width: 100%;
    height: auto;
    max-width: 140px;
    border-radius: 5px;
}

.ad-card {
    border: 1px solid #efefef;
    padding-top: 12px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.ad-card-img {
    width: 100%;
    padding: 0 10px;
}

.ad-card-img img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 5px;
}

.ad-card-content {
    padding: 22px 18px;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ad-card-content h4 {
    font-size: 14px;
    color: #2c3344;
    font-weight: 600;
}

.ad-card-content p {
    color: #2c3344;
    font-size: 13px;
    margin-bottom: 0;
}

.ad-card a {
    width: 100%;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 400;
}

.logo-icon {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fb5831;
    border-radius: 0 0 10px 10px;
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.newsletter-form-section {
    background-color: #fb5831;
    color: #fff;
    padding: 32px 28px;
    border-radius: 5px;
    max-width: 580px;
    width: 100%;
    margin-left: auto;
    position: relative;
    bottom: 30px;
}
.newsletter-form-section input {
    width: 100%;
    max-width: 310px;
    height: 47px;
    border: 1px solid #efefef;
    border-radius: 5px;
    padding: 5px 18px;
}
.newsletter-form-section input::placeholder {
    color: #c0c2c5;
}
input:focus {
    outline: none;
}

.footer-content {
    background-color: #1e232f;
    color: #fff;
}
footer {
    margin-top: 200px;
}
.footer-logo {
    width: 256px;
    height: 177px;
    background-image: url("../images/logo-bg-white.svg");
    display: flex;
    justify-content: center;
    background-size: cover;
    background-position: bottom center;
    margin-left: -10px;
}

.footer-logo img {
    width: 180px;
}
.social-links {
    background-color: #fff;
    width: 100%;
    padding: 15px 20px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
}
.footer-left-side {
    width: 300px;
    min-width: 300px;
}
.footer-nav-section {
    display: flex;
    justify-content: end;
    gap: 100px;
    width: 100%;
    margin-top: 50px;
}
.footer-nav h4 {
    font-size: 18px;
    color: #fb5831;
}

.footer-nav ul {
    list-style: none;
    padding-left: 0;
}
.footer-nav li {
    margin-bottom: 12px;
}
.footer-nav li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

.footer-main {
    display: flex;
    flex-direction: column;
    align-items: end;
    width: 100%;
}
.contact-card {
    background-color: #fff;
    padding: 18px 25px;
}

.contact-card p {
    color: #677894;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}

.contact-card p b {
    color: #2c3344;
    font-size: 16px;
    font-weight: 500;
}

.contact-card-icon {
    width: 53px;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background-color: #f9f9fb;
}

.contact-card {
    display: flex;
    align-items: center;
    gap: 15px;
    border-radius: 5px;
}

.footer-left-side p {
    font-size: 16px;
    font-weight: 300;
    margin-top: 20px;
    max-width: 256px;
}
.copyright {
    height: 56px;
    display: flex;
    align-items: center;
}
.copyright p {
    margin-bottom: 0;
    text-align: right;
    font-size: 14px;
}

.header-top-buttons {
    display: flex;
    gap: 18px;
    align-items: center;
}

.header-top-buttons .btn-primary {
    padding: 12px 21px;
}
.card {
    padding: 40px 30px;
    border: 1px solid #efefef;
    background-color: #ffffff;
    border-radius: 5px;
}

.form-title {
    font-size: 16px;
    font-weight: 600;
    color: #2c3344;
    padding-bottom: 8px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 30px;
}
.form-section .form-btn {
    height: 47px;
}

.form-control {
    background-color: #fafbfd;
    border: 1px solid #efefef;
    height: 47px;
}

.form-control::placeholder {
    color: #c0c2c5;
}

.form-label {
    color: #2c3344;
    font-size: 14px;
    font-weight: 500;
}
.header-logo .logo {
    position: relative;
}
.header-logo {
    display: flex;
    justify-content: center;
}

.copyright-dark {
    background-color: #1e232f;
    height: 67px;
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
}

.file-input input {
    display: none;
}
.file-input {
    width: 244px;
    height: 244px;
    position: relative;
    min-width: 244px;
}

.file-input img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.file-input span {
    display: flex;
    padding: 12px;
    background-color: #ffffff;
    border: 1px solid #efefef;
    width: 193px;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #c0c2c5;
    font-size: 15px;
    font-weight: 400;
}

.login-hero {
    position: absolute;
    left: 60px;
    width: calc(50% - 100px);
    top: 100px;
}

.login-hero img {
    width: 100%;
}
.login-option-item {
    background-color: #007ebb;
    display: flex;
    padding: 13px 18px;
    border-radius: 5px;
    color: #fff;
    position: relative;
}
.login-option-item-img {
    width: 49px;
    height: 49px;
    background-color: #ffffff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-option-item span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.category-list-item.active a {
    font-weight: 700;
}
.card-w {
    width: 100%;
    padding: 17px;
    border: 1px solid #ebebeb;
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 14px;
}
.w-fitcontent {
    width: fit-content;
}
.card-w-img {
    width: 50px;
    height: 50px;
    background-color: #f4f8fb;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.card-w-content p {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 14px;
}

.product-item {
    display: flex;
    padding: 20px 27px;
    width: 100%;
    gap: 25px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #ebebeb;
    margin-bottom: 22px;
}
.product-content a {
    text-decoration: none;
}

.product-content-end {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-content {
    width: 100%;
}

.product-content h2 {
    font-size: 16px;
    color: #2c3344;
    font-weight: 600;
}
.product-img img {
    width: 130px;
    height: 130px;
    border-radius: 5px;
    object-fit: cover;
    object-position: center;
}

.product-content p {
    color: #2c3344;
    font-size: 14px;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 5px;
}
.breadcrumb-item a {
    text-decoration: none;
}

.product-content p img {
    right: 5px;
}
.search-form {
    display: flex;
    gap: 32px;
}
.search-form input {
    width: calc(100% - 200px);
    height: 47px;
    border: 1px solid #ebebeb;
    background-color: #ffffff;
    padding: 5px 27px;
    border-radius: 5px;
}

.product-content-end .btn-primary {
    padding: 11px 15px;
    gap: 10px;
    display: flex;
    align-items: center;
}

.btn-icon {
    padding: 11px 20px;
    display: flex;
    gap: 10px;
}

.category-logo {
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}
.app-logo {
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 0 10px 10px;
}
.app-logo img {
    width: 26px;
}
.category-option {
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding-bottom: 50px;
    text-decoration: none;
}

.category-option span {
    margin-top: 20px;
    font-size: 16px;
    color: #404358;
    font-weight: 500;
}
.category-options {
    display: flex;
    flex-wrap: wrap;
}

.category-option-item {
    width: 20%;
    padding: 10px;
}

.info-card .card-content {
    display: none;
}
.info-card .card-content.active {
    display: block;
}

.thumb-slider .swiper-slide {
    width: 133px;
    height: 94px !important;
}

.thumb-slider {
    width: 100%;
    overflow: hidden;
}
.thumb-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
    border: 1px solid #ebebeb;
}
.main-slider {
    width: 100%;
    height: 330px;
    overflow: hidden;
}

.main-slider img {
    border-radius: 5px;
    border: 1px solid #ebebeb;
}
.info-card .card-header button {
    padding: 14px 25px;
    border: none;
    background-color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.info-card .card-header button.active {
    background-color: #fb5831;
    color: #fff;
    border-radius: 5px;
    border: none;
}

.info-card .card-content p {
    color: #677894;
    font-size: 14px;
}
.shap-info {
    display: flex;
    align-items: center;
    gap: 13px;
}

.shap-info h4 {
    font-size: 16px;
    color: #677894;
    font-weight: 700;
}
.shap-info p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
}
.btn-light {
    --bs-btn-color: #677894;
    --bs-btn-bg: #fafbfd;
    --bs-btn-border-color: #fafbfd;
    --bs-btn-hover-color: #677894;
    --bs-btn-hover-bg: #d3d4d5;
    --bs-btn-hover-border-color: #c6c7c8;
    --bs-btn-focus-shadow-rgb: 211, 212, 213;
    --bs-btn-active-color: #677894;
    --bs-btn-active-bg: #c6c7c8;
    --bs-btn-active-border-color: #babbbc;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #677894;
    --bs-btn-disabled-bg: #fafbfd;
    --bs-btn-disabled-border-color: #fafbfd;
}

.btn-light {
    font-weight: 600;
}

.shop-card .btn {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-page-card h1 {
    font-size: 24px;
    font-weight: 700;
}

.product-page-card p {
    font-size: 14px;
    color: #677894;
    font-weight: 400;
}

.price {
    color: #fb5831;
    font-weight: 700;
    font-size: 24px;
}

.product-details p {
    color: #677894;
    font-size: 16px;
    font-weight: 500;
}

.product-details p b {
    font-weight: 700;
}

.profile-banner {
    width: 100%;
    height: 237px;
    border-radius: 5px;
    overflow: hidden;
}

.profile-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.primary-badge {
    background-color: #fa5931;
    display: flex;
    padding: 7px 23px;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.profile-details-head {
    display: flex;
    align-items: center;
    gap: 10px;
}

.profile-name {
    font-size: 14px;
    font-weight: 700;
    color: #404358;
    margin-bottom: 0;
}

.profile-title {
    font-size: 14px;
    font-weight: 400;
    color: #677894;
    margin-bottom: 0;
}
.profile-left-side {
    width: 300px;
    min-width: 300px;
    position: relative;
    bottom: 130px;
    margin-left: 40px;
}
.profile-details {
    background-color: #fff;
    padding: 22px 20px;
    margin-bottom: 30px;
    border: 1px solid #efefef;
    border-radius: 5px;
}

.profile-links-item {
    display: flex;
    gap: 10px;
    text-decoration: none;
    color: #3f4358;
    font-size: 14px;
    padding: 9px 10px;
    background-color: #fafbfd;
    border: 1px solid #eeefee;
    margin-bottom: 12px;
}

.profile-link-icon {
    width: 29px;
    height: 29px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #757575;
}

.profile-link-icon img {
    width: 14px;
}

.profile-links #website .profile-link-icon {
    background-color: #fa5931;
}

.profile-links #phone .profile-link-icon {
    background-color: #58a58c;
}

.profile-links #mail .profile-link-icon {
    background-color: #757575;
}

.profile-links #instagram .profile-link-icon {
    background-color: #ba2ebf;
}

.profile-links #facebook .profile-link-icon {
    background-color: #138af2;
}

.about-section h3 {
    font-size: 14px;
    font-weight: 700;
    color: #404358;
}

.about-section p {
    font-size: 13px;
}

.profile-main {
    display: flex;
    width: 100%;
    gap: 40px;
    position: relative;
    bottom: 50px;
}

.profile-right-side {
    width: 100%;
    position: relative;
    background-color: #fff;
    padding: 23px 22px;
    border-radius: 5px;
    border: 1px solid #f3f3f3;
}

.package-item-icon {
    background-color: #23d931;
    width: 35px;
    min-width: 35px;
    height: 35px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
}

.package-item-content ul {
    list-style: none;
    padding-left: 0;
}

.package-item-content li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 19px;
    font-size: 14px;
}
.package-item-title h3 {
    font-size: 16px;
    font-weight: 400;
    margin-left: 10px;
}
.package-item-title span {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}
.package-item {
    position: relative;
    background-color: #fafbfd;
    border: 1px solid #efefef;
    padding: 10px;
    border-radius: 5px;
    padding-top: 50px;
    width: 100%;
}

.package-item-title {
    width: calc(100% - 20px);
    min-height: 61px;
    background-color: #fa5931;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin-bottom: 15px;
    position: absolute;
    top: -30px;
    border-radius: 5px;
    left: 10px;
}

.package-order {
    width: 26px;
    height: 26px;
    border-radius: 5px;
    position: absolute;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -40px;
    z-index: 2;
    font-size: 16px;
    font-weight: 600;
    left: 20px;
    border: 1px solid #efefef;
}

.register-type-label {
    width: 132px;
    height: 100px;
    background-color: #f4f8fb;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
    cursor: pointer;
}

.register-type-label path {
    fill: #000000;
}
.register-type-select {
    width: 100%;
    max-width: 311px;
    margin: 0 auto;
}

.register-type-select .btn-primary {
    width: 100%;
    height: 47px;
}

.register-type-select input {
    display: none;
}
.register-type-select input:checked + label {
    background-color: #fb5831;
    color: #fff;
}

.register-type-select input:checked + label path {
    fill: #fff;
}
.modal-dialog {
    max-width: 654px;
}

.success-icon-section {
    width: 97px;
    height: 97px;
    background-color: #58a58c;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-body {
    padding: 35px 15px;
}
.modal-body p {
    font-size: 13px;
    color: #2c3344;
}
.modal-title {
    font-size: 16px;
    font-weight: 600;
}

.modal-buttons {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
}

.modal-buttons .btn {
    height: 47px;
    min-width: 150px;
    padding: 5px 25px;
}
.modal-content {
    border-radius: 5px;
}

.mobile-footer-nav {
    width: 100%;
}
footer .accordion-item {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
        rgba(0, 0, 0, 0.3) 0px 3px 7px -3px !important;
    border-radius: 10px !important;
    background-color: #000;
    margin-bottom: 20px !important;
    border: none;
}
footer .accordion-header button {
    font-size: 20px;
    font-weight: 600;
    background-color: #000;
    padding: 10px;
    border-radius: 10px !important;
    color: #fff;
}
footer .accordion-body {
    background-color: #000;
    font-size: 20px;
    font-weight: 400;
    border-radius: 10px !important;
}
.mobile-footer-nav {
    margin-top: 40px;
}
footer .accordion-button::after {
    background-image: url(../images/icons/accordion-arrow.svg);
}

.newsletter-form-section .btn-dark {
    height: 47px;
}

.mobile-footer-nav {
    display: none;
}

.bottom-menu {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 70px;
    background-color: #fff;
    border-top: 3px solid #fb5831;
    align-items: center;
    justify-content: space-between;
    z-index: 9999;
}

.bottom-menu-item {
    width: 20%;
}

.bottom-menu-item a {
    text-decoration: none;
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 10px;
    gap: 3px;
    opacity: 0.7;
}

.bottom-menu-item a img {
    width: 18px;
}
.bottom-menu-item.active a {
    opacity: 1;
}

.header-mobile {
    background-color: #fff;
    border-top: 1px solid #70707024;
    border-bottom: 1px solid #70707024;
    margin-top: 10px;
    padding: 12px 0;
}

.ad-card-price {
    color: #2c3344 !important;
    font-size: 16px;
    font-weight: 700;
}

.ad-card-product .ad-card-img img {
    height: 200px;
}
.offcanvas.offcanvas-start {
    width: 250px;
}

.offcanvas-nav-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
}

.nav-item-icon {
    width: 50px;
    height: 50px;
    background-color: #f4f8fb;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.header-mobile .btn {
    font-size: 14px;
    padding: 10px 30px;
}
.footer-nav-item {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    margin-bottom: 11px;
    display: flex;
    font-size: 15px;
}
footer .accordion-button:not(.collapsed) {
    background-color: #000;
    color: #fff;
}
footer .accordion-button:not(.collapsed)::after {
    transform: rotate(-90deg);
    background-image: url(../images/icons/accordion-arrow.svg) !important;
}

.product-stats {
    display: flex;
    align-items: center;
}
.product-actions {
    display: flex;
    align-items: center;
}

.chackout-section {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
    margin-bottom: 20px;
}

.product-detail-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.file-input label {
    height: 100%;
}

.package-section input {
    display: none;
}
.package-section input:checked + label {
    border: 1px solid #fb5831;
}
.story-item {
    width: 200px;
}

.story-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.story-list {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.story-item p {
    font-size: 12px;
    font-weight: 500;
}

.packages-card {
    border-radius: 5px;
    background: #f6f6f6;
    padding: 10px 20px;
    text-align: center;
    margin-top: 30px;
    border-top: 5px solid #ff8601;
}
.plan-name {
    font-size: 26px;
    font-weight: 600;
    padding: 10px 0;
}

.membership-features {
    padding: 0;
    margin-bottom: 0;
    margin: 0;
    text-align: left;
    font-size: 10px;
    padding-left: 20px;
    padding-top: 20px;
    display: none;
}
.membership-features.active {
    display: block;
}

.hero-content {
    width: calc(100% - 280px);
}

.category-banner img {
    width: 100%;
}

.category-banner-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 60px;
}

.packages-list .package-item {
    padding-top: 0;
}

.form-check-input:checked {
    background-color: #fb5831;
    border-color: #fb5831;
}
