.site-header .fww_sidebar{
    flex:1;
}
.super-speedy-search-form.sss-default sss_speech_bubble{
    border-radius: 8px;
}
.sss_search_button{
    border-radius: 50px !important;
    height: 48px !important;
    width: 48px ;
    background-color: #F5F5F7 !important;
}
.wpi-sss-icon-search{
    color:black;
}
.sssbuttonwrapper{
    height: unset !important;
}
.sssresetwrapper{
    height: unset !important;
}
.super-speedy-search-form form > .ssswrapper{
    padding: 3px;;
}
.sss_scroll_container{
    display: flex !important;
}
.sss_suggestions_container{
    flex:0.45 !important;
}

.super-speedy-search-form.sss-default.sss_speech_bubble{
    border-radius: 8px;
}
.wp-block-sss-search-block>h3, .wp-block-sss-search-block>p{
    display: none !important;
}
header .desktop-only .techmarket-sticky-wrap.stuck .fww_sidebar{
    
    padding-inline-start:20px;
    
}
.sss_suggestions_container .sss-suggestions a strong{
    color:var(--main-orange) !important;
}
@media(min-width:1024px){
    .wdm-ajax-search{
        margin-left:3.3%;
    }
    .header-compare.nav.navbar-nav{
        justify-content: center;
    }
    .header-wishlist.nav.navbar-nav{
        justify-content: center;
    }
    #site-header-cart-desktop{
        display: flex;
        justify-content: center;
    }
     #site-header-cart-desktop .animate-dropdown.dropdown{
         display: flex;
     }
     .cart-contents{
         align-self: center;
     }
}