.tpsideinfo {
    background: var(--tp-text-body);
}

.tpsideinfo.tp-sidebar-opened {
    background: #fff;
}
.tpsideinfo__close {
    text-align: right;
    padding-right: 30px;
    color: #000;
    background-color: inherit;
}
.tpsideinfo__account-link a, .tpsideinfo__wishlist-link a {
    color: var(--tp-common-black);
}

.tpsideinfo__account-link a i, .tpsideinfo__wishlist-link a i {
    color: var(--tp-common-black);
}
.tpsideinfo__search form input {
    background: #fff;
    border: 1px solid #c3c3c3;
}
.mobile-menu-container .mobile-menu-nav ul li a {
    color: #000;
    border-bottom: 1px solid hsl(0deg 0% 32.43% / 20%);
}

.mobile-menu-container .mobile-menu-nav ul li a.mobile-menu-exapand {
    border: 1px solid hsl(0deg 0.48% 34.63% / 20%) !important;
    color: #000;
}
.main-menu ul>li>a {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.mainmenu__search-bar input {
    font-size: 16px;
    height: 42px;
    padding: 0px 20px 0px 45px;
}
.mainmenu__search-icon i {
    color: var(--tp-text-secondary);
}

.mainmenu__search--expandable {
    position: relative;
    margin-right: 14px;
}

.mainmenu__search--expandable .header-search-toggle {
    background: transparent;
    border: 0;
    padding: 0;
}

.mainmenu__search--expandable .header-search-expand {
    position: absolute;
    top: 50%;
    width: 0;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    z-index: 30;
    transition: width .25s ease, opacity .2s ease;
}

.mainmenu__search--expandable.is-open .header-search-expand {
    width: 210px;
    opacity: 1;
    pointer-events: auto;
}
.mainmenu__search--expandable .header-search-toggle .fa-times{display: none;}
.mainmenu__search--expandable.is-open .header-search-toggle .fa-times{display: block;}
.mainmenu__search--expandable.is-open .header-search-toggle .fa-search{display: none;}

.mainmenu__search--expandable .mainmenu__search-bar {
    position: relative;
}

.mainmenu__search--expandable .mainmenu__search-bar input {
    height: 42px;
    padding: 0 42px 0 16px;
    border: 1px solid #d9d9de;
    border-radius: 4px;
    background: #fff;
}

.mainmenu__search--expandable .mainmenu__search-submit {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background: transparent;
    color: var(--tp-text-secondary);
    line-height: 1;
}

.mainmenu__search--expandable.is-open .mainmenu__search-submit {
    right: 20px;}
.company-block h1 {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #333;
}
.company-block p {
    color: #555;
}
.product-sidebar__product-item .col{padding: 0 18px;}
h3.tpproduct__title.text-truncate {
    display: -webkit-box;
    white-space: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 35px;
}
.product-details-area h2{font-size:24px;margin-bottom: 1.5rem;text-transform: uppercase;}
.product-details-area h3{font-size:20px;text-transform: uppercase;}

.bb-product-filter-content:has(.bb-product-filter-items) {
    max-height: none;
}
.bb-product-filter-items li:not(:last-child){margin-bottom: 10px;}
.bb-product-filter-link{
    font-size: 16px;
    color: #333;
}

.promotion-discount-amount{
    margin-left: 20px;
}
.footer-categories .footer-widget__links ul {
    column-count: 3;
    column-gap: 20px;
}
.footer-widget__links ul li {
    margin-bottom: 8px;
}
.footer-widget__links ul li a {
    font-size: 16px;
}
.footer-widget p {
    color: var(--footer-text-muted-color);
    font-size: 18px;
    margin: 15px 0;
}

.footer-widget .social-icons {
    display: flex;
}

.footer-widget .social-icons a {
    width: 43px;
    height: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 4px;
    padding: 0;
    background: #ccc;
    color: #e6e6e6;
}
.footer-widget .social-icons a[href*="youtube"]:hover {
    background: #e62117;
}

.footer-widget .social-icons a[href*="vk"]:hover {
    background: #2787f5;
}

.footer-widget .social-icons a[href*="instagram"]:hover {
    background: #e9686f;
}

.footer-widget .social-icons a[href*="wa"]:hover {
    background: #65bc54;
}

.footer-widget .social-icons a[href*="t.me"]:hover {
    background: #2aa1da;
}
@media (max-width: 1200px){
    .blog-main-box .row .col-lg-2 {
        width: 50%;
    }
}
@media (max-width: 767px){
    .footer-col-2 {
        margin-inline-start: 5px;
    }
    .footer-categories .footer-widget__links ul {
        margin-right: 10px;
    }
    .footer-widget__title {margin-bottom: 20px;}
    .footer-widget__links ul li a {
        font-size: 15px;
    }
    .footer-cta {margin: 0;}
    .footer-copyright__content span {
        font-size: 13px;
        margin: 0;
    }
    
    .footer-copyright__content.justify-content-end {
        justify-content: flex-start !important;
    }
    
    .footer-copyright {
        padding: 10px 0 70px;
    }
    .postbox .col-md-12 {
        width: 50%;
    }
    
    .postbox__item {
        display: flex;
        flex-direction: column;
    }
    
    .postbox__thumb img {
        width: 100%;
        /* height: auto; */
        max-height: 240px;
        -o-object-fit: cover;
        object-fit: cover;
    }
    
    postbox__thumb {
        margin: 0 0 25px;
    }
    
    .postbox__thumb {
        margin-right: 0;
    }
    
    .postbox .postbox__meta {
        margin-bottom: 0;
    }
    
    .postbox .postbox__title {
        font-size: 18px;
    }
}
.navigation-bar .navigation-bar__list li a i.fab.fa-whatsapp {
    color: #279900;
}

.bd-company {color: #26352c;padding: 60px 0 80px;overflow: hidden;}.bd-container {width: min(1180px, calc(100% - 32px));margin: 0 auto;}.bd-hero {}.bd-hero h1,.bd-section h2,.bd-note h2 {margin: 0 0 20px;font-size: 46px;line-height: 1.3;}.bd-section h2,.bd-note h2 {font-size: 34px;}.bd-hero p,.bd-section p,.bd-value p,.bd-step p,.bd-note p {color: #5a665d;font-size: 17px;line-height: 1.7;}.bd-hero__actions {display: flex;gap: 14px;flex-wrap: wrap;margin-top: 32px;}.bd-btn {display: inline-flex;align-items: center;justify-content: center;min-height: 52px;padding: 0 24px;border-radius: 999px;text-decoration: none;font-weight: 700;transition: .25s ease;}.bd-btn--primary {background: #ffffff;color: #009688;}.bd-btn--primary:hover {transform: translateY(-2px);}.bd-btn--light {background: #fff;color: #26352c;box-shadow: 0 12px 30px rgba(31, 45, 36, .08);}.bd-hero__visual {position: relative;min-height: 440px;}.bd-hero__circle {position: absolute;inset: 40px 20px 20px 40px;border-radius: 48px;background:radial-gradient(circle at 30% 30%, rgba(255,255,255,.9), transparent 34%),linear-gradient(135deg, #dfead5, #b8cfaa);box-shadow: 0 30px 80px rgba(55, 80, 49, .18);}.bd-product-card {position: absolute;z-index: 2;right: 30px;top: 100px;width: 310px;min-height: 230px;padding: 32px;border-radius: 32px;background: rgba(255,255,255,.82);backdrop-filter: blur(16px);box-shadow: 0 24px 70px rgba(31,45,36,.16);}.bd-product-card__label {color: #4a773c;font-weight: 800;margin-bottom: 60px;}.bd-product-card__title {font-size: 28px;line-height: 1.1;font-weight: 800;letter-spacing: -.03em;}.bd-product-card__text {margin-top: 12px;color: #667068;line-height: 1.5;}.bd-hero__badge {position: absolute;z-index: 3;left: 10px;bottom: 70px;padding: 18px 24px;border-radius: 22px;background: #fff;color: #26352c;font-weight: 800;box-shadow: 0 18px 50px rgba(31,45,36,.14);}.bd-stats {display: grid;grid-template-columns: repeat(3, 1fr);gap: 18px;margin: 40px 0 90px;}.bd-stat {border: 1px solid #ccc;border-radius: 20px;padding: 20px 30px 30px;}.bd-stat__number {font-size: 34px;font-weight: 900;color: #009688;}.bd-stat__text {margin-top: 8px;color: #69746c;line-height: 1.45;}.bd-section {margin: 90px 0;}.bd-section--grid {display: grid;grid-template-columns: .9fr 1.1fr;gap: 64px;align-items: start;}.bd-values {display: grid;grid-template-columns: repeat(3, 1fr);gap: 22px;}.bd-value {border: 1px solid #ccc;border-radius: 20px;padding: 20px 30px 30px;}.bd-icon {width: 54px;height: 54px;display: grid;place-items: center;border: 1px solid #009688;border-radius: 50%;color: #009688;font-weight: 900;margin-bottom: 28px;}.bd-value h3,.bd-step h3 {margin: 0 0 12px;font-size: 22px;color: #1f2d24;}.bd-process {}.bd-steps {display: grid;grid-template-columns: repeat(4, 1fr);gap: 16px;}.bd-step {position: relative;padding: 20px;background: #fff;box-shadow: 0 12px 34px rgba(31,45,36,.06);border: 1px solid #ccc;border-radius: 20px;}.bd-step span {width: 42px;height: 42px;display: grid;place-items: center;font-weight: 800;margin: 0 0 20px;border: 1px solid #009688;border-radius: 50%;color: #009688;}.bd-note {display: flex;justify-content: space-between;gap: 32px;align-items: center;padding: 44px;/* border-radius: 36px; */background: #009688;}.bd-note h2,.bd-note p {color: #fff;}.bd-note p {margin-bottom: 0;opacity: .82;}@media (max-width: 980px) {.bd-hero,.bd-section--grid,.bd-process {grid-template-columns: 1fr;}.bd-stats,.bd-values {grid-template-columns: repeat(2, 1fr);}.bd-hero__visual {min-height: 360px;}}@media (max-width: 640px) {.bd-company {padding: 36px 0 56px;}.bd-stats,.bd-values {grid-template-columns: 1fr;}.bd-product-card {right: 10px;left: 10px;width: auto;}.bd-note {flex-direction: column;align-items: flex-start;padding: 30px;}}