@media only screen and (max-width:767px) {
    .slideshow.home-slideshow {
        height: auto;
    }
    .footer-column.footer-menu.footer-column-2 {
        padding-left: calc(var(--bs-gutter-x) / 2);
    }
    .footer-column.footer-menu {
        padding-left: calc(var(--bs-gutter-x) / 2);
    }
    .blog-page-title {
        height: 7rem;
    }
    .blog-page-title .page-title {
        font-size: 18px;
        margin: 0;
    }
    .pc__title {
        font-size: 13px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .product-card .pc__info .product-cart-button button {
        width: 32px;
        height: 32px;
    }
    .product-card .pc__info .product-cart-button button svg {
        height: 14px;
    }
    .pc__category {
        font-weight: 500;
        font-size: 13px;
        margin: 0;
    }
    .pc__info {
        margin-top: 7px;
    }
    .product-card .pc__info .product-cart-button {
        width: 25%;
    }
    .product-card .pc__info .product-description {
        width: 75%;
    }
    .aside-header {
        padding: 15px 20px;
        margin: 0;
    }
    .aside-content.filter-aside-content {
        padding: 0;
        margin: 15px 0;
    }
    .filter-aside-content .accordion-button {
        font-size: 16px !important;
    }
    .aside-content.filter-aside-content .accordion-body {
        padding-top: 12px;
    }
    .shop-checkout .cartEmpty-section {
        width: 100%;
        margin: 40px 0 45px;
    }
    section.shop-checkout~.mb-5.pb-5 {
        padding: 0 !important;
        margin: 0 !important;
    }
    .my-account .wishlist__section {
        width: 100%;
        margin: 0;
    }
    .my-account .page-content {
        padding-top: 20px;
    }
    .header-tools__item:last-child {
        padding: 0;
    }
    .banner-brand {
        min-height: 200px;
        padding: 0 65px;
        margin-bottom: 25px;
    }
    .brand-section .col-lg-7 .px-4.px-xl-5 {
        padding: 0 !important;
    }
    .brand-section .col-lg-7 .px-4.px-xl-5 h2 {
        font-size: 20px;
    }
    .trendyitems-section .nav-link {
        padding: 0.6875rem 15px 0.4375rem;
    }
    .products-carousel.trendyitems-section {
        padding: 35px 15px;
    }
    .products-carousel.best-selling-section {
        padding: 35px 15px;
    }
    .logo__image {
        max-height: 55px;
    }
    .category-carousel.category-section {
        padding: 30px 0;
    }
    .navpad-breadcrumb p {
        font-size: 24px;
        width: 70%;
        text-align: center;
    }
    .navpad-breadcrumb img {
        height: 20vh;
    }
    .about-ourstory-content .title {
        font-size: 18px;
    }
    .about-ourstory-content .description p {
        font-size: 14px;
    }
    .about__content {
        background: #f7f7f7;
    }
    .about__content .title {
        font-size: 18px;
        text-align: center;
    }
    .about__content .description p {
        font-size: 14px;
        text-align: center;
    }
    .aboutVision__content .mission_vision_box .title {
        font-size: 18px;
    }
    .aboutVision__content .mission_vision_box .description {
        font-size: 14px;
    }
    .aboutVision__content .mission_vision_box {
        padding: 20px;
        margin-bottom: 25px;
        height: auto;
    }
    .service-promotion.horizontal.container.featured-section.service-promotion-custom {
        padding: 2.3rem 15px;
    }
    .service-promotion.horizontal.container.featured-section.service-promotion-custom .col-md-3 {
        margin-bottom: 30px;
        width: 50%;
    }
    .featured-section.service-promotion-custom .service-promotion__icon img.serviceIcon {
        height: 40px;
    }
    .featured-section.service-promotion-custom p.service-promotion__title {
        font-size: 12px;
        font-weight: 500;
    }
    .service-promotion.horizontal.container.featured-section.service-promotion-custom .col-md-3:nth-child(3) {
        margin: 0;
    }
    .service-promotion.horizontal.container.featured-section.service-promotion-custom .col-md-3:nth-child(4) {
        margin: 0;
    }
    .header-mobile__navigation .navigation__link {
        font-size: 13px;
        padding: 6px 0;
    }
}