@media (max-width: 1025px) {
    .header-top {
        height: 70px;
    }
    .header-top.fixed-style {
        height: 35px;
    }

    .nav-main-wrapper.scroll-to-fixed-fixed {
        margin-top: -35px;
    }

    .autocomplete-button {
        width: 40px;
    }

    .autocomplete-button .icon {
        width: 52px;
        height: 52px;
        line-height: 52px;
    }

    .nav-main > li > a {
        padding: 12px 10px;
        height: auto;
    }

    .product-listing .product-item.list-view .item-gallery {
        display: none;
    }

    .social-share {
        padding: 0;
    }

    .products-detail-wrapper .product-images {
        margin-top: 0;
    }

    .cart {
        padding: 0 15px;
    }

    .image-with-absolut-text-grid6 .text-wrapper .title {
        font-size: 25px;
        line-height: 25px;
    }

    .detail-product-info-lists {
        width: 100%;
        margin-bottom: 15px;
    }
}
