@media (max-width: 1200px) {}



@media (max-width: 990px) {



    .navbar-collapse {

        background: #96111d;

        text-align: center;

    }



    .navbar-nav {

        float: inherit;

        padding: 20px;

    }



    .navbar-nav>li {

        padding-bottom: 10px;

    }



    .left_bar {

        text-align: center;

        margin-right: 0;

    }



    .left_bar a {

        margin-right: 0px;

    }



    .left_bar ul {

        float: inherit;

    }



}





@media (max-width: 770px) {

    .col-9,
    .col-8,
    .col-7,
    .col-6,
    .col-5,
    .col-4,
    .col-3,
    .col-2,
    .col-1 {

        width: 100% !important;

    }

    .allproducts .col-3 {
        width: 50% !important;
    }

    .left_bar {
        left: 23%;
    }



    .titl_foot {

        margin-top: 20px;

    }



    .about .text_about {

        position: relative;

    }



    .navbar-light .navbar-nav .nav-link.active:after {

        display: none;

    }







    .image {

        position: relative;

    }



    .col-6.pr-md-5 {

        margin-right: 0;

    }



    .navbar-light .navbar-nav .nav-link.active:after {

        background-color: #ffffff00;

    }



    .navbar-light .navbar-nav .nav-link:hover:after {

        position: absolute;

        content: '';

        width: 100%;

        background-color: #54af3c00;

        height: 2px;

        bottom: -20px;

        left: 0;

        right: 0;

    }



}





@media (max-width: 500px) {

    .image_product {
        background-size: inherit !important
    }

    .copyright {

        column-count: 1;

    }

    .left_bar a.order {
        display: none;
    }

    .left_bar {
        position: absolute;
        left: 110px;
        z-index: 9999;
    }

    .item_cart_it {
        display: inline-block;
    }

    .close_item {
        left: 20px;
    }


    .details_slider p {

        width: 99%;

        font-size: 14px;

    }



    .details_slider h1 {

        color: #ffffff;

        font-size: 26px;

    }

    a.navbar-brand img {

        height: 51px;

    }





    .details_slider {

        top: 45%;

        left: 3%;

        right: 3%;

    }



    .copyright p {

        color: #fff;

        float: inherit;

    }



    ul.social_footer {

        float: inherit;

        margin-top: 15px;

    }



    .copyright {

        text-align: center;

    }



}





@media (max-width: 400px) {

    .copyright p {

        color: #fff;

        float: inherit;

    }



    ul.social_footer {

        float: inherit;

    }



    .copyright {

        text-align: center;

    }





}





@media (min-width: 770px) {
    .navbar-nav {
        float: right;
        padding-left: 190px;
    }
}





@media (max-width: 990px) and (min-width: 770px) {}