@media (max-width: 768px){

    #td img.max-w-full {
        max-width: 49px;
        object-fit: cover;
        width: 100%;
        height: 35px !important;
        margin-left: 5px;
    }

    #banners {
        margin-bottom: 0;
        padding-bottom: 28.2% !important;
    }

    .global-menu--right a.group.flex.self-center {
       margin-top: 10px !important;
    }

    #td .site-banner-logo {
        width: 150px;
         top: 5px;
        left: 40px;
    }

    #td .site-banner-logo {
    width: 150px;
    / height: 27px; /
    top: 0 !important;
    left: 40px;
   }

   #td #flyout-nav {
    top: 5px !important;
   }

   #td .border-gray-300 {
        border-color: #dadbd9;
        border-color: rgba(218,219,217,var(--border-opacity));
        --border-opacity: 1;
    }

    #td .bg-white {
        background-color: #fff;
        --border-opacity: 1;
        border-color: rgba(218,219,217,var(--border-opacity));
    }

    #td .text-gray-800 {
        color: #3b3d3b;
        --text-opacity: 1;
        color: rgba(59,61,59,var(--text-opacity));
    }

   .home h1 {
        font-size: 16px;
        line-height: 19px;
        margin: 10px 0 0;
        padding: 0 11px;
        margin-bottom: 18px !important;
    }

    .init .ag-carousel .ag-item {
        margin-right: 0;
        margin-bottom: 26px !important;
    }

    .new-account .shippingBillingFormBox {
        border-radius: 0 4px 4px 0;
        min-height: 659px !important;
    }

    li.border-gray-400.border-solid {
      display: none;
    }
   #td .custom {
    display: block;
   }
   .unorder.right-0 {
        right: -68px !important;
    }

    .new-items__cat-container {
        flex-wrap: wrap;
        padding: 10px 0 0;
        margin: 0 -10px -10px;
        display: block !important;
    }

    
}



