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