@media only screen and (max-width: 5000px) {


}


@media only screen and (max-width: 3000px) {


}


@media only screen and (max-width: 1200px) {


}


@media only screen and (max-width: 1024px) {



}


@media only screen and (max-width: 768px) {
    .slideshow-container .mySlides {
        width: 100%;
        height: 450px;
        position: relative;
        border-radius: 2px;
        background: #ddd;
        padding: 0 30px;
    }


}


@media only screen and (max-width: 600px) {
    .widget_right {
        width: 100%;
        position: relative;
        padding: 9px 0px 0 0px;
        margin-top: 49px;
        border-top: 1px solid #eee;
    }
    .widget_left {
        width: 100%;
        position: relative;
    }
    .container.produits {
        width: 100%;
    }
    .wrapper-detial-produit {
        position: relative;
        background: #f9f9f9;
        padding: 50px 0 20px;
    }

}


@media only screen and (max-width: 425px) {

    .parent-btn-action-commande {
        display: flex;
        align-items: center;
        justify-content: space-between;
        /* flex-direction: row-reverse; */
        padding: 20px 0em;
        position: relative;
    }
    .div_field_form-parent {
        position: relative;
        overflow: auto;
        display: flex;
        padding: 2em 0 0px;
        flex-direction: row-reverse;
        width: 100%;
    }
    .slideshow-container .mySlides {
        height: 253px;
        padding: 0 10px;
    }
    .container-produit-name {
        color: rgb(8, 148, 65);
        font-size: 20px;
    }
    .container-produit-categorie {
        font-size: 15px;
        font-weight: 500;
    }

}


@media only screen and (max-width: 375px) {
    .slideshow-container .mySlides img {
        height: -webkit-fill-available;
    }
    .content_dot .dot img {
        height: auto;
    }
    .nice-number {
        width: 140px;
        display: flex;
        justify-content: space-between;
    }
   

}


@media only screen and (max-width: 320px) {


}