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


    .displayondesktop{
        display: none;
    }

    .displaymob{
        display: block;
    }

    .hidemobile{
        display: none !important;
    }


    .menu-home.active:after{
       width: 0px;
    }

    .mobilecenter{
        text-align: center;
    }

    .width75{
        width: 75% !important;
    }

    .imgmargin30{
        margin: 30px 0px;
    }

    .autoheightmobile{
        height: auto !important;
    }

    .marginmboile30{
        margin-top: 30px;
    }

    .marginbottommboile30{
        margin-bottom: 30px;
    }

    .click-back-top-body button{
        right: 20px;
    }

    html{
        overflow-x: hidden !important;
    }

    .menu-home.active:after{
        width: initial;
        max-width: initial;
        border-bottom: initial;
        margin: initial;
        border-bottom-color: rgba(0, 0, 0, 0.1)
    }

    .active a {
        color: #d6b07a !important;
    }

    .lettre-2{
        text-align: left;
    }

    .toleft{
        text-align: left;
        margin-left: 20px;
    }

    .mobilemap{
        width: 100%;
        height: 400px;
    }

    .product-wishlist form table tr td {
        padding: 10px 0 10px 100px;
    }

    .sizeonmobile{
        font-size: 35px;
        margin-left: 25px;
        text-align: center;
    }



    .widthres{
        width: 70% ;
    }

    .displayonlymobile{
        display: flex;
    }

    .showmobil{
        display: block;
        margin: 5px;
    }

    .banner_img{
        height: 200px;
    }
}
