@media only screen and (max-width: 991px){
    .nav_list_holder {
        display: none
    }
    .mob_toggle_btn {
        display: block;
    }
.top_header_bar .shopping_btns ul li a:not(:last-child) {
    display: none;
}
.top_header_bar .social_links_holder .social_links li:not(:last-child) {
    display: none;
}
.top_header_bar {
    flex-wrap: wrap;
    height: auto;
    justify-content: center;
    gap: 10px;
    padding: 10px 0;
}
.top_header_bar > div {
    flex: 1 1 180px !important;
}
	.shopping_btns .xoo-wsc-sc-cont {
  display: none;
}

.top_header_bar > div ul {
    justify-content: center !important;
}
.top_header_bar .social_links_holder .social_links .social_text_based {
    text-align: center;
    padding-left: 0;
}
.mob_toggle_btn svg {
    width: 40px;
    margin-right: 10px;
}
    .main_header .logo_holder {margin-inline: auto;width: 300px;}
.top_header_bar .shopping_btns ul li a .amt_cart_icon_holder {
    position: absolute;
    top: 30px;
    filter: invert(1);
    transform: translate(10px, 10px);
}
span.amt_cart_icon_holder.mobile_view {
    filter: brightness(0) saturate(100%) invert(18%) sepia(28%) saturate(7272%) hue-rotate(274deg) brightness(83%) contrast(97%);
}
.cart_mobile, .cart_mobile span.amt_cart_icon_holder {
    display: block;
}
span.amt_cart_icon_holder svg {
    width: 40px;
}
    .main_footer .footer_content_row {
        text-align: center;justify-content: center;
}
.main_footer .footer_content_row .footer_Content_col:first-child {
    order: 2;
}

}


@media only screen and (max-width: 767px){
    .sponsor_logo_holder img {
        width: auto !important;
    }
}