@media (max-width: 992px) {
    .footer_img {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin-top: 0px !important;
    }
    .same_a{
        width: 48%!important;
        flex: 0 0 48%!important;
    }

    .footer_link_con {
        width: 30%;
        margin-top: 35px;
    }

    .footer_link_address_con {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 35px;
    }

    .footer_con {
        justify-content: space-between;
        /* flex-direction: column; */
    }
    .shop_subcon {
        flex-direction: column-reverse !important;
    }

    .pro_shop_con {
        width: calc(100% + 388px) !important;
    }

    .shop_left {
        max-width: 100% !important;
        width: 100%;
    }

    .header_con_bottom_menu{
     display: none!important;
    }
    .font_icon_a{
        display: block!important;
    }
    

}

@media screen and (max-width:768px){
    .header_top_con{
        justify-content: space-between;
    }
    .offer_con{
        position: static !important;
        transform: unset !important;
        margin-left: 30px;
    }
    .header_con_top_con {
        flex-direction: column;
        display: block;
    }
    .header_con_top_con_left {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
        padding-top: 15px;
    }
    .header_con_top_con_right {
        flex: 0 0 100%;
        max-width: 100% ;
        justify-content: start;
        display: flex;
        justify-content: center;
    }
    .header_con_top_con_right li {
        padding: 5px;
    }
}

@media (max-width: 568px) {
    .same_a{
        width: 98%!important;
        flex: 0 0 98%!important;
    }
    .inner_instagram_grid {
        margin-top: -27px!important;
        margin-bottom: 50px!important;
    }
    .header_top_con{
        justify-content: center;
    }
    .header_social{
        display: none !important;
    }
    .offer_con{
        margin-left: 0px !important;
    }

    .pro_shop_con {
        flex-direction: column;
    }

    .footer_con {
        flex-direction: column;
    }

    .footer_img {
        flex: 0 0 1000% !important;
        max-width: 100% !important;
        margin-top: 30px !important;
        width: 100% !important;
    }

    .footer_link_con {
        width: 80%;
        margin-top: 35px;
    }

    .footer_link_address_con {
        width: 100%;
        margin-top: 35px;
    }

    .footer_bottom_con {
        flex-direction: column;
        gap: 14px;
    }

}