@media screen and (min-width: 992px) and (max-width: 1440px){
    header .navbar { flex-wrap: wrap;justify-content: center;}
}
@media screen and (max-width:767px) {
    .vendormain-box .vendor-img{margin: auto;}
    .vendorcontent-box{margin: auto;}
}
@media screen and (max-width:575px) {
    .vendorcontent-box{padding: 24px 0 33px 22px !important;}
    .meat_inner .top_heading{align-items: baseline !important;}
    .meat_inner .top_heading .a_style{padding-right:0px !important;}
}
@media screen and (max-width:425px){
    .mc_search .mc-searchbox input#search{min-width: 100%;}
    .icon-magnifying-glass {right: 50% !important;top: -32px;}
    div#search_pro .p_cartbox{margin: 0 0 20px 0 !important;}
}