.header-3 .top-nav .middle-box .searchbar-box-2{
    margin-left: -33px;
}

.custom-height{
    max-height: none !important;
}

.checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box{
    margin-left: 0px;
}

.checkout-section-2{
    padding : 0;
}


/* Large screen media query (1024px and up) */
@media (min-width: 1024px) {
    /* Your large screen styles here */
}

/* Alternative breakpoints */

/* Extra large screens (1280px and up) */
@media (min-width: 1280px) {
    /* Your extra large screen styles here */
}

/* Ultra large screens (1536px and up) */
@media (min-width: 1536px) {
    .header-3 .top-nav .middle-box .searchbar-box-2 .search-icon {
        height: 55px;
    }
    .header-3 .top-nav .middle-box .searchbar-box-2 .search-button {
        height: 55px;
    }
    /* Your ultra large screen styles here */
}

